Commit 47aca34b353f5ab4a90a89e93b611fc04056010b
Committed by
GitHub
1 parent
587bf5d7
Update hi-IN.js
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
src/locale/lang/hi-IN.js
| ... | ... | @@ -64,19 +64,19 @@ const lang = { |
| 64 | 64 | }, |
| 65 | 65 | transfer: { |
| 66 | 66 | titles: { |
| 67 | - source: 'Source', | |
| 68 | - target: 'Target' | |
| 67 | + source: 'स्रोत', | |
| 68 | + target: 'लक्ष्य' | |
| 69 | 69 | }, |
| 70 | - filterPlaceholder: 'Search here', | |
| 70 | + filterPlaceholder: 'यहां खोजें', | |
| 71 | 71 | notFoundText: 'कोई आकड़ा उपलब्ध नहीं है' |
| 72 | 72 | }, |
| 73 | 73 | modal: { |
| 74 | 74 | okText: 'ठीक', |
| 75 | - cancelText: 'Cancel' | |
| 75 | + cancelText: 'निरस्त करना' | |
| 76 | 76 | }, |
| 77 | 77 | poptip: { |
| 78 | 78 | okText: 'ठीक', |
| 79 | - cancelText: 'Cancel' | |
| 79 | + cancelText: 'निरस्त करना' | |
| 80 | 80 | }, |
| 81 | 81 | page: { |
| 82 | 82 | prev: 'Previous Page', | ... | ... |