diff --git a/assets/script.js b/assets/script.js index e103eff..e036bbe 100644 --- a/assets/script.js +++ b/assets/script.js @@ -1,7 +1,7 @@ // script.js // language and mode management -let languages = ["en", "de", "fr", "es", "pt-br", "fa"] +let languages = ["en", "de", "fr", "es", "pt-br", "fa", "zh"] let rtlLanguages = ["fa"] let currentLanguage = localStorage.getItem("language") if (!currentLanguage) { diff --git a/i18n/zh/flyer-dark-zh.pdf b/i18n/zh/flyer-dark-zh.pdf index d2e4a27..3bf0215 100644 Binary files a/i18n/zh/flyer-dark-zh.pdf and b/i18n/zh/flyer-dark-zh.pdf differ diff --git a/i18n/zh/flyer-light-zh.pdf b/i18n/zh/flyer-light-zh.pdf index 153c6af..f019388 100644 Binary files a/i18n/zh/flyer-light-zh.pdf and b/i18n/zh/flyer-light-zh.pdf differ diff --git a/i18n/zh/preview-flyer-dark.png b/i18n/zh/preview-flyer-dark.png index f84bf47..3cd4a4e 100644 Binary files a/i18n/zh/preview-flyer-dark.png and b/i18n/zh/preview-flyer-dark.png differ diff --git a/i18n/zh/preview-flyer-dark.webp b/i18n/zh/preview-flyer-dark.webp index cb26627..5d906ae 100644 Binary files a/i18n/zh/preview-flyer-dark.webp and b/i18n/zh/preview-flyer-dark.webp differ diff --git a/i18n/zh/preview-flyer-light.png b/i18n/zh/preview-flyer-light.png index f5eda6d..cee5630 100644 Binary files a/i18n/zh/preview-flyer-light.png and b/i18n/zh/preview-flyer-light.png differ diff --git a/i18n/zh/preview-flyer-light.webp b/i18n/zh/preview-flyer-light.webp index 374da39..602d921 100644 Binary files a/i18n/zh/preview-flyer-light.webp and b/i18n/zh/preview-flyer-light.webp differ diff --git a/i18n/zh/zh.json b/i18n/zh/zh.json index daede94..f9694ad 100644 --- a/i18n/zh/zh.json +++ b/i18n/zh/zh.json @@ -59,15 +59,24 @@ "sort-by": "排序方式", "sort-by-comfort": "便捷性", "sort-by-best-privacy": "最佳隐私性", + "atomic-swaps": "原子交换", "centralized-exchanges": "中心化交易所", "decentralized-exchanges": "去中心化交易所", + "no-kyc-services": "无KYC服务", + "kyc-light": "轻量级KYC", "glossary": "术语表", - "know-your-customer": "客户身份识别(KYC),指企业对客户进行身份识别以实施监控", - "dont-know-your-customer": "免客户身份识别(DKYC),指企业无需对客户进行身份识别", - "know-your-customer-light": "轻量级客户身份识别(KYCL),指企业无需对客户进行额外身份识别", - "fiat": "法定货币,如欧元、美元、瑞士法郎等", - "cex": "中心化交易所(CEX),由企业运营且客户需验证身份的交易所", - "dex": "去中心化交易所(DEX),由用户网络运营且客户无需验证身份的交易所", + "glossary-term-kyc": "KYC", + "glossary-desc-kyc": "Know Your Customer(KYC),指公司对客户进行身份验证以监控其活动", + "glossary-term-no-kyc": "无KYC服务", + "glossary-desc-no-kyc": "Don't Know Your Customer(No KYC),指公司不进行客户身份验证", + "glossary-term-kyc-light": "KYC轻量级", + "glossary-desc-kyc-light": "轻量级KYC,指公司不进行额外的客户身份验证", + "glossary-term-fiat": "法币", + "glossary-desc-fiat": "法定货币,指由政府发行的货币,如美元、欧元等", + "glossary-term-cex": "CEX", + "glossary-desc-cex": "中心化交易所,指由单一实体运营的交易平台,用户需要进行身份验证", + "glossary-term-dex": "DEX", + "glossary-desc-dex": "去中心化交易所,指无需中央控制的交易平台,用户可以直接进行点对点交易", "copyright": "门罗币社区项目
一个由门罗币社区发起、服务于社区的独立非商业项目。" } } \ No newline at end of file diff --git a/index.html b/index.html index e3f57df..e79f78a 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ +