You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
3.4 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
6 years ago
7 years ago
6 years ago
  1. import inherited from 'mastodon/locales/en.json';
  2. const messages = {
  3. 'getting_started.open_source_notice': 'Glitchsoc is free open source software forked from {Mastodon}. You can contribute or report issues on GitHub at {github}.',
  4. 'layout.auto': 'Auto',
  5. 'layout.current_is': 'Your current layout is:',
  6. 'layout.desktop': 'Desktop',
  7. 'layout.mobile': 'Mobile',
  8. 'navigation_bar.app_settings': 'App settings',
  9. 'getting_started.onboarding': 'Show me around',
  10. '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.',
  11. 'onboarding.page_one.welcome': 'Welcome to {domain}!',
  12. 'onboarding.page_six.github': '{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}, and is compatible with any Mastodon instance or app. Glitchsoc is entirely free and open-source. You can report bugs, request features, or contribute to the code on {github}.',
  13. 'settings.auto_collapse': 'Automatic collapsing',
  14. 'settings.auto_collapse_all': 'Everything',
  15. 'settings.auto_collapse_lengthy': 'Lengthy toots',
  16. 'settings.auto_collapse_media': 'Toots with media',
  17. 'settings.auto_collapse_notifications': 'Notifications',
  18. 'settings.auto_collapse_reblogs': 'Boosts',
  19. 'settings.auto_collapse_replies': 'Replies',
  20. 'settings.show_action_bar': 'Show action buttons in collapsed toots',
  21. 'settings.close': 'Close',
  22. 'settings.collapsed_statuses': 'Collapsed toots',
  23. 'settings.enable_collapsed': 'Enable collapsed toots',
  24. 'settings.general': 'General',
  25. 'settings.image_backgrounds': 'Image backgrounds',
  26. 'settings.image_backgrounds_media': 'Preview collapsed toot media',
  27. 'settings.image_backgrounds_users': 'Give collapsed toots an image background',
  28. 'settings.media': 'Media',
  29. 'settings.media_letterbox': 'Letterbox media',
  30. 'settings.media_fullwidth': 'Full-width media previews',
  31. 'settings.preferences': 'User preferences',
  32. 'settings.wide_view': 'Wide view (Desktop mode only)',
  33. 'settings.navbar_under': 'Navbar at the bottom (Mobile only)',
  34. 'status.collapse': 'Collapse',
  35. 'status.uncollapse': 'Uncollapse',
  36. 'media_gallery.sensitive': 'Sensitive',
  37. 'favourite_modal.combo': 'You can press {combo} to skip this next time',
  38. 'home.column_settings.show_direct': 'Show DMs',
  39. 'notification.markForDeletion': 'Mark for deletion',
  40. 'notifications.clear': 'Clear all my notifications',
  41. 'notifications.marked_clear_confirmation': 'Are you sure you want to permanently clear all selected notifications?',
  42. 'notifications.marked_clear': 'Clear selected notifications',
  43. 'notification_purge.btn_all': 'Select\nall',
  44. 'notification_purge.btn_none': 'Select\nnone',
  45. 'notification_purge.btn_invert': 'Invert\nselection',
  46. 'notification_purge.btn_apply': 'Clear\nselected',
  47. 'compose.attach.upload': 'Upload a file',
  48. 'compose.attach.doodle': 'Draw something',
  49. 'compose.attach': 'Attach...',
  50. 'advanced_options.local-only.short': 'Local-only',
  51. 'advanced_options.local-only.long': 'Do not post to other instances',
  52. 'advanced_options.local-only.tooltip': 'This post is local-only',
  53. 'advanced_options.icon_title': 'Advanced options',
  54. 'advanced_options.threaded_mode.short': 'Threaded mode',
  55. 'advanced_options.threaded_mode.long': 'Automatically opens a reply on posting',
  56. 'advanced_options.threaded_mode.tooltip': 'Threaded mode enabled',
  57. };
  58. export default Object.assign({}, inherited, messages);