summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/admin_audit/l10n/eu.js2
-rw-r--r--apps/admin_audit/l10n/eu.json2
-rw-r--r--apps/files/l10n/de_DE.js3
-rw-r--r--apps/files/l10n/de_DE.json3
-rw-r--r--apps/files/l10n/en_GB.js3
-rw-r--r--apps/files/l10n/en_GB.json3
-rw-r--r--apps/files/l10n/zh_HK.js3
-rw-r--r--apps/files/l10n/zh_HK.json3
-rw-r--r--core/l10n/en_GB.js1
-rw-r--r--core/l10n/en_GB.json1
-rw-r--r--core/l10n/pt_BR.js3
-rw-r--r--core/l10n/pt_BR.json3
-rw-r--r--core/l10n/zh_HK.js1
-rw-r--r--core/l10n/zh_HK.json1
-rw-r--r--lib/l10n/pt_BR.js2
-rw-r--r--lib/l10n/pt_BR.json2
16 files changed, 32 insertions, 4 deletions
diff --git a/apps/admin_audit/l10n/eu.js b/apps/admin_audit/l10n/eu.js
index 1340bd61767..b71c2183f90 100644
--- a/apps/admin_audit/l10n/eu.js
+++ b/apps/admin_audit/l10n/eu.js
@@ -2,6 +2,6 @@ OC.L10N.register(
"admin_audit",
{
"Auditing / Logging" : "Auditoretza / Erregistroa",
- "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud-i gaitasuna ematen dio, adibidez, fitxategien atzipenak edo bestelako ekintza babesgarriak erregistratzeko."
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloudi gaitasuna ematen dio, adibidez, saio-hasiera fitxategiak atzitzeko edo beste kontuzko ekintza batzuetarako."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/eu.json b/apps/admin_audit/l10n/eu.json
index f4350e60eee..24dffe45273 100644
--- a/apps/admin_audit/l10n/eu.json
+++ b/apps/admin_audit/l10n/eu.json
@@ -1,5 +1,5 @@
{ "translations": {
"Auditing / Logging" : "Auditoretza / Erregistroa",
- "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud-i gaitasuna ematen dio, adibidez, fitxategien atzipenak edo bestelako ekintza babesgarriak erregistratzeko."
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloudi gaitasuna ematen dio, adibidez, saio-hasiera fitxategiak atzitzeko edo beste kontuzko ekintza batzuetarako."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index dc5a2fec062..f9f1f533643 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -180,13 +180,16 @@ OC.L10N.register(
"Invalid path selected" : "Ungültiger Pfad ausgewählt",
"Ownership transfer request sent" : "Anforderung für die Besitzübertragung versendet",
"Cannot transfer ownership of a file or folder you do not own" : "Sie können den Besitz von Dateien oder Ordnern, die Sie nicht besitzen, nicht übertragen",
+ "Open the files app settings" : "Einstellungen der Dateien-App öffnen",
"Files settings" : "Dateien-Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"Additional settings" : "Zusätzliche Einstellungen",
+ "Webdav" : "WebDav",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Use this address to access your Files via WebDAV" : "Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
+ "Webdav URL copied to clipboard" : "WebDav-URL in die Zwischenablage kopiert",
"Unable to change the favourite state of the file" : "Der favorisierte Status der Datei kann nicht geändert werden",
"Error while loading the file data" : "Fehler beim Laden der Datei-Daten",
"Pick a template for {name}" : "Eine Vorlage für {name} wählen",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index 371bafc5112..26183876ff7 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -178,13 +178,16 @@
"Invalid path selected" : "Ungültiger Pfad ausgewählt",
"Ownership transfer request sent" : "Anforderung für die Besitzübertragung versendet",
"Cannot transfer ownership of a file or folder you do not own" : "Sie können den Besitz von Dateien oder Ordnern, die Sie nicht besitzen, nicht übertragen",
+ "Open the files app settings" : "Einstellungen der Dateien-App öffnen",
"Files settings" : "Dateien-Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"Additional settings" : "Zusätzliche Einstellungen",
+ "Webdav" : "WebDav",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Use this address to access your Files via WebDAV" : "Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
+ "Webdav URL copied to clipboard" : "WebDav-URL in die Zwischenablage kopiert",
"Unable to change the favourite state of the file" : "Der favorisierte Status der Datei kann nicht geändert werden",
"Error while loading the file data" : "Fehler beim Laden der Datei-Daten",
"Pick a template for {name}" : "Eine Vorlage für {name} wählen",
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index bcd03d1f98d..eac75c1036c 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -180,13 +180,16 @@ OC.L10N.register(
"Invalid path selected" : "Invalid path selected",
"Ownership transfer request sent" : "Ownership transfer request sent",
"Cannot transfer ownership of a file or folder you do not own" : "Cannot transfer ownership of a file or folder you do not own",
+ "Open the files app settings" : "Open the files app settings",
"Files settings" : "Files settings",
"Show hidden files" : "Show hidden files",
"Crop image previews" : "Crop image previews",
"Additional settings" : "Additional settings",
+ "Webdav" : "Webdav",
"Copy to clipboard" : "Copy to clipboard",
"Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV",
"Clipboard is not available" : "Clipboard is not available",
+ "Webdav URL copied to clipboard" : "Webdav URL copied to clipboard",
"Unable to change the favourite state of the file" : "Unable to change the favourite state of the file",
"Error while loading the file data" : "Error while loading the file data",
"Pick a template for {name}" : "Pick a template for {name}",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index ab7b2be1289..0b9ed70cdd3 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -178,13 +178,16 @@
"Invalid path selected" : "Invalid path selected",
"Ownership transfer request sent" : "Ownership transfer request sent",
"Cannot transfer ownership of a file or folder you do not own" : "Cannot transfer ownership of a file or folder you do not own",
+ "Open the files app settings" : "Open the files app settings",
"Files settings" : "Files settings",
"Show hidden files" : "Show hidden files",
"Crop image previews" : "Crop image previews",
"Additional settings" : "Additional settings",
+ "Webdav" : "Webdav",
"Copy to clipboard" : "Copy to clipboard",
"Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV",
"Clipboard is not available" : "Clipboard is not available",
+ "Webdav URL copied to clipboard" : "Webdav URL copied to clipboard",
"Unable to change the favourite state of the file" : "Unable to change the favourite state of the file",
"Error while loading the file data" : "Error while loading the file data",
"Pick a template for {name}" : "Pick a template for {name}",
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js
index b808578b72d..cca88016de0 100644
--- a/apps/files/l10n/zh_HK.js
+++ b/apps/files/l10n/zh_HK.js
@@ -180,13 +180,16 @@ OC.L10N.register(
"Invalid path selected" : "所選的路徑無效",
"Ownership transfer request sent" : "已送出擁有權轉移的請求",
"Cannot transfer ownership of a file or folder you do not own" : "無法轉移您未擁有的檔案或是資料夾所有權",
+ "Open the files app settings" : "開啟 Files 應用程式設定",
"Files settings" : "檔案設定",
"Show hidden files" : "顯示隱藏檔",
"Crop image previews" : "圖片裁剪預覽",
"Additional settings" : "其他設定",
+ "Webdav" : "Webdav",
"Copy to clipboard" : "複製到剪貼板",
"Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。",
"Clipboard is not available" : "剪貼板不可用",
+ "Webdav URL copied to clipboard" : "Webdav 連結已複製到剪貼板",
"Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態",
"Error while loading the file data" : "載入檔案資料失敗",
"Pick a template for {name}" : "為 {name} 選擇一個模板",
diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json
index b8ded1f9489..d71fcf7b930 100644
--- a/apps/files/l10n/zh_HK.json
+++ b/apps/files/l10n/zh_HK.json
@@ -178,13 +178,16 @@
"Invalid path selected" : "所選的路徑無效",
"Ownership transfer request sent" : "已送出擁有權轉移的請求",
"Cannot transfer ownership of a file or folder you do not own" : "無法轉移您未擁有的檔案或是資料夾所有權",
+ "Open the files app settings" : "開啟 Files 應用程式設定",
"Files settings" : "檔案設定",
"Show hidden files" : "顯示隱藏檔",
"Crop image previews" : "圖片裁剪預覽",
"Additional settings" : "其他設定",
+ "Webdav" : "Webdav",
"Copy to clipboard" : "複製到剪貼板",
"Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。",
"Clipboard is not available" : "剪貼板不可用",
+ "Webdav URL copied to clipboard" : "Webdav 連結已複製到剪貼板",
"Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態",
"Error while loading the file data" : "載入檔案資料失敗",
"Pick a template for {name}" : "為 {name} 選擇一個模板",
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js
index 9afa02cc301..5dd3b9c7887 100644
--- a/core/l10n/en_GB.js
+++ b/core/l10n/en_GB.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Password reset is disabled" : "Password reset is disabled",
"Could not reset password because the token is expired" : "Could not reset password because the token is expired",
"Could not reset password because the token is invalid" : "Could not reset password because the token is invalid",
+ "Password is too long. Maximum allowed length is 469 characters." : "Password is too long. Maximum allowed length is 469 characters.",
"%s password reset" : "%s password reset",
"Password reset" : "Password reset",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Click the following button to reset your password. If you have not requested the password reset, then ignore this email.",
diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json
index 34b00690dee..84053f6d303 100644
--- a/core/l10n/en_GB.json
+++ b/core/l10n/en_GB.json
@@ -29,6 +29,7 @@
"Password reset is disabled" : "Password reset is disabled",
"Could not reset password because the token is expired" : "Could not reset password because the token is expired",
"Could not reset password because the token is invalid" : "Could not reset password because the token is invalid",
+ "Password is too long. Maximum allowed length is 469 characters." : "Password is too long. Maximum allowed length is 469 characters.",
"%s password reset" : "%s password reset",
"Password reset" : "Password reset",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Click the following button to reset your password. If you have not requested the password reset, then ignore this email.",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index d948ec00e6d..5344330aa58 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -416,6 +416,7 @@ OC.L10N.register(
"More" : "Mais",
"More apps menu" : "Mais aplicativos",
"Settings menu" : "Menu de configurações",
- "Setup two-factor authentication" : "Configurar autenticação de dois fatores"
+ "Setup two-factor authentication" : "Configurar autenticação de dois fatores",
+ "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que você está executando uma versão PHP de 32 bits. Nextcloud 26 e superior requerem 64 bits. Atualize seu sistema operacional e PHP para 64 bits! Para mais detalhes, leia {linkstart}a página de documentação sobre isso ↗{linkend}."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 9398289f560..3e56a282546 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -414,6 +414,7 @@
"More" : "Mais",
"More apps menu" : "Mais aplicativos",
"Settings menu" : "Menu de configurações",
- "Setup two-factor authentication" : "Configurar autenticação de dois fatores"
+ "Setup two-factor authentication" : "Configurar autenticação de dois fatores",
+ "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que você está executando uma versão PHP de 32 bits. Nextcloud 26 e superior requerem 64 bits. Atualize seu sistema operacional e PHP para 64 bits! Para mais detalhes, leia {linkstart}a página de documentação sobre isso ↗{linkend}."
},"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/core/l10n/zh_HK.js b/core/l10n/zh_HK.js
index 9bce24d186f..558527733d9 100644
--- a/core/l10n/zh_HK.js
+++ b/core/l10n/zh_HK.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Password reset is disabled" : "密碼重設已停用",
"Could not reset password because the token is expired" : "權杖已過期,無法重設密碼",
"Could not reset password because the token is invalid" : "重設密碼權杖無效,重設失敗",
+ "Password is too long. Maximum allowed length is 469 characters." : "密碼太長。 允許的最大長度為 469 個字元。",
"%s password reset" : "%s 密碼重設",
"Password reset" : "密碼重設",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請不用理會此電子郵件。",
diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json
index 84e80501254..81f732f2e7d 100644
--- a/core/l10n/zh_HK.json
+++ b/core/l10n/zh_HK.json
@@ -29,6 +29,7 @@
"Password reset is disabled" : "密碼重設已停用",
"Could not reset password because the token is expired" : "權杖已過期,無法重設密碼",
"Could not reset password because the token is invalid" : "重設密碼權杖無效,重設失敗",
+ "Password is too long. Maximum allowed length is 469 characters." : "密碼太長。 允許的最大長度為 469 個字元。",
"%s password reset" : "%s 密碼重設",
"Password reset" : "密碼重設",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請不用理會此電子郵件。",
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index 4dcce7def5c..69b9071e34b 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -127,6 +127,8 @@ OC.L10N.register(
"PostgreSQL username and/or password not valid" : "Nome de usuário e/ou senha PostgreSQL inválidos",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X não é suportado e %s não funcionará corretamente nesta plataforma. Use-o por sua conta e risco!",
"For the best results, please consider using a GNU/Linux server instead." : "Para obter melhores resultados, por favor considere o uso de um servidor GNU/Linux em seu lugar.",
+ "It seems that this %s instance is running on a 32-bit PHP environment. 64-bit is required for 26 and higher." : "Parece que essa %s instância está sendo executada em um ambiente PHP de 32 bits. 64 bits é necessário para 26 e superior.",
+ "Please switch to 64-bit PHP." : "Mude para PHP de 64 bits.",
"Set an admin username." : "Defina um nome do usuário administrador.",
"Set an admin password." : "Defina uma senha para o administrador.",
"Cannot create or write into the data directory %s" : "Não foi possível criar ou escrever no diretório de dados %s",
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index 7b2f56e6415..dab51898f26 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -125,6 +125,8 @@
"PostgreSQL username and/or password not valid" : "Nome de usuário e/ou senha PostgreSQL inválidos",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X não é suportado e %s não funcionará corretamente nesta plataforma. Use-o por sua conta e risco!",
"For the best results, please consider using a GNU/Linux server instead." : "Para obter melhores resultados, por favor considere o uso de um servidor GNU/Linux em seu lugar.",
+ "It seems that this %s instance is running on a 32-bit PHP environment. 64-bit is required for 26 and higher." : "Parece que essa %s instância está sendo executada em um ambiente PHP de 32 bits. 64 bits é necessário para 26 e superior.",
+ "Please switch to 64-bit PHP." : "Mude para PHP de 64 bits.",
"Set an admin username." : "Defina um nome do usuário administrador.",
"Set an admin password." : "Defina uma senha para o administrador.",
"Cannot create or write into the data directory %s" : "Não foi possível criar ou escrever no diretório de dados %s",