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

47 lines
1.0 KiB
TypeScript
Raw Normal View History

2020-11-29 18:08:31 +01:00
export default {
heading: '设置',
content: {
language: {
heading: '切换语言',
options: {
2021-01-17 22:37:05 +01:00
'en': 'English',
'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: {
heading: '打开链接',
options: {
internal: '应用内',
external: '系统浏览器',
cancel: '$t(common:buttons.cancel)'
}
},
2021-01-07 19:13:09 +01:00
remote: {
heading: '$t(meSettingsUpdateRemote:heading)',
description: '外站只能看不能玩'
},
cache: {
2021-01-07 19:13:09 +01:00
heading: '清空缓存',
empty: '暂无缓存'
},
2020-12-29 16:19:04 +01:00
analytics: {
heading: '帮助我们改进',
description: '允许我们收集不与用户相关联的使用信息'
},
2020-12-01 00:44:28 +01:00
copyrights: {
heading: '版权信息'
},
version: '版本 v{{version}}'
2020-11-29 18:08:31 +01:00
}
}