From 546c4718e781f8900ba6498307ccb1e659de5edd Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 15 Nov 2016 23:56:03 +0100 Subject: Localizations for most server-side strings --- config/locales/en.yml | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 55b062c0d..ab16ed082 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,23 +1,57 @@ +--- en: + about: + about_instance: "%{instance} is a Mastodon instance." + about_mastodon: Mastodon is a free, open-source social network server. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the social network seamlessly. + get_started: Get started + source_code: Source code + terms: Terms + accounts: + follow: Follow + followers: Followers + following: Following + nothing_here: There is nothing here! + people_followed_by: People whom %{name} follows + people_who_follow: People who follow %{name} + posts: Posts + unfollow: Unfollow + application_mailer: + signature: Mastodon notifications from %{instance} auth: + change_password: Change password + didnt_get_confirmation: Didn't receive confirmation instructions? + forgot_password: Forgot your password? login: Log in register: Sign up - forgot_password: Forgot your password? - didnt_get_confirmation: Didn't receive confirmation instructions? resend_confirmation: Resend confirmation instructions reset_password: Reset password set_new_password: Set new password - change_password: Change password 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 other: Something isn't quite right yet! Please review %{count} errors below - powered_by: powered by %{link} - changes_saved_msg: Changes successfully saved! + notification_mailer: + favourite: + body: 'Your status was favourited by %{name}:' + subject: "%{name} favourited your status" + follow: + body: "%{name} is now following you!" + subject: "%{name} is now following you" + mention: + body: 'You were mentioned by %{name} in:' + subject: You were mentioned by %{name} + reblog: + body: 'Your status was reblogged by %{name}:' + subject: "%{name} reblogged your status" pagination: next: Next prev: Prev settings: edit_profile: Edit profile preferences: Preferences + stream_entries: + favourited: favourited a post by + is_now_following: is now following -- cgit