refactor(device-management): migrate call_watch and remote_connection to SfPhoneNumber

This commit is contained in:
2026-04-15 17:06:41 +02:00
parent 88c1111bd5
commit 56e437ff13
15 changed files with 119 additions and 87 deletions

View File

@@ -866,5 +866,7 @@
"appUpdateNow": "Jetzt aktualisieren",
"contactsPermissionBlocked": "Aktiviere die Kontakte-Berechtigung in den Systemeinstellungen, um zu importieren.",
"openSettings": "Einstellungen öffnen",
"errorMessageCodeIsEmpty": "Der Code darf nicht leer sein"
"errorMessageCodeIsEmpty": "Der Code darf nicht leer sein",
"callWatchSubtitle": "Gib die Telefonnummer des Geräts ein, das du anrufen möchtest.",
"spyCallSubtitle": "Das Gerät ruft diese Nummer an. Gib deine Telefonnummer ein, um den Anruf von der Uhr zu erhalten."
}

View File

@@ -866,5 +866,7 @@
"appUpdateNow": "Update now",
"contactsPermissionBlocked": "Enable the contacts permission in system settings to import.",
"openSettings": "Open settings",
"errorMessageCodeIsEmpty": "The code cannot be empty"
"errorMessageCodeIsEmpty": "The code cannot be empty",
"callWatchSubtitle": "Enter the phone number of the device you want to call.",
"spyCallSubtitle": "The device will call this number. Enter your phone to receive the call from the watch."
}

View File

@@ -866,5 +866,7 @@
"appUpdateNow": "Actualizar ahora",
"contactsPermissionBlocked": "Activa el permiso de contactos en los ajustes del sistema para importar.",
"openSettings": "Abrir ajustes",
"errorMessageCodeIsEmpty": "El código no puede estar vacío"
"errorMessageCodeIsEmpty": "El código no puede estar vacío",
"callWatchSubtitle": "Introduce el número de teléfono del dispositivo al que quieres llamar.",
"spyCallSubtitle": "El dispositivo llamará a este número. Introduce tu teléfono para recibir la llamada desde el reloj."
}

View File

@@ -866,5 +866,7 @@
"appUpdateNow": "Mettre à jour maintenant",
"contactsPermissionBlocked": "Active la permission des contacts dans les paramètres pour importer.",
"openSettings": "Ouvrir les paramètres",
"errorMessageCodeIsEmpty": "Le code ne peut pas être vide"
"errorMessageCodeIsEmpty": "Le code ne peut pas être vide",
"callWatchSubtitle": "Saisis le numéro de téléphone de l'appareil que tu veux appeler.",
"spyCallSubtitle": "L'appareil appellera ce numéro. Saisis ton téléphone pour recevoir l'appel de la montre."
}

View File

@@ -866,5 +866,7 @@
"appUpdateNow": "Aggiorna ora",
"contactsPermissionBlocked": "Attiva il permesso dei contatti nelle impostazioni per importare.",
"openSettings": "Apri impostazioni",
"errorMessageCodeIsEmpty": "Il codice non può essere vuoto"
"errorMessageCodeIsEmpty": "Il codice non può essere vuoto",
"callWatchSubtitle": "Inserisci il numero di telefono del dispositivo che vuoi chiamare.",
"spyCallSubtitle": "Il dispositivo chiamerà questo numero. Inserisci il tuo telefono per ricevere la chiamata dall'orologio."
}

View File

@@ -866,5 +866,7 @@
"appUpdateNow": "Atualizar agora",
"contactsPermissionBlocked": "Ativa a permissão de contactos nas definições para importar.",
"openSettings": "Abrir definições",
"errorMessageCodeIsEmpty": "O código não pode estar vazio"
"errorMessageCodeIsEmpty": "O código não pode estar vazio",
"callWatchSubtitle": "Digita o número de telefone do dispositivo que queres chamar.",
"spyCallSubtitle": "O dispositivo ligará para este número. Digita o teu telefone para receber a chamada do relógio."
}

View File

@@ -120,6 +120,8 @@ class I18n {
static const String callMissed = 'callMissed';
static const String callOutgoing = 'callOutgoing';
static const String callWatch = 'callWatch';
static const String callWatchSubtitle = 'callWatchSubtitle';
static const String spyCallSubtitle = 'spyCallSubtitle';
static const String cancel = 'cancel';
static const String cardPinChange = 'cardPinChange';
static const String cardPinChangeTitle = 'cardPinChangeTitle';