diff options
author | Go MAEDA <maeda@farend.jp> | 2020-03-23 12:53:03 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-03-23 12:53:03 +0000 |
commit | 64abc4bd85489db63943a13eb6f418cb53220776 (patch) | |
tree | f9bd91f1d23143f33117864ae3bc51ce3421e866 | |
parent | 4a7bc593afad704a75ca662c8bec167305c66909 (diff) | |
download | redmine-64abc4bd85489db63943a13eb6f418cb53220776.tar.gz redmine-64abc4bd85489db63943a13eb6f418cb53220776.zip |
Japanese translation update (#33180).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19610 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/ja.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 24fdaccee..d7fe7cb3e 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1315,7 +1315,6 @@ ja: notice_issue_not_closable_by_open_tasks: 未完了の子チケットがあるためこのチケットは完了にできません。 notice_issue_not_closable_by_blocking_issue: 未完了のブロック元チケットがあるためこのチケットは完了にできません。 notice_issue_not_reopenable_by_closed_parent_issue: 親チケットが完了しているためこのチケットは未完了に戻せません。 - error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because - the total file size exceeds the maximum allowed size (%{max_size}) - setting_bulk_download_max_size: Maximum total size for bulk download - label_download_all_attachments: Download all files + error_bulk_download_size_too_big: これらの添付ファイルは一括ダウンロードできません。ファイルサイズの合計が上限(%{max_size})を超えています。 + setting_bulk_download_max_size: 一括ダウンロードの合計ファイルサイズの上限 + label_download_all_attachments: 一括ダウンロード |