| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "actionLabel": {
- "json_path": "JSON 路徑替換",
- "remove": "刪除 Header",
- "set": "設定 Header",
- "text_replace": "文字替換"
- },
- "add": "新增過濾器",
- "addFailed": "建立失敗",
- "addSuccess": "建立成功",
- "applyToAll": "應用於所有請求",
- "confirmDelete": "確定刪除過濾器「{name}」?",
- "delete": "刪除過濾器",
- "deleteFailed": "刪除失敗",
- "deleteSuccess": "刪除成功",
- "description": "上游轉發前先刪除/覆寫標頭或替換 Body,實現脫敏與格式化。",
- "dialog": {
- "action": "動作",
- "bindingGlobal": "所有Provider(全域)",
- "bindingGroups": "Provider分組",
- "bindingProviders": "指定 Provider",
- "bindingType": "套用範圍",
- "clear": "清除",
- "createTitle": "新增過濾器",
- "description": "描述(選填)",
- "editTitle": "編輯過濾器",
- "groupsSelected": "已選 {count} 個分組",
- "jsonPathPlaceholder": "例如:messages.0.content 或 data.items[0].token",
- "loading": "載入中...",
- "matchType": "匹配類型",
- "matchTypeContains": "含有",
- "matchTypeExact": "精確",
- "matchTypeRegex": "正則",
- "name": "名稱",
- "noGroupsFound": "找不到分組",
- "noProvidersFound": "找不到Provider",
- "priority": "優先級",
- "providersSelected": "已選 {count} 個Provider",
- "replacement": "替換值(選填)",
- "replacementPlaceholder": "字串或 JSON,留空為清除",
- "save": "儲存",
- "saving": "儲存中...",
- "scope": "範圍",
- "searchGroups": "搜尋分組...",
- "searchProviders": "搜尋Provider...",
- "selectAll": "全選",
- "selectGroups": "選擇分組...",
- "selectProviders": "選擇Provider...",
- "target": "目標欄位/路徑",
- "targetPlaceholder": "Header 名稱或文字/路徑",
- "validation": {
- "fieldRequired": "名稱和目標為必填項"
- }
- },
- "disable": "已停用",
- "edit": "編輯過濾器",
- "editFailed": "更新失敗",
- "editSuccess": "更新完成",
- "empty": "尚無過濾器,點選右上角新增。",
- "enable": "已啟用",
- "groups": "群組",
- "nav": "請求過濾",
- "providers": "供應商",
- "refreshCache": "刷新快取",
- "refreshFailed": "刷新失敗",
- "refreshSuccess": "快取已刷新,載入 {count} 條過濾器",
- "scopeLabel": {
- "body": "Body",
- "header": "Header"
- },
- "table": {
- "action": "動作",
- "actions": "動作",
- "apply": "範圍",
- "createdAt": "建立時間",
- "name": "名稱",
- "priority": "優先級",
- "replacement": "替換值",
- "scope": "範圍",
- "status": "狀態",
- "target": "目標"
- },
- "title": "請求過濾器"
- }
|