forked from betsol/time-delta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbs_latn_ba.js
116 lines (116 loc) · 2.34 KB
/
bs_latn_ba.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
module.exports = {
"id": "bs_latn_ba",
"data": {
"long": {
"years": {
"one": "{0} godina",
"few": "{0} godine",
"other": "{0} godina"
},
"months": {
"one": "{0} mjesec",
"few": "{0} mjeseca",
"other": "{0} mjeseci"
},
"weeks": {
"one": "{0} sedmica",
"few": "{0} sedmice",
"other": "{0} sedmica"
},
"days": {
"one": "{0} dan",
"few": "{0} dana",
"other": "{0} dana"
},
"hours": {
"one": "{0} sat",
"few": "{0} sata",
"other": "{0} sati"
},
"minutes": {
"one": "{0} minuta",
"few": "{0} minute",
"other": "{0} minuta"
},
"seconds": {
"one": "{0} sekunda",
"few": "{0} sekunde",
"other": "{0} sekundi"
}
},
"narrow": {
"years": {
"one": "{0} god.",
"few": "{0} god.",
"other": "{0} god."
},
"months": {
"one": "{0} mj.",
"few": "{0} mj.",
"other": "{0} mj."
},
"weeks": {
"one": "{0} sedm.",
"few": "{0} sedm.",
"other": "{0} sedm."
},
"days": {
"one": "{0} d.",
"few": "{0} d.",
"other": "{0} d."
},
"hours": {
"one": "{0} h",
"few": "{0} h",
"other": "{0} h"
},
"minutes": {
"one": "{0} m",
"few": "{0} m",
"other": "{0} m"
},
"seconds": {
"one": "{0} s",
"few": "{0} s",
"other": "{0} s"
}
},
"short": {
"years": {
"one": "{0} god.",
"few": "{0} god.",
"other": "{0} god."
},
"months": {
"one": "{0} mj.",
"few": "{0} mj.",
"other": "{0} mj."
},
"weeks": {
"one": "{0} sedm.",
"few": "{0} sedm.",
"other": "{0} sedm."
},
"days": {
"one": "{0} dan",
"few": "{0} dana",
"other": "{0} dana"
},
"hours": {
"one": "{0} h",
"few": "{0} h",
"other": "{0} h"
},
"minutes": {
"one": "{0} min.",
"few": "{0} min.",
"other": "{0} min."
},
"seconds": {
"one": "{0} sek.",
"few": "{0} sek.",
"other": "{0} sek."
}
}
}
};