UNPKG

1.34 kBJavaScriptView Raw
1export default {
2 "locale": "yi",
3 "style": "long",
4 "year": {
5 "previous": "פֿאַראַיאָר",
6 "current": "הײַ יאָר",
7 "next": "איבער א יאָר",
8 "past": "פֿאַר {0} יאָר",
9 "future": "איבער {0} יאָר"
10 },
11 "quarter": {
12 "previous": "last quarter",
13 "current": "this quarter",
14 "next": "next quarter",
15 "past": "-{0} Q",
16 "future": "+{0} Q"
17 },
18 "month": {
19 "previous": "פֿאַרגאנגענעם חודש",
20 "current": "דעם חודש",
21 "next": "קומענדיקן חודש",
22 "past": {
23 "one": "פֿאַר {0} חודש",
24 "other": "פֿאַר {0} חדשים"
25 },
26 "future": {
27 "one": "איבער {0} חודש",
28 "other": "איבער {0} חדשים"
29 }
30 },
31 "week": {
32 "previous": "last week",
33 "current": "this week",
34 "next": "איבער אַכט טאָג",
35 "past": "-{0} w",
36 "future": "+{0} w"
37 },
38 "day": {
39 "previous": "נעכטן",
40 "current": "היינט",
41 "next": "מארגן",
42 "past": "-{0} d",
43 "future": {
44 "one": "אין {0} טאָג אַרום",
45 "other": "אין {0} טעג אַרום"
46 }
47 },
48 "hour": {
49 "current": "this hour",
50 "past": "-{0} h",
51 "future": "+{0} h"
52 },
53 "minute": {
54 "current": "this minute",
55 "past": "-{0} min",
56 "future": "+{0} min"
57 },
58 "second": {
59 "current": "now",
60 "past": "-{0} s",
61 "future": "+{0} s"
62 }
63}
\No newline at end of file