mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 10:58:50 +01:00
Merge branch 'luckkmaxx-master-patch-56191' into 'master'
Update app_es.arb, fixes See merge request nkming2/nc-photos!12
This commit is contained in:
commit
9409eda9b6
1 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@
|
||||||
"@addToAlbumAlreadyAddedNotification": {
|
"@addToAlbumAlreadyAddedNotification": {
|
||||||
"description": "Inform user that the item is already in the album"
|
"description": "Inform user that the item is already in the album"
|
||||||
},
|
},
|
||||||
"deleteSelectedProcessingNotification": "{count, plural, =1{Borrando 1 elemento} other{Borrando {count} archivos}}",
|
"deleteSelectedProcessingNotification": "{count, plural, =1{Borrando 1 elemento} other{Borrando {count} elementos}}",
|
||||||
"@deleteSelectedProcessingNotification": {
|
"@deleteSelectedProcessingNotification": {
|
||||||
"description": "Inform user that the selected items are being deleted",
|
"description": "Inform user that the selected items are being deleted",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
@ -560,7 +560,7 @@
|
||||||
"description": "Downloading photos to be shared"
|
"description": "Downloading photos to be shared"
|
||||||
},
|
},
|
||||||
"searchTooltip": "Buscar",
|
"searchTooltip": "Buscar",
|
||||||
"albumSearchTextFieldHint": "Search albums",
|
"albumSearchTextFieldHint": "Buscar álbumes",
|
||||||
"clearTooltip": "Limpiar",
|
"clearTooltip": "Limpiar",
|
||||||
"@clearTooltip": {
|
"@clearTooltip": {
|
||||||
"description": "Clear some sort of user input, typically a text field"
|
"description": "Clear some sort of user input, typically a text field"
|
||||||
|
@ -623,7 +623,7 @@
|
||||||
"@deletePermanentlyConfirmationDialogTitle": {
|
"@deletePermanentlyConfirmationDialogTitle": {
|
||||||
"description": "Make sure the user wants to delete the items"
|
"description": "Make sure the user wants to delete the items"
|
||||||
},
|
},
|
||||||
"deletePermanentlyConfirmationDialogContent": "Los elementos seleccionados se eliminarán permanentemente del servidor.\n\nÉsta acción es irreversible",
|
"deletePermanentlyConfirmationDialogContent": "Los elementos seleccionados se eliminarán permanentemente del servidor.\n\nÉsta acción es irreversible!",
|
||||||
"@deletePermanentlyConfirmationDialogContent": {
|
"@deletePermanentlyConfirmationDialogContent": {
|
||||||
"description": "Make sure the user wants to delete the items"
|
"description": "Make sure the user wants to delete the items"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue