fix: update titles for JSON Grid in British and Simplified Chinese locales

This commit is contained in:
2026-02-24 10:37:38 +08:00
parent 16282155c3
commit 6953c7a595
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"description": "Visualise JSON and query data using JSONPath. Inspect structures, filter results, and export CSV locally in your browser." "description": "Visualise JSON and query data using JSONPath. Inspect structures, filter results, and export CSV locally in your browser."
}, },
"jsonGrid": { "jsonGrid": {
"title": "json-grid - JSON Array to Table", "title": "JSON Grid - JSON Array to Table",
"description": "Convert JSON arrays into a clean, sortable table view and export as CSV. All processing happens locally." "description": "Convert JSON arrays into a clean, sortable table view and export as CSV. All processing happens locally."
}, },
"bmi": { "bmi": {
+1 -1
View File
@@ -24,7 +24,7 @@
"description": "使用 JSONPath 可视化并查询 JSON 数据,筛选结果并导出 CSV,全程在浏览器本地完成。" "description": "使用 JSONPath 可视化并查询 JSON 数据,筛选结果并导出 CSV,全程在浏览器本地完成。"
}, },
"jsonGrid": { "jsonGrid": {
"title": "json-grid - JSON 数组转表格", "title": "JSON Grid - JSON 数组转表格",
"description": "将 JSON 数组转换为清晰的表格视图并导出 CSV,所有处理均在本地完成。" "description": "将 JSON 数组转换为清晰的表格视图并导出 CSV,所有处理均在本地完成。"
}, },
"bmi": { "bmi": {