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