From c0c56db0fa453ea2d2405b6fdb9f3593113dc9f2 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 13 Apr 2017 21:49:07 +0200 Subject: Translate admin (#1702) * Translate the domain_block panel Signed-off-by: Thomas Citharel * Translate PubSubHubbub section Signed-off-by: Thomas Citharel * translate account section and correct typos * move reports translation & translate sidebar Signed-off-by: Thomas Citharel * normalize l18n --- config/locales/en.yml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index fdb9f45e9..9ed1e6a1a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -40,6 +40,83 @@ en: remote_follow: Remote follow unfollow: Unfollow admin: + accounts: + are_you_sure: Are you sure? + display_name: Display name + domain: Domain + edit: Edit + email: E-mail + feed_url: Feed URL + followers: Followers + follows: Follows + location: + all: All + local: Local + remote: Remote + title: Location + media_attachments: Media attachments + moderation: + all: All + silenced: Silenced + suspended: Suspended + title: Moderation + most_recent_activity: Most recent activity + most_recent_ip: Most recent IP + not_subscribed: Not subscribed + order: + alphabetic: Alphabetic + most_recent: Most recent + title: Order + perform_full_suspension: Perform full suspension + profile_url: Profile URL + public: Public + push_subscription_expires: PuSH subscription expires + salmon_url: Salmon URL + silence: Silence + statuses: Statuses + title: Accounts + undo_silenced: Undo silence + undo_suspension: Undo suspension + username: Username + web: Web + domain_block: + add_new: Add new + domain: Domain + new: + create: Create block + hint: The domain block will not prevent creation of account entries in the database, but will retroactively and automatically apply specific moderation methods on those accounts. + severity: + desc_html: "Silence will make the account's posts invisible to anyone who isn't following them. Suspend will remove all of the account's content, media, and profile data." + silence: Silence + suspend: Suspend + title: New domain block + severity: Severity + title: Domain Blocks + pubsubhubbub: + callback_url: Callback URL + confirmed: Confirmed + expires_in: Expires in + last_delivery: Last delivery + title: PubSubHubbub + topic: Topic + reports: + comment: + label: Comment + none: None + delete: Delete + id: ID + mark_as_resolved: Mark as resolved + report: 'Report #%{id}' + reported_account: Reported account + reported_by: Reported by + resolved: Resolved + silence_account: Silence account + status: Status + suspend_account: Suspend account + target: Target + title: Reports + unresolved: Unresolved + view: View settings: click_to_edit: Click to edit contact_information: @@ -63,6 +140,7 @@ en: title: Extended site description site_title: Site title title: Site Settings + title: Administration application_mailer: settings: 'Change e-mail preferences: %{link}' signature: Mastodon notifications from %{instance} -- cgit