mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 08:50:30 +00:00
Add channel management features and localization support
- Implemented functionality to add new channels with a dialog interface. - Added validation for channel name and secret inputs, ensuring they meet specified criteria. - Integrated channel creation logic into the connection provider, including automatic slot assignment and MD5 hashing for channel secrets. - Updated localization files for multiple languages (Spanish, French, Croatian, Italian, German, Slovenian, and English) to include new channel-related strings. - Enhanced the contacts tab to display the add channel button conditionally based on device connection status. - Refactored the contacts tab to improve readability and maintainability.
This commit is contained in:
@@ -2607,5 +2607,21 @@
|
||||
"showForestRoads": "Waldwege anzeigen",
|
||||
"wmsOverlays": "WMS Überlagerungen",
|
||||
|
||||
"recentMessages": "Aktuelle Nachrichten"
|
||||
"recentMessages": "Aktuelle Nachrichten",
|
||||
|
||||
"addChannel": "Kanal hinzufügen",
|
||||
"channelName": "Kanalname",
|
||||
"channelNameHint": "z.B. Rettungsteam Alpha",
|
||||
"channelSecret": "Kanal-Passwort",
|
||||
"channelSecretHint": "Gemeinsames Passwort für diesen Kanal",
|
||||
"channelSecretHelp": "Dieses Passwort muss mit allen Teammitgliedern geteilt werden, die Zugriff auf diesen Kanal benötigen",
|
||||
"channelNameRequired": "Kanalname ist erforderlich",
|
||||
"channelNameTooLong": "Kanalname darf maximal 31 Zeichen lang sein",
|
||||
"channelSecretRequired": "Kanal-Passwort ist erforderlich",
|
||||
"channelSecretTooLong": "Kanal-Passwort darf maximal 32 Zeichen lang sein",
|
||||
"invalidAsciiCharacters": "Nur ASCII-Zeichen sind erlaubt",
|
||||
"channelCreatedSuccessfully": "Kanal erfolgreich erstellt",
|
||||
"channelCreationFailed": "Kanal konnte nicht erstellt werden: {error}",
|
||||
"allChannelSlotsInUse": "Alle Kanalplätze sind belegt (maximal 39 benutzerdefinierte Kanäle)",
|
||||
"createChannel": "Kanal erstellen"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user