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

42 lines
1.0 KiB
TypeScript
Raw Normal View History

2021-02-27 16:33:54 +01:00
export default {
heading: 'Push Notification',
content: {
2021-03-04 01:03:53 +01:00
enable: {
direct: 'Enable push notification',
settings: 'Enable in settings'
},
2021-02-27 16:33:54 +01:00
global: {
heading: 'Enable push notification',
description: "Messages are routed through tooot's server"
},
decode: {
heading: 'Show message details',
description:
"Messages routed through tooot's server are encrypted, but you can choose to decode the message on the server. Our server source code is open source, and no log policy."
},
2021-03-04 01:03:53 +01:00
default: {
heading: 'Default' // Android notification channel name only
},
2021-02-27 16:33:54 +01:00
follow: {
heading: 'New follower'
},
favourite: {
heading: 'Favourited'
},
reblog: {
heading: 'Boosted'
},
mention: {
heading: 'Mentioned you'
},
poll: {
heading: 'Poll updates'
},
howitworks: 'Learn how routing works'
2021-03-04 01:03:53 +01:00
},
error: {
message: 'Push service error',
description: 'Please re-enable push notification in settings'
2021-02-27 16:33:54 +01:00
}
}