From 8902e265b4efea68cafef790ee0e2870f62985cd Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Jun 2017 14:58:22 +0200 Subject: Add explit admin actions to (re)subscribe/unsubscribe remote accounts (#3640) * Add explit admin actions to (re)subscribe/unsubscribe remote accounts and re-download avatar/header * Improve how admin NSFW toggle looks --- config/locales/io.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'config/locales/io.yml') diff --git a/config/locales/io.yml b/config/locales/io.yml index 42351502b..def5b9524 100644 --- a/config/locales/io.yml +++ b/config/locales/io.yml @@ -118,13 +118,6 @@ io: account_count: Known accounts domain_name: Domain title: Known Instances - subscriptions: - callback_url: Callback URL - confirmed: Confirmed - expires_in: Expires in - last_delivery: Last delivery - title: PubSubHubbub - topic: Topic reports: comment: label: Comment @@ -165,6 +158,13 @@ io: title: Extended site description site_title: Site title title: Site Settings + subscriptions: + callback_url: Callback URL + confirmed: Confirmed + expires_in: Expires in + last_delivery: Last delivery + title: PubSubHubbub + topic: Topic title: Administration application_mailer: settings: 'Chanjar la retpost-mesajala preferi: %{link}' @@ -228,7 +228,7 @@ io: following: Listo de sequati muting: Muting list upload: Kargar - landing_strip_html: %{name} esas uzero en %{link_to_root_path}. Tu povas sequar lu o komunikar kun lu, se tu havas konto irgaloke en la Fediverse. + landing_strip_html: "%{name} esas uzero en %{link_to_root_path}. Tu povas sequar lu o komunikar kun lu, se tu havas konto irgaloke en la Fediverse." landing_strip_signup_html: Se tu ne havas, tu povas membreskar hike. media_attachments: validations: @@ -245,19 +245,19 @@ io: one: "1 nova savigo depos tua lasta vizito \U0001F418" other: "%{count} nova savigi depos tua lasta vizito \U0001F418" favourite: - body: '%{name} favoris tua mesajo:' + body: "%{name} favoris tua mesajo:" subject: "%{name} favoris tua mesajo" follow: body: "%{name} sequeskas tu!" subject: "%{name} sequeskas tu" follow_request: body: "%{name} demandis sequar tu" - subject: '%{name} demandis sequar tu' + subject: "%{name} demandis sequar tu" mention: - body: '%{name} mencionis tu en:' - subject: '%{name} mencionis tu' + body: "%{name} mencionis tu en:" + subject: "%{name} mencionis tu" reblog: - body: '%{name} diskonocigis tua mesajo:' + body: "%{name} diskonocigis tua mesajo:" subject: "%{name} diskonocigis tua mesajo" pagination: next: Sequanta -- cgit