123456789101112131415161718192021222324252627282930
  1. {
  2. "zipConnectApp": {
  3. "userProfile": {
  4. "home": {
  5. "title": "User Profiles",
  6. "createLabel": "Create a new User Profile",
  7. "createOrEditLabel": "Create or edit a User Profile"
  8. },
  9. "created": "A new User Profile is created with identifier {{ param }}",
  10. "updated": "A User Profile is updated with identifier {{ param }}",
  11. "deleted": "A User Profile is deleted with identifier {{ param }}",
  12. "delete": {
  13. "question": "Are you sure you want to delete User Profile {{ id }}?"
  14. },
  15. "detail": {
  16. "title": "User Profile"
  17. },
  18. "profileId": "Profile Id",
  19. "firstName": "First Name",
  20. "lastName": "Last Name",
  21. "userStack": "User Stack",
  22. "user": "User",
  23. "cohort": "Cohort",
  24. "employer": "Employer",
  25. "employer": "Employer",
  26. "cohort": "Cohort"
  27. }
  28. }
  29. }