diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-19 07:42:26 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-19 07:42:26 +0000 |
commit | 04ac58b3c52479e0deb937a9a7063df3fbd84b95 (patch) | |
tree | 1ed11eb6d99adae31876592ef6f5941ca7ddc304 /config/locales | |
parent | a8d24ab4b8bc7e5a5df812790581420bdbf7b37a (diff) | |
download | redmine-04ac58b3c52479e0deb937a9a7063df3fbd84b95.tar.gz redmine-04ac58b3c52479e0deb937a9a7063df3fbd84b95.zip |
New date filter operators: tomorrow, next week, next month (#4502).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17811 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 3 | ||||
-rw-r--r-- | config/locales/ja.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index cdc79640b..fa2ff56f2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -743,12 +743,15 @@ en: label_today: today label_all_time: all time label_yesterday: yesterday + label_tomorrow: tomorrow label_this_week: this week label_last_week: last week + label_next_week: next week label_last_n_weeks: "last %{count} weeks" label_last_n_days: "last %{count} days" label_this_month: this month label_last_month: last month + label_next_month: next month label_this_year: this year label_date_range: Date range label_less_than_ago: less than days ago diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 07e0397a5..4ffcf9e80 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -635,11 +635,14 @@ ja: label_today: 今日 label_all_time: 全期間 label_yesterday: 昨日 + label_tomorrow: 明日 label_this_week: 今週 label_last_week: 先週 + label_next_week: 来週 label_last_n_days: "直近%{count}日間" label_this_month: 今月 label_last_month: 先月 + label_next_month: 来月 label_this_year: 今年 label_date_range: 期間 label_less_than_ago: N日前以降 |