Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-06-09 05:32:26 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-09 05:32:26 +0300
commita7f32cd650157c7ca9587969da19be87bda9b5a7 (patch)
tree5e9dd230d28efe741bf5ecef23e671efb2842b06 /lib/l10n
parentcba706c7a6d37ec48924a90ca6b950246a0420ff (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/an.js6
-rw-r--r--lib/l10n/an.json4
-rw-r--r--lib/l10n/ja.js1
-rw-r--r--lib/l10n/ja.json1
4 files changed, 12 insertions, 0 deletions
diff --git a/lib/l10n/an.js b/lib/l10n/an.js
new file mode 100644
index 00000000000..8ddba74c09f
--- /dev/null
+++ b/lib/l10n/an.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "lib",
+ {
+ "Settings" : "Configurazión"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/an.json b/lib/l10n/an.json
new file mode 100644
index 00000000000..08fd0a1abf7
--- /dev/null
+++ b/lib/l10n/an.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Settings" : "Configurazión"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index fbe047df50d..38c6547a63c 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -238,6 +238,7 @@ OC.L10N.register(
"The required %s config variable is not configured in the config.php file." : "必要な %s 構成変数が config.php ファイルに設定されていません。",
"Please ask your server administrator to check the Nextcloud configuration." : "サーバー管理者にNextcloud構成を確認するように依頼してください。",
"PostgreSQL >= 9 required." : "PostgreSQL 9以上が必要です",
+ "Please upgrade your database version." : "新しいバージョンのデータベースにアップグレードしてください。",
"Your data directory is readable by other users." : "データディレクトリは他のユーザーからも読み取ることができます",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。",
"Your data directory must be an absolute path." : "データディレクトリは、絶対パスにする必要があります",
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index 5d53a53454e..878f4fbdd13 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -236,6 +236,7 @@
"The required %s config variable is not configured in the config.php file." : "必要な %s 構成変数が config.php ファイルに設定されていません。",
"Please ask your server administrator to check the Nextcloud configuration." : "サーバー管理者にNextcloud構成を確認するように依頼してください。",
"PostgreSQL >= 9 required." : "PostgreSQL 9以上が必要です",
+ "Please upgrade your database version." : "新しいバージョンのデータベースにアップグレードしてください。",
"Your data directory is readable by other users." : "データディレクトリは他のユーザーからも読み取ることができます",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。",
"Your data directory must be an absolute path." : "データディレクトリは、絶対パスにする必要があります",