Initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create Document": "Vytvoriť dokument",
|
||||
"Details": "Detaily"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Názov",
|
||||
"status": "Stav",
|
||||
"file": "Súbor",
|
||||
"type": "Typ",
|
||||
"publishDate": "Dátum publikovania",
|
||||
"expirationDate": "Dátum expirácie",
|
||||
"description": "Popis",
|
||||
"accounts": "Organizácie",
|
||||
"folder": "Priečinok"
|
||||
},
|
||||
"links": {
|
||||
"accounts": "Organizácie",
|
||||
"opportunities": "Príležitosti",
|
||||
"folder": "Priečinok",
|
||||
"leads": "Prvé kontakty",
|
||||
"contacts": "Kontakty"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Active": "Aktívny",
|
||||
"Draft": "Koncept",
|
||||
"Expired": "Vypršaný",
|
||||
"Canceled": "Zrušený"
|
||||
},
|
||||
"type": {
|
||||
"": "Žiadny",
|
||||
"Contract": "Zmluva",
|
||||
"License Agreement": "Licenčná zmluva"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "Aktívny",
|
||||
"draft": "Koncept"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user