diff options
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日前以降 |