chore(i18n): new Crowdin updates (#29)

* Update source file en.json

* New translations en.json (English)

* New translations zh.json (English)

* Update source file en.json

* New translations zh.json (Chinese Simplified)

* Update source file zh.json

* New translations zh.json (Chinese Simplified)
This commit is contained in:
boojack 2023-08-22 23:58:43 +08:00 committed by GitHub
parent c4fcfbd6aa
commit e0f805f679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,36 +2,36 @@
"common": { "common": {
"about": "关于", "about": "关于",
"loading": "加载中", "loading": "加载中",
"cancel": "Cancel", "cancel": "取消",
"save": "Save", "save": "保存",
"create": "Create", "create": "创建",
"download": "Download", "download": "下载",
"edit": "Edit", "edit": "编辑",
"delete": "Delete" "delete": "删除"
}, },
"analytics": { "analytics": {
"self": "Analytics", "self": "分析",
"top-sources": "Top Sources", "top-sources": "热门来源",
"source": "Source", "source": "来源",
"visitors": "Visitors", "visitors": "访客数",
"devices": "Devices", "devices": "设备",
"browser": "Browser", "browser": "浏览器",
"browsers": "Browsers", "browsers": "浏览器",
"operating-system": "Operating System" "operating-system": "操作系统"
}, },
"shortcut": { "shortcut": {
"visibility": { "visibility": {
"private": { "private": {
"self": "Private", "self": "私有的",
"description": "Only you can access" "description": "仅您可以访问"
}, },
"workspace": { "workspace": {
"self": "Workspace", "self": "工作区",
"description": "Workspace members can access" "description": "工作区成员可以访问"
}, },
"public": { "public": {
"self": "Public", "self": "公开的",
"description": "Available to Everyone on the Internet" "description": "对任何人可见"
} }
} }
} }