1234567891011121314151617181920212223
  1. {
  2. "zipConnectApp": {
  3. "cohort": {
  4. "home": {
  5. "title": "Cohorts",
  6. "createLabel": "Create a new Cohort",
  7. "createOrEditLabel": "Create or edit a Cohort"
  8. },
  9. "created": "A new Cohort is created with identifier {{ param }}",
  10. "updated": "A Cohort is updated with identifier {{ param }}",
  11. "deleted": "A Cohort is deleted with identifier {{ param }}",
  12. "delete": {
  13. "question": "Are you sure you want to delete Cohort {{ id }}?"
  14. },
  15. "detail": {
  16. "title": "Cohort"
  17. },
  18. "cohortId": "Cohort Id",
  19. "gradDate": "Grad Date"
  20. }
  21. }
  22. }