26 lines
481 B
JSON
26 lines
481 B
JSON
{
|
|
"common": {
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"loading": "Loading...",
|
|
"error": "Error",
|
|
"success": "Success"
|
|
},
|
|
"nav": {
|
|
"dashboard": "Dashboard",
|
|
"translate": "Translate",
|
|
"apiKeys": "API Keys",
|
|
"settings": "Settings",
|
|
"logout": "Logout"
|
|
},
|
|
"admin": {
|
|
"title": "Admin Panel",
|
|
"users": "Users",
|
|
"system": "System",
|
|
"logs": "Logs",
|
|
"providers": "Providers"
|
|
}
|
|
}
|