refactor(settings): migrate block_phone to Riverpod CRUD pattern
This commit is contained in:
@@ -579,6 +579,7 @@
|
||||
"noBlockedNumbers": "Keine Nummern konfiguriert",
|
||||
"noBlockedNumbersDescription": "Fügen Sie Nummern hinzu, um einzuschränken, wer mit dem Gerät kommunizieren kann",
|
||||
"whitelistDescription": "Nur diese Nummern können mit dem Gerät kommunizieren",
|
||||
"whitelistMinimumOneContact": "Es muss mindestens 1 erlaubte Nummer vorhanden sein",
|
||||
"allowedNumbersCount": "{count} erlaubte Nummern",
|
||||
"removeAllowedNumber": "Erlaubte Nummer entfernen",
|
||||
"removeAllowedNumberConfirm": "\"{name}\" aus der Liste der erlaubten Nummern entfernen? Diese Nummer kann nicht mehr mit dem Gerät kommunizieren",
|
||||
|
||||
@@ -753,6 +753,7 @@
|
||||
"noBlockedNumbers": "No numbers configured",
|
||||
"noBlockedNumbersDescription": "Add numbers to restrict who can communicate with the device",
|
||||
"whitelistDescription": "Only these numbers can communicate with the device",
|
||||
"whitelistMinimumOneContact": "There must be at least 1 allowed number",
|
||||
"allowedNumbersCount": "{count} allowed numbers",
|
||||
"removeAllowedNumber": "Remove allowed number",
|
||||
"removeAllowedNumberConfirm": "Remove \"{name}\" from the allowed numbers list? This number will no longer be able to communicate with the device",
|
||||
|
||||
@@ -754,6 +754,7 @@
|
||||
"noBlockedNumbers": "No hay números configurados",
|
||||
"noBlockedNumbersDescription": "Añade números para restringir quién puede comunicarse con el dispositivo",
|
||||
"whitelistDescription": "Solo estos números pueden comunicarse con el dispositivo",
|
||||
"whitelistMinimumOneContact": "Debe haber al menos 1 número permitido",
|
||||
"allowedNumbersCount": "{count} números permitidos",
|
||||
"removeAllowedNumber": "Eliminar número permitido",
|
||||
"removeAllowedNumberConfirm": "¿Eliminar \"{name}\" de la lista de números permitidos? Este número ya no podrá comunicarse con el dispositivo",
|
||||
|
||||
@@ -579,6 +579,7 @@
|
||||
"noBlockedNumbers": "Aucun numéro configuré",
|
||||
"noBlockedNumbersDescription": "Ajoutez des numéros pour restreindre qui peut communiquer avec l'appareil",
|
||||
"whitelistDescription": "Seuls ces numéros peuvent communiquer avec l'appareil",
|
||||
"whitelistMinimumOneContact": "Il doit y avoir au moins 1 numéro autorisé",
|
||||
"allowedNumbersCount": "{count} numéros autorisés",
|
||||
"removeAllowedNumber": "Supprimer le numéro autorisé",
|
||||
"removeAllowedNumberConfirm": "Supprimer \"{name}\" de la liste des numéros autorisés ? Ce numéro ne pourra plus communiquer avec l'appareil",
|
||||
|
||||
@@ -579,6 +579,7 @@
|
||||
"noBlockedNumbers": "Nessun numero configurato",
|
||||
"noBlockedNumbersDescription": "Aggiungi numeri per limitare chi può comunicare con il dispositivo",
|
||||
"whitelistDescription": "Solo questi numeri possono comunicare con il dispositivo",
|
||||
"whitelistMinimumOneContact": "Deve esserci almeno 1 numero consentito",
|
||||
"allowedNumbersCount": "{count} numeri consentiti",
|
||||
"removeAllowedNumber": "Rimuovi numero consentito",
|
||||
"removeAllowedNumberConfirm": "Rimuovere \"{name}\" dall'elenco dei numeri consentiti? Questo numero non potrà più comunicare con il dispositivo",
|
||||
|
||||
@@ -579,6 +579,7 @@
|
||||
"noBlockedNumbers": "Nenhum número configurado",
|
||||
"noBlockedNumbersDescription": "Adicione números para restringir quem pode comunicar com o dispositivo",
|
||||
"whitelistDescription": "Apenas estes números podem comunicar com o dispositivo",
|
||||
"whitelistMinimumOneContact": "Deve haver pelo menos 1 número permitido",
|
||||
"allowedNumbersCount": "{count} números permitidos",
|
||||
"removeAllowedNumber": "Remover número permitido",
|
||||
"removeAllowedNumberConfirm": "Remover \"{name}\" da lista de números permitidos? Este número não poderá mais comunicar com o dispositivo",
|
||||
|
||||
@@ -975,6 +975,7 @@ class I18n {
|
||||
static const String weekdayWedShort = 'weekdayWedShort';
|
||||
static const String welcome = 'welcome';
|
||||
static const String whitelistDescription = 'whitelistDescription';
|
||||
static const String whitelistMinimumOneContact = 'whitelistMinimumOneContact';
|
||||
static const String wifiAvailableNetworks = 'wifiAvailableNetworks';
|
||||
static const String wifiBssid = 'wifiBssid';
|
||||
static const String wifiBssidHint = 'wifiBssidHint';
|
||||
|
||||
Reference in New Issue
Block a user