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

35 lines
722 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: {
2020-11-30 00:24:53 +01:00
heading: '应用外观',
2020-11-29 18:08:31 +01:00
options: {
auto: '跟随系统',
light: '浅色模式',
dark: '深色模式',
cancel: '$t(common:buttons.cancel)'
}
2020-12-01 00:44:28 +01:00
},
2020-12-20 18:41:28 +01:00
browser: {
heading: '打开链接',
options: {
internal: '应用内',
external: '系统浏览器',
cancel: '$t(common:buttons.cancel)'
}
},
2020-12-01 00:44:28 +01:00
copyrights: {
heading: '版权信息'
},
version: '版本 v{{version}}'
2020-11-29 18:08:31 +01:00
}
}