From 61ad3f0aad9ada48c20a50529605205e69b99263 Mon Sep 17 00:00:00 2001 From: Luka Date: Mon, 21 Feb 2022 23:38:26 +0800 Subject: [PATCH] fix: update Chinese translation (#211) --- src/locales/zh-cn.json.ts | 6 ++++++ src/locales/zh-tw.json.ts | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/locales/zh-cn.json.ts b/src/locales/zh-cn.json.ts index 9251545a1..5092a87e8 100644 --- a/src/locales/zh-cn.json.ts +++ b/src/locales/zh-cn.json.ts @@ -116,6 +116,12 @@ exportAsMessages('_locales/zh_CN/messages.json', { options_addSubscriptionDialog_addButton: '添加', options_showSubscriptionDialog_blacklistLabel: '规则', options_updateInterval: '更新间隔', + options_aboutTitle: '关于 uBlacklist', + options_aboutVersion: '版本', + options_aboutDocumentation: '[文档](https://iorate.github.io/ublacklist/docs)', + options_aboutReleaseNotes: '发行说明', + options_aboutPrivacyPolicy: '[隐私政策](https://iorate.github.io/ublacklist/privacy-policy)', + options_aboutThirdPartyNotices: '第三方声明', clouds_googleDriveSync: '使用 Google Drive 同步', clouds_googleDriveSyncDescription: '同步文件将会保存在一个用户不可见的应用程序数据文件夹中。', clouds_googleDriveSyncTurnedOn: '已使用 Google Drive 同步', diff --git a/src/locales/zh-tw.json.ts b/src/locales/zh-tw.json.ts index 079992c12..373fb378b 100644 --- a/src/locales/zh-tw.json.ts +++ b/src/locales/zh-tw.json.ts @@ -108,6 +108,12 @@ exportAsMessages('_locales/zh_TW/messages.json', { options_addSubscriptionDialog_urlLabel: 'URL 網址', options_addSubscriptionDialog_addButton: '加入', options_updateInterval: '更新間隔', + options_aboutTitle: '關於 uBlacklist', + options_aboutVersion: '版本', + options_aboutDocumentation: '[文檔](https://iorate.github.io/ublacklist/docs)', + options_aboutReleaseNotes: '發行說明', + options_aboutPrivacyPolicy: '[隱私政策](https://iorate.github.io/ublacklist/privacy-policy)', + options_aboutThirdPartyNotices: '第三方聲明', clouds_googleDriveSync: '與 Google Drive 同步', clouds_googleDriveSyncDescription: '同步檔案將會儲存在一個使用者不可見的應用程式資料夾中。', clouds_googleDriveSyncTurnedOn: '已與 Google Drive 同步',