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

42 lines
1.0 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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