123456789101112131415161718192021 |
- {
- "session": {
- "familyName": "{{.Name}} 的家庭群"
- },
- "entrance": {
- "mail": {
- "title": "您的验证码邮件"
- }
- },
- "device": {
- "unbound": "未绑定设备"
- },
- "fcm": {
- "newMsg": { "title": "新消息", "body": "点击查看" },
- "chatting": { "title": "语聊消息", "body": "点击查看" },
- "location": { "title": "位置变动", "body": "点击查看" },
- "fence": { "title": "电子围栏", "body": "点击查看" },
- "notification": { "title": "新通知", "body": "点击查看" },
- "videoCall": { "title": "来电通知", "body": "点击查看" }
- }
- }
|