New translations app.json (Hindi)

This commit is contained in:
Amruth Pillai
2020-03-30 20:19:26 +05:30
parent f1044561bf
commit 41be02a7d1

View File

@ -1,25 +1,25 @@
{ {
"heading": { "heading": {
"placeholder": "Heading" "placeholder": "शीर्षक"
}, },
"item": { "item": {
"add": "Add {{- heading}}", "add": "{{- heading}} जोड़ें",
"startDate": { "startDate": {
"label": "Start Date", "label": "प्रारंभ तिथि",
"placeholder": "March 2018" "placeholder": "मार्च 2018"
}, },
"endDate": { "endDate": {
"label": "End Date", "label": "अंतिम तिथि",
"placeholder": "March 2022" "placeholder": "मार्च 2022"
}, },
"description": { "description": {
"label": "Description" "label": "विवरण"
} }
}, },
"buttons": { "buttons": {
"add": { "add": {
"label": "Add" "label": "जोड़ना"
} }
}, },
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text." "markdownHelpText": "आप पाठ के इस खंड को स्टाइल करने के लिए <1>GitHub Flavoured Markdown</1> का उपयोग कर सकते हैं।"
} }