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.

177 lines
9.6 KiB

7 years ago
  1. /**
  2. * Note for Contributors:
  3. * This file (en.jsx) serve as a template for other languages.
  4. * To make other contributors' life easier, please REMEMBER:
  5. * 1. to add your new string here; and
  6. * 2. to remove old strings that are no longer needed; and
  7. * 3. to sort the strings by the key.
  8. * 4. To rename the `en` const name and export default name to match your locale.
  9. * Thanks!
  10. */
  11. const en = {
  12. "account.block": "Block @{name}",
  13. "account.disclaimer": "This user is from another instance. This number may be larger.",
  14. "account.edit_profile": "Edit profile",
  15. "account.follow": "Follow",
  16. "account.followers": "Followers",
  17. "account.follows": "Follows",
  18. "account.follows_you": "Follows you",
  19. "account.mention": "Mention @{name}",
  20. "account.mute": "Mute @{name}",
  21. "account.posts": "Posts",
  22. "account.report": "Report @{name}",
  23. "account.requested": "Awaiting approval",
  24. "account.unblock": "Unblock @{name}",
  25. "account.unfollow": "Unfollow",
  26. "account.unmute": "Unmute @{name}",
  27. "boost_modal.combo": "You can press {combo} to skip this next time",
  28. "column_back_button.label": "Back",
  29. "column.blocks": "Blocked users",
  30. "column.community": "Local timeline",
  31. "column.favourites": "Favourites",
  32. "column.follow_requests": "Follow requests",
  33. "column.home": "Home",
  34. "column.mutes": "Muted users",
  35. "column.notifications": "Notifications",
  36. "column.public": "Federated timeline",
  37. "column_back_button.label": "Back",
  38. "column_subheading.navigation": "Navigation",
  39. "column_subheading.settings": "Settings",
  40. "compose_form.lock_disclaimer.lock": "locked",
  41. "compose_form.placeholder": "What is on your mind?",
  42. "compose_form.privacy_disclaimer": "Your private status will be delivered to mentioned users on {domains}. Do you trust {domainsCount, plural, one {that server} other {those servers}}? Post privacy only works on Mastodon instances. If {domains} {domainsCount, plural, one {is not a Mastodon instance} other {are not Mastodon instances}}, there will be no indication that your post is private, and it may be boosted or otherwise made visible to unintended recipients.",
  43. "compose_form.publish": "Toot",
  44. "compose_form.sensitive": "Mark media as sensitive",
  45. "compose_form.spoiler": "Hide text behind warning",
  46. "compose_form.spoiler_placeholder": "Content warning",
  47. "confirmation_modal.cancel": "Cancel",
  48. "confirmations.block.confirm": "Block",
  49. "confirmations.block.message": "Are you sure you want to block {name}?",
  50. "confirmations.delete.confirm": "Delete",
  51. "confirmations.delete.message": "Are you sure you want to delete this status?",
  52. "confirmations.mute.confirm": "Mute",
  53. "confirmations.mute.message": "Are you sure you want to mute {name}?",
  54. "emoji_button.activity": "Activity",
  55. "emoji_button.flags": "Flags",
  56. "emoji_button.food": "Food & Drink",
  57. "emoji_button.label": "Insert emoji",
  58. "emoji_button.nature": "Nature",
  59. "emoji_button.objects": "Objects",
  60. "emoji_button.people": "People",
  61. "emoji_button.search": "Search...",
  62. "emoji_button.symbols": "Symbols",
  63. "emoji_button.travel": "Travel & Places",
  64. "empty_column.community": "The local timeline is empty. Write something publicly to get the ball rolling!",
  65. "empty_column.hashtag": "There is nothing in this hashtag yet.",
  66. "empty_column.home.public_timeline": "the public timeline",
  67. "empty_column.home": "You aren't following anyone yet. Visit {public} or use search to get started and meet other users.",
  68. "empty_column.notifications": "You don't have any notifications yet. Interact with others to start the conversation.",
  69. "empty_column.public": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
  70. "follow_request.authorize": "Authorize",
  71. "follow_request.reject": "Reject",
  72. "getting_started.apps": "Various apps are available",
  73. "getting_started.heading": "Getting started",
  74. "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}. {apps}.",
  75. "home.column_settings.advanced": "Advanced",
  76. "home.column_settings.basic": "Basic",
  77. "home.column_settings.filter_regex": "Filter out by regular expressions",
  78. "home.column_settings.show_reblogs": "Show boosts",
  79. "home.column_settings.show_replies": "Show replies",
  80. "home.settings": "Column settings",
  81. "lightbox.close": "Close",
  82. "loading_indicator.label": "Loading...",
  83. "media_gallery.toggle_visible": "Toggle visibility",
  84. "missing_indicator.label": "Not found",
  85. "navigation_bar.blocks": "Blocked users",
  86. "navigation_bar.community_timeline": "Local timeline",
  87. "navigation_bar.edit_profile": "Edit profile",
  88. "navigation_bar.favourites": "Favourites",
  89. "navigation_bar.follow_requests": "Follow requests",
  90. "navigation_bar.info": "Extended information",
  91. "navigation_bar.logout": "Logout",
  92. "navigation_bar.mutes": "Muted users",
  93. "navigation_bar.preferences": "Preferences",
  94. "navigation_bar.public_timeline": "Federated timeline",
  95. "notification.favourite": "{name} favourited your status",
  96. "notification.follow": "{name} followed you",
  97. "notification.mention": "{name} mentioned you",
  98. "notification.reblog": "{name} boosted your status",
  99. "notifications.clear": "Clear notifications",
  100. "notifications.clear_confirmation": "Are you sure you want to permanently clear all your notifications?",
  101. "notifications.column_settings.alert": "Desktop notifications",
  102. "notifications.column_settings.favourite": "Favourites:",
  103. "notifications.column_settings.follow": "New followers:",
  104. "notifications.column_settings.mention": "Mentions:",
  105. "notifications.column_settings.reblog": "Boosts:",
  106. "notifications.column_settings.show": "Show in column",
  107. "notifications.column_settings.sound": "Play sound",
  108. "notifications.settings": "Column settings",
  109. "onboarding.done": "Done",
  110. "onboarding.next": "Next",
  111. "onboarding.page_five.public_timelines": "The local timeline shows public posts from everyone on {domain}. The federated timeline shows public posts from everyone who people on {domain} follow. These are the Public Timelines, a great way to discover new people.",
  112. "onboarding.page_four.home": "The home timeline shows posts from people you follow.",
  113. "onboarding.page_four.notifications": "The notifications column shows when someone interacts with you.",
  114. "onboarding.page_one.federation": "Mastodon is a network of independent servers joining up to make one larger social network. We call these servers: <em>Instances</em>",
  115. "onboarding.page_one.handle": "You are on {domain}, so your full handle is {handle}",
  116. "onboarding.page_one.welcome": "Welcome to Mastodon!",
  117. "onboarding.page_six.admin": "Your instance's admin is {admin}.",
  118. "onboarding.page_six.almost_done": "Almost done...",
  119. "onboarding.page_six.appetoot": "Bon Appetoot!",
  120. "onboarding.page_six.apps_available": "There are {apps} available for iOS, Android and other platforms.",
  121. "onboarding.page_six.github": "Mastodon is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
  122. "onboarding.page_six.guidelines": "community guidelines",
  123. "onboarding.page_six.read_guidelines": "Please read {domain}'s {guidelines}!",
  124. "onboarding.page_six.various_app": "mobile apps",
  125. "onboarding.page_three.profile": "Edit your profile to change your avatar, bio, and display name. There, you will also find other preferences.",
  126. "onboarding.page_three.search": "Use the search bar to find people and look at hashtags, such as {illustration} and {introductions}. To look for a person who is not on this instance, use their full handle.",
  127. "onboarding.page_two.compose": "Write posts from the compose column. You can upload images, change privacy settings, and add content warnings with the icons below.",
  128. "onboarding.skip": "Skip",
  129. "privacy.change": "Adjust status privacy",
  130. "privacy.direct.long": "Post to mentioned users only",
  131. "privacy.direct.short": "Direct",
  132. "privacy.private.long": "Post to followers only",
  133. "privacy.private.short": "Followers-only",
  134. "privacy.public.long": "Post to public timelines",
  135. "privacy.public.short": "Public",
  136. "privacy.unlisted.long": "Do not show in public timelines",
  137. "privacy.unlisted.short": "Unlisted",
  138. "reply_indicator.cancel": "Cancel",
  139. "report.heading": "New report",
  140. "report.placeholder": "Additional comments",
  141. "report.submit": "Submit",
  142. "report.target": "Reporting",
  143. "search.placeholder": "Search",
  144. "search.status_by": "Status by {name}",
  145. "search_results.total": "{count, number} {count, plural, one {result} other {results}}",
  146. "status.cannot_reblog": "This post cannot be boosted",
  147. "status.delete": "Delete",
  148. "status.favourite": "Favourite",
  149. "status.load_more": "Load more",
  150. "status.media_hidden": "Media hidden",
  151. "status.mention": "Mention @{name}",
  152. "status.open": "Expand this status",
  153. "status.reblog": "Boost",
  154. "status.reblogged_by": "{name} boosted",
  155. "status.reply": "Reply",
  156. "status.replyAll": "Reply to thread",
  157. "status.report": "Report @{name}",
  158. "status.sensitive_toggle": "Click to view",
  159. "status.sensitive_warning": "Sensitive content",
  160. "status.show_less": "Show less",
  161. "status.show_more": "Show more",
  162. "tabs_bar.compose": "Compose",
  163. "tabs_bar.federated_timeline": "Federated",
  164. "tabs_bar.home": "Home",
  165. "tabs_bar.local_timeline": "Local",
  166. "tabs_bar.notifications": "Notifications",
  167. "upload_area.title": "Drag & drop to upload",
  168. "upload_button.label": "Add media",
  169. "upload_form.undo": "Undo",
  170. "upload_progress.label": "Uploading...",
  171. "video_player.expand": "Expand video",
  172. "video_player.toggle_sound": "Toggle sound",
  173. "video_player.toggle_visible": "Toggle visibility",
  174. "video_player.video_error": "Video could not be played",
  175. };
  176. export default en;