🐛 fix(protpcp-form): Rename 'schema' to 'scheme' for consistency across the application

This commit is contained in:
web
2025-08-15 04:30:20 -07:00
committed by speakeloudest
parent da2aad5d14
commit 36812aebdb
28 changed files with 127 additions and 127 deletions
+8 -8
View File
@@ -47,15 +47,15 @@
"icon": "圖標 URL 或 base64 編碼",
"name": "客戶端顯示名稱",
"outputFormat": "訂閱配置文件格式",
"schema": {
"scheme": {
"base64Encoding": "Base64 編碼",
"functions": "支持的函數",
"jsonStringify": "JSON 對象轉換為字符串",
"functions": "支持功能",
"jsonStringify": "JSON 物件轉字串",
"nameVariable": "網站名稱",
"title": "URL 模式模板",
"urlEncoding": "URL 編碼",
"urlVariable": "訂閱 URL",
"variables": "支持的變量"
"title": "網址方案範本",
"urlEncoding": "網址編碼",
"urlVariable": "訂閱網址",
"variables": "支持變數"
},
"template": {
"description": "使用 Go 模板語法生成訂閱配置文件",
@@ -78,7 +78,7 @@
"icon": "圖標",
"name": "名稱",
"outputFormat": "輸出格式",
"schema": "URL 模式",
"scheme": "網址方案",
"template": "訂閱文件模板"
},
"tabs": {