From 48e7a22e3498399fd489583f684a51b321c10cdf Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 22 May 2017 16:26:54 +0200 Subject: Fix locale regression from #3055 (#3231) --- config/locales/ar.yml | 2 +- config/locales/ca.yml | 5 +++-- config/locales/de.yml | 2 +- config/locales/fa.yml | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/locales/ar.yml b/config/locales/ar.yml index b80e928e6..4d045dee1 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -93,7 +93,7 @@ ar: blocking: قائمة المحظورين following: قائمة المستخدمين المتبوعين upload: تحميل - landing_strip_html: %{name} is a user on %{domain}. You can follow them or interact with them if you have an account anywhere in the fediverse.. + 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. media_attachments: validations: diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 83c6d1c2a..f7a0fd65a 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -256,7 +256,8 @@ ca: following: Llista de seguits muting: Llista d'apagats upload: Carregar - landing_strip_html: %{name} és un usuari/a de %{domain}. Pots seguir-lo/la o interactuar amb ell/a si tens un compte a qualsevol node del fediverse. Si no en tens, pots registrar-te aquí. + landing_strip_html: %{name} és un usuari/a de %{link_to_root_path}. Pots seguir-lo/la o interactuar amb ell/a si tens un compte a qualsevol node del fediverse. + landing_strip_signup_html: Si no en tens, pots registrar-te aquí. media_attachments: validations: images_and_video: No es pot adjuntar un vídeo a un estat que ja contingui imatges @@ -300,7 +301,7 @@ ca: back: Tornar al inici edit_profile: Editar perfil export: Exportar informació - followers: Seguidors autoritzats + followers: Seguidors autoritzats import: Importar preferences: Preferències settings: Configuració diff --git a/config/locales/de.yml b/config/locales/de.yml index 20adaf59a..a7d86e284 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -229,7 +229,7 @@ de: following: Folgeliste muting: Stummschaltungsliste upload: Hochladen - landing_strip_html: %{name} ist ein Benutzer auf %{domain}. Du kannst ihm folgen oder mit ihm interagieren, sofern du ein Konto irgendwo im 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: diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 5df9999f4..c57973da2 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -255,7 +255,7 @@ fa: following: فهرست پی‌گیری‌ها muting: فهرست بی‌صداشده‌ها upload: بارگذاری - landing_strip_html: %{name} کاربری روی %{domain} است. شما با داشتن حساب روی هر سروری می‌توانید نوشته‌های او را پیگیری کرده یا با او ارتباط داشته باشید. + landing_strip_html: %{name} کاربری روی %{link_to_root_path} است. شما با داشتن حساب روی هر سروری می‌توانید نوشته‌های او را پیگیری کرده یا با او ارتباط داشته باشید. landing_strip_signup_html: اگر هنوز حسابی ندارید این‌جا حساب باز کنید. media_attachments: validations: @@ -314,7 +314,7 @@ fa: private_long: نمایش تنها به پیگیران public: عمومی public_long: همه می‌توانند ببینند - unlisted: فهرست‌نشده + unlisted: فهرست‌نشده unlisted_long: عمومی، ولی در فهرست نوشته‌ها نمایش نمی‌یابد stream_entries: click_to_show: برای نمایش کلیک کنید -- cgit