generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
32 lines (31 loc) • 1.15 kB
JSON
{
"userManagement": {
"home": {
"title": "Felhasználók",
"refreshListLabel": "Refresh list",
"createLabel": "Új felhasználó",
"createOrEditLabel": "Felhasználó létrehozás vagy módosítás"
},
"created": "A new user is created with identifier {{ param }}",
"updated": "A user is updated with identifier {{ param }}",
"deleted": "A user is deleted with identifier {{ param }}",
"delete": {
"question": "Biztos benne, hogy törölni szeretné az {{ login }} azonosítóval rendelkező felhasználót?"
},
"detail": {
"title": "Felhasználó"
},
"login": "Azonosító",
"firstName": "Keresztnév",
"lastName": "Vezetéknév",
"email": "Email",
"activated": "Aktivált",
"deactivated": "Deaktivált",
"profiles": "Profil",
"langKey": "Nyelv",
"createdBy": "Létrehozó",
"createdDate": "Létrehozás dátuma",
"lastModifiedBy": "Módosította",
"lastModifiedDate": "Módosítás dátuma"
}
}