UNPKG

1.66 kBJavaScriptView Raw
1export default {
2 "locale": "as",
3 "style": "narrow",
4 "year": {
5 "previous": "যোৱা বছৰ",
6 "current": "এই বছৰ",
7 "next": "অহা বছৰ",
8 "past": "{0} বছৰৰ পূৰ্বে",
9 "future": "{0} বছৰত"
10 },
11 "quarter": {
12 "previous": "যোৱা তিনি মাহ",
13 "current": "এই তিনি মাহ",
14 "next": "অহা তিনি মাহ",
15 "past": "{0} তিনি মাহ পূৰ্বে",
16 "future": "{0} তিনি মাহত"
17 },
18 "month": {
19 "previous": "যোৱা মা.",
20 "current": "এই মা.",
21 "next": "অহা মাহ",
22 "past": "{0} মাহ পূৰ্বে",
23 "future": "{0} মাহত"
24 },
25 "week": {
26 "previous": "যোৱা সপ্তাহ",
27 "current": "এই সপ্তাহ",
28 "next": "অহা সপ্তাহ",
29 "past": "{0} সপ্তাহ পূৰ্বে",
30 "future": "{0} সপ্তাহত"
31 },
32 "day": {
33 "previous": "কালি",
34 "previous-2": "পৰহি",
35 "current": "আজি",
36 "next": "কাইলৈ",
37 "next-2": "পৰহিলৈ",
38 "past": "{0} দিন পূৰ্বে",
39 "future": "{0} দিনত"
40 },
41 "hour": {
42 "current": "এইটো ঘণ্টাত",
43 "past": "{0} ঘণ্টা পূৰ্বে",
44 "future": "{0} ঘণ্টাত"
45 },
46 "minute": {
47 "current": "এইটো মিনিটত",
48 "past": "{0} মিনিট পূৰ্বে",
49 "future": "{0} মিনিটত"
50 },
51 "second": {
52 "current": "এতিয়া",
53 "past": "{0} ছেকেণ্ড পূৰ্বে",
54 "future": "{0} ছেকেণ্ডত"
55 }
56}
\No newline at end of file