fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2026-05-29 00:23:39 +00:00
parent e29038414d
commit 0466856093
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
90 changed files with 238 additions and 126 deletions

View file

@ -1,16 +1,31 @@
OC.L10N.register(
"appstore",
{
"App store" : "Tenda de aplicacións",
"Apps" : "Aplicacións",
"Nextcloud Appstore" : "Tenda de aplicacións de Nextcloud",
"App name" : "Nome da aplicación",
"Version" : "Versión",
"Support level" : "Nivel de soporte",
"Groups" : "Grupos",
"Actions" : "Accións",
"Show details" : "Amosar os detalles",
"is loading…" : "está cargando…",
"Filter view" : "Filtrar vista",
"Grid size" : "Tamaño da grella",
"Small grid size" : "Tamaño de grella pequeno",
"Medium grid size" : "Tamaño de grella mediano",
"Large grid size" : "Tamaño de grella grande",
"Show incompatible" : "Mostrar incompatibles",
"Grid view" : "Ver como grade",
"Force enable {suite}?" : "Forzar a activación de {suite}?",
"Enabling {suite} requires force enabling the app. This may cause issues with your Nextcloud instance. Are you sure you want to proceed?" : "Activar {suite} require forzar a activación da aplicación. Isto pode causar problemas coa túa instancia de Nextcloud. Seguro que queres continuar?",
"Force enable" : "Forzar a activación",
"Cancel" : "Cancelar",
"Office suite switching is managed through the Nextcloud All-in-One interface." : "O cambio de suite de oficina xestionase a través da interface Todo-en-Un de Nextcloud (AIO).",
"Please use the AIO interface to switch between office suites." : "Empregue a interface AIO para cambiar entre suites de oficina.",
"Select your preferred office suite." : "Selecciona a túa suite ofimática preferida.",
"Please note that installing requires manual server setup." : "Ten en conta que a instalación require unha configuración manual do servidor.",
"Disable office suites" : "Desactivar as suites de oficina",
"installed" : "instalado",
"Features" : "Características",
@ -53,10 +68,14 @@ OC.L10N.register(
"Developer documentation" : "Documentación para desenvolvedores",
"Details" : "Detalles",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Non é posíbel instalar esta aplicación por mor de non cumprirse as dependencias:",
"Missing dependencies" : "Dependencias que faltan",
"This app cannot be limited to groups because it provides functionality that is executed before group membership is determined." : "Esta aplicación non pode limitarse a grupos porque proporciona funcionalidade que se executa antes de que se determine a pertenza ao grupo.",
"Limited to groups" : "Limitada a grupos",
"Latest updated" : "Última actualización",
"Author" : "Autor",
"Categories" : "Categorías",
"Resources" : "Recursos",
"Documentation resources" : "Recursos de documentación",
"Changelog" : "Notas da versión",
"Supported" : "Con asistencia",
"Featured" : "Destacada",
@ -75,8 +94,11 @@ OC.L10N.register(
"Choose slide to display" : "Escolla a diapositiva que quere amosar",
"{index} of {total}" : "{index} de {total}",
"Limit to groups" : "Limitar a grupos",
"Restrict the usage of {app} to members of the following groups." : "Restrinxir o uso de {app} aos membros dos seguintes grupos.",
"Reset limitation" : "Restablecer a limitación",
"Save" : "Gardar",
"Loading app list" : "Cargando a lista de aplicacións",
"No matching apps found" : "Non se atoparon aplicacións coincidentes",
"Search everywhere" : "Buscar en todos os sitios",
"Download and enable all" : "Descargar e activar todo",
"Could not load app discover section" : "Non foi posíbel cargar a sección de achado de aplicacións",
@ -85,14 +107,25 @@ OC.L10N.register(
"Could not load section content from app store." : "Non foi posíbel cargar o contido da sección da tenda de aplicacións.",
"Loading" : "Cargando",
"Fetching the latest news…" : "Recuperando as últimas novas…",
"Appstore categories" : "Categorías da tenda de aplicacións",
"Search apps…" : "Buscar aplicacións…",
"Loading categories" : "Cargando categorías",
"Please enter more characters to search." : "Introduce máis caracteres para buscar.",
"Search apps" : "Buscar aplicacións",
"Version {version}, {license}-licensed" : "Versión {version}, con licenza {license}",
"Version {version}" : "Versión {version}",
"Disable" : "Desactivar",
"Enable" : "Activar",
"Deploy and enable" : "Despregar e activar",
"Download and enable" : "Descargar e activar",
"Install and enable" : "Instalar e activar",
"Deploy and force enable" : "Despregar e forzar a activación",
"Download and force enable" : "Descargar e forzar a activación",
"Install and force enable" : "Instalar e forzar a activación",
"Rate the app" : "Valore a aplicación",
"Report a bug" : "Informar dun fallo",
"Ask questions or discuss the app" : "Fai preguntas ou comenta a aplicación",
"Visit the website" : "Visitar o sitio web",
"Remove" : "Retirar",
"Update to {version}" : "Actualizar a {version}",
"Discover" : "Achar",
@ -103,6 +136,7 @@ OC.L10N.register(
"App bundles" : "Paquetes de aplicacións",
"Featured apps" : "Aplicacións destacadas",
"Supported apps" : "Aplicacións compatíbeis",
"Search results" : "Resultados da busca",
"Best Nextcloud integration" : "Mellor integración con Nextcloud",
"Open source" : "Código aberto",
"Good performance" : "Bo rendemento",
@ -114,6 +148,9 @@ OC.L10N.register(
"Best performance" : "Mellor rendemento",
"Limited ODF compatibility" : "Compatibilidade limitada con ODF",
"Best Microsoft compatibility" : "Mellor compatibilidade con Microsoft",
"Could not load app categories. Please try again later." : "Non foi posible cargar as categorías de aplicacións. Téntao de novo máis tarde.",
"Could not load apps list. Please try again later." : "Non foi posible cargar a lista de aplicacións. Téntao de novo máis tarde.",
"Could not update the app. Please try again later." : "Non foi posible actualizar a aplicación. Téntao de novo máis tarde.",
"An error occurred during the request. Unable to proceed." : "Produciuse un erro durante a solicitude. Non é posíbel continuar."
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,14 +1,29 @@
{ "translations": {
"App store" : "Tenda de aplicacións",
"Apps" : "Aplicacións",
"Nextcloud Appstore" : "Tenda de aplicacións de Nextcloud",
"App name" : "Nome da aplicación",
"Version" : "Versión",
"Support level" : "Nivel de soporte",
"Groups" : "Grupos",
"Actions" : "Accións",
"Show details" : "Amosar os detalles",
"is loading…" : "está cargando…",
"Filter view" : "Filtrar vista",
"Grid size" : "Tamaño da grella",
"Small grid size" : "Tamaño de grella pequeno",
"Medium grid size" : "Tamaño de grella mediano",
"Large grid size" : "Tamaño de grella grande",
"Show incompatible" : "Mostrar incompatibles",
"Grid view" : "Ver como grade",
"Force enable {suite}?" : "Forzar a activación de {suite}?",
"Enabling {suite} requires force enabling the app. This may cause issues with your Nextcloud instance. Are you sure you want to proceed?" : "Activar {suite} require forzar a activación da aplicación. Isto pode causar problemas coa túa instancia de Nextcloud. Seguro que queres continuar?",
"Force enable" : "Forzar a activación",
"Cancel" : "Cancelar",
"Office suite switching is managed through the Nextcloud All-in-One interface." : "O cambio de suite de oficina xestionase a través da interface Todo-en-Un de Nextcloud (AIO).",
"Please use the AIO interface to switch between office suites." : "Empregue a interface AIO para cambiar entre suites de oficina.",
"Select your preferred office suite." : "Selecciona a túa suite ofimática preferida.",
"Please note that installing requires manual server setup." : "Ten en conta que a instalación require unha configuración manual do servidor.",
"Disable office suites" : "Desactivar as suites de oficina",
"installed" : "instalado",
"Features" : "Características",
@ -51,10 +66,14 @@
"Developer documentation" : "Documentación para desenvolvedores",
"Details" : "Detalles",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Non é posíbel instalar esta aplicación por mor de non cumprirse as dependencias:",
"Missing dependencies" : "Dependencias que faltan",
"This app cannot be limited to groups because it provides functionality that is executed before group membership is determined." : "Esta aplicación non pode limitarse a grupos porque proporciona funcionalidade que se executa antes de que se determine a pertenza ao grupo.",
"Limited to groups" : "Limitada a grupos",
"Latest updated" : "Última actualización",
"Author" : "Autor",
"Categories" : "Categorías",
"Resources" : "Recursos",
"Documentation resources" : "Recursos de documentación",
"Changelog" : "Notas da versión",
"Supported" : "Con asistencia",
"Featured" : "Destacada",
@ -73,8 +92,11 @@
"Choose slide to display" : "Escolla a diapositiva que quere amosar",
"{index} of {total}" : "{index} de {total}",
"Limit to groups" : "Limitar a grupos",
"Restrict the usage of {app} to members of the following groups." : "Restrinxir o uso de {app} aos membros dos seguintes grupos.",
"Reset limitation" : "Restablecer a limitación",
"Save" : "Gardar",
"Loading app list" : "Cargando a lista de aplicacións",
"No matching apps found" : "Non se atoparon aplicacións coincidentes",
"Search everywhere" : "Buscar en todos os sitios",
"Download and enable all" : "Descargar e activar todo",
"Could not load app discover section" : "Non foi posíbel cargar a sección de achado de aplicacións",
@ -83,14 +105,25 @@
"Could not load section content from app store." : "Non foi posíbel cargar o contido da sección da tenda de aplicacións.",
"Loading" : "Cargando",
"Fetching the latest news…" : "Recuperando as últimas novas…",
"Appstore categories" : "Categorías da tenda de aplicacións",
"Search apps…" : "Buscar aplicacións…",
"Loading categories" : "Cargando categorías",
"Please enter more characters to search." : "Introduce máis caracteres para buscar.",
"Search apps" : "Buscar aplicacións",
"Version {version}, {license}-licensed" : "Versión {version}, con licenza {license}",
"Version {version}" : "Versión {version}",
"Disable" : "Desactivar",
"Enable" : "Activar",
"Deploy and enable" : "Despregar e activar",
"Download and enable" : "Descargar e activar",
"Install and enable" : "Instalar e activar",
"Deploy and force enable" : "Despregar e forzar a activación",
"Download and force enable" : "Descargar e forzar a activación",
"Install and force enable" : "Instalar e forzar a activación",
"Rate the app" : "Valore a aplicación",
"Report a bug" : "Informar dun fallo",
"Ask questions or discuss the app" : "Fai preguntas ou comenta a aplicación",
"Visit the website" : "Visitar o sitio web",
"Remove" : "Retirar",
"Update to {version}" : "Actualizar a {version}",
"Discover" : "Achar",
@ -101,6 +134,7 @@
"App bundles" : "Paquetes de aplicacións",
"Featured apps" : "Aplicacións destacadas",
"Supported apps" : "Aplicacións compatíbeis",
"Search results" : "Resultados da busca",
"Best Nextcloud integration" : "Mellor integración con Nextcloud",
"Open source" : "Código aberto",
"Good performance" : "Bo rendemento",
@ -112,6 +146,9 @@
"Best performance" : "Mellor rendemento",
"Limited ODF compatibility" : "Compatibilidade limitada con ODF",
"Best Microsoft compatibility" : "Mellor compatibilidade con Microsoft",
"Could not load app categories. Please try again later." : "Non foi posible cargar as categorías de aplicacións. Téntao de novo máis tarde.",
"Could not load apps list. Please try again later." : "Non foi posible cargar a lista de aplicacións. Téntao de novo máis tarde.",
"Could not update the app. Please try again later." : "Non foi posible actualizar a aplicación. Téntao de novo máis tarde.",
"An error occurred during the request. Unable to proceed." : "Produciuse un erro durante a solicitude. Non é posíbel continuar."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -242,6 +242,7 @@ OC.L10N.register(
"Failed to unlink: %1$s" : "Produciuse un erro ao desligar: %1$s",
"Failed to write file contents: %1$s" : "Produciuse un erro ao escribir o contido do ficheiro: %1$s",
"File not found: %1$s" : "Non se atopou o ficheiro: %1$s",
"Insufficient space" : "Espazo insuficiente",
"Invalid target path" : "A ruta de destino non é correcta",
"System is in maintenance mode." : "O sistema está en modo de mantemento.",
"Upgrade needed" : "É necesario anovar",
@ -253,6 +254,7 @@ OC.L10N.register(
"Completed on %s" : "Rematado o %s",
"Due on %s by %s" : "Caduca o %s por %s",
"Due on %s" : "Caduca o %s",
"This is an example contact" : "Este é un contacto de exemplo",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Dámoslle a benvida ao Calendario de Nextcloud!\n\nEste é un evento de mostra: examina a flexibilidade da planificación co calendario de Nextcloud facendo os cambios que queiras!\n\nCo calendario de Nextcloud, podes:\n- Crear, editar e xestionar eventos sen esforzo.\n- Crear varios calendarios e compartilos con compañeiros de equipo, amigos ou familiares.\n- Comprobar a dispoñibilidade e amosar a ocupación das súas horas a outras persoas.\n- Integración perfecta con aplicacións e dispositivos a través de CalDAV.\n- Personalizar a súa experiencia: planificar eventos recorrentes, axustar as notificacións e outros axustes.",
"Example event - open me!" : "Exemplo de evento: Ábreme!",
"System Address Book" : "Caderno de enderezos do sistema",

View file

@ -240,6 +240,7 @@
"Failed to unlink: %1$s" : "Produciuse un erro ao desligar: %1$s",
"Failed to write file contents: %1$s" : "Produciuse un erro ao escribir o contido do ficheiro: %1$s",
"File not found: %1$s" : "Non se atopou o ficheiro: %1$s",
"Insufficient space" : "Espazo insuficiente",
"Invalid target path" : "A ruta de destino non é correcta",
"System is in maintenance mode." : "O sistema está en modo de mantemento.",
"Upgrade needed" : "É necesario anovar",
@ -251,6 +252,7 @@
"Completed on %s" : "Rematado o %s",
"Due on %s by %s" : "Caduca o %s por %s",
"Due on %s" : "Caduca o %s",
"This is an example contact" : "Este é un contacto de exemplo",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Dámoslle a benvida ao Calendario de Nextcloud!\n\nEste é un evento de mostra: examina a flexibilidade da planificación co calendario de Nextcloud facendo os cambios que queiras!\n\nCo calendario de Nextcloud, podes:\n- Crear, editar e xestionar eventos sen esforzo.\n- Crear varios calendarios e compartilos con compañeiros de equipo, amigos ou familiares.\n- Comprobar a dispoñibilidade e amosar a ocupación das súas horas a outras persoas.\n- Integración perfecta con aplicacións e dispositivos a través de CalDAV.\n- Personalizar a súa experiencia: planificar eventos recorrentes, axustar as notificacións e outros axustes.",
"Example event - open me!" : "Exemplo de evento: Ábreme!",
"System Address Book" : "Caderno de enderezos do sistema",

View file

@ -216,13 +216,21 @@ OC.L10N.register(
"Submitting fields …" : "Enviando os campos...",
"Submit" : "Enviar",
"Choose a file or folder to transfer" : "Escolla un ficheiro ou cartafol para transferir",
"Transfer \"{path}\"" : "Transferir \"{path}\"",
"Select file or folder" : "Seleccionar ficheiro ou cartafol",
"Transfer" : "Transferencia",
"Transfer {path} to {userid}" : "Transferir {path} cara a {userid}",
"Error while opening file picker for transfer ownership" : "Produciuse un erro ao abrir o selector de ficheiros para a transferencia de propiedade",
"Error while searching for users" : "Produciuse un erro ao buscar usuarios",
"Ownership transfer request sent" : "Enviouse solicitude de transferencia da propiedade",
"Cannot transfer ownership of a file or folder you do not own" : "Non é posíbel transferir a propiedade dun ficheiro ou cartafol do que non es o propietario",
"Error while sending ownership transfer request" : "Produciuse un erro ao enviar a solicitude de transferencia de propiedade",
"Transfer ownership of a file or folder" : "Transferencia da propiedade dun ficheiro ou cartafol",
"File or folder to transfer" : "Ficheiro ou cartafol a transferir",
"No file or folder selected" : "Non se seleccionou ningún ficheiro nin cartafol",
"New owner" : "Novo propietario",
"You need to select a file or folder to transfer ownership." : "Tes que seleccionar un ficheiro ou cartafol para transferir a propiedade.",
"You need to select a new owner for the file or folder." : "You need to select a new owner for the file or folder.",
"Keep {old}" : "Conservar {old}",
"Keep without extension" : "Conservar sen extensión",
"Use {new}" : "Empregar {new}",
@ -317,7 +325,9 @@ OC.L10N.register(
"The files are locked" : "Os ficheiros están bloqueados",
"The file does not exist anymore" : "O ficheiro xa non existe",
"Moving \"{source}\" to \"{destination}\" …" : "Movendo «{source}» a «{destination}»…",
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Movendo %n ficheiro a \"{destination}\" …","Movendo %n ficheiros a \"{destination}\" …"],
"Copying \"{source}\" to \"{destination}\" …" : "Copiando «{source}» en «{destination}»…",
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Copiando %n ficheiro a \"{destination}\" …","Copiando %n ficheiros a \"{destination}\" …"],
"Choose destination" : "Escoller o destino",
"Copy to {target}" : "Copiar en {target}",
"Move to {target}" : "Mover a {target}",

View file

@ -214,13 +214,21 @@
"Submitting fields …" : "Enviando os campos...",
"Submit" : "Enviar",
"Choose a file or folder to transfer" : "Escolla un ficheiro ou cartafol para transferir",
"Transfer \"{path}\"" : "Transferir \"{path}\"",
"Select file or folder" : "Seleccionar ficheiro ou cartafol",
"Transfer" : "Transferencia",
"Transfer {path} to {userid}" : "Transferir {path} cara a {userid}",
"Error while opening file picker for transfer ownership" : "Produciuse un erro ao abrir o selector de ficheiros para a transferencia de propiedade",
"Error while searching for users" : "Produciuse un erro ao buscar usuarios",
"Ownership transfer request sent" : "Enviouse solicitude de transferencia da propiedade",
"Cannot transfer ownership of a file or folder you do not own" : "Non é posíbel transferir a propiedade dun ficheiro ou cartafol do que non es o propietario",
"Error while sending ownership transfer request" : "Produciuse un erro ao enviar a solicitude de transferencia de propiedade",
"Transfer ownership of a file or folder" : "Transferencia da propiedade dun ficheiro ou cartafol",
"File or folder to transfer" : "Ficheiro ou cartafol a transferir",
"No file or folder selected" : "Non se seleccionou ningún ficheiro nin cartafol",
"New owner" : "Novo propietario",
"You need to select a file or folder to transfer ownership." : "Tes que seleccionar un ficheiro ou cartafol para transferir a propiedade.",
"You need to select a new owner for the file or folder." : "You need to select a new owner for the file or folder.",
"Keep {old}" : "Conservar {old}",
"Keep without extension" : "Conservar sen extensión",
"Use {new}" : "Empregar {new}",
@ -315,7 +323,9 @@
"The files are locked" : "Os ficheiros están bloqueados",
"The file does not exist anymore" : "O ficheiro xa non existe",
"Moving \"{source}\" to \"{destination}\" …" : "Movendo «{source}» a «{destination}»…",
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Movendo %n ficheiro a \"{destination}\" …","Movendo %n ficheiros a \"{destination}\" …"],
"Copying \"{source}\" to \"{destination}\" …" : "Copiando «{source}» en «{destination}»…",
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Copiando %n ficheiro a \"{destination}\" …","Copiando %n ficheiros a \"{destination}\" …"],
"Choose destination" : "Escoller o destino",
"Copy to {target}" : "Copiar en {target}",
"Move to {target}" : "Mover a {target}",

View file

@ -325,7 +325,9 @@ OC.L10N.register(
"The files are locked" : "Файлы заблокированы",
"The file does not exist anymore" : "Файл больше не существует",
"Moving \"{source}\" to \"{destination}\" …" : "Перемещение \"{source}\" в \"{destination}\" …",
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Перемещение %n файла в \"{destination}\" …","Перемещение %n файлов в \"{destination}\" …","Перемещение %n файлов в \"{destination}\" …","Перемещение %n файлов в \"{destination}\" …"],
"Copying \"{source}\" to \"{destination}\" …" : "Копирование \"{source}\" в \"{destination}\" …",
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Копирование %n файла в \"{destination}\" …","Копирование %n файлов в \"{destination}\" …","Копирование %n файлов в \"{destination}\" …","Копирование %n файлов в \"{destination}\" …"],
"Choose destination" : "Выберите место назначения",
"Copy to {target}" : "Скопировать в «{target}»",
"Move to {target}" : "Переместить в «{target}»",

View file

@ -323,7 +323,9 @@
"The files are locked" : "Файлы заблокированы",
"The file does not exist anymore" : "Файл больше не существует",
"Moving \"{source}\" to \"{destination}\" …" : "Перемещение \"{source}\" в \"{destination}\" …",
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Перемещение %n файла в \"{destination}\" …","Перемещение %n файлов в \"{destination}\" …","Перемещение %n файлов в \"{destination}\" …","Перемещение %n файлов в \"{destination}\" …"],
"Copying \"{source}\" to \"{destination}\" …" : "Копирование \"{source}\" в \"{destination}\" …",
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Копирование %n файла в \"{destination}\" …","Копирование %n файлов в \"{destination}\" …","Копирование %n файлов в \"{destination}\" …","Копирование %n файлов в \"{destination}\" …"],
"Choose destination" : "Выберите место назначения",
"Copy to {target}" : "Скопировать в «{target}»",
"Move to {target}" : "Переместить в «{target}»",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Entfernter Unterordner",
"Secure https://" : "Sicheres https://",
"FTP / FTPS" : "FTP/FTPS",
"Host" : "Host",
"Secure ftps://" : "Sicherer ftps://",
"Local (server storage)" : "Lokal (Serverspeicher)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (SSH-Dateiübertragung)",
"Root" : "Root",
"SFTP with public key authentication" : "SFTP mit Public-Key-Authentifizierung",
"SMB / CIFS (Windows network share)" : "SMB/CIFS (Windows-Netzwerkfreigabe)",
"Share" : "Share",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Case sensitive file system" : "Groß- und Kleinschreibung beachtendes Dateisystem",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Überprüft den ACL-Zugriff beim Auflisten von Dateien",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Überprüft die ACLs jeder Datei oder jedes Ordners in einem Verzeichnis, um Elemente herauszufiltern, für die das Konto keine Leseberechtigungen hat. Dies führt zu Leistungseinbußen.",
"Timeout" : "Zeitüberschreitung",
"SMB / CIFS using Nextcloud login" : "SMB/CIFS mittels Nextcloud-Anmeldung",
"Login as share" : "Als Freigabe anmelden",
"OpenStack Swift Object Storage" : "OpenStack Swift-Objektspeicher",
"Service name" : "Name des Dienstes",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "Entfernter Unterordner",
"Secure https://" : "Sicheres https://",
"FTP / FTPS" : "FTP/FTPS",
"Host" : "Host",
"Secure ftps://" : "Sicherer ftps://",
"Local (server storage)" : "Lokal (Serverspeicher)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (SSH-Dateiübertragung)",
"Root" : "Root",
"SFTP with public key authentication" : "SFTP mit Public-Key-Authentifizierung",
"SMB / CIFS (Windows network share)" : "SMB/CIFS (Windows-Netzwerkfreigabe)",
"Share" : "Share",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Case sensitive file system" : "Groß- und Kleinschreibung beachtendes Dateisystem",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Überprüft den ACL-Zugriff beim Auflisten von Dateien",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Überprüft die ACLs jeder Datei oder jedes Ordners in einem Verzeichnis, um Elemente herauszufiltern, für die das Konto keine Leseberechtigungen hat. Dies führt zu Leistungseinbußen.",
"Timeout" : "Zeitüberschreitung",
"SMB / CIFS using Nextcloud login" : "SMB/CIFS mittels Nextcloud-Anmeldung",
"Login as share" : "Als Freigabe anmelden",
"OpenStack Swift Object Storage" : "OpenStack Swift-Objektspeicher",
"Service name" : "Name des Dienstes",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Entfernter Unterordner",
"Secure https://" : "Sicheres https://",
"FTP / FTPS" : "FTP/FTPS",
"Host" : "Host",
"Secure ftps://" : "Sicheres ftps://",
"Local (server storage)" : "Lokal (Serverspeicher)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (SSH-Dateiübertragung)",
"Root" : "Root",
"SFTP with public key authentication" : "SFTP mit Public-Key-Authentifizierung",
"SMB / CIFS (Windows network share)" : "SMB/CIFS (Windows-Netzwerkfreigabe)",
"Share" : "Teilen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Case sensitive file system" : "Groß- und Kleinschreibung beachtendes Dateisystem",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Überprüft den ACL-Zugriff beim Auflisten von Dateien",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Überprüft die ACLs jeder Datei oder jedes Ordners in einem Verzeichnis, um Elemente herauszufiltern, für die das Konto keine Leseberechtigungen hat. Dies führt zu Leistungseinbußen.",
"Timeout" : "Zeitüberschreitung",
"SMB / CIFS using Nextcloud login" : "SMB/CIFS mittels Nextcloud-Anmeldung",
"Login as share" : "Als Freigabe anmelden",
"OpenStack Swift Object Storage" : "OpenStack Swift-Objektspeicher",
"Service name" : "Name des Dienstes",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "Entfernter Unterordner",
"Secure https://" : "Sicheres https://",
"FTP / FTPS" : "FTP/FTPS",
"Host" : "Host",
"Secure ftps://" : "Sicheres ftps://",
"Local (server storage)" : "Lokal (Serverspeicher)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (SSH-Dateiübertragung)",
"Root" : "Root",
"SFTP with public key authentication" : "SFTP mit Public-Key-Authentifizierung",
"SMB / CIFS (Windows network share)" : "SMB/CIFS (Windows-Netzwerkfreigabe)",
"Share" : "Teilen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Case sensitive file system" : "Groß- und Kleinschreibung beachtendes Dateisystem",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Überprüft den ACL-Zugriff beim Auflisten von Dateien",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Überprüft die ACLs jeder Datei oder jedes Ordners in einem Verzeichnis, um Elemente herauszufiltern, für die das Konto keine Leseberechtigungen hat. Dies führt zu Leistungseinbußen.",
"Timeout" : "Zeitüberschreitung",
"SMB / CIFS using Nextcloud login" : "SMB/CIFS mittels Nextcloud-Anmeldung",
"Login as share" : "Als Freigabe anmelden",
"OpenStack Swift Object Storage" : "OpenStack Swift-Objektspeicher",
"Service name" : "Name des Dienstes",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Fofhillteán cianda",
"Secure https://" : "slán https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Óstach",
"Secure ftps://" : "slán ftps://",
"Local (server storage)" : "Áitiúil (stóráil freastalaí)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (aistriú comhad SSH)",
"Root" : "Fréamh",
"SFTP with public key authentication" : "SFTP le fíordheimhniú eochrach poiblí",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (comhroinnt líonra Windows)",
"Share" : "Comhroinn",
"Show hidden files" : "Taispeáin comhaid i bhfolach",
"Case sensitive file system" : "Córas comhaid cás-íogair",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Fíoraigh rochtain ACL agus comhaid á liostú",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Seiceáil ACL gach comhad nó fillteán laistigh d'eolaire chun míreanna nach bhfuil cead léite ag an gcuntas a scagadh amach, tagann pionós feidhmíochta leis",
"Timeout" : "Sos",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS ag baint úsáide as logáil isteach Nextcloud",
"Login as share" : "Logáil isteach mar scair",
"OpenStack Swift Object Storage" : "Stóráil Réada Swift OpenStack",
"Service name" : "Ainm seirbhíse",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "Fofhillteán cianda",
"Secure https://" : "slán https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Óstach",
"Secure ftps://" : "slán ftps://",
"Local (server storage)" : "Áitiúil (stóráil freastalaí)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (aistriú comhad SSH)",
"Root" : "Fréamh",
"SFTP with public key authentication" : "SFTP le fíordheimhniú eochrach poiblí",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (comhroinnt líonra Windows)",
"Share" : "Comhroinn",
"Show hidden files" : "Taispeáin comhaid i bhfolach",
"Case sensitive file system" : "Córas comhaid cás-íogair",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Fíoraigh rochtain ACL agus comhaid á liostú",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Seiceáil ACL gach comhad nó fillteán laistigh d'eolaire chun míreanna nach bhfuil cead léite ag an gcuntas a scagadh amach, tagann pionós feidhmíochta leis",
"Timeout" : "Sos",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS ag baint úsáide as logáil isteach Nextcloud",
"Login as share" : "Logáil isteach mar scair",
"OpenStack Swift Object Storage" : "Stóráil Réada Swift OpenStack",
"Service name" : "Ainm seirbhíse",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "リモートサブフォルダー",
"Secure https://" : "セキュア https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "ホスト",
"Secure ftps://" : "Secure ftps://",
"Local (server storage)" : "ローカル(サーバーストレージ)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTPSSHファイル転送",
"Root" : "ルート",
"SFTP with public key authentication" : "公開鍵認証を使用したSFTP",
"SMB / CIFS (Windows network share)" : "SMB / CIFSWindows ネットワーク共有)",
"Share" : "共有",
"Show hidden files" : "隠しファイルを表示",
"Case sensitive file system" : "大文字と小文字を区別するファイルシステム",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "ファイルをリストアップする際に ACL アクセスを確認する",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "ディレクトリ内の各ファイルまたはフォルダの ACL をチェックして、アカウントに読み取り権限がないアイテムをフィルタリングします。これにはパフォーマンスの低下が付きます。",
"Timeout" : "タイムアウト",
"SMB / CIFS using Nextcloud login" : "Nextcloudのログインを使用したSMB / CIFS",
"Login as share" : "共有者としてログイン",
"OpenStack Swift Object Storage" : "OpenStack Swift オブジェクトストレージ",
"Service name" : "サービス名",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "リモートサブフォルダー",
"Secure https://" : "セキュア https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "ホスト",
"Secure ftps://" : "Secure ftps://",
"Local (server storage)" : "ローカル(サーバーストレージ)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTPSSHファイル転送",
"Root" : "ルート",
"SFTP with public key authentication" : "公開鍵認証を使用したSFTP",
"SMB / CIFS (Windows network share)" : "SMB / CIFSWindows ネットワーク共有)",
"Share" : "共有",
"Show hidden files" : "隠しファイルを表示",
"Case sensitive file system" : "大文字と小文字を区別するファイルシステム",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "ファイルをリストアップする際に ACL アクセスを確認する",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "ディレクトリ内の各ファイルまたはフォルダの ACL をチェックして、アカウントに読み取り権限がないアイテムをフィルタリングします。これにはパフォーマンスの低下が付きます。",
"Timeout" : "タイムアウト",
"SMB / CIFS using Nextcloud login" : "Nextcloudのログインを使用したSMB / CIFS",
"Login as share" : "共有者としてログイン",
"OpenStack Swift Object Storage" : "OpenStack Swift オブジェクトストレージ",
"Service name" : "サービス名",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Nuotolinis poaplankis",
"Secure https://" : "Saugus https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Domenas",
"Secure ftps://" : "Saugus ftps://",
"Local (server storage)" : "Vietinė (serverio saugykla)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (failų persiuntimas per SSH)",
"Root" : "Šakninis",
"SFTP with public key authentication" : "SFTP su viešojo rakto autentifikavimu",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (Windows tinklo bendrinimas)",
"Share" : "Bendrinti",
"Show hidden files" : "Rodyti paslėptus failus",
"Case sensitive file system" : "Didžiųjų ir mažųjų raidžių failų sistema",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Patikrinkite ACL prieigą, kai rodomi failai",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Patikrinkite kiekvieno failo ar aplanko, esančio kataloge, ACL, kad pašalintumėte elementus, kurių paskyra neturi skaitymo teisių, nes tai gali sumažinti našumą.",
"Timeout" : "Pasibaigė laikas",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS naudojant „Nextcloud“ prisijungimą",
"Login as share" : "Prisijungti kaip bendrinti",
"OpenStack Swift Object Storage" : "OpenStack Swift Object Storage",
"Service name" : "Paslaugos vardas",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "Nuotolinis poaplankis",
"Secure https://" : "Saugus https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Domenas",
"Secure ftps://" : "Saugus ftps://",
"Local (server storage)" : "Vietinė (serverio saugykla)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (failų persiuntimas per SSH)",
"Root" : "Šakninis",
"SFTP with public key authentication" : "SFTP su viešojo rakto autentifikavimu",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (Windows tinklo bendrinimas)",
"Share" : "Bendrinti",
"Show hidden files" : "Rodyti paslėptus failus",
"Case sensitive file system" : "Didžiųjų ir mažųjų raidžių failų sistema",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Patikrinkite ACL prieigą, kai rodomi failai",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Patikrinkite kiekvieno failo ar aplanko, esančio kataloge, ACL, kad pašalintumėte elementus, kurių paskyra neturi skaitymo teisių, nes tai gali sumažinti našumą.",
"Timeout" : "Pasibaigė laikas",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS naudojant „Nextcloud“ prisijungimą",
"Login as share" : "Prisijungti kaip bendrinti",
"OpenStack Swift Object Storage" : "OpenStack Swift Object Storage",
"Service name" : "Paslaugos vardas",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Zdalny podkatalog",
"Secure https://" : "Bezpieczny https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Host",
"Secure ftps://" : "Bezpieczny ftps://",
"Local (server storage)" : "Lokalny (pamięć serwera)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (transfer plików SSH)",
"Root" : "Root",
"SFTP with public key authentication" : "SFTP z uwierzytelnianiem kluczem publicznym",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (udział sieciowy Windows)",
"Share" : "Udostępnij",
"Show hidden files" : "Pokaż ukryte pliki",
"Case sensitive file system" : "System plików uwzględniający wielkość liter",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Zweryfikuj dostęp ACL podczas wyświetlania plików",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Sprawdź listy ACL każdego pliku lub katalogu w katalogu, aby odfiltrować elementy, w przypadku których konto nie ma uprawnień do odczytu, co wiąże się ze spadkiem wydajności",
"Timeout" : "Przekroczono limit czasu",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS z użyciem logowania Nextcloud",
"Login as share" : "Zaloguj się jako udostępnienie",
"OpenStack Swift Object Storage" : "Magazyn obiektów OpenStack Swift",
"Service name" : "Nazwa usługi",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "Zdalny podkatalog",
"Secure https://" : "Bezpieczny https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Host",
"Secure ftps://" : "Bezpieczny ftps://",
"Local (server storage)" : "Lokalny (pamięć serwera)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (transfer plików SSH)",
"Root" : "Root",
"SFTP with public key authentication" : "SFTP z uwierzytelnianiem kluczem publicznym",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (udział sieciowy Windows)",
"Share" : "Udostępnij",
"Show hidden files" : "Pokaż ukryte pliki",
"Case sensitive file system" : "System plików uwzględniający wielkość liter",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Zweryfikuj dostęp ACL podczas wyświetlania plików",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Sprawdź listy ACL każdego pliku lub katalogu w katalogu, aby odfiltrować elementy, w przypadku których konto nie ma uprawnień do odczytu, co wiąże się ze spadkiem wydajności",
"Timeout" : "Przekroczono limit czasu",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS z użyciem logowania Nextcloud",
"Login as share" : "Zaloguj się jako udostępnienie",
"OpenStack Swift Object Storage" : "Magazyn obiektów OpenStack Swift",
"Service name" : "Nazwa usługi",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Subpasta remota",
"Secure https://" : "https:// seguro",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Host",
"Secure ftps://" : "ftps:// seguro",
"Local (server storage)" : "Local (armazenamento do servidor)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (transferência de arquivos via SSH)",
"Root" : "Raiz",
"SFTP with public key authentication" : "SFTP com autenticação por chave pública",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (compartilhamento de rede do Windows)",
"Share" : "Compartilhar",
"Show hidden files" : "Mostrar arquivos ocultos",
"Case sensitive file system" : "Sistema de arquivos diferenciando maiúsculas/minúsculas",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Verifique o acesso da ACL ao listar arquivos",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Verificar as ACLs de cada arquivo ou pasta dentro de um diretório para filtrar itens onde a conta não tem permissões de leitura, tem uma penalidade de desempenho",
"Timeout" : "Tempo limite",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS usando o login do Nextcloud",
"Login as share" : "Faça login como compartilhamento",
"OpenStack Swift Object Storage" : "Armazenamento de objetos OpenStack Swift",
"Service name" : "Nome do serviço",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "Subpasta remota",
"Secure https://" : "https:// seguro",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Host",
"Secure ftps://" : "ftps:// seguro",
"Local (server storage)" : "Local (armazenamento do servidor)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (transferência de arquivos via SSH)",
"Root" : "Raiz",
"SFTP with public key authentication" : "SFTP com autenticação por chave pública",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (compartilhamento de rede do Windows)",
"Share" : "Compartilhar",
"Show hidden files" : "Mostrar arquivos ocultos",
"Case sensitive file system" : "Sistema de arquivos diferenciando maiúsculas/minúsculas",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Verifique o acesso da ACL ao listar arquivos",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Verificar as ACLs de cada arquivo ou pasta dentro de um diretório para filtrar itens onde a conta não tem permissões de leitura, tem uma penalidade de desempenho",
"Timeout" : "Tempo limite",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS usando o login do Nextcloud",
"Login as share" : "Faça login como compartilhamento",
"OpenStack Swift Object Storage" : "Armazenamento de objetos OpenStack Swift",
"Service name" : "Nome do serviço",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Подкаталог на другом сервере",
"Secure https://" : "Использовать https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Имя или адрес сервера",
"Secure ftps://" : "Защищённый ftps://",
"Local (server storage)" : "Локальное (серверное хранилище)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (SSH передача файлов)",
"Root" : "Корневой каталог",
"SFTP with public key authentication" : "SFTP с аутентификацией по открытому ключу",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (Общий сетевой ресурс Windows)",
"Share" : "Общий ресурс",
"Show hidden files" : "Показать скрытые файлы",
"Case sensitive file system" : "Файловая система чувствительная к регистру",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Проверять права ACL при получении списка файлов",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности",
"Timeout" : "Тайм-аут",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS используя Nextcloud вход",
"Login as share" : "Войдите в систему как общий доступ",
"OpenStack Swift Object Storage" : "OpenStack Swift хранилище объектов",
"Service name" : "Название сервиса",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "Подкаталог на другом сервере",
"Secure https://" : "Использовать https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Имя или адрес сервера",
"Secure ftps://" : "Защищённый ftps://",
"Local (server storage)" : "Локальное (серверное хранилище)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (SSH передача файлов)",
"Root" : "Корневой каталог",
"SFTP with public key authentication" : "SFTP с аутентификацией по открытому ключу",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (Общий сетевой ресурс Windows)",
"Share" : "Общий ресурс",
"Show hidden files" : "Показать скрытые файлы",
"Case sensitive file system" : "Файловая система чувствительная к регистру",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Проверять права ACL при получении списка файлов",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности",
"Timeout" : "Тайм-аут",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS используя Nextcloud вход",
"Login as share" : "Войдите в систему как общий доступ",
"OpenStack Swift Object Storage" : "OpenStack Swift хранилище объектов",
"Service name" : "Название сервиса",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "Webbadress",
"Remote subfolder" : "Extern undermapp",
"Secure https://" : "Säker https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Server",
"Secure ftps://" : "Säker ftps://",
"Local (server storage)" : "Lokal (serverlagring)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (SSH filöverföring)",
"Root" : "Root",
"SFTP with public key authentication" : "SFTP med autentisering via offentlig nyckel",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (Windows nätverksresurs)",
"Share" : "Dela",
"Show hidden files" : "Visa dolda filer",
"Case sensitive file system" : "Skiftlägeskänsligt filsystem",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Verifiera ACL-åtkomst i fil-listningar",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Kontrollera ACL:er för varje fil eller mapp inuti en sökväg för att filtrera bort element för vilka användaren saknar läsbehörighet, innebär en viss prestandaminskning",
"Timeout" : "Timeout",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS med Nextcloud-inloggning",
"Login as share" : "Logga in som delning",
"OpenStack Swift Object Storage" : "OpenStack Swift objektlagring",
"Service name" : "Namn på tjänst",

View file

@ -57,7 +57,6 @@
"URL" : "Webbadress",
"Remote subfolder" : "Extern undermapp",
"Secure https://" : "Säker https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Server",
"Secure ftps://" : "Säker ftps://",
"Local (server storage)" : "Lokal (serverlagring)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (SSH filöverföring)",
"Root" : "Root",
"SFTP with public key authentication" : "SFTP med autentisering via offentlig nyckel",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (Windows nätverksresurs)",
"Share" : "Dela",
"Show hidden files" : "Visa dolda filer",
"Case sensitive file system" : "Skiftlägeskänsligt filsystem",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Verifiera ACL-åtkomst i fil-listningar",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Kontrollera ACL:er för varje fil eller mapp inuti en sökväg för att filtrera bort element för vilka användaren saknar läsbehörighet, innebär en viss prestandaminskning",
"Timeout" : "Timeout",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS med Nextcloud-inloggning",
"Login as share" : "Logga in som delning",
"OpenStack Swift Object Storage" : "OpenStack Swift objektlagring",
"Service name" : "Namn på tjänst",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "Adres",
"Remote subfolder" : "Uzak alt klasör",
"Secure https://" : "Güvenli https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Sunucu",
"Secure ftps://" : "Güvenli ftps://",
"Local (server storage)" : "Yerel (sunucu depolama alanı)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTP (SSH dosya aktarımı)",
"Root" : "Kök",
"SFTP with public key authentication" : "Herkese açık anahtar ile kimlik doğrulamalı SFTP",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (Windows ağ paylaşımı)",
"Share" : "Paylaş",
"Show hidden files" : "Gizli dosyaları görüntüle",
"Case sensitive file system" : "Büyük/küçük harfe duyarlı dosya sistemi",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "Dosyalar listelenirken EDL denetlensin",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Tüm dosya ve klasörler için Erişim Denetimi Listesine bakılarak hesabın okuma yetkisi olmayan ögeler görüntülenmez. Bu özelliğin kullanılması başarımı düşürür",
"Timeout" : "Zaman aşımı",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS Nextcloud oturum açma ile",
"Login as share" : "Paylaşım olarak kullanıcı adı",
"OpenStack Swift Object Storage" : "OpenStack Swift nesne depolama alanı",
"Service name" : "Hizmet adı",

View file

@ -57,7 +57,6 @@
"URL" : "Adres",
"Remote subfolder" : "Uzak alt klasör",
"Secure https://" : "Güvenli https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "Sunucu",
"Secure ftps://" : "Güvenli ftps://",
"Local (server storage)" : "Yerel (sunucu depolama alanı)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTP (SSH dosya aktarımı)",
"Root" : "Kök",
"SFTP with public key authentication" : "Herkese açık anahtar ile kimlik doğrulamalı SFTP",
"SMB / CIFS (Windows network share)" : "SMB / CIFS (Windows ağ paylaşımı)",
"Share" : "Paylaş",
"Show hidden files" : "Gizli dosyaları görüntüle",
"Case sensitive file system" : "Büyük/küçük harfe duyarlı dosya sistemi",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "Dosyalar listelenirken EDL denetlensin",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Tüm dosya ve klasörler için Erişim Denetimi Listesine bakılarak hesabın okuma yetkisi olmayan ögeler görüntülenmez. Bu özelliğin kullanılması başarımı düşürür",
"Timeout" : "Zaman aşımı",
"SMB / CIFS using Nextcloud login" : "SMB / CIFS Nextcloud oturum açma ile",
"Login as share" : "Paylaşım olarak kullanıcı adı",
"OpenStack Swift Object Storage" : "OpenStack Swift nesne depolama alanı",
"Service name" : "Hizmet adı",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "远程子文件夹",
"Secure https://" : "安全 https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "主机",
"Secure ftps://" : "安全 ftps://",
"Local (server storage)" : "本地(服务器存储)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTPSSH 文件传输)",
"Root" : "根路径",
"SFTP with public key authentication" : "具有公钥身份验证的 SFTP",
"SMB / CIFS (Windows network share)" : "SMB/CIFSWindows 网络共享)",
"Share" : "共享",
"Show hidden files" : "显示隐藏文件",
"Case sensitive file system" : "大小写敏感文件系统",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "列出文件时验证 ACL 访问",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "检查目录内的每个文件或文件夹的 ACL以筛选账号没有读取权限的项目这会带来性能损失",
"Timeout" : "超时",
"SMB / CIFS using Nextcloud login" : "使用 Nextcloud 登录 SMB/CIFS",
"Login as share" : "以共享身份登录",
"OpenStack Swift Object Storage" : "OpenStack Swift 对象存储",
"Service name" : "服务名称",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "远程子文件夹",
"Secure https://" : "安全 https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "主机",
"Secure ftps://" : "安全 ftps://",
"Local (server storage)" : "本地(服务器存储)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTPSSH 文件传输)",
"Root" : "根路径",
"SFTP with public key authentication" : "具有公钥身份验证的 SFTP",
"SMB / CIFS (Windows network share)" : "SMB/CIFSWindows 网络共享)",
"Share" : "共享",
"Show hidden files" : "显示隐藏文件",
"Case sensitive file system" : "大小写敏感文件系统",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "列出文件时验证 ACL 访问",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "检查目录内的每个文件或文件夹的 ACL以筛选账号没有读取权限的项目这会带来性能损失",
"Timeout" : "超时",
"SMB / CIFS using Nextcloud login" : "使用 Nextcloud 登录 SMB/CIFS",
"Login as share" : "以共享身份登录",
"OpenStack Swift Object Storage" : "OpenStack Swift 对象存储",
"Service name" : "服务名称",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "遠端子資料夾",
"Secure https://" : "安全 https//",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "主機",
"Secure ftps://" : "安全 ftps//",
"Local (server storage)" : "近端(伺服器儲存空間)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTPSSH 檔案傳輸)",
"Root" : "Root",
"SFTP with public key authentication" : "使用公開金鑰驗證的 SFTP",
"SMB / CIFS (Windows network share)" : "SMB / CIFSWindows 網路分享)",
"Share" : "分享",
"Show hidden files" : "顯示隱藏的檔案",
"Case sensitive file system" : "區分大小寫檔案系統",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "列出檔案時驗證 ACL 存取",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "檢查目錄中每個檔案或資料夾的ACL以過濾掉帳戶沒有讀取權限的項目但這會帶來性能損失。",
"Timeout" : "逾時",
"SMB / CIFS using Nextcloud login" : "使用 Nextcloud 登入的 SMB / CIFS",
"Login as share" : "以分享身份登入",
"OpenStack Swift Object Storage" : "OpenStack Swift 物件儲存",
"Service name" : "服務名稱",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "遠端子資料夾",
"Secure https://" : "安全 https//",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "主機",
"Secure ftps://" : "安全 ftps//",
"Local (server storage)" : "近端(伺服器儲存空間)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTPSSH 檔案傳輸)",
"Root" : "Root",
"SFTP with public key authentication" : "使用公開金鑰驗證的 SFTP",
"SMB / CIFS (Windows network share)" : "SMB / CIFSWindows 網路分享)",
"Share" : "分享",
"Show hidden files" : "顯示隱藏的檔案",
"Case sensitive file system" : "區分大小寫檔案系統",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "列出檔案時驗證 ACL 存取",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "檢查目錄中每個檔案或資料夾的ACL以過濾掉帳戶沒有讀取權限的項目但這會帶來性能損失。",
"Timeout" : "逾時",
"SMB / CIFS using Nextcloud login" : "使用 Nextcloud 登入的 SMB / CIFS",
"Login as share" : "以分享身份登入",
"OpenStack Swift Object Storage" : "OpenStack Swift 物件儲存",
"Service name" : "服務名稱",

View file

@ -59,7 +59,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "遠端子資料夾",
"Secure https://" : "安全 https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "主機",
"Secure ftps://" : "安全 ftps://",
"Local (server storage)" : "本機(伺服器儲存空間)",
@ -68,7 +67,6 @@ OC.L10N.register(
"SFTP (SSH file transfer)" : "SFTPSSH 檔案傳輸)",
"Root" : "Root",
"SFTP with public key authentication" : "使用公開金鑰驗證的 SFTP",
"SMB / CIFS (Windows network share)" : "SMB / CIFSWindows 網路分享)",
"Share" : "分享",
"Show hidden files" : "顯示隱藏檔",
"Case sensitive file system" : "區分大小寫檔案系統",
@ -76,7 +74,6 @@ OC.L10N.register(
"Verify ACL access when listing files" : "列出檔案時驗證 ACL 存取權",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "檢查目錄中每個檔案或資料夾的 ACL以過濾掉帳號沒有讀取權限的項目但可能會影響效能",
"Timeout" : "逾時",
"SMB / CIFS using Nextcloud login" : "使用 Nextcloud 登入的 SMB / CIFS",
"Login as share" : "以分享身份登入",
"OpenStack Swift Object Storage" : "OpenStack Swift 物件儲存",
"Service name" : "服務名稱",

View file

@ -57,7 +57,6 @@
"URL" : "URL",
"Remote subfolder" : "遠端子資料夾",
"Secure https://" : "安全 https://",
"FTP / FTPS" : "FTP / FTPS",
"Host" : "主機",
"Secure ftps://" : "安全 ftps://",
"Local (server storage)" : "本機(伺服器儲存空間)",
@ -66,7 +65,6 @@
"SFTP (SSH file transfer)" : "SFTPSSH 檔案傳輸)",
"Root" : "Root",
"SFTP with public key authentication" : "使用公開金鑰驗證的 SFTP",
"SMB / CIFS (Windows network share)" : "SMB / CIFSWindows 網路分享)",
"Share" : "分享",
"Show hidden files" : "顯示隱藏檔",
"Case sensitive file system" : "區分大小寫檔案系統",
@ -74,7 +72,6 @@
"Verify ACL access when listing files" : "列出檔案時驗證 ACL 存取權",
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "檢查目錄中每個檔案或資料夾的 ACL以過濾掉帳號沒有讀取權限的項目但可能會影響效能",
"Timeout" : "逾時",
"SMB / CIFS using Nextcloud login" : "使用 Nextcloud 登入的 SMB / CIFS",
"Login as share" : "以分享身份登入",
"OpenStack Swift Object Storage" : "OpenStack Swift 物件儲存",
"Service name" : "服務名稱",

View file

@ -17,6 +17,7 @@ OC.L10N.register(
"Edit Profile" : "Редактирование профиля",
"The headline and about sections will show up here" : "Разделы \"Заголовок\" и \"О вас\" будут отображаться здесь",
"Profile not found" : "Профиль не найден",
"The profile does not exist or is unavailable." : "Профиль не существует или недоступен.",
"Back to %s" : "Вернуться к %s",
"The profile does not exist." : "Профиль не существует"
},

View file

@ -15,6 +15,7 @@
"Edit Profile" : "Редактирование профиля",
"The headline and about sections will show up here" : "Разделы \"Заголовок\" и \"О вас\" будут отображаться здесь",
"Profile not found" : "Профиль не найден",
"The profile does not exist or is unavailable." : "Профиль не существует или недоступен.",
"Back to %s" : "Вернуться к %s",
"The profile does not exist." : "Профиль не существует"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"

View file

@ -14,8 +14,15 @@ OC.L10N.register(
"An email address is required, to send a password link to the user." : "Precisase dun enderezo de correo-e para enviar unha ligazón de contrasinal ao usuario.",
"Required email address was not provided" : "Precisase dun enderezo de correo-e mais non foi fornecido",
"User creation failed" : "Produciuse un fallo ao crear o usuario",
"Cannot change display name for this user" : "Non se pode cambiar o nome para mostrar deste usuario",
"Invalid email address" : "Enderezo de correo incorrecto",
"Language change is not allowed on this instance" : "Non se permite o cambio de idioma nesta instancia",
"Invalid language" : "Idioma non válido",
"Insufficient permissions to change quota" : "Permisos insuficientes para cambiar a cota",
"Insufficient permissions to change groups" : "Permisos insuficientes para cambiar os grupos",
"Group %s does not exist" : "O grupo %s non existe",
"Insufficient permissions to change sub-admin groups" : "Permisos insuficientes para cambiar os grupos de subadministrador",
"Insufficient permissions to change manager" : "Permisos insuficientes para cambiar o responsable",
"Invalid quota value: %1$s" : "Valor de cota incorrecto: %1$s",
"Invalid quota value. %1$s is exceeding the maximum quota" : "O valor da cota é incorrecto. %1$s excede a cota máxima",
"Unlimited quota is forbidden on this instance" : "A cota ilimitada está prohibida nesta instancia",

View file

@ -12,8 +12,15 @@
"An email address is required, to send a password link to the user." : "Precisase dun enderezo de correo-e para enviar unha ligazón de contrasinal ao usuario.",
"Required email address was not provided" : "Precisase dun enderezo de correo-e mais non foi fornecido",
"User creation failed" : "Produciuse un fallo ao crear o usuario",
"Cannot change display name for this user" : "Non se pode cambiar o nome para mostrar deste usuario",
"Invalid email address" : "Enderezo de correo incorrecto",
"Language change is not allowed on this instance" : "Non se permite o cambio de idioma nesta instancia",
"Invalid language" : "Idioma non válido",
"Insufficient permissions to change quota" : "Permisos insuficientes para cambiar a cota",
"Insufficient permissions to change groups" : "Permisos insuficientes para cambiar os grupos",
"Group %s does not exist" : "O grupo %s non existe",
"Insufficient permissions to change sub-admin groups" : "Permisos insuficientes para cambiar os grupos de subadministrador",
"Insufficient permissions to change manager" : "Permisos insuficientes para cambiar o responsable",
"Invalid quota value: %1$s" : "Valor de cota incorrecto: %1$s",
"Invalid quota value. %1$s is exceeding the maximum quota" : "O valor da cota é incorrecto. %1$s excede a cota máxima",
"Unlimited quota is forbidden on this instance" : "A cota ilimitada está prohibida nesta instancia",

View file

@ -247,6 +247,7 @@ OC.L10N.register(
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Die PHP-Speichergrenze liegt unter dem empfohlenen Wert von %s. Einige Funktionen oder Anwendungen, einschließlich des Updaters, funktionieren möglicherweise nicht ordnungsgemäß.",
"PHP modules" : "PHP-Module",
"increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "Für Argon2 zum Passwort-Hashing und Ed25519-Signaturüberprüfung für RFC 9421-HTTP-Nachrichtensignaturen",
"required for SFTP storage and recommended for WebAuthn performance" : "Erforderlich für SFTP-Speicher und empfohlen für WebAuthn-Leistung",
"for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .",
@ -317,7 +318,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Am vergangenen Tag waren die meisten Aufgaben erfolgreich.","In den letzten %n Tagen waren die meisten Aufgaben erfolgreich."],
"_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._" : ["Viele Aufgaben sind am vergangenen Tag fehlgeschlagen. Bitte in Erwägung ziehen, das Nextcloud-Protokoll auf Fehler zu überprüfen und zu untersuchen, ob die KI-Anbieter-Apps korrekt eingerichtet sind.","Viele Aufgaben sind in den letzten %n Tagen fehlgeschlagen. Bitte in Erwägung ziehen, das Nextcloud-Protokoll auf Fehler zu überprüfen und zu untersuchen, ob die KI-Anbieter-Apps korrekt eingerichtet sind."],
"Task Processing worker status" : "Status des Aufgabenverarbeitungsprozesses",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Der Aufgabenverarbeitungsprozess wurde in der letzten Minute ausgeführt.","Der Aufgabenverarbeitungsprozess wurde in den letzten %n Minuten ausgeführt."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Der Aufgabenverarbeitungsprozess scheint nicht zu laufen. Die letzte Ausführung war um %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Der Aufgabenverarbeitungsprozess scheint nicht zu laufen. Er wurde bislang noch nicht ausgeführt.",
"Temporary space available" : "Temporärer Platz verfügbar",
@ -860,6 +860,7 @@ OC.L10N.register(
"Could not update app." : "App konnte nicht aktualisiert werden.",
"Apps" : "Apps",
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Der Aufgabenverarbeitungsprozess wurde in der letzten Minute ausgeführt.","Der Aufgabenverarbeitungsprozess wurde in den letzten %n Minuten ausgeführt."],
"Exclude some groups from sharing" : "Bestimmte Gruppen vom Teilen ausschließen",
"Limit sharing to some groups" : "Teilen für bestimmte Gruppen erlauben",
"Also allow autocompletion on full match of the user id" : "Automatische Vervollständigung auch bei vollständiger Übereinstimmung der Benutzer-ID zulassen",

View file

@ -245,6 +245,7 @@
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Die PHP-Speichergrenze liegt unter dem empfohlenen Wert von %s. Einige Funktionen oder Anwendungen, einschließlich des Updaters, funktionieren möglicherweise nicht ordnungsgemäß.",
"PHP modules" : "PHP-Module",
"increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "Für Argon2 zum Passwort-Hashing und Ed25519-Signaturüberprüfung für RFC 9421-HTTP-Nachrichtensignaturen",
"required for SFTP storage and recommended for WebAuthn performance" : "Erforderlich für SFTP-Speicher und empfohlen für WebAuthn-Leistung",
"for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .",
@ -315,7 +316,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Am vergangenen Tag waren die meisten Aufgaben erfolgreich.","In den letzten %n Tagen waren die meisten Aufgaben erfolgreich."],
"_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._" : ["Viele Aufgaben sind am vergangenen Tag fehlgeschlagen. Bitte in Erwägung ziehen, das Nextcloud-Protokoll auf Fehler zu überprüfen und zu untersuchen, ob die KI-Anbieter-Apps korrekt eingerichtet sind.","Viele Aufgaben sind in den letzten %n Tagen fehlgeschlagen. Bitte in Erwägung ziehen, das Nextcloud-Protokoll auf Fehler zu überprüfen und zu untersuchen, ob die KI-Anbieter-Apps korrekt eingerichtet sind."],
"Task Processing worker status" : "Status des Aufgabenverarbeitungsprozesses",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Der Aufgabenverarbeitungsprozess wurde in der letzten Minute ausgeführt.","Der Aufgabenverarbeitungsprozess wurde in den letzten %n Minuten ausgeführt."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Der Aufgabenverarbeitungsprozess scheint nicht zu laufen. Die letzte Ausführung war um %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Der Aufgabenverarbeitungsprozess scheint nicht zu laufen. Er wurde bislang noch nicht ausgeführt.",
"Temporary space available" : "Temporärer Platz verfügbar",
@ -858,6 +858,7 @@
"Could not update app." : "App konnte nicht aktualisiert werden.",
"Apps" : "Apps",
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Der Aufgabenverarbeitungsprozess wurde in der letzten Minute ausgeführt.","Der Aufgabenverarbeitungsprozess wurde in den letzten %n Minuten ausgeführt."],
"Exclude some groups from sharing" : "Bestimmte Gruppen vom Teilen ausschließen",
"Limit sharing to some groups" : "Teilen für bestimmte Gruppen erlauben",
"Also allow autocompletion on full match of the user id" : "Automatische Vervollständigung auch bei vollständiger Übereinstimmung der Benutzer-ID zulassen",

View file

@ -247,6 +247,7 @@ OC.L10N.register(
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Die PHP-Speichergrenze liegt unter dem empfohlenen Wert von %s. Einige Funktionen oder Anwendungen, einschließlich des Updaters, funktionieren möglicherweise nicht ordnungsgemäß.",
"PHP modules" : "PHP-Module",
"increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "Für Argon2 zum Passwort-Hashing und Ed25519-Signaturüberprüfung für RFC 9421-HTTP-Nachrichtensignaturen",
"required for SFTP storage and recommended for WebAuthn performance" : "Erforderlich für SFTP-Speicher und empfohlen für WebAuthn-Leistung",
"for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .",
@ -317,7 +318,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Am vergangenen Tag waren die meisten Aufgaben erfolgreich.","In den letzten %n Tagen waren die meisten Aufgaben erfolgreich."],
"_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._" : ["Viele Aufgaben sind am vergangenen Tag fehlgeschlagen. Bitte in Erwägung ziehen, das Nextcloud-Protokoll auf Fehler zu überprüfen und zu untersuchen, ob die KI-Anbieter-Apps korrekt eingerichtet sind.","Viele Aufgaben sind in den letzten %n Tagen fehlgeschlagen. Bitte in Erwägung ziehen, das Nextcloud-Protokoll auf Fehler zu überprüfen und zu untersuchen, ob die KI-Anbieter-Apps korrekt eingerichtet sind."],
"Task Processing worker status" : "Status des Aufgabenverarbeitungsprozesses",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Der Aufgabenverarbeitungsprozess wurde in der letzten Minute ausgeführt.","Der Aufgabenverarbeitungsprozess wurde in den letzten %n Minuten ausgeführt."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Der Aufgabenverarbeitungsprozess scheint nicht zu laufen. Die letzte Ausführung war um %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Der Aufgabenverarbeitungsprozess scheint nicht zu laufen. Er wurde bislang noch nicht ausgeführt.",
"Temporary space available" : "Temporärer Platz verfügbar",
@ -860,6 +860,7 @@ OC.L10N.register(
"Could not update app." : "App konnte nicht aktualisiert werden.",
"Apps" : "Apps",
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Der Aufgabenverarbeitungsprozess wurde in der letzten Minute ausgeführt.","Der Aufgabenverarbeitungsprozess wurde in den letzten %n Minuten ausgeführt."],
"Exclude some groups from sharing" : "Bestimmte Gruppen vom Teilen ausschließen",
"Limit sharing to some groups" : "Teilen für bestimmte Gruppen erlauben",
"Also allow autocompletion on full match of the user id" : "Automatische Vervollständigung auch bei vollständiger Übereinstimmung der Benutzer-ID zulassen",

View file

@ -245,6 +245,7 @@
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Die PHP-Speichergrenze liegt unter dem empfohlenen Wert von %s. Einige Funktionen oder Anwendungen, einschließlich des Updaters, funktionieren möglicherweise nicht ordnungsgemäß.",
"PHP modules" : "PHP-Module",
"increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "Für Argon2 zum Passwort-Hashing und Ed25519-Signaturüberprüfung für RFC 9421-HTTP-Nachrichtensignaturen",
"required for SFTP storage and recommended for WebAuthn performance" : "Erforderlich für SFTP-Speicher und empfohlen für WebAuthn-Leistung",
"for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .",
@ -315,7 +316,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Am vergangenen Tag waren die meisten Aufgaben erfolgreich.","In den letzten %n Tagen waren die meisten Aufgaben erfolgreich."],
"_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._" : ["Viele Aufgaben sind am vergangenen Tag fehlgeschlagen. Bitte in Erwägung ziehen, das Nextcloud-Protokoll auf Fehler zu überprüfen und zu untersuchen, ob die KI-Anbieter-Apps korrekt eingerichtet sind.","Viele Aufgaben sind in den letzten %n Tagen fehlgeschlagen. Bitte in Erwägung ziehen, das Nextcloud-Protokoll auf Fehler zu überprüfen und zu untersuchen, ob die KI-Anbieter-Apps korrekt eingerichtet sind."],
"Task Processing worker status" : "Status des Aufgabenverarbeitungsprozesses",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Der Aufgabenverarbeitungsprozess wurde in der letzten Minute ausgeführt.","Der Aufgabenverarbeitungsprozess wurde in den letzten %n Minuten ausgeführt."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Der Aufgabenverarbeitungsprozess scheint nicht zu laufen. Die letzte Ausführung war um %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Der Aufgabenverarbeitungsprozess scheint nicht zu laufen. Er wurde bislang noch nicht ausgeführt.",
"Temporary space available" : "Temporärer Platz verfügbar",
@ -858,6 +858,7 @@
"Could not update app." : "App konnte nicht aktualisiert werden.",
"Apps" : "Apps",
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Der Aufgabenverarbeitungsprozess wurde in der letzten Minute ausgeführt.","Der Aufgabenverarbeitungsprozess wurde in den letzten %n Minuten ausgeführt."],
"Exclude some groups from sharing" : "Bestimmte Gruppen vom Teilen ausschließen",
"Limit sharing to some groups" : "Teilen für bestimmte Gruppen erlauben",
"Also allow autocompletion on full match of the user id" : "Automatische Vervollständigung auch bei vollständiger Übereinstimmung der Benutzer-ID zulassen",

View file

@ -317,7 +317,6 @@ OC.L10N.register(
"_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."],
"Task Processing worker status" : "Estado del procesamiento de tareas",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["El trabajo de procesamiento de tareas se ha ejecutado en el último minuto.","El trabajo de procesamiento de tareas se ha ejecutado en los últimos %n minutos.","El trabajo de procesamiento de tareas se ha ejecutado en los últimos %n minutos."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "El trabajo de procesamiento de tareas no parece estar ejecutándose. La última ejecución fue a las %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "El trabajo de procesamiento de tareas no parece estar en ejecución. Da la impresión de que nunca se ha ejecutado hasta ahora.",
"Temporary space available" : "Espacio temporal disponible",
@ -860,6 +859,7 @@ OC.L10N.register(
"Could not update app." : "No se ha podido actualizar la app.",
"Apps" : "Apps",
"for Argon2 for password hashing" : "para el hash de contraseñas basado en Argon2",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["El trabajo de procesamiento de tareas se ha ejecutado en el último minuto.","El trabajo de procesamiento de tareas se ha ejecutado en los últimos %n minutos.","El trabajo de procesamiento de tareas se ha ejecutado en los últimos %n minutos."],
"Exclude some groups from sharing" : "Excluir algunos grupos",
"Limit sharing to some groups" : "Permitir a algunos grupos",
"Also allow autocompletion on full match of the user id" : "También permitir el autocompletado al hacer una coincidencia completa del id de usuario",

View file

@ -315,7 +315,6 @@
"_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."],
"Task Processing worker status" : "Estado del procesamiento de tareas",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["El trabajo de procesamiento de tareas se ha ejecutado en el último minuto.","El trabajo de procesamiento de tareas se ha ejecutado en los últimos %n minutos.","El trabajo de procesamiento de tareas se ha ejecutado en los últimos %n minutos."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "El trabajo de procesamiento de tareas no parece estar ejecutándose. La última ejecución fue a las %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "El trabajo de procesamiento de tareas no parece estar en ejecución. Da la impresión de que nunca se ha ejecutado hasta ahora.",
"Temporary space available" : "Espacio temporal disponible",
@ -858,6 +857,7 @@
"Could not update app." : "No se ha podido actualizar la app.",
"Apps" : "Apps",
"for Argon2 for password hashing" : "para el hash de contraseñas basado en Argon2",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["El trabajo de procesamiento de tareas se ha ejecutado en el último minuto.","El trabajo de procesamiento de tareas se ha ejecutado en los últimos %n minutos.","El trabajo de procesamiento de tareas se ha ejecutado en los últimos %n minutos."],
"Exclude some groups from sharing" : "Excluir algunos grupos",
"Limit sharing to some groups" : "Permitir a algunos grupos",
"Also allow autocompletion on full match of the user id" : "También permitir el autocompletado al hacer una coincidencia completa del id de usuario",

View file

@ -316,7 +316,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Déirigh go maith leis an gcuid is mó de na tascanna an lá deireanach.","D'éirigh leis an gcuid is mó de na tascanna sna %n lá seo caite.","D'éirigh leis an gcuid is mó de na tascanna sna %n lá seo caite.","D'éirigh leis an gcuid is mó de na tascanna sna %n lá seo caite.","D'éirigh leis an gcuid is mó de na tascanna sna %n lá seo caite."],
"_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._" : ["Theip ar go leor tascanna le linn an lae seo caite. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart.","Theip ar go leor tascanna le %n lá anuas. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart.","Theip ar go leor tascanna le %n lá anuas. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart.","Theip ar go leor tascanna le %n lá anuas. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart.","Theip ar go leor tascanna le %n lá anuas. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart."],
"Task Processing worker status" : "Stádas oibrí Próiseála Tascanna",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Tá an t-oibrí Próiseála Tascanna tar éis rith sa nóiméad deireanach.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Is cosúil nach bhfuil an t-oibrí Próiseála Tascanna ag rith. Bhí an rith deireanach ag %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Is cosúil nach bhfuil an t-oibrí Próiseála Tascanna ag rith. Is cosúil nár rith sé riamh go dtí seo.",
"Temporary space available" : "Spás sealadach ar fáil",
@ -852,6 +851,7 @@ OC.L10N.register(
"Could not update app." : "Níorbh fhéidir an aip a nuashonrú.",
"Apps" : "Feidhmchláir",
"for Argon2 for password hashing" : "le haghaidh Argon2 le haghaidh hashing pasfhocal",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Tá an t-oibrí Próiseála Tascanna tar éis rith sa nóiméad deireanach.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas."],
"Exclude some groups from sharing" : "Fág roinnt grúpaí as an áireamh",
"Limit sharing to some groups" : "Teorainn a chur le roinnt grúpaí",
"Also allow autocompletion on full match of the user id" : "Ceadaigh uathchríochnú freisin nuair a mheaitseálann aitheantas an úsáideora go hiomlán",

View file

@ -314,7 +314,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Déirigh go maith leis an gcuid is mó de na tascanna an lá deireanach.","D'éirigh leis an gcuid is mó de na tascanna sna %n lá seo caite.","D'éirigh leis an gcuid is mó de na tascanna sna %n lá seo caite.","D'éirigh leis an gcuid is mó de na tascanna sna %n lá seo caite.","D'éirigh leis an gcuid is mó de na tascanna sna %n lá seo caite."],
"_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._" : ["Theip ar go leor tascanna le linn an lae seo caite. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart.","Theip ar go leor tascanna le %n lá anuas. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart.","Theip ar go leor tascanna le %n lá anuas. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart.","Theip ar go leor tascanna le %n lá anuas. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart.","Theip ar go leor tascanna le %n lá anuas. Smaoinigh ar log nextcloud a sheiceáil le haghaidh earráidí agus imscrúdú a dhéanamh ar cibé an bhfuil aipeanna an tsoláthraí AI socraithe i gceart."],
"Task Processing worker status" : "Stádas oibrí Próiseála Tascanna",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Tá an t-oibrí Próiseála Tascanna tar éis rith sa nóiméad deireanach.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Is cosúil nach bhfuil an t-oibrí Próiseála Tascanna ag rith. Bhí an rith deireanach ag %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Is cosúil nach bhfuil an t-oibrí Próiseála Tascanna ag rith. Is cosúil nár rith sé riamh go dtí seo.",
"Temporary space available" : "Spás sealadach ar fáil",
@ -850,6 +849,7 @@
"Could not update app." : "Níorbh fhéidir an aip a nuashonrú.",
"Apps" : "Feidhmchláir",
"for Argon2 for password hashing" : "le haghaidh Argon2 le haghaidh hashing pasfhocal",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Tá an t-oibrí Próiseála Tascanna tar éis rith sa nóiméad deireanach.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas.","Tá an t-oibrí Próiseála Tascanna ag rith le %n nóiméad anuas."],
"Exclude some groups from sharing" : "Fág roinnt grúpaí as an áireamh",
"Limit sharing to some groups" : "Teorainn a chur le roinnt grúpaí",
"Also allow autocompletion on full match of the user id" : "Ceadaigh uathchríochnú freisin nuair a mheaitseálann aitheantas an úsáideora go hiomlán",

View file

@ -247,6 +247,7 @@ OC.L10N.register(
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "O límite de memoria PHP está por debaixo do valor recomendado de %s. Algunhas funcións ou aplicacións, incluído o actualizador, poden non funcionar correctamente.",
"PHP modules" : "PHP modules",
"increases language translation performance and fixes sorting of non-ASCII characters" : "aumenta o rendemento da tradución de idiomas e corrixe a clasificación de caracteres non ASCII",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "para Argon2 para o hash de contrasinais e a verificación de sinaturas Ed25519 para sinaturas de mensaxes HTTP RFC 9421",
"required for SFTP storage and recommended for WebAuthn performance" : "precisase para o almacenamento SFTP e recomendado para o rendemento de WebAuthn",
"for picture rotation in server and metadata extraction in the Photos app" : "para a rotación de imaxes no servidor e a extracción de metadatos na aplicación Fotos",
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia fáltanlle algúns módulos PHP necesarios. Precísase da súa instalación: %s.",
@ -317,7 +318,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["A maioría das tarefas foron satisfactorias no último día.","A maioría das tarefas foron satisfactorias nos ú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._" : ["Moitas tarefas fracasaron no último día. Considere revisar o rexistro nextcloud para ver os erros e investigar se as aplicacións do provedor de IA foron configuradas correctamente.","Moitas tarefas fracasaron nos últimos %n días. Considere revisar o rexistro nextcloud para ver os erros e investigar se as aplicacións do provedor de IA foron configuradas correctamente."],
"Task Processing worker status" : "Estado do worker de Procesamento de Tareas",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O worker de Procesamento de Tareas executouse no último minuto.","O worker de Procesamento de Tareas executouse nos últimos minutos."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "O worker de Procesamento de Tareas non semella estar en execución. A última execución foi ás %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "O worker de Procesamento de Tareas non semella estar en execución. Semella que nunca se executou ata agora.",
"Temporary space available" : "Espazo temporal dispoñíbel",
@ -860,6 +860,7 @@ OC.L10N.register(
"Could not update app." : "Non foi posíbel actualizar a aplicación.",
"Apps" : "Aplicacións",
"for Argon2 for password hashing" : "para Argon2 para a xeración do resumo criptográfico do contrasinal",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O worker de Procesamento de Tareas executouse no último minuto.","O worker de Procesamento de Tareas executouse nos últimos minutos."],
"Exclude some groups from sharing" : "Excluír algúns grupos da compartición",
"Limit sharing to some groups" : "Limitar a compartición a algúns grupos",
"Also allow autocompletion on full match of the user id" : "Permitir tamén o autocompletado cando coincida totalmente co ID do usuario",

View file

@ -245,6 +245,7 @@
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "O límite de memoria PHP está por debaixo do valor recomendado de %s. Algunhas funcións ou aplicacións, incluído o actualizador, poden non funcionar correctamente.",
"PHP modules" : "PHP modules",
"increases language translation performance and fixes sorting of non-ASCII characters" : "aumenta o rendemento da tradución de idiomas e corrixe a clasificación de caracteres non ASCII",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "para Argon2 para o hash de contrasinais e a verificación de sinaturas Ed25519 para sinaturas de mensaxes HTTP RFC 9421",
"required for SFTP storage and recommended for WebAuthn performance" : "precisase para o almacenamento SFTP e recomendado para o rendemento de WebAuthn",
"for picture rotation in server and metadata extraction in the Photos app" : "para a rotación de imaxes no servidor e a extracción de metadatos na aplicación Fotos",
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia fáltanlle algúns módulos PHP necesarios. Precísase da súa instalación: %s.",
@ -315,7 +316,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["A maioría das tarefas foron satisfactorias no último día.","A maioría das tarefas foron satisfactorias nos ú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._" : ["Moitas tarefas fracasaron no último día. Considere revisar o rexistro nextcloud para ver os erros e investigar se as aplicacións do provedor de IA foron configuradas correctamente.","Moitas tarefas fracasaron nos últimos %n días. Considere revisar o rexistro nextcloud para ver os erros e investigar se as aplicacións do provedor de IA foron configuradas correctamente."],
"Task Processing worker status" : "Estado do worker de Procesamento de Tareas",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O worker de Procesamento de Tareas executouse no último minuto.","O worker de Procesamento de Tareas executouse nos últimos minutos."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "O worker de Procesamento de Tareas non semella estar en execución. A última execución foi ás %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "O worker de Procesamento de Tareas non semella estar en execución. Semella que nunca se executou ata agora.",
"Temporary space available" : "Espazo temporal dispoñíbel",
@ -858,6 +858,7 @@
"Could not update app." : "Non foi posíbel actualizar a aplicación.",
"Apps" : "Aplicacións",
"for Argon2 for password hashing" : "para Argon2 para a xeración do resumo criptográfico do contrasinal",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O worker de Procesamento de Tareas executouse no último minuto.","O worker de Procesamento de Tareas executouse nos últimos minutos."],
"Exclude some groups from sharing" : "Excluír algúns grupos da compartición",
"Limit sharing to some groups" : "Limitar a compartición a algúns grupos",
"Also allow autocompletion on full match of the user id" : "Permitir tamén o autocompletado cando coincida totalmente co ID do usuario",

View file

@ -315,7 +315,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["La maggior parte dei compiti è stata portata a termine con successo nell'ultimo giorno.","La maggior parte dei compiti è stata portata a termine con successo negli ultimi %n giorni.","La maggior parte dei compiti è stata portata a termine con successo negli ultimi %n giorni."],
"_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._" : ["Nell'ultimo giorno molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente.","Negli ultimi %n giorni molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente.","Negli ultimi %n giorni molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente."],
"Task Processing worker status" : "Stato del worker di elaborazione delle attività",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Il worker di elaborazione delle attività è stato eseguito nell' ultimo minuto. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. "],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Il worker di elaborazione delle attività non sembra essere in esecuzione. Lultima esecuzione risale alle %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Il worker di elaborazione delle attività non sembra essere in esecuzione. Sembra che non sia mai stato avviato finora.",
"Temporary space available" : "Spazio temporaneo disponibile",
@ -849,6 +848,7 @@ OC.L10N.register(
"Could not update app." : "Impossibile aggiornare l'applicazione.",
"Apps" : "Applicazioni",
"for Argon2 for password hashing" : "per Argon2 per l'hashing delle password",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Il worker di elaborazione delle attività è stato eseguito nell' ultimo minuto. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. "],
"Exclude some groups from sharing" : "Escludi alcuni gruppi dalla condivisione",
"Limit sharing to some groups" : "Limita la condivisione ad alcuni gruppi",
"Also allow autocompletion on full match of the user id" : "Consenti anche il completamento automatico in caso di corrispondenza completa dell'ID utente",

View file

@ -313,7 +313,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["La maggior parte dei compiti è stata portata a termine con successo nell'ultimo giorno.","La maggior parte dei compiti è stata portata a termine con successo negli ultimi %n giorni.","La maggior parte dei compiti è stata portata a termine con successo negli ultimi %n giorni."],
"_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._" : ["Nell'ultimo giorno molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente.","Negli ultimi %n giorni molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente.","Negli ultimi %n giorni molte attività non sono state completate. Si consiglia di controllare il log di Nextcloud per verificare la presenza di errori e di verificare che le app del provider AI siano state configurate correttamente."],
"Task Processing worker status" : "Stato del worker di elaborazione delle attività",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Il worker di elaborazione delle attività è stato eseguito nell' ultimo minuto. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. "],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Il worker di elaborazione delle attività non sembra essere in esecuzione. Lultima esecuzione risale alle %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Il worker di elaborazione delle attività non sembra essere in esecuzione. Sembra che non sia mai stato avviato finora.",
"Temporary space available" : "Spazio temporaneo disponibile",
@ -847,6 +846,7 @@
"Could not update app." : "Impossibile aggiornare l'applicazione.",
"Apps" : "Applicazioni",
"for Argon2 for password hashing" : "per Argon2 per l'hashing delle password",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Il worker di elaborazione delle attività è stato eseguito nell' ultimo minuto. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. ","Il worker di elaborazione delle attività è stato eseguito negli ultimi %n minuti. "],
"Exclude some groups from sharing" : "Escludi alcuni gruppi dalla condivisione",
"Limit sharing to some groups" : "Limita la condivisione ad alcuni gruppi",
"Also allow autocompletion on full match of the user id" : "Consenti anche il completamento automatico in caso di corrispondenza completa dell'ID utente",

View file

@ -316,7 +316,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["ほとんどのタスクは過去%n日間に成功しました。"],
"_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._" : ["過去%n日間に多くのタスクが失敗しました。nextcloudログでエラーを確認し、AIプロバイダーアプリが正しく設定されているかどうかを調査することを検討してください。"],
"Task Processing worker status" : "タスク処理ワーカーのステータス",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["タスク処理ワーカーは、過去%n分間稼働しています。"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "タスク処理ワーカーが実行されていないようです。最後の実行は%sでした。",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "タスク処理ワーカーが実行されていないようです。どうやら、これまで一度も実行されたことがないようです。",
"Temporary space available" : "テンポラリ領域が利用可能です",
@ -852,6 +851,7 @@ OC.L10N.register(
"Could not update app." : "アプリを更新できませんでした。",
"Apps" : "アプリ",
"for Argon2 for password hashing" : "パスワードハッシュ用の Argon2",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["タスク処理ワーカーは、過去%n分間稼働しています。"],
"Exclude some groups from sharing" : "共有可能なグループから除外する",
"Limit sharing to some groups" : "一部のグループに共有を制限する",
"Also allow autocompletion on full match of the user id" : "また、ユーザーIDが完全に一致した場合にオートコンプリートを許可する",

View file

@ -314,7 +314,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["ほとんどのタスクは過去%n日間に成功しました。"],
"_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._" : ["過去%n日間に多くのタスクが失敗しました。nextcloudログでエラーを確認し、AIプロバイダーアプリが正しく設定されているかどうかを調査することを検討してください。"],
"Task Processing worker status" : "タスク処理ワーカーのステータス",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["タスク処理ワーカーは、過去%n分間稼働しています。"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "タスク処理ワーカーが実行されていないようです。最後の実行は%sでした。",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "タスク処理ワーカーが実行されていないようです。どうやら、これまで一度も実行されたことがないようです。",
"Temporary space available" : "テンポラリ領域が利用可能です",
@ -850,6 +849,7 @@
"Could not update app." : "アプリを更新できませんでした。",
"Apps" : "アプリ",
"for Argon2 for password hashing" : "パスワードハッシュ用の Argon2",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["タスク処理ワーカーは、過去%n分間稼働しています。"],
"Exclude some groups from sharing" : "共有可能なグループから除外する",
"Limit sharing to some groups" : "一部のグループに共有を制限する",
"Also allow autocompletion on full match of the user id" : "また、ユーザーIDが完全に一致した場合にオートコンプリートを許可する",

View file

@ -317,7 +317,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Dauguma užduočių paskutinę dieną buvo sėkmingai atliktos.","Dauguma užduočių per pastarąsias %n dienas buvo sėkmingai atliktos.","Dauguma užduočių per pastarąsias %n dienų buvo sėkmingai atliktos.","Dauguma užduočių per pastarąsias %n dienų buvo sėkmingai atliktos."],
"_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._" : ["Per pastarąją dieną daug užduočių nepavyko atlikti. Apsvarstykite galimybę patikrinti „Nextcloud“ žurnalą, ar nėra klaidų, ir išsiaiškinti, ar dirbtinio intelekto teikėjo programos buvo tinkamai nustatytos.","Per pastarąsias %n dienas nepavyko atlikti daug užduočių. Apsvarstykite galimybę patikrinti „Nextcloud“ žurnalą, ar nėra klaidų, ir išsiaiškinti, ar dirbtinio intelekto teikėjo programos buvo tinkamai nustatytos.","Per pastarąsias %n dienų nepavyko atlikti daug užduočių. Apsvarstykite galimybę patikrinti „nextcloud“ žurnalą, ar nėra klaidų, ir išsiaiškinti, ar dirbtinio intelekto teikėjo programos buvo tinkamai nustatytos.","Per pastarąsias %n dienų nepavyko atlikti daug užduočių. Apsvarstykite galimybę patikrinti „nextcloud“ žurnalą, ar nėra klaidų, ir išsiaiškinti, ar dirbtinio intelekto teikėjo programos buvo tinkamai nustatytos."],
"Task Processing worker status" : "Užduočių apdorojimo vykdytojo būsena",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Užduočių apdorojimo vykdytojas buvo paleistas per paskutinę minutę.","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minutes","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minučių","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minučių"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Atrodo, kad užduočių apdorojimo vykdytojas neveikia. Paskutinį kartą paleistas prieš %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Atrodo, kad užduočių apdorojimo vykdytojas neveikia. Atrodo, kad jis dar nė karto nebuvo paleistas.",
"Temporary space available" : "Yra laisvos vietos",
@ -860,6 +859,7 @@ OC.L10N.register(
"Could not update app." : "Nepavyko atnaujinti programėlės.",
"Apps" : "Programėlės",
"for Argon2 for password hashing" : "„Argon2“ slaptažodžių maišymui",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Užduočių apdorojimo vykdytojas buvo paleistas per paskutinę minutę.","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minutes","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minučių","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minučių"],
"Exclude some groups from sharing" : "Neleisti bendrinti kai kurioms grupėms",
"Limit sharing to some groups" : "Apriboti bendrinimą tik tam tikroms grupėms",
"Also allow autocompletion on full match of the user id" : "Taip pat leisti automatinį užbaigimą, kai vartotojo ID visiškai atitinka",

View file

@ -315,7 +315,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Dauguma užduočių paskutinę dieną buvo sėkmingai atliktos.","Dauguma užduočių per pastarąsias %n dienas buvo sėkmingai atliktos.","Dauguma užduočių per pastarąsias %n dienų buvo sėkmingai atliktos.","Dauguma užduočių per pastarąsias %n dienų buvo sėkmingai atliktos."],
"_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._" : ["Per pastarąją dieną daug užduočių nepavyko atlikti. Apsvarstykite galimybę patikrinti „Nextcloud“ žurnalą, ar nėra klaidų, ir išsiaiškinti, ar dirbtinio intelekto teikėjo programos buvo tinkamai nustatytos.","Per pastarąsias %n dienas nepavyko atlikti daug užduočių. Apsvarstykite galimybę patikrinti „Nextcloud“ žurnalą, ar nėra klaidų, ir išsiaiškinti, ar dirbtinio intelekto teikėjo programos buvo tinkamai nustatytos.","Per pastarąsias %n dienų nepavyko atlikti daug užduočių. Apsvarstykite galimybę patikrinti „nextcloud“ žurnalą, ar nėra klaidų, ir išsiaiškinti, ar dirbtinio intelekto teikėjo programos buvo tinkamai nustatytos.","Per pastarąsias %n dienų nepavyko atlikti daug užduočių. Apsvarstykite galimybę patikrinti „nextcloud“ žurnalą, ar nėra klaidų, ir išsiaiškinti, ar dirbtinio intelekto teikėjo programos buvo tinkamai nustatytos."],
"Task Processing worker status" : "Užduočių apdorojimo vykdytojo būsena",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Užduočių apdorojimo vykdytojas buvo paleistas per paskutinę minutę.","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minutes","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minučių","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minučių"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Atrodo, kad užduočių apdorojimo vykdytojas neveikia. Paskutinį kartą paleistas prieš %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Atrodo, kad užduočių apdorojimo vykdytojas neveikia. Atrodo, kad jis dar nė karto nebuvo paleistas.",
"Temporary space available" : "Yra laisvos vietos",
@ -858,6 +857,7 @@
"Could not update app." : "Nepavyko atnaujinti programėlės.",
"Apps" : "Programėlės",
"for Argon2 for password hashing" : "„Argon2“ slaptažodžių maišymui",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Užduočių apdorojimo vykdytojas buvo paleistas per paskutinę minutę.","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minutes","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minučių","Užduočių apdorojimo vykdytojas buvo paleistas per paskutines %n minučių"],
"Exclude some groups from sharing" : "Neleisti bendrinti kai kurioms grupėms",
"Limit sharing to some groups" : "Apriboti bendrinimą tik tam tikroms grupėms",
"Also allow autocompletion on full match of the user id" : "Taip pat leisti automatinį užbaigimą, kai vartotojo ID visiškai atitinka",

View file

@ -317,7 +317,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni."],
"_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._" : ["Wiele zadań zakończyło się niepowodzeniem w ciągu ostatniego dnia. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane."],
"Task Processing worker status" : "Status roboczego procesu przetwarzania zadań",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Proces roboczy przetwarzania zadań działał w ciągu ostatniej %n minuty","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minuty"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Proces roboczy przetwarzania zadań prawdopodobnie nie działa. Ostatnie uruchomienie miało miejsce o %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Proces roboczy przetwarzania zadań prawdopodobnie nie działa. Wygląda na to, że nigdy nie został uruchomiony",
"Temporary space available" : "Dostępna przestrzeń tymczasowa",
@ -860,6 +859,7 @@ OC.L10N.register(
"Could not update app." : "Nie można uaktualnić aplikacji.",
"Apps" : "Aplikacje",
"for Argon2 for password hashing" : "dla Argon2 do haszowania haseł",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Proces roboczy przetwarzania zadań działał w ciągu ostatniej %n minuty","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minuty"],
"Exclude some groups from sharing" : "Wyklucz niektóre grupy z udostępniania",
"Limit sharing to some groups" : "Ogranicz udostępnianie do niektórych grup",
"Also allow autocompletion on full match of the user id" : "Zezwól także na autouzupełnianie przy pełnym dopasowaniu identyfikatora użytkownika",

View file

@ -315,7 +315,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni."],
"_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._" : ["Wiele zadań zakończyło się niepowodzeniem w ciągu ostatniego dnia. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane."],
"Task Processing worker status" : "Status roboczego procesu przetwarzania zadań",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Proces roboczy przetwarzania zadań działał w ciągu ostatniej %n minuty","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minuty"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Proces roboczy przetwarzania zadań prawdopodobnie nie działa. Ostatnie uruchomienie miało miejsce o %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Proces roboczy przetwarzania zadań prawdopodobnie nie działa. Wygląda na to, że nigdy nie został uruchomiony",
"Temporary space available" : "Dostępna przestrzeń tymczasowa",
@ -858,6 +857,7 @@
"Could not update app." : "Nie można uaktualnić aplikacji.",
"Apps" : "Aplikacje",
"for Argon2 for password hashing" : "dla Argon2 do haszowania haseł",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Proces roboczy przetwarzania zadań działał w ciągu ostatniej %n minuty","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minuty"],
"Exclude some groups from sharing" : "Wyklucz niektóre grupy z udostępniania",
"Limit sharing to some groups" : "Ogranicz udostępnianie do niektórych grup",
"Also allow autocompletion on full match of the user id" : "Zezwól także na autouzupełnianie przy pełnym dopasowaniu identyfikatora użytkownika",

View file

@ -247,6 +247,7 @@ OC.L10N.register(
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "O limite de memória do PHP está abaixo do valor recomendado de %s. Alguns recursos ou aplicativos - incluindo o Atualizador - podem não funcionar adequadamente.",
"PHP modules" : "Módulos PHP",
"increases language translation performance and fixes sorting of non-ASCII characters" : "aumenta o desempenho da tradução de idiomas e corrige a classificação de caracteres não-ASCII",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "para o Argon2 para o hash de senhas e a verificação de assinaturas Ed25519 para assinaturas de mensagens HTTP conforme a RFC 9421",
"required for SFTP storage and recommended for WebAuthn performance" : "necessário para o armazenamento SFTP e recomendado para o desempenho do WebAuthn",
"for picture rotation in server and metadata extraction in the Photos app" : "para girar imagens no servidor e extrair metadados no aplicativo Fotos",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Esta instância está faltando alguns módulos PHP obrigatórios. É necessário instalá-los: %s.",
@ -317,7 +318,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["A maioria das tarefas foi bem-sucedida no último dia.","A maioria das tarefas foi bem-sucedida nos últimos %n de dias.","A maioria das tarefas foi bem-sucedida nos últimos %n dias."],
"_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._" : ["Muitas tarefas falharam no último dia. Considere verificar o log do Nextcloud em busca de erros e investigar se os aplicativos do provedor de IA foram configurados corretamente.","Muitas tarefas falharam nos últimos %n de dias. Considere verificar o log do Nextcloud em busca de erros e investigar se os aplicativos do provedor de IA foram configurados corretamente.","Muitas tarefas falharam nos últimos %n dias. Considere verificar o log do Nextcloud em busca de erros e investigar se os aplicativos do provedor de IA foram configurados corretamente."],
"Task Processing worker status" : "Status do processador de tarefas",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O processador de tarefas foi executado no último minuto.","O processador de tarefas foi executado nos últimos %n de minutos.","O processador de tarefas foi executado nos últimos %n minutos."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "O processador de tarefas parece não estar em execução. A última execução ocorreu às %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "O processador de tarefas parece não estar em execução. Parece que ele nunca foi executado até agora.",
"Temporary space available" : "Espaço temporário disponível",
@ -466,7 +466,7 @@ OC.L10N.register(
"Only continue if you no longer need the device to be wiped." : "Só continue se você não precisar mais que o dispositivo seja apagado.",
"Revoke and cancel wipe" : "Revogar e cancelar apagamento",
"Revoke app password?" : "Revogar a senha do aplicativo?",
"The app or device will lose access on its next sync. This cannot be undone." : "O aplicativo ou dispositivo perderá o acesso à sua próxima sincronização. Isso não pode ser desfeito.",
"The app or device will lose access on its next sync. This cannot be undone." : "O aplicativo ou dispositivo perderá o acesso com a sua próxima sincronização. Isso não pode ser desfeito.",
"Remote wipe has not started yet." : "O apagamento remoto ainda não começou.",
"Revoking now cancels the wipe. The device keeps its synced data." : "A revogação agora cancela o apagamento. O dispositivo mantém seus dados sincronizados.",
"Device" : "Dispositivo",
@ -860,6 +860,7 @@ OC.L10N.register(
"Could not update app." : "Não foi possível atualizar o aplicativo.",
"Apps" : "Aplicativos",
"for Argon2 for password hashing" : "para Argon2 para hashes de senhas",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O processador de tarefas foi executado no último minuto.","O processador de tarefas foi executado nos últimos %n de minutos.","O processador de tarefas foi executado nos últimos %n minutos."],
"Exclude some groups from sharing" : "Excluir alguns grupos do compartilhamento",
"Limit sharing to some groups" : "Limitar o compartilhamento a alguns grupos",
"Also allow autocompletion on full match of the user id" : "Permitir também o preenchimento automático em caso de correspondência completa do ID do usuário.",

View file

@ -245,6 +245,7 @@
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "O limite de memória do PHP está abaixo do valor recomendado de %s. Alguns recursos ou aplicativos - incluindo o Atualizador - podem não funcionar adequadamente.",
"PHP modules" : "Módulos PHP",
"increases language translation performance and fixes sorting of non-ASCII characters" : "aumenta o desempenho da tradução de idiomas e corrige a classificação de caracteres não-ASCII",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "para o Argon2 para o hash de senhas e a verificação de assinaturas Ed25519 para assinaturas de mensagens HTTP conforme a RFC 9421",
"required for SFTP storage and recommended for WebAuthn performance" : "necessário para o armazenamento SFTP e recomendado para o desempenho do WebAuthn",
"for picture rotation in server and metadata extraction in the Photos app" : "para girar imagens no servidor e extrair metadados no aplicativo Fotos",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Esta instância está faltando alguns módulos PHP obrigatórios. É necessário instalá-los: %s.",
@ -315,7 +316,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["A maioria das tarefas foi bem-sucedida no último dia.","A maioria das tarefas foi bem-sucedida nos últimos %n de dias.","A maioria das tarefas foi bem-sucedida nos últimos %n dias."],
"_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._" : ["Muitas tarefas falharam no último dia. Considere verificar o log do Nextcloud em busca de erros e investigar se os aplicativos do provedor de IA foram configurados corretamente.","Muitas tarefas falharam nos últimos %n de dias. Considere verificar o log do Nextcloud em busca de erros e investigar se os aplicativos do provedor de IA foram configurados corretamente.","Muitas tarefas falharam nos últimos %n dias. Considere verificar o log do Nextcloud em busca de erros e investigar se os aplicativos do provedor de IA foram configurados corretamente."],
"Task Processing worker status" : "Status do processador de tarefas",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O processador de tarefas foi executado no último minuto.","O processador de tarefas foi executado nos últimos %n de minutos.","O processador de tarefas foi executado nos últimos %n minutos."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "O processador de tarefas parece não estar em execução. A última execução ocorreu às %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "O processador de tarefas parece não estar em execução. Parece que ele nunca foi executado até agora.",
"Temporary space available" : "Espaço temporário disponível",
@ -464,7 +464,7 @@
"Only continue if you no longer need the device to be wiped." : "Só continue se você não precisar mais que o dispositivo seja apagado.",
"Revoke and cancel wipe" : "Revogar e cancelar apagamento",
"Revoke app password?" : "Revogar a senha do aplicativo?",
"The app or device will lose access on its next sync. This cannot be undone." : "O aplicativo ou dispositivo perderá o acesso à sua próxima sincronização. Isso não pode ser desfeito.",
"The app or device will lose access on its next sync. This cannot be undone." : "O aplicativo ou dispositivo perderá o acesso com a sua próxima sincronização. Isso não pode ser desfeito.",
"Remote wipe has not started yet." : "O apagamento remoto ainda não começou.",
"Revoking now cancels the wipe. The device keeps its synced data." : "A revogação agora cancela o apagamento. O dispositivo mantém seus dados sincronizados.",
"Device" : "Dispositivo",
@ -858,6 +858,7 @@
"Could not update app." : "Não foi possível atualizar o aplicativo.",
"Apps" : "Aplicativos",
"for Argon2 for password hashing" : "para Argon2 para hashes de senhas",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O processador de tarefas foi executado no último minuto.","O processador de tarefas foi executado nos últimos %n de minutos.","O processador de tarefas foi executado nos últimos %n minutos."],
"Exclude some groups from sharing" : "Excluir alguns grupos do compartilhamento",
"Limit sharing to some groups" : "Limitar o compartilhamento a alguns grupos",
"Also allow autocompletion on full match of the user id" : "Permitir também o preenchimento automático em caso de correspondência completa do ID do usuário.",

View file

@ -22,6 +22,7 @@ OC.L10N.register(
"You created an app password for a session named \"{token}\"" : "Вы создали пароль приложения для сеанса «{token}»",
"An administrator created an app password for a session named \"{token}\"" : "Администратор создал пароль приложения для сеанса «{token}»",
"You deleted app password \"{token}\"" : "Вы удалили пароль приложения «{token}»",
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Вы удалили пароль приложения \"{token}\" и отменили ожидающее удалённое стирание пароля",
"You renamed app password \"{token}\" to \"{newToken}\"" : "Вы переименовали пароль приложения «{token}» в «{newToken}»",
"You granted filesystem access to app password \"{token}\"" : "Вы разрешили доступ к файлам приложению «{token}»",
"You revoked filesystem access from app password \"{token}\"" : "Вы закрыли приложению «{token}» доступ к файлам",
@ -246,6 +247,7 @@ OC.L10N.register(
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Предел памяти PHP ниже рекомендуемого значения %s. Некоторые функции или приложения, включая Updater, могут работать некорректно.",
"PHP modules" : "Модули PHP",
"increases language translation performance and fixes sorting of non-ASCII characters" : "улучшает производительность при использовании переводов и исправляет сортировку не-ASCII символов",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "для Argon2 для хеширования паролей и проверки подписи Ed25519 для подписей HTTP-сообщений RFC 9421",
"required for SFTP storage and recommended for WebAuthn performance" : "требуется для хранения данных по протоколу SFTP и рекомендуется для повышения производительности WebAuthn",
"for picture rotation in server and metadata extraction in the Photos app" : "для поворота изображений и извлечения метаданных в приложении Фотографии",
"This instance is missing some required PHP modules. It is required to install them: %s." : "На этом сервере отсутствуют некоторые рекомендуемые модули PHP. Рекомендуется установить: %s.",
@ -294,6 +296,7 @@ OC.L10N.register(
"Your server is correctly configured to send security headers." : "Ваш сервер правильно настроен для отправки заголовков безопасности.",
"Configuration server ID" : "ID сервера конфигурации",
"Server identifier isnt configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Идентификатор сервера не настроен. Рекомендуется использовать его, если ваш экземпляр Nextcloud работает на нескольких PHP-серверах. Добавьте идентификатор сервера в конфигурацию.",
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "\"%d\" не является допустимым идентификатором сервера. Оно должно быть между 0 и 511.",
"Server identifier is configured and valid." : "Идентификатор сервера настроен и действителен.",
"Database version" : "Версия базы данных",
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Обнаружена версия MariaDB 10.3. Эта версия является устаревшей и поддерживается только как часть Ubuntu 20.04. MariaDB >=%1$s и <=%2$s рекомендована для лучшей производительности, стабильности и функциональности с этой версией Nextcloud.",
@ -315,7 +318,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Большинство задач были успешны в последний день.","Большинство задач были успешны в последние %n дня.","Большинство задач были успешны в последние %n дней.","Большинство задач были успешны в последние %n дней."],
"_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._" : ["За последний день многие задачи не удалось выполнить. Рекомендуем проверить журнал Nextcloud на наличие ошибок и проверить правильность настройки приложений ИИ-провайдера.","За последние %n дня многие задачи не удалось выполнить. Рекомендуем проверить журнал Nextcloud на наличие ошибок и проверить правильность настройки приложений ИИ-провайдера.","За последние %n дней многие задачи не удалось выполнить. Рекомендуем проверить журнал Nextcloud на наличие ошибок и проверить правильность настройки приложений ИИ-провайдера.","За последние %n дней многие задачи не удалось выполнить. Рекомендуем проверить журнал Nextcloud на наличие ошибок и проверить правильность настройки приложений ИИ-провайдера."],
"Task Processing worker status" : "Статус воркера обработки задач",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Воркер обработки задач был запущен в последнюю минуту.","Воркер обработки задач был запущен в последние %n минуты.","Воркер обработки задач был запущен в последние %n минут.","Воркер обработки задач был запущен в последние %n минут."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Кажется, что рабочий процесс обработки задач не работает. Последний запуск был в %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Кажется, что воркер обработки задач не работает. Кажется, оно ещё никогда не запускалось так далеко.",
"Temporary space available" : "Доступное временное пространство",
@ -460,6 +462,13 @@ OC.L10N.register(
"Rename" : "Переименовать",
"Revoke" : "Отозвать",
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Отзыв токена может привести к невозможности удаления данных с устройства, если такое удаление ещё не запущено.",
"Revoke and cancel pending wipe?" : "Отозвать и отменить ожидающее стирание?",
"Only continue if you no longer need the device to be wiped." : "Продолжайте, только если вам больше не нужна стирание устройства.",
"Revoke and cancel wipe" : "Отозвать и отменить стирание",
"Revoke app password?" : "Отозвать пароль приложения?",
"The app or device will lose access on its next sync. This cannot be undone." : "Приложение или устройство потеряет доступ при следующей синхронизации. Это невозможно отменить.",
"Remote wipe has not started yet." : "Удалёное стирание ещё не началось.",
"Revoking now cancels the wipe. The device keeps its synced data." : "Отзыв сейчас отменит стирание. Устройство сохраняет синхронизированные данные.",
"Device" : "Устройство",
"Last activity" : "Последние действия",
"Actions" : "Действия",
@ -851,6 +860,7 @@ OC.L10N.register(
"Could not update app." : "Не удалось обновить приложение.",
"Apps" : "Приложения",
"for Argon2 for password hashing" : "для использования функции Argon2 для хэширования паролей",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Воркер обработки задач был запущен в последнюю минуту.","Воркер обработки задач был запущен в последние %n минуты.","Воркер обработки задач был запущен в последние %n минут.","Воркер обработки задач был запущен в последние %n минут."],
"Exclude some groups from sharing" : "Исключить некоторые группы из общего доступа",
"Limit sharing to some groups" : "Ограничить доступ к некоторым группам",
"Also allow autocompletion on full match of the user id" : "Также разрешить автозаполнение при полном совпадении ID пользователя.",

View file

@ -20,6 +20,7 @@
"You created an app password for a session named \"{token}\"" : "Вы создали пароль приложения для сеанса «{token}»",
"An administrator created an app password for a session named \"{token}\"" : "Администратор создал пароль приложения для сеанса «{token}»",
"You deleted app password \"{token}\"" : "Вы удалили пароль приложения «{token}»",
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Вы удалили пароль приложения \"{token}\" и отменили ожидающее удалённое стирание пароля",
"You renamed app password \"{token}\" to \"{newToken}\"" : "Вы переименовали пароль приложения «{token}» в «{newToken}»",
"You granted filesystem access to app password \"{token}\"" : "Вы разрешили доступ к файлам приложению «{token}»",
"You revoked filesystem access from app password \"{token}\"" : "Вы закрыли приложению «{token}» доступ к файлам",
@ -244,6 +245,7 @@
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Предел памяти PHP ниже рекомендуемого значения %s. Некоторые функции или приложения, включая Updater, могут работать некорректно.",
"PHP modules" : "Модули PHP",
"increases language translation performance and fixes sorting of non-ASCII characters" : "улучшает производительность при использовании переводов и исправляет сортировку не-ASCII символов",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "для Argon2 для хеширования паролей и проверки подписи Ed25519 для подписей HTTP-сообщений RFC 9421",
"required for SFTP storage and recommended for WebAuthn performance" : "требуется для хранения данных по протоколу SFTP и рекомендуется для повышения производительности WebAuthn",
"for picture rotation in server and metadata extraction in the Photos app" : "для поворота изображений и извлечения метаданных в приложении Фотографии",
"This instance is missing some required PHP modules. It is required to install them: %s." : "На этом сервере отсутствуют некоторые рекомендуемые модули PHP. Рекомендуется установить: %s.",
@ -292,6 +294,7 @@
"Your server is correctly configured to send security headers." : "Ваш сервер правильно настроен для отправки заголовков безопасности.",
"Configuration server ID" : "ID сервера конфигурации",
"Server identifier isnt configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Идентификатор сервера не настроен. Рекомендуется использовать его, если ваш экземпляр Nextcloud работает на нескольких PHP-серверах. Добавьте идентификатор сервера в конфигурацию.",
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "\"%d\" не является допустимым идентификатором сервера. Оно должно быть между 0 и 511.",
"Server identifier is configured and valid." : "Идентификатор сервера настроен и действителен.",
"Database version" : "Версия базы данных",
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Обнаружена версия MariaDB 10.3. Эта версия является устаревшей и поддерживается только как часть Ubuntu 20.04. MariaDB >=%1$s и <=%2$s рекомендована для лучшей производительности, стабильности и функциональности с этой версией Nextcloud.",
@ -313,7 +316,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Большинство задач были успешны в последний день.","Большинство задач были успешны в последние %n дня.","Большинство задач были успешны в последние %n дней.","Большинство задач были успешны в последние %n дней."],
"_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._" : ["За последний день многие задачи не удалось выполнить. Рекомендуем проверить журнал Nextcloud на наличие ошибок и проверить правильность настройки приложений ИИ-провайдера.","За последние %n дня многие задачи не удалось выполнить. Рекомендуем проверить журнал Nextcloud на наличие ошибок и проверить правильность настройки приложений ИИ-провайдера.","За последние %n дней многие задачи не удалось выполнить. Рекомендуем проверить журнал Nextcloud на наличие ошибок и проверить правильность настройки приложений ИИ-провайдера.","За последние %n дней многие задачи не удалось выполнить. Рекомендуем проверить журнал Nextcloud на наличие ошибок и проверить правильность настройки приложений ИИ-провайдера."],
"Task Processing worker status" : "Статус воркера обработки задач",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Воркер обработки задач был запущен в последнюю минуту.","Воркер обработки задач был запущен в последние %n минуты.","Воркер обработки задач был запущен в последние %n минут.","Воркер обработки задач был запущен в последние %n минут."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Кажется, что рабочий процесс обработки задач не работает. Последний запуск был в %s.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Кажется, что воркер обработки задач не работает. Кажется, оно ещё никогда не запускалось так далеко.",
"Temporary space available" : "Доступное временное пространство",
@ -458,6 +460,13 @@
"Rename" : "Переименовать",
"Revoke" : "Отозвать",
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Отзыв токена может привести к невозможности удаления данных с устройства, если такое удаление ещё не запущено.",
"Revoke and cancel pending wipe?" : "Отозвать и отменить ожидающее стирание?",
"Only continue if you no longer need the device to be wiped." : "Продолжайте, только если вам больше не нужна стирание устройства.",
"Revoke and cancel wipe" : "Отозвать и отменить стирание",
"Revoke app password?" : "Отозвать пароль приложения?",
"The app or device will lose access on its next sync. This cannot be undone." : "Приложение или устройство потеряет доступ при следующей синхронизации. Это невозможно отменить.",
"Remote wipe has not started yet." : "Удалёное стирание ещё не началось.",
"Revoking now cancels the wipe. The device keeps its synced data." : "Отзыв сейчас отменит стирание. Устройство сохраняет синхронизированные данные.",
"Device" : "Устройство",
"Last activity" : "Последние действия",
"Actions" : "Действия",
@ -849,6 +858,7 @@
"Could not update app." : "Не удалось обновить приложение.",
"Apps" : "Приложения",
"for Argon2 for password hashing" : "для использования функции Argon2 для хэширования паролей",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Воркер обработки задач был запущен в последнюю минуту.","Воркер обработки задач был запущен в последние %n минуты.","Воркер обработки задач был запущен в последние %n минут.","Воркер обработки задач был запущен в последние %n минут."],
"Exclude some groups from sharing" : "Исключить некоторые группы из общего доступа",
"Limit sharing to some groups" : "Ограничить доступ к некоторым группам",
"Also allow autocompletion on full match of the user id" : "Также разрешить автозаполнение при полном совпадении ID пользователя.",

View file

@ -247,6 +247,7 @@ OC.L10N.register(
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP bellek sınırı önerilen %s değerinin altında. Güncelleyici ile birlikte bazı özellikler veya uygulamalar düzgün çalışmayabilir.",
"PHP modules" : "PHP modülleri",
"increases language translation performance and fixes sorting of non-ASCII characters" : "dil çeviri başarımını artırır ve ASCII olmayan karakterlerin sıralamasını düzeltir",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "Parola karması için Argon2 ve RFC 9421 http ileti imzalarının Ed25519 imza doğrulaması için",
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP depolaması için gereklidir ve WebAuthn başarımı için önerilir",
"for picture rotation in server and metadata extraction in the Photos app" : "Fotoğraflar uygulamasında sunucuda görselleri döndürmek ve üst verileri ayıklamak için ",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s.",
@ -317,7 +318,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Son 1 gündeki çoğu zamanlanmış görev tamamlandı.","Son %n gündeki çoğu zamanlanmış görev tamamlandı."],
"_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._" : ["Son 1 günde pek çok zamanlanmış görev tamamlanamadı. Hataları bulmak için Nextcloud günlüğünü denetlemeyi ve yapay zeka hizmeti sağlayıcı uygulamalarının doğru ayarlanıp kurulduğunu araştırmayı değerlendirin.","Son %n günde pek çok zamanlanmış görev tamamlanamadı. Hataları bulmak için Nextcloud günlüğünü denetlemeyi ve yapay zeka hizmeti sağlayıcı uygulamalarının doğru ayarlanıp kurulduğunu araştırmayı değerlendirin."],
"Task Processing worker status" : "Görev işleme işleminin durumu",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Görev işleme işlemi 1 dakika önce çalıştı.","Görev işleme işlemi %n dakika önce çalıştı."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Görev işleme işlemi çalışmıyor gibi görünüyor. En son %s zamanında çalıştı.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Görev işleme işlemi çalışmıyor gibi görünüyor. Göründüğü kadarıyla şimdiye kadar hiç çalışmamış.",
"Temporary space available" : "Geçici alan kullanılabilir",
@ -860,6 +860,7 @@ OC.L10N.register(
"Could not update app." : "Uygulama güncellenemedi.",
"Apps" : "Uygulamalar",
"for Argon2 for password hashing" : "Argon2 ile parola karması için",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Görev işleme işlemi 1 dakika önce çalıştı.","Görev işleme işlemi %n dakika önce çalıştı."],
"Exclude some groups from sharing" : "Bazı gruplar ile paylaşım yapılamasın",
"Limit sharing to some groups" : "Paylaşım bazı gruplar ile sınırlansın",
"Also allow autocompletion on full match of the user id" : "Ayrıca kullanıcı kimliğinin tam eşleşmesinde otomatik tamamlamaya izin verilsin",

View file

@ -245,6 +245,7 @@
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP bellek sınırı önerilen %s değerinin altında. Güncelleyici ile birlikte bazı özellikler veya uygulamalar düzgün çalışmayabilir.",
"PHP modules" : "PHP modülleri",
"increases language translation performance and fixes sorting of non-ASCII characters" : "dil çeviri başarımını artırır ve ASCII olmayan karakterlerin sıralamasını düzeltir",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "Parola karması için Argon2 ve RFC 9421 http ileti imzalarının Ed25519 imza doğrulaması için",
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP depolaması için gereklidir ve WebAuthn başarımı için önerilir",
"for picture rotation in server and metadata extraction in the Photos app" : "Fotoğraflar uygulamasında sunucuda görselleri döndürmek ve üst verileri ayıklamak için ",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s.",
@ -315,7 +316,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Son 1 gündeki çoğu zamanlanmış görev tamamlandı.","Son %n gündeki çoğu zamanlanmış görev tamamlandı."],
"_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._" : ["Son 1 günde pek çok zamanlanmış görev tamamlanamadı. Hataları bulmak için Nextcloud günlüğünü denetlemeyi ve yapay zeka hizmeti sağlayıcı uygulamalarının doğru ayarlanıp kurulduğunu araştırmayı değerlendirin.","Son %n günde pek çok zamanlanmış görev tamamlanamadı. Hataları bulmak için Nextcloud günlüğünü denetlemeyi ve yapay zeka hizmeti sağlayıcı uygulamalarının doğru ayarlanıp kurulduğunu araştırmayı değerlendirin."],
"Task Processing worker status" : "Görev işleme işleminin durumu",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Görev işleme işlemi 1 dakika önce çalıştı.","Görev işleme işlemi %n dakika önce çalıştı."],
"The Task Processing worker does not seem to be running. The last run was at %s." : "Görev işleme işlemi çalışmıyor gibi görünüyor. En son %s zamanında çalıştı.",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Görev işleme işlemi çalışmıyor gibi görünüyor. Göründüğü kadarıyla şimdiye kadar hiç çalışmamış.",
"Temporary space available" : "Geçici alan kullanılabilir",
@ -858,6 +858,7 @@
"Could not update app." : "Uygulama güncellenemedi.",
"Apps" : "Uygulamalar",
"for Argon2 for password hashing" : "Argon2 ile parola karması için",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Görev işleme işlemi 1 dakika önce çalıştı.","Görev işleme işlemi %n dakika önce çalıştı."],
"Exclude some groups from sharing" : "Bazı gruplar ile paylaşım yapılamasın",
"Limit sharing to some groups" : "Paylaşım bazı gruplar ile sınırlansın",
"Also allow autocompletion on full match of the user id" : "Ayrıca kullanıcı kimliğinin tam eşleşmesinde otomatik tamamlamaya izin verilsin",

View file

@ -316,7 +316,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["过去 %n 天内大多数任务已成功完成。"],
"_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._" : ["过去 %n 天内有很多任务失败。建议检查 Nextcloud 日志中的错误,并检查 AI 提供者应用是否已正确设置。"],
"Task Processing worker status" : "任务处理工作进程状态",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任务处理工作进程已在过去 %n 分钟内运行。"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "任务处理工作进程似乎没有运行。上次运行是在 %s。",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "任务处理工作进程似乎没有运行。似乎它从未运行过。",
"Temporary space available" : "可用临时空间",
@ -852,6 +851,7 @@ OC.L10N.register(
"Could not update app." : "无法更新应用。",
"Apps" : "应用",
"for Argon2 for password hashing" : "用于 Argon2 进行密码哈希处理",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任务处理工作进程已在过去 %n 分钟内运行。"],
"Exclude some groups from sharing" : "从共享中排除某些群组",
"Limit sharing to some groups" : "限制共享给某些组",
"Also allow autocompletion on full match of the user id" : "同时允许基于用户 ID 完整匹配的自动补全",

View file

@ -314,7 +314,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["过去 %n 天内大多数任务已成功完成。"],
"_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._" : ["过去 %n 天内有很多任务失败。建议检查 Nextcloud 日志中的错误,并检查 AI 提供者应用是否已正确设置。"],
"Task Processing worker status" : "任务处理工作进程状态",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任务处理工作进程已在过去 %n 分钟内运行。"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "任务处理工作进程似乎没有运行。上次运行是在 %s。",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "任务处理工作进程似乎没有运行。似乎它从未运行过。",
"Temporary space available" : "可用临时空间",
@ -850,6 +849,7 @@
"Could not update app." : "无法更新应用。",
"Apps" : "应用",
"for Argon2 for password hashing" : "用于 Argon2 进行密码哈希处理",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任务处理工作进程已在过去 %n 分钟内运行。"],
"Exclude some groups from sharing" : "从共享中排除某些群组",
"Limit sharing to some groups" : "限制共享给某些组",
"Also allow autocompletion on full match of the user id" : "同时允许基于用户 ID 完整匹配的自动补全",

View file

@ -316,7 +316,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["最近%n天內的大多數任務都成功完成。"],
"_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._" : ["最近%n天內有許多任務執行失敗。建議檢查 Nextcloud 紀錄檔中的錯誤訊息,並確認 AI 服務提供者應用程式是否已正確設定。"],
"Task Processing worker status" : "任務處理 worker 的狀態",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任務處理 worker 已在過去 %n 分鐘內執行過。"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "任務處理 worker 似乎並未執行。上次執行為 %s。",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "任務處理 worker 似乎並未執行。似乎從未執行過。",
"Temporary space available" : "可用臨時空間",
@ -852,6 +851,7 @@ OC.L10N.register(
"Could not update app." : "無法更新應用程式。",
"Apps" : "應用程式",
"for Argon2 for password hashing" : "用於 Argon2 進行密碼散列處理",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任務處理 worker 已在過去 %n 分鐘內執行過。"],
"Exclude some groups from sharing" : "從分享中排除某些群組",
"Limit sharing to some groups" : "限制分享給某些群組",
"Also allow autocompletion on full match of the user id" : "同時允許在使用者 ID 完全相符時啟用自動完成功能",

View file

@ -314,7 +314,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["最近%n天內的大多數任務都成功完成。"],
"_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._" : ["最近%n天內有許多任務執行失敗。建議檢查 Nextcloud 紀錄檔中的錯誤訊息,並確認 AI 服務提供者應用程式是否已正確設定。"],
"Task Processing worker status" : "任務處理 worker 的狀態",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任務處理 worker 已在過去 %n 分鐘內執行過。"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "任務處理 worker 似乎並未執行。上次執行為 %s。",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "任務處理 worker 似乎並未執行。似乎從未執行過。",
"Temporary space available" : "可用臨時空間",
@ -850,6 +849,7 @@
"Could not update app." : "無法更新應用程式。",
"Apps" : "應用程式",
"for Argon2 for password hashing" : "用於 Argon2 進行密碼散列處理",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任務處理 worker 已在過去 %n 分鐘內執行過。"],
"Exclude some groups from sharing" : "從分享中排除某些群組",
"Limit sharing to some groups" : "限制分享給某些群組",
"Also allow autocompletion on full match of the user id" : "同時允許在使用者 ID 完全相符時啟用自動完成功能",

View file

@ -247,6 +247,7 @@ OC.L10N.register(
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP 記憶體限制低於建議值 %s。部份功能或應用程式包含更新程式可能無法正常運作。",
"PHP modules" : "PHP 模組",
"increases language translation performance and fixes sorting of non-ASCII characters" : "提昇語言翻譯效能並修復非 ASCII 字元的排序",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "用於 Argon2 密碼雜湊,以及用於 RFC 9421 HTTP 訊息簽章的 Ed25519 簽名驗證",
"required for SFTP storage and recommended for WebAuthn performance" : "使用 SFTP 儲存空間時為必要,針對 WebAuthn 效能問題也建議使用",
"for picture rotation in server and metadata extraction in the Photos app" : "用於伺服器中的圖片旋轉與照片應用程式中的中介資料擷取",
"This instance is missing some required PHP modules. It is required to install them: %s." : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s。",
@ -317,7 +318,6 @@ OC.L10N.register(
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["最近%n天內的大多數任務都成功完成。"],
"_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._" : ["最近%n天內有許多任務執行失敗。建議檢查 Nextcloud 紀錄檔中的錯誤訊息,並確認 AI 服務提供者應用程式是否已正確設定。"],
"Task Processing worker status" : "任務處理 worker 的狀態",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任務處理 worker 已在過去 %n 分鐘內執行過。"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "任務處理 worker 似乎並未執行。上次執行為 %s。",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "任務處理 worker 似乎並未執行。似乎從未執行過。",
"Temporary space available" : "可用臨時空間",
@ -860,6 +860,7 @@ OC.L10N.register(
"Could not update app." : "無法更新應用程式。",
"Apps" : "應用程式",
"for Argon2 for password hashing" : "用於 Argon2 進行密碼雜湊處理",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任務處理 worker 已在過去 %n 分鐘內執行過。"],
"Exclude some groups from sharing" : "從分享中排除部份群組",
"Limit sharing to some groups" : "限制分享給部份群組",
"Also allow autocompletion on full match of the user id" : "同時允許在使用者 ID 完全相符時啟用自動完成功能",

View file

@ -245,6 +245,7 @@
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP 記憶體限制低於建議值 %s。部份功能或應用程式包含更新程式可能無法正常運作。",
"PHP modules" : "PHP 模組",
"increases language translation performance and fixes sorting of non-ASCII characters" : "提昇語言翻譯效能並修復非 ASCII 字元的排序",
"for Argon2 for password hashing and Ed25519 signature verification for RFC 9421 http message signatures" : "用於 Argon2 密碼雜湊,以及用於 RFC 9421 HTTP 訊息簽章的 Ed25519 簽名驗證",
"required for SFTP storage and recommended for WebAuthn performance" : "使用 SFTP 儲存空間時為必要,針對 WebAuthn 效能問題也建議使用",
"for picture rotation in server and metadata extraction in the Photos app" : "用於伺服器中的圖片旋轉與照片應用程式中的中介資料擷取",
"This instance is missing some required PHP modules. It is required to install them: %s." : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s。",
@ -315,7 +316,6 @@
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["最近%n天內的大多數任務都成功完成。"],
"_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._" : ["最近%n天內有許多任務執行失敗。建議檢查 Nextcloud 紀錄檔中的錯誤訊息,並確認 AI 服務提供者應用程式是否已正確設定。"],
"Task Processing worker status" : "任務處理 worker 的狀態",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任務處理 worker 已在過去 %n 分鐘內執行過。"],
"The Task Processing worker does not seem to be running. The last run was at %s." : "任務處理 worker 似乎並未執行。上次執行為 %s。",
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "任務處理 worker 似乎並未執行。似乎從未執行過。",
"Temporary space available" : "可用臨時空間",
@ -858,6 +858,7 @@
"Could not update app." : "無法更新應用程式。",
"Apps" : "應用程式",
"for Argon2 for password hashing" : "用於 Argon2 進行密碼雜湊處理",
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["任務處理 worker 已在過去 %n 分鐘內執行過。"],
"Exclude some groups from sharing" : "從分享中排除部份群組",
"Limit sharing to some groups" : "限制分享給部份群組",
"Also allow autocompletion on full match of the user id" : "同時允許在使用者 ID 完全相符時啟用自動完成功能",

View file

@ -27,6 +27,7 @@ OC.L10N.register(
"%s accessed %s" : "%s получил(а) доступ к %s",
"%s renamed %s" : "%s переименовал(а) %s",
"%s copied %s" : "%s скопировал(а) %s",
"%1$s assigned %2$s to %3$s" : "%1$s назначен %2$s на %3$s",
"Operation #%s does not exist" : "Операция #%s не существует",
"Entity %s is invalid" : "Сущность %s неверна",
"Entity %s does not exist" : "Сущность %s не существует",
@ -69,6 +70,7 @@ OC.L10N.register(
"Select a user agent" : "Выберите user agent",
"Select groups" : "Выберите группы",
"Groups" : "Группы",
"Type to search for group …" : "Печатайте для поиска группы …",
"Select a trigger" : "Выберите триггер",
"At least one event must be selected" : "Необходимо выбрать как минимум одно событие",
"Add new flow" : "Добавить обработку",

View file

@ -25,6 +25,7 @@
"%s accessed %s" : "%s получил(а) доступ к %s",
"%s renamed %s" : "%s переименовал(а) %s",
"%s copied %s" : "%s скопировал(а) %s",
"%1$s assigned %2$s to %3$s" : "%1$s назначен %2$s на %3$s",
"Operation #%s does not exist" : "Операция #%s не существует",
"Entity %s is invalid" : "Сущность %s неверна",
"Entity %s does not exist" : "Сущность %s не существует",
@ -67,6 +68,7 @@
"Select a user agent" : "Выберите user agent",
"Select groups" : "Выберите группы",
"Groups" : "Группы",
"Type to search for group …" : "Печатайте для поиска группы …",
"Select a trigger" : "Выберите триггер",
"At least one event must be selected" : "Необходимо выбрать как минимум одно событие",
"Add new flow" : "Добавить обработку",

View file

@ -227,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "Startdatum wählen",
"Pick end date" : "Enddatum wählen",
"Search in date range" : "Im Datumsbereich suchen",
"Search apps, files, tags, messages …" : "Nach Apps, Dateien, Schlagworten, Nachrichten suchen …",
"Search in current app" : "In aktueller App suchen ",
"Clear search" : "Suche löschen",
"Search everywhere" : "Überall suchen",

View file

@ -225,6 +225,7 @@
"Pick start date" : "Startdatum wählen",
"Pick end date" : "Enddatum wählen",
"Search in date range" : "Im Datumsbereich suchen",
"Search apps, files, tags, messages …" : "Nach Apps, Dateien, Schlagworten, Nachrichten suchen …",
"Search in current app" : "In aktueller App suchen ",
"Clear search" : "Suche löschen",
"Search everywhere" : "Überall suchen",

View file

@ -227,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "Startdatum wählen",
"Pick end date" : "Enddatum wählen",
"Search in date range" : "Im Datumsbereich suchen",
"Search apps, files, tags, messages …" : "Nach Apps, Dateien, Schlagworten, Nachrichten suchen …",
"Search in current app" : "In aktueller App suchen ",
"Clear search" : "Suche löschen",
"Search everywhere" : "Überall suchen",

View file

@ -225,6 +225,7 @@
"Pick start date" : "Startdatum wählen",
"Pick end date" : "Enddatum wählen",
"Search in date range" : "Im Datumsbereich suchen",
"Search apps, files, tags, messages …" : "Nach Apps, Dateien, Schlagworten, Nachrichten suchen …",
"Search in current app" : "In aktueller App suchen ",
"Clear search" : "Suche löschen",
"Search everywhere" : "Überall suchen",

View file

@ -136,7 +136,7 @@ OC.L10N.register(
"7-zip archive" : "7-zip arhiivifail",
"Blender scene" : "Blenderi stseen",
"Bzip2 archive" : "Bzip2 arhiivifail",
"Debian package" : "Debian pakett",
"Debian package" : "Debiani pakett",
"FictionBook document" : "FictionBooki dokument",
"Unknown font" : "Tundmatu kirjatüüp",
"Krita document" : "Krita dokument",
@ -227,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "Vali algkuupäev",
"Pick end date" : "Vali lõppkuupäev",
"Search in date range" : "Otsi kuupäevavahemikust",
"Search apps, files, tags, messages …" : "Otsi rakendusi, faile, silte, sõnumeid…",
"Search in current app" : "Otsi sellest rakendusest",
"Clear search" : "Tühjenda otsing",
"Search everywhere" : "Otsi kõikjalt",
@ -288,7 +289,7 @@ OC.L10N.register(
"Keep your colleagues and friends in one place without leaking their private info." : "Hoia oma kolleegid ja sõbrad ühes kohas ilma nende privaatset infot lekitamata.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Lihtne e-posti rakendus, mis on integreeritud Failide, Kontaktide ja Kalendriga.",
"Chatting, video calls, screen sharing, online meetings and web conferencing in your browser and with mobile apps." : "Vestlused, videokõned, ekraanijagamine, veebipõhised kohtumised ja veebikonverentsid sinu brauseris ja mobiilirakendustes.",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Kaastöö dokumentide, tabelite ja presentatsioonidega, kasutades Collabora Online'i.",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Ühistöös loodud ja muudetud dokumendid, tabelid ja esitlused, kasutades Collabora Online'i.",
"Distraction free note taking app." : "Müravaba märkmete rakendus.",
"Recommended apps" : "Soovitatud rakendused",
"Loading apps …" : "Laadin rakendusi…",
@ -326,7 +327,7 @@ OC.L10N.register(
"Press Enter to start searching" : "Otsimise alustamiseks vajuta Enter",
"_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Otsimiseks sisesta vähemalt {minSearchLength} sümbol","Otsimiseks sisesta vähemalt {minSearchLength} sümbolit"],
"An error occurred while searching for {type}" : "„{type}“ otsimisel tekkis viga",
"Search starts once you start typing and results may be reached with the arrow keys" : "Otsing algab kohe, kui sa midagi trükid, ja tulemustele saab ligi nooleklahvidega",
"Search starts once you start typing and results may be reached with the arrow keys" : "Otsing algab kohe, kui sa midagi sisestad ja tulemustele saad ligi nooleklahvidega",
"Search for {name} only" : "Otsi vaid otsisõna „{name}“",
"Loading more results …" : "Laadin veel tulemusi…",
"Forgot password?" : "Unustasid salasõna?",
@ -399,7 +400,7 @@ OC.L10N.register(
"See the documentation" : "Vaata dokumentatsiooni",
"{name} version {version} and above" : "{name} versioon {version} ja uuemad",
"This browser is not supported" : "See brauser pole toetatu",
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Sinu brauser ei ole toetatud. Palun uuenda see uuema versiooni peale või vaheta toetatud brauseri vastu.",
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Sinu veebibrauser ei ole toetatud. Palun uuenda see uuema versiooni peale või vaheta toetatud veebibrauseri vastu.",
"Continue with this unsupported browser" : "Jätka selle mittetoetatud brauseriga",
"Supported versions" : "Toetatud versioonid",
"The update completed with warnings. Please check the details for more information." : "Uuendamine lõppes hoiatustega. Lisateavet leiad dokumentatsioonist.",
@ -454,7 +455,7 @@ OC.L10N.register(
"Access forbidden" : "Ligipääs on keelatud",
"You are not allowed to access this page." : "Sul pole õigust seda lehte vaadata.",
"Back to %s" : "Tagasi siia: %s",
"Page not found" : "Lehekülge ei leitud",
"Page not found" : "Lehekülge ei leidu",
"The page could not be found on the server or you may not be allowed to view it." : "Seda lehekülge selles serveris ei leidu või sul puudub õigus seda vaadata.",
"Too many requests" : "Liiga palju päringuid",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Sinu võrgust tuli liiga palju päringuid. Proovi hiljem uuesti või kui tegu on veaga, siis võta ühendust peakasutajaga.",
@ -478,7 +479,7 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "See rakendus vajab toimimiseks JavaScripti. Palun {linkstart}luba JavaScript{linkend} ning laadi see leht uuesti.",
"Skip to main content" : "Mine põhisisu juurde",
"Skip to navigation of app" : "Mine rakenduse asukohtade juurde",
"Go to %s" : "Mine %s",
"Go to %s" : "Ava %s",
"Get your own free account" : "Tee endale tasuta kasutajakonto",
"Previous" : "Eelmine",
"Two-factor authentication" : "Kaheastmeline autentimine",
@ -551,7 +552,7 @@ OC.L10N.register(
"Collaborative tags" : "Koostöö sildid",
"No tags found" : "Silte ei leitud",
"Please log in before granting %1$s access to your %2$s account." : "Enne „%1$s“ rakendusele oma „%2$s“ kontole ligipääsu andmist logi sisse.",
"Currently logged in as %1$s (%2$s)." : "Hetkel sisselogitus kasutajana %1$s (%2$s).",
"Currently logged in as %1$s (%2$s)." : "Hetkel sisselogitud kasutajana %1$s (%2$s).",
"You are about to grant %1$s access to your %2$s account." : "Oled andmas rakendusele %1$s ligipääsu oma %2$s kontole.",
"Password sent!" : "Salasõna on saadetud!",
"You are not authorized to request a password for this share" : "Sul pole luba selle jaoskausta salasõna taotlemiseks",

View file

@ -134,7 +134,7 @@
"7-zip archive" : "7-zip arhiivifail",
"Blender scene" : "Blenderi stseen",
"Bzip2 archive" : "Bzip2 arhiivifail",
"Debian package" : "Debian pakett",
"Debian package" : "Debiani pakett",
"FictionBook document" : "FictionBooki dokument",
"Unknown font" : "Tundmatu kirjatüüp",
"Krita document" : "Krita dokument",
@ -225,6 +225,7 @@
"Pick start date" : "Vali algkuupäev",
"Pick end date" : "Vali lõppkuupäev",
"Search in date range" : "Otsi kuupäevavahemikust",
"Search apps, files, tags, messages …" : "Otsi rakendusi, faile, silte, sõnumeid…",
"Search in current app" : "Otsi sellest rakendusest",
"Clear search" : "Tühjenda otsing",
"Search everywhere" : "Otsi kõikjalt",
@ -286,7 +287,7 @@
"Keep your colleagues and friends in one place without leaking their private info." : "Hoia oma kolleegid ja sõbrad ühes kohas ilma nende privaatset infot lekitamata.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Lihtne e-posti rakendus, mis on integreeritud Failide, Kontaktide ja Kalendriga.",
"Chatting, video calls, screen sharing, online meetings and web conferencing in your browser and with mobile apps." : "Vestlused, videokõned, ekraanijagamine, veebipõhised kohtumised ja veebikonverentsid sinu brauseris ja mobiilirakendustes.",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Kaastöö dokumentide, tabelite ja presentatsioonidega, kasutades Collabora Online'i.",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Ühistöös loodud ja muudetud dokumendid, tabelid ja esitlused, kasutades Collabora Online'i.",
"Distraction free note taking app." : "Müravaba märkmete rakendus.",
"Recommended apps" : "Soovitatud rakendused",
"Loading apps …" : "Laadin rakendusi…",
@ -324,7 +325,7 @@
"Press Enter to start searching" : "Otsimise alustamiseks vajuta Enter",
"_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Otsimiseks sisesta vähemalt {minSearchLength} sümbol","Otsimiseks sisesta vähemalt {minSearchLength} sümbolit"],
"An error occurred while searching for {type}" : "„{type}“ otsimisel tekkis viga",
"Search starts once you start typing and results may be reached with the arrow keys" : "Otsing algab kohe, kui sa midagi trükid, ja tulemustele saab ligi nooleklahvidega",
"Search starts once you start typing and results may be reached with the arrow keys" : "Otsing algab kohe, kui sa midagi sisestad ja tulemustele saad ligi nooleklahvidega",
"Search for {name} only" : "Otsi vaid otsisõna „{name}“",
"Loading more results …" : "Laadin veel tulemusi…",
"Forgot password?" : "Unustasid salasõna?",
@ -397,7 +398,7 @@
"See the documentation" : "Vaata dokumentatsiooni",
"{name} version {version} and above" : "{name} versioon {version} ja uuemad",
"This browser is not supported" : "See brauser pole toetatu",
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Sinu brauser ei ole toetatud. Palun uuenda see uuema versiooni peale või vaheta toetatud brauseri vastu.",
"Your browser is not supported. Please upgrade to a newer version or a supported one." : "Sinu veebibrauser ei ole toetatud. Palun uuenda see uuema versiooni peale või vaheta toetatud veebibrauseri vastu.",
"Continue with this unsupported browser" : "Jätka selle mittetoetatud brauseriga",
"Supported versions" : "Toetatud versioonid",
"The update completed with warnings. Please check the details for more information." : "Uuendamine lõppes hoiatustega. Lisateavet leiad dokumentatsioonist.",
@ -452,7 +453,7 @@
"Access forbidden" : "Ligipääs on keelatud",
"You are not allowed to access this page." : "Sul pole õigust seda lehte vaadata.",
"Back to %s" : "Tagasi siia: %s",
"Page not found" : "Lehekülge ei leitud",
"Page not found" : "Lehekülge ei leidu",
"The page could not be found on the server or you may not be allowed to view it." : "Seda lehekülge selles serveris ei leidu või sul puudub õigus seda vaadata.",
"Too many requests" : "Liiga palju päringuid",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Sinu võrgust tuli liiga palju päringuid. Proovi hiljem uuesti või kui tegu on veaga, siis võta ühendust peakasutajaga.",
@ -476,7 +477,7 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "See rakendus vajab toimimiseks JavaScripti. Palun {linkstart}luba JavaScript{linkend} ning laadi see leht uuesti.",
"Skip to main content" : "Mine põhisisu juurde",
"Skip to navigation of app" : "Mine rakenduse asukohtade juurde",
"Go to %s" : "Mine %s",
"Go to %s" : "Ava %s",
"Get your own free account" : "Tee endale tasuta kasutajakonto",
"Previous" : "Eelmine",
"Two-factor authentication" : "Kaheastmeline autentimine",
@ -549,7 +550,7 @@
"Collaborative tags" : "Koostöö sildid",
"No tags found" : "Silte ei leitud",
"Please log in before granting %1$s access to your %2$s account." : "Enne „%1$s“ rakendusele oma „%2$s“ kontole ligipääsu andmist logi sisse.",
"Currently logged in as %1$s (%2$s)." : "Hetkel sisselogitus kasutajana %1$s (%2$s).",
"Currently logged in as %1$s (%2$s)." : "Hetkel sisselogitud kasutajana %1$s (%2$s).",
"You are about to grant %1$s access to your %2$s account." : "Oled andmas rakendusele %1$s ligipääsu oma %2$s kontole.",
"Password sent!" : "Salasõna on saadetud!",
"You are not authorized to request a password for this share" : "Sul pole luba selle jaoskausta salasõna taotlemiseks",

View file

@ -206,6 +206,9 @@ OC.L10N.register(
"Code will expire {timeCountdown} or after use" : "O código caducará en {timeCountdown} ou após o seu uso",
"_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificacións"],
"More apps" : "Máis aplicacións",
"App store" : "Tenda de aplicacións",
"Open apps menu, currently in {app}" : "Abrir o menú de aplicacións, actualmente en {app}",
"Open apps menu" : "Abrir o menú de aplicacións",
"Applications" : "Aplicacións",
"Apps" : "Aplicacións",
"No" : "Non",
@ -224,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "Escolla a data de inicio",
"Pick end date" : "Escolla a data de finalización",
"Search in date range" : "Buscar nun intervalo de datas",
"Search apps, files, tags, messages …" : "Buscar aplicacións, ficheiros, etiquetas, mensaxes …",
"Search in current app" : "Buscar na aplicación actual",
"Clear search" : "Limpar a busca",
"Search everywhere" : "Buscar en todos os sitios",
@ -352,6 +356,7 @@ OC.L10N.register(
"This share is password-protected" : "Esta compartición está protexida con contrasinal ",
"The password is wrong or expired. Please try again or request a new one." : "O contrasinal é erróneo ou caducou. Volva tentalo ou solicite un novo.",
"Submit" : "Enviar",
"If the email address was correct then you will receive an email with the password." : "Se o enderezo de correo electrónico era correcto, recibirás un correo electrónico coa contrasinal.",
"Please type in your email address to request a temporary password" : "Escriba o seu enderezo de correo para solicitar un contrasinal temporal",
"Email address" : "Enderezo de correo",
"Request password" : "Solicitar contrasinal",

View file

@ -204,6 +204,9 @@
"Code will expire {timeCountdown} or after use" : "O código caducará en {timeCountdown} ou após o seu uso",
"_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificacións"],
"More apps" : "Máis aplicacións",
"App store" : "Tenda de aplicacións",
"Open apps menu, currently in {app}" : "Abrir o menú de aplicacións, actualmente en {app}",
"Open apps menu" : "Abrir o menú de aplicacións",
"Applications" : "Aplicacións",
"Apps" : "Aplicacións",
"No" : "Non",
@ -222,6 +225,7 @@
"Pick start date" : "Escolla a data de inicio",
"Pick end date" : "Escolla a data de finalización",
"Search in date range" : "Buscar nun intervalo de datas",
"Search apps, files, tags, messages …" : "Buscar aplicacións, ficheiros, etiquetas, mensaxes …",
"Search in current app" : "Buscar na aplicación actual",
"Clear search" : "Limpar a busca",
"Search everywhere" : "Buscar en todos os sitios",
@ -350,6 +354,7 @@
"This share is password-protected" : "Esta compartición está protexida con contrasinal ",
"The password is wrong or expired. Please try again or request a new one." : "O contrasinal é erróneo ou caducou. Volva tentalo ou solicite un novo.",
"Submit" : "Enviar",
"If the email address was correct then you will receive an email with the password." : "Se o enderezo de correo electrónico era correcto, recibirás un correo electrónico coa contrasinal.",
"Please type in your email address to request a temporary password" : "Escriba o seu enderezo de correo para solicitar un contrasinal temporal",
"Email address" : "Enderezo de correo",
"Request password" : "Solicitar contrasinal",

View file

@ -207,7 +207,7 @@ OC.L10N.register(
"_{count} notification_::_{count} notifications_" : ["{count} notificação","{count} de notificações","{count} notificações"],
"More apps" : "Mais aplicativos",
"App store" : "Loja de aplicativos",
"Open apps menu, currently in {app}" : "Abrir o menu de aplicativos, atualmente em {app}",
"Open apps menu, currently in {app}" : "Abrir o menu de aplicativo, atualmente em {app}",
"Open apps menu" : "Abrir menu de aplicativos",
"Applications" : "Aplicativos",
"Apps" : "Aplicativos",
@ -227,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "Escolha uma data de início",
"Pick end date" : "Escolha uma data de fim",
"Search in date range" : "Pesquisar neste intervalo",
"Search apps, files, tags, messages …" : "Pesquisar aplicativos, arquivos, etiquetas, mensagens …",
"Search in current app" : "Pesquisar no aplicativo atual",
"Clear search" : "Limpar pesquisa",
"Search everywhere" : "Pesquisar em qualquer lugar",

View file

@ -205,7 +205,7 @@
"_{count} notification_::_{count} notifications_" : ["{count} notificação","{count} de notificações","{count} notificações"],
"More apps" : "Mais aplicativos",
"App store" : "Loja de aplicativos",
"Open apps menu, currently in {app}" : "Abrir o menu de aplicativos, atualmente em {app}",
"Open apps menu, currently in {app}" : "Abrir o menu de aplicativo, atualmente em {app}",
"Open apps menu" : "Abrir menu de aplicativos",
"Applications" : "Aplicativos",
"Apps" : "Aplicativos",
@ -225,6 +225,7 @@
"Pick start date" : "Escolha uma data de início",
"Pick end date" : "Escolha uma data de fim",
"Search in date range" : "Pesquisar neste intervalo",
"Search apps, files, tags, messages …" : "Pesquisar aplicativos, arquivos, etiquetas, mensagens …",
"Search in current app" : "Pesquisar no aplicativo atual",
"Clear search" : "Limpar pesquisa",
"Search everywhere" : "Pesquisar em qualquer lugar",

View file

@ -227,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "Выберите дату начала",
"Pick end date" : "Выберите дату окончания",
"Search in date range" : "Поиск по диапазону дат",
"Search apps, files, tags, messages …" : "Поиск приложений, файлов, тегов, сообщений …",
"Search in current app" : "Поиск в текущем приложении",
"Clear search" : "Очистить поиск",
"Search everywhere" : "Искать везде",

View file

@ -225,6 +225,7 @@
"Pick start date" : "Выберите дату начала",
"Pick end date" : "Выберите дату окончания",
"Search in date range" : "Поиск по диапазону дат",
"Search apps, files, tags, messages …" : "Поиск приложений, файлов, тегов, сообщений …",
"Search in current app" : "Поиск в текущем приложении",
"Clear search" : "Очистить поиск",
"Search everywhere" : "Искать везде",

View file

@ -227,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "Välj startdatum",
"Pick end date" : "Välj slutdatum",
"Search in date range" : "Sök i datumintervall",
"Search apps, files, tags, messages …" : "Sök efter appar, filer, taggar, meddelanden …",
"Search in current app" : "Sök i nuvarande app",
"Clear search" : "Rensa sökning",
"Search everywhere" : "Sök överallt",

View file

@ -225,6 +225,7 @@
"Pick start date" : "Välj startdatum",
"Pick end date" : "Välj slutdatum",
"Search in date range" : "Sök i datumintervall",
"Search apps, files, tags, messages …" : "Sök efter appar, filer, taggar, meddelanden …",
"Search in current app" : "Sök i nuvarande app",
"Clear search" : "Rensa sökning",
"Search everywhere" : "Sök överallt",

View file

@ -227,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "Başlangıç tarihini seçin",
"Pick end date" : "Bitiş tarihini seçin",
"Search in date range" : "Tarih aralığında ara",
"Search apps, files, tags, messages …" : "Uygulama, dosya, etiket, ileti ara…",
"Search in current app" : "Geçerli uygulamada ara",
"Clear search" : "Aramayı temizle",
"Search everywhere" : "Her yerde ara",

View file

@ -225,6 +225,7 @@
"Pick start date" : "Başlangıç tarihini seçin",
"Pick end date" : "Bitiş tarihini seçin",
"Search in date range" : "Tarih aralığında ara",
"Search apps, files, tags, messages …" : "Uygulama, dosya, etiket, ileti ara…",
"Search in current app" : "Geçerli uygulamada ara",
"Clear search" : "Aramayı temizle",
"Search everywhere" : "Her yerde ara",

View file

@ -227,6 +227,7 @@ OC.L10N.register(
"Pick start date" : "挑選開始日期",
"Pick end date" : "挑選結束日期",
"Search in date range" : "在日期範圍內搜尋",
"Search apps, files, tags, messages …" : "搜尋應用程式、檔案、標籤、訊息……",
"Search in current app" : "在目前的應用程式中搜尋",
"Clear search" : "清除搜尋",
"Search everywhere" : "到處搜尋",

View file

@ -225,6 +225,7 @@
"Pick start date" : "挑選開始日期",
"Pick end date" : "挑選結束日期",
"Search in date range" : "在日期範圍內搜尋",
"Search apps, files, tags, messages …" : "搜尋應用程式、檔案、標籤、訊息……",
"Search in current app" : "在目前的應用程式中搜尋",
"Clear search" : "清除搜尋",
"Search everywhere" : "到處搜尋",

View file

@ -435,6 +435,11 @@ OC.L10N.register(
"The text to proofread" : "Текст для проверки",
"Corrections" : "Исправления",
"The corrections that should be made in your text" : "Исправления, которые следует внести в ваш текст",
"Reformat paragraphs" : "Переформатировать абзацы",
"Reformats a text into multiple paragraphs separated by topic" : "Преобразует текст в несколько абзацев, разделённых по темам",
"The text to reformat" : "Текст для переформатирования",
"Reformatted text" : "Переформатированный текст",
"The reformatted text with paragraphs separated by topic" : "Переформатированный текст с абзацами, разделёнными по темам",
"Reformulate text" : "Переформулировать текст",
"Takes a text and reformulates it" : "Берет текст и переформулирует его",
"Write a text that you want the assistant to reformulate" : "Напишите текст, который вы хотите, чтобы ассистент переформулировал",

View file

@ -433,6 +433,11 @@
"The text to proofread" : "Текст для проверки",
"Corrections" : "Исправления",
"The corrections that should be made in your text" : "Исправления, которые следует внести в ваш текст",
"Reformat paragraphs" : "Переформатировать абзацы",
"Reformats a text into multiple paragraphs separated by topic" : "Преобразует текст в несколько абзацев, разделённых по темам",
"The text to reformat" : "Текст для переформатирования",
"Reformatted text" : "Переформатированный текст",
"The reformatted text with paragraphs separated by topic" : "Переформатированный текст с абзацами, разделёнными по темам",
"Reformulate text" : "Переформулировать текст",
"Takes a text and reformulates it" : "Берет текст и переформулирует его",
"Write a text that you want the assistant to reformulate" : "Напишите текст, который вы хотите, чтобы ассистент переформулировал",