diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-17 02:31:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-17 02:31:51 +0000 |
commit | cc814bb568316c55f55a5ecc6502943640770d2b (patch) | |
tree | bcf8d245bbe57d45efd75ca27685c10f41a9de86 /lib/l10n/ja.js | |
parent | 914714f26a38c6ede9182c79c88e1890474802b6 (diff) | |
download | nextcloud-server-cc814bb568316c55f55a5ecc6502943640770d2b.tar.gz nextcloud-server-cc814bb568316c55f55a5ecc6502943640770d2b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 5b4164dba39..f0cebd86722 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -111,10 +111,6 @@ OC.L10N.register( "Role" : "ロール", "Unknown user" : "不明なユーザー", "Additional settings" : "追加設定", - "%s enter the database username and name." : "%s データベース名とデータベースのユーザー名を入力してください。", - "%s enter the database username." : "%s のデータベースのユーザー名を入力してください。", - "%s enter the database name." : "%s のデータベース名を入力してください。", - "%s you may not use dots in the database name" : "%s ではデータベース名にドットを利用できないかもしれません。", "MySQL username and/or password not valid" : "MySQLのユーザー名またはパスワードが有効ではありません", "You need to enter details of an existing account." : "既存のアカウントの詳細を入力してください。", "Oracle connection could not be established" : "Oracleへの接続が確立できませんでした。", @@ -257,6 +253,10 @@ OC.L10N.register( "Storage is temporarily not available" : "ストレージは一時的に利用できません", "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s", "This can usually be fixed by giving the webserver write access to the config directory." : "Webサーバーにconfigディレクトリへの書き込み権限を与えることで解決する可能性があります。", + "%s enter the database username and name." : "%s データベース名とデータベースのユーザー名を入力してください。", + "%s enter the database username." : "%s のデータベースのユーザー名を入力してください。", + "%s enter the database name." : "%s のデータベース名を入力してください。", + "%s you may not use dots in the database name" : "%s ではデータベース名にドットを利用できないかもしれません。", "Cannot read file" : "ファイルを読み込めません", "Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "多くの場合、Webサーバーの configディレクトリ に書き込み権限を与えることで直ります。%s を見てください", |