🐛 fix(locale): Language Select
This commit is contained in:
@@ -0,0 +1,122 @@
|
||||
{
|
||||
"group": {
|
||||
"actions": "操作",
|
||||
"cancel": "取消",
|
||||
"confirm": "確認",
|
||||
"confirmDelete": "確定要刪除嗎?",
|
||||
"create": "建立",
|
||||
"createNodeGroup": "建立節點組",
|
||||
"createdSuccessfully": "建立成功",
|
||||
"delete": "刪除",
|
||||
"deleteWarning": "刪除後資料將無法恢復,請謹慎操作。",
|
||||
"deletedSuccessfully": "刪除成功",
|
||||
"description": "描述",
|
||||
"edit": "編輯",
|
||||
"editNodeGroup": "編輯節點組",
|
||||
"form": {
|
||||
"cancel": "取消",
|
||||
"confirm": "確認",
|
||||
"description": "描述",
|
||||
"name": "名稱"
|
||||
},
|
||||
"name": "名稱",
|
||||
"title": "節點組列表",
|
||||
"updatedAt": "更新時間"
|
||||
},
|
||||
"node": {
|
||||
"abnormal": "異常",
|
||||
"actions": "操作",
|
||||
"address": "地址",
|
||||
"all": "全部",
|
||||
"cancel": "取消",
|
||||
"confirm": "確認",
|
||||
"confirmDelete": "確定要刪除嗎?",
|
||||
"create": "創建",
|
||||
"createNode": "創建節點",
|
||||
"createSuccess": "創建成功",
|
||||
"delete": "刪除",
|
||||
"deleteSuccess": "刪除成功",
|
||||
"deleteWarning": "刪除後,數據將無法恢復。請謹慎操作。",
|
||||
"disk": "磁碟",
|
||||
"edit": "編輯",
|
||||
"editNode": "編輯節點",
|
||||
"enable": "啟用",
|
||||
"form": {
|
||||
"allowInsecure": "允許不安全",
|
||||
"cancel": "取消",
|
||||
"confirm": "確認",
|
||||
"edit": "編輯",
|
||||
"editSecurity": "編輯安全性配置",
|
||||
"enableRelay": "啟用中繼",
|
||||
"enableTLS": "啟用TLS",
|
||||
"encryptionMethod": "加密方法",
|
||||
"flow": "流控算法",
|
||||
"hopInterval": "跳躍間隔",
|
||||
"hopPorts": "跳躍端口",
|
||||
"hopPortsPlaceholder": "多個端口用逗號分隔",
|
||||
"name": "名稱",
|
||||
"nodeGroupId": "節點組ID",
|
||||
"obfsPassword": "混淆密碼",
|
||||
"obfsPasswordPlaceholder": "留空則不混淆",
|
||||
"path": "路徑",
|
||||
"pleaseSelect": "請選擇",
|
||||
"port": "服務端口",
|
||||
"protocol": "協議",
|
||||
"relayHost": "中繼地址",
|
||||
"relayPort": "中繼端口",
|
||||
"remarks": "備註",
|
||||
"security": "安全性",
|
||||
"securityConfig": "安全性配置",
|
||||
"security_config": {
|
||||
"fingerprint": "FingerPrint",
|
||||
"privateKey": "Private Key",
|
||||
"privateKeyPlaceholder": "留空自動生成",
|
||||
"publicKey": "Public Key",
|
||||
"publicKeyPlaceholder": "留空自動生成",
|
||||
"serverAddress": "Server Address",
|
||||
"serverAddressPlaceholder": "REALITY目標地址,默認使用SNI",
|
||||
"serverName": "Server Name(SNI)",
|
||||
"serverNamePlaceholder": "REALITY必填,與後端保持一致",
|
||||
"serverPort": "Server Port",
|
||||
"serverPortPlaceholder": "REALITY目標端口,默認443",
|
||||
"shortId": "ShortId",
|
||||
"shortIdPlaceholder": "留空自動生成",
|
||||
"sni": "伺服器名稱指示(sni)"
|
||||
},
|
||||
"selectEncryptionMethod": "選擇加密方法",
|
||||
"selectNodeGroup": "選擇節點組",
|
||||
"selectProtocol": "選擇協議",
|
||||
"serverAddr": "伺服器地址",
|
||||
"serverName": "服務名稱",
|
||||
"speedLimit": "速度限制",
|
||||
"speedLimitPlaceholder": "無限制",
|
||||
"trafficRatio": "流量速率",
|
||||
"transport": "傳輸協議",
|
||||
"transportConfig": "傳輸協議配置",
|
||||
"transportHost": "傳輸服務地址",
|
||||
"transportPath": "傳輸路徑",
|
||||
"transportServerName": "傳輸服務名稱"
|
||||
},
|
||||
"lastUpdated": "最後更新",
|
||||
"memory": "記憶體",
|
||||
"name": "名稱",
|
||||
"node": "節點",
|
||||
"nodeGroup": "節點組",
|
||||
"normal": "正常",
|
||||
"onlineCount": "在線人數",
|
||||
"onlineUsers": "在線用戶",
|
||||
"rate": "速率",
|
||||
"relay": "中繼",
|
||||
"serverAddr": "伺服器地址",
|
||||
"speedLimit": "速度限制",
|
||||
"status": "狀態",
|
||||
"trafficRatio": "流量速率",
|
||||
"type": "類型",
|
||||
"updateSuccess": "更新成功",
|
||||
"updatedAt": "更新時間"
|
||||
},
|
||||
"tabs": {
|
||||
"node": "節點",
|
||||
"nodeGroup": "節點組"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user