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:
nkming2 2021-08-10 08:04:58 +00:00
commit 9409eda9b6

View file

@ -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"
}, },