Skip to content

Commit

Permalink
fix(core/transloco): modified some spanish translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-gnucoop committed Nov 13, 2023
1 parent 6f2c7a0 commit dc3819f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions projects/core/transloco/src/esp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,21 @@ import {Translation} from '@ngneat/transloco';
export const ESP: Translation = {
'Drop your slides here': 'Suelta tus diapositivas aquí',
'Drop your file here or click to select': 'Suelta tu archivo aquí o haz clic para seleccionar',
'Delete': 'Borrar',
'Delete': 'Eliminar',
'delete': 'eliminar',
'Upload image': 'Cargar imagen',
'Camera': 'Cámara',
'Save': 'Ahorrar',
'Close': 'Cerrar',
'Save': 'Guardar',
'Errors': 'Errores',
'Drop image': 'Soltar imagen',
'Drop your image here!': '¡Suelta tu imagen aquí!',
'Edit choices origin': 'Editar origen de opciones',
'Close': 'Cerca',

'Name': 'Nombre',
'Label': 'Etiqueta',
'Add value': 'Añadir valor',
'Value': 'Valor',
'delete': 'Eliminar',
'Edit condition': 'Editar condición',
'Choices': 'Elecciones',
'Identifier': 'Identificar',
Expand All @@ -55,7 +56,7 @@ export const ESP: Translation = {
'Max repetitions': 'Repeticiones máximas',
'Field size': 'Tamaño del campo',
'Size': 'Tamaño',
'Hint': 'Insinuación',
'Hint': 'Sugerencia',
'Description': 'Descripción',
'Default value': 'Valor por defecto',
'Formula': 'Fórmula',
Expand Down

0 comments on commit dc3819f

Please sign in to comment.