Merge branch 'undefined' into 'master'

Added [seconds and slideshow] translation to spanish.

See merge request nkming2/nc-photos!27
This commit is contained in:
nkming2 2021-09-19 17:31:17 +00:00
commit 148a5e2ddb

View file

@ -488,6 +488,7 @@
"dateDayInputHint": "Día",
"timeHourInputHint": "Hora",
"timeMinuteInputHint": "Minuto",
"timeSecondInputHint": "Segundo",
"dateTimeInputInvalid": "Valor inválido",
"@dateTimeInputInvalid": {
"description": "Invalid date/time input (e.g., non-numeric characters)"
@ -800,6 +801,26 @@
}
}
},
"slideshowTooltip": "Presentación de diapositivas",
"@slideshowTooltip": {
"description": "A button to start a slideshow from the current collection"
},
"slideshowSetupDialogTitle": "Configurar diapositivas",
"@slideshowSetupDialogTitle": {
"description": "Setup slideshow before starting"
},
"slideshowSetupDialogDurationTitle": "Duración de cada imagen (MM:SS)",
"@slideshowSetupDialogDurationTitle": {
"description": "Set the duration of each image in MM:SS format. This setting is ignored for videos"
},
"slideshowSetupDialogShuffleTitle": "Aleatorias",
"@slideshowSetupDialogShuffleTitle": {
"description": "Whether to shuffle the collection"
},
"slideshowSetupDialogRepeatTitle": "Repetir",
"@slideshowSetupDialogRepeatTitle": {
"description": "Whether to restart the slideshow from the beginning after the last slide"
},
"errorUnauthenticated": "Acceso sin identificación. Por favor inicia sesión otra vez si el problema continúa.",
"@errorUnauthenticated": {