Skip to content

Commit 024dd73

Browse files
authored
translate English i18n strings manually.
translate English i18n strings manually.
2 parents c928b46 + ea4fdc1 commit 024dd73

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
test=hello
2-
clear.success=clear success
3-
clear.failed=clear failed
4-
config.code=No config code type
5-
config.first=Not configuration:File -> settings->tools->leetcode plugin
6-
config.user=Not config loginName
7-
config.load=click {0} or {1} load question\nFirst installation, click {2} configuration
8-
login.exist=already login
9-
login.success=login success
10-
login.failed=login failed
11-
login.unknown=Unable to determine the login status, please try to login the web and try again
12-
login.out=out success
13-
login.not=no login
14-
response.cache=request question failed,load cache
15-
response.question=load question failed
16-
response.restrict=Unable to load the question. Explore the question section is sequentially limited
17-
response.code=load code failed
18-
response.timeout=Wait result timeout
19-
request.code=code not exist
20-
request.empty=code empty(not in comment)
21-
request.pending=Pending...
22-
request.failed=request failed
23-
submit.success=Success:\n\tRuntime:{0},faster than {1}% of {2} online submissions.\n\tMemory Usage:{3}, less than {4}% of {5} online submissions.\n
2+
clear.success=Cache cleared successfully
3+
clear.failed=Failed to clear cache
4+
config.code=Code type has not been configured
5+
config.first=Please configure the plugin first by: File -> Settings -> Tools -> leetcode plugin
6+
config.user=Account has not been set
7+
config.load=Click {0} or {1} to load questions\nFor first-time installation, click {2} to configure the plugin
8+
login.exist=Already logged in
9+
login.success=Logged in successfully
10+
login.failed=Failed to log in
11+
login.unknown=Unable to determine login status. Please try logging into web version and try again
12+
login.out=Logged out successfully
13+
login.not=Please log in first
14+
response.cache=Failed to request the question, loading from local cache
15+
response.question=Failed to load the question
16+
response.restrict=Unable to load the question\nExplore section of questions is restricted in order
17+
response.code=Failed to get code
18+
response.timeout=Timed out while waiting for result
19+
request.code=Code does not exist
20+
request.empty=Empty code(not including comment)
21+
request.pending=Code submitted. Please wait...
22+
request.failed=Failed to send request
23+
submit.success=Success:\n\tRuntime:{0}, faster than {1}% of {2} online submissions.\n\tMemory Usage:{3}, less than {4}% of {5} online submissions.\n
2424
submit.failed=Wrong Answer:\n\tinput:{0}\n\tOutput:{1}\n\tExpected:{2}\n\tstdout:\n\t\t{3}\n
2525
submit.run.failed=Compile Error:\n\t{0}\n\tstdout:\n\t\t{1}\n
2626
test.success=Finished:\n\tYour input:{0}\n\tOutput:{1}\n\tExpected:{2}\n\tstdout:\n\t\t{3}\n
27-
test.case=test case is empty
28-
response.type.failed=load {0} failed
29-
submission.empty=no submission
30-
submission.parse=parse error
31-
report=Report to plugin author
32-
donate.info=donate
33-
updata=leetcode editor new version {0} ,Please update
27+
test.case=Empty test case
28+
response.type.failed=Failed to load {0}
29+
submission.empty=Empty submission history
30+
submission.parse=Failed to parse
31+
report=Report to plugin developer
32+
donate.info=Donation
33+
updata=Leetcode Editor new version {0} is found. Please update the plugin
3434
user.email=YOU HAVE NOT VERIFIED YOUR ACCOUNT\nYou cannot submit your code to the judge system until you verify your email.\nYou may resend the verification email or change your email in your profile page.
3535
template.variable=${0}question.title{1}\tquestion title\tex:Two Sum\n${0}question.titleSlug{1}\tquestion title slug \tex:two-sum\n${0}question.frontendQuestionId{1}\tquestion serial number\n${0}question.content{1}\tquestion content\n${0}question.code{1}\tquestion code\n$!velocityTool.camelCaseName(str)\ttransform str camel case
36-
tree.load=Please load the questions
37-
tree.null=Get the question is blank
36+
tree.load=Please load questions first
37+
tree.null=Questions returned are empty

src/main/resources/i18n/info_zh.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ test=\u4F60\u597D
22
clear.success=\u6E05\u7406\u6210\u529F
33
clear.failed=\u6E05\u7406\u5931\u8D25
44
config.code=\u8BF7\u5148\u914D\u7F6E\u4EE3\u7801\u7C7B\u578B
5-
config.first=\u8BF7\u5148\u8FDB\u884C\u914D\u7F6E:File -> settings->tools->leetcode plugin
5+
config.first=\u8BF7\u5148\u8FDB\u884C\u914D\u7F6E:File -> Settings -> Tools -> leetcode plugin
66
config.user=\u6CA1\u6709\u914D\u7F6E\u7528\u6237\u540D
7-
config.load=\u70B9\u51FB {0} \u6216\u8005 {1} \u52A0\u8F7D\u9898\u76EE\n\u9996\u6B21\u5B89\u88C5\u8BF7\u5148\u70B9\u51FB{2}\u914D\u7F6E
7+
config.load=\u70B9\u51FB {0} \u6216\u8005 {1} \u52A0\u8F7D\u9898\u76EE\n\u9996\u6B21\u5B89\u88C5\u8BF7\u5148\u70B9\u51FB {2} \u914D\u7F6E
88
login.exist=\u5DF2\u7ECF\u767B\u5F55
99
login.success=\u767B\u5F55\u6210\u529F
1010
login.failed=\u767B\u5F55\u5931\u8D25

0 commit comments

Comments
 (0)