From 104edc75fa22d3f9c4271f9c57c0beb11ed455cb Mon Sep 17 00:00:00 2001 From: Takashi SHIRAI Date: Wed, 2 Apr 2025 08:42:57 +0900 Subject: [PATCH] Plugins autoloading: Modify the Japanese message. Signed-off-by: Takashi SHIRAI --- adminer/lang/ja.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/lang/ja.inc.php b/adminer/lang/ja.inc.php index b387eb14..cca61303 100644 --- a/adminer/lang/ja.inc.php +++ b/adminer/lang/ja.inc.php @@ -10,7 +10,7 @@ Lang::$translations = array( 'Password' => 'パスワード', 'Loaded plugins' => '読込済プラグイン', 'Thanks for using Adminer, consider donating.' => 'Adminerのご利用ありがとうございました。(寄付はこちら)', - '%s must return an array.' => '%s は配列を返さなくてはなりません。', + '%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 はパスワードのないデータベースへの接続には対応していません。(詳細)', -- 2.39.5