diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:26:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:26:10 +0000 |
commit | 6e68b866b9f825f6b37b61147806daba03372fae (patch) | |
tree | 8256e04bdb59df5556f4cb6d9b2ea596e09f4af9 /lib/l10n/ja.js | |
parent | 3e7ca2b916b92d51fd6d4c126d6c27eb69c71e9e (diff) | |
download | nextcloud-server-6e68b866b9f825f6b37b61147806daba03372fae.tar.gz nextcloud-server-6e68b866b9f825f6b37b61147806daba03372fae.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index ffc8b3383d3..fe8e280d0ca 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -242,8 +242,6 @@ OC.L10N.register( "Please ask your server administrator to restart the web server." : "サーバー管理者にWebサーバーを再起動するよう依頼してください。", "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." : "データディレクトリは、絶対パスにする必要があります", @@ -266,6 +264,8 @@ OC.L10N.register( "The user limit has been reached and the user was not created. Check your notifications to learn more." : "ユーザー制限に達したため、ユーザーは作成されませんでした。詳細については、通知を確認してください。", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "ユーザー名で利用できる文字列: \"a-z\", \"A-Z\", \"0-9\", \"_.@-\"", "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 バージョン 2.7.0 が最低必要です。現在 %s がインストールされています。", - "To fix this issue update your libxml2 version and restart your web server." : "この問題を解決するには、libxml2 を更新して、Webサーバーを再起動してください。" + "To fix this issue update your libxml2 version and restart your web server." : "この問題を解決するには、libxml2 を更新して、Webサーバーを再起動してください。", + "PostgreSQL >= 9 required." : "PostgreSQL 9以上が必要です", + "Please upgrade your database version." : "新しいバージョンのデータベースにアップグレードしてください。" }, "nplurals=1; plural=0;"); |