Commit 321453779439975fa9ce4018d57ece328858774d

Authored by Rajnikant Dixit
Committed by GitHub
1 parent 47aca34b

Update hi-IN.js

Showing 1 changed file with 9 additions and 9 deletions   Show diff stats
src/locale/lang/hi-IN.js
... ... @@ -79,20 +79,20 @@ const lang = {
79 79 cancelText: 'निरस्त करना'
80 80 },
81 81 page: {
82   - prev: 'Previous Page',
83   - next: 'Next Page',
84   - total: 'Total',
85   - item: 'item',
86   - items: 'items',
87   - prev5: 'Previous 5 Pages',
88   - next5: 'Next 5 Pages',
  82 + prev: 'पिछला पेज',
  83 + next: 'अगला पेज',
  84 + total: 'समस्त',
  85 + item: 'एक चीज',
  86 + items: 'अनेक चीज',
  87 + prev5: 'पिछला 5 पेज',
  88 + next5: 'अगला 5 पेज',
89 89 page: '/page',
90 90 goto: 'Goto',
91 91 p: ''
92 92 },
93 93 rate: {
94   - star: 'Star',
95   - stars: 'Stars'
  94 + star: 'प्रसिद्ध',
  95 + stars: 'प्रसिद्ध'
96 96 },
97 97 tree: {
98 98 emptyText: 'कोई आकड़ा उपलब्ध नहीं है'
... ...