From 76dd19b69f45e18c559a035b583673345c510868 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 2 Apr 2025 17:41:40 +0200 Subject: [PATCH] Japanese: Update message --- 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 cca61303..029b7b33 100644 --- a/adminer/lang/ja.inc.php +++ b/adminer/lang/ja.inc.php @@ -11,7 +11,7 @@ Lang::$translations = array( 'Loaded plugins' => '読込済プラグイン', 'Thanks for using Adminer, consider donating.' => 'Adminerのご利用ありがとうございました。(寄付はこちら)', '%s must return an array.' => '%s は配列を返す必要があります。', - 'Configure %s in %s.' => '%2$s の %1$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.' => 'データベースがパスワードに対応していません。', -- 2.39.5