From 86a8100240aa7d89aa8a8ff12734f947193895e5 Mon Sep 17 00:00:00 2001 From: bdim Date: Wed, 15 May 2024 02:37:48 +0800 Subject: [PATCH] Create web.json for Chinese --- sources/translations/zh/web.json | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 sources/translations/zh/web.json diff --git a/sources/translations/zh/web.json b/sources/translations/zh/web.json new file mode 100644 index 00000000..1e020aa6 --- /dev/null +++ b/sources/translations/zh/web.json @@ -0,0 +1,37 @@ +{ + "offline": { + "title": "无法连接到Discord服务。", + "description": "请确保您已连接到互联网。" + }, + "aboutWindow": { + "nav": { + "about": "关于", + "credits": "致谢", + "licenses": "许可证" + }, + "about": { + "appDescription": "注重隐私特性的Discord和Fosscord网页客户端。", + "appRepo": "GitHub仓库", + "featuresTitle": "构建标志", + "featuresDefault": "默认", + "checksumTitle": "校验和" + }, + "credits": { + "people": { + "author": "作者、维护者和主要开发者。", + "contributors": { + "default": "代码贡献者。" + } + } + }, + "licenses": { + "appLicenseTitle": "应用程序许可证", + "appLicenseBody": "%s是一个免费软件:您可以根据MIT许可证的条款使用、修改和重新分发它,该许可证应随此软件一起分发。", + "showLicense": "显示许可证", + "thirdPartyLicensesTitle": "第三方许可证", + "thirdPartyLicensesBody": "%s依赖于以下第三方软件:", + "licensedUnder": "根据%s许可证", + "packageAuthors": "%s作者" + } + } +}