refactor(device_management): migrate contacts to Riverpod
This commit is contained in:
@@ -586,6 +586,9 @@
|
||||
"numberAdded": "Nummer erfolgreich hinzugefügt",
|
||||
"numberRemoved": "Nummer erfolgreich entfernt",
|
||||
"numberUpdated": "Nummer erfolgreich aktualisiert",
|
||||
"contactAdded": "Kontakt erfolgreich hinzugefügt",
|
||||
"contactUpdated": "Kontakt erfolgreich aktualisiert",
|
||||
"contactDeleted": "Kontakt erfolgreich gelöscht",
|
||||
"editAllowedNumber": "Erlaubte Nummer bearbeiten",
|
||||
"addSosContact": "SOS-Kontakt hinzufügen",
|
||||
"noSosContacts": "Keine SOS-Kontakte konfiguriert",
|
||||
|
||||
@@ -762,6 +762,9 @@
|
||||
"numberAdded": "Number added successfully",
|
||||
"numberRemoved": "Number removed successfully",
|
||||
"numberUpdated": "Number updated successfully",
|
||||
"contactAdded": "Contact added successfully",
|
||||
"contactUpdated": "Contact updated successfully",
|
||||
"contactDeleted": "Contact deleted successfully",
|
||||
"editAllowedNumber": "Edit allowed number",
|
||||
"addSosContact": "Add SOS contact",
|
||||
"noSosContacts": "No SOS contacts configured",
|
||||
|
||||
@@ -763,6 +763,9 @@
|
||||
"numberAdded": "Número añadido correctamente",
|
||||
"numberRemoved": "Número eliminado correctamente",
|
||||
"numberUpdated": "Número actualizado correctamente",
|
||||
"contactAdded": "Contacto añadido correctamente",
|
||||
"contactUpdated": "Contacto actualizado correctamente",
|
||||
"contactDeleted": "Contacto eliminado correctamente",
|
||||
"editAllowedNumber": "Editar número permitido",
|
||||
"addSosContact": "Añadir contacto SOS",
|
||||
"noSosContacts": "No hay contactos SOS configurados",
|
||||
|
||||
@@ -586,6 +586,9 @@
|
||||
"numberAdded": "Numéro ajouté avec succès",
|
||||
"numberRemoved": "Numéro supprimé avec succès",
|
||||
"numberUpdated": "Numéro mis à jour avec succès",
|
||||
"contactAdded": "Contact ajouté avec succès",
|
||||
"contactUpdated": "Contact mis à jour avec succès",
|
||||
"contactDeleted": "Contact supprimé avec succès",
|
||||
"editAllowedNumber": "Modifier le numéro autorisé",
|
||||
"addSosContact": "Ajouter un contact SOS",
|
||||
"noSosContacts": "Aucun contact SOS configuré",
|
||||
|
||||
@@ -586,6 +586,9 @@
|
||||
"numberAdded": "Numero aggiunto con successo",
|
||||
"numberRemoved": "Numero rimosso con successo",
|
||||
"numberUpdated": "Numero aggiornato con successo",
|
||||
"contactAdded": "Contatto aggiunto con successo",
|
||||
"contactUpdated": "Contatto aggiornato con successo",
|
||||
"contactDeleted": "Contatto eliminato con successo",
|
||||
"editAllowedNumber": "Modifica numero consentito",
|
||||
"addSosContact": "Aggiungi contatto SOS",
|
||||
"noSosContacts": "Nessun contatto SOS configurato",
|
||||
|
||||
@@ -586,6 +586,9 @@
|
||||
"numberAdded": "Número adicionado com sucesso",
|
||||
"numberRemoved": "Número removido com sucesso",
|
||||
"numberUpdated": "Número atualizado com sucesso",
|
||||
"contactAdded": "Contacto adicionado com sucesso",
|
||||
"contactUpdated": "Contacto atualizado com sucesso",
|
||||
"contactDeleted": "Contacto eliminado com sucesso",
|
||||
"editAllowedNumber": "Editar número permitido",
|
||||
"addSosContact": "Adicionar contacto SOS",
|
||||
"noSosContacts": "Nenhum contacto SOS configurado",
|
||||
|
||||
@@ -200,8 +200,11 @@ class I18n {
|
||||
static const String close = 'close';
|
||||
static const String confirm = 'confirm';
|
||||
static const String connect = 'connect';
|
||||
static const String contactAdded = 'contactAdded';
|
||||
static const String contactDeleted = 'contactDeleted';
|
||||
static const String contactName = 'contactName';
|
||||
static const String contactTitle = 'contactTitle';
|
||||
static const String contactUpdated = 'contactUpdated';
|
||||
static const String contactsAgendaTitle = 'contactsAgendaTitle';
|
||||
static const String contactsEmpty = 'contactsEmpty';
|
||||
static const String contactsEmptyHint = 'contactsEmptyHint';
|
||||
|
||||
Reference in New Issue
Block a user