diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 98cce0af46b..538b7d682e7 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -234,6 +234,8 @@ OC.L10N.register( "Could not rename part file to final file, canceled by hook" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen, wurde durch einen Hook abgebrochen", "Could not rename part file to final file" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen", "Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s", + "Could not open file: %1$s (%2$d), file does seem to exist" : "Datei konnte nicht geöffnet werden: %1$s (%2$d), Datei scheint aber zu existieren", + "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Datei konnte nicht geöffnet werden: %1$s (%2$d), Datei scheint nicht zu existieren", "Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s", "Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s", "Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 180e46707f7..f5f30bc1280 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -232,6 +232,8 @@ "Could not rename part file to final file, canceled by hook" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen, wurde durch einen Hook abgebrochen", "Could not rename part file to final file" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen", "Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s", + "Could not open file: %1$s (%2$d), file does seem to exist" : "Datei konnte nicht geöffnet werden: %1$s (%2$d), Datei scheint aber zu existieren", + "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Datei konnte nicht geöffnet werden: %1$s (%2$d), Datei scheint nicht zu existieren", "Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s", "Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s", "Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s", diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js index 6342bf455a3..0871d3f9f52 100644 --- a/apps/dav/l10n/de_DE.js +++ b/apps/dav/l10n/de_DE.js @@ -234,6 +234,8 @@ OC.L10N.register( "Could not rename part file to final file, canceled by hook" : "Konnte Teildatei nicht in endgültige Datei umbenennen, wurde durch Hook abgebrochen.", "Could not rename part file to final file" : "Konnte Teildatei nicht in endgültige Datei umbenennen", "Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s", + "Could not open file: %1$s (%2$d), file does seem to exist" : "Datei konnte nicht geöffnet werden: %1$s (%2$d), Datei scheint aber zu existieren", + "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Datei konnte nicht geöffnet werden: %1$s (%2$d), Datei scheint nicht zu existieren", "Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s", "Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s", "Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s", diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json index e1dc9ecc4f3..030f36773dd 100644 --- a/apps/dav/l10n/de_DE.json +++ b/apps/dav/l10n/de_DE.json @@ -232,6 +232,8 @@ "Could not rename part file to final file, canceled by hook" : "Konnte Teildatei nicht in endgültige Datei umbenennen, wurde durch Hook abgebrochen.", "Could not rename part file to final file" : "Konnte Teildatei nicht in endgültige Datei umbenennen", "Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s", + "Could not open file: %1$s (%2$d), file does seem to exist" : "Datei konnte nicht geöffnet werden: %1$s (%2$d), Datei scheint aber zu existieren", + "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Datei konnte nicht geöffnet werden: %1$s (%2$d), Datei scheint nicht zu existieren", "Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s", "Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s", "Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s", diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index 8a24e69b62d..2653fbf990b 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -234,6 +234,8 @@ OC.L10N.register( "Could not rename part file to final file, canceled by hook" : "Não foi possível renomear o arquivo de peça para o arquivo final, cancelado pelo hook", "Could not rename part file to final file" : "Não foi possível renomear o arquivo de peça para o arquivo final", "Failed to check file size: %1$s" : "Falha ao verificar o tamanho do arquivo: %1$s", + "Could not open file: %1$s (%2$d), file does seem to exist" : "Não foi possível abrir o arquivo: %1$s (%2$d), o arquivo parece existir", + "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Não foi possível abrir o arquivo: %1$s (%2$d), o arquivo parece não existir", "Encryption not ready: %1$s" : "A criptografia não está pronta: %1$s", "Failed to open file: %1$s" : "Falha ao abrir arquivo: %1$s", "Failed to unlink: %1$s" : "Falha ao desvincular: %1$s", diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json index a673450d2f9..951f829a985 100644 --- a/apps/dav/l10n/pt_BR.json +++ b/apps/dav/l10n/pt_BR.json @@ -232,6 +232,8 @@ "Could not rename part file to final file, canceled by hook" : "Não foi possível renomear o arquivo de peça para o arquivo final, cancelado pelo hook", "Could not rename part file to final file" : "Não foi possível renomear o arquivo de peça para o arquivo final", "Failed to check file size: %1$s" : "Falha ao verificar o tamanho do arquivo: %1$s", + "Could not open file: %1$s (%2$d), file does seem to exist" : "Não foi possível abrir o arquivo: %1$s (%2$d), o arquivo parece existir", + "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Não foi possível abrir o arquivo: %1$s (%2$d), o arquivo parece não existir", "Encryption not ready: %1$s" : "A criptografia não está pronta: %1$s", "Failed to open file: %1$s" : "Falha ao abrir arquivo: %1$s", "Failed to unlink: %1$s" : "Falha ao desvincular: %1$s", diff --git a/apps/dav/l10n/zh_HK.js b/apps/dav/l10n/zh_HK.js index d6adcf57393..3772814415e 100644 --- a/apps/dav/l10n/zh_HK.js +++ b/apps/dav/l10n/zh_HK.js @@ -234,6 +234,8 @@ OC.L10N.register( "Could not rename part file to final file, canceled by hook" : "無法將部份檔案重新命名為最終檔案,被掛勾取消", "Could not rename part file to final file" : "無法將部份檔案重新命名為最終檔案", "Failed to check file size: %1$s" : "檢查檔案大小失敗:%1$s", + "Could not open file: %1$s (%2$d), file does seem to exist" : "無法開啟檔案:%1$s(%2$d),檔案似乎存在", + "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "無法開啟檔案:%1$s(%2$d),檔案似乎不存在", "Encryption not ready: %1$s" : "尚未準備好加密:%1$s", "Failed to open file: %1$s" : "開啟檔案失敗:%1$s", "Failed to unlink: %1$s" : "解除連結失敗:%1$s", diff --git a/apps/dav/l10n/zh_HK.json b/apps/dav/l10n/zh_HK.json index ac89911e4ee..f0ea003bbe7 100644 --- a/apps/dav/l10n/zh_HK.json +++ b/apps/dav/l10n/zh_HK.json @@ -232,6 +232,8 @@ "Could not rename part file to final file, canceled by hook" : "無法將部份檔案重新命名為最終檔案,被掛勾取消", "Could not rename part file to final file" : "無法將部份檔案重新命名為最終檔案", "Failed to check file size: %1$s" : "檢查檔案大小失敗:%1$s", + "Could not open file: %1$s (%2$d), file does seem to exist" : "無法開啟檔案:%1$s(%2$d),檔案似乎存在", + "Could not open file: %1$s (%2$d), file doesn't seem to exist" : "無法開啟檔案:%1$s(%2$d),檔案似乎不存在", "Encryption not ready: %1$s" : "尚未準備好加密:%1$s", "Failed to open file: %1$s" : "開啟檔案失敗:%1$s", "Failed to unlink: %1$s" : "解除連結失敗:%1$s", diff --git a/apps/files_external/l10n/de.js b/apps/files_external/l10n/de.js index 9f53630e9d6..79e9ab03a58 100644 --- a/apps/files_external/l10n/de.js +++ b/apps/files_external/l10n/de.js @@ -53,13 +53,14 @@ OC.L10N.register( "Bucket" : "Bucket", "Hostname" : "Host-Name", "Port" : "Port", - "Proxy" : "Benötigt keine Übersetzung. Für Android wird nur die formelle Übersetzung verwendet (de_DE).", + "Proxy" : "Proxy", "Region" : "Region", "Storage Class" : "Speicherklasse", "Enable SSL" : "SSL aktivieren", "Enable Path Style" : "Pfad-Stil aktivieren", "Legacy (v2) authentication" : "Legacy-Authentifizierung (V2)", "Enable multipart copy" : "Multipart-Kopieren aktivieren", + "Use presigned S3 url" : "Vorsignierte S3-URL verwenden", "SSE-C encryption key" : "SSE-C-Schlüssel", "WebDAV" : "WebDAV", "URL" : "URL", diff --git a/apps/files_external/l10n/de.json b/apps/files_external/l10n/de.json index 108749e3d72..bab6f5ee2b4 100644 --- a/apps/files_external/l10n/de.json +++ b/apps/files_external/l10n/de.json @@ -51,13 +51,14 @@ "Bucket" : "Bucket", "Hostname" : "Host-Name", "Port" : "Port", - "Proxy" : "Benötigt keine Übersetzung. Für Android wird nur die formelle Übersetzung verwendet (de_DE).", + "Proxy" : "Proxy", "Region" : "Region", "Storage Class" : "Speicherklasse", "Enable SSL" : "SSL aktivieren", "Enable Path Style" : "Pfad-Stil aktivieren", "Legacy (v2) authentication" : "Legacy-Authentifizierung (V2)", "Enable multipart copy" : "Multipart-Kopieren aktivieren", + "Use presigned S3 url" : "Vorsignierte S3-URL verwenden", "SSE-C encryption key" : "SSE-C-Schlüssel", "WebDAV" : "WebDAV", "URL" : "URL", diff --git a/apps/files_external/l10n/de_DE.js b/apps/files_external/l10n/de_DE.js index 334b0a925f1..7787890c0fe 100644 --- a/apps/files_external/l10n/de_DE.js +++ b/apps/files_external/l10n/de_DE.js @@ -60,6 +60,7 @@ OC.L10N.register( "Enable Path Style" : "Pfadstil aktivieren", "Legacy (v2) authentication" : "Legacy-Authentifizierung (V2)", "Enable multipart copy" : "Multipart-Kopieren aktivieren", + "Use presigned S3 url" : "Vorsignierte S3-URL verwenden", "SSE-C encryption key" : "SSE-C-Schlüssel", "WebDAV" : "WebDAV", "URL" : "URL", diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json index 75fe2b0e955..d9c792f18ea 100644 --- a/apps/files_external/l10n/de_DE.json +++ b/apps/files_external/l10n/de_DE.json @@ -58,6 +58,7 @@ "Enable Path Style" : "Pfadstil aktivieren", "Legacy (v2) authentication" : "Legacy-Authentifizierung (V2)", "Enable multipart copy" : "Multipart-Kopieren aktivieren", + "Use presigned S3 url" : "Vorsignierte S3-URL verwenden", "SSE-C encryption key" : "SSE-C-Schlüssel", "WebDAV" : "WebDAV", "URL" : "URL", diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 05374bba24d..19a50664a98 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -60,6 +60,7 @@ OC.L10N.register( "Enable Path Style" : "Ativar Estilo do Caminho", "Legacy (v2) authentication" : "Autenticação (v2) herdada", "Enable multipart copy" : "Habilitar cópia multiparte", + "Use presigned S3 url" : "Usar URL S3 pré-assinado", "SSE-C encryption key" : "Chave de criptografia SSE-C", "WebDAV" : "WebDAV", "URL" : "URL", diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json index 3a02f2080c3..a7c6d749d1e 100644 --- a/apps/files_external/l10n/pt_BR.json +++ b/apps/files_external/l10n/pt_BR.json @@ -58,6 +58,7 @@ "Enable Path Style" : "Ativar Estilo do Caminho", "Legacy (v2) authentication" : "Autenticação (v2) herdada", "Enable multipart copy" : "Habilitar cópia multiparte", + "Use presigned S3 url" : "Usar URL S3 pré-assinado", "SSE-C encryption key" : "Chave de criptografia SSE-C", "WebDAV" : "WebDAV", "URL" : "URL", diff --git a/apps/files_external/l10n/zh_HK.js b/apps/files_external/l10n/zh_HK.js index d38ba335f51..897977b9c9a 100644 --- a/apps/files_external/l10n/zh_HK.js +++ b/apps/files_external/l10n/zh_HK.js @@ -53,13 +53,14 @@ OC.L10N.register( "Bucket" : "Bucket", "Hostname" : "主機名稱", "Port" : "連接埠", - "Proxy" : "proxy代理", + "Proxy" : "代理伺服器", "Region" : "地區", "Storage Class" : "儲存類型", "Enable SSL" : "啟用 SSL", "Enable Path Style" : "啟用路徑格式", "Legacy (v2) authentication" : "Legacy(v2)驗證", "Enable multipart copy" : "啟用多部份複製", + "Use presigned S3 url" : "使用預先簽署的 S3 URL", "SSE-C encryption key" : "SSE-C 加密密鑰", "WebDAV" : "WebDAV", "URL" : "URL", diff --git a/apps/files_external/l10n/zh_HK.json b/apps/files_external/l10n/zh_HK.json index b7ddb12728e..d3017de9478 100644 --- a/apps/files_external/l10n/zh_HK.json +++ b/apps/files_external/l10n/zh_HK.json @@ -51,13 +51,14 @@ "Bucket" : "Bucket", "Hostname" : "主機名稱", "Port" : "連接埠", - "Proxy" : "proxy代理", + "Proxy" : "代理伺服器", "Region" : "地區", "Storage Class" : "儲存類型", "Enable SSL" : "啟用 SSL", "Enable Path Style" : "啟用路徑格式", "Legacy (v2) authentication" : "Legacy(v2)驗證", "Enable multipart copy" : "啟用多部份複製", + "Use presigned S3 url" : "使用預先簽署的 S3 URL", "SSE-C encryption key" : "SSE-C 加密密鑰", "WebDAV" : "WebDAV", "URL" : "URL", diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 69107116bae..2a6de2fd5c2 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -321,7 +321,7 @@ OC.L10N.register( "_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["No hay tareas programadas en el último día.","No hay tareas programadas en los últimos %n días.","No hay tareas programadas en los últimos %n días."], "_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["La velocidad de recogida de tareas ha sido aceptable en el último día.","La velocidad de recogida de tareas ha sido aceptable en los últimos %n días.","La velocidad de recogida de tareas ha sido aceptable en los últimos %n días."], "_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["La velocidad de procesamiento de tareas ha sido lenta en el último día. Muchas tareas tardaron más de 4 minutos en procesarse. Considere configurar un worker para procesar tareas en segundo plano.","La velocidad de procesamiento de tareas ha sido lenta en los últimos %n días. Muchas tareas tardaron más de 4 minutos en procesarse. Considere configurar un worker para procesar tareas en segundo plano.","La velocidad de procesamiento de tareas ha sido lenta en los últimos %n días. Muchas tareas tardaron más de 4 minutos en procesarse. Considere configurar un worker para procesar tareas en segundo plano."], - "_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["La mayoría de las tareas se realizaron con éxito en el último día.","La mayoría de las tareas se realizaron con éxito en los últimos %n días.","La mayoría de las tareas se realizaron con éxito en los últimos %n días."], + "_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["La mayoría de las tareas finalizaron con éxito en el último día.","La mayoría de las tareas finalizaron con éxito en los últimos %n días.","La mayoría de las tareas finalizaron con éxito en los últimos %n días."], "_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Muchas tareas fallaron en el último día. Considere revisar el registro de NextCloud para detectar errores e investigar si las aplicaciones del proveedor de IA se configuraron correctamente.","Muchas tareas fallaron en los últimos %n días. Considere revisar el registro de NextCloud para detectar errores e investigar si las aplicaciones del proveedor de IA se configuraron correctamente.","Muchas tareas fallaron en los últimos %n días. Considere revisar el registro de NextCloud para detectar errores e investigar si las aplicaciones del proveedor de IA se configuraron correctamente."], "Temporary space available" : "Espacio temporal disponible", "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Hubo un problema al verificar la ruta temporal de PHP - no fue apropiadamente establecida a un directorio. Valor de retorno: %s", @@ -385,10 +385,10 @@ OC.L10N.register( "Allow users to set custom share link tokens" : "Permitir a los usuarios definir un token personalizado en sus enlaces de recurso compartido", "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Los recursos compartidos con tokens personalizados seguirán siendo accesibles después de deshabilitar esta opción.", "Shares with guessable tokens may be accessed easily" : "Los recursos compartidos con tokens fáciles de adivinar podrían ser accedidos fácilmente", - "Limit sharing based on groups" : "Limitar el compartir basándose en grupos", + "Limit sharing based on groups" : "Limitación de compartir basado en grupos", "Allow sharing for everyone (default)" : "Permitir compartir a cualquiera (predeterminado)", - "Exclude some groups from sharing" : "Excluir algunos grupos de compartir", - "Limit sharing to some groups" : "Limitar el compartir a algunos grupos", + "Exclude some groups from sharing" : "Excluir algunos grupos", + "Limit sharing to some groups" : "Permitir a algunos grupos", "Groups allowed to share" : "Grupos que tienen permitido compartir", "Groups excluded from sharing" : "Grupos que no tienen permitido compartir", "Not allowed groups will still be able to receive shares, but not to initiate them." : "Los grupos no permitidos aún podrán recibir recursos compartidos, pero no los podrán iniciar.", @@ -412,6 +412,7 @@ OC.L10N.register( "Allow autocompletion to full match when entering the full name (ignoring restrictions like group membership or missing phonebook match)" : "Permitir al autocompletado a que se haga una coincidencia entera cuando se ingresa el nombre completo (ignorando así las restricciones de membresía a grupos o una coincidencia inexistente en el directorio telefónico)", "Full match autocompletion restrictions" : "Restricciones de autocompletado para coincidencias completas", "Also allow autocompletion on full match of the user ID" : "También permitir el autocompletado en caso de coincidencia completa del ID de usuario", + "Also allow autocompletion on full match of the display name" : "Permitir también el autocompletado cuando coincida totalmente el nombre que se muestra", "Also allow autocompletion on full match of the user email" : "También permitir el autocompletado al hacer una coincidencia completa del correo electrónico del usuario", "Do not use second user displayname for full match" : "No utilizar el segundo nombre mostrado del usuario para hacer una coincidencia completa", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar texto de aviso en la página de subida de enlace público (solo se muestra cuando la lista de archivos está oculta)", @@ -819,7 +820,7 @@ OC.L10N.register( "No devices configured." : "No hay dispositivos configurados.", "The following devices are configured for your account:" : "Los siguientes dispositivos están configurados para su cuenta:", "Your browser does not support WebAuthn." : "Su navegador no soporta WebAuthn.", - "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Por favor chequee a fondo las {linkStartInstallationGuides} guías de instalación {linkEnd}, y verifique cualesquiera errores o advertencias en el {linkStartLog} registro {linkEnd}. ", + "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Por favor compruebe a fondo las {linkStartInstallationGuides} guías de instalación {linkEnd}, y verifique cualquier error o advertencias del {linkStartLog} registro {linkEnd}. ", "Check the security of your {productName} over {linkStart}our security scan{linkEnd}." : "Verifique la seguridad de su {productName} usando {linkStart} nuestro escaneo de seguridad {linkEnd}.", "Security & setup warnings" : "Avisos de seguridad y configuración", "It is important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Es importante para la seguridad y rendimiento de su instancia que todo esté correctamente configurado. Para ayudarle en ello estamos haciendo algunas comprobaciones automáticas. Para más información, por favor compruebe la documentación enlazada.", diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index a2b6e569069..50eec50ee9a 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -319,7 +319,7 @@ "_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["No hay tareas programadas en el último día.","No hay tareas programadas en los últimos %n días.","No hay tareas programadas en los últimos %n días."], "_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["La velocidad de recogida de tareas ha sido aceptable en el último día.","La velocidad de recogida de tareas ha sido aceptable en los últimos %n días.","La velocidad de recogida de tareas ha sido aceptable en los últimos %n días."], "_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["La velocidad de procesamiento de tareas ha sido lenta en el último día. Muchas tareas tardaron más de 4 minutos en procesarse. Considere configurar un worker para procesar tareas en segundo plano.","La velocidad de procesamiento de tareas ha sido lenta en los últimos %n días. Muchas tareas tardaron más de 4 minutos en procesarse. Considere configurar un worker para procesar tareas en segundo plano.","La velocidad de procesamiento de tareas ha sido lenta en los últimos %n días. Muchas tareas tardaron más de 4 minutos en procesarse. Considere configurar un worker para procesar tareas en segundo plano."], - "_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["La mayoría de las tareas se realizaron con éxito en el último día.","La mayoría de las tareas se realizaron con éxito en los últimos %n días.","La mayoría de las tareas se realizaron con éxito en los últimos %n días."], + "_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["La mayoría de las tareas finalizaron con éxito en el último día.","La mayoría de las tareas finalizaron con éxito en los últimos %n días.","La mayoría de las tareas finalizaron con éxito en los últimos %n días."], "_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Muchas tareas fallaron en el último día. Considere revisar el registro de NextCloud para detectar errores e investigar si las aplicaciones del proveedor de IA se configuraron correctamente.","Muchas tareas fallaron en los últimos %n días. Considere revisar el registro de NextCloud para detectar errores e investigar si las aplicaciones del proveedor de IA se configuraron correctamente.","Muchas tareas fallaron en los últimos %n días. Considere revisar el registro de NextCloud para detectar errores e investigar si las aplicaciones del proveedor de IA se configuraron correctamente."], "Temporary space available" : "Espacio temporal disponible", "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Hubo un problema al verificar la ruta temporal de PHP - no fue apropiadamente establecida a un directorio. Valor de retorno: %s", @@ -383,10 +383,10 @@ "Allow users to set custom share link tokens" : "Permitir a los usuarios definir un token personalizado en sus enlaces de recurso compartido", "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Los recursos compartidos con tokens personalizados seguirán siendo accesibles después de deshabilitar esta opción.", "Shares with guessable tokens may be accessed easily" : "Los recursos compartidos con tokens fáciles de adivinar podrían ser accedidos fácilmente", - "Limit sharing based on groups" : "Limitar el compartir basándose en grupos", + "Limit sharing based on groups" : "Limitación de compartir basado en grupos", "Allow sharing for everyone (default)" : "Permitir compartir a cualquiera (predeterminado)", - "Exclude some groups from sharing" : "Excluir algunos grupos de compartir", - "Limit sharing to some groups" : "Limitar el compartir a algunos grupos", + "Exclude some groups from sharing" : "Excluir algunos grupos", + "Limit sharing to some groups" : "Permitir a algunos grupos", "Groups allowed to share" : "Grupos que tienen permitido compartir", "Groups excluded from sharing" : "Grupos que no tienen permitido compartir", "Not allowed groups will still be able to receive shares, but not to initiate them." : "Los grupos no permitidos aún podrán recibir recursos compartidos, pero no los podrán iniciar.", @@ -410,6 +410,7 @@ "Allow autocompletion to full match when entering the full name (ignoring restrictions like group membership or missing phonebook match)" : "Permitir al autocompletado a que se haga una coincidencia entera cuando se ingresa el nombre completo (ignorando así las restricciones de membresía a grupos o una coincidencia inexistente en el directorio telefónico)", "Full match autocompletion restrictions" : "Restricciones de autocompletado para coincidencias completas", "Also allow autocompletion on full match of the user ID" : "También permitir el autocompletado en caso de coincidencia completa del ID de usuario", + "Also allow autocompletion on full match of the display name" : "Permitir también el autocompletado cuando coincida totalmente el nombre que se muestra", "Also allow autocompletion on full match of the user email" : "También permitir el autocompletado al hacer una coincidencia completa del correo electrónico del usuario", "Do not use second user displayname for full match" : "No utilizar el segundo nombre mostrado del usuario para hacer una coincidencia completa", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar texto de aviso en la página de subida de enlace público (solo se muestra cuando la lista de archivos está oculta)", @@ -817,7 +818,7 @@ "No devices configured." : "No hay dispositivos configurados.", "The following devices are configured for your account:" : "Los siguientes dispositivos están configurados para su cuenta:", "Your browser does not support WebAuthn." : "Su navegador no soporta WebAuthn.", - "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Por favor chequee a fondo las {linkStartInstallationGuides} guías de instalación {linkEnd}, y verifique cualesquiera errores o advertencias en el {linkStartLog} registro {linkEnd}. ", + "Please double check the {linkStartInstallationGuides}installation guides{linkEnd}, and check for any errors or warnings in the {linkStartLog}log{linkEnd}." : "Por favor compruebe a fondo las {linkStartInstallationGuides} guías de instalación {linkEnd}, y verifique cualquier error o advertencias del {linkStartLog} registro {linkEnd}. ", "Check the security of your {productName} over {linkStart}our security scan{linkEnd}." : "Verifique la seguridad de su {productName} usando {linkStart} nuestro escaneo de seguridad {linkEnd}.", "Security & setup warnings" : "Avisos de seguridad y configuración", "It is important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Es importante para la seguridad y rendimiento de su instancia que todo esté correctamente configurado. Para ayudarle en ello estamos haciendo algunas comprobaciones automáticas. Para más información, por favor compruebe la documentación enlazada.",