From c4fcfbd6aab72e5f6e1b103efc28c470a07cc674 Mon Sep 17 00:00:00 2001 From: boojack Date: Tue, 22 Aug 2023 23:45:37 +0800 Subject: [PATCH] chore(i18n): new Crowdin updates (#28) * New translations en.json (Chinese Simplified) * New translations en.json (English) --- web/src/locales/en.json | 4 ++-- web/src/locales/zh.json | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 web/src/locales/zh.json diff --git a/web/src/locales/en.json b/web/src/locales/en.json index 21ff9e1..8342f9b 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -11,7 +11,7 @@ }, "analytics": { "self": "Analytics", - "top-sources": "Top Sources", + "top-sources": "Top sources", "source": "Source", "visitors": "Visitors", "devices": "Devices", @@ -31,7 +31,7 @@ }, "public": { "self": "Public", - "description": "Available to Everyone on the Internet" + "description": "Visible to everyone on the internet" } } } diff --git a/web/src/locales/zh.json b/web/src/locales/zh.json new file mode 100644 index 0000000..79feacc --- /dev/null +++ b/web/src/locales/zh.json @@ -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" + } + } + } +}