mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-27 14:06:38 +10:00
Merge main into dev-gps
- Resolved localization conflicts by keeping both GPS settings and room management strings - Merged room management features from main - Merged map and contacts screen updates from main
This commit is contained in:
@@ -1308,10 +1308,16 @@ abstract class AppLocalizations {
|
||||
/// **'Manage Repeater'**
|
||||
String get contacts_manageRepeater;
|
||||
|
||||
/// No description provided for @contacts_manageRoom.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Manage Room Server'**
|
||||
String get contacts_manageRoom;
|
||||
|
||||
/// No description provided for @contacts_roomLogin.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Room Login'**
|
||||
/// **'Room Server Login'**
|
||||
String get contacts_roomLogin;
|
||||
|
||||
/// No description provided for @contacts_openChat.
|
||||
@@ -2696,7 +2702,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @login_roomLogin.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Room Login'**
|
||||
/// **'Room Server Login'**
|
||||
String get login_roomLogin;
|
||||
|
||||
/// No description provided for @login_password.
|
||||
@@ -2891,6 +2897,12 @@ abstract class AppLocalizations {
|
||||
/// **'Repeater Management'**
|
||||
String get repeater_management;
|
||||
|
||||
/// No description provided for @room_management.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Room Server Management'**
|
||||
String get room_management;
|
||||
|
||||
/// No description provided for @repeater_managementTools.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user