Implementiert den kompletten Kern-Flow der Emergency App gemäß docs/plan.md: - Notrufnummern-Datenbasis für 199 Länder + Modelle/Repository (AP1) - DialerService für tel:-Notrufe ohne Auto-Dial (AP2) - Statisches UI mit Panik-Button-Fallback (AP3) - Priorisierte Ländererkennung: SIM/Netz -> GPS/Geocoding -> Cache (AP4) - EmergencyProvider verdrahtet Repository/LocationService mit der UI (AP5) - Manuelle Länderauswahl als Fallback samt eigener Priorität (AP6) - UI-Lokalisierung (de/en/fr/es), an erkanntes Land gekoppelt (AP7) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
14 lines
588 B
Plaintext
14 lines
588 B
Plaintext
{
|
|
"@@locale": "de",
|
|
"appTitle": "Notruf",
|
|
"selectCountryButton": "Land manuell wählen",
|
|
"retryButton": "Erneut versuchen",
|
|
"errorGeneric": "Unbekannter Fehler beim Laden der Notrufnummern.",
|
|
"countryUnknownMessage": "Land konnte nicht ermittelt werden.",
|
|
"countryNotInDatabaseMessage": "Land nicht in der Notrufnummern-Datenbasis hinterlegt. Es steht nur der globale Notruf zur Verfügung.",
|
|
"pickerTitle": "Land auswählen",
|
|
"pickerSearchHint": "Land suchen",
|
|
"pickerNoResults": "Kein Land gefunden.",
|
|
"emergencyButtonSemanticLabel": "{label}, {number} anrufen"
|
|
}
|