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

42 lines
1.0 KiB
TypeScript
Raw Normal View History

2021-02-27 16:33:54 +01:00
export default {
heading: '推送通知',
content: {
2021-03-01 01:27:26 +01:00
enable: {
direct: '启用tooot推送通知',
settings: '去系统设置启用'
},
2021-02-27 16:33:54 +01:00
global: {
heading: '启用通知',
description: '通知消息将经由tooot服务器转发'
},
decode: {
heading: '显示通知内容',
2021-03-01 01:27:26 +01:00
description:
'经由tooot服务器中转的通知消息已被加密但可以允许tooot服务器解密并转发消息。tooot消息服务器源码开源且不留存任何日志。'
2021-02-27 16:33:54 +01:00
},
2021-03-02 01:17:06 +01:00
default: {
heading: '默认通知' // Android notification channel name only
},
2021-02-27 16:33:54 +01:00
follow: {
heading: '新关注者'
},
favourite: {
heading: '嘟文被喜欢'
},
reblog: {
heading: '嘟文被转嘟'
},
mention: {
2021-03-02 01:17:06 +01:00
heading: '嘟文提及你'
2021-02-27 16:33:54 +01:00
},
poll: {
2021-03-02 01:17:06 +01:00
heading: '投票更新'
2021-02-27 16:33:54 +01:00
},
howitworks: '了解通知消息转发如何工作'
2021-03-01 01:27:26 +01:00
},
error: {
2021-03-04 01:03:53 +01:00
message: '推送服务错误',
2021-03-01 01:27:26 +01:00
description: '请在设置中重新尝试启用推送通知'
2021-02-27 16:33:54 +01:00
}
}