Initial commit
This commit is contained in:
55
application/Espo/Modules/Crm/Resources/i18n/ro_RO/Case.json
Normal file
55
application/Espo/Modules/Crm/Resources/i18n/ro_RO/Case.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nume",
|
||||
"number": "Număr",
|
||||
"status": "Stare",
|
||||
"account": "Cont",
|
||||
"contacts": "Contacte",
|
||||
"priority": "Prioritate",
|
||||
"type": "Tip",
|
||||
"description": "Descriere",
|
||||
"attachments": "Atașamente",
|
||||
"inboundEmail": "Grup Cont Email"
|
||||
},
|
||||
"links": {
|
||||
"account": "Cont",
|
||||
"contact": "Contact (Principal)",
|
||||
"Contacts": "Contacte",
|
||||
"meetings": "Întâlniri",
|
||||
"calls": "Apeluri",
|
||||
"tasks": "Sarcini",
|
||||
"emails": "Email-uri",
|
||||
"articles": "Articole Bază de Cunoștință",
|
||||
"attachments": "Atașamente",
|
||||
"inboundEmail": "Grup Cont Email"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Nou",
|
||||
"Assigned": "Alocat",
|
||||
"Pending": "În așteptare",
|
||||
"Closed": "Închis",
|
||||
"Rejected": "Respins",
|
||||
"Duplicate": "Duplicat"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Scăzut",
|
||||
"High": "Înalt"
|
||||
},
|
||||
"type": {
|
||||
"Question": "Întrebare",
|
||||
"Problem": "Problemă"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Case": "Creare Caz",
|
||||
"Close": "Închis",
|
||||
"Reject": "Respins",
|
||||
"Closed": "Închis",
|
||||
"Rejected": "Respins"
|
||||
},
|
||||
"presetFilters": {
|
||||
"open": "Deschis",
|
||||
"closed": "Închis"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user