From f87b75a44670c9f9a5d11dbed409413849771bb7 Mon Sep 17 00:00:00 2001 From: Kamal Raj Sekar Date: Mon, 8 Jan 2024 05:38:38 +0000 Subject: [PATCH] Add missing translation strings and fix media translate issue (#102) add missing translation strings and fix media translate issue --- src/app/component/event-card/event-card.component.html | 4 ++-- src/assets/i18n/de.json | 5 +++-- src/assets/i18n/en.json | 5 +++-- src/assets/i18n/es.json | 5 +++-- src/assets/i18n/fa.json | 5 +++-- src/assets/i18n/fi.json | 5 +++-- src/assets/i18n/fr.json | 5 +++-- src/assets/i18n/hi.json | 5 +++-- src/assets/i18n/ja.json | 5 +++-- src/assets/i18n/kn.json | 5 +++-- src/assets/i18n/ml.json | 5 +++-- src/assets/i18n/pa.json | 5 +++-- src/assets/i18n/ru.json | 5 +++-- src/assets/i18n/sv.json | 5 +++-- src/assets/i18n/sw.json | 5 +++-- src/assets/i18n/ta.json | 5 +++-- src/assets/i18n/te.json | 5 +++-- src/assets/i18n/th.json | 5 +++-- 18 files changed, 53 insertions(+), 36 deletions(-) diff --git a/src/app/component/event-card/event-card.component.html b/src/app/component/event-card/event-card.component.html index 26acdd6..4e0be2a 100644 --- a/src/app/component/event-card/event-card.component.html +++ b/src/app/component/event-card/event-card.component.html @@ -111,8 +111,8 @@
image -
{{'Media is hidden because you don't follow this person. Click to see media. - You can change this behavior from preferences.' | translate}}
+
Media is hidden because you don't follow this person. Click to see media. + You can change this behavior from preferences.
diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 297e37c..138e686 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "Alle Einstellungen werden nur lokal bei dir im Browser gespeichert und beim Abmelden wieder gelöscht.", "Try without an account": "Ohne Account ausprobieren", "We are opensource!": "Wir sind Open-Source!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 198f3cd..9ad8cce 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 633e956..76db4d0 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "Todos sus ajustes se guardan en el almacenamiento local del navegador y se borran cuando cierra la sesión.", "Try without an account": "Probar sin cuenta", "We are opensource!": "¡Somos de código abierto!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "Se ha configurado un Zap Split por defecto para apoyar a desarrolladores y traductores, puede desactivarla en cualquier momento en Preferencias" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "Se ha configurado un Zap Split por defecto para apoyar a desarrolladores y traductores, puede desactivarla en cualquier momento en Preferencias", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 59d0d5a..1b9a28b 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "تمام تنظیمات شما در انبار محلی مرورگر ذخیره و پس از خروج پاک می شود.", "Try without an account": "بدون حساب کاربری امتحان کنید", "We are opensource!": "ما منبع-باز هستیم!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index be01e19..e85e21a 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "Kaikki asetuksesi tallennetaan selaimen paikalliseen tallennustilaan ja ne poistetaan, kun kirjaudut ulos.", "Try without an account": "Kokeile ilman tiliä", "We are opensource!": "Olemme avointa lähdekoodia!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "Oletusarvoinen zap-jako on määritetty tukemaan kehittäjiä ja kääntäjiä, voit poistaa sen käytöstä milloin tahansa asetuksista" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "Oletusarvoinen zap-jako on määritetty tukemaan kehittäjiä ja kääntäjiä, voit poistaa sen käytöstä milloin tahansa asetuksista", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 3263c5e..c2b9599 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "Tous vos paramètres sont enregistrés dans la mémoire locale du navigateur et effacés lorsque vous vous déconnectez.", "Try without an account": "Tester sans créer de compte", "We are opensource!": "Nous sommes open source!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 198f3cd..9ad8cce 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 198f3cd..9ad8cce 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 198f3cd..9ad8cce 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 198f3cd..9ad8cce 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 198f3cd..9ad8cce 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index 9ad675a..8c9f369 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "Все ваши настройки сохраняются в локальном хранилище браузера и очищаются при выходе.", "Try without an account": "Попробуйте без аккаунта", "We are opensource!": "Мы с открытым исходным кодом!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "Для поддержки разработчиков и переводчиков по умолчанию настроено разделение Zap, которое можно отключить в любой момент в разделе \"Параметры\"." -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "Для поддержки разработчиков и переводчиков по умолчанию настроено разделение Zap, которое можно отключить в любой момент в разделе \"Параметры\".", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index e7e8fe0..8c0a95e 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index c0c7e15..d620f60 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "Mipangilio yote yako hufanyiwa uhifadhi kwenye uhifadhi wa ndani wa kivinjari na huondolewa unapojitoka.", "Try without an account": "Jaribu bila akaunti", "We are opensource!": "Tuko wazi chanzo!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "Mgawanyiko chaguomsingi wa Zap umesanidiwa ili kusaidia wasanidi programu na watafsiri, unaweza kuuzima wakati wowote katika Mapendeleo" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "Mgawanyiko chaguomsingi wa Zap umesanidiwa ili kusaidia wasanidi programu na watafsiri, unaweza kuuzima wakati wowote katika Mapendeleo", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 5a7599f..ca3bef0 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 198f3cd..9ad8cce 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "All your settings are saved within browser's local storage and cleared when you logout.", "Try without an account": "Try without an account", "We are opensource!": "We are opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +} diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index b2a11da..4d5ba0f 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -267,5 +267,6 @@ "All your settings are saved within browser's local storage and cleared when you logout.": "การตั้งค่าทั้งหมดของคุณจะถูกเก็บไว้ในเบราว์เซอร์ และจะถูกลบไปเมื่อออกจากระบบ", "Try without an account": "ลองโดยไม่ต้องใช้บัญชี", "We are opensource!": "เราคือ opensource!", - "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences" -} \ No newline at end of file + "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences": "A default Zap split has been configured to support developers and translators, you can disable it at any time in Preferences", + "Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences.":"Media is hidden because you don't follow this person. Click to see media. You can change this behavior from preferences." +}