forked from betsol/time-delta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathks_arab.js
58 lines (58 loc) · 1.08 KB
/
ks_arab.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
52
53
54
55
56
57
58
module.exports = {
"id": "ks_arab",
"data": {
"long": {
"years": {
"one": "{0} ؤری",
"other": "{0} ؤری"
},
"months": {
"one": "{0} ریتھ",
"other": "{0} ریتھ"
},
"weeks": {
"one": "{0} ہَفتہٕ",
"other": "{0} ہَفتہٕ"
},
"days": {
"one": "{0} دۄہ",
"other": "{0} دۄہ"
},
"hours": {
"one": "{0} گَنٹہٕ",
"other": "{0} گٲنٹہٕ"
},
"minutes": {
"one": "{0} مِنَٹ",
"other": "{0} مِنَٹ"
},
"seconds": {
"one": "{0} سیکَنڈ",
"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"
}
}
}
};