mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2025-01-16 01:12:48 +00:00
commit
8b2fa4256b
@ -117,8 +117,8 @@ export const m = {
|
|||||||
Force_HTTPS: '强制使用 HTTPS',
|
Force_HTTPS: '强制使用 HTTPS',
|
||||||
CDN_HOST: 'CDN 主机',
|
CDN_HOST: 'CDN 主机',
|
||||||
// Login.vue
|
// Login.vue
|
||||||
Welcome_to_Login: '欢迎登录',
|
Welcome_to_Login: '欢迎登录 OnlineJudge 后台管理系统',
|
||||||
GO: '进入',
|
GO: '登录',
|
||||||
username: '用户名',
|
username: '用户名',
|
||||||
password: '密码'
|
password: '密码'
|
||||||
}
|
}
|
||||||
|
@ -88,7 +88,7 @@ export const m = {
|
|||||||
Where_is_the_input_and_the_output_answer_part_8: '或在 C ++ 中使用',
|
Where_is_the_input_and_the_output_answer_part_8: '或在 C ++ 中使用',
|
||||||
Where_is_the_input_and_the_output_answer_part_9: '写入 stdout。用户程序不允许读取或写入文件,否则您将收到',
|
Where_is_the_input_and_the_output_answer_part_9: '写入 stdout。用户程序不允许读取或写入文件,否则您将收到',
|
||||||
What_is_the_meaning_of_submission_execution_time: '提交执行时间是什么意思?',
|
What_is_the_meaning_of_submission_execution_time: '提交执行时间是什么意思?',
|
||||||
What_is_the_meaning_of_submission_execution_time_answer: 'onlinejudge 可能会使用不同的输入文件多次测试您的代码。如果您的代码在每个输入文件的时间限制内给出正确的答案,则显示的执行时间是每个测试用例所花费的最大时间。否则,执行时间将毫无意义。',
|
What_is_the_meaning_of_submission_execution_time_answer: 'OnlineJudge 可能会使用不同的输入文件多次测试您的代码。如果您的代码在每个输入文件的时间限制内给出正确的答案,则显示的执行时间是每个测试用例所花费的最大时间。否则,执行时间将毫无意义。',
|
||||||
How_Can_I_use_CPP_Int64: '如何使用 C ++ Int64?',
|
How_Can_I_use_CPP_Int64: '如何使用 C ++ Int64?',
|
||||||
How_Can_I_use_CPP_Int64_answer_part_1: '您应该声明',
|
How_Can_I_use_CPP_Int64_answer_part_1: '您应该声明',
|
||||||
How_Can_I_use_CPP_Int64_answer_part_2: '并与',
|
How_Can_I_use_CPP_Int64_answer_part_2: '并与',
|
||||||
@ -100,10 +100,10 @@ export const m = {
|
|||||||
Java_specifications_answer_part_2: '类的静态 main 方法开始。不要使用公共类:即使',
|
Java_specifications_answer_part_2: '类的静态 main 方法开始。不要使用公共类:即使',
|
||||||
Java_specifications_answer_part_3: '也必须是非公共类以避免编译错误使用缓冲I / O以避免由于过度刷新而导致超出时间限制',
|
Java_specifications_answer_part_3: '也必须是非公共类以避免编译错误使用缓冲I / O以避免由于过度刷新而导致超出时间限制',
|
||||||
About_presentation_error: '关于输出格式错误?',
|
About_presentation_error: '关于输出格式错误?',
|
||||||
About_presentation_error_answer_part_1: '该oj中没有输出格式错误。Judger将对自动对输出修整然后包裹在输出的',
|
About_presentation_error_answer_part_1: '该 OJ 中没有输出格式错误。Judger将对自动对输出修整然后包裹在输出的',
|
||||||
last: '最后',
|
last: '最后',
|
||||||
About_presentation_error_answer_part_2: '一行中。如果仍然与正确的输出不同,则结果将是',
|
About_presentation_error_answer_part_2: '一行中。如果仍然与正确的输出不同,则结果将是',
|
||||||
How_to_report_bugs: '如何报告有关此 oj 的错误?',
|
How_to_report_bugs: '如何报告有关此 OJ 的错误?',
|
||||||
How_to_report_bugs_answer_part_1: 'onlinejudge 是开源的,您可以到',
|
How_to_report_bugs_answer_part_1: 'onlinejudge 是开源的,您可以到',
|
||||||
How_to_report_bugs_answer_part_2: '提交问题。需要有关错误的详细信息(例如env,版本..),这将帮助我们极大地解决该错误。当然,我们很高兴合并您的请求。',
|
How_to_report_bugs_answer_part_2: '提交问题。需要有关错误的详细信息(例如env,版本..),这将帮助我们极大地解决该错误。当然,我们很高兴合并您的请求。',
|
||||||
// Cancel.vue
|
// Cancel.vue
|
||||||
@ -243,17 +243,17 @@ export const m = {
|
|||||||
Option: '选项',
|
Option: '选项',
|
||||||
Mine: '我的',
|
Mine: '我的',
|
||||||
Search_Author: '搜索作者',
|
Search_Author: '搜索作者',
|
||||||
Accepted: '已接受',
|
Accepted: '答案正确',
|
||||||
Time_Limit_Exceeded: '运行超时',
|
Time_Limit_Exceeded: '运行超时',
|
||||||
Memory_Limit_Exceeded: '超内存占用',
|
Memory_Limit_Exceeded: '内存超限',
|
||||||
Runtime_Error: '运行时错误',
|
Runtime_Error: '运行时错误',
|
||||||
System_Error: '系统错误',
|
System_Error: '系统错误',
|
||||||
Pending: '等待评分',
|
Pending: '等待评分',
|
||||||
Partial_Accepted: '部分接受',
|
Partial_Accepted: '部分正确',
|
||||||
Compile_Error: '编译失败',
|
Compile_Error: '编译失败',
|
||||||
Rejudge: '重新评分',
|
Rejudge: '重新评分',
|
||||||
// UserHome.vue
|
// UserHome.vue
|
||||||
UserHomeSolved: '已解决数量',
|
UserHomeSolved: '已解决问题的数量',
|
||||||
UserHomeserSubmissions: '提交次数',
|
UserHomeserSubmissions: '提交次数',
|
||||||
UserHomeScore: '分数',
|
UserHomeScore: '分数',
|
||||||
List_Solved_Problems: '已解决问题的列表',
|
List_Solved_Problems: '已解决问题的列表',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user