diff options
author | Go MAEDA <maeda@farend.jp> | 2020-06-18 02:49:30 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-06-18 02:49:30 +0000 |
commit | 2b92d02e5755af4b572c6537b4aabe9c35eb8852 (patch) | |
tree | 8d037685a4f2d01c3cad89f343c234bf92fe0378 /config/locales | |
parent | 60767ffb180cf7a44b9ed993ceb192b06528394b (diff) | |
download | redmine-2b92d02e5755af4b572c6537b4aabe9c35eb8852.tar.gz redmine-2b92d02e5755af4b572c6537b4aabe9c35eb8852.zip |
Date selection for Activity page (#1422).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19828 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/locales/ja.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 0836d2593..c3f4925cd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -945,6 +945,7 @@ en: label_ascending: Ascending label_descending: Descending label_date_from_to: From %{start} to %{end} + label_days_to_html: "%{days} days up to %{date}" label_wiki_content_added: Wiki page added label_wiki_content_updated: Wiki page updated label_group: Group diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 17fd98e80..a972bc005 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -793,6 +793,7 @@ ja: label_ascending: 昇順 label_descending: 降順 label_date_from_to: "%{start}から%{end}まで" + label_days_to_html: "%{date} までの%{days}日間" label_wiki_content_added: Wikiページの追加 label_wiki_content_updated: Wikiページの更新 label_group: グループ |