26 lines
512 B
JSON
26 lines
512 B
JSON
{
|
|
"fields": {
|
|
"notSortable": "Nu se poate sorta",
|
|
"align": "Aliniere",
|
|
"panelName": "Nume Panou",
|
|
"style": "Stil",
|
|
"sticked": "Lipit"
|
|
},
|
|
"options": {
|
|
"align": {
|
|
"left": "Stânga",
|
|
"right": "Dreapta"
|
|
},
|
|
"style": {
|
|
"default": "Implicit",
|
|
"success": "Succes",
|
|
"danger": "Pericol",
|
|
"warning": "Avertisment",
|
|
"primary": "Primar"
|
|
}
|
|
},
|
|
"labels": {
|
|
"New panel": "Panou nou",
|
|
"Layout": "Aspect"
|
|
}
|
|
} |