From 4653273d9abe3eef2685bd27a67389681652464a Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Wed, 4 Dec 2024 16:51:29 -0800 Subject: [PATCH] Update zh.js --- src/gui/src/i18n/translations/zh.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/src/i18n/translations/zh.js b/src/gui/src/i18n/translations/zh.js index 3cf8a7126..3d8ddc1d8 100644 --- a/src/gui/src/i18n/translations/zh.js +++ b/src/gui/src/i18n/translations/zh.js @@ -363,9 +363,6 @@ const zh = { "You can't share with yourself.": '不能分享给你自己', // In English: "You can't share with yourself." "This user already has access to this item": '该用户已经拥有访问此项目的权限了', // In English: "This user already has access to this item" - // ---------------------------------------- - // Missing translations: - // ---------------------------------------- "billing.change_payment_method": '更改', // In English: "Change" "billing.cancel": '取消', // In English: "Cancel" "billing.download_invoice": '下载', // In English: "Download" @@ -412,7 +409,6 @@ const zh = { "billing.expanded": '扩展', // In English: "Expanded" "billing.accelerated": '加快', // In English: "Accelerated" "billing.enjoy_msg": '请享受%%云存储服务及其他优惠。', // In English: "Enjoy %% of Cloud Storage plus other benefits." - } };