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

56 lines
1.2 KiB
TypeScript

export default {
heading: '设置',
content: {
push: {
heading: '$t(meSettingsPush:heading)',
content: {
enabled: '已开启',
disabled: '已关闭'
}
},
language: {
heading: '切换语言',
options: {
en: 'English',
'zh-Hans': '简体中文',
cancel: '$t(common:buttons.cancel)'
}
},
theme: {
heading: '应用外观',
options: {
auto: '跟随系统',
light: '浅色模式',
dark: '深色模式',
cancel: '$t(common:buttons.cancel)'
}
},
browser: {
heading: '外部链接',
options: {
internal: '应用内打开',
external: '浏览器打开',
cancel: '$t(common:buttons.cancel)'
}
},
cache: {
heading: '清空缓存',
empty: '暂无缓存'
},
support: {
heading: '赞助 tooot 开发'
},
review: {
heading: '给 tooot 打分'
},
contact: {
heading: '联系 tooot'
},
analytics: {
heading: '帮助我们改进',
description: '收集不与用户相关联的使用信息'
},
version: '版本 v{{version}} ({{releaseChannel}})'
}
}