|
11 | 11 | "message": "自动",
|
12 | 12 | "description": "Auto detect dark mode"
|
13 | 13 | },
|
| 14 | + "auto_enable_modify_body": { |
| 15 | + "message": "已自动开启“修改响应体”,如不需要请手动关闭", |
| 16 | + "description": "A message" |
| 17 | + }, |
14 | 18 | "batch_delete": {
|
15 | 19 | "message": "批量删除",
|
16 | 20 | "description": "Button to delete multiple rules"
|
|
84 | 88 | "message": "开启调试模式",
|
85 | 89 | "description": "Enable debug mode"
|
86 | 90 | },
|
87 |
| - "debug_mode_help": { |
88 |
| - "message": "当调试模式开启时,一些日志将会打印在背景页", |
| 91 | + "debug_mode_enable_help": { |
| 92 | + "message": "开启“调试模式”后,将会在背景页面打印一些日志", |
89 | 93 | "description": "Debug mode description"
|
90 | 94 | },
|
91 | 95 | "delete": {
|
|
108 | 112 | "message": "编辑时显示常用头",
|
109 | 113 | "description": "An option to enable header auto-complete when editing rules"
|
110 | 114 | },
|
| 115 | + "display_common_header_help": { |
| 116 | + "message": "在编辑规则时,显示常用的请求头和响应头", |
| 117 | + "description": "Help text for display_common_header_help option" |
| 118 | + }, |
111 | 119 | "download": {
|
112 | 120 | "message": "下载",
|
113 | 121 | "description": "Download button"
|
|
210 | 218 | },
|
211 | 219 | "include_header_in_custom_function": {
|
212 | 220 | "message": "在自定义函数中包含请求头",
|
213 |
| - "description": "An option to enable this feature, for more info, see wiki in GitHub" |
| 221 | + "description": "An option to enable this feature" |
| 222 | + }, |
| 223 | + "include_header_in_custom_function_help": { |
| 224 | + "message": "向处理响应头的自定义函数中传入请求头,开启后可能会降低性能", |
| 225 | + "description": "Help text for include_header_in_custom_function option" |
214 | 226 | },
|
215 | 227 | "manage": {
|
216 | 228 | "message": "管理",
|
|
256 | 268 | "message": "修改响应体(仅支持Firefox)",
|
257 | 269 | "description": "Option to enable/disable modify body"
|
258 | 270 | },
|
| 271 | + "modify_body_help": { |
| 272 | + "message": "允许自定义函数修改响应体,开启后可能会降低性能", |
| 273 | + "description": "Help text for modify_body option" |
| 274 | + }, |
259 | 275 | "name": {
|
260 | 276 | "message": "名称",
|
261 | 277 | "description": "Label for name in modal"
|
|
276 | 292 | "message": "收起/展开分组",
|
277 | 293 | "description": "Button to pack up or unfurl a group"
|
278 | 294 | },
|
| 295 | + "quick_edit": { |
| 296 | + "message": "快捷编辑", |
| 297 | + "description": "Display edit button on the popup panel" |
| 298 | + }, |
| 299 | + "quick_edit_help": { |
| 300 | + "message": "在弹出面板上显示编辑按钮", |
| 301 | + "description": "Help text for quick_edit option" |
| 302 | + }, |
279 | 303 | "redirectTo": {
|
280 | 304 | "message": "重定向至",
|
281 | 305 | "description": "Label for redirect to in modal"
|
|
296 | 320 | "message": "阻止请求",
|
297 | 321 | "description": "Cancel request option in modal"
|
298 | 322 | },
|
| 323 | + "rule_history": { |
| 324 | + "message": "自动记录规则历史", |
| 325 | + "description": "If checked, rule history will automatically record to the switch list" |
| 326 | + }, |
| 327 | + "rule_history_help": { |
| 328 | + "message": "开启后,规则历史将会被自动记录于快捷切换列表中", |
| 329 | + "description": "Help text for rule_history option" |
| 330 | + }, |
299 | 331 | "rule_list": {
|
300 | 332 | "message": "规则列表",
|
301 | 333 | "description": "Title of the rules list"
|
|
316 | 348 | "message": "重定向请求",
|
317 | 349 | "description": "Redirect option in modal"
|
318 | 350 | },
|
| 351 | + "rule_switch": { |
| 352 | + "message": "开启规则快捷切换", |
| 353 | + "description": "Use the menu to switch rule content" |
| 354 | + }, |
| 355 | + "rule_switch_help": { |
| 356 | + "message": "通过菜单快捷切换规则内容", |
| 357 | + "description": "Help text for rule_switch option" |
| 358 | + }, |
319 | 359 | "rules_no_effect_for_he": {
|
320 | 360 | "message": "规则对 Header Editor 无效",
|
321 | 361 | "description": "If checked, all rules will take no effect on pages in Header Editor"
|
322 | 362 | },
|
| 363 | + "rules_no_effect_for_he_help": { |
| 364 | + "message": "开启后,所有规则将不会对 Header Editor 自身的页面生效", |
| 365 | + "description": "Help text for rules_no_effect_for_he option" |
| 366 | + }, |
323 | 367 | "save": {
|
324 | 368 | "message": "保存",
|
325 | 369 | "description": "Button to save a rule"
|
|
0 commit comments