Translation fix (#21194)
This commit is contained in:
@@ -45,7 +45,8 @@ class WeaviateVector(BaseVector):
|
|||||||
# by changing the connection timeout to pypi.org from 1 second to 0.001 seconds.
|
# by changing the connection timeout to pypi.org from 1 second to 0.001 seconds.
|
||||||
# TODO: This can be removed once weaviate-client is updated to 3.26.7 or higher,
|
# TODO: This can be removed once weaviate-client is updated to 3.26.7 or higher,
|
||||||
# which does not contain the deprecation check.
|
# which does not contain the deprecation check.
|
||||||
weaviate.connect.connection.PYPI_TIMEOUT = 0.001
|
if hasattr(weaviate.connect.connection, "PYPI_TIMEOUT"):
|
||||||
|
weaviate.connect.connection.PYPI_TIMEOUT = 0.001
|
||||||
|
|
||||||
try:
|
try:
|
||||||
client = weaviate.Client(
|
client = weaviate.Client(
|
||||||
|
@@ -137,6 +137,7 @@ const translation = {
|
|||||||
readyToInstall: 'Über die Installation des folgenden Plugins',
|
readyToInstall: 'Über die Installation des folgenden Plugins',
|
||||||
dropPluginToInstall: 'Legen Sie das Plugin-Paket hier ab, um es zu installieren',
|
dropPluginToInstall: 'Legen Sie das Plugin-Paket hier ab, um es zu installieren',
|
||||||
next: 'Nächster',
|
next: 'Nächster',
|
||||||
|
installWarning: 'Dieses Plugin darf nicht installiert werden.',
|
||||||
},
|
},
|
||||||
installFromGitHub: {
|
installFromGitHub: {
|
||||||
selectPackagePlaceholder: 'Bitte wählen Sie ein Paket aus',
|
selectPackagePlaceholder: 'Bitte wählen Sie ein Paket aus',
|
||||||
@@ -173,7 +174,7 @@ const translation = {
|
|||||||
recentlyUpdated: 'Kürzlich aktualisiert',
|
recentlyUpdated: 'Kürzlich aktualisiert',
|
||||||
},
|
},
|
||||||
viewMore: 'Mehr anzeigen',
|
viewMore: 'Mehr anzeigen',
|
||||||
sortBy: 'Schwarze Stadt',
|
sortBy: 'Sortieren nach',
|
||||||
discover: 'Entdecken',
|
discover: 'Entdecken',
|
||||||
noPluginFound: 'Kein Plugin gefunden',
|
noPluginFound: 'Kein Plugin gefunden',
|
||||||
difyMarketplace: 'Dify Marktplatz',
|
difyMarketplace: 'Dify Marktplatz',
|
||||||
|
@@ -137,6 +137,7 @@ const translation = {
|
|||||||
dropPluginToInstall: 'Suelte el paquete del complemento aquí para instalarlo',
|
dropPluginToInstall: 'Suelte el paquete del complemento aquí para instalarlo',
|
||||||
readyToInstallPackage: 'A punto de instalar el siguiente plugin',
|
readyToInstallPackage: 'A punto de instalar el siguiente plugin',
|
||||||
installedSuccessfully: 'Instalación exitosa',
|
installedSuccessfully: 'Instalación exitosa',
|
||||||
|
installWarning: 'Este plugin no está permitido para instalar.',
|
||||||
},
|
},
|
||||||
installFromGitHub: {
|
installFromGitHub: {
|
||||||
uploadFailed: 'Error de carga',
|
uploadFailed: 'Error de carga',
|
||||||
@@ -175,7 +176,7 @@ const translation = {
|
|||||||
empower: 'Potencie su desarrollo de IA',
|
empower: 'Potencie su desarrollo de IA',
|
||||||
moreFrom: 'Más de Marketplace',
|
moreFrom: 'Más de Marketplace',
|
||||||
viewMore: 'Ver más',
|
viewMore: 'Ver más',
|
||||||
sortBy: 'Ciudad negra',
|
sortBy: 'Ordenar por',
|
||||||
noPluginFound: 'No se ha encontrado ningún plugin',
|
noPluginFound: 'No se ha encontrado ningún plugin',
|
||||||
pluginsResult: '{{num}} resultados',
|
pluginsResult: '{{num}} resultados',
|
||||||
discover: 'Descubrir',
|
discover: 'Descubrir',
|
||||||
|
@@ -137,6 +137,7 @@ const translation = {
|
|||||||
next: 'Prochain',
|
next: 'Prochain',
|
||||||
installPlugin: 'Installer le plugin',
|
installPlugin: 'Installer le plugin',
|
||||||
installFailedDesc: 'L’installation du plug-in a échoué.',
|
installFailedDesc: 'L’installation du plug-in a échoué.',
|
||||||
|
installWarning: 'Ce plugin n’est pas autorisé à être installé.',
|
||||||
},
|
},
|
||||||
installFromGitHub: {
|
installFromGitHub: {
|
||||||
installFailed: 'Échec de l’installation',
|
installFailed: 'Échec de l’installation',
|
||||||
|
@@ -137,6 +137,7 @@ const translation = {
|
|||||||
installing: 'Installazione...',
|
installing: 'Installazione...',
|
||||||
install: 'Installare',
|
install: 'Installare',
|
||||||
readyToInstallPackages: 'Sto per installare i seguenti plugin {{num}}',
|
readyToInstallPackages: 'Sto per installare i seguenti plugin {{num}}',
|
||||||
|
installWarning: 'Questo plugin non è consentito essere installato.',
|
||||||
},
|
},
|
||||||
installFromGitHub: {
|
installFromGitHub: {
|
||||||
installedSuccessfully: 'Installazione riuscita',
|
installedSuccessfully: 'Installazione riuscita',
|
||||||
@@ -178,7 +179,7 @@ const translation = {
|
|||||||
pluginsResult: '{{num}} risultati',
|
pluginsResult: '{{num}} risultati',
|
||||||
noPluginFound: 'Nessun plug-in trovato',
|
noPluginFound: 'Nessun plug-in trovato',
|
||||||
empower: 'Potenzia lo sviluppo dell\'intelligenza artificiale',
|
empower: 'Potenzia lo sviluppo dell\'intelligenza artificiale',
|
||||||
sortBy: 'Città nera',
|
sortBy: 'Ordina per',
|
||||||
and: 'e',
|
and: 'e',
|
||||||
viewMore: 'Vedi di più',
|
viewMore: 'Vedi di più',
|
||||||
verifiedTip: 'Verificato da Dify',
|
verifiedTip: 'Verificato da Dify',
|
||||||
|
@@ -137,6 +137,7 @@ const translation = {
|
|||||||
installing: 'Instalar...',
|
installing: 'Instalar...',
|
||||||
uploadingPackage: 'Carregando {{packageName}} ...',
|
uploadingPackage: 'Carregando {{packageName}} ...',
|
||||||
dropPluginToInstall: 'Solte o pacote de plug-in aqui para instalar',
|
dropPluginToInstall: 'Solte o pacote de plug-in aqui para instalar',
|
||||||
|
installWarning: 'Este plugin não é permitido ser instalado.',
|
||||||
},
|
},
|
||||||
installFromGitHub: {
|
installFromGitHub: {
|
||||||
selectVersionPlaceholder: 'Selecione uma versão',
|
selectVersionPlaceholder: 'Selecione uma versão',
|
||||||
@@ -172,7 +173,7 @@ const translation = {
|
|||||||
recentlyUpdated: 'Atualizado recentemente',
|
recentlyUpdated: 'Atualizado recentemente',
|
||||||
newlyReleased: 'Recém-lançado',
|
newlyReleased: 'Recém-lançado',
|
||||||
},
|
},
|
||||||
sortBy: 'Cidade negra',
|
sortBy: 'Ordenar por',
|
||||||
viewMore: 'Ver mais',
|
viewMore: 'Ver mais',
|
||||||
and: 'e',
|
and: 'e',
|
||||||
pluginsResult: '{{num}} resultados',
|
pluginsResult: '{{num}} resultados',
|
||||||
|
@@ -137,6 +137,7 @@ const translation = {
|
|||||||
pluginLoadErrorDesc: 'Acest plugin nu va fi instalat',
|
pluginLoadErrorDesc: 'Acest plugin nu va fi instalat',
|
||||||
installedSuccessfullyDesc: 'Pluginul a fost instalat cu succes.',
|
installedSuccessfullyDesc: 'Pluginul a fost instalat cu succes.',
|
||||||
readyToInstall: 'Despre instalarea următorului plugin',
|
readyToInstall: 'Despre instalarea următorului plugin',
|
||||||
|
installWarning: 'Acest plugin nu este permis să fie instalat.',
|
||||||
},
|
},
|
||||||
installFromGitHub: {
|
installFromGitHub: {
|
||||||
installFailed: 'Instalarea a eșuat',
|
installFailed: 'Instalarea a eșuat',
|
||||||
@@ -173,7 +174,7 @@ const translation = {
|
|||||||
firstReleased: 'Prima lansare',
|
firstReleased: 'Prima lansare',
|
||||||
},
|
},
|
||||||
noPluginFound: 'Nu s-a găsit niciun plugin',
|
noPluginFound: 'Nu s-a găsit niciun plugin',
|
||||||
sortBy: 'Orașul negru',
|
sortBy: 'Sortează după',
|
||||||
discover: 'Descoperi',
|
discover: 'Descoperi',
|
||||||
empower: 'Îmbunătățește-ți dezvoltarea AI',
|
empower: 'Îmbunătățește-ți dezvoltarea AI',
|
||||||
pluginsResult: '{{num}} rezultate',
|
pluginsResult: '{{num}} rezultate',
|
||||||
|
@@ -71,7 +71,7 @@ const translation = {
|
|||||||
annotated: '已標註改進({{count}} 項)',
|
annotated: '已標註改進({{count}} 項)',
|
||||||
not_annotated: '未標註',
|
not_annotated: '未標註',
|
||||||
},
|
},
|
||||||
sortBy: '排序方式:',
|
sortBy: '排序:',
|
||||||
descending: '降序',
|
descending: '降序',
|
||||||
ascending: '升序',
|
ascending: '升序',
|
||||||
},
|
},
|
||||||
|
@@ -137,6 +137,7 @@ const translation = {
|
|||||||
cancel: '取消',
|
cancel: '取消',
|
||||||
installPlugin: '安裝插件',
|
installPlugin: '安裝插件',
|
||||||
installing: '安裝。。。',
|
installing: '安裝。。。',
|
||||||
|
installWarning: '此插件不允許安裝。',
|
||||||
},
|
},
|
||||||
installFromGitHub: {
|
installFromGitHub: {
|
||||||
gitHubRepo: 'GitHub 儲存庫',
|
gitHubRepo: 'GitHub 儲存庫',
|
||||||
@@ -177,7 +178,7 @@ const translation = {
|
|||||||
empower: '為您的 AI 開發提供支援',
|
empower: '為您的 AI 開發提供支援',
|
||||||
moreFrom: '來自 Marketplace 的更多內容',
|
moreFrom: '來自 Marketplace 的更多內容',
|
||||||
and: '和',
|
and: '和',
|
||||||
sortBy: '黑城',
|
sortBy: '排序方式',
|
||||||
viewMore: '查看更多',
|
viewMore: '查看更多',
|
||||||
difyMarketplace: 'Dify 市場',
|
difyMarketplace: 'Dify 市場',
|
||||||
pluginsResult: '{{num}} 個結果',
|
pluginsResult: '{{num}} 個結果',
|
||||||
|
Reference in New Issue
Block a user