requestFilters.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "actionLabel": {
  3. "json_path": "JSON 路徑替換",
  4. "remove": "刪除 Header",
  5. "set": "設定 Header",
  6. "text_replace": "文字替換"
  7. },
  8. "add": "新增過濾器",
  9. "addFailed": "建立失敗",
  10. "addSuccess": "建立成功",
  11. "applyToAll": "應用於所有請求",
  12. "confirmDelete": "確定刪除過濾器「{name}」?",
  13. "delete": "刪除過濾器",
  14. "deleteFailed": "刪除失敗",
  15. "deleteSuccess": "刪除成功",
  16. "description": "上游轉發前先刪除/覆寫標頭或替換 Body,實現脫敏與格式化。",
  17. "dialog": {
  18. "action": "動作",
  19. "bindingGlobal": "所有Provider(全域)",
  20. "bindingGroups": "Provider分組",
  21. "bindingProviders": "指定 Provider",
  22. "bindingType": "套用範圍",
  23. "clear": "清除",
  24. "createTitle": "新增過濾器",
  25. "description": "描述(選填)",
  26. "editTitle": "編輯過濾器",
  27. "groupsSelected": "已選 {count} 個分組",
  28. "jsonPathPlaceholder": "例如:messages.0.content 或 data.items[0].token",
  29. "loading": "載入中...",
  30. "matchType": "匹配類型",
  31. "matchTypeContains": "含有",
  32. "matchTypeExact": "精確",
  33. "matchTypeRegex": "正則",
  34. "name": "名稱",
  35. "noGroupsFound": "找不到分組",
  36. "noProvidersFound": "找不到Provider",
  37. "priority": "優先級",
  38. "providersSelected": "已選 {count} 個Provider",
  39. "replacement": "替換值(選填)",
  40. "replacementPlaceholder": "字串或 JSON,留空為清除",
  41. "save": "儲存",
  42. "saving": "儲存中...",
  43. "scope": "範圍",
  44. "searchGroups": "搜尋分組...",
  45. "searchProviders": "搜尋Provider...",
  46. "selectAll": "全選",
  47. "selectGroups": "選擇分組...",
  48. "selectProviders": "選擇Provider...",
  49. "target": "目標欄位/路徑",
  50. "targetPlaceholder": "Header 名稱或文字/路徑",
  51. "validation": {
  52. "fieldRequired": "名稱和目標為必填項"
  53. }
  54. },
  55. "disable": "已停用",
  56. "edit": "編輯過濾器",
  57. "editFailed": "更新失敗",
  58. "editSuccess": "更新完成",
  59. "empty": "尚無過濾器,點選右上角新增。",
  60. "enable": "已啟用",
  61. "groups": "群組",
  62. "nav": "請求過濾",
  63. "providers": "供應商",
  64. "refreshCache": "刷新快取",
  65. "refreshFailed": "刷新失敗",
  66. "refreshSuccess": "快取已刷新,載入 {count} 條過濾器",
  67. "scopeLabel": {
  68. "body": "Body",
  69. "header": "Header"
  70. },
  71. "table": {
  72. "action": "動作",
  73. "actions": "動作",
  74. "apply": "範圍",
  75. "createdAt": "建立時間",
  76. "name": "名稱",
  77. "priority": "優先級",
  78. "replacement": "替換值",
  79. "scope": "範圍",
  80. "status": "狀態",
  81. "target": "目標"
  82. },
  83. "title": "請求過濾器"
  84. }