Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
virusdefender committed Oct 30, 2019
1 parent 214f83c commit 868ce93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/i18n/oj/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const m = {
Accepted_Description: 'Congratulations. Your solution is correct.',
Wrong_Answer_Description: "Your program's output doesn't match judger's answer.",
Runtime_Error_Description: 'Your program terminated abnormally. Possible reasons are: segment fault, divided by zero or exited with code other than 0.',
Time_Limit_Exceeded_Description: 'The CPU time your program used has exceeded limit. Java has a triple time limit.',
Time_Limit_Exceeded_Description: 'The CPU time your program used has exceeded limit.',
Memory_Limit_Exceeded_Description: 'The memory your program actually used has exceeded limit.',
System_Error_Description: 'Oops, something has gone wrong with the judger. Please report this to administrator.',
// ACMContestRank.vue
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/oj/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const m = {
Accepted_Description: '你的解题方法是正确的。',
Wrong_Answer_Description: '你的程序输出结果与判题程序的答案不符。',
Runtime_Error_Description: '您的程序异常终止,可能的原因是:段错误,被零除或用非0的代码退出程序。',
Time_Limit_Exceeded_Description: '您的程序使用的 CPU 时间已超出限制,Java 有三倍的时间限制。',
Time_Limit_Exceeded_Description: '您的程序使用的 CPU 时间已超出限制。',
Memory_Limit_Exceeded_Description: '程序实际使用的内存已超出限制。',
System_Error_Description: '糟糕,判题程序出了问题。请报告给管理员。',
// ACMContestRank.vue
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/oj/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const m = {
Accepted_Description: '您的解題方法是正確的。',
Wrong_Answer_Description: '您程式的輸出結果與標準程式的答案不符。',
Runtime_Error_Description: '您的程式異常終止,可能的原因是: 記憶體區段錯誤、被零除或結束程式時傳回非 0 的值。',
Time_Limit_Exceeded_Description: '您的程式使用的 CPU 時間已超出限制,Java 有三倍的時間限制。',
Time_Limit_Exceeded_Description: '您的程式使用的 CPU 時間已超出限制。',
Memory_Limit_Exceeded_Description: '程式實際使用的記憶體已超出限制。',
System_Error_Description: 'Judge 系統發生錯誤。請回報系統管理員。',
// FAQ.vue
Expand Down

0 comments on commit 868ce93

Please sign in to comment.