2017-12-08 04:07:47 +01:00
import inherited from 'mastodon/locales/en.json' ;
const messages = {
2022-06-05 10:15:26 +02:00
'getting_started.open_source_notice' : 'Catstodon is open source software, a friendly fork of {glitchsoc}, which in turn is a fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.' ,
2017-12-08 04:59:31 +01:00
'layout.auto' : 'Auto' ,
'layout.current_is' : 'Your current layout is:' ,
'layout.desktop' : 'Desktop' ,
'layout.mobile' : 'Mobile' ,
'navigation_bar.app_settings' : 'App settings' ,
'getting_started.onboarding' : 'Show me around' ,
'onboarding.page_one.federation' : '{domain} is an \'instance\' of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.' ,
'onboarding.page_one.welcome' : 'Welcome to {domain}!' ,
2022-06-05 10:15:26 +02:00
'onboarding.page_six.github' : '{domain} runs on Catstodon, which is a {fork} of {glitchsoc}, which, in turn, is a friendly {fork} of {Mastodon}. It is fully compatible with all Mastodon apps and instances. Catstodon is free open-source software. You can report bugs, request features, or contribute to the code on {github}.' ,
2017-12-08 04:59:31 +01:00
'settings.auto_collapse' : 'Automatic collapsing' ,
'settings.auto_collapse_all' : 'Everything' ,
'settings.auto_collapse_lengthy' : 'Lengthy toots' ,
'settings.auto_collapse_media' : 'Toots with media' ,
'settings.auto_collapse_notifications' : 'Notifications' ,
'settings.auto_collapse_reblogs' : 'Boosts' ,
'settings.auto_collapse_replies' : 'Replies' ,
2018-09-30 01:44:02 +02:00
'settings.show_action_bar' : 'Show action buttons in collapsed toots' ,
2017-12-08 04:59:31 +01:00
'settings.close' : 'Close' ,
'settings.collapsed_statuses' : 'Collapsed toots' ,
'settings.enable_collapsed' : 'Enable collapsed toots' ,
'settings.general' : 'General' ,
'settings.image_backgrounds' : 'Image backgrounds' ,
'settings.image_backgrounds_media' : 'Preview collapsed toot media' ,
'settings.image_backgrounds_users' : 'Give collapsed toots an image background' ,
'settings.media' : 'Media' ,
'settings.media_letterbox' : 'Letterbox media' ,
'settings.media_fullwidth' : 'Full-width media previews' ,
'settings.preferences' : 'User preferences' ,
'settings.wide_view' : 'Wide view (Desktop mode only)' ,
'settings.navbar_under' : 'Navbar at the bottom (Mobile only)' ,
'status.collapse' : 'Collapse' ,
'status.uncollapse' : 'Uncollapse' ,
2017-07-30 18:36:28 +02:00
2018-01-09 03:25:29 +01:00
'media_gallery.sensitive' : 'Sensitive' ,
2017-12-10 22:39:23 +01:00
'favourite_modal.combo' : 'You can press {combo} to skip this next time' ,
2017-12-10 22:22:15 +01:00
2017-12-08 04:59:31 +01:00
'home.column_settings.show_direct' : 'Show DMs' ,
2017-12-07 02:50:27 +01:00
2017-12-08 04:59:31 +01:00
'notification.markForDeletion' : 'Mark for deletion' ,
'notifications.clear' : 'Clear all my notifications' ,
'notifications.marked_clear_confirmation' : 'Are you sure you want to permanently clear all selected notifications?' ,
'notifications.marked_clear' : 'Clear selected notifications' ,
2017-07-30 18:36:28 +02:00
2017-12-08 04:59:31 +01:00
'notification_purge.btn_all' : 'Select\nall' ,
'notification_purge.btn_none' : 'Select\nnone' ,
'notification_purge.btn_invert' : 'Invert\nselection' ,
'notification_purge.btn_apply' : 'Clear\nselected' ,
2017-12-19 12:16:48 +01:00
'compose.attach.upload' : 'Upload a file' ,
'compose.attach.doodle' : 'Draw something' ,
'compose.attach' : 'Attach...' ,
2018-01-06 03:23:06 +01:00
'advanced_options.local-only.short' : 'Local-only' ,
'advanced_options.local-only.long' : 'Do not post to other instances' ,
'advanced_options.local-only.tooltip' : 'This post is local-only' ,
2017-12-19 12:16:48 +01:00
'advanced_options.icon_title' : 'Advanced options' ,
2018-01-06 03:23:06 +01:00
'advanced_options.threaded_mode.short' : 'Threaded mode' ,
'advanced_options.threaded_mode.long' : 'Automatically opens a reply on posting' ,
'advanced_options.threaded_mode.tooltip' : 'Threaded mode enabled' ,
2017-12-08 04:07:47 +01:00
} ;
export default Object . assign ( { } , inherited , messages ) ;