🐛 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
parent e5d4deb346
commit 6ab2ba92a0
28 changed files with 127 additions and 127 deletions
+6 -6
View File
@@ -47,15 +47,15 @@
"icon": "アイコンのURLまたはbase64エンコーディング",
"name": "クライアントの表示名",
"outputFormat": "サブスクリプション設定ファイル形式",
"schema": {
"scheme": {
"base64Encoding": "Base64エンコーディング",
"functions": "関数をサポートしています",
"jsonStringify": "JSONオブジェクトを文字列に変換",
"functions": "サポートされている関数",
"jsonStringify": "JSONオブジェクトを文字列に",
"nameVariable": "サイト名",
"title": "URLスキーテンプレート",
"title": "URLスキーテンプレート",
"urlEncoding": "URLエンコーディング",
"urlVariable": "サブスクリプションURL",
"variables": "変数をサポートしています"
"variables": "サポートされている変数"
},
"template": {
"description": "Goテンプレート構文を使用してサブスクリプション設定ファイルを生成します",
@@ -78,7 +78,7 @@
"icon": "アイコン",
"name": "名前",
"outputFormat": "出力形式",
"schema": "URLスキー",
"scheme": "URLスキー",
"template": "サブスクリプションファイルテンプレート"
},
"tabs": {