diff --git a/adminer/lang/ja.inc.php b/adminer/lang/ja.inc.php
index 9cbbab2f..b387eb14 100644
--- a/adminer/lang/ja.inc.php
+++ b/adminer/lang/ja.inc.php
@@ -10,6 +10,8 @@ Lang::$translations = array(
'Password' => 'パスワード',
'Loaded plugins' => '読込済プラグイン',
'Thanks for using Adminer, consider donating.' => 'Adminerのご利用ありがとうございました。(寄付はこちら)',
+ '%s must return an array.' => '%s は配列を返さなくてはなりません。',
+ 'Configure %s in %s.' => '%2$s の %1$s を設定してください。',
'There is a space in the input password which might be the cause.' => '入力されたパスワードに空白が含まれているので、それが原因かもしれません。',
'Adminer does not support accessing a database without a password, more information.' => 'Adminer はパスワードのないデータベースへの接続には対応していません。(詳細)',
'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.' => 'ソースとターゲットの列は同じデータ型でなければなりません。ターゲット列に索引があり、データが存在しなければなりません。',