diff options
author | Go MAEDA <maeda@farend.jp> | 2019-04-27 03:45:47 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-04-27 03:45:47 +0000 |
commit | f316f643217079580e097bfccb2ef1e73092ab0d (patch) | |
tree | 87c63519dbdc14e01d94720c562f47c85eb54ff0 /config | |
parent | 5e64b4aa67b78fce43f25f8740ca55318612b134 (diff) | |
download | redmine-f316f643217079580e097bfccb2ef1e73092ab0d.tar.gz redmine-f316f643217079580e097bfccb2ef1e73092ab0d.zip |
Fix Japanese translation for status_locked (#31269).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18086 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-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 342d4205d..a988b60c0 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -870,7 +870,7 @@ ja: status_active: 有効 status_registered: 登録 - status_locked: ロック + status_locked: ロック中 version_status_open: 進行中 version_status_locked: ロック中 |