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

53 lines
1.2 KiB
TypeScript
Raw Normal View History

2020-11-29 18:08:31 +01:00
export default {
heading: '设置',
content: {
language: {
heading: '切换语言',
options: {
2021-01-18 00:23:40 +01:00
en: 'English',
2021-01-17 22:37:05 +01:00
'zh-Hans': '简体中文',
2020-11-29 18:08:31 +01:00
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: {
2021-01-19 01:13:45 +01:00
heading: '外部链接',
2020-12-20 18:41:28 +01:00
options: {
2021-01-19 01:13:45 +01:00
internal: '应用内打开',
external: '浏览器打开',
2020-12-20 18:41:28 +01:00
cancel: '$t(common:buttons.cancel)'
}
},
2021-01-07 19:13:09 +01:00
remote: {
heading: '$t(meSettingsUpdateRemote:heading)',
2021-01-19 01:13:45 +01:00
description: '外站只能浏览不能玩'
2021-01-07 19:13:09 +01:00
},
cache: {
2021-01-07 19:13:09 +01:00
heading: '清空缓存',
empty: '暂无缓存'
},
2021-01-19 01:13:45 +01:00
support: {
heading: '赞助 tooot 开发'
},
review: {
heading: '给 tooot 打分'
},
2021-01-31 03:09:35 +01:00
contact: {
heading: '联系 tooot'
},
2020-12-29 16:19:04 +01:00
analytics: {
heading: '帮助我们改进',
2021-01-19 01:13:45 +01:00
description: '收集不与用户相关联的使用信息'
2020-12-29 16:19:04 +01:00
},
2021-02-01 02:16:53 +01:00
version: '版本 v{{version}} ({{releaseChannel}})'
2020-11-29 18:08:31 +01:00
}
}