From bb71538bb503159177d46d8956bd466973c0876b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 28 Jul 2018 19:25:33 +0200 Subject: Redesign public profiles and toots (#8068) --- config/locales/en.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index f89f89959..66f475ded 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -5,11 +5,13 @@ en: about_mastodon_html: Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. about_this: About administered_by: 'Administered by:' + api: API closed_registrations: Registrations are currently closed on this instance. However! You can find a different instance to make an account on and get access to the very same network from there. contact: Contact contact_missing: Not set contact_unavailable: N/A description_headline: What is %{domain}? + documentation: Documentation domain_count_after: other instances domain_count_before: Connected to extended_description_html: | @@ -28,9 +30,11 @@ en: hosted_on: Mastodon hosted on %{domain} learn_more: Learn more other_instances: Instance list + privacy_policy: Privacy policy source_code: Source code status_count_after: statuses status_count_before: Who authored + terms: Terms of service user_count_after: users user_count_before: Home to what_is_mastodon: What is Mastodon? @@ -38,6 +42,7 @@ en: follow: Follow followers: Followers following: Following + joined: Joined %{date} media: Media moved_html: "%{name} has moved to %{new_profile_link}:" network_hidden: This information is not available @@ -46,7 +51,6 @@ en: people_who_follow: People who follow %{name} posts: Toots posts_with_replies: Toots and replies - remote_follow: Remote follow reserved_username: The username is reserved roles: admin: Admin @@ -534,9 +538,12 @@ en: true_privacy_html: Please mind that true privacy can only be achieved with end-to-end encryption. unlocked_warning_html: Anyone can follow you to immediately view your private statuses. %{lock_link} to be able to review and reject followers. unlocked_warning_title: Your account is not locked + footer: + developers: Developers + more: Moreā€¦ + resources: Resources generic: changes_saved_msg: Changes successfully saved! - powered_by: powered by %{link} save_changes: Save changes validation_errors: one: Something isn't quite right yet! Please review the error below @@ -572,8 +579,6 @@ en: expires_at: Expires uses: Uses title: Invite people - landing_strip_html: "%{name} is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse." - landing_strip_signup_html: If you don't, you can sign up here. lists: errors: limit: You have reached the maximum amount of lists @@ -742,7 +747,6 @@ en: unlisted: Unlisted unlisted_long: Everyone can see, but not listed on public timelines stream_entries: - click_to_show: Click to show pinned: Pinned toot reblogged: boosted sensitive_content: Sensitive content @@ -836,6 +840,7 @@ en: time: formats: default: "%b %d, %Y, %H:%M" + month: "%b %Y" two_factor_authentication: code_hint: Enter the code generated by your authenticator app to confirm description_html: If you enable two-factor authentication, logging in will require you to be in possession of your phone, which will generate tokens for you to enter. -- cgit