You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/ui/component/language/en.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ import { Language } from './types';
9
9
exportconstenglish: Language={
10
10
global_settings: {
11
11
title: "Global Settings",
12
-
language: "Interface Language:",
13
-
languageTips: "You can modify the language of this configuration interface, and the changes will take effect the next time you enter!",
12
+
language: "界面语言:",
13
+
languageTips: "You can modify the language of this configuration interface, and the changes will take effect immediately!",
14
14
flagPrefix: "Hook Flag Prefix:",
15
15
flagPrefixTips: "When hooking, some globally unique flags will be set. You can customize the prefix.",
16
16
flagPrefixPlaceholder: "You can customize the global prefix. If not set, the default is JSREI_js_script_hook",
@@ -29,17 +29,21 @@ export const english: Language = {
29
29
enableTips: "Whether to enable this breakpoint. It will only take effect when the breakpoint is enabled. Unchecking it can temporarily disable the breakpoint without deleting it.",
30
30
urlPattern: "URL Matching Method:",
31
31
urlPatternTips: "The URL matching method is used to specify when the script's URL meets certain conditions to hit this breakpoint.",
32
+
urlPatternKeyword: "Matching Keyword:",
32
33
urlPatternTypeTips: "Specify how to match the Script URL:",
33
34
urlPatternType_EqualsThisString: "The Script URL must exactly match the given string.",
34
35
urlPatternType_ContainsThisString: "The Script URL contains the given string.",
35
36
urlPatternType_MatchThisRegexp: "The Script URL matches the given regular expression.",
36
37
urlPatternType_MatchALL: "Directly match all Script URLs.",
37
38
urlPatternTextTips: "Enter a keyword or expression.",
38
39
urlPatternTextPlaceholder: "Enter a keyword or expression.",
40
+
urlPatternMatchAllDisabledText: "No keyword needed in \"Match All URLs\" mode",
39
41
urlPatternTest: "Test",
40
42
urlPatternTestTips: "You can enter a script URL to test whether this breakpoint hits it.",
41
43
urlPatternTestPrompt: "Please enter the URL to test:",
Copy file name to clipboardExpand all lines: src/config/ui/component/language/zh.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ import { Language } from './types';
9
9
exportconstchinese: Language={
10
10
global_settings: {
11
11
title: "全局设置",
12
-
language: "界面语言:",
13
-
languageTips: "你可以修改此配置界面的语言,修改后下次进入生效! <br/> You can modify the language of this configuration interface, and the changes will take effect the next time you enter!",
12
+
language: "Interface Language:",
13
+
languageTips: "你可以修改此配置界面的语言,修改后立即生效! <br/> You can modify the language of this configuration interface, and the changes will take effect immediately!",
0 commit comments