Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

手动翻译了英文消息文本 #116

Merged
merged 1 commit into from
Jan 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions src/main/resources/i18n/info.properties
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
test=hello
clear.success=clear success
clear.failed=clear failed
config.code=No config code type
config.first=Not configuration:File -> settings->tools->leetcode plugin
config.user=Not config loginName
config.load=click {0} or {1} load question\nFirst installation, click {2} configuration
login.exist=already login
login.success=login success
login.failed=login failed
login.unknown=Unable to determine the login status, please try to login the web and try again
login.out=out success
login.not=no login
response.cache=request question failed,load cache
response.question=load question failed
response.restrict=Unable to load the question. Explore the question section is sequentially limited
response.code=load code failed
response.timeout=Wait result timeout
request.code=code not exist
request.empty=code empty(not in comment)
request.pending=Pending...
request.failed=request failed
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
clear.success=Cache cleared successfully
clear.failed=Failed to clear cache
config.code=Code type has not been configured
config.first=Please configure the plugin first by: File -> Settings -> Tools -> leetcode plugin
config.user=Account has not been set
config.load=Click {0} or {1} to load questions\nFor first-time installation, click {2} to configure the plugin
login.exist=Already logged in
login.success=Logged in successfully
login.failed=Failed to log in
login.unknown=Unable to determine login status. Please try logging into web version and try again
login.out=Logged out successfully
login.not=Please log in first
response.cache=Failed to request the question, loading from local cache
response.question=Failed to load the question
response.restrict=Unable to load the question\nExplore section of questions is restricted in order
response.code=Failed to get code
response.timeout=Timed out while waiting for result
request.code=Code does not exist
request.empty=Empty code(not including comment)
request.pending=Code submitted. Please wait...
request.failed=Failed to send request
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
submit.failed=Wrong Answer:\n\tinput:{0}\n\tOutput:{1}\n\tExpected:{2}\n\tstdout:\n\t\t{3}\n
submit.run.failed=Compile Error:\n\t{0}\n\tstdout:\n\t\t{1}\n
test.success=Finished:\n\tYour input:{0}\n\tOutput:{1}\n\tExpected:{2}\n\tstdout:\n\t\t{3}\n
test.case=test case is empty
response.type.failed=load {0} failed
submission.empty=no submission
submission.parse=parse error
report=Report to plugin author
donate.info=donate
updata=leetcode editor new version {0} ,Please update
test.case=Empty test case
response.type.failed=Failed to load {0}
submission.empty=Empty submission history
submission.parse=Failed to parse
report=Report to plugin developer
donate.info=Donation
updata=Leetcode Editor new version {0} is found. Please update the plugin
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.
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
tree.load=Please load the questions
tree.null=Get the question is blank
tree.load=Please load questions first
tree.null=Questions returned are empty
4 changes: 2 additions & 2 deletions src/main/resources/i18n/info_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ test=\u4F60\u597D
clear.success=\u6E05\u7406\u6210\u529F
clear.failed=\u6E05\u7406\u5931\u8D25
config.code=\u8BF7\u5148\u914D\u7F6E\u4EE3\u7801\u7C7B\u578B
config.first=\u8BF7\u5148\u8FDB\u884C\u914D\u7F6E:File -> settings->tools->leetcode plugin
config.first=\u8BF7\u5148\u8FDB\u884C\u914D\u7F6E:File -> Settings -> Tools -> leetcode plugin
config.user=\u6CA1\u6709\u914D\u7F6E\u7528\u6237\u540D
config.load=\u70B9\u51FB {0} \u6216\u8005 {1} \u52A0\u8F7D\u9898\u76EE\n\u9996\u6B21\u5B89\u88C5\u8BF7\u5148\u70B9\u51FB{2}\u914D\u7F6E
config.load=\u70B9\u51FB {0} \u6216\u8005 {1} \u52A0\u8F7D\u9898\u76EE\n\u9996\u6B21\u5B89\u88C5\u8BF7\u5148\u70B9\u51FB {2} \u914D\u7F6E
login.exist=\u5DF2\u7ECF\u767B\u5F55
login.success=\u767B\u5F55\u6210\u529F
login.failed=\u767B\u5F55\u5931\u8D25
Expand Down