do not disturb ui and state
This commit is contained in:
@@ -705,5 +705,9 @@
|
||||
"wifiBssidHint": "e.g. 0c:80:63:e4:cb:e1",
|
||||
"editChildProfile": "Edit profile",
|
||||
"editChildProfileSaveSuccess": "Child profile updated successfully",
|
||||
"editChildProfileTitle": "Edit child profile"
|
||||
"editChildProfileTitle": "Edit child profile",
|
||||
"doNotDisturbMessage": "Set the time period, all the functions except for SOS and GPS will be disabled.",
|
||||
"addTimeRange": "Add time period",
|
||||
"timePeriodUpdated": "Time period updated",
|
||||
"timePeriodCreated": "Time period created"
|
||||
}
|
||||
@@ -703,5 +703,9 @@
|
||||
"wifiBssidHint": "ej. 0c:80:63:e4:cb:e1",
|
||||
"editChildProfile": "Editar perfil",
|
||||
"editChildProfileTitle": "Editar perfil del niño",
|
||||
"editChildProfileSaveSuccess": "Perfil del niño actualizado correctamente"
|
||||
"editChildProfileSaveSuccess": "Perfil del niño actualizado correctamente",
|
||||
"doNotDisturbMessage": "Establece el periodo de tiempo, todas las funciones que no sean SOS y GPS se desactivarán.",
|
||||
"addTimeRange": "Agregar periodo de tiempo",
|
||||
"timePeriodUpdated": "Periodo de tiempo actualizado",
|
||||
"timePeriodCreated": "Periodo de tiempo creado"
|
||||
}
|
||||
@@ -829,4 +829,8 @@ class I18n {
|
||||
static const String editChildProfile = 'editChildProfile';
|
||||
static const String editChildProfileTitle = 'editChildProfileTitle';
|
||||
static const String editChildProfileSaveSuccess = 'editChildProfileSaveSuccess';
|
||||
static const String doNotDisturbMessage = 'doNotDisturbMessage';
|
||||
static const String addTimeRange = 'addTimeRange';
|
||||
static const String timePeriodUpdated = 'timePeriodUpdated';
|
||||
static const String timePeriodCreated = 'timePeriodCreated';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user