Initial commit
This commit is contained in:
45
application/Espo/Modules/Crm/Resources/i18n/ro_RO/Task.json
Normal file
45
application/Espo/Modules/Crm/Resources/i18n/ro_RO/Task.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nume",
|
||||
"parent": "Părinte",
|
||||
"status": "Stare",
|
||||
"dateStart": "Dată Începere",
|
||||
"dateEnd": "Dată Scadență",
|
||||
"dateStartDate": "Dată Începere (toată ziua)",
|
||||
"dateEndDate": "Dată Terminare (toată ziua)",
|
||||
"priority": "Prioritate",
|
||||
"description": "Descriere",
|
||||
"isOverdue": "Este Restant",
|
||||
"account": "Cont",
|
||||
"dateCompleted": "Dată Terminare",
|
||||
"attachments": "Atașamente",
|
||||
"reminders": "Mementouri"
|
||||
},
|
||||
"links": {
|
||||
"attachments": "Atașamente",
|
||||
"account": "Cont"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Not Started": "Nu a început",
|
||||
"Started": "Început",
|
||||
"Completed": "Terminat",
|
||||
"Canceled": "Anulat",
|
||||
"Deferred": "Amânat"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Scăzut",
|
||||
"High": "Înalt"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Task": "Crează Sarcine",
|
||||
"Complete": "Terminat"
|
||||
},
|
||||
"presetFilters": {
|
||||
"completed": "Terminat",
|
||||
"todays": "Astăzi",
|
||||
"overdue": "Restant",
|
||||
"deferred": "Amânat"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user