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/de.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'config/locales/de.yml') diff --git a/config/locales/de.yml b/config/locales/de.yml index 0a11e0422..72d60d2a0 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -119,13 +119,6 @@ de: account_count: Bekannte Konten domain_name: Domain title: Bekannte Instanzen - subscriptions: - callback_url: Callback-URL - confirmed: Bestätigt - expires_in: Verfällt in - last_delivery: Letzte Zustellung - title: PubSubHubbub - topic: Thema reports: comment: label: Kommentar @@ -133,7 +126,7 @@ de: delete: Löschen id: ID mark_as_resolved: Als gelöst markieren - report: '#%{id} melden' + report: "#%{id} melden" reported_account: Gemeldetes Konto reported_by: Gemeldet von resolved: Gelöst @@ -166,6 +159,13 @@ de: title: Erweiterte Seitenbeschreibung site_title: Seitentitel title: Seiteneinstellungen + subscriptions: + callback_url: Callback-URL + confirmed: Bestätigt + expires_in: Verfällt in + last_delivery: Letzte Zustellung + title: PubSubHubbub + topic: Thema title: Administration application_mailer: settings: 'E-Mail-Einstellungen ändern: %{link}' @@ -229,7 +229,7 @@ de: following: Folgeliste muting: Stummschaltungsliste upload: Hochladen - landing_strip_html: %{name} ist ein Benutzer auf %{link_to_root_path}. Du kannst ihm folgen oder mit ihm interagieren, sofern du ein Konto irgendwo in der Fediverse hast. + landing_strip_html: "%{name} ist ein Benutzer auf %{link_to_root_path}. Du kannst ihm folgen oder mit ihm interagieren, sofern du ein Konto irgendwo in der Fediverse hast." landing_strip_signup_html: Wenn nicht, kannst du dich hier anmelden. media_attachments: validations: -- cgit