UNPKG

2.48 kBJavaScriptView Raw
1export default {
2 "locale": "pa",
3 "style": "long",
4 "year": {
5 "previous": "ਪਿਛਲਾ ਸਾਲ",
6 "current": "ਇਹ ਸਾਲ",
7 "next": "ਅਗਲਾ ਸਾਲ",
8 "past": "{0} ਸਾਲ ਪਹਿਲਾਂ",
9 "future": {
10 "one": "{0} ਸਾਲ ਵਿੱਚ",
11 "other": "{0} ਸਾਲਾਂ ਵਿੱਚ"
12 }
13 },
14 "quarter": {
15 "previous": "ਪਿਛਲੀ ਤਿਮਾਹੀ",
16 "current": "ਇਸ ਤਿਮਾਹੀ",
17 "next": "ਅਗਲੀ ਤਿਮਾਹੀ",
18 "past": {
19 "one": "{0} ਤਿਮਾਹੀ ਪਹਿਲਾਂ",
20 "other": "{0} ਤਿਮਾਹੀਆਂ ਪਹਿਲਾਂ"
21 },
22 "future": {
23 "one": "{0} ਤਿਮਾਹੀ ਵਿੱਚ",
24 "other": "{0} ਤਿਮਾਹੀਆਂ ਵਿੱਚ"
25 }
26 },
27 "month": {
28 "previous": "ਪਿਛਲਾ ਮਹੀਨਾ",
29 "current": "ਇਹ ਮਹੀਨਾ",
30 "next": "ਅਗਲਾ ਮਹੀਨਾ",
31 "past": {
32 "one": "{0} ਮਹੀਨਾ ਪਹਿਲਾਂ",
33 "other": "{0} ਮਹੀਨੇ ਪਹਿਲਾਂ"
34 },
35 "future": {
36 "one": "{0} ਮਹੀਨੇ ਵਿੱਚ",
37 "other": "{0} ਮਹੀਨਿਆਂ ਵਿੱਚ"
38 }
39 },
40 "week": {
41 "previous": "ਪਿਛਲਾ ਹਫ਼ਤਾ",
42 "current": "ਇਹ ਹਫ਼ਤਾ",
43 "next": "ਅਗਲਾ ਹਫ਼ਤਾ",
44 "past": {
45 "one": "{0} ਹਫ਼ਤਾ ਪਹਿਲਾਂ",
46 "other": "{0} ਹਫ਼ਤੇ ਪਹਿਲਾਂ"
47 },
48 "future": {
49 "one": "{0} ਹਫ਼ਤੇ ਵਿੱਚ",
50 "other": "{0} ਹਫ਼ਤਿਆਂ ਵਿੱਚ"
51 }
52 },
53 "day": {
54 "previous": "ਬੀਤਿਆ ਕੱਲ੍ਹ",
55 "current": "ਅੱਜ",
56 "next": "ਭਲਕੇ",
57 "past": "{0} ਦਿਨ ਪਹਿਲਾਂ",
58 "future": {
59 "one": "{0} ਦਿਨ ਵਿੱਚ",
60 "other": "{0} ਦਿਨਾਂ ਵਿੱਚ"
61 }
62 },
63 "hour": {
64 "current": "ਇਸ ਘੰਟੇ",
65 "past": {
66 "one": "{0} ਘੰਟਾ ਪਹਿਲਾਂ",
67 "other": "{0} ਘੰਟੇ ਪਹਿਲਾਂ"
68 },
69 "future": {
70 "one": "{0} ਘੰਟੇ ਵਿੱਚ",
71 "other": "{0} ਘੰਟਿਆਂ ਵਿੱਚ"
72 }
73 },
74 "minute": {
75 "current": "ਇਸ ਮਿੰਟ",
76 "past": "{0} ਮਿੰਟ ਪਹਿਲਾਂ",
77 "future": {
78 "one": "{0} ਮਿੰਟ ਵਿੱਚ",
79 "other": "{0} ਮਿੰਟਾਂ ਵਿੱਚ"
80 }
81 },
82 "second": {
83 "current": "ਹੁਣ",
84 "past": "{0} ਸਕਿੰਟ ਪਹਿਲਾਂ",
85 "future": {
86 "one": "{0} ਸਕਿੰਟ ਵਿੱਚ",
87 "other": "{0} ਸਕਿੰਟਾਂ ਵਿੱਚ"
88 }
89 }
90}
\No newline at end of file