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.

49 lines
2.0 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": "Reblog",
  9. "status.favourite": "Favourite",
  10. "status.reblogged_by": "{name} reblogged",
  11. "video_player.toggle_sound": "Toggle sound",
  12. "account.mention": "Mention",
  13. "account.edit_profile": "Edit profile",
  14. "account.unblock": "Unblock",
  15. "account.unfollow": "Unfollow",
  16. "account.block": "Block",
  17. "account.follow": "Follow",
  18. "account.block": "Block",
  19. "account.posts": "Posts",
  20. "account.follows": "Follows",
  21. "account.followers": "Followers",
  22. "account.follows_you": "Follows you",
  23. "getting_started.heading": "Getting started",
  24. "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 form at the top of the sidebar.",
  25. "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.",
  26. "getting_started.about_developer": "The developer of this project can be followed as Gargron@mastodon.social",
  27. "column.home": "Home",
  28. "column.mentions": "Mentions",
  29. "column.public": "Public",
  30. "tabs_bar.compose": "Compose",
  31. "tabs_bar.home": "Home",
  32. "tabs_bar.mentions": "Mentions",
  33. "tabs_bar.public": "Public",
  34. "compose_form.placeholder": "What is on your mind?",
  35. "compose_form.publish": "Publish",
  36. "navigation_bar.settings": "Settings",
  37. "navigation_bar.public_timeline": "Public timeline",
  38. "navigation_bar.logout": "Logout",
  39. "reply_indicator.cancel": "Cancel",
  40. "search.placeholder": "Search",
  41. "search.account": "Account",
  42. "search.hashtag": "Hashtag",
  43. "suggestions_box.who_to_follow": "Who to follow",
  44. "suggestions_box.refresh": "Refresh",
  45. "upload_button.label": "Add media",
  46. "upload_form.undo": "Undo"
  47. };
  48. export default en;