Update zh-tw.json

pull/20/head
C.W. Fann 2017-12-08 17:49:50 +08:00 committed by GitHub
parent 7626eee56c
commit fce94403d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -57,7 +57,7 @@
"entity": "問題", "entity": "問題",
"field": { "field": {
"label": "問題類型", "label": "問題類型",
"description": "Library for this question." "description": "問題元件."
} }
}, },
{ {
@ -145,7 +145,7 @@
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "預設值"
} }
], ],
"label": "定義任意分數範圍的回饋", "label": "定義任意分數範圍的回饋",
@ -167,23 +167,23 @@
] ]
}, },
{ {
"label": "Old Feedback", "label": "舊的回饋",
"fields": [ "fields": [
{ {
"label": "Quiz passed greeting", "label": "完成測驗後的回饋訊息",
"description": "This text will be displayed above the score if the user has successfully passed the quiz." "description": "當使用者完成測驗後,此段文字將顯示於分數的上方."
}, },
{ {
"label": "Passed comment", "label": "通過測驗",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz." "description": "當使用者已成功通過測驗時,此段文字將顯示於分數之後."
}, },
{ {
"label": "Quiz failed title", "label": "測驗失敗的標題",
"description": "This text will be displayed above the score if the user has failed the quiz." "description": "當使用者未通過測驗時,此段文字將顯示於分數的上方."
}, },
{ {
"label": "Failed comment", "label": "測驗失敗的回饋訊息",
"description": "This comment will be displayed after the score if the user has failed the quiz." "description": "當使用者未通過測驗時,此段文字將顯示於分數之後."
} }
] ]
}, },