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.

66 lines
2.9 KiB

  1. const en = {
  2. "column_back_button.label": "Back",
  3. "lightbox.close": "Close",
  4. "loading_indicator.label": "Loading...",
  5. "status.mention": "Mention",
  6. "status.delete": "Delete",
  7. "status.reply": "Reply",
  8. "status.reblog": "Boost",
  9. "status.favourite": "Favourite",
  10. "status.reblogged_by": "{name} boosted",
  11. "status.sensitive_warning": "Sensitive content",
  12. "status.sensitive_toggle": "Click to view",
  13. "video_player.toggle_sound": "Toggle sound",
  14. "account.mention": "Mention",
  15. "account.edit_profile": "Edit profile",
  16. "account.unblock": "Unblock",
  17. "account.unfollow": "Unfollow",
  18. "account.block": "Block",
  19. "account.follow": "Follow",
  20. "account.posts": "Posts",
  21. "account.follows": "Follows",
  22. "account.followers": "Followers",
  23. "account.follows_you": "Follows you",
  24. "account.requested": "Awaiting approval",
  25. "getting_started.heading": "Getting started",
  26. "getting_started.about_addressing": "You can follow people if you know their username and the domain they are on by entering an e-mail-esque address into the search form.",
  27. "getting_started.about_shortcuts": "If the target user is on the same domain as you, just the username will work. The same rule applies to mentioning people in statuses.",
  28. "getting_started.about_developer": "The developer of this project can be followed as Gargron@mastodon.social",
  29. "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on github at {github}.",
  30. "column.home": "Home",
  31. "column.mentions": "Mentions",
  32. "column.public": "Public",
  33. "column.notifications": "Notifications",
  34. "tabs_bar.compose": "Compose",
  35. "tabs_bar.home": "Home",
  36. "tabs_bar.mentions": "Mentions",
  37. "tabs_bar.public": "Public",
  38. "tabs_bar.notifications": "Notifications",
  39. "compose_form.placeholder": "What is on your mind?",
  40. "compose_form.publish": "Toot",
  41. "compose_form.sensitive": "Mark media as sensitive",
  42. "compose_form.private": "Mark as private",
  43. "compose_form.unlisted": "Do not display in public timeline",
  44. "navigation_bar.edit_profile": "Edit profile",
  45. "navigation_bar.preferences": "Preferences",
  46. "navigation_bar.public_timeline": "Public timeline",
  47. "navigation_bar.logout": "Logout",
  48. "reply_indicator.cancel": "Cancel",
  49. "search.placeholder": "Search",
  50. "search.account": "Account",
  51. "search.hashtag": "Hashtag",
  52. "upload_button.label": "Add media",
  53. "upload_form.undo": "Undo",
  54. "notification.follow": "{name} followed you",
  55. "notification.favourite": "{name} favourited your status",
  56. "notification.reblog": "{name} boosted your status",
  57. "notification.mention": "{name} mentioned you",
  58. "notifications.column_settings.alert": "Desktop notifications",
  59. "notifications.column_settings.show": "Show in column",
  60. "notifications.column_settings.follow": "New followers:",
  61. "notifications.column_settings.favourite": "Favourites:",
  62. "notifications.column_settings.mention": "Mentions:",
  63. "notifications.column_settings.reblog": "Boosts:",
  64. };
  65. export default en;