Initial commit
This commit is contained in:
49
application/Espo/Modules/Crm/Resources/i18n/sr_RS/Task.json
Normal file
49
application/Espo/Modules/Crm/Resources/i18n/sr_RS/Task.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Ime",
|
||||
"parent": "roditelj",
|
||||
"dateStart": "Početni datum",
|
||||
"dateEnd": "Rok",
|
||||
"dateStartDate": "Datum početka (ceo dan)",
|
||||
"dateEndDate": "Datum završetka (ceo dan)",
|
||||
"priority": "Prioritet",
|
||||
"description": "Opis",
|
||||
"isOverdue": "kasni",
|
||||
"account": "Pravno lice",
|
||||
"dateCompleted": "Datum završetka",
|
||||
"attachments": "Prilozi",
|
||||
"reminders": "Podsetnici",
|
||||
"contact": "Kontakt"
|
||||
},
|
||||
"links": {
|
||||
"attachments": "Prilozi",
|
||||
"account": "Nalog",
|
||||
"contact": "Kontakt"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Not Started": "Nije počelo",
|
||||
"Started": "Započeto",
|
||||
"Completed": "Završeno",
|
||||
"Canceled": "Otkazano",
|
||||
"Deferred": "Odloženo"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Nizak",
|
||||
"Normal": "Normalan",
|
||||
"High": "Visok",
|
||||
"Urgent": "Hitan"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Task": "Kreiraj Zadatak",
|
||||
"Complete": "Završeno"
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "Aktuelno",
|
||||
"completed": "Završeno",
|
||||
"todays": "Današnji",
|
||||
"overdue": "Kašnjenje",
|
||||
"deferred": "Odloženi"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user