mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-02 00:25:59 +10:00
feat: Add dialog messages for companion connection and disconnection
- Introduced new dialog messages for connecting to a companion and handling disconnection across multiple languages. - Updated localization files for French, Hungarian, Italian, Japanese, Korean, Bulgarian, German, English, Spanish, Dutch, Polish, Portuguese, Russian, Slovak, Slovenian, Swedish, Ukrainian, and Chinese. - Modified the contacts and map screens to utilize the new dialog messages. - Enhanced the disconnect confirmation dialog to show a message upon successful disconnection. - Updated app bar to conditionally display radio stats based on companion connection status.
This commit is contained in:
@@ -1977,6 +1977,17 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
String get dialog_disconnectConfirm =>
|
||||
'Sind Sie sicher, dass Sie sich von diesem Gerät trennen möchten?';
|
||||
|
||||
@override
|
||||
String get dialog_disconnectedTitle => 'Getrennt';
|
||||
|
||||
@override
|
||||
String get dialog_disconnectedMessage =>
|
||||
'Du wurdest von deinem Begleiter getrennt.';
|
||||
|
||||
@override
|
||||
String get dialog_connectCompanion =>
|
||||
'Verbinden Sie sich mit einem Companion, um auf die Funktionen des Repeaters und des Raumservers zuzugreifen.';
|
||||
|
||||
@override
|
||||
String get login_repeaterLogin => 'Beim Repeater anmelden';
|
||||
|
||||
@@ -4305,8 +4316,4 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get contact_typeUnknown => 'Unknown';
|
||||
|
||||
@override
|
||||
String get contact_connectCompanion =>
|
||||
'Verbinden Sie sich mit einem Companion, um auf die Funktionen des Repeaters und des Raumservers zuzugreifen.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user