From 6e60a2fe6b417d7722695868b52709f6b454c6c7 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 5 Oct 2023 11:25:41 +0900 Subject: [PATCH] Add ja/Language.php (#409) --- Language/ja/Language.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Language/ja/Language.php diff --git a/Language/ja/Language.php b/Language/ja/Language.php new file mode 100644 index 00000000..96bafecd --- /dev/null +++ b/Language/ja/Language.php @@ -0,0 +1,15 @@ + + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + +// "Language" language settings +return [ + 'invalidMessageFormat' => '不正なメッセージフォーマット: "{0}", 引数: "{1}"', // 'Invalid message format: "{0}", args: "{1}"' +];