mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-29 14:58:44 +10:00
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:
@@ -1248,7 +1248,7 @@ class AppLocalizationsPl extends AppLocalizations {
|
||||
String get chat_noMessages => 'Brak jeszcze wiadomości';
|
||||
|
||||
@override
|
||||
String get chat_sendMessage => 'Send message';
|
||||
String get chat_sendMessage => 'Wyślij wiadomość';
|
||||
|
||||
@override
|
||||
String chat_sendMessageTo(String contactName) {
|
||||
@@ -2032,16 +2032,16 @@ class AppLocalizationsPl extends AppLocalizations {
|
||||
String get room_management => 'Zarządzanie Serwerem Pokoju';
|
||||
|
||||
@override
|
||||
String get repeater_guest => 'Repeater Information';
|
||||
String get repeater_guest => 'Informacje dotyczące urządzenia powtarzającego';
|
||||
|
||||
@override
|
||||
String get room_guest => 'Room Server Information';
|
||||
String get room_guest => 'Informacje o serwerze';
|
||||
|
||||
@override
|
||||
String get repeater_managementTools => 'Narzędzia Zarządzania';
|
||||
|
||||
@override
|
||||
String get repeater_guestTools => 'Guest Tools';
|
||||
String get repeater_guestTools => 'Narzędzia dla gości';
|
||||
|
||||
@override
|
||||
String get repeater_status => 'Status';
|
||||
|
||||
Reference in New Issue
Block a user