mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 05:51:25 +00:00
43 lines
940 B
JSON
43 lines
940 B
JSON
{
|
|
"common": {
|
|
"about": "About",
|
|
"loading": "Loading",
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"create": "Create",
|
|
"download": "Download",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"language": "Language",
|
|
"search": "Search",
|
|
"email": "Email",
|
|
"password": "Password"
|
|
},
|
|
"analytics": {
|
|
"self": "Analytics",
|
|
"top-sources": "Top sources",
|
|
"source": "Source",
|
|
"visitors": "Visitors",
|
|
"devices": "Devices",
|
|
"browser": "Browser",
|
|
"browsers": "Browsers",
|
|
"operating-system": "Operating System"
|
|
},
|
|
"shortcut": {
|
|
"visibility": {
|
|
"private": {
|
|
"self": "Private",
|
|
"description": "Only you can access"
|
|
},
|
|
"workspace": {
|
|
"self": "Workspace",
|
|
"description": "Workspace members can access"
|
|
},
|
|
"public": {
|
|
"self": "Public",
|
|
"description": "Visible to everyone on the internet"
|
|
}
|
|
}
|
|
}
|
|
}
|