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
viewInHandpickCollection:"This question has been collected in the handpick collection《{slotText}》Click to view",
6
-
notCollected: "This question has not been collected by LeetCode Plus, click to view all collected questions",
7
-
allCollected: "All collected questions",
8
-
writingExplanation: "Writing explanation",
9
-
goToTheWebsiteToUse: "Go to the website to use",
10
-
checkTips:
11
-
"Generally, as long as you turn on automatic updates, chrome will automatically update within five hours after the plug-in is updated. If you want to update as soon as possible, or if you disable automatic updates, you can check the latest version here.",
12
-
checkBtn: "Check for updates",
13
-
selfIntroduction:
14
-
"The author is a front-end architect with 40K stars on Github, the author of the leetcode-cheatsheet leetcode plugin, master all kinds of algorithm routines, and wrote hundreds of thousands of words of algorithm brushing e-books. Reply to the public account [电子书] to get.",
15
-
allSolutions: {
16
-
columns: {
17
-
title: "Title",
18
-
tag: "Tag",
19
-
},
2
+
app: {
3
+
back: "Back to Home page",
4
+
viewSolution: "View solution",
5
+
viewInHandpickCollection:
6
+
"This question has been collected in the handpick collection《{slotText}》Click to view",
7
+
notCollected:
8
+
"This question has not been collected by LeetCode Plus, click to view all collected questions",
9
+
allCollected: "All collected questions",
10
+
writingExplanation: "Writing explanation",
11
+
goToTheWebsiteToUse: "Go to the website to use",
12
+
checkTips:
13
+
"Generally, as long as you turn on automatic updates, chrome will automatically update within five hours after the plug-in is updated. If you want to update as soon as possible, or if you disable automatic updates, you can check the latest version here.",
14
+
checkBtn: "Check for updates",
15
+
selfIntroduction:
16
+
"The author is a front-end architect with 40K stars on Github, the author of the leetcode-cheatsheet leetcode plugin, master all kinds of algorithm routines, and wrote hundreds of thousands of words of algorithm brushing e-books. Reply to the public account [电子书] to get.",
17
+
allSolutions: {
18
+
columns: {
19
+
title: "Title",
20
+
tag: "Tag",
20
21
},
21
22
},
22
-
codeTemplate: {
23
-
name: "Code Template",
24
-
},
25
-
dataStructureVisualization: {
26
-
name: "Data Structure Visualization",
27
-
},
28
-
29
-
explanationTemplate: {
30
-
name: "Explanation Template",
31
-
},
32
-
complexityQuickCheck: {
33
-
name: "Complexity Quick Check",
34
-
},
35
-
learningRoute: {
36
-
name: "Learning Route",
37
-
},
38
-
checkForUpdates: {
39
-
name: "Check for Updates",
40
-
},
41
-
aboutMe: {
42
-
name: "About Me",
43
-
},
44
-
};
45
-
exportdefaulten;
46
-
23
+
initializeContentScriptFailed:"Failed to initialize the chrome plugin content script",
24
+
run: "Run",
25
+
submit: "Submit",
26
+
wirteSolution: "Write Solution",
27
+
visualizationDebug: "Visualization Debug",
28
+
linkedListCommnet:
29
+
"If you are debugging linked list questions, it is very troublesome to generate linked lists manually. If you want to quickly generate linked lists, you can comment out the following method and use the following method to enter an array and return a linked list.",
30
+
visualDebugComment:
31
+
"Replace xxx below with the main function name, yyy with the test case parameter, and turn on debugging",
32
+
getProblemError:
33
+
"Failed to get the problem description, please switch to the problem description tab first",
34
+
savingProblem: "Saving problem information, please wait~",
35
+
githubAPIError:
36
+
"Failed to use Github API, has been switched to normal mode, normal mode can only automatically bring in the problem name, problem address and solution language.",
0 commit comments