25 lines
442 B
JSON
25 lines
442 B
JSON
{
|
|
"menu": {
|
|
"settings": "Settings",
|
|
"userSettings": "User settings",
|
|
"dashboard": "Dashboard"
|
|
},
|
|
"settings":{
|
|
"users":"Users",
|
|
"groups":"Groups"
|
|
},
|
|
"common": {
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"search": "Search",
|
|
"loading": "Loading..."
|
|
},
|
|
"app": {
|
|
"hello": "HELLO",
|
|
"world": "WORLD"
|
|
}
|
|
} |