forked from betsol/time-delta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdz_bt.js
51 lines (51 loc) · 953 Bytes
/
dz_bt.js
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
42
43
44
45
46
47
48
49
50
51
module.exports = {
"id": "dz_bt",
"data": {
"long": {
"years": {
"other": "ལོ་འཁོར་ {0}"
},
"months": {
"other": "ཟླཝ་ {0}"
},
"weeks": {
"other": "བངུན་ཕྲག་ {0}"
},
"days": {
"other": "ཉིན་ཞག་ {0}"
},
"hours": {
"other": "ཆུ་ཚོད་ {0}"
},
"minutes": {
"other": "སྐར་མ་ {0}"
},
"seconds": {
"other": "སྐར་ཆ་ {0}"
}
},
"short": {
"years": {
"other": "{0} y"
},
"months": {
"other": "{0} m"
},
"weeks": {
"other": "{0} w"
},
"days": {
"other": "{0} d"
},
"hours": {
"other": "{0} h"
},
"minutes": {
"other": "{0} min"
},
"seconds": {
"other": "{0} s"
}
}
}
};