mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-09-14 12:42:08 +02:00
translationsNew (#5015)
# Description of Changes <!-- Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --> --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### Translations (if applicable) - [ ] I ran [`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing) for more details.
This commit is contained in:
@@ -317,6 +317,46 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"preferences": {
|
||||
"title": "प्राथमिकताएँ"
|
||||
},
|
||||
"workspace": {
|
||||
"title": "वर्कस्पेस",
|
||||
"people": "सदस्य",
|
||||
"teams": "टीमें"
|
||||
},
|
||||
"configuration": {
|
||||
"title": "कॉन्फ़िगरेशन",
|
||||
"systemSettings": "सिस्टम सेटिंग्स",
|
||||
"features": "फ़ीचर्स",
|
||||
"endpoints": "एंडपॉइंट्स",
|
||||
"database": "डेटाबेस",
|
||||
"advanced": "एडवांस्ड"
|
||||
},
|
||||
"securityAuth": {
|
||||
"title": "सुरक्षा और प्रमाणीकरण",
|
||||
"security": "सुरक्षा",
|
||||
"connections": "कनेक्शन्स"
|
||||
},
|
||||
"licensingAnalytics": {
|
||||
"title": "लाइसेंसिंग और एनालिटिक्स",
|
||||
"plan": "प्लान",
|
||||
"audit": "ऑडिट",
|
||||
"usageAnalytics": "उपयोग एनालिटिक्स"
|
||||
},
|
||||
"policiesPrivacy": {
|
||||
"title": "नीतियाँ और गोपनीयता",
|
||||
"legal": "कानूनी",
|
||||
"privacy": "गोपनीयता"
|
||||
},
|
||||
"developer": {
|
||||
"title": "डेवलपर",
|
||||
"apiKeys": "API Keys"
|
||||
},
|
||||
"tooltips": {
|
||||
"enableLoginFirst": "पहले लॉगिन मोड सक्षम करें",
|
||||
"requiresEnterprise": "Enterprise लाइसेंस आवश्यक"
|
||||
},
|
||||
"connection": {
|
||||
"title": "कनेक्शन मोड",
|
||||
"mode": {
|
||||
@@ -373,7 +413,13 @@
|
||||
"hideUnavailableConversionsDescription": "कन्वर्ट टूल में अक्षम कन्वर्ज़न विकल्पों को ग्रेआउट दिखाने के बजाय हटा दें।"
|
||||
},
|
||||
"hotkeys": {
|
||||
"title": "कीबोर्ड शॉर्टकट्स",
|
||||
"description": "त्वरित टूल एक्सेस के लिए कीबोर्ड शॉर्टकट्स कस्टमाइज़ करें। \"Change shortcut\" पर क्लिक करें और नया की कॉम्बिनेशन दबाएँ। रद्द करने के लिए Esc दबाएँ।",
|
||||
"errorConflict": "शॉर्टकट पहले से {{tool}} द्वारा उपयोग किया गया है।",
|
||||
"errorModifier": {
|
||||
"mac": "अपने शॉर्टकट में ⌘ (Command), ⌥ (Option), या कोई अन्य मॉडिफ़ायर शामिल करें।",
|
||||
"windows": "अपने शॉर्टकट में Ctrl, Alt, या कोई अन्य मॉडिफ़ायर शामिल करें।"
|
||||
},
|
||||
"searchPlaceholder": "टूल खोजें...",
|
||||
"none": "असाइन नहीं",
|
||||
"customBadge": "कस्टम",
|
||||
@@ -4036,7 +4082,8 @@
|
||||
},
|
||||
"languages": {
|
||||
"label": "उपलब्ध भाषाएँ",
|
||||
"description": "वे भाषाएँ जिन्हें उपयोगकर्ता चुन सकते हैं (सभी भाषाएँ सक्षम करने के लिए खाली छोड़ें)"
|
||||
"description": "वे भाषाएँ जिन्हें उपयोगकर्ता चुन सकते हैं (सभी भाषाएँ सक्षम करने के लिए खाली छोड़ें)",
|
||||
"placeholder": "भाषाएँ चुनें"
|
||||
},
|
||||
"customMetadata": {
|
||||
"label": "कस्टम मेटाडाटा",
|
||||
@@ -4061,7 +4108,9 @@
|
||||
"label": "लोगो शैली",
|
||||
"description": "आधुनिक मिनिमलिस्ट लोगो या क्लासिक S आइकन में से चुनें",
|
||||
"classic": "क्लासिक",
|
||||
"modern": "आधुनिक"
|
||||
"classicAlt": "क्लासिक लोगो",
|
||||
"modern": "आधुनिक",
|
||||
"modernAlt": "आधुनिक लोगो"
|
||||
},
|
||||
"customPaths": {
|
||||
"label": "कस्टम पाथ",
|
||||
@@ -4968,7 +5017,16 @@
|
||||
"config": {
|
||||
"overview": {
|
||||
"title": "एप्लिकेशन कॉन्फ़िगरेशन",
|
||||
"description": "वर्तमान एप्लिकेशन सेटिंग्स और कॉन्फ़िगरेशन विवरण।"
|
||||
"description": "वर्तमान एप्लिकेशन सेटिंग्स और कॉन्फ़िगरेशन विवरण।",
|
||||
"loading": "कॉन्फ़िगरेशन लोड हो रहा है...",
|
||||
"error": "त्रुटि",
|
||||
"warning": "कॉन्फ़िगरेशन चेतावनी",
|
||||
"sections": {
|
||||
"basic": "बेसिक कॉन्फ़िगरेशन",
|
||||
"security": "सुरक्षा कॉन्फ़िगरेशन",
|
||||
"system": "सिस्टम कॉन्फ़िगरेशन",
|
||||
"integration": "इंटीग्रेशन कॉन्फ़िगरेशन"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"overview": {
|
||||
@@ -5342,6 +5400,7 @@
|
||||
"description": "टीम्स प्रबंधित करें और वर्कस्पेस सदस्यों को व्यवस्थित करें",
|
||||
"loading": "टीम्स लोड हो रही हैं...",
|
||||
"loadingDetails": "टीम विवरण लोड हो रहे हैं...",
|
||||
"loadError": "टीम विवरण लोड करने में विफल",
|
||||
"createNewTeam": "नई टीम बनाएँ",
|
||||
"teamName": "टीम का नाम",
|
||||
"totalMembers": "कुल सदस्य",
|
||||
@@ -5544,6 +5603,7 @@
|
||||
},
|
||||
"payment": {
|
||||
"preparing": "आपका चेकआउट तैयार किया जा रहा है...",
|
||||
"redirecting": "सुरक्षित चेकआउट पर रीडायरेक्ट किया जा रहा है...",
|
||||
"upgradeTitle": "{{planName}} में अपग्रेड करें",
|
||||
"success": "भुगतान सफल!",
|
||||
"successMessage": "आपकी सदस्यता सफलतापूर्वक सक्रिय कर दी गई है। आपको जल्द ही एक पुष्टि ईमेल प्राप्त होगा।",
|
||||
|
||||
Reference in New Issue
Block a user