]> git.joonet.de Git - adminer.git/commitdiff
Modify the Japanese messages.
authorTakashi SHIRAI <shirai@nintendo.co.jp>
Fri, 21 Mar 2025 06:12:40 +0000 (15:12 +0900)
committerJakub Vrana <jakub@vrana.cz>
Tue, 1 Apr 2025 18:25:11 +0000 (20:25 +0200)
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
adminer/lang/ja.inc.php

index 9cbbab2fabe579f98f62484a71b77efd992c72d1..b387eb14157fb29113ec6190fca45c3e109db745 100644 (file)
@@ -10,6 +10,8 @@ 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> は配列を返さなくてはなりません。',
+       '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>)',
        'Database does not support password.' => 'データベースがパスワードに対応していません。',
@@ -226,8 +228,8 @@ Lang::$translations = array(
        'Stop on error' => 'エラーの場合は停止',
        'Select data' => 'データ',
        '%.3f s' => '%.3f 秒',
-       '$1-$3-$5' => '$1.$3.$5',
-       '[yyyy]-mm-dd' => '[yyyy].mm.dd',
+       '$1-$3-$5' => '$1/$3/$5',
+       '[yyyy]-mm-dd' => '[yyyy]/mm/dd',
        'History' => '履歴',
        'Variables' => '変数',
        'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'ソースとターゲットの列は同じデータ型でなければなりません。ターゲット列に索引があり、データが存在しなければなりません。',