tooot/src/i18n/zh/screens/meSettings.ts

23 lines
441 B
TypeScript
Raw Normal View History

2020-11-29 18:08:31 +01:00
export default {
heading: '设置',
content: {
language: {
heading: '切换语言',
options: {
zh: '简体中文',
en: 'English',
cancel: '$t(common:buttons.cancel)'
}
},
theme: {
heading: '颜色模式',
options: {
auto: '跟随系统',
light: '浅色模式',
dark: '深色模式',
cancel: '$t(common:buttons.cancel)'
}
}
}
}