Skip to content

Commit 0aadfdf

Browse files
authored
fix(module:i18n): add missing translations to es_ES (#9127)
1 parent 89d0767 commit 0aadfdf

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

components/i18n/languages/es_ES.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default {
2727
weekPlaceholder: 'Seleccionar semana',
2828
rangePlaceholder: ['Fecha inicial', 'Fecha final'],
2929
rangeYearPlaceholder: ['Año inicial', 'Año final'],
30+
rangeQuarterPlaceholder: ['Trimestre inicial', 'Trimestre final'],
3031
rangeMonthPlaceholder: ['Mes inicial', 'Mes final'],
3132
rangeWeekPlaceholder: ['Semana inicial', 'Semana final'],
3233
locale: 'es_ES',
@@ -177,5 +178,29 @@ export default {
177178
},
178179
Image: {
179180
preview: 'Previsualización'
181+
},
182+
CronExpression: {
183+
cronError: 'Expresión cron inválida',
184+
second: 'segundo',
185+
minute: 'minuto',
186+
hour: 'hora',
187+
day: 'día',
188+
month: 'mes',
189+
week: 'semana'
190+
},
191+
QRCode: {
192+
expired: 'Código QR expirado',
193+
refresh: 'Actualizar',
194+
scanned: 'Escaneado'
195+
},
196+
CheckList: {
197+
checkList: 'Lista de tareas',
198+
checkListFinish: '¡Has completado la lista correctamente!',
199+
checkListClose: 'Cerrar',
200+
checkListFooter: 'La lista ya no es necesaria',
201+
checkListCheck: '¿Quiere cerrar la lista?',
202+
ok: 'OK',
203+
cancel: 'Cancelar',
204+
checkListCheckOther: 'No mostrar de nuevo'
180205
}
181206
};

0 commit comments

Comments
 (0)