feat: add Hindi language support to i18n module

This commit is contained in:
tejasashinde
2026-04-13 14:09:25 +05:30
parent 6614b9b4e7
commit 921db176c3
+44
View File
@@ -0,0 +1,44 @@
{
"lang": "hi",
"label": "हिंदी",
"terms": {
"palace": "महल",
"wing": "खंड",
"hall": "हॉल",
"closet": "अलमारी",
"drawer": "दराज़",
"mine": "खनन",
"search": "खोज",
"status": "स्थिति",
"init": "आरंभ",
"repair": "मरम्मत",
"migrate": "स्थानांतरित करना",
"entity": "इकाई",
"topic": "विषय"
},
"cli": {
"mine_start": "{path} का खनन किया जा रहा है...",
"mine_complete": "पूर्ण हुआ। {closets} अलमारियाँ, {drawers} दराज़ें बनाई गईं।",
"mine_skip": "पहले ही खनन हो चुका है। पुनः खनन के लिए --force का उपयोग करें।",
"search_no_results": "इसके लिए कोई परिणाम नहीं मिले: {query}",
"search_results": "{count} परिणाम मिले:",
"status_palace": "महल: {path}",
"status_wings": "{count} खंड",
"status_closets": "{count} अलमारियाँ",
"status_drawers": "{count} दराज़ें",
"init_complete": "महल {path} पर प्रारंभ किया गया",
"init_exists": "महल पहले से ही {path} पर मौजूद है",
"repair_complete": "मरम्मत पूर्ण। {fixed} समस्याएँ ठीक की गईं।",
"migrate_complete": "स्थानांतरण पूर्ण।",
"no_palace": "कोई महल नहीं मिला। चलाएँ: mempalace init <dir>"
},
"aaak": {
"instruction": "इंडेक्स प्रारूप में संपीड़न करें। शब्दों के बीच हाइफ़न और अवधारणाओं के बीच पाइप का प्रयोग करें। आर्टिकल और अनावश्यक शब्द हटाएँ। नाम और संख्याएँ सटीक रखें।"
},
"regex": {
"topic_pattern": "[\\u0900-\\u097F]{2,}|[A-Za-z][A-Za-z0-9_]{2,}",
"stop_words": "यह वह ये वे कुछ कई अधिकांश प्रत्येक हर अन्य केवल ऐसा बहुत होगा सकता चाहिए ज़रूर हाँ ठीक भी फिर अब पहले अभी वापस पूरा बनाना लेना देना जानना सोचना चाहना ज़रूरत जा आ आना जाना ढूँढना काम जोड़ा सहेजा सत्र सारांश वार्तालाप स्रोत विषय के एक बार बस वास्तव में कहाँ यहाँ वहाँ धन्यवाद कृपया सही गलत करें किया करता करती चलाएँ उपयोग",
"quote_pattern": "\"([^\"]{20,200})\"",
"action_pattern": "(?:built|fixed|wrote|added|pushed|measured|tested|reviewed|created|deleted|updated|configured|deployed|migrated)\\s+[\\w\\s]{3,30}"
}
}