diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/an.js | 6 | ||||
-rw-r--r-- | lib/l10n/an.json | 4 | ||||
-rw-r--r-- | lib/l10n/ja.js | 1 | ||||
-rw-r--r-- | lib/l10n/ja.json | 1 |
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." : "データディレクトリは、絶対パスにする必要があります", |