mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 05:51:25 +00:00
39 lines
838 B
JSON
39 lines
838 B
JSON
{
|
|
"common": {
|
|
"about": "About",
|
|
"loading": "Loading",
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"create": "Create",
|
|
"download": "Download",
|
|
"edit": "Edit",
|
|
"delete": "Delete"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|