Initial commit
This commit is contained in:
59
application/Espo/Modules/Crm/Resources/i18n/hu_HU/Case.json
Normal file
59
application/Espo/Modules/Crm/Resources/i18n/hu_HU/Case.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Név",
|
||||
"number": "Szám",
|
||||
"status": "Állapot",
|
||||
"account": "számla",
|
||||
"contact": "Kapcsolatba lépni",
|
||||
"contacts": "Kapcsolatok",
|
||||
"priority": "Kiemelten fontos",
|
||||
"type": "típus",
|
||||
"description": "Leírás",
|
||||
"attachments": "Mellékletek",
|
||||
"inboundEmail": "Csoportos e-mail fiók"
|
||||
},
|
||||
"links": {
|
||||
"account": "számla",
|
||||
"contact": "Kapcsolat (elsődleges)",
|
||||
"Contacts": "Kapcsolatok",
|
||||
"meetings": "találkozók",
|
||||
"calls": "felhívja",
|
||||
"tasks": "Feladatok",
|
||||
"emails": "e-mailek",
|
||||
"articles": "Tudásbázis-cikkek",
|
||||
"attachments": "Mellékletek",
|
||||
"inboundEmail": "Csoportos e-mail fiók"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Új",
|
||||
"Assigned": "Kijelölt",
|
||||
"Pending": "Függőben levő",
|
||||
"Closed": "Zárva",
|
||||
"Rejected": "Elutasítva",
|
||||
"Duplicate": "Másolat"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Alacsony",
|
||||
"Normal": "Normál",
|
||||
"High": "Magas",
|
||||
"Urgent": "Sürgős"
|
||||
},
|
||||
"type": {
|
||||
"Question": "Kérdés",
|
||||
"Incident": "Incidens",
|
||||
"Problem": "Probléma"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Case": "Létrehozás",
|
||||
"Close": "Bezárás",
|
||||
"Reject": "Elutasít",
|
||||
"Closed": "Zárva",
|
||||
"Rejected": "Elutasítva"
|
||||
},
|
||||
"presetFilters": {
|
||||
"open": "Nyisd ki",
|
||||
"closed": "Zárva"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user