diff options
author | Go MAEDA <maeda@farend.jp> | 2024-06-23 01:06:25 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-06-23 01:06:25 +0000 |
commit | ccec22eaaddf612702d45c9f57b155c057a64e55 (patch) | |
tree | e0bcbb66e76ef84f9217230e384f1ce55f5fdb96 | |
parent | 52716785fa7799e0d97cef60791624a5b8ffbe5a (diff) | |
download | redmine-ccec22eaaddf612702d45c9f57b155c057a64e55.tar.gz redmine-ccec22eaaddf612702d45c9f57b155c057a64e55.zip |
Japanese translation update (#40880).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22894 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/ja.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 34c6f0e4a..eec6218b5 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -158,7 +158,7 @@ ja: must_contain_digits: "は数字 (0-9) を含む必要があります" must_contain_special_chars: "は記号 (!, $, %, ...) を含む必要があります" domain_not_allowed: "は許可されていないドメインを含んでいます (%{domain})" - too_simple: "is too simple" + too_simple: "が簡単すぎます" actionview_instancetag_blank_option: 選んでください |