From c9a347ab0ca1951187220830a83f21e9a674c0b9 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 9 Apr 2026 17:33:37 -0300 Subject: [PATCH 1/6] fix(android): add VoIP notification channel and rename Push_Troubleshooting i18n key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add "Calls" notification channel (rocketchatrn_channel_calls, IMPORTANCE_HIGH) ready for feat.voip-lib-new to wire up VoIP rendering - Rename "All" → "Messages" for the existing messages channel - Rename i18n key Push_Troubleshooting → Troubleshooting in 4 locales (en, cs, no deleted the old key; pt-BR replaced with localized translation) Known limitation: Android cannot rename a channel's display name in-place; deleting and recreating the channel resets per-channel user preferences. --- .../notification/CustomPushNotification.java | 14 +++++++++++--- app/i18n/locales/af.json | 4 +++- app/i18n/locales/cs.json | 1 - app/i18n/locales/en.json | 1 - app/i18n/locales/no.json | 1 - app/i18n/locales/pt-BR.json | 2 +- app/views/PushTroubleshootView/index.tsx | 2 +- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/android/app/src/main/java/chat/rocket/reactnative/notification/CustomPushNotification.java b/android/app/src/main/java/chat/rocket/reactnative/notification/CustomPushNotification.java index 622c44415b9..8d0a0855665 100644 --- a/android/app/src/main/java/chat/rocket/reactnative/notification/CustomPushNotification.java +++ b/android/app/src/main/java/chat/rocket/reactnative/notification/CustomPushNotification.java @@ -51,7 +51,9 @@ public class CustomPushNotification { public static final String KEY_REPLY = "KEY_REPLY"; public static final String NOTIFICATION_ID = "NOTIFICATION_ID"; private static final String CHANNEL_ID = "rocketchatrn_channel_01"; - private static final String CHANNEL_NAME = "All"; + private static final String CHANNEL_NAME = "Messages"; + private static final String CALLS_CHANNEL_ID = "rocketchatrn_channel_calls"; + private static final String CALLS_CHANNEL_NAME = "Calls"; // Instance fields private final Context mContext; @@ -299,13 +301,19 @@ private void postNotification(int notificationId) { private void createNotificationChannel() { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { - NotificationChannel channel = new NotificationChannel( + NotificationChannel messagesChannel = new NotificationChannel( CHANNEL_ID, CHANNEL_NAME, NotificationManager.IMPORTANCE_HIGH ); + NotificationChannel callsChannel = new NotificationChannel( + CALLS_CHANNEL_ID, + CALLS_CHANNEL_NAME, + NotificationManager.IMPORTANCE_HIGH + ); if (notificationManager != null) { - notificationManager.createNotificationChannel(channel); + notificationManager.createNotificationChannel(messagesChannel); + notificationManager.createNotificationChannel(callsChannel); } } } diff --git a/app/i18n/locales/af.json b/app/i18n/locales/af.json index 9e26dfeeb6e..c5a2092c79b 100644 --- a/app/i18n/locales/af.json +++ b/app/i18n/locales/af.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "Troubleshooting": "Troubleshooting" +} diff --git a/app/i18n/locales/cs.json b/app/i18n/locales/cs.json index c72606b7b7c..02daaec45dc 100644 --- a/app/i18n/locales/cs.json +++ b/app/i18n/locales/cs.json @@ -660,7 +660,6 @@ "Push_gateway_not_connected_description": "Nemůžeme se připojit k bráně push. Pokud problém přetrvává, obraťte se na správce pracovního prostoru.", "Push_Notifications": "Oznámení push", "Push_Notifications_Alert_Info": "Tato oznámení se vám doručují, když aplikace není otevřená", - "Push_Troubleshooting": "Odstraňování problémů push", "Queued_chats": "Chaty ve frontě", "Quote": "Citát", "React_with_emojjname": "Reagujte pomocí {{emojiName}}", diff --git a/app/i18n/locales/en.json b/app/i18n/locales/en.json index 039513dbe47..67b42dd4f35 100644 --- a/app/i18n/locales/en.json +++ b/app/i18n/locales/en.json @@ -683,7 +683,6 @@ "Push_gateway_not_connected_description": "We're not able to connect to the push gateway. If this issue persists please check with your workspace administrator.", "Push_Notifications": "Push notifications", "Push_Notifications_Alert_Info": "These notifications are delivered to you when the app is not open", - "Push_Troubleshooting": "Push Troubleshooting", "Queued_chats": "Queued chats", "Quote": "Quote", "React_with_emojjname": "React with {{emojiName}}", diff --git a/app/i18n/locales/no.json b/app/i18n/locales/no.json index abbc7f10c06..26ce330af4f 100644 --- a/app/i18n/locales/no.json +++ b/app/i18n/locales/no.json @@ -648,7 +648,6 @@ "Push_gateway_not_connected_description": "Vi kan ikke koble til push-gatewayen. Hvis dette problemet vedvarer, sjekk med serveradministratoren din.", "Push_Notifications": "Push-varsler", "Push_Notifications_Alert_Info": "Disse varslene leveres til deg når appen ikke er åpen", - "Push_Troubleshooting": "Push feilsøking", "Queued_chats": "Chatter i kø", "Quote": "Sitere", "Reactions_are_disabled": "Reaksjoner er deaktivert", diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index 9fa76800393..514908ddc3e 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -671,7 +671,7 @@ "Push_gateway_not_connected_description": "Não conseguimos conectar ao gateway de push. Se esse problema persistir, por favor, verifique com o administrador do seu workspace.", "Push_Notifications": "Notificações push", "Push_Notifications_Alert_Info": "Essas notificações são entregues a você quando o aplicativo não está aberto", - "Push_Troubleshooting": "Solucionar Problemas de Push", + "Troubleshooting": "Resolução de Problemas", "Queued_chats": "Bate-papos na fila", "Quote": "Citar", "React_with_emojjname": "Reagir com {{emojiName}}", diff --git a/app/views/PushTroubleshootView/index.tsx b/app/views/PushTroubleshootView/index.tsx index 328de71ecbc..98412977704 100644 --- a/app/views/PushTroubleshootView/index.tsx +++ b/app/views/PushTroubleshootView/index.tsx @@ -28,7 +28,7 @@ const PushTroubleshootView = ({ navigation }: IPushTroubleshootViewProps): JSX.E useEffect(() => { navigation.setOptions({ - title: I18n.t('Push_Troubleshooting') + title: I18n.t('Troubleshooting') }); }, [navigation]); From d6e73f70d99979a3c77d5870b140349a9e397fc1 Mon Sep 17 00:00:00 2001 From: diegolmello Date: Thu, 9 Apr 2026 20:34:11 +0000 Subject: [PATCH 2/6] action: organized translations --- app/i18n/locales/af.json | 4 ++-- app/i18n/locales/pt-BR.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/i18n/locales/af.json b/app/i18n/locales/af.json index c5a2092c79b..539345ca31d 100644 --- a/app/i18n/locales/af.json +++ b/app/i18n/locales/af.json @@ -1,3 +1,3 @@ { - "Troubleshooting": "Troubleshooting" -} + "Troubleshooting": "Troubleshooting" +} \ No newline at end of file diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index 514908ddc3e..b496fe3dce9 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -671,7 +671,6 @@ "Push_gateway_not_connected_description": "Não conseguimos conectar ao gateway de push. Se esse problema persistir, por favor, verifique com o administrador do seu workspace.", "Push_Notifications": "Notificações push", "Push_Notifications_Alert_Info": "Essas notificações são entregues a você quando o aplicativo não está aberto", - "Troubleshooting": "Resolução de Problemas", "Queued_chats": "Bate-papos na fila", "Quote": "Citar", "React_with_emojjname": "Reagir com {{emojiName}}", @@ -887,6 +886,7 @@ "totp-invalid": "Código ou senha inválida", "Translate": "Traduzir", "Travel_and_places": "Viagem e lugares", + "Troubleshooting": "Resolução de Problemas", "Try_again": "Tentar novamente", "Turn_camera_off": "Desligar câmera", "Turn_camera_on": "Ligar câmera", From ffdf6cfc291d8469a0f44f3a162685e03f861727 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 9 Apr 2026 17:50:49 -0300 Subject: [PATCH 3/6] fix(i18n): add Troubleshooting key to all supported locales PR #7119 incorrectly added Troubleshooting to af.json (unsupported locale) instead of the 20 supported locales that were missing it. - Revert af.json to empty {} - Add "Troubleshooting": "Troubleshooting" to all LANGUAGES locales that were missing the key --- app/i18n/locales/af.json | 4 +--- app/i18n/locales/ar.json | 1 + app/i18n/locales/bn-IN.json | 1 + app/i18n/locales/de.json | 1 + app/i18n/locales/es.json | 1 + app/i18n/locales/fi.json | 1 + app/i18n/locales/fr.json | 1 + app/i18n/locales/hi-IN.json | 1 + app/i18n/locales/hu.json | 1 + app/i18n/locales/it.json | 1 + app/i18n/locales/ja.json | 1 + app/i18n/locales/nl.json | 1 + app/i18n/locales/pt-PT.json | 1 + app/i18n/locales/ru.json | 1 + app/i18n/locales/sl-SI.json | 1 + app/i18n/locales/sv.json | 1 + app/i18n/locales/ta-IN.json | 1 + app/i18n/locales/te-IN.json | 1 + app/i18n/locales/tr.json | 1 + app/i18n/locales/zh-CN.json | 1 + app/i18n/locales/zh-TW.json | 1 + 21 files changed, 21 insertions(+), 3 deletions(-) diff --git a/app/i18n/locales/af.json b/app/i18n/locales/af.json index 539345ca31d..0967ef424bc 100644 --- a/app/i18n/locales/af.json +++ b/app/i18n/locales/af.json @@ -1,3 +1 @@ -{ - "Troubleshooting": "Troubleshooting" -} \ No newline at end of file +{} diff --git a/app/i18n/locales/ar.json b/app/i18n/locales/ar.json index 4c7d4e981f5..07bcca9f6a2 100644 --- a/app/i18n/locales/ar.json +++ b/app/i18n/locales/ar.json @@ -585,6 +585,7 @@ "Topic": "عنوان", "topic": "عنوان", "Translate": "ترجمة", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "السفر والأماكن", "Try_again": "حاول مجدداً", "Turn_camera_off": "إيقاف تشغيل الكاميرا", diff --git a/app/i18n/locales/bn-IN.json b/app/i18n/locales/bn-IN.json index adbabf44f03..b9ec4412cc6 100644 --- a/app/i18n/locales/bn-IN.json +++ b/app/i18n/locales/bn-IN.json @@ -811,6 +811,7 @@ "topic": "বিষয়", "totp-invalid": "কোড বা পাসওয়ার্ড অবৈধ", "Translate": "অনুবাদ করুন", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "ভ্রমণ এবং স্থানসমূহ", "Try_again": "আবার চেষ্টা করুন", "Turn_camera_off": "ক্যামেরা বন্ধ করুন", diff --git a/app/i18n/locales/de.json b/app/i18n/locales/de.json index e0d6cccb2c7..da719aa7333 100644 --- a/app/i18n/locales/de.json +++ b/app/i18n/locales/de.json @@ -804,6 +804,7 @@ "topic": "Thema", "totp-invalid": "Code oder Passwort ist falsch", "Translate": "Übersetzen", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Reisen und Orte", "Try_again": "Versuchen Sie es nochmal", "Turn_camera_off": "Kamera ausschalten", diff --git a/app/i18n/locales/es.json b/app/i18n/locales/es.json index 412ec836ec0..fbbd34cf8dc 100644 --- a/app/i18n/locales/es.json +++ b/app/i18n/locales/es.json @@ -428,6 +428,7 @@ "Topic": "Asunto", "topic": "asunto", "Translate": "Traducir", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Viajes y lugares", "Try_again": "Intentar de nuevo", "Turn_camera_off": "Apagar cámara", diff --git a/app/i18n/locales/fi.json b/app/i18n/locales/fi.json index e9364eea46f..1dc65536384 100644 --- a/app/i18n/locales/fi.json +++ b/app/i18n/locales/fi.json @@ -779,6 +779,7 @@ "topic": "aihe", "totp-invalid": "Koodi tai salasana virheellinen", "Translate": "Käännä", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Matkustaminen ja paikat", "Try_again": "Yritä uudelleen", "Turn_camera_off": "Sammuta kamera", diff --git a/app/i18n/locales/fr.json b/app/i18n/locales/fr.json index 7baca0dd463..1964401cdd2 100644 --- a/app/i18n/locales/fr.json +++ b/app/i18n/locales/fr.json @@ -710,6 +710,7 @@ "Topic": "Sujet", "topic": "sujet", "Translate": "Traduire", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Voyage et lieux", "Try_again": "Réessayer", "Turn_camera_off": "Éteindre la caméra", diff --git a/app/i18n/locales/hi-IN.json b/app/i18n/locales/hi-IN.json index 4cb02297c70..85747a691bd 100644 --- a/app/i18n/locales/hi-IN.json +++ b/app/i18n/locales/hi-IN.json @@ -811,6 +811,7 @@ "topic": "विषय", "totp-invalid": "कोड या पासवर्ड अमान्य", "Translate": "अनुवाद करें", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "यात्रा और स्थान", "Try_again": "फिर कोशिश करें", "Turn_camera_off": "कैमरा बंद करें", diff --git a/app/i18n/locales/hu.json b/app/i18n/locales/hu.json index 06cca380dbe..83bf23e1ef2 100644 --- a/app/i18n/locales/hu.json +++ b/app/i18n/locales/hu.json @@ -813,6 +813,7 @@ "topic": "téma", "totp-invalid": "A kód vagy a jelszó érvénytelen", "Translate": "Fordítás", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Utazás és helyek", "Try_again": "Próbálja újra", "Turn_camera_off": "Kapcsolja ki a kamerát", diff --git a/app/i18n/locales/it.json b/app/i18n/locales/it.json index c3d380f8390..92cf977ec18 100644 --- a/app/i18n/locales/it.json +++ b/app/i18n/locales/it.json @@ -622,6 +622,7 @@ "Topic": "Argomento", "topic": "argomento", "Translate": "Traduci", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Viaggi e luoghi", "Try_again": "Riprova", "Turn_camera_off": "Disattiva la fotocamera", diff --git a/app/i18n/locales/ja.json b/app/i18n/locales/ja.json index c8566ebc041..f4d8f7cff04 100644 --- a/app/i18n/locales/ja.json +++ b/app/i18n/locales/ja.json @@ -516,6 +516,7 @@ "Topic": "トピック", "topic": "トピック", "Translate": "翻訳", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "旅行と場所", "Try_again": "再度お試しください。", "Turn_camera_off": "カメラをオフにする", diff --git a/app/i18n/locales/nl.json b/app/i18n/locales/nl.json index be0c1769e00..3fe72d70b17 100644 --- a/app/i18n/locales/nl.json +++ b/app/i18n/locales/nl.json @@ -710,6 +710,7 @@ "Topic": "Onderwerp", "topic": "onderwerp", "Translate": "Vertalen", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Reizen en plaatsen", "Try_again": "Probeer het opnieuw", "Turn_camera_off": "Camera uitzetten", diff --git a/app/i18n/locales/pt-PT.json b/app/i18n/locales/pt-PT.json index 883d679b1b5..4f0a7df9ed1 100644 --- a/app/i18n/locales/pt-PT.json +++ b/app/i18n/locales/pt-PT.json @@ -496,6 +496,7 @@ "To_download": "Para descarregar", "Topic": "Tópico", "topic": "tópico", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Viagens e locais", "Try_again": "Tente novamente", "Turn_camera_off": "Desligar câmara", diff --git a/app/i18n/locales/ru.json b/app/i18n/locales/ru.json index 94f904bcd0c..07712c5929c 100644 --- a/app/i18n/locales/ru.json +++ b/app/i18n/locales/ru.json @@ -756,6 +756,7 @@ "topic": "тема", "totp-invalid": "Код или пароль не верны", "Translate": "Перевести", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Путешествия и места", "Try_again": "Попробуйте еще раз", "Turn_camera_off": "Отключить камеру", diff --git a/app/i18n/locales/sl-SI.json b/app/i18n/locales/sl-SI.json index c1cab9db8ac..979877eae1c 100644 --- a/app/i18n/locales/sl-SI.json +++ b/app/i18n/locales/sl-SI.json @@ -725,6 +725,7 @@ "topic": "tema", "totp-invalid": "Koda ali geslo neveljavno", "Translate": "Prevesti", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Potovanja in kraji", "Try_again": "Poskusi ponovno", "Turn_camera_off": "Izklopi kamero", diff --git a/app/i18n/locales/sv.json b/app/i18n/locales/sv.json index bc8a1477b60..c50743bae97 100644 --- a/app/i18n/locales/sv.json +++ b/app/i18n/locales/sv.json @@ -778,6 +778,7 @@ "topic": "ämne", "totp-invalid": "Koden eller lösenordet är ogiltigt", "Translate": "Översätt", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Resor och platser", "Try_again": "Försök igen", "Turn_camera_off": "Stäng av kameran", diff --git a/app/i18n/locales/ta-IN.json b/app/i18n/locales/ta-IN.json index 2905ddd5b06..c063afb9087 100644 --- a/app/i18n/locales/ta-IN.json +++ b/app/i18n/locales/ta-IN.json @@ -811,6 +811,7 @@ "topic": "தலைப்பு", "totp-invalid": "குறியீடு அல்லது கடவுச்சொல் தவறானது", "Translate": "மொழிபெயர்", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "பயணம் மற்றும் இடங்கள்", "Try_again": "மீண்டும் முயற்சி செய்", "Turn_camera_off": "கேமராவை அணைக்கவும்", diff --git a/app/i18n/locales/te-IN.json b/app/i18n/locales/te-IN.json index 1de4179998e..9583f86a10a 100644 --- a/app/i18n/locales/te-IN.json +++ b/app/i18n/locales/te-IN.json @@ -810,6 +810,7 @@ "topic": "విషయం", "totp-invalid": "కోడ్ లేదా పాస్‌వర్డ్ చెల్లదు", "Translate": "అనువాదం", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "ప్రయాణం మరియు స్థలాలు", "Try_again": "ప్రయత్నించండి", "Turn_camera_off": "కెమెరాను ఆపివెయ్యి", diff --git a/app/i18n/locales/tr.json b/app/i18n/locales/tr.json index e9bc1da6318..52936a7ea53 100644 --- a/app/i18n/locales/tr.json +++ b/app/i18n/locales/tr.json @@ -605,6 +605,7 @@ "Topic": "Konu", "topic": "konu", "Translate": "Çevir", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "Seyahat ve yerler", "Try_again": "Tekrar deneyin", "Turn_camera_off": "Kamerayı kapat", diff --git a/app/i18n/locales/zh-CN.json b/app/i18n/locales/zh-CN.json index 9b12af2c1fd..daaf6e16653 100644 --- a/app/i18n/locales/zh-CN.json +++ b/app/i18n/locales/zh-CN.json @@ -577,6 +577,7 @@ "Topic": "主题", "topic": "主题", "Translate": "翻译", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "旅行和地点", "Try_again": "再试一次", "Turn_camera_off": "关闭摄像头", diff --git a/app/i18n/locales/zh-TW.json b/app/i18n/locales/zh-TW.json index 8b19135f6fe..c81d763b51e 100644 --- a/app/i18n/locales/zh-TW.json +++ b/app/i18n/locales/zh-TW.json @@ -605,6 +605,7 @@ "Topic": "主題", "topic": "主題", "Translate": "翻譯", + "Troubleshooting": "Troubleshooting", "Travel_and_places": "旅遊與地點", "Try_again": "再試一次", "Turn_camera_off": "關閉相機", From 679f71ed67d66f3c928f6d5dc8dccea82d69aab0 Mon Sep 17 00:00:00 2001 From: diegolmello Date: Thu, 9 Apr 2026 20:51:48 +0000 Subject: [PATCH 4/6] action: organized translations --- app/i18n/locales/af.json | 2 +- app/i18n/locales/ar.json | 2 +- app/i18n/locales/bn-IN.json | 2 +- app/i18n/locales/de.json | 2 +- app/i18n/locales/es.json | 2 +- app/i18n/locales/fi.json | 2 +- app/i18n/locales/fr.json | 2 +- app/i18n/locales/hi-IN.json | 2 +- app/i18n/locales/hu.json | 2 +- app/i18n/locales/it.json | 2 +- app/i18n/locales/ja.json | 2 +- app/i18n/locales/nl.json | 2 +- app/i18n/locales/pt-PT.json | 2 +- app/i18n/locales/ru.json | 2 +- app/i18n/locales/sl-SI.json | 2 +- app/i18n/locales/sv.json | 2 +- app/i18n/locales/ta-IN.json | 2 +- app/i18n/locales/te-IN.json | 2 +- app/i18n/locales/tr.json | 2 +- app/i18n/locales/zh-CN.json | 2 +- app/i18n/locales/zh-TW.json | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/app/i18n/locales/af.json b/app/i18n/locales/af.json index 0967ef424bc..9e26dfeeb6e 100644 --- a/app/i18n/locales/af.json +++ b/app/i18n/locales/af.json @@ -1 +1 @@ -{} +{} \ No newline at end of file diff --git a/app/i18n/locales/ar.json b/app/i18n/locales/ar.json index 07bcca9f6a2..e63ca3ec323 100644 --- a/app/i18n/locales/ar.json +++ b/app/i18n/locales/ar.json @@ -585,8 +585,8 @@ "Topic": "عنوان", "topic": "عنوان", "Translate": "ترجمة", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "السفر والأماكن", + "Troubleshooting": "Troubleshooting", "Try_again": "حاول مجدداً", "Turn_camera_off": "إيقاف تشغيل الكاميرا", "Turn_camera_on": "تشغيل الكاميرا", diff --git a/app/i18n/locales/bn-IN.json b/app/i18n/locales/bn-IN.json index b9ec4412cc6..6a40c1f2d0d 100644 --- a/app/i18n/locales/bn-IN.json +++ b/app/i18n/locales/bn-IN.json @@ -811,8 +811,8 @@ "topic": "বিষয়", "totp-invalid": "কোড বা পাসওয়ার্ড অবৈধ", "Translate": "অনুবাদ করুন", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "ভ্রমণ এবং স্থানসমূহ", + "Troubleshooting": "Troubleshooting", "Try_again": "আবার চেষ্টা করুন", "Turn_camera_off": "ক্যামেরা বন্ধ করুন", "Turn_camera_on": "ক্যামেরা চালু করুন", diff --git a/app/i18n/locales/de.json b/app/i18n/locales/de.json index da719aa7333..16684467e05 100644 --- a/app/i18n/locales/de.json +++ b/app/i18n/locales/de.json @@ -804,8 +804,8 @@ "topic": "Thema", "totp-invalid": "Code oder Passwort ist falsch", "Translate": "Übersetzen", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Reisen und Orte", + "Troubleshooting": "Troubleshooting", "Try_again": "Versuchen Sie es nochmal", "Turn_camera_off": "Kamera ausschalten", "Turn_camera_on": "Kamera einschalten", diff --git a/app/i18n/locales/es.json b/app/i18n/locales/es.json index fbbd34cf8dc..f3971bf520c 100644 --- a/app/i18n/locales/es.json +++ b/app/i18n/locales/es.json @@ -428,8 +428,8 @@ "Topic": "Asunto", "topic": "asunto", "Translate": "Traducir", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Viajes y lugares", + "Troubleshooting": "Troubleshooting", "Try_again": "Intentar de nuevo", "Turn_camera_off": "Apagar cámara", "Turn_camera_on": "Activar cámara", diff --git a/app/i18n/locales/fi.json b/app/i18n/locales/fi.json index 1dc65536384..493be0aebc0 100644 --- a/app/i18n/locales/fi.json +++ b/app/i18n/locales/fi.json @@ -779,8 +779,8 @@ "topic": "aihe", "totp-invalid": "Koodi tai salasana virheellinen", "Translate": "Käännä", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Matkustaminen ja paikat", + "Troubleshooting": "Troubleshooting", "Try_again": "Yritä uudelleen", "Turn_camera_off": "Sammuta kamera", "Turn_camera_on": "Kytke kamera päälle", diff --git a/app/i18n/locales/fr.json b/app/i18n/locales/fr.json index 1964401cdd2..f663e5fab68 100644 --- a/app/i18n/locales/fr.json +++ b/app/i18n/locales/fr.json @@ -710,8 +710,8 @@ "Topic": "Sujet", "topic": "sujet", "Translate": "Traduire", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Voyage et lieux", + "Troubleshooting": "Troubleshooting", "Try_again": "Réessayer", "Turn_camera_off": "Éteindre la caméra", "Turn_camera_on": "Allumer la caméra", diff --git a/app/i18n/locales/hi-IN.json b/app/i18n/locales/hi-IN.json index 85747a691bd..cd99afe7d2f 100644 --- a/app/i18n/locales/hi-IN.json +++ b/app/i18n/locales/hi-IN.json @@ -811,8 +811,8 @@ "topic": "विषय", "totp-invalid": "कोड या पासवर्ड अमान्य", "Translate": "अनुवाद करें", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "यात्रा और स्थान", + "Troubleshooting": "Troubleshooting", "Try_again": "फिर कोशिश करें", "Turn_camera_off": "कैमरा बंद करें", "Turn_camera_on": "कैमरा चालू करें", diff --git a/app/i18n/locales/hu.json b/app/i18n/locales/hu.json index 83bf23e1ef2..c6ab018aedd 100644 --- a/app/i18n/locales/hu.json +++ b/app/i18n/locales/hu.json @@ -813,8 +813,8 @@ "topic": "téma", "totp-invalid": "A kód vagy a jelszó érvénytelen", "Translate": "Fordítás", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Utazás és helyek", + "Troubleshooting": "Troubleshooting", "Try_again": "Próbálja újra", "Turn_camera_off": "Kapcsolja ki a kamerát", "Turn_camera_on": "Kapcsolja be a kamerát", diff --git a/app/i18n/locales/it.json b/app/i18n/locales/it.json index 92cf977ec18..7598f9efda4 100644 --- a/app/i18n/locales/it.json +++ b/app/i18n/locales/it.json @@ -622,8 +622,8 @@ "Topic": "Argomento", "topic": "argomento", "Translate": "Traduci", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Viaggi e luoghi", + "Troubleshooting": "Troubleshooting", "Try_again": "Riprova", "Turn_camera_off": "Disattiva la fotocamera", "Turn_camera_on": "Accendi la fotocamera", diff --git a/app/i18n/locales/ja.json b/app/i18n/locales/ja.json index f4d8f7cff04..30b034b7ba1 100644 --- a/app/i18n/locales/ja.json +++ b/app/i18n/locales/ja.json @@ -516,8 +516,8 @@ "Topic": "トピック", "topic": "トピック", "Translate": "翻訳", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "旅行と場所", + "Troubleshooting": "Troubleshooting", "Try_again": "再度お試しください。", "Turn_camera_off": "カメラをオフにする", "Turn_camera_on": "カメラをオンにする", diff --git a/app/i18n/locales/nl.json b/app/i18n/locales/nl.json index 3fe72d70b17..c2463a9c087 100644 --- a/app/i18n/locales/nl.json +++ b/app/i18n/locales/nl.json @@ -710,8 +710,8 @@ "Topic": "Onderwerp", "topic": "onderwerp", "Translate": "Vertalen", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Reizen en plaatsen", + "Troubleshooting": "Troubleshooting", "Try_again": "Probeer het opnieuw", "Turn_camera_off": "Camera uitzetten", "Turn_camera_on": "Camera inschakelen", diff --git a/app/i18n/locales/pt-PT.json b/app/i18n/locales/pt-PT.json index 4f0a7df9ed1..8658fdc0887 100644 --- a/app/i18n/locales/pt-PT.json +++ b/app/i18n/locales/pt-PT.json @@ -496,8 +496,8 @@ "To_download": "Para descarregar", "Topic": "Tópico", "topic": "tópico", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Viagens e locais", + "Troubleshooting": "Troubleshooting", "Try_again": "Tente novamente", "Turn_camera_off": "Desligar câmara", "Turn_camera_on": "Ligar câmara", diff --git a/app/i18n/locales/ru.json b/app/i18n/locales/ru.json index 07712c5929c..de2b34220be 100644 --- a/app/i18n/locales/ru.json +++ b/app/i18n/locales/ru.json @@ -756,8 +756,8 @@ "topic": "тема", "totp-invalid": "Код или пароль не верны", "Translate": "Перевести", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Путешествия и места", + "Troubleshooting": "Troubleshooting", "Try_again": "Попробуйте еще раз", "Turn_camera_off": "Отключить камеру", "Turn_camera_on": "Включить камеру", diff --git a/app/i18n/locales/sl-SI.json b/app/i18n/locales/sl-SI.json index 979877eae1c..ca3c0b4a0cb 100644 --- a/app/i18n/locales/sl-SI.json +++ b/app/i18n/locales/sl-SI.json @@ -725,8 +725,8 @@ "topic": "tema", "totp-invalid": "Koda ali geslo neveljavno", "Translate": "Prevesti", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Potovanja in kraji", + "Troubleshooting": "Troubleshooting", "Try_again": "Poskusi ponovno", "Turn_camera_off": "Izklopi kamero", "Turn_camera_on": "Vklopi kamero", diff --git a/app/i18n/locales/sv.json b/app/i18n/locales/sv.json index c50743bae97..bf54f7995d2 100644 --- a/app/i18n/locales/sv.json +++ b/app/i18n/locales/sv.json @@ -778,8 +778,8 @@ "topic": "ämne", "totp-invalid": "Koden eller lösenordet är ogiltigt", "Translate": "Översätt", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Resor och platser", + "Troubleshooting": "Troubleshooting", "Try_again": "Försök igen", "Turn_camera_off": "Stäng av kameran", "Turn_camera_on": "Aktivera kameran", diff --git a/app/i18n/locales/ta-IN.json b/app/i18n/locales/ta-IN.json index c063afb9087..6d0864c778a 100644 --- a/app/i18n/locales/ta-IN.json +++ b/app/i18n/locales/ta-IN.json @@ -811,8 +811,8 @@ "topic": "தலைப்பு", "totp-invalid": "குறியீடு அல்லது கடவுச்சொல் தவறானது", "Translate": "மொழிபெயர்", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "பயணம் மற்றும் இடங்கள்", + "Troubleshooting": "Troubleshooting", "Try_again": "மீண்டும் முயற்சி செய்", "Turn_camera_off": "கேமராவை அணைக்கவும்", "Turn_camera_on": "கேமராவை இயக்கவும்", diff --git a/app/i18n/locales/te-IN.json b/app/i18n/locales/te-IN.json index 9583f86a10a..dbc474d35a0 100644 --- a/app/i18n/locales/te-IN.json +++ b/app/i18n/locales/te-IN.json @@ -810,8 +810,8 @@ "topic": "విషయం", "totp-invalid": "కోడ్ లేదా పాస్‌వర్డ్ చెల్లదు", "Translate": "అనువాదం", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "ప్రయాణం మరియు స్థలాలు", + "Troubleshooting": "Troubleshooting", "Try_again": "ప్రయత్నించండి", "Turn_camera_off": "కెమెరాను ఆపివెయ్యి", "Turn_camera_on": "కెమెరాను ఆన్ చేయండి", diff --git a/app/i18n/locales/tr.json b/app/i18n/locales/tr.json index 52936a7ea53..9a6f9ea47c7 100644 --- a/app/i18n/locales/tr.json +++ b/app/i18n/locales/tr.json @@ -605,8 +605,8 @@ "Topic": "Konu", "topic": "konu", "Translate": "Çevir", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "Seyahat ve yerler", + "Troubleshooting": "Troubleshooting", "Try_again": "Tekrar deneyin", "Turn_camera_off": "Kamerayı kapat", "Turn_camera_on": "Kamerayı aç", diff --git a/app/i18n/locales/zh-CN.json b/app/i18n/locales/zh-CN.json index daaf6e16653..e8ed4ab217c 100644 --- a/app/i18n/locales/zh-CN.json +++ b/app/i18n/locales/zh-CN.json @@ -577,8 +577,8 @@ "Topic": "主题", "topic": "主题", "Translate": "翻译", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "旅行和地点", + "Troubleshooting": "Troubleshooting", "Try_again": "再试一次", "Turn_camera_off": "关闭摄像头", "Turn_camera_on": "打开摄像头", diff --git a/app/i18n/locales/zh-TW.json b/app/i18n/locales/zh-TW.json index c81d763b51e..6a6912c431a 100644 --- a/app/i18n/locales/zh-TW.json +++ b/app/i18n/locales/zh-TW.json @@ -605,8 +605,8 @@ "Topic": "主題", "topic": "主題", "Translate": "翻譯", - "Troubleshooting": "Troubleshooting", "Travel_and_places": "旅遊與地點", + "Troubleshooting": "Troubleshooting", "Try_again": "再試一次", "Turn_camera_off": "關閉相機", "Turn_camera_on": "開啟攝影機", From 37cbc236c4f2233f66b775dba4bfb263e5931093 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 9 Apr 2026 17:57:16 -0300 Subject: [PATCH 5/6] fix(i18n): add localized Troubleshooting translations to all supported locales MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #7119 only renamed Push_Troubleshooting → Troubleshooting in 4 locales, leaving 20 supported locales without the key. - Add "Troubleshooting" with proper translations to all LANGUAGES locales (ar, bn-IN, de, es, fi, fr, hi-IN, hu, it, ja, nl, pt-PT, ru, sl-SI, sv, ta-IN, te-IN, tr, zh-CN, zh-TW) - Locales en, cs, no, nn, pt-BR already had the key from before the PR - af.json reverted to {} (not a supported locale) --- app/i18n/locales/ar.json | 2 +- app/i18n/locales/bn-IN.json | 2 +- app/i18n/locales/de.json | 2 +- app/i18n/locales/es.json | 2 +- app/i18n/locales/fi.json | 2 +- app/i18n/locales/fr.json | 2 +- app/i18n/locales/hi-IN.json | 2 +- app/i18n/locales/hu.json | 2 +- app/i18n/locales/it.json | 2 +- app/i18n/locales/ja.json | 2 +- app/i18n/locales/nl.json | 2 +- app/i18n/locales/pt-PT.json | 2 +- app/i18n/locales/ru.json | 2 +- app/i18n/locales/sl-SI.json | 2 +- app/i18n/locales/sv.json | 2 +- app/i18n/locales/ta-IN.json | 2 +- app/i18n/locales/te-IN.json | 2 +- app/i18n/locales/tr.json | 2 +- app/i18n/locales/zh-CN.json | 2 +- app/i18n/locales/zh-TW.json | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/app/i18n/locales/ar.json b/app/i18n/locales/ar.json index e63ca3ec323..c8daf4639bc 100644 --- a/app/i18n/locales/ar.json +++ b/app/i18n/locales/ar.json @@ -585,8 +585,8 @@ "Topic": "عنوان", "topic": "عنوان", "Translate": "ترجمة", + "Troubleshooting": "استكشاف الأخطاء وإصلاحها", "Travel_and_places": "السفر والأماكن", - "Troubleshooting": "Troubleshooting", "Try_again": "حاول مجدداً", "Turn_camera_off": "إيقاف تشغيل الكاميرا", "Turn_camera_on": "تشغيل الكاميرا", diff --git a/app/i18n/locales/bn-IN.json b/app/i18n/locales/bn-IN.json index 6a40c1f2d0d..3ba9212a6cc 100644 --- a/app/i18n/locales/bn-IN.json +++ b/app/i18n/locales/bn-IN.json @@ -811,8 +811,8 @@ "topic": "বিষয়", "totp-invalid": "কোড বা পাসওয়ার্ড অবৈধ", "Translate": "অনুবাদ করুন", + "Troubleshooting": "সমস্যা সমাধান", "Travel_and_places": "ভ্রমণ এবং স্থানসমূহ", - "Troubleshooting": "Troubleshooting", "Try_again": "আবার চেষ্টা করুন", "Turn_camera_off": "ক্যামেরা বন্ধ করুন", "Turn_camera_on": "ক্যামেরা চালু করুন", diff --git a/app/i18n/locales/de.json b/app/i18n/locales/de.json index 16684467e05..a9b2ed8f511 100644 --- a/app/i18n/locales/de.json +++ b/app/i18n/locales/de.json @@ -804,8 +804,8 @@ "topic": "Thema", "totp-invalid": "Code oder Passwort ist falsch", "Translate": "Übersetzen", + "Troubleshooting": "Fehlerbehebung", "Travel_and_places": "Reisen und Orte", - "Troubleshooting": "Troubleshooting", "Try_again": "Versuchen Sie es nochmal", "Turn_camera_off": "Kamera ausschalten", "Turn_camera_on": "Kamera einschalten", diff --git a/app/i18n/locales/es.json b/app/i18n/locales/es.json index f3971bf520c..bec511c263c 100644 --- a/app/i18n/locales/es.json +++ b/app/i18n/locales/es.json @@ -428,8 +428,8 @@ "Topic": "Asunto", "topic": "asunto", "Translate": "Traducir", + "Troubleshooting": "Resolución de problemas", "Travel_and_places": "Viajes y lugares", - "Troubleshooting": "Troubleshooting", "Try_again": "Intentar de nuevo", "Turn_camera_off": "Apagar cámara", "Turn_camera_on": "Activar cámara", diff --git a/app/i18n/locales/fi.json b/app/i18n/locales/fi.json index 493be0aebc0..ec4a6cf6e3b 100644 --- a/app/i18n/locales/fi.json +++ b/app/i18n/locales/fi.json @@ -779,8 +779,8 @@ "topic": "aihe", "totp-invalid": "Koodi tai salasana virheellinen", "Translate": "Käännä", + "Troubleshooting": "Vianmääritys", "Travel_and_places": "Matkustaminen ja paikat", - "Troubleshooting": "Troubleshooting", "Try_again": "Yritä uudelleen", "Turn_camera_off": "Sammuta kamera", "Turn_camera_on": "Kytke kamera päälle", diff --git a/app/i18n/locales/fr.json b/app/i18n/locales/fr.json index f663e5fab68..c9aa0e593be 100644 --- a/app/i18n/locales/fr.json +++ b/app/i18n/locales/fr.json @@ -710,8 +710,8 @@ "Topic": "Sujet", "topic": "sujet", "Translate": "Traduire", + "Troubleshooting": "Dépannage", "Travel_and_places": "Voyage et lieux", - "Troubleshooting": "Troubleshooting", "Try_again": "Réessayer", "Turn_camera_off": "Éteindre la caméra", "Turn_camera_on": "Allumer la caméra", diff --git a/app/i18n/locales/hi-IN.json b/app/i18n/locales/hi-IN.json index cd99afe7d2f..2d27041142d 100644 --- a/app/i18n/locales/hi-IN.json +++ b/app/i18n/locales/hi-IN.json @@ -811,8 +811,8 @@ "topic": "विषय", "totp-invalid": "कोड या पासवर्ड अमान्य", "Translate": "अनुवाद करें", + "Troubleshooting": "समस्या निवारण", "Travel_and_places": "यात्रा और स्थान", - "Troubleshooting": "Troubleshooting", "Try_again": "फिर कोशिश करें", "Turn_camera_off": "कैमरा बंद करें", "Turn_camera_on": "कैमरा चालू करें", diff --git a/app/i18n/locales/hu.json b/app/i18n/locales/hu.json index c6ab018aedd..c7bafac4170 100644 --- a/app/i18n/locales/hu.json +++ b/app/i18n/locales/hu.json @@ -813,8 +813,8 @@ "topic": "téma", "totp-invalid": "A kód vagy a jelszó érvénytelen", "Translate": "Fordítás", + "Troubleshooting": "Hibaelhárítás", "Travel_and_places": "Utazás és helyek", - "Troubleshooting": "Troubleshooting", "Try_again": "Próbálja újra", "Turn_camera_off": "Kapcsolja ki a kamerát", "Turn_camera_on": "Kapcsolja be a kamerát", diff --git a/app/i18n/locales/it.json b/app/i18n/locales/it.json index 7598f9efda4..2c712e57e75 100644 --- a/app/i18n/locales/it.json +++ b/app/i18n/locales/it.json @@ -622,8 +622,8 @@ "Topic": "Argomento", "topic": "argomento", "Translate": "Traduci", + "Troubleshooting": "Risoluzione dei problemi", "Travel_and_places": "Viaggi e luoghi", - "Troubleshooting": "Troubleshooting", "Try_again": "Riprova", "Turn_camera_off": "Disattiva la fotocamera", "Turn_camera_on": "Accendi la fotocamera", diff --git a/app/i18n/locales/ja.json b/app/i18n/locales/ja.json index 30b034b7ba1..2c011dfa8cd 100644 --- a/app/i18n/locales/ja.json +++ b/app/i18n/locales/ja.json @@ -516,8 +516,8 @@ "Topic": "トピック", "topic": "トピック", "Translate": "翻訳", + "Troubleshooting": "トラブルシューティング", "Travel_and_places": "旅行と場所", - "Troubleshooting": "Troubleshooting", "Try_again": "再度お試しください。", "Turn_camera_off": "カメラをオフにする", "Turn_camera_on": "カメラをオンにする", diff --git a/app/i18n/locales/nl.json b/app/i18n/locales/nl.json index c2463a9c087..bca0f8b2eb6 100644 --- a/app/i18n/locales/nl.json +++ b/app/i18n/locales/nl.json @@ -710,8 +710,8 @@ "Topic": "Onderwerp", "topic": "onderwerp", "Translate": "Vertalen", + "Troubleshooting": "Probleemoplossing", "Travel_and_places": "Reizen en plaatsen", - "Troubleshooting": "Troubleshooting", "Try_again": "Probeer het opnieuw", "Turn_camera_off": "Camera uitzetten", "Turn_camera_on": "Camera inschakelen", diff --git a/app/i18n/locales/pt-PT.json b/app/i18n/locales/pt-PT.json index 8658fdc0887..a9d824b9a41 100644 --- a/app/i18n/locales/pt-PT.json +++ b/app/i18n/locales/pt-PT.json @@ -496,8 +496,8 @@ "To_download": "Para descarregar", "Topic": "Tópico", "topic": "tópico", + "Troubleshooting": "Resolução de problemas", "Travel_and_places": "Viagens e locais", - "Troubleshooting": "Troubleshooting", "Try_again": "Tente novamente", "Turn_camera_off": "Desligar câmara", "Turn_camera_on": "Ligar câmara", diff --git a/app/i18n/locales/ru.json b/app/i18n/locales/ru.json index de2b34220be..92cfc928843 100644 --- a/app/i18n/locales/ru.json +++ b/app/i18n/locales/ru.json @@ -756,8 +756,8 @@ "topic": "тема", "totp-invalid": "Код или пароль не верны", "Translate": "Перевести", + "Troubleshooting": "Траблшутинг", "Travel_and_places": "Путешествия и места", - "Troubleshooting": "Troubleshooting", "Try_again": "Попробуйте еще раз", "Turn_camera_off": "Отключить камеру", "Turn_camera_on": "Включить камеру", diff --git a/app/i18n/locales/sl-SI.json b/app/i18n/locales/sl-SI.json index ca3c0b4a0cb..11b6fafa24f 100644 --- a/app/i18n/locales/sl-SI.json +++ b/app/i18n/locales/sl-SI.json @@ -725,8 +725,8 @@ "topic": "tema", "totp-invalid": "Koda ali geslo neveljavno", "Translate": "Prevesti", + "Troubleshooting": "Odpravljanje težav", "Travel_and_places": "Potovanja in kraji", - "Troubleshooting": "Troubleshooting", "Try_again": "Poskusi ponovno", "Turn_camera_off": "Izklopi kamero", "Turn_camera_on": "Vklopi kamero", diff --git a/app/i18n/locales/sv.json b/app/i18n/locales/sv.json index bf54f7995d2..b296eccd8fb 100644 --- a/app/i18n/locales/sv.json +++ b/app/i18n/locales/sv.json @@ -778,8 +778,8 @@ "topic": "ämne", "totp-invalid": "Koden eller lösenordet är ogiltigt", "Translate": "Översätt", + "Troubleshooting": "Felsökning", "Travel_and_places": "Resor och platser", - "Troubleshooting": "Troubleshooting", "Try_again": "Försök igen", "Turn_camera_off": "Stäng av kameran", "Turn_camera_on": "Aktivera kameran", diff --git a/app/i18n/locales/ta-IN.json b/app/i18n/locales/ta-IN.json index 6d0864c778a..149343d2a5d 100644 --- a/app/i18n/locales/ta-IN.json +++ b/app/i18n/locales/ta-IN.json @@ -811,8 +811,8 @@ "topic": "தலைப்பு", "totp-invalid": "குறியீடு அல்லது கடவுச்சொல் தவறானது", "Translate": "மொழிபெயர்", + "Troubleshooting": "திருத்தல்", "Travel_and_places": "பயணம் மற்றும் இடங்கள்", - "Troubleshooting": "Troubleshooting", "Try_again": "மீண்டும் முயற்சி செய்", "Turn_camera_off": "கேமராவை அணைக்கவும்", "Turn_camera_on": "கேமராவை இயக்கவும்", diff --git a/app/i18n/locales/te-IN.json b/app/i18n/locales/te-IN.json index dbc474d35a0..6e8e0a6095c 100644 --- a/app/i18n/locales/te-IN.json +++ b/app/i18n/locales/te-IN.json @@ -810,8 +810,8 @@ "topic": "విషయం", "totp-invalid": "కోడ్ లేదా పాస్‌వర్డ్ చెల్లదు", "Translate": "అనువాదం", + "Troubleshooting": "సమస్యా పరిష్కారం", "Travel_and_places": "ప్రయాణం మరియు స్థలాలు", - "Troubleshooting": "Troubleshooting", "Try_again": "ప్రయత్నించండి", "Turn_camera_off": "కెమెరాను ఆపివెయ్యి", "Turn_camera_on": "కెమెరాను ఆన్ చేయండి", diff --git a/app/i18n/locales/tr.json b/app/i18n/locales/tr.json index 9a6f9ea47c7..3fcac027fb0 100644 --- a/app/i18n/locales/tr.json +++ b/app/i18n/locales/tr.json @@ -605,8 +605,8 @@ "Topic": "Konu", "topic": "konu", "Translate": "Çevir", + "Troubleshooting": "Sorun giderme", "Travel_and_places": "Seyahat ve yerler", - "Troubleshooting": "Troubleshooting", "Try_again": "Tekrar deneyin", "Turn_camera_off": "Kamerayı kapat", "Turn_camera_on": "Kamerayı aç", diff --git a/app/i18n/locales/zh-CN.json b/app/i18n/locales/zh-CN.json index e8ed4ab217c..e51b144f18c 100644 --- a/app/i18n/locales/zh-CN.json +++ b/app/i18n/locales/zh-CN.json @@ -577,8 +577,8 @@ "Topic": "主题", "topic": "主题", "Translate": "翻译", + "Troubleshooting": "故障排除", "Travel_and_places": "旅行和地点", - "Troubleshooting": "Troubleshooting", "Try_again": "再试一次", "Turn_camera_off": "关闭摄像头", "Turn_camera_on": "打开摄像头", diff --git a/app/i18n/locales/zh-TW.json b/app/i18n/locales/zh-TW.json index 6a6912c431a..337778108d3 100644 --- a/app/i18n/locales/zh-TW.json +++ b/app/i18n/locales/zh-TW.json @@ -605,8 +605,8 @@ "Topic": "主題", "topic": "主題", "Translate": "翻譯", + "Troubleshooting": "疑難排解", "Travel_and_places": "旅遊與地點", - "Troubleshooting": "Troubleshooting", "Try_again": "再試一次", "Turn_camera_off": "關閉相機", "Turn_camera_on": "開啟攝影機", From eb899af091a06d1d9f5ff286d197ba39934810f8 Mon Sep 17 00:00:00 2001 From: diegolmello Date: Thu, 9 Apr 2026 21:00:09 +0000 Subject: [PATCH 6/6] action: organized translations --- app/i18n/locales/ar.json | 2 +- app/i18n/locales/bn-IN.json | 2 +- app/i18n/locales/de.json | 2 +- app/i18n/locales/es.json | 2 +- app/i18n/locales/fi.json | 2 +- app/i18n/locales/fr.json | 2 +- app/i18n/locales/hi-IN.json | 2 +- app/i18n/locales/hu.json | 2 +- app/i18n/locales/it.json | 2 +- app/i18n/locales/ja.json | 2 +- app/i18n/locales/nl.json | 2 +- app/i18n/locales/pt-PT.json | 2 +- app/i18n/locales/ru.json | 2 +- app/i18n/locales/sl-SI.json | 2 +- app/i18n/locales/sv.json | 2 +- app/i18n/locales/ta-IN.json | 2 +- app/i18n/locales/te-IN.json | 2 +- app/i18n/locales/tr.json | 2 +- app/i18n/locales/zh-CN.json | 2 +- app/i18n/locales/zh-TW.json | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/app/i18n/locales/ar.json b/app/i18n/locales/ar.json index c8daf4639bc..d3f0f06ead8 100644 --- a/app/i18n/locales/ar.json +++ b/app/i18n/locales/ar.json @@ -585,8 +585,8 @@ "Topic": "عنوان", "topic": "عنوان", "Translate": "ترجمة", - "Troubleshooting": "استكشاف الأخطاء وإصلاحها", "Travel_and_places": "السفر والأماكن", + "Troubleshooting": "استكشاف الأخطاء وإصلاحها", "Try_again": "حاول مجدداً", "Turn_camera_off": "إيقاف تشغيل الكاميرا", "Turn_camera_on": "تشغيل الكاميرا", diff --git a/app/i18n/locales/bn-IN.json b/app/i18n/locales/bn-IN.json index 3ba9212a6cc..08e8136458c 100644 --- a/app/i18n/locales/bn-IN.json +++ b/app/i18n/locales/bn-IN.json @@ -811,8 +811,8 @@ "topic": "বিষয়", "totp-invalid": "কোড বা পাসওয়ার্ড অবৈধ", "Translate": "অনুবাদ করুন", - "Troubleshooting": "সমস্যা সমাধান", "Travel_and_places": "ভ্রমণ এবং স্থানসমূহ", + "Troubleshooting": "সমস্যা সমাধান", "Try_again": "আবার চেষ্টা করুন", "Turn_camera_off": "ক্যামেরা বন্ধ করুন", "Turn_camera_on": "ক্যামেরা চালু করুন", diff --git a/app/i18n/locales/de.json b/app/i18n/locales/de.json index a9b2ed8f511..da3a501e4eb 100644 --- a/app/i18n/locales/de.json +++ b/app/i18n/locales/de.json @@ -804,8 +804,8 @@ "topic": "Thema", "totp-invalid": "Code oder Passwort ist falsch", "Translate": "Übersetzen", - "Troubleshooting": "Fehlerbehebung", "Travel_and_places": "Reisen und Orte", + "Troubleshooting": "Fehlerbehebung", "Try_again": "Versuchen Sie es nochmal", "Turn_camera_off": "Kamera ausschalten", "Turn_camera_on": "Kamera einschalten", diff --git a/app/i18n/locales/es.json b/app/i18n/locales/es.json index bec511c263c..b9f9b115942 100644 --- a/app/i18n/locales/es.json +++ b/app/i18n/locales/es.json @@ -428,8 +428,8 @@ "Topic": "Asunto", "topic": "asunto", "Translate": "Traducir", - "Troubleshooting": "Resolución de problemas", "Travel_and_places": "Viajes y lugares", + "Troubleshooting": "Resolución de problemas", "Try_again": "Intentar de nuevo", "Turn_camera_off": "Apagar cámara", "Turn_camera_on": "Activar cámara", diff --git a/app/i18n/locales/fi.json b/app/i18n/locales/fi.json index ec4a6cf6e3b..eac021ef811 100644 --- a/app/i18n/locales/fi.json +++ b/app/i18n/locales/fi.json @@ -779,8 +779,8 @@ "topic": "aihe", "totp-invalid": "Koodi tai salasana virheellinen", "Translate": "Käännä", - "Troubleshooting": "Vianmääritys", "Travel_and_places": "Matkustaminen ja paikat", + "Troubleshooting": "Vianmääritys", "Try_again": "Yritä uudelleen", "Turn_camera_off": "Sammuta kamera", "Turn_camera_on": "Kytke kamera päälle", diff --git a/app/i18n/locales/fr.json b/app/i18n/locales/fr.json index c9aa0e593be..6c2553a5368 100644 --- a/app/i18n/locales/fr.json +++ b/app/i18n/locales/fr.json @@ -710,8 +710,8 @@ "Topic": "Sujet", "topic": "sujet", "Translate": "Traduire", - "Troubleshooting": "Dépannage", "Travel_and_places": "Voyage et lieux", + "Troubleshooting": "Dépannage", "Try_again": "Réessayer", "Turn_camera_off": "Éteindre la caméra", "Turn_camera_on": "Allumer la caméra", diff --git a/app/i18n/locales/hi-IN.json b/app/i18n/locales/hi-IN.json index 2d27041142d..f195ab6507c 100644 --- a/app/i18n/locales/hi-IN.json +++ b/app/i18n/locales/hi-IN.json @@ -811,8 +811,8 @@ "topic": "विषय", "totp-invalid": "कोड या पासवर्ड अमान्य", "Translate": "अनुवाद करें", - "Troubleshooting": "समस्या निवारण", "Travel_and_places": "यात्रा और स्थान", + "Troubleshooting": "समस्या निवारण", "Try_again": "फिर कोशिश करें", "Turn_camera_off": "कैमरा बंद करें", "Turn_camera_on": "कैमरा चालू करें", diff --git a/app/i18n/locales/hu.json b/app/i18n/locales/hu.json index c7bafac4170..e0b47b300b4 100644 --- a/app/i18n/locales/hu.json +++ b/app/i18n/locales/hu.json @@ -813,8 +813,8 @@ "topic": "téma", "totp-invalid": "A kód vagy a jelszó érvénytelen", "Translate": "Fordítás", - "Troubleshooting": "Hibaelhárítás", "Travel_and_places": "Utazás és helyek", + "Troubleshooting": "Hibaelhárítás", "Try_again": "Próbálja újra", "Turn_camera_off": "Kapcsolja ki a kamerát", "Turn_camera_on": "Kapcsolja be a kamerát", diff --git a/app/i18n/locales/it.json b/app/i18n/locales/it.json index 2c712e57e75..ca07485b17f 100644 --- a/app/i18n/locales/it.json +++ b/app/i18n/locales/it.json @@ -622,8 +622,8 @@ "Topic": "Argomento", "topic": "argomento", "Translate": "Traduci", - "Troubleshooting": "Risoluzione dei problemi", "Travel_and_places": "Viaggi e luoghi", + "Troubleshooting": "Risoluzione dei problemi", "Try_again": "Riprova", "Turn_camera_off": "Disattiva la fotocamera", "Turn_camera_on": "Accendi la fotocamera", diff --git a/app/i18n/locales/ja.json b/app/i18n/locales/ja.json index 2c011dfa8cd..61615d8ab9d 100644 --- a/app/i18n/locales/ja.json +++ b/app/i18n/locales/ja.json @@ -516,8 +516,8 @@ "Topic": "トピック", "topic": "トピック", "Translate": "翻訳", - "Troubleshooting": "トラブルシューティング", "Travel_and_places": "旅行と場所", + "Troubleshooting": "トラブルシューティング", "Try_again": "再度お試しください。", "Turn_camera_off": "カメラをオフにする", "Turn_camera_on": "カメラをオンにする", diff --git a/app/i18n/locales/nl.json b/app/i18n/locales/nl.json index bca0f8b2eb6..4db1b18ab35 100644 --- a/app/i18n/locales/nl.json +++ b/app/i18n/locales/nl.json @@ -710,8 +710,8 @@ "Topic": "Onderwerp", "topic": "onderwerp", "Translate": "Vertalen", - "Troubleshooting": "Probleemoplossing", "Travel_and_places": "Reizen en plaatsen", + "Troubleshooting": "Probleemoplossing", "Try_again": "Probeer het opnieuw", "Turn_camera_off": "Camera uitzetten", "Turn_camera_on": "Camera inschakelen", diff --git a/app/i18n/locales/pt-PT.json b/app/i18n/locales/pt-PT.json index a9d824b9a41..2d54ffe2e2a 100644 --- a/app/i18n/locales/pt-PT.json +++ b/app/i18n/locales/pt-PT.json @@ -496,8 +496,8 @@ "To_download": "Para descarregar", "Topic": "Tópico", "topic": "tópico", - "Troubleshooting": "Resolução de problemas", "Travel_and_places": "Viagens e locais", + "Troubleshooting": "Resolução de problemas", "Try_again": "Tente novamente", "Turn_camera_off": "Desligar câmara", "Turn_camera_on": "Ligar câmara", diff --git a/app/i18n/locales/ru.json b/app/i18n/locales/ru.json index 92cfc928843..4be49e854cd 100644 --- a/app/i18n/locales/ru.json +++ b/app/i18n/locales/ru.json @@ -756,8 +756,8 @@ "topic": "тема", "totp-invalid": "Код или пароль не верны", "Translate": "Перевести", - "Troubleshooting": "Траблшутинг", "Travel_and_places": "Путешествия и места", + "Troubleshooting": "Траблшутинг", "Try_again": "Попробуйте еще раз", "Turn_camera_off": "Отключить камеру", "Turn_camera_on": "Включить камеру", diff --git a/app/i18n/locales/sl-SI.json b/app/i18n/locales/sl-SI.json index 11b6fafa24f..9a00afbaacc 100644 --- a/app/i18n/locales/sl-SI.json +++ b/app/i18n/locales/sl-SI.json @@ -725,8 +725,8 @@ "topic": "tema", "totp-invalid": "Koda ali geslo neveljavno", "Translate": "Prevesti", - "Troubleshooting": "Odpravljanje težav", "Travel_and_places": "Potovanja in kraji", + "Troubleshooting": "Odpravljanje težav", "Try_again": "Poskusi ponovno", "Turn_camera_off": "Izklopi kamero", "Turn_camera_on": "Vklopi kamero", diff --git a/app/i18n/locales/sv.json b/app/i18n/locales/sv.json index b296eccd8fb..d7b9eb49621 100644 --- a/app/i18n/locales/sv.json +++ b/app/i18n/locales/sv.json @@ -778,8 +778,8 @@ "topic": "ämne", "totp-invalid": "Koden eller lösenordet är ogiltigt", "Translate": "Översätt", - "Troubleshooting": "Felsökning", "Travel_and_places": "Resor och platser", + "Troubleshooting": "Felsökning", "Try_again": "Försök igen", "Turn_camera_off": "Stäng av kameran", "Turn_camera_on": "Aktivera kameran", diff --git a/app/i18n/locales/ta-IN.json b/app/i18n/locales/ta-IN.json index 149343d2a5d..173540f51cc 100644 --- a/app/i18n/locales/ta-IN.json +++ b/app/i18n/locales/ta-IN.json @@ -811,8 +811,8 @@ "topic": "தலைப்பு", "totp-invalid": "குறியீடு அல்லது கடவுச்சொல் தவறானது", "Translate": "மொழிபெயர்", - "Troubleshooting": "திருத்தல்", "Travel_and_places": "பயணம் மற்றும் இடங்கள்", + "Troubleshooting": "திருத்தல்", "Try_again": "மீண்டும் முயற்சி செய்", "Turn_camera_off": "கேமராவை அணைக்கவும்", "Turn_camera_on": "கேமராவை இயக்கவும்", diff --git a/app/i18n/locales/te-IN.json b/app/i18n/locales/te-IN.json index 6e8e0a6095c..63300c882a6 100644 --- a/app/i18n/locales/te-IN.json +++ b/app/i18n/locales/te-IN.json @@ -810,8 +810,8 @@ "topic": "విషయం", "totp-invalid": "కోడ్ లేదా పాస్‌వర్డ్ చెల్లదు", "Translate": "అనువాదం", - "Troubleshooting": "సమస్యా పరిష్కారం", "Travel_and_places": "ప్రయాణం మరియు స్థలాలు", + "Troubleshooting": "సమస్యా పరిష్కారం", "Try_again": "ప్రయత్నించండి", "Turn_camera_off": "కెమెరాను ఆపివెయ్యి", "Turn_camera_on": "కెమెరాను ఆన్ చేయండి", diff --git a/app/i18n/locales/tr.json b/app/i18n/locales/tr.json index 3fcac027fb0..e7fc5eeb4c3 100644 --- a/app/i18n/locales/tr.json +++ b/app/i18n/locales/tr.json @@ -605,8 +605,8 @@ "Topic": "Konu", "topic": "konu", "Translate": "Çevir", - "Troubleshooting": "Sorun giderme", "Travel_and_places": "Seyahat ve yerler", + "Troubleshooting": "Sorun giderme", "Try_again": "Tekrar deneyin", "Turn_camera_off": "Kamerayı kapat", "Turn_camera_on": "Kamerayı aç", diff --git a/app/i18n/locales/zh-CN.json b/app/i18n/locales/zh-CN.json index e51b144f18c..fc79053e189 100644 --- a/app/i18n/locales/zh-CN.json +++ b/app/i18n/locales/zh-CN.json @@ -577,8 +577,8 @@ "Topic": "主题", "topic": "主题", "Translate": "翻译", - "Troubleshooting": "故障排除", "Travel_and_places": "旅行和地点", + "Troubleshooting": "故障排除", "Try_again": "再试一次", "Turn_camera_off": "关闭摄像头", "Turn_camera_on": "打开摄像头", diff --git a/app/i18n/locales/zh-TW.json b/app/i18n/locales/zh-TW.json index 337778108d3..9d8b44f1eec 100644 --- a/app/i18n/locales/zh-TW.json +++ b/app/i18n/locales/zh-TW.json @@ -605,8 +605,8 @@ "Topic": "主題", "topic": "主題", "Translate": "翻譯", - "Troubleshooting": "疑難排解", "Travel_and_places": "旅遊與地點", + "Troubleshooting": "疑難排解", "Try_again": "再試一次", "Turn_camera_off": "關閉相機", "Turn_camera_on": "開啟攝影機",