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

53 lines
1.1 KiB
TypeScript

export default {
heading: 'Settings',
content: {
language: {
heading: 'Language',
options: {
en: 'English',
'zh-Hans': '简体中文',
cancel: '$t(common:buttons.cancel)'
}
},
theme: {
heading: 'Appearance',
options: {
auto: 'As system',
light: 'Light mode',
dark: 'Dark mode',
cancel: '$t(common:buttons.cancel)'
}
},
browser: {
heading: 'Opening link',
options: {
internal: 'Inside app',
external: 'Use system browser',
cancel: '$t(common:buttons.cancel)'
}
},
remote: {
heading: '$t(meSettingsUpdateRemote:heading)',
description: 'External instance can only be read'
},
cache: {
heading: 'Clear cache',
empty: 'Cache empty'
},
support: {
heading: 'Support tooot'
},
review: {
heading: 'Review tooot'
},
contact: {
heading: 'Contact tooot'
},
analytics: {
heading: 'Help us improve',
description: 'Collecting only non-user relative usage'
},
version: 'Version v{{version}} ({{releaseChannel}})'
}
}