fix(i18n): update verification tips for clarity (#14342)

This commit is contained in:
Wu Tianwei 2025-02-25 21:05:46 +08:00 committed by GitHub
parent 57b60dd51f
commit c66b4e32db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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.',

View File

@ -194,8 +194,8 @@ const translation = {
firstReleased: '首次发布',
},
viewMore: '查看更多',
verifiedTip: '此插件由 Dify 认证',
partnerTip: '此插件由 Dify 合作伙伴开发',
verifiedTip: '此插件由 Dify 认证',
partnerTip: '此插件由 Dify 合作伙伴认证',
},
task: {
installing: '{{installingLength}} 个插件安装中0 已完成',