chore: delete unused i18n json files

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-15 14:23:44 +01:00
parent d16cd41568
commit aed1681b7f
25 changed files with 131 additions and 3033 deletions

View File

@@ -1,40 +0,0 @@
{
"xmlBeautifier": {
"title": "XML Beautifier",
"description": "Format XML with proper indentation and spacing.",
"inputTitle": "Input XML",
"resultTitle": "Beautified XML",
"indentation": "Indentation",
"useSpaces": "Use Spaces",
"useSpacesDescription": "Indent output with spaces",
"useTabs": "Use Tabs",
"useTabsDescription": "Indent output with tabs.",
"toolInfo": {
"title": "XML Beautifier",
"description": "This tool allows you to format XML data with proper indentation and spacing, making it more readable and easier to work with."
},
"title": "XML Beautifier",
"shortDescription": "Format and beautify XML code"
},
"xmlValidator": {
"title": "XML Validator",
"description": "Validate XML syntax and structure.",
"placeholder": "Paste or import XML here...",
"toolInfo": {
"title": "XML Validator",
"description": "This tool allows you to validate XML syntax and structure. It checks if the XML is well-formed and provides detailed error messages for any issues found."
},
"title": "XML Validator",
"shortDescription": "Validate XML code for errors"
},
"xmlViewer": {
"title": "XML Viewer",
"description": "View and explore XML structure in a tree format.",
"inputTitle": "Input XML",
"resultTitle": "XML Tree View",
"toolInfo": {
"title": "XML Viewer",
"description": "This tool allows you to view XML data in a hierarchical tree format, making it easier to explore and understand the structure of XML documents."
}
}
}

View File

@@ -1,42 +0,0 @@
{
"xmlBeautifier": {
"title": "XML सुंदर बनाएं",
"description": "XML को सुंदर प्रारूप में बदलें।",
"inputTitle": "इनपुट XML",
"resultTitle": "सुंदर XML",
"formattingOptions": "फॉर्मेटिंग विकल्प",
"indentSize": "इंडेंट आकार",
"sizePlaceholder": "आकार",
"indentCharacter": "इंडेंट वर्ण",
"space": "स्पेस",
"tab": "टैब",
"sortAttributes": "विशेषताएं क्रमबद्ध करें",
"removeComments": "टिप्पणियां हटाएं",
"preserveWhitespace": "सफेद स्थान संरक्षित करें"
},
"xmlValidator": {
"title": "XML मान्य करें",
"description": "XML स्ट्रिंग की वैधता जांचें।",
"inputTitle": "इनपुट XML",
"resultTitle": "मान्यता परिणाम",
"validationOptions": "मान्यता विकल्प",
"strictMode": "सख्त मोड",
"allowComments": "टिप्पणियां अनुमति दें",
"allowCDATA": "CDATA अनुमति दें",
"showLineNumbers": "पंक्ति संख्याएं दिखाएं",
"showErrorDetails": "त्रुटि विवरण दिखाएं"
},
"xmlViewer": {
"title": "XML व्यूअर",
"description": "XML को पेड़ संरचना में देखें।",
"inputTitle": "इनपुट XML",
"resultTitle": "XML पेड़",
"viewerOptions": "व्यूअर विकल्प",
"expandAll": "सभी विस्तारित करें",
"collapseAll": "सभी संक्षिप्त करें",
"showAttributes": "विशेषताएं दिखाएं",
"showTextNodes": "टेक्स्ट नोड दिखाएं",
"highlightSyntax": "सिंटैक्स हाइलाइट करें",
"lineNumbers": "पंक्ति संख्याएं"
}
}