added account settings texts to I18n
This commit is contained in:
@@ -139,5 +139,25 @@
|
||||
"watchesOnMap": "Smartwatch on the map",
|
||||
"home": "Home",
|
||||
"location": "Location",
|
||||
"chat": "Chat"
|
||||
"chat": "Chat",
|
||||
"personalData": "Personal Data",
|
||||
"addNewSF": "Add a new SaveFamily",
|
||||
"linkedDevices": "Linked Devices",
|
||||
"appUsers": "App Users",
|
||||
"privacyPolicy": "User privacy policy",
|
||||
"logOut": "Log out",
|
||||
"loginEmail": "(Login email)",
|
||||
"userNameLabel": "User name",
|
||||
"userPhoneLabel": "User phone number",
|
||||
"contactEmailLabel": "Contact email",
|
||||
"passwordLabel": "Password (6 to 12 digits)",
|
||||
"submit": "Submit",
|
||||
"save": "Save",
|
||||
"editDeviceTitle": "Edit Device",
|
||||
"name": "Name",
|
||||
"deleteDeviceDialog": "Are you sure you want to delete this device from the list?",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"userAccount": "Account: {email}",
|
||||
"userRole": "Role: {role}"
|
||||
}
|
||||
@@ -139,5 +139,25 @@
|
||||
"watchesOnMap": "Reloj inteligente en el mapa",
|
||||
"home": "Inicio",
|
||||
"location": "Mapa",
|
||||
"chat": "Chat"
|
||||
"chat": "Chat",
|
||||
"personalData": "Datos Personales",
|
||||
"addNewSF": "Añadir un nuevo SaveFamily",
|
||||
"linkedDevices": "Dispositivos vinculados",
|
||||
"appUsers": "Usuarios de la App",
|
||||
"privacyPolicy": "Política de privacidad",
|
||||
"logOut": "Cerrar sesión",
|
||||
"loginEmail": "(Correo electrónico)",
|
||||
"userNameLabel": "Nombre del usuario",
|
||||
"userPhoneLabel": "Número de teléfono del usuario",
|
||||
"contactEmailLabel": "Correo de contacto",
|
||||
"passwordLabel": "Contraseña (de 6 a 12 caracteres)",
|
||||
"submit": "Enviar",
|
||||
"save": "Guardar",
|
||||
"editDeviceTitle": "Editar Dispositivo",
|
||||
"name": "Nombre",
|
||||
"deleteDeviceDialog": "¿Estás seguro de que quieres eliminar este dispositivo de la lista?",
|
||||
"cancel": "Cancelar",
|
||||
"delete": "Eliminar",
|
||||
"userAccount": "Cuenta: {email}",
|
||||
"userRole": "Rol: {role}"
|
||||
}
|
||||
@@ -170,4 +170,25 @@ class I18n {
|
||||
static const String home = 'home';
|
||||
static const String location = 'location';
|
||||
static const String chat = 'chat';
|
||||
static const String legacyPersonalData = 'personalData';
|
||||
static const String legacyAddNewSF = 'addNewSF';
|
||||
static const String legacyLinkedDevices = 'linkedDevices';
|
||||
static const String legacyAppUsers = 'appUsers';
|
||||
static const String legacyPrivacyPolicy = 'privacyPolicy';
|
||||
static const String legacyLogOut = 'logOut';
|
||||
static const String legacyLoginEmail = 'loginEmail';
|
||||
static const String legacyUserNameLabel = 'userNameLabel';
|
||||
static const String legacyUserPhoneLabel = 'userPhoneLabel';
|
||||
static const String legacyContactEmailLabel = 'contactEmailLabel';
|
||||
static const String passwordLabel = 'passwordLabel';
|
||||
static const String legacySubmit = 'submit';
|
||||
static const String legacySave = 'save';
|
||||
static const String legacyEditDeviceTitle = 'editDeviceTitle';
|
||||
static const String legacyName = 'name';
|
||||
static const String legacyDeleteDeviceDialog = 'deleteDeviceDialog';
|
||||
static const String legacyDeleteUserDialog = 'deleteUserDialog';
|
||||
static const String legacyCancel = 'cancel';
|
||||
static const String legacyDelete = 'delete';
|
||||
static const String legacyUserAccount = 'userAccount';
|
||||
static const String legacyUserRole = 'userRole';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user