Skip to content

Commit

Permalink
Merge pull request #336 from vicolo-dev/feature-i18n
Browse files Browse the repository at this point in the history
Merge pull request #333 from vicolo-dev/release/0.6.0
  • Loading branch information
azeem-io authored Sep 17, 2024
2 parents 3d3460e + 328fb73 commit 8601d14
Show file tree
Hide file tree
Showing 4 changed files with 921 additions and 7 deletions.
28 changes: 26 additions & 2 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"@showIstantAlarmButtonSetting": {},
"showIstantTimerButtonSetting": "Mostrar botón de temporizador instantáneo",
"@showIstantTimerButtonSetting": {},
"maxLogsSetting": "Registros máximos",
"maxLogsSetting": "Registro máximo de alarmas",
"@maxLogsSetting": {},
"alarmLogSetting": "Registros de alarmas",
"@alarmLogSetting": {},
Expand Down Expand Up @@ -704,5 +704,29 @@
"showForegroundNotificationDescription": "Mostrar una notificación persistente para mantener activa la aplicación",
"@showForegroundNotificationDescription": {},
"extraAnimationSettingDescription": "Muestra animaciones que no están pulidas y que pueden provocar caídas de cuadros en dispositivos de gama baja",
"@extraAnimationSettingDescription": {}
"@extraAnimationSettingDescription": {},
"longPressActionSetting": "Acción de pulsación prolongada",
"@longPressActionSetting": {},
"longPressReorderAction": "Reordenar",
"@longPressReorderAction": {},
"longPressSelectAction": "Selección múltiple",
"@longPressSelectAction": {},
"saveLogs": "Guardar los registros",
"@saveLogs": {},
"clearLogs": "Borrar registros",
"@clearLogs": {},
"selectionStatus": "{n} seleccionado(s)",
"@selectionStatus": {},
"pickerNumpad": "Teclado numérico",
"@pickerNumpad": {},
"interactionsSettingGroup": "Interacciones",
"@interactionsSettingGroup": {},
"showErrorSnackbars": "Mostrar notificaciones con los errores",
"@showErrorSnackbars": {},
"volumeWhileTasks": "Volumen al resolver tareas",
"@volumeWhileTasks": {},
"selectAll": "Seleccionar todo",
"@selectAll": {},
"reorder": "Reordenar",
"@reorder": {}
}
Loading

0 comments on commit 8601d14

Please sign in to comment.