mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 05:51:25 +00:00
39 lines
826 B
JSON
39 lines
826 B
JSON
{
|
|
"common": {
|
|
"about": "关于",
|
|
"loading": "加载中",
|
|
"cancel": "取消",
|
|
"save": "保存",
|
|
"create": "创建",
|
|
"download": "下载",
|
|
"edit": "编辑",
|
|
"delete": "删除"
|
|
},
|
|
"analytics": {
|
|
"self": "分析",
|
|
"top-sources": "热门来源",
|
|
"source": "来源",
|
|
"visitors": "访客数",
|
|
"devices": "设备",
|
|
"browser": "浏览器",
|
|
"browsers": "浏览器",
|
|
"operating-system": "操作系统"
|
|
},
|
|
"shortcut": {
|
|
"visibility": {
|
|
"private": {
|
|
"self": "私有的",
|
|
"description": "仅您可以访问"
|
|
},
|
|
"workspace": {
|
|
"self": "工作区",
|
|
"description": "工作区成员可以访问"
|
|
},
|
|
"public": {
|
|
"self": "公开的",
|
|
"description": "对任何人可见"
|
|
}
|
|
}
|
|
}
|
|
}
|