UNPKG

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