123456789101112131415161718192021222324252627282930 |
- {
- "zipConnectApp": {
- "userProfile": {
- "home": {
- "title": "User Profiles",
- "createLabel": "Create a new User Profile",
- "createOrEditLabel": "Create or edit a User Profile"
- },
- "created": "A new User Profile is created with identifier {{ param }}",
- "updated": "A User Profile is updated with identifier {{ param }}",
- "deleted": "A User Profile is deleted with identifier {{ param }}",
- "delete": {
- "question": "Are you sure you want to delete User Profile {{ id }}?"
- },
- "detail": {
- "title": "User Profile"
- },
- "profileId": "Profile Id",
- "firstName": "First Name",
- "lastName": "Last Name",
- "userStack": "User Stack",
- "user": "User",
- "cohort": "Cohort",
- "employer": "Employer",
- "employer": "Employer",
- "cohort": "Cohort"
- }
- }
- }
|