summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-08-10 00:20:29 +0000
committerNextcloud bot <bot@nextcloud.com>2024-08-10 00:20:29 +0000
commitc05f08bf79aa4327fc3651abf28a06216144c749 (patch)
treefed29d2d0c772f4ba8564d73deeef7c7e271dc74 /lib
parentbb2b64df7a8788e938b6af6de0ba66e3ec1c6b98 (diff)
downloadnextcloud-server-c05f08bf79aa4327fc3651abf28a06216144c749.tar.gz
nextcloud-server-c05f08bf79aa4327fc3651abf28a06216144c749.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/ar.js1
-rw-r--r--lib/l10n/ar.json1
-rw-r--r--lib/l10n/de_DE.js1
-rw-r--r--lib/l10n/de_DE.json1
-rw-r--r--lib/l10n/en_GB.js1
-rw-r--r--lib/l10n/en_GB.json1
-rw-r--r--lib/l10n/ja.js2
-rw-r--r--lib/l10n/ja.json2
-rw-r--r--lib/l10n/pt_BR.js1
-rw-r--r--lib/l10n/pt_BR.json1
-rw-r--r--lib/l10n/sv.js1
-rw-r--r--lib/l10n/sv.json1
-rw-r--r--lib/l10n/zh_HK.js1
-rw-r--r--lib/l10n/zh_HK.json1
-rw-r--r--lib/l10n/zh_TW.js1
-rw-r--r--lib/l10n/zh_TW.json1
16 files changed, 18 insertions, 0 deletions
diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js
index be69e4b64ab..26669563486 100644
--- a/lib/l10n/ar.js
+++ b/lib/l10n/ar.js
@@ -256,6 +256,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "مسار دليل بياناتك data directory يجب أن يكون مساراً مُطلقاً absolute path.",
"Check the value of \"datadirectory\" in your configuration." : "راجع قيمة \"datadirectory\" في تهيئتك.",
"Your data directory is invalid." : "دليل بياناتك data directory غير صحيح.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "تأكّد من وجود ملف باسم \"%1$s\" في جذر دليل البيانات. وهو يجب أن يحتوى على: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "الإجراء \"%s\" غيرُ مدعومٍ أو غيرً مُطبّقٍ.",
"Authentication failed, wrong token or provider ID given" : "فشلت المصادقة بسبب خطأ في الرمز token أو في رقم المُزوّد provider ID المُعطى.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "بارامترات لازمة لإكمال الطلب مفقودةٌ. و البارامترات هي: \"%s\"",
diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json
index 3b731b4cca4..0a2c82a3f2e 100644
--- a/lib/l10n/ar.json
+++ b/lib/l10n/ar.json
@@ -254,6 +254,7 @@
"Your data directory must be an absolute path." : "مسار دليل بياناتك data directory يجب أن يكون مساراً مُطلقاً absolute path.",
"Check the value of \"datadirectory\" in your configuration." : "راجع قيمة \"datadirectory\" في تهيئتك.",
"Your data directory is invalid." : "دليل بياناتك data directory غير صحيح.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "تأكّد من وجود ملف باسم \"%1$s\" في جذر دليل البيانات. وهو يجب أن يحتوى على: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "الإجراء \"%s\" غيرُ مدعومٍ أو غيرً مُطبّقٍ.",
"Authentication failed, wrong token or provider ID given" : "فشلت المصادقة بسبب خطأ في الرمز token أو في رقم المُزوّد provider ID المُعطى.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "بارامترات لازمة لإكمال الطلب مفقودةٌ. و البارامترات هي: \"%s\"",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index 7be0b409577..36dba50e88e 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -256,6 +256,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "Ihr Datenverzeichnis muss einen absoluten Pfad haben.",
"Check the value of \"datadirectory\" in your configuration." : "Überprüfen Sie den Wert von „datadirectory“ in Ihrer Konfiguration.",
"Your data directory is invalid." : "Ihr Datenverzeichnis ist ungültig.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Stellen Sie sicher, dass eine Datei \"%1$s\" im Wurzelverzeichnis des Datenverzeichnisses existiert. Sie sollte folgenden Inhalt haben: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Aktion \"%s\" wird nicht unterstützt oder ist nicht implementiert.",
"Authentication failed, wrong token or provider ID given" : "Authentifizierung ist fehlgeschlagen. Falsches Token oder Provider-ID wurde übertragen.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Es fehlen Parameter um die Anfrage zu bearbeiten. Fehlende Parameter: \"%s\"",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index 6d713916fc9..fd2d8c78440 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -254,6 +254,7 @@
"Your data directory must be an absolute path." : "Ihr Datenverzeichnis muss einen absoluten Pfad haben.",
"Check the value of \"datadirectory\" in your configuration." : "Überprüfen Sie den Wert von „datadirectory“ in Ihrer Konfiguration.",
"Your data directory is invalid." : "Ihr Datenverzeichnis ist ungültig.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Stellen Sie sicher, dass eine Datei \"%1$s\" im Wurzelverzeichnis des Datenverzeichnisses existiert. Sie sollte folgenden Inhalt haben: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Aktion \"%s\" wird nicht unterstützt oder ist nicht implementiert.",
"Authentication failed, wrong token or provider ID given" : "Authentifizierung ist fehlgeschlagen. Falsches Token oder Provider-ID wurde übertragen.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Es fehlen Parameter um die Anfrage zu bearbeiten. Fehlende Parameter: \"%s\"",
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index 6e2493fa92a..8e0fa717bf3 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -256,6 +256,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "Your data directory must be an absolute path.",
"Check the value of \"datadirectory\" in your configuration." : "Check the value of \"datadirectory\" in your configuration.",
"Your data directory is invalid." : "Your data directory is invalid.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Action \"%s\" not supported or implemented.",
"Authentication failed, wrong token or provider ID given" : "Authentication failed, wrong token or provider ID given",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parameters missing in order to complete the request. Missing Parameters: \"%s\"",
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json
index c17237489b7..f6cb366b288 100644
--- a/lib/l10n/en_GB.json
+++ b/lib/l10n/en_GB.json
@@ -254,6 +254,7 @@
"Your data directory must be an absolute path." : "Your data directory must be an absolute path.",
"Check the value of \"datadirectory\" in your configuration." : "Check the value of \"datadirectory\" in your configuration.",
"Your data directory is invalid." : "Your data directory is invalid.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Action \"%s\" not supported or implemented.",
"Authentication failed, wrong token or provider ID given" : "Authentication failed, wrong token or provider ID given",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parameters missing in order to complete the request. Missing Parameters: \"%s\"",
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index ef8d59fe504..3348b330457 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"%1$s, %2$s and %3$s" : "%1$s と %2$s、%3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s と %2$s、%3$s、%4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s と %2$s、%3$s、%4$s、%5$s",
+ "Education bundle" : "教育向けバンドル",
"Enterprise bundle" : "エンタープライズ バンドル",
"Groupware bundle" : "グループウェア バンドル",
"Hub bundle" : "Hubバンドル",
@@ -255,6 +256,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "データディレクトリは、絶対パスにする必要があります",
"Check the value of \"datadirectory\" in your configuration." : "設定ファイル内の \"datadirectory\" の値を確認してください。",
"Your data directory is invalid." : "データディレクトリが無効です",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "データディレクトリのルートに\"%1$s\"というファイルがあることを確認します。内容は次のようになります:\"%2$s\"",
"Action \"%s\" not supported or implemented." : "アクション「%s」は対応していないか、実装されていません。",
"Authentication failed, wrong token or provider ID given" : "認証できませんでした。トークンまたはプロバイダーIDが間違っています",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "要求を完了するためのパラメータがありません。欠落したパラメータ:「%s」",
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index e33d86eaf2c..6d92364b1e1 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -17,6 +17,7 @@
"%1$s, %2$s and %3$s" : "%1$s と %2$s、%3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s と %2$s、%3$s、%4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s と %2$s、%3$s、%4$s、%5$s",
+ "Education bundle" : "教育向けバンドル",
"Enterprise bundle" : "エンタープライズ バンドル",
"Groupware bundle" : "グループウェア バンドル",
"Hub bundle" : "Hubバンドル",
@@ -253,6 +254,7 @@
"Your data directory must be an absolute path." : "データディレクトリは、絶対パスにする必要があります",
"Check the value of \"datadirectory\" in your configuration." : "設定ファイル内の \"datadirectory\" の値を確認してください。",
"Your data directory is invalid." : "データディレクトリが無効です",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "データディレクトリのルートに\"%1$s\"というファイルがあることを確認します。内容は次のようになります:\"%2$s\"",
"Action \"%s\" not supported or implemented." : "アクション「%s」は対応していないか、実装されていません。",
"Authentication failed, wrong token or provider ID given" : "認証できませんでした。トークンまたはプロバイダーIDが間違っています",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "要求を完了するためのパラメータがありません。欠落したパラメータ:「%s」",
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index 65c14b61171..542679a54af 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -256,6 +256,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "Seu diretório de dados deve ser um caminho absoluto.",
"Check the value of \"datadirectory\" in your configuration." : "Verifique o valor de \"datadirectory\" em sua configuração.",
"Your data directory is invalid." : "Seu diretório de dados é inválido.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Certifique-se de que há um arquivo chamado \"%1$s\" na raiz do diretório de dados. Ele deve ter o conteúdo: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Ação \"%s\" não suportada ou implementada.",
"Authentication failed, wrong token or provider ID given" : "Falha na autenticação, token ou ID do provedor errados",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parâmetros ausentes para concluir a solicitação: \"%s\"",
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index 42004d4cf22..5df8082dc40 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -254,6 +254,7 @@
"Your data directory must be an absolute path." : "Seu diretório de dados deve ser um caminho absoluto.",
"Check the value of \"datadirectory\" in your configuration." : "Verifique o valor de \"datadirectory\" em sua configuração.",
"Your data directory is invalid." : "Seu diretório de dados é inválido.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Certifique-se de que há um arquivo chamado \"%1$s\" na raiz do diretório de dados. Ele deve ter o conteúdo: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Ação \"%s\" não suportada ou implementada.",
"Authentication failed, wrong token or provider ID given" : "Falha na autenticação, token ou ID do provedor errados",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parâmetros ausentes para concluir a solicitação: \"%s\"",
diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js
index 432e3fbc5a1..2ad3b38e8d7 100644
--- a/lib/l10n/sv.js
+++ b/lib/l10n/sv.js
@@ -256,6 +256,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "Din datakatalog måste vara en absolut sökväg.",
"Check the value of \"datadirectory\" in your configuration." : "Kontrollera värdet på \"datadirectory\" i din konfiguration.",
"Your data directory is invalid." : "Din datakatalog är ogiltig.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Se till att det finns en fil som heter \"%1$s\" i roten av datakatalogen. Den ska ha innehållet: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Åtgärd \"%s\" stöds inte eller är inte implementerad.",
"Authentication failed, wrong token or provider ID given" : "Autentisering misslyckades, felaktig token eller leverantörs-ID",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parametrar saknas för att slutföra förfrågan. Saknade parametrar: \"%s\"",
diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json
index 2c21d256b3f..3c1f100d44b 100644
--- a/lib/l10n/sv.json
+++ b/lib/l10n/sv.json
@@ -254,6 +254,7 @@
"Your data directory must be an absolute path." : "Din datakatalog måste vara en absolut sökväg.",
"Check the value of \"datadirectory\" in your configuration." : "Kontrollera värdet på \"datadirectory\" i din konfiguration.",
"Your data directory is invalid." : "Din datakatalog är ogiltig.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Se till att det finns en fil som heter \"%1$s\" i roten av datakatalogen. Den ska ha innehållet: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Åtgärd \"%s\" stöds inte eller är inte implementerad.",
"Authentication failed, wrong token or provider ID given" : "Autentisering misslyckades, felaktig token eller leverantörs-ID",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parametrar saknas för att slutföra förfrågan. Saknade parametrar: \"%s\"",
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js
index 9af8331f943..b366cb094e1 100644
--- a/lib/l10n/zh_HK.js
+++ b/lib/l10n/zh_HK.js
@@ -256,6 +256,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "您的資料目錄必須為絕對路徑。",
"Check the value of \"datadirectory\" in your configuration." : "請檢查您的設定檔中 \"datadirectory\" 的值。",
"Your data directory is invalid." : "您的數據目錄無效。",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "請確保資料目錄最上層有一個「%1$s」檔案。其應有內容:「%2$s」",
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 並未支援,或是尚未實作",
"Authentication failed, wrong token or provider ID given" : "認證失敗,提供了錯誤的 token 或是 provider ID",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "欠缺完成請求所需的參數: \"%s\"",
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json
index 90092b4f3df..949c22c9e34 100644
--- a/lib/l10n/zh_HK.json
+++ b/lib/l10n/zh_HK.json
@@ -254,6 +254,7 @@
"Your data directory must be an absolute path." : "您的資料目錄必須為絕對路徑。",
"Check the value of \"datadirectory\" in your configuration." : "請檢查您的設定檔中 \"datadirectory\" 的值。",
"Your data directory is invalid." : "您的數據目錄無效。",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "請確保資料目錄最上層有一個「%1$s」檔案。其應有內容:「%2$s」",
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 並未支援,或是尚未實作",
"Authentication failed, wrong token or provider ID given" : "認證失敗,提供了錯誤的 token 或是 provider ID",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "欠缺完成請求所需的參數: \"%s\"",
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 3c59e695be5..f0a3a92180c 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -256,6 +256,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "您的 data 目錄必須是絕對路徑。",
"Check the value of \"datadirectory\" in your configuration." : "請檢查您設定檔中「datadirectory」的值。",
"Your data directory is invalid." : "您的 data 目錄無效。",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "請確保資料目錄最上層有一個「%1$s」檔案。其應有內容:「%2$s」",
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 並未支援,或是尚未實作",
"Authentication failed, wrong token or provider ID given" : "認證失敗,提供了錯誤的 token 或是 provider ID",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "欠缺完成請求所需的參數: \"%s\"",
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json
index ae727ed4842..8dfb98577d6 100644
--- a/lib/l10n/zh_TW.json
+++ b/lib/l10n/zh_TW.json
@@ -254,6 +254,7 @@
"Your data directory must be an absolute path." : "您的 data 目錄必須是絕對路徑。",
"Check the value of \"datadirectory\" in your configuration." : "請檢查您設定檔中「datadirectory」的值。",
"Your data directory is invalid." : "您的 data 目錄無效。",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "請確保資料目錄最上層有一個「%1$s」檔案。其應有內容:「%2$s」",
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 並未支援,或是尚未實作",
"Authentication failed, wrong token or provider ID given" : "認證失敗,提供了錯誤的 token 或是 provider ID",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "欠缺完成請求所需的參數: \"%s\"",