string.json 578 B

123456789101112131415161718192021222324
  1. {
  2. "string": [
  3. {
  4. "name": "page_show",
  5. "value": "page from package"
  6. },
  7. {
  8. "name": "permission_internet",
  9. "value": "Need to use network permissions to connect to the network."
  10. },
  11. {
  12. "name": "permission_status",
  13. "value": "The chat function requires the use of current permissions."
  14. },
  15. {
  16. "name": "permission_device",
  17. "value": "Need to obtain the unique device code."
  18. },
  19. {
  20. "name": "permission_biometric",
  21. "value": "To enable biometric signature, this permission is required."
  22. }
  23. ]
  24. }