diff --git a/src/i18n/locales/ta/app/app.json b/src/i18n/locales/ta/app/app.json index 861e3ad5..50836d18 100644 --- a/src/i18n/locales/ta/app/app.json +++ b/src/i18n/locales/ta/app/app.json @@ -1,25 +1,45 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { - "add": "Add {{- heading}}", + "add": "{{- heading}} சேர்க்கவும்", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "தொடக்க தேதி" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "கடைசி தேதி" }, "description": { - "label": "Description" + "label": "விளக்கம்" } }, "buttons": { "add": { - "label": "Add" + "label": "சேர்க்க" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "printDialog": { + "heading": "ரெசுமே டவுன்லோட் செய்யவும்", + "quality": { + "label": "தரம்" + }, + "printType": { + "label": "வகை", + "types": { + "unconstrained": "அளவு இல்லே", + "fitInA4": "A4 இல் சேர்க்கவும்", + "multiPageA4": "மல்டி-பேஜ் A4" + } + }, + "helpText": [ + "இந்த ஏற்றுமதி முறை HTML கேன்வாஸைப் பயன்படுத்தி விண்ணப்பத்தை ஒரு படமாக மாற்றி PDF இல் அச்சிடுகிறது, அதாவது இது தேர்ந்தெடுக்கும் / பாகுபடுத்தும் திறன்களை இழக்கும்.", + "இது உங்களுக்கு முக்கியம் என்றால், தயவுசெய்து Cmd/Ctrl + P அல்லது கீழே உள்ள அச்சு பொத்தானைப் பயன்படுத்தி ரெசுமே அச்சிட முயற்சிக்கவும். வெளியீடு உலாவி சார்ந்து இருப்பதால் முடிவு மாறுபடலாம், ஆனால் இது Google Chrome இன் சமீபத்திய பதிப்பில் சிறப்பாக செயல்படும் என்று அறியப்படுகிறது." + ], + "buttons": { + "cancel": "ரத்துசெய்", + "saveAsPdf": "PDF ஆக சேமிக்கவும்" + } + }, + "panZoomAnimation": { + "helpText": "உங்கள் ரெசுமே நெருக்கமாகப் பார்க்க நீங்கள் எந்த நேரத்திலும் ஆர்ட்போர்டைச் சுற்றி பெரிதாக்கலாம்." + }, + "markdownHelpText": "உரையின் இந்த பகுதியை வடிவமைக்க நீங்கள் <1>GitHub Flavored Markdown ஐப் பயன்படுத்தலாம்." }