diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-03 00:20:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-03 00:20:34 +0000 |
commit | 70b135730df1d5c5d61307c8ee5e47dc6f5ce6fc (patch) | |
tree | 6c74ffe6bcd9873d31d986bc4fc42fdb1681094c /apps | |
parent | 468538a4d4ef9eaeed455d66f1b5ff9b9c268fad (diff) | |
download | nextcloud-server-70b135730df1d5c5d61307c8ee5e47dc6f5ce6fc.tar.gz nextcloud-server-70b135730df1d5c5d61307c8ee5e47dc6f5ce6fc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/es.js | 10 | ||||
-rw-r--r-- | apps/files/l10n/es.json | 10 | ||||
-rw-r--r-- | apps/files/l10n/id.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/id.json | 2 | ||||
-rw-r--r-- | apps/settings/l10n/lt_LT.js | 2 | ||||
-rw-r--r-- | apps/settings/l10n/lt_LT.json | 2 |
6 files changed, 24 insertions, 4 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 364606e2674..4fb93b7d0db 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -169,9 +169,11 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Se ha completado la transferencia de propiedad de {path} a {user}.", "in %s" : "en %s", "File Management" : "Gestión de archivos", + "Current directory path" : "Dirección de la carpeta actual", "Reload current directory" : "Recargar directorio actual", "Go to the \"{dir}\" directory" : "Ir al directorio \"{dir}\"", "Drag and drop files here to upload" : "Arrastre y suelte archivos aquí para subirlos", + "Your have used your space quota and cannot upload files anymore" : "Has utilizado tu cuota de espacio y ya no podrás subir más archivos", "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí", "Upload successful" : "Subida exitosa", "\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitósamente", @@ -200,6 +202,7 @@ OC.L10N.register( "\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente", "{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}", "List of files and folders." : "Lista de archivos y carpetas.", + "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", "File not found" : "No se ha encontrado el archivo", "_{count} file_::_{count} files_" : ["{count} archivo","{count} archivos","{count} archivos"], @@ -221,6 +224,7 @@ OC.L10N.register( "Ownership transfer request sent" : "Enviada la solicitud de transferencia de propiedad", "Cannot transfer ownership of a file or folder you do not own" : "No puedes transferir la propiedad de un archivo o directorio del cual no eres propietario", "Select file or folder to link to" : "Selecciona archivo o carpeta a enlazar", + "Choose file" : "Elegir archivo", "Choose {file}" : "Seleccionar {file}", "Add" : "Añadir", "Loading current folder" : "Cargando carpeta actual", @@ -233,6 +237,8 @@ OC.L10N.register( "Shared" : "Compartido", "Switch to list view" : "Cambiar a vista de lista", "Switch to grid view" : "Cambiar a vista de cuadrícula", + "Error during upload: {message}" : "Error durante la subida: {message}", + "Unknown error during upload" : "Error desconocido durante la subida", "Open the files app settings" : "Abrir la configuración de la app Archivos", "Files settings" : "Configuración de archivos", "File cannot be accessed" : "El archivo no puede ser accesado", @@ -243,6 +249,7 @@ OC.L10N.register( "Enable the grid view" : "Habilitar vista de cuadrícula", "Additional settings" : "Configuración adicional", "WebDAV" : "WebDAV", + "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "Copiar al portapapeles", "Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a tus archivos vía WebDAV", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.", @@ -263,6 +270,7 @@ OC.L10N.register( "A file or folder with that name already exists in this folder" : "Un archivo o carpeta con ese nombre ya existe en esta carpeta", "The files is locked" : "El archivo está bloqueado", "The file does not exist anymore" : "El archivo ya no existe", + "Choose destination" : "Elegir destino", "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", @@ -273,6 +281,8 @@ OC.L10N.register( "Templates" : "Plantillas", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", "Created new folder \"{name}\"" : "Se creó la carpeta nueva \"{name}\"", + "One of the dropped files could not be processed" : "Uno de los archivos arrastrados no puede ser procesado", + "Uploading \"{filename}\" failed" : "La subida de \"{filename}\" falló", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 7798b346d6b..102085c1915 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -167,9 +167,11 @@ "The ownership transfer of {path} from {user} has completed." : "Se ha completado la transferencia de propiedad de {path} a {user}.", "in %s" : "en %s", "File Management" : "Gestión de archivos", + "Current directory path" : "Dirección de la carpeta actual", "Reload current directory" : "Recargar directorio actual", "Go to the \"{dir}\" directory" : "Ir al directorio \"{dir}\"", "Drag and drop files here to upload" : "Arrastre y suelte archivos aquí para subirlos", + "Your have used your space quota and cannot upload files anymore" : "Has utilizado tu cuota de espacio y ya no podrás subir más archivos", "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí", "Upload successful" : "Subida exitosa", "\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitósamente", @@ -198,6 +200,7 @@ "\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente", "{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}", "List of files and folders." : "Lista de archivos y carpetas.", + "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", "File not found" : "No se ha encontrado el archivo", "_{count} file_::_{count} files_" : ["{count} archivo","{count} archivos","{count} archivos"], @@ -219,6 +222,7 @@ "Ownership transfer request sent" : "Enviada la solicitud de transferencia de propiedad", "Cannot transfer ownership of a file or folder you do not own" : "No puedes transferir la propiedad de un archivo o directorio del cual no eres propietario", "Select file or folder to link to" : "Selecciona archivo o carpeta a enlazar", + "Choose file" : "Elegir archivo", "Choose {file}" : "Seleccionar {file}", "Add" : "Añadir", "Loading current folder" : "Cargando carpeta actual", @@ -231,6 +235,8 @@ "Shared" : "Compartido", "Switch to list view" : "Cambiar a vista de lista", "Switch to grid view" : "Cambiar a vista de cuadrícula", + "Error during upload: {message}" : "Error durante la subida: {message}", + "Unknown error during upload" : "Error desconocido durante la subida", "Open the files app settings" : "Abrir la configuración de la app Archivos", "Files settings" : "Configuración de archivos", "File cannot be accessed" : "El archivo no puede ser accesado", @@ -241,6 +247,7 @@ "Enable the grid view" : "Habilitar vista de cuadrícula", "Additional settings" : "Configuración adicional", "WebDAV" : "WebDAV", + "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "Copiar al portapapeles", "Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a tus archivos vía WebDAV", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.", @@ -261,6 +268,7 @@ "A file or folder with that name already exists in this folder" : "Un archivo o carpeta con ese nombre ya existe en esta carpeta", "The files is locked" : "El archivo está bloqueado", "The file does not exist anymore" : "El archivo ya no existe", + "Choose destination" : "Elegir destino", "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", @@ -271,6 +279,8 @@ "Templates" : "Plantillas", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", "Created new folder \"{name}\"" : "Se creó la carpeta nueva \"{name}\"", + "One of the dropped files could not be processed" : "Uno de los archivos arrastrados no puede ser procesado", + "Uploading \"{filename}\" failed" : "La subida de \"{filename}\" falló", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], diff --git a/apps/files/l10n/id.js b/apps/files/l10n/id.js index ab085915cbd..9209ff04cc8 100644 --- a/apps/files/l10n/id.js +++ b/apps/files/l10n/id.js @@ -65,7 +65,7 @@ OC.L10N.register( "Could not create file \"{file}\"" : "Tidak dapat membuat berkas \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Tidak dapat membuat berkas \"{file}\" karena sudah ada", "Could not create folder \"{dir}\" because it already exists" : "Tidak dapat membuat folder \"{dir}\" karena sudah ada", - "Could not fetch file details \"{file}\"" : "Tidak dapat melihat detail \"{file}\"", + "Could not fetch file details \"{file}\"" : "Tidak dapat memperoleh detail berkas \"{file}\"", "Error deleting file \"{fileName}\"." : "Terjadi kesalahan saat menghapus berkas \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Hasil pencarian tidak ditemukan di folder lainnya untuk '{tag}{filter}{endtag}'", "Enter more than two characters to search in other folders" : "Masukkan lebih dari dua karakter untuk mencari di folder lain", diff --git a/apps/files/l10n/id.json b/apps/files/l10n/id.json index f88ed3a2e06..e229c2471d5 100644 --- a/apps/files/l10n/id.json +++ b/apps/files/l10n/id.json @@ -63,7 +63,7 @@ "Could not create file \"{file}\"" : "Tidak dapat membuat berkas \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Tidak dapat membuat berkas \"{file}\" karena sudah ada", "Could not create folder \"{dir}\" because it already exists" : "Tidak dapat membuat folder \"{dir}\" karena sudah ada", - "Could not fetch file details \"{file}\"" : "Tidak dapat melihat detail \"{file}\"", + "Could not fetch file details \"{file}\"" : "Tidak dapat memperoleh detail berkas \"{file}\"", "Error deleting file \"{fileName}\"." : "Terjadi kesalahan saat menghapus berkas \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Hasil pencarian tidak ditemukan di folder lainnya untuk '{tag}{filter}{endtag}'", "Enter more than two characters to search in other folders" : "Masukkan lebih dari dua karakter untuk mencari di folder lain", diff --git a/apps/settings/l10n/lt_LT.js b/apps/settings/l10n/lt_LT.js index 43dc0912dfa..259fc482c5f 100644 --- a/apps/settings/l10n/lt_LT.js +++ b/apps/settings/l10n/lt_LT.js @@ -317,7 +317,7 @@ OC.L10N.register( "Wipe {userid}'s devices" : "Ištrinti duomenis naudotojo {userid} įrenginiuose", "Fully delete {userid}'s account including all their personal files, app data, etc." : "Pilnai ištrinta {userid} paskyra, įskaitant visus asmeninius failus, programos duomenis ir pan. ", "Account deletion" : "Paskyros ištrynimas", - "Delete {userid}'s account" : "Ištrinti naudtojo {userid} paskyrą", + "Delete {userid}'s account" : "Ištrinti naudotojo {userid} paskyrą", "Welcome mail sent!" : "Pasveikinimo laiškas išsiųstas!", "Toggle user actions menu" : "Perjungti vartotojo veiksmų meniu ", "Done" : "Atlikta", diff --git a/apps/settings/l10n/lt_LT.json b/apps/settings/l10n/lt_LT.json index 2696279d302..2d16672e573 100644 --- a/apps/settings/l10n/lt_LT.json +++ b/apps/settings/l10n/lt_LT.json @@ -315,7 +315,7 @@ "Wipe {userid}'s devices" : "Ištrinti duomenis naudotojo {userid} įrenginiuose", "Fully delete {userid}'s account including all their personal files, app data, etc." : "Pilnai ištrinta {userid} paskyra, įskaitant visus asmeninius failus, programos duomenis ir pan. ", "Account deletion" : "Paskyros ištrynimas", - "Delete {userid}'s account" : "Ištrinti naudtojo {userid} paskyrą", + "Delete {userid}'s account" : "Ištrinti naudotojo {userid} paskyrą", "Welcome mail sent!" : "Pasveikinimo laiškas išsiųstas!", "Toggle user actions menu" : "Perjungti vartotojo veiksmų meniu ", "Done" : "Atlikta", |