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/locales/en.js
+33-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
exportconsten={
1
+
consten={
2
2
app: {
3
3
name: "LeetCode Cheatsheet",
4
+
preview: "Preview",
5
+
copyMdOrigin: "Click to copy MarkDown origin",
4
6
fullScreen: "Full Screen (Press ESC to exit)",
5
7
toUse: "To Use",
6
8
custom: "Custom",
@@ -55,6 +57,7 @@ export const en = {
55
57
savingProblem: "Saving problem information, please wait~",
56
58
githubAPIError:
57
59
"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.",
60
+
notYet: "Not yet",
58
61
},
59
62
problem: {
60
63
743: "743. Network Delay Time",
@@ -93,13 +96,38 @@ export const en = {
93
96
incrementalUsage: "Incremental Usage",
94
97
explain1:
95
98
"The editing function is not supported. If you need to edit, you can do so indirectly by first \"use\", then \"save\", and finally \"delete\" the original data.",
96
-
explain2: "Templates can be used incrementally. Click the drop-down triangle of 'to use' and select Incremental Usage.",
97
-
explain3: "The template will be generated according to the position of your mouse. For example, if your mouse is at point (100, 100), the template will be offset by (100, 100) units as a whole. If the template is not exactly at (100, 100), it means that the template itself was not created with (0, 0) as the top-left corner. When creating custom templates, it's important to keep this in mind.",
99
+
explain2:
100
+
"Templates can be used incrementally. Click the drop-down triangle of 'to use' and select Incremental Usage.",
101
+
explain3:
102
+
"The template will be generated according to the position of your mouse. For example, if your mouse is at point (100, 100), the template will be offset by (100, 100) units as a whole. If the template is not exactly at (100, 100), it means that the template itself was not created with (0, 0) as the top-left corner. When creating custom templates, it's important to keep this in mind.",
98
103
explain4: "You can also choose to use the native excalidraw directly ",
99
104
},
100
105
101
106
explanationTemplate: {
102
107
name: "Explanation Template",
108
+
goToTheWebsiteToUse: "Go to the website to use",
109
+
problemAddress: "Problem Address",
110
+
problemDesc: "Problem Description",
111
+
preKnowledge: "Pre Knowledge",
112
+
company: "Company",
113
+
thinking: "Thinking",
114
+
keyPoints: "Key Points",
115
+
languageSupport: "Language Support",
116
+
complexityAnalysis: "Complexity Analysis",
117
+
complexityDeclare: "Let n be the length of the array.",
118
+
timeComplexity: "Time Complexity",
119
+
spaceComplexity: "Space Complexity",
120
+
howToUse: "How to use it?",
121
+
programmingLanguage: "Programming Language:",
122
+
commonFormulas: "Common formulas (click to copy):",
123
+
noBackup: "No backup file found",
124
+
restore: "Restore last edit content",
125
+
backupTips:
126
+
"The explanation is backed up every five seconds. If you accidentally refresh the browser, you can click the restore button below to restore it. Since it is an overwrite backup, only the last edited content will be saved.",
127
+
afterUpdateTemplateTips:
128
+
"More explanation templates will be provided later.",
129
+
afterUpdateThemeTips:
130
+
"More themes and user-defined themes will be supported later.",
0 commit comments