mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-26 08:54:42 +01:00
Merge branch 'master' into 'master'
Updates to app_es.arb See merge request nkming2/nc-photos!5
This commit is contained in:
commit
cf0824fa22
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…
Add table
Reference in a new issue