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

27 lines
532 B
TypeScript

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)'
}
},
copyrights: {
heading: '版权信息'
},
version: '版本 v{{version}}'
}
}