From c66b4e32dbb159ead6713b4c157b888e5e705fd0 Mon Sep 17 00:00:00 2001 From: Wu Tianwei <30284043+WTW0313@users.noreply.github.com> Date: Tue, 25 Feb 2025 21:05:46 +0800 Subject: [PATCH] fix(i18n): update verification tips for clarity (#14342) --- web/i18n/en-US/plugin.ts | 4 ++-- web/i18n/zh-Hans/plugin.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/i18n/en-US/plugin.ts b/web/i18n/en-US/plugin.ts index a3d5beaa36..bdfcfb3e72 100644 --- a/web/i18n/en-US/plugin.ts +++ b/web/i18n/en-US/plugin.ts @@ -194,8 +194,8 @@ const translation = { firstReleased: 'First Released', }, viewMore: 'View more', - verifiedTip: 'This plugin is verified by Dify', - partnerTip: 'This plugin is developed by Dify partners', + verifiedTip: 'Verified by Dify', + partnerTip: 'Verified by a Dify partner', }, task: { installing: 'Installing {{installingLength}} plugins, 0 done.', diff --git a/web/i18n/zh-Hans/plugin.ts b/web/i18n/zh-Hans/plugin.ts index 6dca9dd33f..dfd13c6bf0 100644 --- a/web/i18n/zh-Hans/plugin.ts +++ b/web/i18n/zh-Hans/plugin.ts @@ -194,8 +194,8 @@ const translation = { firstReleased: '首次发布', }, viewMore: '查看更多', - verifiedTip: '此插件已由 Dify 认证', - partnerTip: '此插件由 Dify 合作伙伴开发', + verifiedTip: '此插件由 Dify 认证', + partnerTip: '此插件由 Dify 合作伙伴认证', }, task: { installing: '{{installingLength}} 个插件安装中,0 已完成',