17 lines
269 B
JSON
17 lines
269 B
JSON
{
|
|
"common": {
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"search": "Search",
|
|
"loading": "Loading..."
|
|
},
|
|
"app": {
|
|
"hello": "HELLO",
|
|
"world": "WORLD"
|
|
}
|
|
}
|