mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Add localization support for German, Spanish, French, and Italian
- Updated localization files for French, Croatian, Italian, Slovenian to include translations for German, Spanish, French, and Italian. - Added new methods for handling drawing messages sent to the public channel in multiple languages. - Enhanced the Contact model to identify public channels using a dedicated method. - Implemented echo detection for public channel messages, including tracking and reporting of echoes. - Updated BLE response handling to support echo detection and tracking of sent messages. - Modified UI components to reflect new localization strings and echo statuses.
This commit is contained in:
@@ -232,6 +232,26 @@
|
||||
"description": "Kroatische Sprachoption"
|
||||
},
|
||||
|
||||
"german": "Deutsch",
|
||||
"@german": {
|
||||
"description": "Deutsche Sprachoption"
|
||||
},
|
||||
|
||||
"spanish": "Spanisch",
|
||||
"@spanish": {
|
||||
"description": "Spanische Sprachoption"
|
||||
},
|
||||
|
||||
"french": "Französisch",
|
||||
"@french": {
|
||||
"description": "Französische Sprachoption"
|
||||
},
|
||||
|
||||
"italian": "Italienisch",
|
||||
"@italian": {
|
||||
"description": "Italienische Sprachoption"
|
||||
},
|
||||
|
||||
"locationBroadcasting": "Standortübertragung",
|
||||
"@locationBroadcasting": {
|
||||
"description": "Überschrift des Standorteinstellungsbereichs"
|
||||
@@ -639,6 +659,24 @@
|
||||
"description": "Beschreibung für dauerhafte Raumspeicherung"
|
||||
},
|
||||
|
||||
"drawingsSentToPublicChannel": "{count} Kartenzeichnung{plural} an öffentlichen Kanal gesendet",
|
||||
"@drawingsSentToPublicChannel": {
|
||||
"description": "Systemnachricht, wenn Zeichnungen an den öffentlichen Kanal gesendet werden",
|
||||
"placeholders": {
|
||||
"count": {"type": "int"},
|
||||
"plural": {"type": "String"}
|
||||
}
|
||||
},
|
||||
|
||||
"drawingsSharedToPublicChannel": "{success}/{total} Zeichnungen mit öffentlichem Kanal geteilt",
|
||||
"@drawingsSharedToPublicChannel": {
|
||||
"description": "Snackbar-Nachricht, die die Erfolgsanzahl für geteilte Zeichnungen im öffentlichen Kanal anzeigt",
|
||||
"placeholders": {
|
||||
"success": {"type": "int"},
|
||||
"total": {"type": "int"}
|
||||
}
|
||||
},
|
||||
|
||||
"notConnectedToDevice": "Nicht mit Gerät verbunden",
|
||||
"@notConnectedToDevice": {
|
||||
"description": "Fehlermeldung, wenn das Gerät nicht für Direktnachrichten verbunden ist"
|
||||
@@ -1715,6 +1753,11 @@
|
||||
"description": "Zustellungsstatus: fehlgeschlagen"
|
||||
},
|
||||
|
||||
"broadcast": "Broadcast",
|
||||
"@broadcast": {
|
||||
"description": "Zustellstatus für Kanalnachrichten (noch keine Echos)"
|
||||
},
|
||||
|
||||
"sarMarkerFoundPerson": "Person gefunden",
|
||||
"@sarMarkerFoundPerson": {
|
||||
"description": "SAR-Markierungstyp: Person gefunden"
|
||||
|
||||
Reference in New Issue
Block a user