Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
54
node_modules/relative-time-format/locale/hi/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/hi/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "पिछला वर्ष",
|
||||
"current": "इस वर्ष",
|
||||
"next": "अगला वर्ष",
|
||||
"past": "{0} वर्ष पहले",
|
||||
"future": "{0} वर्ष में"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "अंतिम तिमाही",
|
||||
"current": "इस तिमाही",
|
||||
"next": "अगली तिमाही",
|
||||
"past": "{0} ति॰ पहले",
|
||||
"future": "{0} ति॰ में"
|
||||
},
|
||||
"month": {
|
||||
"previous": "पिछला माह",
|
||||
"current": "इस माह",
|
||||
"next": "अगला माह",
|
||||
"past": "{0} माह पहले",
|
||||
"future": "{0} माह में"
|
||||
},
|
||||
"week": {
|
||||
"previous": "पिछला सप्ताह",
|
||||
"current": "इस सप्ताह",
|
||||
"next": "अगला सप्ताह",
|
||||
"past": "{0} सप्ताह पहले",
|
||||
"future": "{0} सप्ताह में"
|
||||
},
|
||||
"day": {
|
||||
"previous": "कल",
|
||||
"previous-2": "परसों",
|
||||
"current": "आज",
|
||||
"next": "कल",
|
||||
"next-2": "परसों",
|
||||
"past": "{0} दिन पहले",
|
||||
"future": "{0} दिन में"
|
||||
},
|
||||
"hour": {
|
||||
"current": "यह घंटा",
|
||||
"past": "{0} घं॰ पहले",
|
||||
"future": "{0} घं॰ में"
|
||||
},
|
||||
"minute": {
|
||||
"current": "यह मिनट",
|
||||
"past": "{0} मि॰ पहले",
|
||||
"future": "{0} मि॰ में"
|
||||
},
|
||||
"second": {
|
||||
"current": "अब",
|
||||
"past": "{0} से॰ पहले",
|
||||
"future": "{0} से॰ में"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user