diff options
author | Kiyohito AOKI <sambar.fgfs@gmail.com> | 2019-03-12 10:07:42 +0900 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-03-11 18:07:42 -0700 |
commit | 8c54e39d02c966347e5afbede296e6afd971f350 (patch) | |
tree | 607c0281cb4cd05122cbf0af66e5640439b84c71 /app/Locale/ja_JP | |
parent | f7516cab84f34edd8371c4eaa7e85c0941491bd5 (diff) |
Fix wrong Japanese translation
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 78bc2fae..4ab290f7 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -429,7 +429,7 @@ return array( 'Add a new swimlane' => '新しいスイムレーン', 'Default swimlane' => '既定スイムレーン', 'Do you really want to remove this swimlane: "%s"?' => 'スイムレーン「%s」を削除しますか?', - 'Inactive swimlanes' => 'インタラクティブなスイムレーン', + 'Inactive swimlanes' => '無効なスイムレーン', 'Remove a swimlane' => 'スイムレーンの削除', 'Swimlane modification for the project "%s"' => '「%s」に対するスイムレーン変更', 'Swimlane removed successfully.' => 'スイムレーンを削除しました', |