remote photo command

This commit is contained in:
2026-03-20 15:14:40 +01:00
parent 48d2430c9c
commit 48cb23379c
23 changed files with 153 additions and 126 deletions

View File

@@ -706,5 +706,6 @@
"editChildProfile": "Edit profile",
"editChildProfileSaveSuccess": "Child profile updated successfully",
"editChildProfileTitle": "Edit child profile",
"activationCodeMessage": "An activation key has been sent to your email"
"activationCodeMessage": "An activation key has been sent to your email",
"photoTaken": "Photo taken successfully"
}

View File

@@ -704,5 +704,6 @@
"editChildProfile": "Editar perfil",
"editChildProfileTitle": "Editar perfil del niño",
"editChildProfileSaveSuccess": "Perfil del niño actualizado correctamente",
"activationCodeMessage": "Se ha enviado un código de activación a tu correo electrónico"
"activationCodeMessage": "Se ha enviado un código de activación a tu correo electrónico",
"photoTaken": "Foto tomada exitosamente"
}

View File

@@ -830,4 +830,5 @@ class I18n {
static const String editChildProfileTitle = 'editChildProfileTitle';
static const String editChildProfileSaveSuccess = 'editChildProfileSaveSuccess';
static const String activationCodeMessage = 'activationCodeMessage';
static const String photoTaken = 'photoTaken';
}