]> git.joonet.de Git - adminer.git/commitdiff
Plugins autoloading: Modify the Japanese message.
authorTakashi SHIRAI <shirai@nintendo.co.jp>
Tue, 1 Apr 2025 23:42:57 +0000 (08:42 +0900)
committerJakub Vrana <jakub@vrana.cz>
Wed, 2 Apr 2025 15:35:12 +0000 (17:35 +0200)
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
adminer/lang/ja.inc.php

index b387eb14157fb29113ec6190fca45c3e109db745..cca6130310e96660fa0ab35993389f1ee813c281 100644 (file)
@@ -10,7 +10,7 @@ Lang::$translations = array(
        'Password' => 'パスワード',
        'Loaded plugins' => '読込済プラグイン',
        'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => 'Adminerのご利用ありがとうございました。(寄付は<a href="https://www.adminer.org/en/donation/">こちら</a>)',
-       '<b>%s</b> must return an array.' => '<b>%s</b> は配列を返さなくてはなりません。',
+       '%s must <a%s>return an array</a>.' => '%s は<a%s>配列を返す</a>必要があります。',
        'Configure <b>%s</b> in <b>%s</b>.' => '<b>%2$s</b> の <b>%1$s</b> を設定してください。',
        'There is a space in the input password which might be the cause.' => '入力されたパスワードに空白が含まれているので、それが原因かもしれません。',
        'Adminer does not support accessing a database without a password, <a href="https://www.adminer.org/en/password/"%s>more information</a>.' => 'Adminer はパスワードのないデータベースへの接続には対応していません。(<a href="https://www.adminer.org/en/password/"%s>詳細</a>)',