2017-04-13 10:57:41 +00:00
/ * *
* Note for Contributors :
* This file ( en . jsx ) serve as a template for other languages .
* To make other contributors ' life easier , please REMEMBER :
* 1. to add your new string here ; and
* 2. to remove old strings that are no longer needed ; and
* 3. to sort the strings by the key .
2017-04-13 15:11:18 +00:00
* 4. To rename the ` en ` const name and export default name to match your locale .
2017-04-13 10:57:41 +00:00
* Thanks !
* /
2016-11-18 14:36:16 +00:00
const en = {
2017-02-28 23:53:11 +00:00
"account.block" : "Block @{name}" ,
2017-04-13 10:57:41 +00:00
"account.disclaimer" : "This user is from another instance. This number may be larger." ,
"account.edit_profile" : "Edit profile" ,
2016-11-18 14:36:16 +00:00
"account.follow" : "Follow" ,
"account.followers" : "Followers" ,
"account.follows_you" : "Follows you" ,
2017-04-13 10:57:41 +00:00
"account.follows" : "Follows" ,
"account.mention" : "Mention @{name}" ,
"account.mute" : "Mute @{name}" ,
"account.posts" : "Posts" ,
"account.report" : "Report @{name}" ,
2016-12-22 23:43:03 +00:00
"account.requested" : "Awaiting approval" ,
2017-04-13 10:57:41 +00:00
"account.unblock" : "Unblock @{name}" ,
"account.unfollow" : "Unfollow" ,
"account.unmute" : "Unmute @{name}" ,
"boost_modal.combo" : "You can press {combo} to skip this next time" ,
"column_back_button.label" : "Back" ,
"column.blocks" : "Blocked users" ,
2017-03-03 23:19:18 +00:00
"column.community" : "Local timeline" ,
2017-04-13 10:57:41 +00:00
"column.favourites" : "Favourites" ,
"column.follow_requests" : "Follow requests" ,
"column.home" : "Home" ,
2017-04-14 23:23:49 +00:00
"column.mutes" : "Muted users" ,
2016-11-20 18:39:18 +00:00
"column.notifications" : "Notifications" ,
2017-04-13 10:57:41 +00:00
"column.public" : "Federated timeline" ,
2016-11-18 14:36:16 +00:00
"compose_form.placeholder" : "What is on your mind?" ,
2017-04-13 10:57:41 +00:00
"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." ,
2016-11-23 08:20:34 +00:00
"compose_form.publish" : "Toot" ,
2016-12-22 23:38:16 +00:00
"compose_form.sensitive" : "Mark media as sensitive" ,
2017-04-13 10:57:41 +00:00
"compose_form.spoiler_placeholder" : "Content warning" ,
2017-01-27 19:38:35 +00:00
"compose_form.spoiler" : "Hide text behind warning" ,
2017-04-13 10:57:41 +00:00
"emoji_button.label" : "Insert emoji" ,
"empty_column.community" : "The local timeline is empty. Write something publicly to get the ball rolling!" ,
"empty_column.hashtag" : "There is nothing in this hashtag yet." ,
"empty_column.home.public_timeline" : "the public timeline" ,
"empty_column.home" : "You aren't following anyone yet. Visit {public} or use search to get started and meet other users." ,
"empty_column.notifications" : "You don't have any notifications yet. Interact with others to start the conversation." ,
"empty_column.public" : "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up" ,
"follow_request.authorize" : "Authorize" ,
2017-04-13 17:37:04 +00:00
"follow_request.reject" : "Reject" ,
2017-04-13 10:57:41 +00:00
"getting_started.apps" : "Various apps are available" ,
"getting_started.heading" : "Getting started" ,
"getting_started.open_source_notice" : "Mastodon is open source software. You can contribute or report issues on GitHub at {github}. {apps}." ,
"home.column_settings.advanced" : "Advanced" ,
"home.column_settings.basic" : "Basic" ,
"home.column_settings.filter_regex" : "Filter out by regular expressions" ,
"home.column_settings.show_reblogs" : "Show boosts" ,
"home.column_settings.show_replies" : "Show replies" ,
"home.settings" : "Column settings" ,
"lightbox.close" : "Close" ,
"loading_indicator.label" : "Loading..." ,
"media_gallery.toggle_visible" : "Toggle visibility" ,
"missing_indicator.label" : "Not found" ,
"navigation_bar.blocks" : "Blocked users" ,
"navigation_bar.community_timeline" : "Local timeline" ,
2017-01-05 03:47:02 +00:00
"navigation_bar.edit_profile" : "Edit profile" ,
2017-04-13 10:57:41 +00:00
"navigation_bar.favourites" : "Favourites" ,
"navigation_bar.follow_requests" : "Follow requests" ,
"navigation_bar.info" : "Extended information" ,
"navigation_bar.logout" : "Logout" ,
2017-04-14 23:23:49 +00:00
"navigation_bar.mutes" : "Muted users" ,
2017-01-05 03:47:02 +00:00
"navigation_bar.preferences" : "Preferences" ,
2017-03-03 23:19:18 +00:00
"navigation_bar.public_timeline" : "Federated timeline" ,
2016-11-20 18:39:18 +00:00
"notification.favourite" : "{name} favourited your status" ,
2017-04-13 10:57:41 +00:00
"notification.follow" : "{name} followed you" ,
2017-04-15 20:48:17 +00:00
"notification.mention" : "{name} mentioned you" ,
2016-11-26 14:45:35 +00:00
"notification.reblog" : "{name} boosted your status" ,
2017-04-13 10:57:41 +00:00
"notifications.clear_confirmation" : "Are you sure you want to clear all your notifications?" ,
"notifications.clear" : "Clear notifications" ,
2017-01-02 13:09:57 +00:00
"notifications.column_settings.alert" : "Desktop notifications" ,
"notifications.column_settings.favourite" : "Favourites:" ,
2017-04-13 10:57:41 +00:00
"notifications.column_settings.follow" : "New followers:" ,
2017-01-02 13:09:57 +00:00
"notifications.column_settings.mention" : "Mentions:" ,
"notifications.column_settings.reblog" : "Boosts:" ,
2017-04-13 10:57:41 +00:00
"notifications.column_settings.show" : "Show in column" ,
"notifications.column_settings.sound" : "Play sound" ,
"notifications.settings" : "Column settings" ,
"privacy.change" : "Adjust status privacy" ,
"privacy.direct.long" : "Post to mentioned users only" ,
"privacy.direct.short" : "Direct" ,
"privacy.private.long" : "Post to followers only" ,
"privacy.private.short" : "Private" ,
"privacy.public.long" : "Post to public timelines" ,
"privacy.public.short" : "Public" ,
"privacy.unlisted.long" : "Do not show in public timelines" ,
"privacy.unlisted.short" : "Unlisted" ,
"reply_indicator.cancel" : "Cancel" ,
"report.heading" : "New report" ,
"report.placeholder" : "Additional comments" ,
"report.submit" : "Submit" ,
"report.target" : "Reporting" ,
"search_results.total" : "{count} {count, plural, one {result} other {results}}" ,
"search.placeholder" : "Search" ,
"search.status_by" : "Status by {name}" ,
"status.delete" : "Delete" ,
"status.favourite" : "Favourite" ,
"status.load_more" : "Load more" ,
"status.media_hidden" : "Media hidden" ,
"status.mention" : "Mention @{name}" ,
"status.open" : "Expand this status" ,
"status.reblog" : "Boost" ,
"status.reblogged_by" : "{name} boosted" ,
"status.reply" : "Reply" ,
"status.report" : "Report @{name}" ,
"status.sensitive_toggle" : "Click to view" ,
"status.sensitive_warning" : "Sensitive content" ,
"status.show_less" : "Show less" ,
"status.show_more" : "Show more" ,
"tabs_bar.compose" : "Compose" ,
"tabs_bar.federated_timeline" : "Federated" ,
"tabs_bar.home" : "Home" ,
"tabs_bar.local_timeline" : "Local" ,
"tabs_bar.notifications" : "Notifications" ,
"upload_area.title" : "Drag & drop to upload" ,
"upload_button.label" : "Add media" ,
"upload_form.undo" : "Undo" ,
"upload_progress.label" : "Uploading..." ,
"video_player.toggle_sound" : "Toggle sound" ,
"video_player.toggle_visible" : "Toggle visibility" ,
2017-04-13 13:04:18 +00:00
"video_player.expand" : "Expand video" ,
2016-11-18 14:36:16 +00:00
} ;
export default en ;