fix: auto translate failed when there is a new file in english (#19671)

This commit is contained in:
Joel
2025-05-14 16:01:35 +08:00
committed by GitHub
parent 1b4fea1794
commit 1c91736a6d
237 changed files with 7543 additions and 23 deletions

View File

@@ -180,6 +180,8 @@ const translation = {
difyMarketplace: 'Dify Marketplace',
viewMore: 'Дивитись більше',
noPluginFound: 'Плагін не знайдено',
verifiedTip: 'Перевірено Dify',
partnerTip: 'Перевірено партнером Dify',
},
task: {
installingWithError: 'Не вдалося встановити плагіни {{installingLength}}, успіх {{successLength}}, {{errorLength}}',
@@ -204,6 +206,10 @@ const translation = {
search: 'Шукати',
searchPlugins: 'Плагіни пошуку',
allCategories: 'Всі категорії',
metadata: {
title: 'Плагіни',
},
difyVersionNotCompatible: 'Поточна версія Dify не сумісна з цим плагіном, будь ласка, оновіть до мінімальної версії: {{minimalDifyVersion}}',
}
export default translation