From 6c0c68eead6fea2b19fa8241e49c465a571167bc Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 10 Mar 2016 00:54:21 +0900 Subject: [PATCH] Added some jp texts. --- resources/lang/ja/texts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/ja/texts.php b/resources/lang/ja/texts.php index 93f132ebd303..a6b046e42f46 100644 --- a/resources/lang/ja/texts.php +++ b/resources/lang/ja/texts.php @@ -509,8 +509,8 @@ $LANG = array( 'knowledge_base' => 'ナレッジベース', 'partial' => 'Partial', 'partial_remaining' => ':partial of :balance', - 'more_fields' => 'More Fields', - 'less_fields' => 'Less Fields', + 'more_fields' => '項目を増やす', + 'less_fields' => '項目を減らす', 'client_name' => '顧客名', 'pdf_settings' => 'PDF設定', 'product_settings' => '商品設定',