en.json 704 B

123456789101112131415161718192021
  1. {
  2. "session": {
  3. "familyName": "{{.Name}} Family Group"
  4. },
  5. "entrance": {
  6. "mail": {
  7. "title": "Your verification code email"
  8. }
  9. },
  10. "device": {
  11. "unbound": "Unbound device"
  12. },
  13. "fcm": {
  14. "newMsg": { "title": "New news", "body": "click to view" },
  15. "chatting": { "title": "Chat", "body": "click to view" },
  16. "location": { "title": "Location change", "body": "click to view" },
  17. "fence": { "title": "Electronic fence", "body": "click to view" },
  18. "notification": { "title": "New Notification","body": "click to view" },
  19. "videoCall": { "title": "Call notification", "body": "click to view" }
  20. }
  21. }