mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
Merge branch 'undefined' into 'master'
Update spanish See merge request nkming2/nc-photos!13
This commit is contained in:
commit
e9659509a8
1 changed files with 26 additions and 1 deletions
|
@ -627,7 +627,32 @@
|
||||||
"@deletePermanentlyConfirmationDialogContent": {
|
"@deletePermanentlyConfirmationDialogContent": {
|
||||||
"description": "Make sure the user wants to delete the items"
|
"description": "Make sure the user wants to delete the items"
|
||||||
},
|
},
|
||||||
|
"albumSharedLabel": "Compartido",
|
||||||
|
"@albumSharedLabel": {
|
||||||
|
"description": "A small label placed next to a shared album"
|
||||||
|
},
|
||||||
|
"setAlbumCoverProcessingNotification": "Estableciendo foto como portada del álbum",
|
||||||
|
"@setAlbumCoverProcessingNotification": {
|
||||||
|
"description": "Setting the opened item as the album cover"
|
||||||
|
},
|
||||||
|
"setAlbumCoverSuccessNotification": "Portada establecida",
|
||||||
|
"@setAlbumCoverSuccessNotification": {
|
||||||
|
"description": "Set the opened item as the album cover successfully"
|
||||||
|
},
|
||||||
|
"setAlbumCoverFailureNotification": "Fallo al establecer portada",
|
||||||
|
"@setAlbumCoverFailureNotification": {
|
||||||
|
"description": "Cannot set the opened item as the album cover"
|
||||||
|
},
|
||||||
|
"metadataTaskProcessingNotification": "Procesando metadatos en segundo plano",
|
||||||
|
"@metadataTaskProcessingNotification": {
|
||||||
|
"description": "Shown when the app is reading image metadata"
|
||||||
|
},
|
||||||
|
"metadataTaskPauseNoWiFiNotification": "Esperando WiFi",
|
||||||
|
"@metadataTaskPauseNoWiFiNotification": {
|
||||||
|
"description": "Shown when the app has paused reading image metadata"
|
||||||
|
},
|
||||||
|
"configButtonLabel": "CONFIGURAR",
|
||||||
|
|
||||||
"changelogTitle": "Registro de cambios",
|
"changelogTitle": "Registro de cambios",
|
||||||
"@changelogTitle": {
|
"@changelogTitle": {
|
||||||
"description": "Title of the changelog dialog"
|
"description": "Title of the changelog dialog"
|
||||||
|
|
Loading…
Reference in a new issue