-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.yml
41 lines (41 loc) · 1.16 KB
/
en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
en:
date:
formats:
abbr_explicit_day_month: "%b %d"
abbr_explicit_month: "%B"
abbr_long_day_month: "%B %d"
abbr_long_month: "%B"
abbr_short_day_month: "%b %d"
abbr_short_month: "%b"
default: "%Y-%m-%d"
explicit_day: "%b %d, %Y"
explicit_day_month: "%b %d, %Y"
explicit_month: "%B %Y"
explicit_year: "%B %Y"
long: "%B %d, %Y"
long_day: "%B %d, %Y"
long_day_month: "%B %d, %Y"
long_month: "%B %Y"
month: "%B"
short: "%b %d"
short_day: "%b %d, %Y"
short_day_month: "%b %d, %Y"
short_month: "%b %Y"
short_year: "%y"
relative_range:
next_month: "next month"
next_quarter: "next quarter"
next_week: "next week"
next_year: "next year"
prev_month: "the previous month"
prev_quarter: "the previous quarter"
prev_week: "the previous week"
prev_year: "the previous year"
this_month: "this month"
this_quarter: "this quarter"
this_week: "this week"
this_year: "this year"
today: "today"
long_quarter: "quarter %{quarter}"
short_quarter: "Q%{quarter}"
range: "%{begin} - %{end}"