fe-drone-ci/src/views/i18n-demo/local.js

64 lines
1.5 KiB
JavaScript
Raw Normal View History

2017-11-03 10:37:49 +00:00
export default {
zh: {
i18nView: {
title: '切换语言',
note: '本项目国际化基于 vue-i18n',
2017-11-03 10:37:49 +00:00
datePlaceholder: '请选择日期',
2018-09-10 05:02:18 +00:00
selectPlaceholder: '请选择',
2017-11-03 10:37:49 +00:00
tableDate: '日期',
tableName: '姓名',
tableAddress: '地址',
default: '默认按钮',
primary: '主要按钮',
success: '成功按钮',
info: '信息按钮',
warning: '警告按钮',
2018-09-10 05:02:18 +00:00
danger: '危险按钮',
one: '一',
two: '二',
three: '三'
2017-11-03 10:37:49 +00:00
}
},
en: {
i18nView: {
title: 'Switch Language',
note: 'The internationalization of this project is based on vue-i18n',
2017-11-03 10:37:49 +00:00
datePlaceholder: 'Pick a day',
2018-09-10 05:02:18 +00:00
selectPlaceholder: 'Select',
2017-11-03 10:37:49 +00:00
tableDate: 'tableDate',
tableName: 'tableName',
tableAddress: 'tableAddress',
default: 'default:',
primary: 'primary',
success: 'success',
info: 'info',
warning: 'warning',
2018-09-10 05:02:18 +00:00
danger: 'danger',
one: 'One',
two: 'Two',
three: 'Three'
2017-11-03 10:37:49 +00:00
}
2018-10-15 02:10:50 +00:00
},
es: {
i18nView: {
title: 'Switch Language',
note: 'The internationalization of this project is based on vue-i18n',
datePlaceholder: 'Pick a day',
selectPlaceholder: 'Select',
tableDate: 'tableDate',
tableName: 'tableName',
tableAddress: 'tableAddress',
default: 'default:',
primary: 'primary',
success: 'success',
info: 'info',
warning: 'warning',
danger: 'danger',
one: 'One',
two: 'Two',
three: 'Three'
}
2017-11-03 10:37:49 +00:00
}
}