mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-13 18:35:04 +08:00
38 lines
826 B
JavaScript
38 lines
826 B
JavaScript
export const messages = {
|
|
en: {
|
|
printQuestionAnswerDetail: {
|
|
table: {
|
|
title: 'Title',
|
|
type: 'Type',
|
|
options: 'Options',
|
|
choices: 'Choices'
|
|
},
|
|
singleChoice: 'Single Choice',
|
|
multipleChoice: 'Multiple Choice',
|
|
shortAnswer: 'Short Answer',
|
|
total: 'Total',
|
|
submitted: 'Submitted',
|
|
people: 'people',
|
|
print: 'Print',
|
|
cancel: 'Cancel'
|
|
}
|
|
},
|
|
zh: {
|
|
printQuestionAnswerDetail: {
|
|
table: {
|
|
title: '名称',
|
|
type: '类型',
|
|
options: '选项',
|
|
choices: '选择'
|
|
},
|
|
singleChoice: '单选',
|
|
multipleChoice: '多选',
|
|
shortAnswer: '简答',
|
|
total: '总数',
|
|
submitted: '已提交',
|
|
people: '人',
|
|
print: '打印',
|
|
cancel: '取消'
|
|
}
|
|
}
|
|
} |