privacy.json 845B

12345678910111213141516171819202122232425
  1. {
  2. "zipConnectApp": {
  3. "privacy": {
  4. "home": {
  5. "title": "Privacies",
  6. "createLabel": "Create a new Privacy",
  7. "createOrEditLabel": "Create or edit a Privacy"
  8. },
  9. "created": "A new Privacy is created with identifier {{ param }}",
  10. "updated": "A Privacy is updated with identifier {{ param }}",
  11. "deleted": "A Privacy is deleted with identifier {{ param }}",
  12. "delete": {
  13. "question": "Are you sure you want to delete Privacy {{ id }}?"
  14. },
  15. "detail": {
  16. "title": "Privacy"
  17. },
  18. "privacyId": "Privacy Id",
  19. "publicView": "Public View",
  20. "cohortView": "Cohort View",
  21. "employerView": "Employer View"
  22. }
  23. }
  24. }