From 04ac58b3c52479e0deb937a9a7063df3fbd84b95 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 19 Jan 2019 07:42:26 +0000 Subject: 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 --- config/locales/en.yml | 3 +++ config/locales/ja.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'config/locales') 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日前以降 -- cgit v1.2.3