diff --git a/apps/admin_audit/l10n/pt_PT.js b/apps/admin_audit/l10n/pt_PT.js
index 72f6e8a62eb58..2289d0fa8e7b5 100644
--- a/apps/admin_audit/l10n/pt_PT.js
+++ b/apps/admin_audit/l10n/pt_PT.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"admin_audit",
{
- "Auditing / Logging" : "Auditorias / Registos",
- "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece funcionalidades de registo para o Nextcloud como registar acessos a ficheiros ou demais ações sensíveis. "
+ "Auditing / Logging" : "Auditorias / registos",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece funcionalidades de registo para o Nextcloud como registar acessos a ficheiros ou outras ações sensíveis. "
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/admin_audit/l10n/pt_PT.json b/apps/admin_audit/l10n/pt_PT.json
index 19e9845c0f037..ba9810d585c6c 100644
--- a/apps/admin_audit/l10n/pt_PT.json
+++ b/apps/admin_audit/l10n/pt_PT.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Auditing / Logging" : "Auditorias / Registos",
- "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece funcionalidades de registo para o Nextcloud como registar acessos a ficheiros ou demais ações sensíveis. "
+ "Auditing / Logging" : "Auditorias / registos",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece funcionalidades de registo para o Nextcloud como registar acessos a ficheiros ou outras ações sensíveis. "
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/apps/dav/l10n/da.js b/apps/dav/l10n/da.js
index 111b8b3dbe5c2..94ccf719bb330 100644
--- a/apps/dav/l10n/da.js
+++ b/apps/dav/l10n/da.js
@@ -112,6 +112,8 @@ OC.L10N.register(
"October" : "Oktober",
"November" : "November",
"December" : "December",
+ "Fifth" : "Femte",
+ "Fifth Last" : "Femte Sidste",
"Contacts" : "Kontakter",
"{actor} created address book {addressbook}" : "{actor} oprettede adressebog {addressbook}",
"You created address book {addressbook}" : "Du oprettede adressebog {addressbook}",
diff --git a/apps/dav/l10n/da.json b/apps/dav/l10n/da.json
index e78f209fb6747..aeddf21c65edf 100644
--- a/apps/dav/l10n/da.json
+++ b/apps/dav/l10n/da.json
@@ -110,6 +110,8 @@
"October" : "Oktober",
"November" : "November",
"December" : "December",
+ "Fifth" : "Femte",
+ "Fifth Last" : "Femte Sidste",
"Contacts" : "Kontakter",
"{actor} created address book {addressbook}" : "{actor} oprettede adressebog {addressbook}",
"You created address book {addressbook}" : "Du oprettede adressebog {addressbook}",
diff --git a/apps/encryption/l10n/pt_PT.js b/apps/encryption/l10n/pt_PT.js
index a2bf326016937..15fea7803db9f 100644
--- a/apps/encryption/l10n/pt_PT.js
+++ b/apps/encryption/l10n/pt_PT.js
@@ -22,15 +22,15 @@ OC.L10N.register(
"The current log-in password was not correct, please try again." : "A palavra-passe de iniciar a sessão atual não estava correta, por favor, tente de novo.",
"Private key password successfully updated." : "A palavra-passe da chave privada foi atualizada com sucesso. ",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida para a aplicação de cifra. Por favor atualize a sua chave privada nas definições pessoais para recuperar acesso aos seus ficheiros cifrados.",
- "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Aplicação de cifra está activa, mas as suas chaves não estão inicializaras. Por favor, faça logout e autentique-se novamente.",
- "Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor active cifragem no servidor nas definições de administrador para usar o módulo de cifra.",
- "Encryption app is enabled and ready" : "Aplicação de cifra activa e pronta a usar",
+ "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A aplicação de encriptação está ativada, mas as suas chaves não foram inicializadas. Termine a sessão e inicie sessão novamente.",
+ "Please enable server side encryption in the admin settings in order to use the encryption module." : "Para poder utilizar o módulo de encriptação, ative a encriptação do lado do servidor nas definições de administração.",
+ "Encryption app is enabled and ready" : "A aplicação de encriptação está ativada e pronta",
"Bad Signature" : "Má Assinatura",
"Missing Signature" : "Assinatura em Falta",
"one-time password for server-side-encryption" : "palavra-passe de utilização única para a encriptação do lado do servidor",
"Default encryption module" : "Módulo de cifra padrão",
"Default encryption module for server-side encryption" : "Módulo de encriptação predefinido para encriptação do lado do servidor",
- "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicação de cifra está activa, mas as suas chaves não estão inicializaras. Por favor, faça logout e autentique-se novamente.",
+ "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicação de encriptação está ativada mas as suas chaves não foram inicializadas, termine a sessão e inicie sessão novamente",
"Encrypt the home storage" : "Encriptar o armazenamento do início",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ativando esta opção todos os ficheiros armazenados no armazenamento principal serão encriptados, senão serão encriptados todos os ficheiros no armazenamento externo",
"Enable recovery key" : "Ativar a chave de recuperação",
diff --git a/apps/encryption/l10n/pt_PT.json b/apps/encryption/l10n/pt_PT.json
index d772fede83fba..16fa53d9c0429 100644
--- a/apps/encryption/l10n/pt_PT.json
+++ b/apps/encryption/l10n/pt_PT.json
@@ -20,15 +20,15 @@
"The current log-in password was not correct, please try again." : "A palavra-passe de iniciar a sessão atual não estava correta, por favor, tente de novo.",
"Private key password successfully updated." : "A palavra-passe da chave privada foi atualizada com sucesso. ",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida para a aplicação de cifra. Por favor atualize a sua chave privada nas definições pessoais para recuperar acesso aos seus ficheiros cifrados.",
- "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Aplicação de cifra está activa, mas as suas chaves não estão inicializaras. Por favor, faça logout e autentique-se novamente.",
- "Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor active cifragem no servidor nas definições de administrador para usar o módulo de cifra.",
- "Encryption app is enabled and ready" : "Aplicação de cifra activa e pronta a usar",
+ "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A aplicação de encriptação está ativada, mas as suas chaves não foram inicializadas. Termine a sessão e inicie sessão novamente.",
+ "Please enable server side encryption in the admin settings in order to use the encryption module." : "Para poder utilizar o módulo de encriptação, ative a encriptação do lado do servidor nas definições de administração.",
+ "Encryption app is enabled and ready" : "A aplicação de encriptação está ativada e pronta",
"Bad Signature" : "Má Assinatura",
"Missing Signature" : "Assinatura em Falta",
"one-time password for server-side-encryption" : "palavra-passe de utilização única para a encriptação do lado do servidor",
"Default encryption module" : "Módulo de cifra padrão",
"Default encryption module for server-side encryption" : "Módulo de encriptação predefinido para encriptação do lado do servidor",
- "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicação de cifra está activa, mas as suas chaves não estão inicializaras. Por favor, faça logout e autentique-se novamente.",
+ "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicação de encriptação está ativada mas as suas chaves não foram inicializadas, termine a sessão e inicie sessão novamente",
"Encrypt the home storage" : "Encriptar o armazenamento do início",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Ativando esta opção todos os ficheiros armazenados no armazenamento principal serão encriptados, senão serão encriptados todos os ficheiros no armazenamento externo",
"Enable recovery key" : "Ativar a chave de recuperação",
diff --git a/apps/federatedfilesharing/l10n/pt_PT.js b/apps/federatedfilesharing/l10n/pt_PT.js
index 8dfcfd9c30101..37ccd8c5a9f1f 100644
--- a/apps/federatedfilesharing/l10n/pt_PT.js
+++ b/apps/federatedfilesharing/l10n/pt_PT.js
@@ -2,9 +2,9 @@ OC.L10N.register(
"federatedfilesharing",
{
"Invalid Federated Cloud ID" : "Id. de Nuvem Federada Inválida",
- "Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está activa neste servidor",
+ "Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está ativa neste servidor",
"Couldn't establish a federated share." : "Não foi possível estabelecer uma partilha federada.",
- "Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorrecta.",
+ "Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorreta.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Pedido de Partilha Federada enviado, irá receber o convite. Confira as suas notificações.",
"File is already shared with %s" : "O ficheiro já foi partilhado com %s",
"Could not find share" : "Não foi possível encontrar partilha",
diff --git a/apps/federatedfilesharing/l10n/pt_PT.json b/apps/federatedfilesharing/l10n/pt_PT.json
index fa0c541fac8b2..5793f938e3619 100644
--- a/apps/federatedfilesharing/l10n/pt_PT.json
+++ b/apps/federatedfilesharing/l10n/pt_PT.json
@@ -1,8 +1,8 @@
{ "translations": {
"Invalid Federated Cloud ID" : "Id. de Nuvem Federada Inválida",
- "Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está activa neste servidor",
+ "Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está ativa neste servidor",
"Couldn't establish a federated share." : "Não foi possível estabelecer uma partilha federada.",
- "Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorrecta.",
+ "Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorreta.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Pedido de Partilha Federada enviado, irá receber o convite. Confira as suas notificações.",
"File is already shared with %s" : "O ficheiro já foi partilhado com %s",
"Could not find share" : "Não foi possível encontrar partilha",
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js
index 39e37ea1809fd..36ca4a813cc4d 100644
--- a/apps/files/l10n/gl.js
+++ b/apps/files/l10n/gl.js
@@ -320,7 +320,7 @@ OC.L10N.register(
"Use {newextension}" : "Empregar {newextension}",
"Remove extension" : "Retirar a extensión",
"This operation is forbidden" : "Esta operación está prohibida",
- "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto coa administración desta instancia.",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, consulte os ficheiros de rexistro ou póñase en contacto coa administración desta instancia.",
"Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente",
"Unexpected error: {error}" : "Produciuse un erro non agardado: {error}",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"],
diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json
index a9d909083f47a..fe9e72a0a5b4c 100644
--- a/apps/files/l10n/gl.json
+++ b/apps/files/l10n/gl.json
@@ -318,7 +318,7 @@
"Use {newextension}" : "Empregar {newextension}",
"Remove extension" : "Retirar a extensión",
"This operation is forbidden" : "Esta operación está prohibida",
- "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto coa administración desta instancia.",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, consulte os ficheiros de rexistro ou póñase en contacto coa administración desta instancia.",
"Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente",
"Unexpected error: {error}" : "Produciuse un erro non agardado: {error}",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"],
diff --git a/apps/files_external/l10n/da.js b/apps/files_external/l10n/da.js
index b042f24e2771f..4b5e1e9a919cc 100644
--- a/apps/files_external/l10n/da.js
+++ b/apps/files_external/l10n/da.js
@@ -62,6 +62,7 @@ OC.L10N.register(
"Enable Path Style" : "Aktivér stil for sti",
"Legacy (v2) authentication" : "Ældre (v2) godkendelse",
"Enable multipart copy" : "Aktiver flerdelt kopi",
+ "SSE-C encryption key" : "SSE-C krypteringsnøgle",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Fjernundermappe",
diff --git a/apps/files_external/l10n/da.json b/apps/files_external/l10n/da.json
index 19896be8bff6f..d63640c5a8191 100644
--- a/apps/files_external/l10n/da.json
+++ b/apps/files_external/l10n/da.json
@@ -60,6 +60,7 @@
"Enable Path Style" : "Aktivér stil for sti",
"Legacy (v2) authentication" : "Ældre (v2) godkendelse",
"Enable multipart copy" : "Aktiver flerdelt kopi",
+ "SSE-C encryption key" : "SSE-C krypteringsnøgle",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Fjernundermappe",
diff --git a/apps/files_external/l10n/pt_PT.js b/apps/files_external/l10n/pt_PT.js
index a0151cae2e6d0..f9b4d79be9f05 100644
--- a/apps/files_external/l10n/pt_PT.js
+++ b/apps/files_external/l10n/pt_PT.js
@@ -37,7 +37,7 @@ OC.L10N.register(
"API key" : "Chave API",
"Global credentials" : "Credenciais globais",
"Log-in credentials, save in database" : "Credenciais de Log-in, guardar na base de dados",
- "Log-in credentials, save in session" : "Credenciais de login, guardar na sessão",
+ "Log-in credentials, save in session" : "Credenciais de início de sessão, guardar na sessão",
"RSA public key" : "Chave pública RSA",
"Public key" : "Chave pública",
"Amazon S3" : "Amazon S3",
@@ -60,14 +60,14 @@ OC.L10N.register(
"Nextcloud" : "Nextcloud",
"SFTP" : "SFTP",
"Root" : "Root",
- "SFTP with secret key login" : "SFTP com login por chave secreta",
- "Share" : "Compartilhar",
+ "SFTP with secret key login" : "SFTP com início de sessão por chave secreta",
+ "Share" : "Partilhar",
"Show hidden files" : "Mostrar ficheiros ocultos",
"OpenStack Object Storage" : "Armazenamento de Objetos OpenStack",
"Service name" : "Nome do serviço",
"Request timeout (seconds)" : "Pedido expira (segundos)",
- "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporte cURL em PHP não está activo ou instalado. Não é possível montar %s. Por favor peça ao seu administrador de sistema que o instale.",
- "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporteF TP em PHP não está activo ou instalado. Não é possível montar %s. Por favor peça ao seu administrador de sistema que o instale.",
+ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporte cURL em PHP não está ativo ou instalado. Não é possível montar %s. Por favor peça ao seu administrador de sistema que o instale.",
+ "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporteF TP em PHP não está ativo ou instalado. Não é possível montar %s. Por favor peça ao seu administrador de sistema que o instale.",
"External storage" : "Armazenamento Externo",
"External storage support" : "Suporte para armazenamento externo",
"Submit" : "Submeter",
@@ -79,7 +79,7 @@ OC.L10N.register(
"System" : "Sistema",
"(Group)" : "(Grupo)",
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidade com a codificação NFD Mac (lenta)",
- "Enable encryption" : "Activar encriptação",
+ "Enable encryption" : "Ativar encriptação",
"Enable previews" : "Ativar pré-visualizações",
"Enable sharing" : "Ativar partilha",
"Check for changes" : "Verificar se há alterações",
diff --git a/apps/files_external/l10n/pt_PT.json b/apps/files_external/l10n/pt_PT.json
index 0d8e3ef9db0b7..97f95e1b8d2ad 100644
--- a/apps/files_external/l10n/pt_PT.json
+++ b/apps/files_external/l10n/pt_PT.json
@@ -35,7 +35,7 @@
"API key" : "Chave API",
"Global credentials" : "Credenciais globais",
"Log-in credentials, save in database" : "Credenciais de Log-in, guardar na base de dados",
- "Log-in credentials, save in session" : "Credenciais de login, guardar na sessão",
+ "Log-in credentials, save in session" : "Credenciais de início de sessão, guardar na sessão",
"RSA public key" : "Chave pública RSA",
"Public key" : "Chave pública",
"Amazon S3" : "Amazon S3",
@@ -58,14 +58,14 @@
"Nextcloud" : "Nextcloud",
"SFTP" : "SFTP",
"Root" : "Root",
- "SFTP with secret key login" : "SFTP com login por chave secreta",
- "Share" : "Compartilhar",
+ "SFTP with secret key login" : "SFTP com início de sessão por chave secreta",
+ "Share" : "Partilhar",
"Show hidden files" : "Mostrar ficheiros ocultos",
"OpenStack Object Storage" : "Armazenamento de Objetos OpenStack",
"Service name" : "Nome do serviço",
"Request timeout (seconds)" : "Pedido expira (segundos)",
- "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporte cURL em PHP não está activo ou instalado. Não é possível montar %s. Por favor peça ao seu administrador de sistema que o instale.",
- "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporteF TP em PHP não está activo ou instalado. Não é possível montar %s. Por favor peça ao seu administrador de sistema que o instale.",
+ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporte cURL em PHP não está ativo ou instalado. Não é possível montar %s. Por favor peça ao seu administrador de sistema que o instale.",
+ "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporteF TP em PHP não está ativo ou instalado. Não é possível montar %s. Por favor peça ao seu administrador de sistema que o instale.",
"External storage" : "Armazenamento Externo",
"External storage support" : "Suporte para armazenamento externo",
"Submit" : "Submeter",
@@ -77,7 +77,7 @@
"System" : "Sistema",
"(Group)" : "(Grupo)",
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidade com a codificação NFD Mac (lenta)",
- "Enable encryption" : "Activar encriptação",
+ "Enable encryption" : "Ativar encriptação",
"Enable previews" : "Ativar pré-visualizações",
"Enable sharing" : "Ativar partilha",
"Check for changes" : "Verificar se há alterações",
diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js
index ba66c3a00820a..8a073c6e9f57a 100644
--- a/apps/settings/l10n/ar.js
+++ b/apps/settings/l10n/ar.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "جزء الـ PHP OPcache لم يتم إعداده بالشكل الصحيح. %s.",
"Correctly configured" : "تمّ الإعداد بالشكل الصحيح",
"PHP version" : "إصدار الـ PHP",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "أنت الآن تُشغِّل \"بي إتش بي\" %1$s. \"بي إتش بي\" %2$s مهجورة منذ الإصدار %3$s من نكست كلاود. نكست كلاود %4$s تحتاج إلى \"بي إتش بي\" %5$s على الأقل. يُرجى الترقية إلى إحدى إصدارات \"بي إتش بي\" المدعومة رسميّاً و الصادرة عن مجموعة \"بي إتش بي\" بأسرع وقتٍ ممكنٍ.",
"You are currently running PHP %s." : "إصدار PHP الذي تقوم بتشغيله الآن هو %s.",
"PHP \"output_buffering\" option" : "خيار الـ PHP ـ \"output_buffering\" ",
"PHP configuration option \"output_buffering\" must be disabled" : "خيار إعداد الـ PHP ـ \"output_buffering\" يجب تعطيله",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "حسابات نشطة",
"Follow us on Twitter" : "تابعونا على تويتر",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادم الويب الخاص بك يمكنه الاتصال بنفسه. لذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بواحد على الأقل من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا الفشل نتيجة لعدم تطابق DNS من جانب الخادم أو قاعدة صادرة لجدار الحماية.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "أنت الآن تُشغِّل PHP ـ %s. الإصدار 8.1 من PHP تمّ إسقاطه في الإصدارين 30 و 31 من نكست كلاود. الإصدار 32 قد يستلزم 8.2 على الأقل. يرجى الترقية إلى أحد إصدارات PHP المدعومة رسمياً والمقدمة من مجموعة PHP في أقرب وقت ممكن.. ",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "تمّ اكتشاف الإصدار \"%s\" من PostgreSQL. الإصدارات الموصى بها لأفضل أداء و للثبات و لاكتمال الوظائف مع هذا الإصدار من نكست كلاود هي من 12 إلى 16. "
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json
index a7169dfd42697..4049a958b7781 100644
--- a/apps/settings/l10n/ar.json
+++ b/apps/settings/l10n/ar.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "جزء الـ PHP OPcache لم يتم إعداده بالشكل الصحيح. %s.",
"Correctly configured" : "تمّ الإعداد بالشكل الصحيح",
"PHP version" : "إصدار الـ PHP",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "أنت الآن تُشغِّل \"بي إتش بي\" %1$s. \"بي إتش بي\" %2$s مهجورة منذ الإصدار %3$s من نكست كلاود. نكست كلاود %4$s تحتاج إلى \"بي إتش بي\" %5$s على الأقل. يُرجى الترقية إلى إحدى إصدارات \"بي إتش بي\" المدعومة رسميّاً و الصادرة عن مجموعة \"بي إتش بي\" بأسرع وقتٍ ممكنٍ.",
"You are currently running PHP %s." : "إصدار PHP الذي تقوم بتشغيله الآن هو %s.",
"PHP \"output_buffering\" option" : "خيار الـ PHP ـ \"output_buffering\" ",
"PHP configuration option \"output_buffering\" must be disabled" : "خيار إعداد الـ PHP ـ \"output_buffering\" يجب تعطيله",
@@ -909,7 +910,6 @@
"Active accounts" : "حسابات نشطة",
"Follow us on Twitter" : "تابعونا على تويتر",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادم الويب الخاص بك يمكنه الاتصال بنفسه. لذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بواحد على الأقل من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا الفشل نتيجة لعدم تطابق DNS من جانب الخادم أو قاعدة صادرة لجدار الحماية.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "أنت الآن تُشغِّل PHP ـ %s. الإصدار 8.1 من PHP تمّ إسقاطه في الإصدارين 30 و 31 من نكست كلاود. الإصدار 32 قد يستلزم 8.2 على الأقل. يرجى الترقية إلى أحد إصدارات PHP المدعومة رسمياً والمقدمة من مجموعة PHP في أقرب وقت ممكن.. ",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "تمّ اكتشاف الإصدار \"%s\" من PostgreSQL. الإصدارات الموصى بها لأفضل أداء و للثبات و لاكتمال الوظائف مع هذا الإصدار من نكست كلاود هي من 12 إلى 16. "
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js
index bed9d92f5ce30..0c4ae69b782ab 100644
--- a/apps/settings/l10n/cs.js
+++ b/apps/settings/l10n/cs.js
@@ -911,7 +911,6 @@ OC.L10N.register(
"Active accounts" : "Aktivní účty",
"Follow us on Twitter" : "Následujte nás na Twitteru",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`. Tento nezdar může být výsledkem neshody DNS na serveru nebo odchozího pravidla na bráně firewall.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Nyní provozujete na PHP %s. Od Nextcloud 30 je PHP 8.1 už označeno jako zastaralé. Nextcloud 31 pak už může vyžadovat alespoň PHP 8.2. Co možná nejdříve přejděte na některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Zjištěna verze PostgreSQL „%s“. Pro nejlepší výkon, stabilitu a funkčnost s touto verzí Nextcloud je doporučeno PostgreSQL >=12 a <=16."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json
index aeeb86798fd5b..51c8e2f6a102c 100644
--- a/apps/settings/l10n/cs.json
+++ b/apps/settings/l10n/cs.json
@@ -909,7 +909,6 @@
"Active accounts" : "Aktivní účty",
"Follow us on Twitter" : "Následujte nás na Twitteru",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`. Tento nezdar může být výsledkem neshody DNS na serveru nebo odchozího pravidla na bráně firewall.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Nyní provozujete na PHP %s. Od Nextcloud 30 je PHP 8.1 už označeno jako zastaralé. Nextcloud 31 pak už může vyžadovat alespoň PHP 8.2. Co možná nejdříve přejděte na některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Zjištěna verze PostgreSQL „%s“. Pro nejlepší výkon, stabilitu a funkčnost s touto verzí Nextcloud je doporučeno PostgreSQL >=12 a <=16."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js
index 48a52a1a12cb4..2bc6b92f2d86f 100644
--- a/apps/settings/l10n/da.js
+++ b/apps/settings/l10n/da.js
@@ -210,15 +210,26 @@ OC.L10N.register(
"Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Vedligeholdelsesvinduet til at udføre tunge baggrundsjob er mellem {start}:00 UTC og {end}:00 UTC",
"Memcache" : "Memcache",
"Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached er konfigureret som distribueret cache, men det forkerte PHP modul (\"memcache\") er installeret. Installer venligst PHP modulet \"memcached\".",
+ "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached er konfigureret som distribueret cache, men PHP-modulet \"memcached\" er ikke installeret. Installer venligst PHP-modulet \"memcached\".",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Der er ikke konfigureret nogen hukommelsescache. For at forbedre ydeevnen skal du konfigurere en memcache, hvis den er tilgængelig.",
+ "Failed to write and read a value from local cache." : "Kunne ikke skrive og læse en værdi fra den lokale cache.",
+ "Failed to write and read a value from distributed cache." : "Kunne ikke skrive og læse en værdi fra distribueret cache.",
"Configured" : "Konfigureret",
+ "Mimetype migrations available" : "Kunne ikke skrive og læse en værdi fra distribueret cache.",
+ "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "En eller flere mimetype-migreringer er tilgængelige. Lejlighedsvis tilføjes nye mimetyper for bedre at håndtere visse filtyper. Migrering af mimetyperne tager lang tid på større forekomster, så dette sker ikke automatisk under opgraderinger. Brug kommandoen `occ maintenance:repair --include-expensive` til at udføre migreringerne.",
"MySQL row format" : "MySQL rækkeformat",
"You are not using MySQL" : "Du anvender ikke MySQL",
"None of your tables use ROW_FORMAT=Compressed" : "Ingen af tabellerne anvender ROW_FORMAT=Compressed",
+ "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "Forkert rækkeformat fundet i din database. ROW_FORMAT=Dynamic tilbyder den bedste databaseydelse til Nextcloud. Opdater venligst rækkeformatet på følgende liste: %s.",
"MySQL Unicode support" : "MySQL Unicode understøttelse",
"MySQL is used as database and does support 4-byte characters" : "MySQL bruges som database og understøtter 4-byte karakterer",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL bruges som database, men understøtter ikke 4-byte tegn. For at kunne håndtere 4-byte-tegn (som emojis) uden problemer i f.eks. filnavne eller kommentarer, anbefales det at aktivere 4-byte-understøttelsen i MySQL.",
"OCS provider resolving" : "OCS udbyder løser",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Kunne ikke kontrollere, om din webserver opløser OCM og OCS udbyderens URL'er korrekt.",
+ "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Din webserver er ikke korrekt konfigureret til at løse %1$s.\nDette er højst sandsynligt relateret til en webserverkonfiguration, der ikke blev opdateret til at levere denne mappe direkte.\nSammenlign venligst din konfiguration med de afsendte omskrivningsregler i \".htaccess\" for Apache eller den medfølgende i dokumentationen til Nginx.\nPå Nginx er det typisk de linjer, der starter med \"placering ~\", der skal opdateres.",
"Overwrite CLI URL" : "Overskriv CLI URL",
+ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "\"overwrite.cli.url\" muligheden i din config.php er korrekt indstillet til \"%s\".",
+ "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "\"overwrite.cli.url\" muligheden i din config.php er sat til \"%s, hvilket er en korrekt URL. Foreslået URL er \"%s\".",
"PHP APCu configuration" : "PHP APCu konfiguration",
"Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "Din APCu cache er fuld, overvej at øge php indstillingen apc.shm_size.",
"PHP default charset" : "PHP standard tegnsæt",
@@ -250,9 +261,12 @@ OC.L10N.register(
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache er deaktiveret. For bedre performance, så anbefales det at anvende \"opcache.enable=1\" i din PHP konfiguration.",
"The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Den delte hukommelsesbaserede OPcache er deaktiveret. For bedre ydeevne anbefales det at tilføje \"opcache.file_cache_only=0\" til din PHP konfiguration, og kun bruge filcachen som anden niveau cache.",
"OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache fungerer ikke som den skal. opcache_get_status() returnerer falsk, kontroller venligst konfigurationen.",
+ "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache-bufferen er næsten fuld. For at sikre, at alle scripts kan holdes i cachen, anbefales det at anvende \"opcache.memory_consumption\" til din PHP-konfiguration med en værdi højere end \"%s\".",
+ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcachens interne strenge buffer er næsten fuld. For at sikre, at gentagne strenge effektivt kan cachelagres, anbefales det at anvende \"opcache.interned_strings_buffer\" til din PHP-konfiguration med en værdi højere end \"%s\".",
"OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache er konfigureret til at fjerne kodekommentarer. Med OPcache aktiveret skal \"opcache.save_comments=1\" angives for at Nextcloud kan fungere.",
"Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud har ikke tilladelse til at bruge OPcache API. Med OPcache aktiveret, anbefales det stærkt at inkludere alle Nextcloud mapper med \"opcache.restrict_api\" eller deaktivere denne indstilling for at deaktivere OPcache API begrænsninger, for at forhindre fejl under Nextcloud kerne- eller appopgraderinger.",
"Checking from CLI, OPcache checks have been skipped." : "Kontrol fra CLI, OPcache tjek er blevet sprunget over.",
+ "The PHP OPcache module is not properly configured. %s." : "PHP OPcache-modulet er ikke korrekt konfigureret %s.",
"Correctly configured" : "Korrekt konfigureret",
"PHP version" : "PHP version",
"You are currently running PHP %s." : "Din aktuelle PHP version er %s.",
@@ -302,6 +316,10 @@ OC.L10N.register(
"Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Maskinoversættelse kan implementeres af forskellige apps. Her kan du definere fortrinsretten for de maskinoversættelsesapps, du har installeret i øjeblikket.",
"Image generation" : "Billedgenerering",
"Image generation can be implemented by different apps. Here you can set which app should be used." : "Billedgenerering kan implementeres af forskellige apps. Her kan du angive hvilken app der skal anvendes.",
+ "None of your currently installed apps provide image generation functionality" : "Ingen af dine aktuelt installerede apps giver billedgenereringsfunktionalitet",
+ "Text processing" : "Tekstbehandling",
+ "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Tekstbehandlingsopgaver kan implementeres af forskellige apps. Her kan du indstille hvilken app der skal bruges til hvilken opgave.",
+ "None of your currently installed apps provide text processing functionality using the Text Processing API." : "Ingen af dine aktuelt installerede apps giver tekstbehandlingsfunktionalitet ved hjælp af tekstbehandlings-API'et.",
"Here you can decide which group can access certain sections of the administration settings." : "Her kan du bestemme, hvilken gruppe der kan få adgang til visse sektioner af administrationsindstillingerne.",
"None" : "Ingen",
"Unable to modify setting" : "Indstillingen kunne ikke ændres",
@@ -314,16 +332,43 @@ OC.L10N.register(
"Allow public uploads" : "Tillad offentlig upload",
"Always ask for a password" : "Spørg altid efter adgangskode",
"Enforce password protection" : "Gennemtving beskyttelse med adgangskode",
+ "Exclude groups from password requirements" : "Ekskluder grupper fra adgangskodekrav",
+ "Exclude groups from creating link shares" : "Ekskluder grupper fra at oprette linkdelinger",
"Allow users to set custom share link tokens" : "Tillad brugere at angive brugerdefinerede delings link tokens",
"Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Delinger med tilpassede tokens vil fortsat være tilgængelige, efter at denne indstilling er blevet deaktiveret",
"Shares with guessable tokens may be accessed easily" : "Delinger med tokens der er lette at gætte, kan nemt tilgås",
+ "Limit sharing based on groups" : "Begræns deling baseret på grupper",
+ "Allow sharing for everyone (default)" : "Tillad deling for alle (standard)",
+ "Exclude some groups from sharing" : "Ekskluder nogle grupper fra deling",
+ "Limit sharing to some groups" : "Begræns deling til nogle grupper",
+ "Groups allowed to share" : "Grupper der har lov til at dele",
+ "Groups excluded from sharing" : "Grupper der er ekskluderet fra deling",
+ "Not allowed groups will still be able to receive shares, but not to initiate them." : "Ikke tilladte grupper vil stadig kunne modtage delinger, men ikke starte dem.",
+ "Set default expiration date for internal shares" : "Indstil standardudløbsdato for interne delinger",
"Enforce expiration date" : "Påtving udløbsdato",
+ "Default expiration time of new shares in days" : "Standardudløbstid for nye aktier i dage",
+ "Expire shares after x days" : "Udløber aktier efter x dage",
"Set default expiration date for shares to other servers" : "Indstil standardudløbsdato for delinger til andre servere",
+ "Enforce expiration date for remote shares" : "Håndhæv udløbsdatoen for fjerndelinger",
+ "Default expiration time of remote shares in days" : "Standardudløbstid for fjerndelinger i dage",
+ "Expire remote shares after x days" : "Udløb fjerndeling efter x dage",
+ "Set default expiration date for shares via link or mail" : "Indstil standardudløbsdato for delinger via link eller mail",
+ "Default expiration time of shares in days" : "Standard udløbstid for delinger i dage",
+ "Privacy settings for sharing" : "Privatlivsindstillinger for deling",
+ "Allow account name autocompletion in share dialog and allow access to the system address book" : "Tillad autofuldførelse af kontonavn i deledialogen og tillad adgang til systemets adressebog",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Hvis autofuldførelse \"samme gruppe\" og \"telefonnummerintegration\" er aktiveret, så er et match i én af dem, nok til at vise brugeren.",
+ "Restrict account name autocompletion and system address book access to users within the same groups" : "Begræns autofuldførelse af kontonavn og systemadressebogsadgang til brugere inden for de samme grupper",
+ "Restrict account name autocompletion to users based on phone number integration" : "Begræns autofuldførelse af kontonavn til brugere baseret på telefonnummerintegration",
+ "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillad autofuldførelse, når du indtaster det fulde navn eller e-mailadresse (ignorerer manglende telefonbogsmatch og er i samme gruppe)",
"Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Vis ansvarsfraskrivelsestekst på den offentlige link uploadside (vises kun, når fillisten er skjult)",
+ "Disclaimer text" : "Ansvarsfraskrivelsestekst",
"This text will be shown on the public link upload page when the file list is hidden." : "Denne tekst vil blive vist på den offentlige link uploadside, når fillisten er skjult.",
"Default share permissions" : "Standard delingsrettigheder",
+ "Changed disclaimer text" : "Ændret ansvarsfraskrivelsestekst",
+ "Deleted disclaimer text" : "Slettet ansvarsfraskrivelsestekst",
+ "Could not set disclaimer text" : "Ansvarsfraskrivelsesteksten kunne ikke indstilles",
"Two-Factor Authentication" : "To-faktor godkendelse",
+ "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "To-faktor-godkendelse kan håndhæves for alle konti og specifikke grupper. Hvis de ikke har en to-faktor udbyder konfigureret, vil de ikke være i stand til at logge ind på systemet.",
"Enforce two-factor authentication" : "Gennemtving to-faktor-godkendelse",
"Limit to groups" : "Begræns til grupper",
"Enforcement of two-factor authentication can be set for certain groups only." : "Gennemtvingelse af to-faktor-godkendelse kan kun indstilles for visse grupper.",
@@ -331,6 +376,7 @@ OC.L10N.register(
"Enforced groups" : "Gennemtvungne grupper",
"Two-factor authentication is not enforced for members of the following groups." : "To-faktor-godkendelse gennemtvinges ikke for medlemmer af følgende grupper.",
"Excluded groups" : "Ekskluderede grupper",
+ "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Når grupper er valgt/udelukket, bruger de følgende logik til at bestemme, om en konto har 2FA håndhævet: Hvis ingen grupper er valgt, er 2FA aktiveret for alle undtagen medlemmer af de ekskluderede grupper. Hvis grupper er valgt, er 2FA aktiveret for alle medlemmer af disse. Hvis en konto er både i en valgt og ekskluderet gruppe, har den valgte forrang, og 2FA håndhæves.",
"Save changes" : "Gem ændringer",
"Show details for {appName} app" : "Vis detaljer for {appName} app",
"Update to {update}" : "Opdater til {update}",
@@ -338,6 +384,7 @@ OC.L10N.register(
"Featured" : "Fremhævet",
"This app is supported via your current Nextcloud subscription." : "Denne app understøttes via dit nuværende Nextcloud-abonnement.",
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Udvalgte apps er udviklet af og inden for fællesskabet. De tilbyder central funktionalitet og er klar til produktionsbrug.",
+ "Community rating: {score}/5" : "Fællesskabsbedømmelse: {score}/5",
"All apps are up-to-date." : "Alle apps er opdateret",
"Icon" : "Ikon",
"Name" : "Navn",
@@ -354,8 +401,19 @@ OC.L10N.register(
"Could not load section content from app store." : "Kunne ikke hente det valgte indhold fra app store.",
"Loading" : "Loader",
"Fetching the latest news…" : "Henter seneste nyt...",
+ "Could not load app discover section" : "App opdagelsessektionen kunne ikke indlæses",
+ "Could not render element" : "Elementet kunne ikke gengives",
+ "Carousel" : "Karrusel",
+ "Previous slide" : "Forrige slide",
+ "Next slide" : "Næste slide",
+ "Choose slide to display" : "Vælg slide at vise",
+ "{index} of {total}" : "{index} af {total}",
+ "Daemon" : "Daemon",
+ "Deploy Daemon" : "Implementer Daemon",
"Type" : "Type",
"Display Name" : "Vist navn",
+ "GPUs support" : "GPUs support",
+ "Compute device" : "Beregningsenhed",
"Advanced deploy options" : "Avancerede implementeringsmuligheder",
"Edit ExApp deploy options before installation" : "Rediger ExApp implementeringsindstillinger før installation",
"Configured ExApp deploy options. Can be set only during installation" : "Konfigurerede ExApp implementeringsmuligheder. Kan kun indstilles under installationen",
@@ -370,11 +428,17 @@ OC.L10N.register(
"Container path" : "Beholderstien",
"Read-only" : "Skrivebeskyttet",
"Remove mount" : "Fjern montering",
+ "New mount" : "Ny montering",
"Enter path to host folder" : "Indtast stien til host mappen",
"Enter path to container folder" : "Indtast stien til beholdermappen",
"Toggle read-only mode" : "Skift skrivebeskyttet tilstand",
+ "Confirm adding new mount" : "Bekræft tilføjelse af ny montering",
"Confirm" : "Bekræft",
+ "Cancel adding mount" : "Annuller tilføjelse af montering",
"Cancel" : "Annuller",
+ "Add mount" : "Tilføj montering",
+ "ExApp container mounts" : "ExApp-beholdermonteringer",
+ "No mounts defined" : "Der er ikke defineret nogen monteringer",
"Description" : "Beskrivelse",
"Details" : "Detaljer",
"All" : "Alle",
@@ -382,6 +446,8 @@ OC.L10N.register(
"No results" : "Ingen resultater",
"Update to {version}" : "Opdateret til {version}",
"Deploy options" : "Implementeringsmuligheder",
+ "Default Deploy daemon is not accessible" : "Standard Deploy daemon er ikke tilgængelig",
+ "Delete data on remove" : "Slet data ved fjernelse",
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en minimums understøttet version af Nextcloud. I fremtiden vil dette medføre en fejl.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en maksimums understøttet version af Nextcloud. I fremtiden vil dette medføre en fejl.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:",
@@ -398,10 +464,12 @@ OC.L10N.register(
"Rate" : "Bedøm",
"View in store" : "Se i butik",
"Visit website" : "Besøg hjemmeside",
+ "Usage documentation" : "Brugsdokumentation",
"Admin documentation" : "Admin-dokumentation",
"Developer documentation" : "Dokumentation for udviklere",
"Changelog" : "Ændringslog",
"Device name" : "Enheds navn",
+ "Cancel renaming" : "Annuller omdøbning",
"Save new name" : "Gem nyt navn",
"Marked for remote wipe" : "Markeret til fjernsletning",
"Device settings" : "Enhedsindstillinger",
@@ -409,6 +477,7 @@ OC.L10N.register(
"Rename" : "Omdøb",
"Revoke" : "Tilbagekald",
"Wipe device" : "Slet enhed",
+ "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Tilbagekaldelse af denne token kan muligvis forhindre sletning af din enhed, hvis den ikke har startet sletningen endnu.",
"Google Chrome for Android" : "Google Chrome til Android",
"{productName} iOS app" : "{productName} iOS app",
"{productName} Android app" : "{productName} Android app",
@@ -436,17 +505,23 @@ OC.L10N.register(
"Copy login name" : "Kopier log på navn",
"Could not copy app password. Please copy it manually." : "Kunne ikke kopiere app-adgangskoden. Kopier den venligst manuelt.",
"Could not copy login name. Please copy it manually." : "Kunne ikke kopiere log på navn. Kopier det venligst manuelt.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "For at serveren skal fungere korrekt, er det vigtigt at konfigurere baggrundsjob korrekt. Cron er den anbefalede indstilling. Se venligst dokumentationen for mere information.",
"Last job execution ran {time}. Something seems wrong." : "Seneste baggrundsjob kørte {time}. Noget ser ud til at være galt.",
"Last job ran {relativeTime}." : "Sidste job kørte for {relativeTime}.",
"Background job did not run yet!" : "Baggrundsjobbet har ikke kørt endnu!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Udfør én opgave med hver side indlæst. Use case: Enkeltkontoinstans.",
"Webcron" : "Webcron",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php er registreret hos en webcron-tjeneste til at kalde cron.php hvert 5. minut over HTTP. Use case: Meget lille forekomst (1-5 konti afhængigt af brugen).",
"Cron (Recommended)" : "Cron (Anbefalet)",
"Use system cron service to call the cron.php file every 5 minutes." : "Brug systemets cron-tjeneste til at ringe til cron.php-filen hvert 5. minut.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "Cron.php skal udføres af systemkontoen \"{user}\".",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP-modulet POSIX er påkrævet. Se {linkstart}PHP dokumentationen{linkend} for mere information.",
"Unable to update background job mode" : "Kan ikke opdatere baggrundsjobtilstand",
"Profile" : "Profil",
+ "Enable or disable profile by default for new accounts." : "Aktiver eller deaktiver profil som standard for nye konti.",
"Unable to update profile default setting" : "Kan ikke opdatere profilens standardindstilling",
+ "{app}'s declarative setting field: {name}" : "{app}'s deklarative indstillingsfelt: {name}",
"Failed to save setting" : "Kunne ikke gemme indstillingerne",
"Unable to update server side encryption config" : "Kan ikke opdatere krypteringskonfigurationen på serversiden",
"Server-side encryption" : "Kryptering på serversiden",
@@ -494,6 +569,8 @@ OC.L10N.register(
"Enter your date of birth" : "Indtast din fødselsdato",
"Unable to update date of birth" : "Kunne ikke opdatere fødselsdato",
"You are a member of the following groups:" : "Du er medlem af følgende grupper:",
+ "You are using {s}{usage}{/s}" : "Du bruger {s}{usage}{/s}",
+ "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Du bruger {s}{usage}{/s} af {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})",
"Your full name" : "Dit fulde navn",
"Primary email for password reset and notifications" : "Primær e-mail til nulstilling af adgangskode og meddelelser",
"Email options" : "E-mail indstillinger",
@@ -519,6 +596,7 @@ OC.L10N.register(
"Help translate" : "Hjælp med oversættelsen",
"Unable to update language" : "Kunne ikke opdatere sproget",
"No language set" : "Intet sprog indstillet",
+ "Locales" : "Lokaliteter",
"Week starts on {firstDayOfWeek}" : "Første ugedag: {firstDayOfWeek}",
"Unable to update locale" : "Kunne ikke opdaterer lokalitet",
"No locale set" : "Ingen lokalitet indstillet",
@@ -533,12 +611,14 @@ OC.L10N.register(
"she/her" : "hun/hende",
"he/him" : "han/ham",
"they/them" : "de/dem",
+ "Your pronouns. E.g. ${pronounsExample}" : "Dine pronominer. F.eks. ${pronounsExample}",
"Your role" : "Din rolle",
"Your X (formerly Twitter) handle" : "Dit X (tidligere Twitter) brugernavn",
"Your website" : "Vores hjemmeside",
"No {property} set" : "Ingen {property} indstillet",
"Invalid value" : "Ugyldig værdi",
"Unable to update {property}" : "Kunne ikke opdaterer {property}",
+ "Change scope level of {property}, current scope is {scope}" : "Skift omfangsniveau for {property}, nuværende omfang er {scope}",
"Unable to update federation scope of the primary {property}" : "Kan ikke opdatere sammenkoblings scope for den primære {property}",
"Unable to update federation scope of additional {property}" : "Kan ikke opdatere sammenkoblings scope for yderligere {property}",
"Add additional email" : "Tilføj yderligere e-mail",
@@ -571,9 +651,11 @@ OC.L10N.register(
"Set default language" : "Vælg standard sprog",
"Add new account" : "Tilføj ny konto",
"Manager" : "Administrér",
+ "Set line manager" : "Sæt linjeleder",
"Account name will be autogenerated" : "Brugernavnet vil blive genereret automatisk",
"Account name (required)" : "Brugernavn (påkrævet)",
"Total rows summary" : "Samlet række antal",
+ "Scroll to load more rows" : "Scroll for at indlæse flere rækker",
"Avatar" : "Avatar",
"Account name" : "Kontonavn",
"Group admin for" : "Gruppeadministrator for",
@@ -602,6 +684,7 @@ OC.L10N.register(
"Remote wipe of devices" : "Fjernsletning af enheder",
"Wipe {userid}'s devices" : "Slet {userid}'s enheder",
"Wiped {userid}'s devices" : "Slettede {userid}'s enheder",
+ "Failed to update line manager" : "Kunne ikke opdatere linjechef",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Slet {userid}s konto fuldstændigt, inklusiv alle deres personlige filer, appdata osv.",
"Account deletion" : "Sletning af konto",
"Delete {userid}'s account" : "Slet {userid}s konto",
@@ -609,15 +692,23 @@ OC.L10N.register(
"Password was successfully changed" : "Adgangskode er ændret",
"Email was successfully changed" : "E-mail adresse er ændret",
"Welcome mail sent!" : "Velkomstemail sendt!",
+ "Toggle account actions menu" : "Skift kontohandlingsmenu",
"Done" : "Færdig",
"Edit" : "Redigér",
+ "Account management settings" : "Kontoadministrationsindstillinger",
"Visibility" : "Synlighed",
"Show language" : "Vis sprog",
+ "Show account backend" : "Vis backend konto",
"Show storage path" : "Vis lagersti",
"Show first login" : "Vis første log på",
"Show last login" : "Vis seneste login",
"Sorting" : "Sortering",
+ "The system config enforces sorting the groups by name. This also disables showing the member count." : "Systemkonfigurationen gennemtvinger sortering af grupperne efter navn. Dette deaktiverer også visning af medlemsantallet.",
+ "Group list sorting" : "Gruppeliste sortering",
+ "By member count" : "Efter medlemstal",
+ "By name" : "Ved navn",
"Send email" : "Send e-mail",
+ "Send welcome email to new accounts" : "Send velkomstmail til nye konti",
"Defaults" : "Standarder",
"Default quota" : "Standard kvote",
"Select default quota" : "Vælg standardkvote",
@@ -634,7 +725,16 @@ OC.L10N.register(
"Your browser does not support WebAuthn." : "Din browser understøtter ikke WebAuthn.",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Som administrator kan du finjustere delingsadfærden. Se venligst dokumentationen for mere information.",
"You need to enable the File sharing App." : "Du skal aktivere fildelingsappen.",
+ "Loading app list" : "Send velkomstmail til nye konti",
+ "App Store" : "App Store",
+ "Loading categories" : "Indlæser kategorier",
+ "Developer documentation ↗" : "Udvikler dokumentation ↗",
+ "Version {version}, {license}-licensed" : "Version {version}, {license}-licenseret",
+ "Version {version}" : "Version {version}",
+ "All accounts" : "Alle konti",
"Admins" : "Administratorer",
+ "Account management" : "Kontostyring",
+ "Creating group…" : "Opretter gruppe...",
"Create group" : "Opret gruppe",
"Group name" : "Gruppenavn",
"Please enter a valid group name" : "Indtast venligst et gyldigt gruppenavn",
@@ -645,19 +745,24 @@ OC.L10N.register(
"Location" : "Sted",
"Profile picture" : "Profilbillede",
"About" : "Om",
+ "Date of birth" : "Fødselsdato",
"Full name" : "Fulde navn",
"Additional email" : "Yderligere e-mail",
"Fediverse (e.g. Mastodon)" : "Fediverse (fx Mastodon)",
"Headline" : "Overskrift",
"Organisation" : "Organisation",
"Phone number" : "Telefon nummer",
+ "Pronouns" : "Pronominer",
"Role" : "Rolle",
"X (formerly Twitter)" : "X (tidligere Twitter)",
"Website" : "Hjemmeside",
"Profile visibility" : "Profilsynlighed",
"Locale" : "Lokalitet",
+ "First day of week" : "Første dag i ugen",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Ikke tilgængelig, da denne egenskab er påkrævet for kernefunktionalitet, herunder fildeling og kalenderinvitationer",
"Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Ikke tilgængelig som sammenkobling er blevet deaktiveret for din konto, kontakt din systemadministration hvis du har spørgsmål",
+ "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Ikke tilgængelig, da udgivelse af kontospecifikke data til opslagsserveren ikke er tilladt. Kontakt din systemadministration, hvis du har spørgsmål",
+ "Discover" : "Opdage",
"Your apps" : "Dine apps",
"Active apps" : "Aktive apps",
"Disabled apps" : "Deaktiverede apps",
@@ -666,8 +771,13 @@ OC.L10N.register(
"Featured apps" : "Udvalgte apps",
"Supported apps" : "Understøttede apps",
"Show to everyone" : "Vis til alle",
+ "Show to logged in accounts only" : "Vis kun til indloggede konti",
"Hide" : "Skjul",
"Manually installed apps cannot be updated" : "Manuelt installerede apps kan ikke opdateres",
+ "{progress}% Deploying …" : "{progress}% Udruller …",
+ "{progress}% Initializing …" : "{progress}% Initialiserer …",
+ "Health checking" : "Sundhedstjekker",
+ "Deploy and Enable" : "Implementer og aktivér",
"Download and enable" : "Download og aktiver",
"Disable" : "Deaktiver",
"Allow untested app" : "Tillad ikke-testet app",
@@ -675,10 +785,16 @@ OC.L10N.register(
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Denne app er ikke markeret som kompatibel med din Nextcloud version. Hvis du fortsætter, vil du stadig være i stand til at installere appen. Bemærk, at appen muligvis ikke fungerer som forventet.",
"Unknown" : "Ukendt",
"Never" : "Aldrig",
+ "Could not register device: Network error" : "Kunne ikke registrere enhed: Netværksfejl",
+ "Could not register device: Probably already registered" : "Kunne ikke registrere enhed: Sandsynligvis allerede registreret",
+ "Could not register device" : "Kunne ikke registrere enhed",
+ "An error occurred during the request. Unable to proceed." : "Der opstod en fejl under anmodningen. Kan ikke fortsætte.",
+ "The app has been enabled but needs to be updated." : "Appen er blevet aktiveret, men skal opdateres.",
"Error: This app cannot be enabled because it makes the server unstable" : "Fejl: Denne app kan ikke aktiveres, fordi den gør serveren ustabil",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Appen er blevet aktiveret, men skal opdateres. Du vil blive omdirigeret til opdateringssiden om 5 sekunder.",
"Do you really want to wipe your data from this device?" : "Vil du virkelig slette dine data fra denne enhed?",
"Confirm wipe" : "Bekræft sletning",
+ "Could not delete the app token" : "Kunne ikke slette apptokenet",
"Error while wiping the device with the token" : "Fejl under sletning af enheden med token",
"Error while updating device token name" : "Fejl under opdatering af enhedstokennavn",
"Error while updating device token scope" : "Fejl under opdatering af enhedstokenomfang",
@@ -687,6 +803,7 @@ OC.L10N.register(
"Account documentation" : "Konto dokumentation",
"Administration documentation" : "Administrations dokumentation",
"Forum" : "Forum",
+ "Nextcloud help & privacy resources" : "Nextcloud hjælpe- og privatlivsressourcer",
"General documentation" : "Overordnet dokumentation",
"Legal notice" : "Juridisk notits",
"Privacy policy" : "Fortrolighedspolitik",
@@ -703,6 +820,7 @@ OC.L10N.register(
"Authentication" : "Godkendelse",
"Authentication required" : "Godkendelse påkrævet",
"Credentials" : "Legitimationsoplysninger",
+ "SMTP Login" : "SMTP Login",
"SMTP Password" : "SMTP Kodeord",
"Save" : "Gem",
"Test and verify email settings" : "Afprøv og bekræft indstillinger",
@@ -724,7 +842,11 @@ OC.L10N.register(
"This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Denne fællesskabsudgivelse af Nextcloud er ikke understøttet, og øjeblikkelige meddelelser er ikke tilgængelige.",
"Use a second factor besides your password to increase security for your account." : "Brug to-faktor godkendelse for at øge sikkerheden for din konto.",
"If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hvis du bruger tredjepartsapplikationer til at oprette forbindelse til Nextcloud, så skal du sørge for at oprette og konfigurere en app-adgangskode for hver applikation, før du aktiverer to-faktor-godkendelse.",
+ "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For at tillade denne kontrol at køre, skal du sørge for, at din webserver kan oprette forbindelse til sig selv. Derfor skal den være i stand til at løse og oprette forbindelse til mindst et af sine `trusted_domains` eller `overwrite.cli.url`.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ",
+ "File locking" : "Fillåsning",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionel fillåsning er deaktiveret, dette kan føre til problemer med race-forhold. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer.",
+ "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke søge efter JavaScript-understøttelse via nogen af dine `trusted_domains` eller `overwrite.cli.url`. Dette kan være resultatet af en DNS-uoverensstemmelse på serversiden eller udgående firewallregel. Tjek venligst manuelt, om din webserver serverer `.mjs`-filer ved hjælp af JavaScript MIME-typen.",
"The PHP memory limit is below the recommended value of %s." : "PHP hukommelsesgræsen er under den anbefalede værdi på %s.",
"Set default expiration date for shares" : "Indstil standardudløbsdato for delinger",
"Your biography" : "Din biografi",
diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json
index eb68088239ecf..e74976f74300d 100644
--- a/apps/settings/l10n/da.json
+++ b/apps/settings/l10n/da.json
@@ -208,15 +208,26 @@
"Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Vedligeholdelsesvinduet til at udføre tunge baggrundsjob er mellem {start}:00 UTC og {end}:00 UTC",
"Memcache" : "Memcache",
"Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached er konfigureret som distribueret cache, men det forkerte PHP modul (\"memcache\") er installeret. Installer venligst PHP modulet \"memcached\".",
+ "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached er konfigureret som distribueret cache, men PHP-modulet \"memcached\" er ikke installeret. Installer venligst PHP-modulet \"memcached\".",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Der er ikke konfigureret nogen hukommelsescache. For at forbedre ydeevnen skal du konfigurere en memcache, hvis den er tilgængelig.",
+ "Failed to write and read a value from local cache." : "Kunne ikke skrive og læse en værdi fra den lokale cache.",
+ "Failed to write and read a value from distributed cache." : "Kunne ikke skrive og læse en værdi fra distribueret cache.",
"Configured" : "Konfigureret",
+ "Mimetype migrations available" : "Kunne ikke skrive og læse en værdi fra distribueret cache.",
+ "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "En eller flere mimetype-migreringer er tilgængelige. Lejlighedsvis tilføjes nye mimetyper for bedre at håndtere visse filtyper. Migrering af mimetyperne tager lang tid på større forekomster, så dette sker ikke automatisk under opgraderinger. Brug kommandoen `occ maintenance:repair --include-expensive` til at udføre migreringerne.",
"MySQL row format" : "MySQL rækkeformat",
"You are not using MySQL" : "Du anvender ikke MySQL",
"None of your tables use ROW_FORMAT=Compressed" : "Ingen af tabellerne anvender ROW_FORMAT=Compressed",
+ "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "Forkert rækkeformat fundet i din database. ROW_FORMAT=Dynamic tilbyder den bedste databaseydelse til Nextcloud. Opdater venligst rækkeformatet på følgende liste: %s.",
"MySQL Unicode support" : "MySQL Unicode understøttelse",
"MySQL is used as database and does support 4-byte characters" : "MySQL bruges som database og understøtter 4-byte karakterer",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL bruges som database, men understøtter ikke 4-byte tegn. For at kunne håndtere 4-byte-tegn (som emojis) uden problemer i f.eks. filnavne eller kommentarer, anbefales det at aktivere 4-byte-understøttelsen i MySQL.",
"OCS provider resolving" : "OCS udbyder løser",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Kunne ikke kontrollere, om din webserver opløser OCM og OCS udbyderens URL'er korrekt.",
+ "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Din webserver er ikke korrekt konfigureret til at løse %1$s.\nDette er højst sandsynligt relateret til en webserverkonfiguration, der ikke blev opdateret til at levere denne mappe direkte.\nSammenlign venligst din konfiguration med de afsendte omskrivningsregler i \".htaccess\" for Apache eller den medfølgende i dokumentationen til Nginx.\nPå Nginx er det typisk de linjer, der starter med \"placering ~\", der skal opdateres.",
"Overwrite CLI URL" : "Overskriv CLI URL",
+ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "\"overwrite.cli.url\" muligheden i din config.php er korrekt indstillet til \"%s\".",
+ "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "\"overwrite.cli.url\" muligheden i din config.php er sat til \"%s, hvilket er en korrekt URL. Foreslået URL er \"%s\".",
"PHP APCu configuration" : "PHP APCu konfiguration",
"Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "Din APCu cache er fuld, overvej at øge php indstillingen apc.shm_size.",
"PHP default charset" : "PHP standard tegnsæt",
@@ -248,9 +259,12 @@
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache er deaktiveret. For bedre performance, så anbefales det at anvende \"opcache.enable=1\" i din PHP konfiguration.",
"The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Den delte hukommelsesbaserede OPcache er deaktiveret. For bedre ydeevne anbefales det at tilføje \"opcache.file_cache_only=0\" til din PHP konfiguration, og kun bruge filcachen som anden niveau cache.",
"OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache fungerer ikke som den skal. opcache_get_status() returnerer falsk, kontroller venligst konfigurationen.",
+ "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache-bufferen er næsten fuld. For at sikre, at alle scripts kan holdes i cachen, anbefales det at anvende \"opcache.memory_consumption\" til din PHP-konfiguration med en værdi højere end \"%s\".",
+ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcachens interne strenge buffer er næsten fuld. For at sikre, at gentagne strenge effektivt kan cachelagres, anbefales det at anvende \"opcache.interned_strings_buffer\" til din PHP-konfiguration med en værdi højere end \"%s\".",
"OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache er konfigureret til at fjerne kodekommentarer. Med OPcache aktiveret skal \"opcache.save_comments=1\" angives for at Nextcloud kan fungere.",
"Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud har ikke tilladelse til at bruge OPcache API. Med OPcache aktiveret, anbefales det stærkt at inkludere alle Nextcloud mapper med \"opcache.restrict_api\" eller deaktivere denne indstilling for at deaktivere OPcache API begrænsninger, for at forhindre fejl under Nextcloud kerne- eller appopgraderinger.",
"Checking from CLI, OPcache checks have been skipped." : "Kontrol fra CLI, OPcache tjek er blevet sprunget over.",
+ "The PHP OPcache module is not properly configured. %s." : "PHP OPcache-modulet er ikke korrekt konfigureret %s.",
"Correctly configured" : "Korrekt konfigureret",
"PHP version" : "PHP version",
"You are currently running PHP %s." : "Din aktuelle PHP version er %s.",
@@ -300,6 +314,10 @@
"Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Maskinoversættelse kan implementeres af forskellige apps. Her kan du definere fortrinsretten for de maskinoversættelsesapps, du har installeret i øjeblikket.",
"Image generation" : "Billedgenerering",
"Image generation can be implemented by different apps. Here you can set which app should be used." : "Billedgenerering kan implementeres af forskellige apps. Her kan du angive hvilken app der skal anvendes.",
+ "None of your currently installed apps provide image generation functionality" : "Ingen af dine aktuelt installerede apps giver billedgenereringsfunktionalitet",
+ "Text processing" : "Tekstbehandling",
+ "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Tekstbehandlingsopgaver kan implementeres af forskellige apps. Her kan du indstille hvilken app der skal bruges til hvilken opgave.",
+ "None of your currently installed apps provide text processing functionality using the Text Processing API." : "Ingen af dine aktuelt installerede apps giver tekstbehandlingsfunktionalitet ved hjælp af tekstbehandlings-API'et.",
"Here you can decide which group can access certain sections of the administration settings." : "Her kan du bestemme, hvilken gruppe der kan få adgang til visse sektioner af administrationsindstillingerne.",
"None" : "Ingen",
"Unable to modify setting" : "Indstillingen kunne ikke ændres",
@@ -312,16 +330,43 @@
"Allow public uploads" : "Tillad offentlig upload",
"Always ask for a password" : "Spørg altid efter adgangskode",
"Enforce password protection" : "Gennemtving beskyttelse med adgangskode",
+ "Exclude groups from password requirements" : "Ekskluder grupper fra adgangskodekrav",
+ "Exclude groups from creating link shares" : "Ekskluder grupper fra at oprette linkdelinger",
"Allow users to set custom share link tokens" : "Tillad brugere at angive brugerdefinerede delings link tokens",
"Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Delinger med tilpassede tokens vil fortsat være tilgængelige, efter at denne indstilling er blevet deaktiveret",
"Shares with guessable tokens may be accessed easily" : "Delinger med tokens der er lette at gætte, kan nemt tilgås",
+ "Limit sharing based on groups" : "Begræns deling baseret på grupper",
+ "Allow sharing for everyone (default)" : "Tillad deling for alle (standard)",
+ "Exclude some groups from sharing" : "Ekskluder nogle grupper fra deling",
+ "Limit sharing to some groups" : "Begræns deling til nogle grupper",
+ "Groups allowed to share" : "Grupper der har lov til at dele",
+ "Groups excluded from sharing" : "Grupper der er ekskluderet fra deling",
+ "Not allowed groups will still be able to receive shares, but not to initiate them." : "Ikke tilladte grupper vil stadig kunne modtage delinger, men ikke starte dem.",
+ "Set default expiration date for internal shares" : "Indstil standardudløbsdato for interne delinger",
"Enforce expiration date" : "Påtving udløbsdato",
+ "Default expiration time of new shares in days" : "Standardudløbstid for nye aktier i dage",
+ "Expire shares after x days" : "Udløber aktier efter x dage",
"Set default expiration date for shares to other servers" : "Indstil standardudløbsdato for delinger til andre servere",
+ "Enforce expiration date for remote shares" : "Håndhæv udløbsdatoen for fjerndelinger",
+ "Default expiration time of remote shares in days" : "Standardudløbstid for fjerndelinger i dage",
+ "Expire remote shares after x days" : "Udløb fjerndeling efter x dage",
+ "Set default expiration date for shares via link or mail" : "Indstil standardudløbsdato for delinger via link eller mail",
+ "Default expiration time of shares in days" : "Standard udløbstid for delinger i dage",
+ "Privacy settings for sharing" : "Privatlivsindstillinger for deling",
+ "Allow account name autocompletion in share dialog and allow access to the system address book" : "Tillad autofuldførelse af kontonavn i deledialogen og tillad adgang til systemets adressebog",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Hvis autofuldførelse \"samme gruppe\" og \"telefonnummerintegration\" er aktiveret, så er et match i én af dem, nok til at vise brugeren.",
+ "Restrict account name autocompletion and system address book access to users within the same groups" : "Begræns autofuldførelse af kontonavn og systemadressebogsadgang til brugere inden for de samme grupper",
+ "Restrict account name autocompletion to users based on phone number integration" : "Begræns autofuldførelse af kontonavn til brugere baseret på telefonnummerintegration",
+ "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillad autofuldførelse, når du indtaster det fulde navn eller e-mailadresse (ignorerer manglende telefonbogsmatch og er i samme gruppe)",
"Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Vis ansvarsfraskrivelsestekst på den offentlige link uploadside (vises kun, når fillisten er skjult)",
+ "Disclaimer text" : "Ansvarsfraskrivelsestekst",
"This text will be shown on the public link upload page when the file list is hidden." : "Denne tekst vil blive vist på den offentlige link uploadside, når fillisten er skjult.",
"Default share permissions" : "Standard delingsrettigheder",
+ "Changed disclaimer text" : "Ændret ansvarsfraskrivelsestekst",
+ "Deleted disclaimer text" : "Slettet ansvarsfraskrivelsestekst",
+ "Could not set disclaimer text" : "Ansvarsfraskrivelsesteksten kunne ikke indstilles",
"Two-Factor Authentication" : "To-faktor godkendelse",
+ "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "To-faktor-godkendelse kan håndhæves for alle konti og specifikke grupper. Hvis de ikke har en to-faktor udbyder konfigureret, vil de ikke være i stand til at logge ind på systemet.",
"Enforce two-factor authentication" : "Gennemtving to-faktor-godkendelse",
"Limit to groups" : "Begræns til grupper",
"Enforcement of two-factor authentication can be set for certain groups only." : "Gennemtvingelse af to-faktor-godkendelse kan kun indstilles for visse grupper.",
@@ -329,6 +374,7 @@
"Enforced groups" : "Gennemtvungne grupper",
"Two-factor authentication is not enforced for members of the following groups." : "To-faktor-godkendelse gennemtvinges ikke for medlemmer af følgende grupper.",
"Excluded groups" : "Ekskluderede grupper",
+ "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Når grupper er valgt/udelukket, bruger de følgende logik til at bestemme, om en konto har 2FA håndhævet: Hvis ingen grupper er valgt, er 2FA aktiveret for alle undtagen medlemmer af de ekskluderede grupper. Hvis grupper er valgt, er 2FA aktiveret for alle medlemmer af disse. Hvis en konto er både i en valgt og ekskluderet gruppe, har den valgte forrang, og 2FA håndhæves.",
"Save changes" : "Gem ændringer",
"Show details for {appName} app" : "Vis detaljer for {appName} app",
"Update to {update}" : "Opdater til {update}",
@@ -336,6 +382,7 @@
"Featured" : "Fremhævet",
"This app is supported via your current Nextcloud subscription." : "Denne app understøttes via dit nuværende Nextcloud-abonnement.",
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Udvalgte apps er udviklet af og inden for fællesskabet. De tilbyder central funktionalitet og er klar til produktionsbrug.",
+ "Community rating: {score}/5" : "Fællesskabsbedømmelse: {score}/5",
"All apps are up-to-date." : "Alle apps er opdateret",
"Icon" : "Ikon",
"Name" : "Navn",
@@ -352,8 +399,19 @@
"Could not load section content from app store." : "Kunne ikke hente det valgte indhold fra app store.",
"Loading" : "Loader",
"Fetching the latest news…" : "Henter seneste nyt...",
+ "Could not load app discover section" : "App opdagelsessektionen kunne ikke indlæses",
+ "Could not render element" : "Elementet kunne ikke gengives",
+ "Carousel" : "Karrusel",
+ "Previous slide" : "Forrige slide",
+ "Next slide" : "Næste slide",
+ "Choose slide to display" : "Vælg slide at vise",
+ "{index} of {total}" : "{index} af {total}",
+ "Daemon" : "Daemon",
+ "Deploy Daemon" : "Implementer Daemon",
"Type" : "Type",
"Display Name" : "Vist navn",
+ "GPUs support" : "GPUs support",
+ "Compute device" : "Beregningsenhed",
"Advanced deploy options" : "Avancerede implementeringsmuligheder",
"Edit ExApp deploy options before installation" : "Rediger ExApp implementeringsindstillinger før installation",
"Configured ExApp deploy options. Can be set only during installation" : "Konfigurerede ExApp implementeringsmuligheder. Kan kun indstilles under installationen",
@@ -368,11 +426,17 @@
"Container path" : "Beholderstien",
"Read-only" : "Skrivebeskyttet",
"Remove mount" : "Fjern montering",
+ "New mount" : "Ny montering",
"Enter path to host folder" : "Indtast stien til host mappen",
"Enter path to container folder" : "Indtast stien til beholdermappen",
"Toggle read-only mode" : "Skift skrivebeskyttet tilstand",
+ "Confirm adding new mount" : "Bekræft tilføjelse af ny montering",
"Confirm" : "Bekræft",
+ "Cancel adding mount" : "Annuller tilføjelse af montering",
"Cancel" : "Annuller",
+ "Add mount" : "Tilføj montering",
+ "ExApp container mounts" : "ExApp-beholdermonteringer",
+ "No mounts defined" : "Der er ikke defineret nogen monteringer",
"Description" : "Beskrivelse",
"Details" : "Detaljer",
"All" : "Alle",
@@ -380,6 +444,8 @@
"No results" : "Ingen resultater",
"Update to {version}" : "Opdateret til {version}",
"Deploy options" : "Implementeringsmuligheder",
+ "Default Deploy daemon is not accessible" : "Standard Deploy daemon er ikke tilgængelig",
+ "Delete data on remove" : "Slet data ved fjernelse",
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en minimums understøttet version af Nextcloud. I fremtiden vil dette medføre en fejl.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Denne app har ikke angivet en maksimums understøttet version af Nextcloud. I fremtiden vil dette medføre en fejl.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:",
@@ -396,10 +462,12 @@
"Rate" : "Bedøm",
"View in store" : "Se i butik",
"Visit website" : "Besøg hjemmeside",
+ "Usage documentation" : "Brugsdokumentation",
"Admin documentation" : "Admin-dokumentation",
"Developer documentation" : "Dokumentation for udviklere",
"Changelog" : "Ændringslog",
"Device name" : "Enheds navn",
+ "Cancel renaming" : "Annuller omdøbning",
"Save new name" : "Gem nyt navn",
"Marked for remote wipe" : "Markeret til fjernsletning",
"Device settings" : "Enhedsindstillinger",
@@ -407,6 +475,7 @@
"Rename" : "Omdøb",
"Revoke" : "Tilbagekald",
"Wipe device" : "Slet enhed",
+ "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Tilbagekaldelse af denne token kan muligvis forhindre sletning af din enhed, hvis den ikke har startet sletningen endnu.",
"Google Chrome for Android" : "Google Chrome til Android",
"{productName} iOS app" : "{productName} iOS app",
"{productName} Android app" : "{productName} Android app",
@@ -434,17 +503,23 @@
"Copy login name" : "Kopier log på navn",
"Could not copy app password. Please copy it manually." : "Kunne ikke kopiere app-adgangskoden. Kopier den venligst manuelt.",
"Could not copy login name. Please copy it manually." : "Kunne ikke kopiere log på navn. Kopier det venligst manuelt.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "For at serveren skal fungere korrekt, er det vigtigt at konfigurere baggrundsjob korrekt. Cron er den anbefalede indstilling. Se venligst dokumentationen for mere information.",
"Last job execution ran {time}. Something seems wrong." : "Seneste baggrundsjob kørte {time}. Noget ser ud til at være galt.",
"Last job ran {relativeTime}." : "Sidste job kørte for {relativeTime}.",
"Background job did not run yet!" : "Baggrundsjobbet har ikke kørt endnu!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Udfør én opgave med hver side indlæst. Use case: Enkeltkontoinstans.",
"Webcron" : "Webcron",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php er registreret hos en webcron-tjeneste til at kalde cron.php hvert 5. minut over HTTP. Use case: Meget lille forekomst (1-5 konti afhængigt af brugen).",
"Cron (Recommended)" : "Cron (Anbefalet)",
"Use system cron service to call the cron.php file every 5 minutes." : "Brug systemets cron-tjeneste til at ringe til cron.php-filen hvert 5. minut.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "Cron.php skal udføres af systemkontoen \"{user}\".",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP-modulet POSIX er påkrævet. Se {linkstart}PHP dokumentationen{linkend} for mere information.",
"Unable to update background job mode" : "Kan ikke opdatere baggrundsjobtilstand",
"Profile" : "Profil",
+ "Enable or disable profile by default for new accounts." : "Aktiver eller deaktiver profil som standard for nye konti.",
"Unable to update profile default setting" : "Kan ikke opdatere profilens standardindstilling",
+ "{app}'s declarative setting field: {name}" : "{app}'s deklarative indstillingsfelt: {name}",
"Failed to save setting" : "Kunne ikke gemme indstillingerne",
"Unable to update server side encryption config" : "Kan ikke opdatere krypteringskonfigurationen på serversiden",
"Server-side encryption" : "Kryptering på serversiden",
@@ -492,6 +567,8 @@
"Enter your date of birth" : "Indtast din fødselsdato",
"Unable to update date of birth" : "Kunne ikke opdatere fødselsdato",
"You are a member of the following groups:" : "Du er medlem af følgende grupper:",
+ "You are using {s}{usage}{/s}" : "Du bruger {s}{usage}{/s}",
+ "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Du bruger {s}{usage}{/s} af {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})",
"Your full name" : "Dit fulde navn",
"Primary email for password reset and notifications" : "Primær e-mail til nulstilling af adgangskode og meddelelser",
"Email options" : "E-mail indstillinger",
@@ -517,6 +594,7 @@
"Help translate" : "Hjælp med oversættelsen",
"Unable to update language" : "Kunne ikke opdatere sproget",
"No language set" : "Intet sprog indstillet",
+ "Locales" : "Lokaliteter",
"Week starts on {firstDayOfWeek}" : "Første ugedag: {firstDayOfWeek}",
"Unable to update locale" : "Kunne ikke opdaterer lokalitet",
"No locale set" : "Ingen lokalitet indstillet",
@@ -531,12 +609,14 @@
"she/her" : "hun/hende",
"he/him" : "han/ham",
"they/them" : "de/dem",
+ "Your pronouns. E.g. ${pronounsExample}" : "Dine pronominer. F.eks. ${pronounsExample}",
"Your role" : "Din rolle",
"Your X (formerly Twitter) handle" : "Dit X (tidligere Twitter) brugernavn",
"Your website" : "Vores hjemmeside",
"No {property} set" : "Ingen {property} indstillet",
"Invalid value" : "Ugyldig værdi",
"Unable to update {property}" : "Kunne ikke opdaterer {property}",
+ "Change scope level of {property}, current scope is {scope}" : "Skift omfangsniveau for {property}, nuværende omfang er {scope}",
"Unable to update federation scope of the primary {property}" : "Kan ikke opdatere sammenkoblings scope for den primære {property}",
"Unable to update federation scope of additional {property}" : "Kan ikke opdatere sammenkoblings scope for yderligere {property}",
"Add additional email" : "Tilføj yderligere e-mail",
@@ -569,9 +649,11 @@
"Set default language" : "Vælg standard sprog",
"Add new account" : "Tilføj ny konto",
"Manager" : "Administrér",
+ "Set line manager" : "Sæt linjeleder",
"Account name will be autogenerated" : "Brugernavnet vil blive genereret automatisk",
"Account name (required)" : "Brugernavn (påkrævet)",
"Total rows summary" : "Samlet række antal",
+ "Scroll to load more rows" : "Scroll for at indlæse flere rækker",
"Avatar" : "Avatar",
"Account name" : "Kontonavn",
"Group admin for" : "Gruppeadministrator for",
@@ -600,6 +682,7 @@
"Remote wipe of devices" : "Fjernsletning af enheder",
"Wipe {userid}'s devices" : "Slet {userid}'s enheder",
"Wiped {userid}'s devices" : "Slettede {userid}'s enheder",
+ "Failed to update line manager" : "Kunne ikke opdatere linjechef",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Slet {userid}s konto fuldstændigt, inklusiv alle deres personlige filer, appdata osv.",
"Account deletion" : "Sletning af konto",
"Delete {userid}'s account" : "Slet {userid}s konto",
@@ -607,15 +690,23 @@
"Password was successfully changed" : "Adgangskode er ændret",
"Email was successfully changed" : "E-mail adresse er ændret",
"Welcome mail sent!" : "Velkomstemail sendt!",
+ "Toggle account actions menu" : "Skift kontohandlingsmenu",
"Done" : "Færdig",
"Edit" : "Redigér",
+ "Account management settings" : "Kontoadministrationsindstillinger",
"Visibility" : "Synlighed",
"Show language" : "Vis sprog",
+ "Show account backend" : "Vis backend konto",
"Show storage path" : "Vis lagersti",
"Show first login" : "Vis første log på",
"Show last login" : "Vis seneste login",
"Sorting" : "Sortering",
+ "The system config enforces sorting the groups by name. This also disables showing the member count." : "Systemkonfigurationen gennemtvinger sortering af grupperne efter navn. Dette deaktiverer også visning af medlemsantallet.",
+ "Group list sorting" : "Gruppeliste sortering",
+ "By member count" : "Efter medlemstal",
+ "By name" : "Ved navn",
"Send email" : "Send e-mail",
+ "Send welcome email to new accounts" : "Send velkomstmail til nye konti",
"Defaults" : "Standarder",
"Default quota" : "Standard kvote",
"Select default quota" : "Vælg standardkvote",
@@ -632,7 +723,16 @@
"Your browser does not support WebAuthn." : "Din browser understøtter ikke WebAuthn.",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Som administrator kan du finjustere delingsadfærden. Se venligst dokumentationen for mere information.",
"You need to enable the File sharing App." : "Du skal aktivere fildelingsappen.",
+ "Loading app list" : "Send velkomstmail til nye konti",
+ "App Store" : "App Store",
+ "Loading categories" : "Indlæser kategorier",
+ "Developer documentation ↗" : "Udvikler dokumentation ↗",
+ "Version {version}, {license}-licensed" : "Version {version}, {license}-licenseret",
+ "Version {version}" : "Version {version}",
+ "All accounts" : "Alle konti",
"Admins" : "Administratorer",
+ "Account management" : "Kontostyring",
+ "Creating group…" : "Opretter gruppe...",
"Create group" : "Opret gruppe",
"Group name" : "Gruppenavn",
"Please enter a valid group name" : "Indtast venligst et gyldigt gruppenavn",
@@ -643,19 +743,24 @@
"Location" : "Sted",
"Profile picture" : "Profilbillede",
"About" : "Om",
+ "Date of birth" : "Fødselsdato",
"Full name" : "Fulde navn",
"Additional email" : "Yderligere e-mail",
"Fediverse (e.g. Mastodon)" : "Fediverse (fx Mastodon)",
"Headline" : "Overskrift",
"Organisation" : "Organisation",
"Phone number" : "Telefon nummer",
+ "Pronouns" : "Pronominer",
"Role" : "Rolle",
"X (formerly Twitter)" : "X (tidligere Twitter)",
"Website" : "Hjemmeside",
"Profile visibility" : "Profilsynlighed",
"Locale" : "Lokalitet",
+ "First day of week" : "Første dag i ugen",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Ikke tilgængelig, da denne egenskab er påkrævet for kernefunktionalitet, herunder fildeling og kalenderinvitationer",
"Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Ikke tilgængelig som sammenkobling er blevet deaktiveret for din konto, kontakt din systemadministration hvis du har spørgsmål",
+ "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Ikke tilgængelig, da udgivelse af kontospecifikke data til opslagsserveren ikke er tilladt. Kontakt din systemadministration, hvis du har spørgsmål",
+ "Discover" : "Opdage",
"Your apps" : "Dine apps",
"Active apps" : "Aktive apps",
"Disabled apps" : "Deaktiverede apps",
@@ -664,8 +769,13 @@
"Featured apps" : "Udvalgte apps",
"Supported apps" : "Understøttede apps",
"Show to everyone" : "Vis til alle",
+ "Show to logged in accounts only" : "Vis kun til indloggede konti",
"Hide" : "Skjul",
"Manually installed apps cannot be updated" : "Manuelt installerede apps kan ikke opdateres",
+ "{progress}% Deploying …" : "{progress}% Udruller …",
+ "{progress}% Initializing …" : "{progress}% Initialiserer …",
+ "Health checking" : "Sundhedstjekker",
+ "Deploy and Enable" : "Implementer og aktivér",
"Download and enable" : "Download og aktiver",
"Disable" : "Deaktiver",
"Allow untested app" : "Tillad ikke-testet app",
@@ -673,10 +783,16 @@
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Denne app er ikke markeret som kompatibel med din Nextcloud version. Hvis du fortsætter, vil du stadig være i stand til at installere appen. Bemærk, at appen muligvis ikke fungerer som forventet.",
"Unknown" : "Ukendt",
"Never" : "Aldrig",
+ "Could not register device: Network error" : "Kunne ikke registrere enhed: Netværksfejl",
+ "Could not register device: Probably already registered" : "Kunne ikke registrere enhed: Sandsynligvis allerede registreret",
+ "Could not register device" : "Kunne ikke registrere enhed",
+ "An error occurred during the request. Unable to proceed." : "Der opstod en fejl under anmodningen. Kan ikke fortsætte.",
+ "The app has been enabled but needs to be updated." : "Appen er blevet aktiveret, men skal opdateres.",
"Error: This app cannot be enabled because it makes the server unstable" : "Fejl: Denne app kan ikke aktiveres, fordi den gør serveren ustabil",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Appen er blevet aktiveret, men skal opdateres. Du vil blive omdirigeret til opdateringssiden om 5 sekunder.",
"Do you really want to wipe your data from this device?" : "Vil du virkelig slette dine data fra denne enhed?",
"Confirm wipe" : "Bekræft sletning",
+ "Could not delete the app token" : "Kunne ikke slette apptokenet",
"Error while wiping the device with the token" : "Fejl under sletning af enheden med token",
"Error while updating device token name" : "Fejl under opdatering af enhedstokennavn",
"Error while updating device token scope" : "Fejl under opdatering af enhedstokenomfang",
@@ -685,6 +801,7 @@
"Account documentation" : "Konto dokumentation",
"Administration documentation" : "Administrations dokumentation",
"Forum" : "Forum",
+ "Nextcloud help & privacy resources" : "Nextcloud hjælpe- og privatlivsressourcer",
"General documentation" : "Overordnet dokumentation",
"Legal notice" : "Juridisk notits",
"Privacy policy" : "Fortrolighedspolitik",
@@ -701,6 +818,7 @@
"Authentication" : "Godkendelse",
"Authentication required" : "Godkendelse påkrævet",
"Credentials" : "Legitimationsoplysninger",
+ "SMTP Login" : "SMTP Login",
"SMTP Password" : "SMTP Kodeord",
"Save" : "Gem",
"Test and verify email settings" : "Afprøv og bekræft indstillinger",
@@ -722,7 +840,11 @@
"This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Denne fællesskabsudgivelse af Nextcloud er ikke understøttet, og øjeblikkelige meddelelser er ikke tilgængelige.",
"Use a second factor besides your password to increase security for your account." : "Brug to-faktor godkendelse for at øge sikkerheden for din konto.",
"If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hvis du bruger tredjepartsapplikationer til at oprette forbindelse til Nextcloud, så skal du sørge for at oprette og konfigurere en app-adgangskode for hver applikation, før du aktiverer to-faktor-godkendelse.",
+ "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For at tillade denne kontrol at køre, skal du sørge for, at din webserver kan oprette forbindelse til sig selv. Derfor skal den være i stand til at løse og oprette forbindelse til mindst et af sine `trusted_domains` eller `overwrite.cli.url`.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ",
+ "File locking" : "Fillåsning",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionel fillåsning er deaktiveret, dette kan føre til problemer med race-forhold. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer.",
+ "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke søge efter JavaScript-understøttelse via nogen af dine `trusted_domains` eller `overwrite.cli.url`. Dette kan være resultatet af en DNS-uoverensstemmelse på serversiden eller udgående firewallregel. Tjek venligst manuelt, om din webserver serverer `.mjs`-filer ved hjælp af JavaScript MIME-typen.",
"The PHP memory limit is below the recommended value of %s." : "PHP hukommelsesgræsen er under den anbefalede værdi på %s.",
"Set default expiration date for shares" : "Indstil standardudløbsdato for delinger",
"Your biography" : "Din biografi",
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js
index dfee481e5f9d2..1ddb76a2cb1f7 100644
--- a/apps/settings/l10n/de.js
+++ b/apps/settings/l10n/de.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "Das PHP OPcache-Modul ist nicht ordnungsgemäß konfiguriert. %s.",
"Correctly configured" : "Korrekt konfiguriert",
"PHP version" : "PHP-Version",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %1$s. PHP %2$s ist ab Nextcloud %3$s veraltet. Nextcloud %4$s erfordert möglicherweise mindestens PHP %5$s. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.",
"You are currently running PHP %s." : "Du benutzt aktuell PHP %s.",
"PHP \"output_buffering\" option" : "PHP-Option \"output_buffering\"",
"PHP configuration option \"output_buffering\" must be disabled" : "Die PHP-Konfigurationsoption \"output_buffering\" muss deaktiviert sein",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "Aktive Konten",
"Follow us on Twitter" : "Folge uns auf X",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %s. PHP 8.1 ist ab Nextcloud 30 veraltet. Nextcloud 31 erfordert möglicherweise mindestens PHP 8.2. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-Version \"%s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird PostgreSQL >=12 und <=16 empfohlen."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json
index 677551fee6ddd..4a06d46f5dd3d 100644
--- a/apps/settings/l10n/de.json
+++ b/apps/settings/l10n/de.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "Das PHP OPcache-Modul ist nicht ordnungsgemäß konfiguriert. %s.",
"Correctly configured" : "Korrekt konfiguriert",
"PHP version" : "PHP-Version",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %1$s. PHP %2$s ist ab Nextcloud %3$s veraltet. Nextcloud %4$s erfordert möglicherweise mindestens PHP %5$s. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.",
"You are currently running PHP %s." : "Du benutzt aktuell PHP %s.",
"PHP \"output_buffering\" option" : "PHP-Option \"output_buffering\"",
"PHP configuration option \"output_buffering\" must be disabled" : "Die PHP-Konfigurationsoption \"output_buffering\" muss deaktiviert sein",
@@ -909,7 +910,6 @@
"Active accounts" : "Aktive Konten",
"Follow us on Twitter" : "Folge uns auf X",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %s. PHP 8.1 ist ab Nextcloud 30 veraltet. Nextcloud 31 erfordert möglicherweise mindestens PHP 8.2. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-Version \"%s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird PostgreSQL >=12 und <=16 empfohlen."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js
index 094ddf4eadf77..e47e9ac620851 100644
--- a/apps/settings/l10n/de_DE.js
+++ b/apps/settings/l10n/de_DE.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "Das PHP OPcache-Modul ist nicht ordnungsgemäß konfiguriert. %s.",
"Correctly configured" : "Korrekt konfiguriert",
"PHP version" : "PHP-Version",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %1$s. PHP %2$s ist ab Nextcloud %3$s veraltet. Nextcloud %4$s erfordert möglicherweise mindestens PHP %5$s. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.",
"You are currently running PHP %s." : "Sie benutzen aktuell PHP %s.",
"PHP \"output_buffering\" option" : "PHP-Option \"output_buffering\"",
"PHP configuration option \"output_buffering\" must be disabled" : "Die PHP-Konfigurationsoption \"output_buffering\" muss deaktiviert sein",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "Aktive Konten",
"Follow us on Twitter" : "Folgen Sie uns auf Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %s. PHP 8.1 ist ab Nextcloud 30 veraltet. Nextcloud 31 erfordert möglicherweise mindestens PHP 8.2. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-Version \"%s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird PostgreSQL >=12 und <=16 empfohlen."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json
index 110163e22ba11..daeaaba08a8d4 100644
--- a/apps/settings/l10n/de_DE.json
+++ b/apps/settings/l10n/de_DE.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "Das PHP OPcache-Modul ist nicht ordnungsgemäß konfiguriert. %s.",
"Correctly configured" : "Korrekt konfiguriert",
"PHP version" : "PHP-Version",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %1$s. PHP %2$s ist ab Nextcloud %3$s veraltet. Nextcloud %4$s erfordert möglicherweise mindestens PHP %5$s. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.",
"You are currently running PHP %s." : "Sie benutzen aktuell PHP %s.",
"PHP \"output_buffering\" option" : "PHP-Option \"output_buffering\"",
"PHP configuration option \"output_buffering\" must be disabled" : "Die PHP-Konfigurationsoption \"output_buffering\" muss deaktiviert sein",
@@ -909,7 +910,6 @@
"Active accounts" : "Aktive Konten",
"Follow us on Twitter" : "Folgen Sie uns auf Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %s. PHP 8.1 ist ab Nextcloud 30 veraltet. Nextcloud 31 erfordert möglicherweise mindestens PHP 8.2. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-Version \"%s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird PostgreSQL >=12 und <=16 empfohlen."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js
index d093dfff5af5e..4f2432ddf7836 100644
--- a/apps/settings/l10n/en_GB.js
+++ b/apps/settings/l10n/en_GB.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "The PHP OPcache module is not properly configured. %s.",
"Correctly configured" : "Correctly configured",
"PHP version" : "PHP version",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.",
"You are currently running PHP %s." : "You are currently running PHP %s.",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" option",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP configuration option \"output_buffering\" must be disabled",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "Active accounts",
"Follow us on Twitter" : "Follow us on Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json
index 06f8f2d8afec7..eb0ce15462a20 100644
--- a/apps/settings/l10n/en_GB.json
+++ b/apps/settings/l10n/en_GB.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "The PHP OPcache module is not properly configured. %s.",
"Correctly configured" : "Correctly configured",
"PHP version" : "PHP version",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.",
"You are currently running PHP %s." : "You are currently running PHP %s.",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" option",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP configuration option \"output_buffering\" must be disabled",
@@ -909,7 +910,6 @@
"Active accounts" : "Active accounts",
"Follow us on Twitter" : "Follow us on Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js
index fe7da812b8b24..429db5ebd9eba 100644
--- a/apps/settings/l10n/es.js
+++ b/apps/settings/l10n/es.js
@@ -911,7 +911,6 @@ OC.L10N.register(
"Active accounts" : "Cuentas activas",
"Follow us on Twitter" : "Síguenos en Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`. Este fallo puede ser resultado de una inconsistencia DNS del lado del servidor o una regla de salida del cortafuegos.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está ejecutando PHP %s. PHP 8.1 se encuentra fuera de soporte en Nextcloud 30. Nextcloud 31 podría requerir al menos PHP 8.2. Por favor, actualice a alguna de las versiones oficialmente soportadas de PHP por el grupo PHP tan pronto como sea posible.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la versión PostgreSQL \"%s\". Se sugiere utilizar PostgreSQL >=12 y <=16 para el mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json
index 73a0d93810762..5512b88c25a1c 100644
--- a/apps/settings/l10n/es.json
+++ b/apps/settings/l10n/es.json
@@ -909,7 +909,6 @@
"Active accounts" : "Cuentas activas",
"Follow us on Twitter" : "Síguenos en Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`. Este fallo puede ser resultado de una inconsistencia DNS del lado del servidor o una regla de salida del cortafuegos.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está ejecutando PHP %s. PHP 8.1 se encuentra fuera de soporte en Nextcloud 30. Nextcloud 31 podría requerir al menos PHP 8.2. Por favor, actualice a alguna de las versiones oficialmente soportadas de PHP por el grupo PHP tan pronto como sea posible.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la versión PostgreSQL \"%s\". Se sugiere utilizar PostgreSQL >=12 y <=16 para el mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/et_EE.js b/apps/settings/l10n/et_EE.js
index cba5ccd15b1f1..2138d068ebcb7 100644
--- a/apps/settings/l10n/et_EE.js
+++ b/apps/settings/l10n/et_EE.js
@@ -127,6 +127,7 @@ OC.L10N.register(
"Resources" : "Ressursid",
"Documentation" : "Dokumentatsioon",
"Report a bug" : "Teata veast",
+ "View in store" : "Vaata poes",
"Visit website" : "Külasta veebisaiti",
"Admin documentation" : "Administraatori dokumentatsioon",
"Developer documentation" : "Arendaja dokumentatsioon",
diff --git a/apps/settings/l10n/et_EE.json b/apps/settings/l10n/et_EE.json
index aec93c8b74ce2..cd4115d8f80aa 100644
--- a/apps/settings/l10n/et_EE.json
+++ b/apps/settings/l10n/et_EE.json
@@ -125,6 +125,7 @@
"Resources" : "Ressursid",
"Documentation" : "Dokumentatsioon",
"Report a bug" : "Teata veast",
+ "View in store" : "Vaata poes",
"Visit website" : "Külasta veebisaiti",
"Admin documentation" : "Administraatori dokumentatsioon",
"Developer documentation" : "Arendaja dokumentatsioon",
diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js
index 3d58a84204b98..65fbd8f3f7e00 100644
--- a/apps/settings/l10n/eu.js
+++ b/apps/settings/l10n/eu.js
@@ -876,7 +876,6 @@ OC.L10N.register(
"Active accounts" : "Kontu gaituak",
"Follow us on Twitter" : "Jarrai gaitzazu Twitterren",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Egiaztapen hau exekuta dadin ziurtatu behar duzu zure web zerbitzaria bere buruarekin konektatu daitekeela. Hori dela eta, bere `trusted_domains` edo `overwrite.cli.url`ra gutxienez ebatzi eta konektatzeko gai izan behar du. Baliteke hutsegite hau zerbitzariaren aldeko DNS ez bat etortzea edo irteerako suebakiaren arauaren ondorioa izatea.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s exekutatzen ari zara. PHP 8.1 Nextcloud 30-en zaharkituta dago. Nextcloud 31k gutxienez PHP 8.2 behar ahal izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsioatara ahalik eta lasterren.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" bertsioa detektatu da. PostgreSQL >=12 eta <=16 iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json
index 5867ec4f18660..c02ed3c1ce2d6 100644
--- a/apps/settings/l10n/eu.json
+++ b/apps/settings/l10n/eu.json
@@ -874,7 +874,6 @@
"Active accounts" : "Kontu gaituak",
"Follow us on Twitter" : "Jarrai gaitzazu Twitterren",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Egiaztapen hau exekuta dadin ziurtatu behar duzu zure web zerbitzaria bere buruarekin konektatu daitekeela. Hori dela eta, bere `trusted_domains` edo `overwrite.cli.url`ra gutxienez ebatzi eta konektatzeko gai izan behar du. Baliteke hutsegite hau zerbitzariaren aldeko DNS ez bat etortzea edo irteerako suebakiaren arauaren ondorioa izatea.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s exekutatzen ari zara. PHP 8.1 Nextcloud 30-en zaharkituta dago. Nextcloud 31k gutxienez PHP 8.2 behar ahal izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsioatara ahalik eta lasterren.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" bertsioa detektatu da. PostgreSQL >=12 eta <=16 iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js
index d7f18d6c49f45..f6d5edf2a691e 100644
--- a/apps/settings/l10n/fr.js
+++ b/apps/settings/l10n/fr.js
@@ -911,7 +911,6 @@ OC.L10N.register(
"Active accounts" : "Comptes actifs",
"Follow us on Twitter" : "Suivez-nous sur Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`. Cet échec peut être le résultat d'une erreur de DNS côté serveur ou d'une règle de pare-feu sortante.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Vous exécutez actuellement PHP %s. PHP 8.1 est maintenant obsolète pour Nextcloud 30. Nextcloud 31 nécessite au moins PHP 8.12. Veuillez mettre à jour vers l'une des versions PHP officiellement compatibles fournies par le PHP Group dès que possible.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Version PostgreSQL \"%s\" détectée. PostgreSQL >= 12 et <= 16 sont recommandés pour de meilleures performances, stabilité et fonctionnalités avec cette version de Nextcloud."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json
index d497dca821d3f..f3ee527ab0730 100644
--- a/apps/settings/l10n/fr.json
+++ b/apps/settings/l10n/fr.json
@@ -909,7 +909,6 @@
"Active accounts" : "Comptes actifs",
"Follow us on Twitter" : "Suivez-nous sur Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`. Cet échec peut être le résultat d'une erreur de DNS côté serveur ou d'une règle de pare-feu sortante.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Vous exécutez actuellement PHP %s. PHP 8.1 est maintenant obsolète pour Nextcloud 30. Nextcloud 31 nécessite au moins PHP 8.12. Veuillez mettre à jour vers l'une des versions PHP officiellement compatibles fournies par le PHP Group dès que possible.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Version PostgreSQL \"%s\" détectée. PostgreSQL >= 12 et <= 16 sont recommandés pour de meilleures performances, stabilité et fonctionnalités avec cette version de Nextcloud."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/ga.js b/apps/settings/l10n/ga.js
index a38d2349ce0d9..093a33036f48e 100644
--- a/apps/settings/l10n/ga.js
+++ b/apps/settings/l10n/ga.js
@@ -911,7 +911,6 @@ OC.L10N.register(
"Active accounts" : "Cuntais ghníomhacha",
"Follow us on Twitter" : "Lean muid ar Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí Gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá chuid `fearainn_iontaofa` nó an `overwrite.cli.url`. D'fhéadfadh an teip seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Tá PHP %s á rith agat faoi láthair. Tá PHP 8.1 dímheasta anois i Nextcloud 30. D'fhéadfadh go mbeadh PHP 8.2 ar a laghad ag teastáil ó Nextcloud 31. Uasghrádaigh go dtí ceann de na leaganacha PHP a fhaigheann tacaíocht oifigiúil ón nGrúpa PHP chomh luath agus is féidir le do thoil.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Braitheadh leagan PostgreSQL \"%s\". Moltar PostgreSQL >=12 agus <=16 don fheidhmíocht is fearr, don chobhsaíocht agus don fheidhmiúlacht leis an leagan seo de Nextcloud."
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
diff --git a/apps/settings/l10n/ga.json b/apps/settings/l10n/ga.json
index c0f1cac78a58a..d902e4dec7b35 100644
--- a/apps/settings/l10n/ga.json
+++ b/apps/settings/l10n/ga.json
@@ -909,7 +909,6 @@
"Active accounts" : "Cuntais ghníomhacha",
"Follow us on Twitter" : "Lean muid ar Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí Gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá chuid `fearainn_iontaofa` nó an `overwrite.cli.url`. D'fhéadfadh an teip seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Tá PHP %s á rith agat faoi láthair. Tá PHP 8.1 dímheasta anois i Nextcloud 30. D'fhéadfadh go mbeadh PHP 8.2 ar a laghad ag teastáil ó Nextcloud 31. Uasghrádaigh go dtí ceann de na leaganacha PHP a fhaigheann tacaíocht oifigiúil ón nGrúpa PHP chomh luath agus is féidir le do thoil.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Braitheadh leagan PostgreSQL \"%s\". Moltar PostgreSQL >=12 agus <=16 don fheidhmíocht is fearr, don chobhsaíocht agus don fheidhmiúlacht leis an leagan seo de Nextcloud."
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js
index 204e723cfdbdd..967adc1a2fa17 100644
--- a/apps/settings/l10n/gl.js
+++ b/apps/settings/l10n/gl.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "O módulo PHP OPcache non está configurado correctamente. %s.",
"Correctly configured" : "Configurado correctamente",
"PHP version" : "PHP version",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está a executar PHP %1$s. PHP %2$s é obsoleto desde Nextcloud %3$s. Nextcloud %4$s pode precisar polo menos PHP %5$s. Actualice a unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP o antes posíbel.",
"You are currently running PHP %s." : "Actualmente está a executar PHP %s.",
"PHP \"output_buffering\" option" : "Opción de PHP «output_buffering»",
"PHP configuration option \"output_buffering\" must be disabled" : "A opción de configuración de PHP «output_buffering» debe estar desactivada",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "Contas activas",
"Follow us on Twitter" : "Síganos en Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url». Este fallo pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está a executar PHP %s. PHP 8.1 é obsoleto en Nextcloud 30. Nextcloud 31 pode precisar polo menos PHP 8.2. Actualice a unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP o antes posíbel.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Detectouse a versión «%s» de PostgreSQL. Suxírese PostgreSQL >=12 e <=16 para un mellor rendemento, estabilidade e funcionalidade con esta versión de Nextcloud."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json
index 64a9d0cdde604..57ee563f5caec 100644
--- a/apps/settings/l10n/gl.json
+++ b/apps/settings/l10n/gl.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "O módulo PHP OPcache non está configurado correctamente. %s.",
"Correctly configured" : "Configurado correctamente",
"PHP version" : "PHP version",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está a executar PHP %1$s. PHP %2$s é obsoleto desde Nextcloud %3$s. Nextcloud %4$s pode precisar polo menos PHP %5$s. Actualice a unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP o antes posíbel.",
"You are currently running PHP %s." : "Actualmente está a executar PHP %s.",
"PHP \"output_buffering\" option" : "Opción de PHP «output_buffering»",
"PHP configuration option \"output_buffering\" must be disabled" : "A opción de configuración de PHP «output_buffering» debe estar desactivada",
@@ -909,7 +910,6 @@
"Active accounts" : "Contas activas",
"Follow us on Twitter" : "Síganos en Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url». Este fallo pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está a executar PHP %s. PHP 8.1 é obsoleto en Nextcloud 30. Nextcloud 31 pode precisar polo menos PHP 8.2. Actualice a unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP o antes posíbel.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Detectouse a versión «%s» de PostgreSQL. Suxírese PostgreSQL >=12 e <=16 para un mellor rendemento, estabilidade e funcionalidade con esta versión de Nextcloud."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js
index d6dfdf550834e..92a065b189576 100644
--- a/apps/settings/l10n/ja.js
+++ b/apps/settings/l10n/ja.js
@@ -905,7 +905,6 @@ OC.L10N.register(
"Active accounts" : "アクティブなアカウント",
"Follow us on Twitter" : "Twitter でフォロー!",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "このチェックを実行させるには、Webサーバーが自分自身に接続できることを確認しなければならない。そのため、少なくとも一つの `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。この失敗は、サーバ側のDNSの不一致やアウトバウンドファイアウォールルールの結果かもしれません。",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "現在、あなたは PHP %s を実行しています。PHP 8.1 は Nextcloud 30 では非推奨となっています。Nextcloud 31 では少なくとも PHP 8.2 が必要になる可能性があります。できるだけ早く、PHP グループが提供する公式にサポートされている PHP のバージョンにアップグレードしてください。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQLのバージョン \"%s\"が検出されました。 このバージョンのNextcloudで最高のパフォーマンス、安定性、機能性を得るには、PostgreSQL >=12および<=16を推奨します。"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json
index 0b61ca224d7e2..074b96ff4da7b 100644
--- a/apps/settings/l10n/ja.json
+++ b/apps/settings/l10n/ja.json
@@ -903,7 +903,6 @@
"Active accounts" : "アクティブなアカウント",
"Follow us on Twitter" : "Twitter でフォロー!",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "このチェックを実行させるには、Webサーバーが自分自身に接続できることを確認しなければならない。そのため、少なくとも一つの `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。この失敗は、サーバ側のDNSの不一致やアウトバウンドファイアウォールルールの結果かもしれません。",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "現在、あなたは PHP %s を実行しています。PHP 8.1 は Nextcloud 30 では非推奨となっています。Nextcloud 31 では少なくとも PHP 8.2 が必要になる可能性があります。できるだけ早く、PHP グループが提供する公式にサポートされている PHP のバージョンにアップグレードしてください。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQLのバージョン \"%s\"が検出されました。 このバージョンのNextcloudで最高のパフォーマンス、安定性、機能性を得るには、PostgreSQL >=12および<=16を推奨します。"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js
index 141f4526a88ed..1651bba7d76e4 100644
--- a/apps/settings/l10n/nb.js
+++ b/apps/settings/l10n/nb.js
@@ -860,7 +860,6 @@ OC.L10N.register(
"Active accounts" : "Aktive kontoer",
"Follow us on Twitter" : "Følg oss på Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en dens 'trusted_domains' eller 'overwrite.cli.url'. Denne feilen kan være et resultat av ikke-DNS-samsvar på serversiden eller en regel for utgående brannmur.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kjører for øyeblikket PHP %s. PHP 8.1 er nå avviklet i Nextcloud 30. Nextcloud 31 kan kreve minst PHP 8.2. Oppgrader til en av de offisielt støttede PHP-versjonene levert av PHP Group så snart som mulig.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-versjon \"%s\" oppdaget. PostgreSQL >=12 og <=16 foreslås for best ytelse, stabilitet og funksjonalitet med denne versjonen av Nextcloud."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json
index 40053ac2ab55c..333d2b6f57307 100644
--- a/apps/settings/l10n/nb.json
+++ b/apps/settings/l10n/nb.json
@@ -858,7 +858,6 @@
"Active accounts" : "Aktive kontoer",
"Follow us on Twitter" : "Følg oss på Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en dens 'trusted_domains' eller 'overwrite.cli.url'. Denne feilen kan være et resultat av ikke-DNS-samsvar på serversiden eller en regel for utgående brannmur.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kjører for øyeblikket PHP %s. PHP 8.1 er nå avviklet i Nextcloud 30. Nextcloud 31 kan kreve minst PHP 8.2. Oppgrader til en av de offisielt støttede PHP-versjonene levert av PHP Group så snart som mulig.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-versjon \"%s\" oppdaget. PostgreSQL >=12 og <=16 foreslås for best ytelse, stabilitet og funksjonalitet med denne versjonen av Nextcloud."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js
index 3ec08215c9298..739f27950b2fe 100644
--- a/apps/settings/l10n/pt_BR.js
+++ b/apps/settings/l10n/pt_BR.js
@@ -883,7 +883,6 @@ OC.L10N.register(
"Active accounts" : "Contas ativas",
"Follow us on Twitter" : "Siga-nos no Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta verificação seja executada, você deve certificar-se de que seu servidor Web pode se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e conectar-se a pelo menos um de seus `trusted_domains` ou `overwrite.cli.url`. Essa falha pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Você está atualmente executando o PHP %s. PHP 8.1 agora está obsoleto no Nextcloud 30. Nextcloud 31 pode exigir pelo menos PHP 8.2. Atualize para uma das versões PHP com suporte oficial fornecidas pelo PHP Group o mais rápido possível.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão PostgreSQL \"%s\" detectou. PostgreSQL >=12 e <=16 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json
index 1ebda4247b4e4..9fa3d250324f5 100644
--- a/apps/settings/l10n/pt_BR.json
+++ b/apps/settings/l10n/pt_BR.json
@@ -881,7 +881,6 @@
"Active accounts" : "Contas ativas",
"Follow us on Twitter" : "Siga-nos no Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta verificação seja executada, você deve certificar-se de que seu servidor Web pode se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e conectar-se a pelo menos um de seus `trusted_domains` ou `overwrite.cli.url`. Essa falha pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Você está atualmente executando o PHP %s. PHP 8.1 agora está obsoleto no Nextcloud 30. Nextcloud 31 pode exigir pelo menos PHP 8.2. Atualize para uma das versões PHP com suporte oficial fornecidas pelo PHP Group o mais rápido possível.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão PostgreSQL \"%s\" detectou. PostgreSQL >=12 e <=16 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/pt_PT.js b/apps/settings/l10n/pt_PT.js
index f55a94ec750ab..5d4c9b410eb80 100644
--- a/apps/settings/l10n/pt_PT.js
+++ b/apps/settings/l10n/pt_PT.js
@@ -32,8 +32,8 @@ OC.L10N.register(
"You changed your email address" : "Você alterou o seu endereço de e-mail",
"Your email address was changed by an administrator" : "O seu endereço de e-mail foi alterado por um administrador",
"Security" : "Segurança",
- "You successfully logged in using two-factor authentication (%1$s)" : "Autenticado com sucesso utilizando autenticação de dois factores (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "Tentativa falhada de autenticação utilizando dois factores (%1$s)",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Autenticado com sucesso utilizando autenticação de dois fatores (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Tentativa falhada de autenticação utilizando dois fatores (%1$s)",
"Your password or email was modified" : "A password ou email foram modificados",
"Settings" : "Configurações",
"Could not remove app." : "Não foi possível remover a aplicação",
@@ -49,7 +49,7 @@ OC.L10N.register(
"Invalid SMTP password." : "Senha de SMTP inválida.",
"Email setting test" : "Teste definições de email",
"Well done, %s!" : "Muito bem, %s!",
- "If you received this email, the email configuration seems to be correct." : "Se recebeu este email, a configuração do serviço de email deverá estar correcta.",
+ "If you received this email, the email configuration seems to be correct." : "Se recebeu este email, a configuração do serviço de email deverá estar correta.",
"Email could not be sent. Check your mail server log" : "O email não pode ser enviado. Por favor verifique os logs do seu servidor de e-mail.",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu um problema ao enviar o e-mail. Por favor verifique as suas definições. (Erro: %s)",
"Invalid account" : "Conta inválida",
@@ -96,13 +96,13 @@ OC.L10N.register(
"Verifying" : "A verificar",
"Internet connectivity" : "Conetividade da Internet",
"Internet connectivity is disabled in configuration file." : "A conetividade da Internet está desativada no ficheiro de configuração.",
- "Disabled" : "Desactivado",
- "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isto pode resultar na paragem de scripts a meio da execução, corrompendo a instalação. A activação desta função é altamente recomendada.",
+ "Disabled" : "Desativado",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isto pode resultar na paragem de scripts a meio da execução, corrompendo a instalação. A ativação desta função é altamente recomendada.",
"Supported" : "Suportado",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "O seu PHP não suporta FreeType, podendo resultar em fotos de perfil e interface de definições corrompidos. ",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece estar bem configurado para consultar variáveis do ambiente do sistema. O teste com getenv(\"PATH\") apenas devolveu uma resposta em branco.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "A configuração Só-de-Leitura foi ativada. Isto evita definir algumas configurações através da interface da Web. Além disso, o ficheiro precisa de ser definido gravável manualmente para cada atualização.",
- "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A sua base de dados não tem o nível de isolamento da transacção \"READ COMMITTED\" activado. Isto pode causar problemas quando várias acções são executadas em paralelo.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A sua base de dados não tem o nível de isolamento da transação \"READ COMMITTED\" ativado. Isto pode causar problemas quando várias ações são executadas em paralelo.",
"Profile information" : "Informação de perfil",
"Nextcloud settings" : "Definições Nextcloud",
"Enable" : "Ativar",
@@ -125,7 +125,7 @@ OC.L10N.register(
"Name" : "Nome",
"Version" : "Versão",
"Level" : "Nível",
- "Actions" : "Acções",
+ "Actions" : "Ações",
"Results from other categories" : "Resultados de outras categorias",
"No apps found for your version" : "Nenhuma aplicação encontrada para a sua versão",
"Disable all" : "Desativar todos",
@@ -177,7 +177,7 @@ OC.L10N.register(
"Password" : "Palavra-passe",
"Profile" : "Perfil",
"Server-side encryption" : "Atualizar App",
- "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "A cifra do lado do servidor possibilita cifrar os ficheiros que serão enviados para este servidor. Isto implica um impacto no desempenho e só deverá ser activo quando necessário.",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "A cifra do lado do servidor possibilita cifrar os ficheiros que serão enviados para este servidor. Isto implica um impacto no desempenho e só deverá ser ativo quando necessário.",
"Enable server-side encryption" : "Ativar encriptação do lado do servidor",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nenhum módulo de encriptação carregador, por favor ative um módulo de encriptação no menu das aplicações.",
"Select default encryption module:" : "Selecionar o módulo de encriptação predefinido:",
@@ -230,7 +230,7 @@ OC.L10N.register(
"Done" : "Concluído",
"Edit" : "Editar",
"Visibility" : "Visibilidade",
- "Show last login" : "Mostrar último login",
+ "Show last login" : "Mostrar último início de sessão",
"Send email" : "Enviar email",
"Default quota" : "Quota padrão",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador pode afinar o comportamento de partilha. Por favor veja a documentação para mais informação.",
diff --git a/apps/settings/l10n/pt_PT.json b/apps/settings/l10n/pt_PT.json
index 4c489e019298c..cd7b202760d7f 100644
--- a/apps/settings/l10n/pt_PT.json
+++ b/apps/settings/l10n/pt_PT.json
@@ -30,8 +30,8 @@
"You changed your email address" : "Você alterou o seu endereço de e-mail",
"Your email address was changed by an administrator" : "O seu endereço de e-mail foi alterado por um administrador",
"Security" : "Segurança",
- "You successfully logged in using two-factor authentication (%1$s)" : "Autenticado com sucesso utilizando autenticação de dois factores (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "Tentativa falhada de autenticação utilizando dois factores (%1$s)",
+ "You successfully logged in using two-factor authentication (%1$s)" : "Autenticado com sucesso utilizando autenticação de dois fatores (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Tentativa falhada de autenticação utilizando dois fatores (%1$s)",
"Your password or email was modified" : "A password ou email foram modificados",
"Settings" : "Configurações",
"Could not remove app." : "Não foi possível remover a aplicação",
@@ -47,7 +47,7 @@
"Invalid SMTP password." : "Senha de SMTP inválida.",
"Email setting test" : "Teste definições de email",
"Well done, %s!" : "Muito bem, %s!",
- "If you received this email, the email configuration seems to be correct." : "Se recebeu este email, a configuração do serviço de email deverá estar correcta.",
+ "If you received this email, the email configuration seems to be correct." : "Se recebeu este email, a configuração do serviço de email deverá estar correta.",
"Email could not be sent. Check your mail server log" : "O email não pode ser enviado. Por favor verifique os logs do seu servidor de e-mail.",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu um problema ao enviar o e-mail. Por favor verifique as suas definições. (Erro: %s)",
"Invalid account" : "Conta inválida",
@@ -94,13 +94,13 @@
"Verifying" : "A verificar",
"Internet connectivity" : "Conetividade da Internet",
"Internet connectivity is disabled in configuration file." : "A conetividade da Internet está desativada no ficheiro de configuração.",
- "Disabled" : "Desactivado",
- "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isto pode resultar na paragem de scripts a meio da execução, corrompendo a instalação. A activação desta função é altamente recomendada.",
+ "Disabled" : "Desativado",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isto pode resultar na paragem de scripts a meio da execução, corrompendo a instalação. A ativação desta função é altamente recomendada.",
"Supported" : "Suportado",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "O seu PHP não suporta FreeType, podendo resultar em fotos de perfil e interface de definições corrompidos. ",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece estar bem configurado para consultar variáveis do ambiente do sistema. O teste com getenv(\"PATH\") apenas devolveu uma resposta em branco.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "A configuração Só-de-Leitura foi ativada. Isto evita definir algumas configurações através da interface da Web. Além disso, o ficheiro precisa de ser definido gravável manualmente para cada atualização.",
- "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A sua base de dados não tem o nível de isolamento da transacção \"READ COMMITTED\" activado. Isto pode causar problemas quando várias acções são executadas em paralelo.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A sua base de dados não tem o nível de isolamento da transação \"READ COMMITTED\" ativado. Isto pode causar problemas quando várias ações são executadas em paralelo.",
"Profile information" : "Informação de perfil",
"Nextcloud settings" : "Definições Nextcloud",
"Enable" : "Ativar",
@@ -123,7 +123,7 @@
"Name" : "Nome",
"Version" : "Versão",
"Level" : "Nível",
- "Actions" : "Acções",
+ "Actions" : "Ações",
"Results from other categories" : "Resultados de outras categorias",
"No apps found for your version" : "Nenhuma aplicação encontrada para a sua versão",
"Disable all" : "Desativar todos",
@@ -175,7 +175,7 @@
"Password" : "Palavra-passe",
"Profile" : "Perfil",
"Server-side encryption" : "Atualizar App",
- "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "A cifra do lado do servidor possibilita cifrar os ficheiros que serão enviados para este servidor. Isto implica um impacto no desempenho e só deverá ser activo quando necessário.",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "A cifra do lado do servidor possibilita cifrar os ficheiros que serão enviados para este servidor. Isto implica um impacto no desempenho e só deverá ser ativo quando necessário.",
"Enable server-side encryption" : "Ativar encriptação do lado do servidor",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nenhum módulo de encriptação carregador, por favor ative um módulo de encriptação no menu das aplicações.",
"Select default encryption module:" : "Selecionar o módulo de encriptação predefinido:",
@@ -228,7 +228,7 @@
"Done" : "Concluído",
"Edit" : "Editar",
"Visibility" : "Visibilidade",
- "Show last login" : "Mostrar último login",
+ "Show last login" : "Mostrar último início de sessão",
"Send email" : "Enviar email",
"Default quota" : "Quota padrão",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador pode afinar o comportamento de partilha. Por favor veja a documentação para mais informação.",
diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js
index dad3c0681ed27..90b4197d3e935 100644
--- a/apps/settings/l10n/ru.js
+++ b/apps/settings/l10n/ru.js
@@ -899,7 +899,6 @@ OC.L10N.register(
"Active accounts" : "Активные учётные записи",
"Follow us on Twitter" : "Следите за нашими новостями в Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Чтобы разрешить эту проверку, вам нужно убедиться, что ваш веб-сервер может подключаться к себе. Поэтому он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains` или `overwrite.cli.url`. Эта ошибка может быть результатом несоответствия DNS на стороне сервера или исходящего правила брандмауэра.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "В настоящее время вы используете PHP %s. PHP версии 8.1 больше не поддерживается в Nextcloud 30. Для Nextcloud 31 может потребоваться как минимум PHP 82. Как можно скорее обновитесь до одной из официально поддерживаемых версий PHP, предоставленных PHP Group.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Обнаружена версия PostgreSQL \"%s\". Для лучшей производительности, стабильности и функциональности с этой версией Nextcloud рекомендуется использовать PostgreSQL >=12 и <=16."
},
"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);");
diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json
index ed7a916e683bc..6c7d2829c42c0 100644
--- a/apps/settings/l10n/ru.json
+++ b/apps/settings/l10n/ru.json
@@ -897,7 +897,6 @@
"Active accounts" : "Активные учётные записи",
"Follow us on Twitter" : "Следите за нашими новостями в Twitter",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Чтобы разрешить эту проверку, вам нужно убедиться, что ваш веб-сервер может подключаться к себе. Поэтому он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains` или `overwrite.cli.url`. Эта ошибка может быть результатом несоответствия DNS на стороне сервера или исходящего правила брандмауэра.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "В настоящее время вы используете PHP %s. PHP версии 8.1 больше не поддерживается в Nextcloud 30. Для Nextcloud 31 может потребоваться как минимум PHP 82. Как можно скорее обновитесь до одной из официально поддерживаемых версий PHP, предоставленных PHP Group.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Обнаружена версия PostgreSQL \"%s\". Для лучшей производительности, стабильности и функциональности с этой версией Nextcloud рекомендуется использовать PostgreSQL >=12 и <=16."
},"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);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js
index 8668f39c93e00..337295da0ee16 100644
--- a/apps/settings/l10n/sk.js
+++ b/apps/settings/l10n/sk.js
@@ -911,7 +911,6 @@ OC.L10N.register(
"Active accounts" : "Aktívne účty",
"Follow us on Twitter" : "Sleduj nás na Twitter-i",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ak chcete povoliť spustenie tejto kontroly, musíte sa uistiť, že váš webový server sa môže pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednej zo svojich `trusted_domains` alebo `overwrite.cli.url`. Výsledkom nesprávneho nastavenia môže byť nesúlad DNS na strane servera alebo pravidla brány firewall pre výstup.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Momentálne používate PHP %s. PHP 8.1 je teraz zastarané v Nextcloud 30. Nextcloud 31 môže vyžadovať aspoň PHP 8.2. Prosím, aktualizujte sa čo najskôr na jednu z oficiálne podporovaných verzií PHP poskytovaných skupinou PHP.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Bola zistená verzia \"%s\" PostgreSQL. Odporúča sa PostgreSQL >=12 a <=16 pre najlepší výkon, stabilitu a funkčnosť s touto verziou Nextcloud."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json
index d02e305f4f4ae..7a588b3492976 100644
--- a/apps/settings/l10n/sk.json
+++ b/apps/settings/l10n/sk.json
@@ -909,7 +909,6 @@
"Active accounts" : "Aktívne účty",
"Follow us on Twitter" : "Sleduj nás na Twitter-i",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ak chcete povoliť spustenie tejto kontroly, musíte sa uistiť, že váš webový server sa môže pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednej zo svojich `trusted_domains` alebo `overwrite.cli.url`. Výsledkom nesprávneho nastavenia môže byť nesúlad DNS na strane servera alebo pravidla brány firewall pre výstup.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Momentálne používate PHP %s. PHP 8.1 je teraz zastarané v Nextcloud 30. Nextcloud 31 môže vyžadovať aspoň PHP 8.2. Prosím, aktualizujte sa čo najskôr na jednu z oficiálne podporovaných verzií PHP poskytovaných skupinou PHP.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Bola zistená verzia \"%s\" PostgreSQL. Odporúča sa PostgreSQL >=12 a <=16 pre najlepší výkon, stabilitu a funkčnosť s touto verziou Nextcloud."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js
index 095c5075336dd..7a4a2ee40a5ac 100644
--- a/apps/settings/l10n/sr.js
+++ b/apps/settings/l10n/sr.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "PHP модул OPcache није исправно подешен. %s.",
"Correctly configured" : "Исправно подешен",
"PHP version" : "PHP верзија",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Тренутно се извршава PHP %1$s. PHP %2$s је застарео почевши од Nextcloud %3$s. Nextcloud %4$s може да захтева барем PHP %5$s. Молимо вас да што је пре могуће извршите ажурирање на једну од званично подржаних PHP верзија које обезбеђује PHP Група.",
"You are currently running PHP %s." : "Тренутно се извршава PHP %s.",
"PHP \"output_buffering\" option" : "PHP опција „output_buffering”",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP конфигурациона опција output_buffering” мора бити искључена",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "Активни налози",
"Follow us on Twitter" : "Пратите нас на Твитеру",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`. Ова грешка може да буде резултат DNS неподударања на страни сервера или одлазно правило заштитног зида.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Тренутно изврешавате %s. PHP 8.1 је сада застарео у Nextcloud 30. Nextcloud 31 може да захтева барем PHP 8.2. Молимо вас да што је пре могуће извршите ажурирање на једну од званично подржаних PHP верзија које обезбеђује PHP Група.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Детектована је PostgreSQL верзија „%s”. За најбоље перформансе, стабилност и функционалност са овом Nextcloud верзијом, препоручује се PostgreSQL >=12 и <=16."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json
index a1384b3c4b224..8f7c8b5c770c5 100644
--- a/apps/settings/l10n/sr.json
+++ b/apps/settings/l10n/sr.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "PHP модул OPcache није исправно подешен. %s.",
"Correctly configured" : "Исправно подешен",
"PHP version" : "PHP верзија",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Тренутно се извршава PHP %1$s. PHP %2$s је застарео почевши од Nextcloud %3$s. Nextcloud %4$s може да захтева барем PHP %5$s. Молимо вас да што је пре могуће извршите ажурирање на једну од званично подржаних PHP верзија које обезбеђује PHP Група.",
"You are currently running PHP %s." : "Тренутно се извршава PHP %s.",
"PHP \"output_buffering\" option" : "PHP опција „output_buffering”",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP конфигурациона опција output_buffering” мора бити искључена",
@@ -909,7 +910,6 @@
"Active accounts" : "Активни налози",
"Follow us on Twitter" : "Пратите нас на Твитеру",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`. Ова грешка може да буде резултат DNS неподударања на страни сервера или одлазно правило заштитног зида.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Тренутно изврешавате %s. PHP 8.1 је сада застарео у Nextcloud 30. Nextcloud 31 може да захтева барем PHP 8.2. Молимо вас да што је пре могуће извршите ажурирање на једну од званично подржаних PHP верзија које обезбеђује PHP Група.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Детектована је PostgreSQL верзија „%s”. За најбоље перформансе, стабилност и функционалност са овом Nextcloud верзијом, препоручује се PostgreSQL >=12 и <=16."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js
index 1256db1aa9e92..1c5677a9af2d2 100644
--- a/apps/settings/l10n/tr.js
+++ b/apps/settings/l10n/tr.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "PHP OPcache modülü doğru yapılandırılmamış. %s.",
"Correctly configured" : "Doğru yapılandırılmış",
"PHP version" : "PHP sürümü",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %1$s kullanıyorsunuz. PHP %2$s son olarak Nextcloud %3$s sürümünde destekleniyor. Nextcloud %4$s için en az PHP %5$s gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.",
"You are currently running PHP %s." : "Şu anda PHP %s kullanıyorsunuz.",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" seçeneği",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP \"option output_buffering\" yapılandırma seçeneği kullanımdan kaldırılmalıdır",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "Etkin hesaplar",
"Follow us on Twitter" : "Bizi Twitter üzerinde izleyin",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir. Bu sorun, sunucu tarafındaki bir DNS uyumsuzluğunun veya giden güvenlik duvarı kuralının sonucu olabilir.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.1 son olarak Nextcloud 30 sürümünde destekleniyor. Nextcloud 31 için en az PHP 8.2 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" sürümü bulundu. Bu Nextcloud sürümüyle en iyi başarım, kararlılık ve işlevsellik sağlamak için PostgreSQL sürümünün 12 ile 16 arasında olması önerilir."
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json
index 02cda5ef4291c..85a4c78ebfbbf 100644
--- a/apps/settings/l10n/tr.json
+++ b/apps/settings/l10n/tr.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "PHP OPcache modülü doğru yapılandırılmamış. %s.",
"Correctly configured" : "Doğru yapılandırılmış",
"PHP version" : "PHP sürümü",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %1$s kullanıyorsunuz. PHP %2$s son olarak Nextcloud %3$s sürümünde destekleniyor. Nextcloud %4$s için en az PHP %5$s gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.",
"You are currently running PHP %s." : "Şu anda PHP %s kullanıyorsunuz.",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" seçeneği",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP \"option output_buffering\" yapılandırma seçeneği kullanımdan kaldırılmalıdır",
@@ -909,7 +910,6 @@
"Active accounts" : "Etkin hesaplar",
"Follow us on Twitter" : "Bizi Twitter üzerinde izleyin",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir. Bu sorun, sunucu tarafındaki bir DNS uyumsuzluğunun veya giden güvenlik duvarı kuralının sonucu olabilir.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.1 son olarak Nextcloud 30 sürümünde destekleniyor. Nextcloud 31 için en az PHP 8.2 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" sürümü bulundu. Bu Nextcloud sürümüyle en iyi başarım, kararlılık ve işlevsellik sağlamak için PostgreSQL sürümünün 12 ile 16 arasında olması önerilir."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/ug.js b/apps/settings/l10n/ug.js
index 2433c37b342b7..02c5186b04931 100644
--- a/apps/settings/l10n/ug.js
+++ b/apps/settings/l10n/ug.js
@@ -852,7 +852,6 @@ OC.L10N.register(
"Active accounts" : "ئاكتىپ ھېسابات",
"Follow us on Twitter" : "Twitter دا بىزگە ئەگىشىڭ",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "بۇ تەكشۈرۈشنىڭ ئىجرا قىلىنىشى ئۈچۈن تور مۇلازىمېتىرىڭىزنىڭ ئۆزىگە ئۇلىنالايدىغانلىقىغا كاپالەتلىك قىلىشىڭىز كېرەك. شۇڭلاشقا ئۇ چوقۇم كەم دېگەندە ئۇنىڭ «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» دىن بىرنى ھەل قىلالايدىغان ۋە ئۇلىيالايدىغان بولۇشى كېرەك. بۇ مەغلۇبىيەت بەلكىم مۇلازىمېتىر تەرەپتىكى DNS ماسلاشماسلىق ياكى سىرتقا چىقىپ كېتىشتىن مۇداپىئەلىنىش قائىدىسىنىڭ نەتىجىسى بولۇشى مۇمكىن.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "سىز ھازىر PHP% s نى ئىجرا قىلىۋاتىسىز. PHP 8.1 ھازىر Nextcloud 30 دە ئەمەلدىن قالدۇرۇلدى. Nextcloud 31 كەم دېگەندە PHP 8.2 نى تەلەپ قىلىشى مۇمكىن. PHP گورۇھى تەمىنلىگەن رەسمىي قوللايدىغان PHP نەشرىنىڭ بىرىنى تېزدىن يېڭىلاڭ.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL نەشرى \"% s\" بايقالدى. PostgreSQL> = 12 ۋە <= 16 Nextcloud نىڭ بۇ نەشرى بىلەن ئەڭ ياخشى ئىقتىدار ، مۇقىملىق ۋە ئىقتىدار ئۈچۈن تەۋسىيە قىلىنىدۇ."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/ug.json b/apps/settings/l10n/ug.json
index bc052680dec6b..b039ed4267edb 100644
--- a/apps/settings/l10n/ug.json
+++ b/apps/settings/l10n/ug.json
@@ -850,7 +850,6 @@
"Active accounts" : "ئاكتىپ ھېسابات",
"Follow us on Twitter" : "Twitter دا بىزگە ئەگىشىڭ",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "بۇ تەكشۈرۈشنىڭ ئىجرا قىلىنىشى ئۈچۈن تور مۇلازىمېتىرىڭىزنىڭ ئۆزىگە ئۇلىنالايدىغانلىقىغا كاپالەتلىك قىلىشىڭىز كېرەك. شۇڭلاشقا ئۇ چوقۇم كەم دېگەندە ئۇنىڭ «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» دىن بىرنى ھەل قىلالايدىغان ۋە ئۇلىيالايدىغان بولۇشى كېرەك. بۇ مەغلۇبىيەت بەلكىم مۇلازىمېتىر تەرەپتىكى DNS ماسلاشماسلىق ياكى سىرتقا چىقىپ كېتىشتىن مۇداپىئەلىنىش قائىدىسىنىڭ نەتىجىسى بولۇشى مۇمكىن.",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "سىز ھازىر PHP% s نى ئىجرا قىلىۋاتىسىز. PHP 8.1 ھازىر Nextcloud 30 دە ئەمەلدىن قالدۇرۇلدى. Nextcloud 31 كەم دېگەندە PHP 8.2 نى تەلەپ قىلىشى مۇمكىن. PHP گورۇھى تەمىنلىگەن رەسمىي قوللايدىغان PHP نەشرىنىڭ بىرىنى تېزدىن يېڭىلاڭ.",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL نەشرى \"% s\" بايقالدى. PostgreSQL> = 12 ۋە <= 16 Nextcloud نىڭ بۇ نەشرى بىلەن ئەڭ ياخشى ئىقتىدار ، مۇقىملىق ۋە ئىقتىدار ئۈچۈن تەۋسىيە قىلىنىدۇ."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js
index 35d24f6f21763..eec6d2908474f 100644
--- a/apps/settings/l10n/zh_CN.js
+++ b/apps/settings/l10n/zh_CN.js
@@ -911,7 +911,6 @@ OC.L10N.register(
"Active accounts" : "活跃账号",
"Follow us on Twitter" : "在 Twitter 上关注我们!",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "要允许此检查运行,您必须确保您的 Web 服务器可以连接到自身。因此,它必须能够解析并连接到其 \"trusted_domains\" 或 \"overwrite.cli.url\" 中的至少一个。此失败可能是服务端 DNS 不匹配或出站防火墙规则的结果。",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在运行 PHP %s 。PHP 8.1 在 Nextcloud 30 中已弃用。Nextcloud 31 可能至少需要 PHP 8.2。请尽快升级到 PHP 组提供的官方支持的 PHP 版本之一。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 PostgreSQL 版本\"%s\"。建议使用 PostgreSQL >=12 和 <=16,以获得此版本 Nextcloud 的最佳性能、稳定性和功能。"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json
index a2b40750bfd24..1277e4559c917 100644
--- a/apps/settings/l10n/zh_CN.json
+++ b/apps/settings/l10n/zh_CN.json
@@ -909,7 +909,6 @@
"Active accounts" : "活跃账号",
"Follow us on Twitter" : "在 Twitter 上关注我们!",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "要允许此检查运行,您必须确保您的 Web 服务器可以连接到自身。因此,它必须能够解析并连接到其 \"trusted_domains\" 或 \"overwrite.cli.url\" 中的至少一个。此失败可能是服务端 DNS 不匹配或出站防火墙规则的结果。",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在运行 PHP %s 。PHP 8.1 在 Nextcloud 30 中已弃用。Nextcloud 31 可能至少需要 PHP 8.2。请尽快升级到 PHP 组提供的官方支持的 PHP 版本之一。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 PostgreSQL 版本\"%s\"。建议使用 PostgreSQL >=12 和 <=16,以获得此版本 Nextcloud 的最佳性能、稳定性和功能。"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js
index e090cfc1c0081..eb40ae1256f66 100644
--- a/apps/settings/l10n/zh_HK.js
+++ b/apps/settings/l10n/zh_HK.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模組設定不正確。%s。",
"Correctly configured" : "正確設定",
"PHP version" : "PHP 版本",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %1$s。Nextcloud %3$s 已棄用 PHP %2$s。Nextcloud %4$s 需要 PHP %5$s 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。",
"You are currently running PHP %s." : "您目前正在運行 PHP %s。",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" 選項",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP 設定選項 \"output_buffering\" 必須停用",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "活躍帳戶",
"Follow us on Twitter" : "在 Twitter 上追蹤我們",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 30 已棄用 PHP 8.1。Nextcloud 31 需要 PHP 8.2 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json
index 05c8711736557..d7d5b4afc107d 100644
--- a/apps/settings/l10n/zh_HK.json
+++ b/apps/settings/l10n/zh_HK.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模組設定不正確。%s。",
"Correctly configured" : "正確設定",
"PHP version" : "PHP 版本",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %1$s。Nextcloud %3$s 已棄用 PHP %2$s。Nextcloud %4$s 需要 PHP %5$s 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。",
"You are currently running PHP %s." : "您目前正在運行 PHP %s。",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" 選項",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP 設定選項 \"output_buffering\" 必須停用",
@@ -909,7 +910,6 @@
"Active accounts" : "活躍帳戶",
"Follow us on Twitter" : "在 Twitter 上追蹤我們",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 30 已棄用 PHP 8.1。Nextcloud 31 需要 PHP 8.2 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js
index 584d850f36544..689d68443168b 100644
--- a/apps/settings/l10n/zh_TW.js
+++ b/apps/settings/l10n/zh_TW.js
@@ -273,6 +273,7 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模組設定不正確。%s。",
"Correctly configured" : "正確設定",
"PHP version" : "PHP 版本",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %1$s。Nextcloud %3$s 已棄用 PHP %2$s。Nextcloud %4$s 需要 PHP %5$s 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。",
"You are currently running PHP %s." : "您正在執行 PHP %s。",
"PHP \"output_buffering\" option" : "PHP「output_buffering」選項",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP 組態設定選項「output_buffering」必須停用",
@@ -911,7 +912,6 @@ OC.L10N.register(
"Active accounts" : "活躍帳號",
"Follow us on Twitter" : "在 Twitter 上追蹤我們",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 30 已棄用 PHP 8.1。Nextcloud 31 需要 PHP 8.2 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json
index e5bcd91c61bd6..4501809d0ad51 100644
--- a/apps/settings/l10n/zh_TW.json
+++ b/apps/settings/l10n/zh_TW.json
@@ -271,6 +271,7 @@
"The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模組設定不正確。%s。",
"Correctly configured" : "正確設定",
"PHP version" : "PHP 版本",
+ "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %1$s。Nextcloud %3$s 已棄用 PHP %2$s。Nextcloud %4$s 需要 PHP %5$s 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。",
"You are currently running PHP %s." : "您正在執行 PHP %s。",
"PHP \"output_buffering\" option" : "PHP「output_buffering」選項",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP 組態設定選項「output_buffering」必須停用",
@@ -909,7 +910,6 @@
"Active accounts" : "活躍帳號",
"Follow us on Twitter" : "在 Twitter 上追蹤我們",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。",
- "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 30 已棄用 PHP 8.1。Nextcloud 31 需要 PHP 8.2 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。",
"PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/apps/systemtags/l10n/da.js b/apps/systemtags/l10n/da.js
index 58deda022b710..49cfb9a2df49e 100644
--- a/apps/systemtags/l10n/da.js
+++ b/apps/systemtags/l10n/da.js
@@ -39,19 +39,22 @@ OC.L10N.register(
"Update" : "Opdater",
"Delete" : "Slet",
"Reset" : "Reset",
+ "Loading …" : "Indlæser …",
"Public" : "Offentlig",
"Restricted" : "Begrænset",
"Invisible" : "Usynlig",
"Cancel" : "Annullér",
"Failed to load tags" : "Kunne ikke indlæse tags.",
+ "System admin disabled tag creation. You can only use existing ones." : "Systemadministrator deaktiverede oprettelse af tag. Du kan kun bruge eksisterende.",
+ "System tag creation" : "Oprettelse af systemtag",
+ "If enabled, regular accounts will be restricted from creating new tags but will still be able to assign and remove them from their files." : "Hvis det er aktiveret, vil almindelige konti være begrænset fra at oprette nye tags, men vil stadig være i stand til at tildele og fjerne dem fra deres filer.",
+ "Restrict tag creation to admins only" : "Begræns oprettelse af tags til kun administratorer",
+ "Unable to update setting" : "Indstillingen kunne ikke opdateres",
+ "System tag creation is now restricted to administrators" : "Oprettelse af systemtags er nu begrænset til administratorer",
+ "System tag creation is now allowed for everybody" : "Oprettelse af systemtags er nu tilladt for alle",
"Open in Files" : "Åben i Filer",
"No tags found" : "Ingen tags fundet",
"This file has the tag {tag}" : "Denne fil har tagget {tag}",
- "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}",
- "No files in here" : "Her er ingen filer",
- "No entries found in this folder" : "Der blev ikke fundet poster i denne mappe",
- "Name" : "Navn",
- "Size" : "Størrelse",
- "Modified" : "Ændret"
+ "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/systemtags/l10n/da.json b/apps/systemtags/l10n/da.json
index 599260a84cf78..8d3134dcf3471 100644
--- a/apps/systemtags/l10n/da.json
+++ b/apps/systemtags/l10n/da.json
@@ -37,19 +37,22 @@
"Update" : "Opdater",
"Delete" : "Slet",
"Reset" : "Reset",
+ "Loading …" : "Indlæser …",
"Public" : "Offentlig",
"Restricted" : "Begrænset",
"Invisible" : "Usynlig",
"Cancel" : "Annullér",
"Failed to load tags" : "Kunne ikke indlæse tags.",
+ "System admin disabled tag creation. You can only use existing ones." : "Systemadministrator deaktiverede oprettelse af tag. Du kan kun bruge eksisterende.",
+ "System tag creation" : "Oprettelse af systemtag",
+ "If enabled, regular accounts will be restricted from creating new tags but will still be able to assign and remove them from their files." : "Hvis det er aktiveret, vil almindelige konti være begrænset fra at oprette nye tags, men vil stadig være i stand til at tildele og fjerne dem fra deres filer.",
+ "Restrict tag creation to admins only" : "Begræns oprettelse af tags til kun administratorer",
+ "Unable to update setting" : "Indstillingen kunne ikke opdateres",
+ "System tag creation is now restricted to administrators" : "Oprettelse af systemtags er nu begrænset til administratorer",
+ "System tag creation is now allowed for everybody" : "Oprettelse af systemtags er nu tilladt for alle",
"Open in Files" : "Åben i Filer",
"No tags found" : "Ingen tags fundet",
"This file has the tag {tag}" : "Denne fil har tagget {tag}",
- "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}",
- "No files in here" : "Her er ingen filer",
- "No entries found in this folder" : "Der blev ikke fundet poster i denne mappe",
- "Name" : "Navn",
- "Size" : "Størrelse",
- "Modified" : "Ændret"
+ "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/theming/l10n/uk.js b/apps/theming/l10n/uk.js
index 41cb7fbf3bcfe..a34ba4d5cf094 100644
--- a/apps/theming/l10n/uk.js
+++ b/apps/theming/l10n/uk.js
@@ -41,7 +41,7 @@ OC.L10N.register(
"Using the default system appearance." : "Використання зовнішнього вигляду системи за замовчуванням.",
"Dyslexia font" : "Шрифт для людей, які страждають від дислексії",
"Enable dyslexia font" : "Увімкнути шрифт для людей, які страждають на дислексію",
- "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic - це вільно доступний шрифт, що було розроблено для уникнення деяких загальних помилок, що спричинені дизлексією.",
+ "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "\"OpenDyslexic\" - це безплатний шрифт, розроблений для зменшення поширених помилок при читанні, які виникають у людей з дислексією.",
"High contrast mode" : "Висококонтрастний режим",
"Enable high contrast mode" : "Увімкнути висококонтрастний режим",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Висококонтрастний режим спрощує Вашу навігацію. Візуальна якість буде знижена, але чіткість підвищиться..",
@@ -85,7 +85,7 @@ OC.L10N.register(
"Keyboard shortcuts" : "Скорочення",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "У деяких випадках комбінації клавіш можуть заважати роботі з інструментами доступності. Щоб правильно зосередитися на інструменті, ви можете вимкнути всі комбінації клавіш тут. Це також вимкне всі доступні комбінації клавіш у застосунках.",
"Disable all keyboard shortcuts" : "Вимкнути всі комбінації клавіш",
- "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Для нас дуже важливо забезпечити доступ для всіх. Ми дотримуємось сучасних стандартів розробки у вебі, намагаємося забезпечити зручність користування без комп'ютерної миші, а також за допомогую допоміжного програмного забезпечення, наприклад, застосунки зчитування з екрана. Ми прагнемо відповідати {guidelines} Правилам доступу до вмісту у мережі {linkend} 2.1 на рівні AA, а з темою високої контрастності навіть на рівні AAA.",
+ "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Для нас дуже важливо забезпечити доступ для всіх. Ми дотримуємось сучасних стандартів розробки у вебі, намагаємося забезпечити зручність користування без комп'ютерної миші, а також за допомогою допоміжного програмного забезпечення, наприклад, застосунки зчитування з екрана. Ми прагнемо відповідати {guidelines} Правилам доступу до вмісту у мережі {linkend} 2.1 на рівні AA, а з темою високої контрастності навіть на рівні AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Якщо ви виявите будь-які проблеми, не соромтеся повідомити про них на {issuetracker}нашій системі відстеження проблем{linkend}. І якщо ви хочете взяти участь, приєднуйтесь до {designteam}нашої команди дизайнерів{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Вибрано застосунок: {app}, позиція {position} із {total}.",
"Move up" : "Пересунуту догори",
diff --git a/apps/theming/l10n/uk.json b/apps/theming/l10n/uk.json
index 96154b4532998..a140cf011a624 100644
--- a/apps/theming/l10n/uk.json
+++ b/apps/theming/l10n/uk.json
@@ -39,7 +39,7 @@
"Using the default system appearance." : "Використання зовнішнього вигляду системи за замовчуванням.",
"Dyslexia font" : "Шрифт для людей, які страждають від дислексії",
"Enable dyslexia font" : "Увімкнути шрифт для людей, які страждають на дислексію",
- "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic - це вільно доступний шрифт, що було розроблено для уникнення деяких загальних помилок, що спричинені дизлексією.",
+ "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "\"OpenDyslexic\" - це безплатний шрифт, розроблений для зменшення поширених помилок при читанні, які виникають у людей з дислексією.",
"High contrast mode" : "Висококонтрастний режим",
"Enable high contrast mode" : "Увімкнути висококонтрастний режим",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Висококонтрастний режим спрощує Вашу навігацію. Візуальна якість буде знижена, але чіткість підвищиться..",
@@ -83,7 +83,7 @@
"Keyboard shortcuts" : "Скорочення",
"In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "У деяких випадках комбінації клавіш можуть заважати роботі з інструментами доступності. Щоб правильно зосередитися на інструменті, ви можете вимкнути всі комбінації клавіш тут. Це також вимкне всі доступні комбінації клавіш у застосунках.",
"Disable all keyboard shortcuts" : "Вимкнути всі комбінації клавіш",
- "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Для нас дуже важливо забезпечити доступ для всіх. Ми дотримуємось сучасних стандартів розробки у вебі, намагаємося забезпечити зручність користування без комп'ютерної миші, а також за допомогую допоміжного програмного забезпечення, наприклад, застосунки зчитування з екрана. Ми прагнемо відповідати {guidelines} Правилам доступу до вмісту у мережі {linkend} 2.1 на рівні AA, а з темою високої контрастності навіть на рівні AAA.",
+ "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Для нас дуже важливо забезпечити доступ для всіх. Ми дотримуємось сучасних стандартів розробки у вебі, намагаємося забезпечити зручність користування без комп'ютерної миші, а також за допомогою допоміжного програмного забезпечення, наприклад, застосунки зчитування з екрана. Ми прагнемо відповідати {guidelines} Правилам доступу до вмісту у мережі {linkend} 2.1 на рівні AA, а з темою високої контрастності навіть на рівні AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Якщо ви виявите будь-які проблеми, не соромтеся повідомити про них на {issuetracker}нашій системі відстеження проблем{linkend}. І якщо ви хочете взяти участь, приєднуйтесь до {designteam}нашої команди дизайнерів{linkend}!",
"Current selected app: {app}, position {position} of {total}" : "Вибрано застосунок: {app}, позиція {position} із {total}.",
"Move up" : "Пересунуту догори",
diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js
index 2521066eed26a..55fd602cc8d91 100644
--- a/apps/user_ldap/l10n/pt_PT.js
+++ b/apps/user_ldap/l10n/pt_PT.js
@@ -25,7 +25,7 @@ OC.L10N.register(
"Base DN could not be auto-detected, please revise credentials, host and port." : "Não foi possível detetar automaticamente o ND base, por favor, verifique as credenciais, anfitrião e porta.",
"Could not detect Base DN, please enter it manually." : "Não foi possível detetar o ND de base, por favor introduza-o manualmente.",
"{nthServer}. Server" : "{nthServer}. Servidor",
- "No object found in the given Base DN. Please revise." : "Nenhum objecto encontrado na Base DN fornecida. Por favor verifique.",
+ "No object found in the given Base DN. Please revise." : "Nenhum objeto encontrado na Base DN fornecida. Por favor verifique.",
"More than 1,000 directory entries available." : "Mais de 1,000 entradas de diretório disponíveis.",
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Ocorreu um erro. Por favor, verifique o ND Base, bem como as definições de ligação e as credenciais.",
"Do you really want to delete the current Server Configuration?" : "Deseja eliminar a 'Configuração do Servidor' atual?",
@@ -57,7 +57,7 @@ OC.L10N.register(
"The filter specifies which LDAP groups shall have access to the %s instance." : "O filtro especifica quais grupos LDAP devem ter acesso à instância %s.",
"When logging in, %s will find the user based on the following attributes:" : "Quando entrar no sistema, %s irá encontrar o utilizador baseando-se nos seguintes atributos:",
"Other Attributes:" : "Outros Atributos:",
- "Test Loginname" : "Testar nome de login",
+ "Test Loginname" : "Testar nome de início de sessão",
"Verify settings" : "Verificar definições",
"%s. Server:" : "%s. Servidor:",
"Copy current configuration into new directory binding" : "Copiar a configuração atual para um novo registo de diretoria",
@@ -73,8 +73,8 @@ OC.L10N.register(
"Detect Base DN" : "Detetar Base DN",
"Test Base DN" : "Testar Base DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para grandes configurações, mas requer conhecimentos LDAP.",
- "Manually enter LDAP filters (recommended for large directories)" : "Introduzir filtros LDAP manualmente (recomendado para directórios grandes)",
- "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Os objectos mais comuns para utilizadores são organizationalPerson, person, user, and inetOrgPerson. Se não tem a certeza de que classe de objecto deverá seleccionar, por favor, contacte o administrador do Directório.",
+ "Manually enter LDAP filters (recommended for large directories)" : "Introduzir filtros LDAP manualmente (recomendado para diretórios grandes)",
+ "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Os objetos mais comuns para utilizadores são organizationalPerson, person, user, and inetOrgPerson. Se não tem a certeza de que classe de objeto deverá selecionar, por favor, contacte o administrador do diretório.",
"The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais utilizadores do LDAP devem ter acesso à instância %s.",
"Verify settings and count users" : "Verificar definições e contar utilizadores",
"Saving" : "A guardar",
@@ -99,13 +99,13 @@ OC.L10N.register(
"Backup (Replica) Host" : "Anfitrião de Cópia de Segurança (Réplica)",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Indique um anfitrião de cópia de segurança. Este deve ser uma réplica do servidor principal de LDAP/AD ",
"Backup (Replica) Port" : "Porta do servidor de backup (Replica)",
- "Disable Main Server" : "Desactivar servidor principal",
+ "Disable Main Server" : "Desativar servidor principal",
"Only connect to the replica server." : "Ligar apenas ao servidor de réplicas.",
"Turn off SSL certificate validation." : "Desligar a validação de certificado SSL.",
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, utilize-o apenas para testes! Se a ligação só funciona com esta opção, importe o certificado SSL do servidor LDAP para o seu servidor %s.",
"Cache Time-To-Live" : "Cache do tempo de vida dos objetos no servidor",
"in seconds. A change empties the cache." : "em segundos. Uma alteração esvazia a cache.",
- "Directory Settings" : "Definições de directorias",
+ "Directory Settings" : "Definições de diretorias",
"User Display Name Field" : "Mostrador do nome de utilizador.",
"The LDAP attribute to use to generate the user's display name." : "O atributo de LDAP para gerar o nome a exibir do utilizador.",
"2nd User Display Name Field" : "2.º Mostrador do Nome de Utilizador.",
@@ -123,9 +123,9 @@ OC.L10N.register(
"Dynamic Group Member URL" : "URL Dinâmica de Membro do Grupo",
"The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "O atributo LDAP que em objetos de grupo contém um URL de pesquisa LDAP que determina que objetos pertencem ao grupo. (Uma definição vazia desativa a funcionalidade de membros de grupo dinâmico.)",
"Nested Groups" : "Grupos agrupados",
- "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando habilitado os grupos, os grupos são suportados. (Só funciona se o atributo de membro de grupo contém DNs.)",
+ "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando ativado, os grupos que contêm grupos são suportados. (Só funciona se o atributo de membro do grupo contiver DNs).",
"Paging chunksize" : "Bloco de paginação",
- "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como utilizador ou grupo de enumeração. (Defini-lo 0 desactiva paginada das pesquisas LDAP nessas situações.)",
+ "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como utilizador ou grupo de enumeração. (Defini-lo 0 desativa paginada das pesquisas LDAP nessas situações.)",
"Special Attributes" : "Atributos especiais",
"Quota Field" : "Quota",
"Quota Default" : "Quota padrão",
@@ -133,8 +133,8 @@ OC.L10N.register(
"User Home Folder Naming Rule" : "Regra da pasta inicial do utilizador",
"Internal Username" : "Nome de utilizador interno",
"Internal Username Attribute:" : "Atributo do nome de utilizador interno",
- "Override UUID detection" : "Passar a detecção do UUID",
- "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defeito, o ownCloud detecta automaticamente o atributo UUID. Este atributo é usado para identificar inequivocamente grupos e utilizadores LDAP. Igualmente, o nome de utilizador interno é criado com base no UUID, se o contrário não for especificado. Pode sobrepor esta definição colocando um atributo à sua escolha. Tenha em atenção que esse atributo deve ser válido tanto para grupos como para utilizadores, e que é único. Deixe em branco para optar pelo comportamento por defeito. Estas alteração apenas terão efeito em novos utilizadores e grupos mapeados (adicionados).",
+ "Override UUID detection" : "Passar a deteção do UUID",
+ "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defeito, o ownCloud deteta automaticamente o atributo UUID. Este atributo é usado para identificar inequivocamente grupos e utilizadores LDAP. Igualmente, o nome de utilizador interno é criado com base no UUID, se o contrário não for especificado. Pode sobrepor esta definição colocando um atributo à sua escolha. Tenha em atenção que esse atributo deve ser válido tanto para grupos como para utilizadores, e que é único. Deixe em branco para optar pelo comportamento por defeito. Estas alteração apenas terão efeito em novos utilizadores e grupos mapeados (adicionados).",
"UUID Attribute for Users:" : "Atributo UUID para utilizadores:",
"UUID Attribute for Groups:" : "Atributo UUID para grupos:",
"Username-LDAP User Mapping" : "Mapeamento do utilizador LDAP",
diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json
index 429db05660234..a7180d723169f 100644
--- a/apps/user_ldap/l10n/pt_PT.json
+++ b/apps/user_ldap/l10n/pt_PT.json
@@ -23,7 +23,7 @@
"Base DN could not be auto-detected, please revise credentials, host and port." : "Não foi possível detetar automaticamente o ND base, por favor, verifique as credenciais, anfitrião e porta.",
"Could not detect Base DN, please enter it manually." : "Não foi possível detetar o ND de base, por favor introduza-o manualmente.",
"{nthServer}. Server" : "{nthServer}. Servidor",
- "No object found in the given Base DN. Please revise." : "Nenhum objecto encontrado na Base DN fornecida. Por favor verifique.",
+ "No object found in the given Base DN. Please revise." : "Nenhum objeto encontrado na Base DN fornecida. Por favor verifique.",
"More than 1,000 directory entries available." : "Mais de 1,000 entradas de diretório disponíveis.",
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Ocorreu um erro. Por favor, verifique o ND Base, bem como as definições de ligação e as credenciais.",
"Do you really want to delete the current Server Configuration?" : "Deseja eliminar a 'Configuração do Servidor' atual?",
@@ -55,7 +55,7 @@
"The filter specifies which LDAP groups shall have access to the %s instance." : "O filtro especifica quais grupos LDAP devem ter acesso à instância %s.",
"When logging in, %s will find the user based on the following attributes:" : "Quando entrar no sistema, %s irá encontrar o utilizador baseando-se nos seguintes atributos:",
"Other Attributes:" : "Outros Atributos:",
- "Test Loginname" : "Testar nome de login",
+ "Test Loginname" : "Testar nome de início de sessão",
"Verify settings" : "Verificar definições",
"%s. Server:" : "%s. Servidor:",
"Copy current configuration into new directory binding" : "Copiar a configuração atual para um novo registo de diretoria",
@@ -71,8 +71,8 @@
"Detect Base DN" : "Detetar Base DN",
"Test Base DN" : "Testar Base DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para grandes configurações, mas requer conhecimentos LDAP.",
- "Manually enter LDAP filters (recommended for large directories)" : "Introduzir filtros LDAP manualmente (recomendado para directórios grandes)",
- "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Os objectos mais comuns para utilizadores são organizationalPerson, person, user, and inetOrgPerson. Se não tem a certeza de que classe de objecto deverá seleccionar, por favor, contacte o administrador do Directório.",
+ "Manually enter LDAP filters (recommended for large directories)" : "Introduzir filtros LDAP manualmente (recomendado para diretórios grandes)",
+ "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Os objetos mais comuns para utilizadores são organizationalPerson, person, user, and inetOrgPerson. Se não tem a certeza de que classe de objeto deverá selecionar, por favor, contacte o administrador do diretório.",
"The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais utilizadores do LDAP devem ter acesso à instância %s.",
"Verify settings and count users" : "Verificar definições e contar utilizadores",
"Saving" : "A guardar",
@@ -97,13 +97,13 @@
"Backup (Replica) Host" : "Anfitrião de Cópia de Segurança (Réplica)",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Indique um anfitrião de cópia de segurança. Este deve ser uma réplica do servidor principal de LDAP/AD ",
"Backup (Replica) Port" : "Porta do servidor de backup (Replica)",
- "Disable Main Server" : "Desactivar servidor principal",
+ "Disable Main Server" : "Desativar servidor principal",
"Only connect to the replica server." : "Ligar apenas ao servidor de réplicas.",
"Turn off SSL certificate validation." : "Desligar a validação de certificado SSL.",
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, utilize-o apenas para testes! Se a ligação só funciona com esta opção, importe o certificado SSL do servidor LDAP para o seu servidor %s.",
"Cache Time-To-Live" : "Cache do tempo de vida dos objetos no servidor",
"in seconds. A change empties the cache." : "em segundos. Uma alteração esvazia a cache.",
- "Directory Settings" : "Definições de directorias",
+ "Directory Settings" : "Definições de diretorias",
"User Display Name Field" : "Mostrador do nome de utilizador.",
"The LDAP attribute to use to generate the user's display name." : "O atributo de LDAP para gerar o nome a exibir do utilizador.",
"2nd User Display Name Field" : "2.º Mostrador do Nome de Utilizador.",
@@ -121,9 +121,9 @@
"Dynamic Group Member URL" : "URL Dinâmica de Membro do Grupo",
"The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "O atributo LDAP que em objetos de grupo contém um URL de pesquisa LDAP que determina que objetos pertencem ao grupo. (Uma definição vazia desativa a funcionalidade de membros de grupo dinâmico.)",
"Nested Groups" : "Grupos agrupados",
- "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando habilitado os grupos, os grupos são suportados. (Só funciona se o atributo de membro de grupo contém DNs.)",
+ "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando ativado, os grupos que contêm grupos são suportados. (Só funciona se o atributo de membro do grupo contiver DNs).",
"Paging chunksize" : "Bloco de paginação",
- "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como utilizador ou grupo de enumeração. (Defini-lo 0 desactiva paginada das pesquisas LDAP nessas situações.)",
+ "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como utilizador ou grupo de enumeração. (Defini-lo 0 desativa paginada das pesquisas LDAP nessas situações.)",
"Special Attributes" : "Atributos especiais",
"Quota Field" : "Quota",
"Quota Default" : "Quota padrão",
@@ -131,8 +131,8 @@
"User Home Folder Naming Rule" : "Regra da pasta inicial do utilizador",
"Internal Username" : "Nome de utilizador interno",
"Internal Username Attribute:" : "Atributo do nome de utilizador interno",
- "Override UUID detection" : "Passar a detecção do UUID",
- "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defeito, o ownCloud detecta automaticamente o atributo UUID. Este atributo é usado para identificar inequivocamente grupos e utilizadores LDAP. Igualmente, o nome de utilizador interno é criado com base no UUID, se o contrário não for especificado. Pode sobrepor esta definição colocando um atributo à sua escolha. Tenha em atenção que esse atributo deve ser válido tanto para grupos como para utilizadores, e que é único. Deixe em branco para optar pelo comportamento por defeito. Estas alteração apenas terão efeito em novos utilizadores e grupos mapeados (adicionados).",
+ "Override UUID detection" : "Passar a deteção do UUID",
+ "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defeito, o ownCloud deteta automaticamente o atributo UUID. Este atributo é usado para identificar inequivocamente grupos e utilizadores LDAP. Igualmente, o nome de utilizador interno é criado com base no UUID, se o contrário não for especificado. Pode sobrepor esta definição colocando um atributo à sua escolha. Tenha em atenção que esse atributo deve ser válido tanto para grupos como para utilizadores, e que é único. Deixe em branco para optar pelo comportamento por defeito. Estas alteração apenas terão efeito em novos utilizadores e grupos mapeados (adicionados).",
"UUID Attribute for Users:" : "Atributo UUID para utilizadores:",
"UUID Attribute for Groups:" : "Atributo UUID para grupos:",
"Username-LDAP User Mapping" : "Mapeamento do utilizador LDAP",
diff --git a/apps/weather_status/l10n/pt_PT.js b/apps/weather_status/l10n/pt_PT.js
index f92c4e080da4f..5d7e1a22169c4 100644
--- a/apps/weather_status/l10n/pt_PT.js
+++ b/apps/weather_status/l10n/pt_PT.js
@@ -8,7 +8,7 @@ OC.L10N.register(
"Weather status" : "Estado do tempo",
"Weather status in your dashboard" : "Estado do tempo no painel de controlo",
"Weather status integrated in the Dashboard app.\n The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estado do tempo integrado na aplicação Dashboard.\nA localização geográfica pode ser determinada automaticamente ou definida manualmente. É então apresentada uma previsão de 6 horas.\nEste estado também pode ser integrado noutros locais, como a aplicação Calendário.",
- "Detect location" : "Detectar local",
+ "Detect location" : "Detetar local",
"Set custom address" : "Definir endereço personalizado",
"Favorites" : "Favoritos",
"{temperature} {unit} clear sky later today" : "{temperature} {unit} céu limpo mais tarde",
diff --git a/apps/weather_status/l10n/pt_PT.json b/apps/weather_status/l10n/pt_PT.json
index 2f8ad53f06b41..fced031fadfc8 100644
--- a/apps/weather_status/l10n/pt_PT.json
+++ b/apps/weather_status/l10n/pt_PT.json
@@ -6,7 +6,7 @@
"Weather status" : "Estado do tempo",
"Weather status in your dashboard" : "Estado do tempo no painel de controlo",
"Weather status integrated in the Dashboard app.\n The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estado do tempo integrado na aplicação Dashboard.\nA localização geográfica pode ser determinada automaticamente ou definida manualmente. É então apresentada uma previsão de 6 horas.\nEste estado também pode ser integrado noutros locais, como a aplicação Calendário.",
- "Detect location" : "Detectar local",
+ "Detect location" : "Detetar local",
"Set custom address" : "Definir endereço personalizado",
"Favorites" : "Favoritos",
"{temperature} {unit} clear sky later today" : "{temperature} {unit} céu limpo mais tarde",
diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js
index 3ac0f2eb02b6d..5cb9b99eb8ac1 100644
--- a/core/l10n/pt_PT.js
+++ b/core/l10n/pt_PT.js
@@ -233,7 +233,7 @@ OC.L10N.register(
"Trace" : "Rastreio",
"Security warning" : "Aviso de segurança",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "A pasta de dados e os respetivos ficheiros estão provavelmente acessíveis a partir da internet pois o ficheiro .htaccess não funciona.",
- "For information how to properly configure your server, please see the documentation." : "Para obter informações de como configurar correctamente o servidor, veja em: documentação.",
+ "For information how to properly configure your server, please see the documentation." : "Para obter informações de como configurar corretamente o servidor, veja em: documentação.",
"Show password" : "Mostrar senha",
"Toggle password visibility" : "Altere a visibilidade da palavra-passe",
"Storage & database" : "Armazenamento e base de dados",
@@ -272,10 +272,10 @@ OC.L10N.register(
"Email address" : "Endereço de email",
"Two-factor authentication" : "Autenticação de dois fatores",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "A segurança reforçada foi ativada para a sua conta. Por favor, escolha um segundo fator de autenticação.",
- "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Não foi possível carregar pelo menos um dos métodos de autenticação de dois passos activados. Por favor, contacte o seu administrador.",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Não foi possível carregar pelo menos um dos métodos de autenticação de dois passos ativados. Por favor, contacte o seu administrador.",
"Set up two-factor authentication" : "Configurar autenticação de dois fatores",
"Use backup code" : "Usar código de cópia de segurança",
- "Cancel login" : "Cancelar login",
+ "Cancel login" : "Cancelar início de sessão",
"Error while validating your second factor" : "Erro ao validar o segundo fator",
"Access through untrusted domain" : "Aceder através de um domínio não confiável",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacte o seu administrador. Se é um administrador, edite a definição \"trusted_domains\" no config/config.php como no exemplo em config.sample.php.",
diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json
index b825044882aac..168b9c38aa0d9 100644
--- a/core/l10n/pt_PT.json
+++ b/core/l10n/pt_PT.json
@@ -231,7 +231,7 @@
"Trace" : "Rastreio",
"Security warning" : "Aviso de segurança",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "A pasta de dados e os respetivos ficheiros estão provavelmente acessíveis a partir da internet pois o ficheiro .htaccess não funciona.",
- "For information how to properly configure your server, please see the documentation." : "Para obter informações de como configurar correctamente o servidor, veja em: documentação.",
+ "For information how to properly configure your server, please see the documentation." : "Para obter informações de como configurar corretamente o servidor, veja em: documentação.",
"Show password" : "Mostrar senha",
"Toggle password visibility" : "Altere a visibilidade da palavra-passe",
"Storage & database" : "Armazenamento e base de dados",
@@ -270,10 +270,10 @@
"Email address" : "Endereço de email",
"Two-factor authentication" : "Autenticação de dois fatores",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "A segurança reforçada foi ativada para a sua conta. Por favor, escolha um segundo fator de autenticação.",
- "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Não foi possível carregar pelo menos um dos métodos de autenticação de dois passos activados. Por favor, contacte o seu administrador.",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Não foi possível carregar pelo menos um dos métodos de autenticação de dois passos ativados. Por favor, contacte o seu administrador.",
"Set up two-factor authentication" : "Configurar autenticação de dois fatores",
"Use backup code" : "Usar código de cópia de segurança",
- "Cancel login" : "Cancelar login",
+ "Cancel login" : "Cancelar início de sessão",
"Error while validating your second factor" : "Erro ao validar o segundo fator",
"Access through untrusted domain" : "Aceder através de um domínio não confiável",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacte o seu administrador. Se é um administrador, edite a definição \"trusted_domains\" no config/config.php como no exemplo em config.sample.php.",
diff --git a/lib/l10n/da.js b/lib/l10n/da.js
index 984ed0f2cc090..12babac617b62 100644
--- a/lib/l10n/da.js
+++ b/lib/l10n/da.js
@@ -54,6 +54,10 @@ OC.L10N.register(
"Files" : "Filer",
"View profile" : "Vis profil",
"same time" : "samme tid",
+ "_%nh_::_%nh_" : ["%nt","%nt"],
+ "_%nm_::_%nm_" : ["%nm","%nm"],
+ "%s ahead" : "%s foran",
+ "%s behind" : "%s bagud",
"Local time: %s" : "Lokal tid: %s",
"today" : "i dag",
"tomorrow" : "i morgen",
@@ -115,6 +119,7 @@ OC.L10N.register(
"Headline" : "Overskrift",
"Organisation" : "Organisation",
"Role" : "Rolle",
+ "Pronouns" : "Pronominer",
"Unknown account" : "Ukendt konto",
"Additional settings" : "Yderligere indstillinger",
"Enter the database Login and name for %s" : "Indtast database Login og navn for %s",
@@ -136,6 +141,7 @@ OC.L10N.register(
"%1$s via %2$s" : "%1$s via %2$s",
"Unknown share type" : "Ukendt deletype",
"You are not allowed to share %s" : "Du har ikke tilladelse til at dele %s",
+ "File shares cannot have create or delete permissions" : "Fildelinger kan ikke have oprettelses- eller sletningstilladelser",
"Cannot increase permissions of %s" : "Kan give yderigere rettigheder til %s",
"Files cannot be shared with delete permissions" : "Filer kan ikke deles med rettigheder til at slette",
"Files cannot be shared with create permissions" : "Filer kan ikke deles med rettigheder til at oprette",
diff --git a/lib/l10n/da.json b/lib/l10n/da.json
index 5ca556ce46160..457db8c0762b0 100644
--- a/lib/l10n/da.json
+++ b/lib/l10n/da.json
@@ -52,6 +52,10 @@
"Files" : "Filer",
"View profile" : "Vis profil",
"same time" : "samme tid",
+ "_%nh_::_%nh_" : ["%nt","%nt"],
+ "_%nm_::_%nm_" : ["%nm","%nm"],
+ "%s ahead" : "%s foran",
+ "%s behind" : "%s bagud",
"Local time: %s" : "Lokal tid: %s",
"today" : "i dag",
"tomorrow" : "i morgen",
@@ -113,6 +117,7 @@
"Headline" : "Overskrift",
"Organisation" : "Organisation",
"Role" : "Rolle",
+ "Pronouns" : "Pronominer",
"Unknown account" : "Ukendt konto",
"Additional settings" : "Yderligere indstillinger",
"Enter the database Login and name for %s" : "Indtast database Login og navn for %s",
@@ -134,6 +139,7 @@
"%1$s via %2$s" : "%1$s via %2$s",
"Unknown share type" : "Ukendt deletype",
"You are not allowed to share %s" : "Du har ikke tilladelse til at dele %s",
+ "File shares cannot have create or delete permissions" : "Fildelinger kan ikke have oprettelses- eller sletningstilladelser",
"Cannot increase permissions of %s" : "Kan give yderigere rettigheder til %s",
"Files cannot be shared with delete permissions" : "Filer kan ikke deles med rettigheder til at slette",
"Files cannot be shared with create permissions" : "Filer kan ikke deles med rettigheder til at oprette",
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 0243789bb411f..7f1abe6c77230 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -332,13 +332,13 @@ OC.L10N.register(
"ContextAgent" : "ContextAgent",
"Chat with an agent" : "Mit einem Agenten chatten",
"Chat message" : "Chatnachricht",
- "A chat message to send to the agent." : "Eine Chat-Nachricht, die an den Agenten gesendet wird.",
+ "A chat message to send to the agent." : "Eine Chatnachricht, die an den Agenten gesendet wird.",
"Confirmation" : "Bestätigung",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.",
"Conversation token" : "Unterhaltungstoken",
"A token representing the conversation." : "Ein Token, das die Unterhaltung repräsentiert.",
"Generated response" : "Erzeugte Antwort",
- "The response from the chat model." : "Die Antwort des Chatmodells.",
+ "The response from the chat model." : "Die Antwort des Chat-Modells.",
"The new conversation token" : "Das neue Unterhaltungstoken",
"Send this along with the next interaction." : "Dies zusammen mit der nächsten Interaktion senden.",
"Requested actions by the agent" : "Vom Agenten angeforderte Aktionen",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 79398e13019a2..64d1794451e0c 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -330,13 +330,13 @@
"ContextAgent" : "ContextAgent",
"Chat with an agent" : "Mit einem Agenten chatten",
"Chat message" : "Chatnachricht",
- "A chat message to send to the agent." : "Eine Chat-Nachricht, die an den Agenten gesendet wird.",
+ "A chat message to send to the agent." : "Eine Chatnachricht, die an den Agenten gesendet wird.",
"Confirmation" : "Bestätigung",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.",
"Conversation token" : "Unterhaltungstoken",
"A token representing the conversation." : "Ein Token, das die Unterhaltung repräsentiert.",
"Generated response" : "Erzeugte Antwort",
- "The response from the chat model." : "Die Antwort des Chatmodells.",
+ "The response from the chat model." : "Die Antwort des Chat-Modells.",
"The new conversation token" : "Das neue Unterhaltungstoken",
"Send this along with the next interaction." : "Dies zusammen mit der nächsten Interaktion senden.",
"Requested actions by the agent" : "Vom Agenten angeforderte Aktionen",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index e0d18bf354fae..1f9345f51453f 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -332,13 +332,13 @@ OC.L10N.register(
"ContextAgent" : "ContextAgent",
"Chat with an agent" : "Chatten Sie mit einem Agenten",
"Chat message" : "Chatnachricht",
- "A chat message to send to the agent." : "Eine Chat-Nachricht, die an den Agenten gesendet wird.",
+ "A chat message to send to the agent." : "Eine Chatnachricht, die an den Agenten gesendet wird.",
"Confirmation" : "Bestätigung",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.",
"Conversation token" : "Unterhaltungstoken",
"A token representing the conversation." : "Ein Token, das die Unterhaltung repräsentiert.",
"Generated response" : "Erzeugte Antwort",
- "The response from the chat model." : "Die Antwort des Chatmodells.",
+ "The response from the chat model." : "Die Antwort des Chat-Modells.",
"The new conversation token" : "Das neue Unterhaltungstoken",
"Send this along with the next interaction." : "Dies zusammen mit der nächsten Interaktion senden.",
"Requested actions by the agent" : "Vom Agenten angeforderte Aktionen",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index ff34f8c16b1cc..d935e6e0abed7 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -330,13 +330,13 @@
"ContextAgent" : "ContextAgent",
"Chat with an agent" : "Chatten Sie mit einem Agenten",
"Chat message" : "Chatnachricht",
- "A chat message to send to the agent." : "Eine Chat-Nachricht, die an den Agenten gesendet wird.",
+ "A chat message to send to the agent." : "Eine Chatnachricht, die an den Agenten gesendet wird.",
"Confirmation" : "Bestätigung",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.",
"Conversation token" : "Unterhaltungstoken",
"A token representing the conversation." : "Ein Token, das die Unterhaltung repräsentiert.",
"Generated response" : "Erzeugte Antwort",
- "The response from the chat model." : "Die Antwort des Chatmodells.",
+ "The response from the chat model." : "Die Antwort des Chat-Modells.",
"The new conversation token" : "Das neue Unterhaltungstoken",
"Send this along with the next interaction." : "Dies zusammen mit der nächsten Interaktion senden.",
"Requested actions by the agent" : "Vom Agenten angeforderte Aktionen",
diff --git a/lib/l10n/is.js b/lib/l10n/is.js
index 8033b673a0735..d233f55afa74c 100644
--- a/lib/l10n/is.js
+++ b/lib/l10n/is.js
@@ -38,6 +38,7 @@ OC.L10N.register(
"Server version %s or higher is required." : "Krafist er þjóns af útgáfu %s eða hærra.",
"Server version %s or lower is required." : "Krafist er þjóns af útgáfu %s eða lægri.",
"Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Innskráður notandi verður að vera kerfisstjóri eða undirstjórnandi eða hafa fengið sérstaka aðgangsheimild fyrir þessa stillingu",
+ "Your current IP address doesn’t allow you to perform admin actions" : "Nǘerandi IP-vistfang þitt hefur ekki heimild til að framkvæma stjórnunaraðgerðir",
"Logged in account must be an admin or sub admin" : "Innskráður notandi verður að vera kerfisstjóri eða undirstjórnandi",
"Logged in account must be an admin" : "Innskráður notandi verður að vera stjórnandi",
"Wiping of device %s has started" : "Útþurrkun af tækinu %s er byrjuð",
@@ -85,12 +86,22 @@ OC.L10N.register(
"seconds ago" : "sekúndum síðan",
"Empty file" : "Tóm skrá",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Eining með auðkenni: %s er ekki til. Virkjaðu hana í forritastillingum eða hafðu samband við kerfisstjóra.",
+ "File is too large to convert" : "Skráin er of stór til að umbreyta henni",
+ "Could not convert file" : "Gat ekki umbreytt skrá",
"Dot files are not allowed" : "Skrár með punkti eru ekki leyfðar",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" er bannað sem heiti á skrá eða möppu.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" er bannað sem forskeyti á skrá eða möppu.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" er ekki leyfilegt innan í heiti á skrá eða möppu.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" er bönnuð skráartegund.",
"Filenames must not end with \"%1$s\"." : "Skráaheiti mega ekki enda á \"%1$s\".",
+ "Invalid parent path" : "Ógild yfirslóð",
"File already exists" : "Skrá er þegar til",
"Invalid path" : "Ógild slóð",
"Failed to create file from template" : "Mistókst að búa til skrá út frá sniðmáti",
"Templates" : "Sniðmát",
+ "Storage %s cannot be moved" : "Ekki er hægt að færa geymslurýmið %s",
+ "Path contains invalid segments" : "Slóðin inniheldur ógilda hluta",
+ "Filename is a reserved word" : "Skráarheiti er þegar frátekið orð",
"Filename contains at least one invalid character" : "Skráarheitið inniheldur að minnsta kosti einn ógildan staf",
"Filename is too long" : "Skráarheiti er of langt",
"Empty filename is not allowed" : "Autt skráarheiti er ekki leyft.",
@@ -154,10 +165,14 @@ OC.L10N.register(
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ekki er hægt að setja lokadagsetningu meira en %n dag fram í tímann","Ekki er hægt að setja lokadagsetningu meira en %n daga fram í tímann"],
"Sharing is only allowed with group members" : "Deiling er aðeins leyfð með meðlimum hópsins",
"Sharing is disabled" : "Deiling er óvirk",
+ "Invalid share recipient" : "Ógildur viðtakandi sameignar",
+ "Group \"%s\" does not exist" : "Hópurinn \"%s\" er ekki til",
"The requested share does not exist anymore" : "Umbeðin sameign er ekki lengur til",
"The requested share comes from a disabled user" : "Umbeðin sameign kemur frá notanda sem er óvirkur",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Notandinn var ekki búinn til þar sem takmörkum á fjölda notenda var náð. Skoðaðu tilkynningarnar þínar til að sjá meira.",
"Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"",
+ "Input text" : "Inntakstexti",
+ "The input text" : "Inntakstextinn",
"Sunday" : "Sunnudagur",
"Monday" : "Mánudagur",
"Tuesday" : "Þriðjudagur",
@@ -204,6 +219,14 @@ OC.L10N.register(
"Nov." : "Nóv.",
"Dec." : "Des.",
"A valid password must be provided" : "Skráðu inn gilt lykilorð",
+ "The Login is already being used" : "Innskráningarnafnið er þegar í notkun",
+ "Could not create account" : "Gat ekki búið til notandaaðgang",
+ "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Einungis eru leyfilegir eftirfarandi stafir í innskráningarnafni: \"a-z\", \"A-Z\", \"0-9\", bil og \"_.@-'\"",
+ "A valid Login must be provided" : "Settu inn gilt innskráningarnafn",
+ "Login contains whitespace at the beginning or at the end" : "Innskráningarnafnið inniheldur bil í upphafi eða enda",
+ "Login must not consist of dots only" : "Innskráningarnafn má ekki einungis samanstanda af punktum",
+ "Login is invalid because files already exist for this user" : "Innskráningarnafnið er ógilt vegna þess að þegar eru fyrir hendi skrár sem tilheyra þessum notanda",
+ "Account disabled" : "Notandaaðgangur óvirkur",
"Login canceled by app" : "Forrit hætti við innskráningu",
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Ekki var hægt að setja upp \"%1$s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %2$s",
"a safe home for all your data" : "öruggur staður fyrir öll gögnin þín",
@@ -234,9 +257,12 @@ OC.L10N.register(
"Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.",
"The required %s config variable is not configured in the config.php file." : "Nauðsynleg %s stillingabreyta er ekki stillt í config.php file.",
"Please ask your server administrator to check the Nextcloud configuration." : "Biddu kerfisstjórann þinn um að athuga uppsetninguna á Nextcloud.",
+ "Your data directory is readable by other people." : "Gagnamappn þín er lesanleg fyrir aðra notendur.",
+ "Please change the permissions to 0770 so that the directory cannot be listed by other people." : "Endilega breyttu heimildunum í 0770 svo að aðrir notendur geti ekki listað upp innihald hennar.",
"Your data directory must be an absolute path." : "Gagnamappan þín verður að vera með algilda slóð.",
"Check the value of \"datadirectory\" in your configuration." : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni.",
"Your data directory is invalid." : "Gagnamappan þín er ógild.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Gakktu úr skugga um að til staðar sé skrá með heitinu \"%1$s\" í rót gagnageymslunnar. Hún ætti að innihalda eftirfarandi: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Aðgerðin \"%s\" er ekki studd eða útfærð.",
"Authentication failed, wrong token or provider ID given" : "Auðkenning mistókst, uppgefið rangt teikn eða auðkenni þjónustuveitu",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Breytur vantar til að geta lokið beiðninni. Breytur sem vantar: \"%s\"",
@@ -248,15 +274,35 @@ OC.L10N.register(
"Storage connection error. %s" : "Villa í tengingu við gagnageymslu. %s",
"Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu",
"Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s",
+ "Transcribe audio" : "Umrita hljóð",
+ "Transcribe the things said in an audio" : "Umritaðu það sem sagt er í hljóðspori",
+ "Audio input" : "Hljóðinntak",
+ "The audio to transcribe" : "Hljóðið sem á að umrita",
+ "Transcription" : "Umritun",
+ "The transcribed text" : "Umritaði textinn",
+ "Chat message" : "Spjallskilaboð",
"Confirmation" : "Staðfesting",
+ "Prompt" : "Kvaðning",
+ "Number of images" : "Fjöldi mynda",
+ "Chat" : "Spjall",
"Generates a possible headline for a text." : "Útbýr mögulega fyrirsögn fyrir texta.",
"Text" : "Texti",
+ "Simplify text" : "Einfalda texta",
+ "Simplified text" : "Einfaldaður texti",
"Summarize" : "Gera samantekt",
"Summary" : "Samantekt",
"Extract topics" : "Taka út efnisflokka",
+ "Topics" : "Umfjöllunarefni",
"Translate" : "Þýða",
+ "Translate text from one language to another" : "Þýddu texta af einu tungumáli yfir á annað",
+ "Origin text" : "Upprunalegur texti",
+ "The text to translate" : "Textinn sem á að þýða",
+ "Origin language" : "Upprunalegt tungumál",
+ "The language of the origin text" : "Tungumál upprunalega textans",
"Target language" : "Marktungumál:",
+ "The desired language to translate the origin text in" : "Tungumálið sem þýða skal upprunalega textann yfir á",
"Result" : "Niðurstöður",
+ "The translated text" : "Þýddi textinn",
"Free prompt" : "Frjáls kvaðning",
"Runs an arbitrary prompt through the language model." : "Keyrir óreglulega kvaðningu (prompt) í gegnum tungumálslíkanið.",
"Generate headline" : "Útbúa fyrirsögn",
diff --git a/lib/l10n/is.json b/lib/l10n/is.json
index 5c7c555c77e6d..a08d584d73a07 100644
--- a/lib/l10n/is.json
+++ b/lib/l10n/is.json
@@ -36,6 +36,7 @@
"Server version %s or higher is required." : "Krafist er þjóns af útgáfu %s eða hærra.",
"Server version %s or lower is required." : "Krafist er þjóns af útgáfu %s eða lægri.",
"Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Innskráður notandi verður að vera kerfisstjóri eða undirstjórnandi eða hafa fengið sérstaka aðgangsheimild fyrir þessa stillingu",
+ "Your current IP address doesn’t allow you to perform admin actions" : "Nǘerandi IP-vistfang þitt hefur ekki heimild til að framkvæma stjórnunaraðgerðir",
"Logged in account must be an admin or sub admin" : "Innskráður notandi verður að vera kerfisstjóri eða undirstjórnandi",
"Logged in account must be an admin" : "Innskráður notandi verður að vera stjórnandi",
"Wiping of device %s has started" : "Útþurrkun af tækinu %s er byrjuð",
@@ -83,12 +84,22 @@
"seconds ago" : "sekúndum síðan",
"Empty file" : "Tóm skrá",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Eining með auðkenni: %s er ekki til. Virkjaðu hana í forritastillingum eða hafðu samband við kerfisstjóra.",
+ "File is too large to convert" : "Skráin er of stór til að umbreyta henni",
+ "Could not convert file" : "Gat ekki umbreytt skrá",
"Dot files are not allowed" : "Skrár með punkti eru ekki leyfðar",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" er bannað sem heiti á skrá eða möppu.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" er bannað sem forskeyti á skrá eða möppu.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" er ekki leyfilegt innan í heiti á skrá eða möppu.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" er bönnuð skráartegund.",
"Filenames must not end with \"%1$s\"." : "Skráaheiti mega ekki enda á \"%1$s\".",
+ "Invalid parent path" : "Ógild yfirslóð",
"File already exists" : "Skrá er þegar til",
"Invalid path" : "Ógild slóð",
"Failed to create file from template" : "Mistókst að búa til skrá út frá sniðmáti",
"Templates" : "Sniðmát",
+ "Storage %s cannot be moved" : "Ekki er hægt að færa geymslurýmið %s",
+ "Path contains invalid segments" : "Slóðin inniheldur ógilda hluta",
+ "Filename is a reserved word" : "Skráarheiti er þegar frátekið orð",
"Filename contains at least one invalid character" : "Skráarheitið inniheldur að minnsta kosti einn ógildan staf",
"Filename is too long" : "Skráarheiti er of langt",
"Empty filename is not allowed" : "Autt skráarheiti er ekki leyft.",
@@ -152,10 +163,14 @@
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ekki er hægt að setja lokadagsetningu meira en %n dag fram í tímann","Ekki er hægt að setja lokadagsetningu meira en %n daga fram í tímann"],
"Sharing is only allowed with group members" : "Deiling er aðeins leyfð með meðlimum hópsins",
"Sharing is disabled" : "Deiling er óvirk",
+ "Invalid share recipient" : "Ógildur viðtakandi sameignar",
+ "Group \"%s\" does not exist" : "Hópurinn \"%s\" er ekki til",
"The requested share does not exist anymore" : "Umbeðin sameign er ekki lengur til",
"The requested share comes from a disabled user" : "Umbeðin sameign kemur frá notanda sem er óvirkur",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Notandinn var ekki búinn til þar sem takmörkum á fjölda notenda var náð. Skoðaðu tilkynningarnar þínar til að sjá meira.",
"Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"",
+ "Input text" : "Inntakstexti",
+ "The input text" : "Inntakstextinn",
"Sunday" : "Sunnudagur",
"Monday" : "Mánudagur",
"Tuesday" : "Þriðjudagur",
@@ -202,6 +217,14 @@
"Nov." : "Nóv.",
"Dec." : "Des.",
"A valid password must be provided" : "Skráðu inn gilt lykilorð",
+ "The Login is already being used" : "Innskráningarnafnið er þegar í notkun",
+ "Could not create account" : "Gat ekki búið til notandaaðgang",
+ "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Einungis eru leyfilegir eftirfarandi stafir í innskráningarnafni: \"a-z\", \"A-Z\", \"0-9\", bil og \"_.@-'\"",
+ "A valid Login must be provided" : "Settu inn gilt innskráningarnafn",
+ "Login contains whitespace at the beginning or at the end" : "Innskráningarnafnið inniheldur bil í upphafi eða enda",
+ "Login must not consist of dots only" : "Innskráningarnafn má ekki einungis samanstanda af punktum",
+ "Login is invalid because files already exist for this user" : "Innskráningarnafnið er ógilt vegna þess að þegar eru fyrir hendi skrár sem tilheyra þessum notanda",
+ "Account disabled" : "Notandaaðgangur óvirkur",
"Login canceled by app" : "Forrit hætti við innskráningu",
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Ekki var hægt að setja upp \"%1$s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %2$s",
"a safe home for all your data" : "öruggur staður fyrir öll gögnin þín",
@@ -232,9 +255,12 @@
"Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.",
"The required %s config variable is not configured in the config.php file." : "Nauðsynleg %s stillingabreyta er ekki stillt í config.php file.",
"Please ask your server administrator to check the Nextcloud configuration." : "Biddu kerfisstjórann þinn um að athuga uppsetninguna á Nextcloud.",
+ "Your data directory is readable by other people." : "Gagnamappn þín er lesanleg fyrir aðra notendur.",
+ "Please change the permissions to 0770 so that the directory cannot be listed by other people." : "Endilega breyttu heimildunum í 0770 svo að aðrir notendur geti ekki listað upp innihald hennar.",
"Your data directory must be an absolute path." : "Gagnamappan þín verður að vera með algilda slóð.",
"Check the value of \"datadirectory\" in your configuration." : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni.",
"Your data directory is invalid." : "Gagnamappan þín er ógild.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Gakktu úr skugga um að til staðar sé skrá með heitinu \"%1$s\" í rót gagnageymslunnar. Hún ætti að innihalda eftirfarandi: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Aðgerðin \"%s\" er ekki studd eða útfærð.",
"Authentication failed, wrong token or provider ID given" : "Auðkenning mistókst, uppgefið rangt teikn eða auðkenni þjónustuveitu",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Breytur vantar til að geta lokið beiðninni. Breytur sem vantar: \"%s\"",
@@ -246,15 +272,35 @@
"Storage connection error. %s" : "Villa í tengingu við gagnageymslu. %s",
"Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu",
"Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s",
+ "Transcribe audio" : "Umrita hljóð",
+ "Transcribe the things said in an audio" : "Umritaðu það sem sagt er í hljóðspori",
+ "Audio input" : "Hljóðinntak",
+ "The audio to transcribe" : "Hljóðið sem á að umrita",
+ "Transcription" : "Umritun",
+ "The transcribed text" : "Umritaði textinn",
+ "Chat message" : "Spjallskilaboð",
"Confirmation" : "Staðfesting",
+ "Prompt" : "Kvaðning",
+ "Number of images" : "Fjöldi mynda",
+ "Chat" : "Spjall",
"Generates a possible headline for a text." : "Útbýr mögulega fyrirsögn fyrir texta.",
"Text" : "Texti",
+ "Simplify text" : "Einfalda texta",
+ "Simplified text" : "Einfaldaður texti",
"Summarize" : "Gera samantekt",
"Summary" : "Samantekt",
"Extract topics" : "Taka út efnisflokka",
+ "Topics" : "Umfjöllunarefni",
"Translate" : "Þýða",
+ "Translate text from one language to another" : "Þýddu texta af einu tungumáli yfir á annað",
+ "Origin text" : "Upprunalegur texti",
+ "The text to translate" : "Textinn sem á að þýða",
+ "Origin language" : "Upprunalegt tungumál",
+ "The language of the origin text" : "Tungumál upprunalega textans",
"Target language" : "Marktungumál:",
+ "The desired language to translate the origin text in" : "Tungumálið sem þýða skal upprunalega textann yfir á",
"Result" : "Niðurstöður",
+ "The translated text" : "Þýddi textinn",
"Free prompt" : "Frjáls kvaðning",
"Runs an arbitrary prompt through the language model." : "Keyrir óreglulega kvaðningu (prompt) í gegnum tungumálslíkanið.",
"Generate headline" : "Útbúa fyrirsögn",
diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js
index 3e4f4a0e9dfac..308f90645cc2d 100644
--- a/lib/l10n/pt_PT.js
+++ b/lib/l10n/pt_PT.js
@@ -1,10 +1,10 @@
OC.L10N.register(
"lib",
{
- "Cannot write into \"config\" directory!" : "Não é possível gravar no directório \"config\"!",
+ "Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!",
"See %s" : "Ver %s",
"Sample configuration detected" : "Detetado exemplo de configuração",
- "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php",
+ "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detetado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php",
"The page could not be found on the server." : "Esta página não foi encontrada no servidor.",
"Email verification" : "Verificação de e-mail",
"Click the following button to confirm your email." : "Clique no botão a seguir para confirmar o seu e-mail.",
@@ -54,13 +54,13 @@ OC.L10N.register(
"in a few seconds" : "em breves segundos",
"seconds ago" : "Minutos atrás",
"Empty file" : "Ficheiro vazio",
- "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo com ID: %s não existe. Por favor active-o nas definições da aplicação ou contacte o administrador.",
+ "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo com ID: %s não existe. Por favor ative-o nas definições da aplicação ou contacte o administrador.",
"Dot files are not allowed" : "Ficheiros dot não são permitidos",
"File already exists" : "O ficheiro já existe",
"Invalid path" : "Caminho inválido!",
"Failed to create file from template" : "Erro ao criar o ficheiro a partir do modelo",
"Templates" : "Modelos",
- "Filename contains at least one invalid character" : "Nome ficheiro contém pelo menos um caractere inválido",
+ "Filename contains at least one invalid character" : "Nome ficheiro contém pelo menos um carácter inválido",
"Empty filename is not allowed" : "Não é permitido um ficheiro sem nome",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "A app \"%s\" não pode ser instalada porque o ficheiro appinfo não pode ser lido.",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "A aplicação \"%s\" não pode ser instada porque não é compatível com esta versão do servidor.",
@@ -87,7 +87,7 @@ OC.L10N.register(
"Additional settings" : "Definições adicionais",
"You need to enter details of an existing account." : "Precisa de introduzir detalhes de uma conta existente.",
"Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
- "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.",
+ "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar corretamente. Utilize por sua conta e risco.",
"For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que a instância %s está a ser executada num ambiente PHP de 32-bits e o open_basedir foi configurado no php.ini. Isto levará a problemas com ficheiros de tamanho superior a 4 GB e é altamente desencorajado.",
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, remova a definição open_basedir do seu php.ini ou altere o seu PHP para 64-bits.",
@@ -150,7 +150,7 @@ OC.L10N.register(
"A valid password must be provided" : "Deve ser fornecida uma palavra-passe válida",
"Login canceled by app" : "Sessão cancelada pela app",
"a safe home for all your data" : "Um lugar seguro para todos os seus dados",
- "Application is not enabled" : "A aplicação não está activada",
+ "Application is not enabled" : "A aplicação não está ativada",
"Authentication error" : "Erro na autenticação",
"Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.",
"No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.",
@@ -190,6 +190,6 @@ OC.L10N.register(
"Click the button below to open it." : "Clicar no botão abaixo para abrir.",
"File is currently busy, please try again later" : "O ficheiro está ocupado, por favor, tente mais tarde",
"Cannot download file" : "Não é possível transferir o ficheiro",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Garanta que existe um ficheiro chamado \".occdata\" na raiz do directório de dados"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Garanta que existe um ficheiro chamado \".occdata\" na raiz do diretório de dados"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json
index 07d3265cec93d..b83446be6b137 100644
--- a/lib/l10n/pt_PT.json
+++ b/lib/l10n/pt_PT.json
@@ -1,8 +1,8 @@
{ "translations": {
- "Cannot write into \"config\" directory!" : "Não é possível gravar no directório \"config\"!",
+ "Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!",
"See %s" : "Ver %s",
"Sample configuration detected" : "Detetado exemplo de configuração",
- "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php",
+ "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detetado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php",
"The page could not be found on the server." : "Esta página não foi encontrada no servidor.",
"Email verification" : "Verificação de e-mail",
"Click the following button to confirm your email." : "Clique no botão a seguir para confirmar o seu e-mail.",
@@ -52,13 +52,13 @@
"in a few seconds" : "em breves segundos",
"seconds ago" : "Minutos atrás",
"Empty file" : "Ficheiro vazio",
- "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo com ID: %s não existe. Por favor active-o nas definições da aplicação ou contacte o administrador.",
+ "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo com ID: %s não existe. Por favor ative-o nas definições da aplicação ou contacte o administrador.",
"Dot files are not allowed" : "Ficheiros dot não são permitidos",
"File already exists" : "O ficheiro já existe",
"Invalid path" : "Caminho inválido!",
"Failed to create file from template" : "Erro ao criar o ficheiro a partir do modelo",
"Templates" : "Modelos",
- "Filename contains at least one invalid character" : "Nome ficheiro contém pelo menos um caractere inválido",
+ "Filename contains at least one invalid character" : "Nome ficheiro contém pelo menos um carácter inválido",
"Empty filename is not allowed" : "Não é permitido um ficheiro sem nome",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "A app \"%s\" não pode ser instalada porque o ficheiro appinfo não pode ser lido.",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "A aplicação \"%s\" não pode ser instada porque não é compatível com esta versão do servidor.",
@@ -85,7 +85,7 @@
"Additional settings" : "Definições adicionais",
"You need to enter details of an existing account." : "Precisa de introduzir detalhes de uma conta existente.",
"Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
- "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.",
+ "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar corretamente. Utilize por sua conta e risco.",
"For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que a instância %s está a ser executada num ambiente PHP de 32-bits e o open_basedir foi configurado no php.ini. Isto levará a problemas com ficheiros de tamanho superior a 4 GB e é altamente desencorajado.",
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, remova a definição open_basedir do seu php.ini ou altere o seu PHP para 64-bits.",
@@ -148,7 +148,7 @@
"A valid password must be provided" : "Deve ser fornecida uma palavra-passe válida",
"Login canceled by app" : "Sessão cancelada pela app",
"a safe home for all your data" : "Um lugar seguro para todos os seus dados",
- "Application is not enabled" : "A aplicação não está activada",
+ "Application is not enabled" : "A aplicação não está ativada",
"Authentication error" : "Erro na autenticação",
"Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.",
"No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.",
@@ -188,6 +188,6 @@
"Click the button below to open it." : "Clicar no botão abaixo para abrir.",
"File is currently busy, please try again later" : "O ficheiro está ocupado, por favor, tente mais tarde",
"Cannot download file" : "Não é possível transferir o ficheiro",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Garanta que existe um ficheiro chamado \".occdata\" na raiz do directório de dados"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Garanta que existe um ficheiro chamado \".occdata\" na raiz do diretório de dados"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file