1234567891011121314151617181920212223
  1. {
  2. "zipConnectApp": {
  3. "cohort": {
  4. "home": {
  5. "title": "Cohorts",
  6. "createLabel": "Crear nuevo Cohort",
  7. "createOrEditLabel": "Crear o editar Cohort"
  8. },
  9. "created": "Un nuevo Cohort ha sido creado con el identificador {{ param }}",
  10. "updated": "Un Cohort ha sido actualizado con el identificador {{ param }}",
  11. "deleted": "Un Cohort ha sido eliminado con el identificador {{ param }}",
  12. "delete": {
  13. "question": "¿Seguro que quiere eliminar Cohort {{ id }}?"
  14. },
  15. "detail": {
  16. "title": "Cohort"
  17. },
  18. "cohortId": "Cohort Id",
  19. "gradDate": "Grad Date"
  20. }
  21. }
  22. }