The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

56 lines
2.3 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. "column.notifications": "Notifications",
  31. "tabs_bar.compose": "Compose",
  32. "tabs_bar.home": "Home",
  33. "tabs_bar.mentions": "Mentions",
  34. "tabs_bar.public": "Public",
  35. "tabs_bar.notifications": "Notifications",
  36. "compose_form.placeholder": "What is on your mind?",
  37. "compose_form.publish": "Publish",
  38. "navigation_bar.settings": "Settings",
  39. "navigation_bar.public_timeline": "Public timeline",
  40. "navigation_bar.logout": "Logout",
  41. "reply_indicator.cancel": "Cancel",
  42. "search.placeholder": "Search",
  43. "search.account": "Account",
  44. "search.hashtag": "Hashtag",
  45. "suggestions_box.who_to_follow": "Who to follow",
  46. "suggestions_box.refresh": "Refresh",
  47. "upload_button.label": "Add media",
  48. "upload_form.undo": "Undo",
  49. "notification.follow": "{name} followed you",
  50. "notification.favourite": "{name} favourited your status",
  51. "notification.reblog": "{name} reblogged your status",
  52. "notification.mention": "{name} mentioned you"
  53. };
  54. export default en;