chore: sync locize

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-18 03:30:49 +01:00
parent 0d8295f43c
commit 05d698906d
2 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,9 @@
{ {
"comparison": {
"description": "Compare two JSON objects to identify differences in structure and values.",
"shortDescription": "Find differences between two JSON objects",
"title": "Compare JSON"
},
"escapeJson": { "escapeJson": {
"description": "Escape special characters in JSON strings. Convert JSON data to properly escaped format for safe transmission or storage.", "description": "Escape special characters in JSON strings. Convert JSON data to properly escaped format for safe transmission or storage.",
"shortDescription": "Escape special characters in JSON", "shortDescription": "Escape special characters in JSON",
@@ -58,10 +63,5 @@
"title": "What is JSON Validation?" "title": "What is JSON Validation?"
}, },
"validJson": "✅ Valid JSON" "validJson": "✅ Valid JSON"
},
"comparison": {
"title": "Compare JSON",
"description": "Compare two JSON objects to identify differences in structure and values.",
"shortDescription": "Find differences between two JSON objects"
} }
} }

View File

@@ -1,4 +1,9 @@
{ {
"comparison": {
"description": "दो JSON वस्तुओं की संरचना और मूल्यों में अंतर की पहचान करें।",
"shortDescription": "दो JSON वस्तुओं के बीच अंतर ढूंढें",
"title": "JSON तुलना करें"
},
"escape": { "escape": {
"description": "JSON स्ट्रिंग में विशेष वर्णों को एस्केप करें।", "description": "JSON स्ट्रिंग में विशेष वर्णों को एस्केप करें।",
"escapeBackslashes": "बैकस्लैश एस्केप करें", "escapeBackslashes": "बैकस्लैश एस्केप करें",
@@ -106,10 +111,5 @@
}, },
"validJson": "✅ मान्य JSON", "validJson": "✅ मान्य JSON",
"validationOptions": "मान्यता विकल्प" "validationOptions": "मान्यता विकल्प"
},
"comparison": {
"title": "JSON तुलना करें",
"description": "दो JSON वस्तुओं की संरचना और मूल्यों में अंतर की पहचान करें।",
"shortDescription": "दो JSON वस्तुओं के बीच अंतर ढूंढें"
} }
} }