mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
chore(i18n): new Crowdin updates (#28)
* New translations en.json (Chinese Simplified) * New translations en.json (English)
This commit is contained in:
parent
86d17188e1
commit
c4fcfbd6aa
@ -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
38
web/src/locales/zh.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user