mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-13 18:58:53 +01:00
Updates to app_es.arb
This commit is contained in:
parent
5f3483a98a
commit
6f3e220693
1 changed files with 21 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
"@zoomTooltip": {
|
||||
"description": "Tooltip of the zoom button"
|
||||
},
|
||||
"refreshMenuLabel": "Refrescar",
|
||||
"refreshMenuLabel": "Actualizar",
|
||||
"@refreshMenuLabel": {
|
||||
"description": "Label of the refresh entry in menu"
|
||||
},
|
||||
|
@ -341,7 +341,7 @@
|
|||
"@enableButtonLabel": {
|
||||
"description": "Label of the enable button"
|
||||
},
|
||||
"exifSupportDetails": "Habilitando el soporte EXIF tendrá disponible metadatos como fecha de captura, modelo de cámara, etc. Para leer estos metadatos, se necesita un uso extra de la red para obtener la imagen en tamaño origina. La aplicación sólo empezará a descargar cuando esté conectado a una red wifi.",
|
||||
"exifSupportDetails": "Habilitando el soporte EXIF podrás ver metadatos como fecha de captura, modelo de cámara, etc. Para leer estos metadatos, se necesita un uso extra de la red para obtener la imagen en tamaño original. La aplicación sólo empezará a descargar cuando esté conectado a una red wifi.",
|
||||
"@exifSupportDetails": {
|
||||
"description": "Detailed description of the exif support feature"
|
||||
},
|
||||
|
@ -432,6 +432,25 @@
|
|||
"@mobileSelectRangeNotification": {
|
||||
"description": "Inform mobile user how to select items in range"
|
||||
},
|
||||
"updateDateTimeDialogTitle": "Modificar fecha y hora",
|
||||
"@updateDateTimeDialogTitle": {
|
||||
"description": "Dialog to modify the date & time of a file"
|
||||
},
|
||||
"dateSubtitle": "Fecha",
|
||||
"timeSubtitle": "Hora",
|
||||
"dateYearInputHint": "Año",
|
||||
"dateMonthInputHint": "Mes",
|
||||
"dateDayInputHint": "Día",
|
||||
"timeHourInputHint": "Hora",
|
||||
"timeMinuteInputHint": "Minuto",
|
||||
"dateTimeInputInvalid": "Valor inválido",
|
||||
"@dateTimeInputInvalid": {
|
||||
"description": "Invalid date/time input (e.g., non-numeric characters)"
|
||||
},
|
||||
"updateDateTimeFailureNotification": "Error al modificar fecha y hora",
|
||||
"@updateDateTimeFailureNotification": {
|
||||
"description": "Failed to set the date & time of a file"
|
||||
},
|
||||
"changelogTitle": "Registro de cambios",
|
||||
"@changelogTitle": {
|
||||
"description": "Title of the changelog dialog"
|
||||
|
|
Loading…
Reference in a new issue