Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/ro_RO/Case.json
2026-01-19 17:46:06 +01:00

55 lines
1.2 KiB
JSON

{
"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"
}
}