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

* New translations en.json (Chinese Simplified)

* New translations en.json (English)
This commit is contained in:
boojack 2023-08-22 23:45:37 +08:00 committed by GitHub
parent 86d17188e1
commit c4fcfbd6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 2 deletions

View File

@ -11,7 +11,7 @@
}, },
"analytics": { "analytics": {
"self": "Analytics", "self": "Analytics",
"top-sources": "Top Sources", "top-sources": "Top sources",
"source": "Source", "source": "Source",
"visitors": "Visitors", "visitors": "Visitors",
"devices": "Devices", "devices": "Devices",
@ -31,7 +31,7 @@
}, },
"public": { "public": {
"self": "Public", "self": "Public",
"description": "Available to Everyone on the Internet" "description": "Visible to everyone on the internet"
} }
} }
} }

38
web/src/locales/zh.json Normal file
View File

@ -0,0 +1,38 @@
{
"common": {
"about": "关于",
"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": "Available to Everyone on the Internet"
}
}
}
}