Add localization for chat and repeater features in multiple languages

- Added translations for "Send message", "Guest information", and "Guest tools" in Bulgarian, German, Spanish, French, Hungarian, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Slovak, Slovenian, Swedish, Ukrainian, and Chinese.
- Updated the "Clock synchronization after login" feature subtitle in all affected languages.
- Removed untranslated keys from the untranslated.json file as they have now been localized.
This commit is contained in:
zjs81
2026-04-14 21:38:12 -07:00
parent 39cd6d5514
commit 37ec8f2f05
35 changed files with 154 additions and 205 deletions
+4 -4
View File
@@ -1240,7 +1240,7 @@ class AppLocalizationsIt extends AppLocalizations {
String get chat_noMessages => 'Nessun messaggio ancora';
@override
String get chat_sendMessage => 'Send message';
String get chat_sendMessage => 'Invia messaggio';
@override
String chat_sendMessageTo(String contactName) {
@@ -2017,16 +2017,16 @@ class AppLocalizationsIt extends AppLocalizations {
String get room_management => 'Gestione del Server di Camera';
@override
String get repeater_guest => 'Repeater Information';
String get repeater_guest => 'Informazioni sul ripetitore';
@override
String get room_guest => 'Room Server Information';
String get room_guest => 'Informazioni sul server';
@override
String get repeater_managementTools => 'Strumenti di Gestione';
@override
String get repeater_guestTools => 'Guest Tools';
String get repeater_guestTools => 'Strumenti per gli ospiti';
@override
String get repeater_status => 'Stato';