mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
fix: show uninstalled plugin nodes in workflow checklist (#29630)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -437,6 +437,7 @@ const translation = {
|
||||
variable: 'Verwende die Variable',
|
||||
},
|
||||
inputVars: 'Eingabevariablen',
|
||||
pluginNotInstalled: 'Plugin ist nicht installiert',
|
||||
},
|
||||
start: {
|
||||
required: 'erforderlich',
|
||||
|
||||
@ -464,6 +464,7 @@ const translation = {
|
||||
variable: 'Use variable',
|
||||
},
|
||||
inputVars: 'Input Variables',
|
||||
pluginNotInstalled: 'Plugin is not installed',
|
||||
},
|
||||
start: {
|
||||
required: 'required',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
variable: 'Usa la variable',
|
||||
},
|
||||
inputVars: 'Variables de entrada',
|
||||
pluginNotInstalled: 'El complemento no está instalado',
|
||||
},
|
||||
start: {
|
||||
required: 'requerido',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
variable: 'از متغیر استفاده کن',
|
||||
},
|
||||
inputVars: 'متغیرهای ورودی',
|
||||
pluginNotInstalled: 'افزونه نصب نشده است',
|
||||
},
|
||||
start: {
|
||||
required: 'الزامی',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
variable: 'Utilisez une variable',
|
||||
},
|
||||
inputVars: 'Variables d’entrée',
|
||||
pluginNotInstalled: 'Le plugin n\'est pas installé',
|
||||
},
|
||||
start: {
|
||||
required: 'requis',
|
||||
|
||||
@ -449,6 +449,7 @@ const translation = {
|
||||
variable: 'चर का प्रयोग करें',
|
||||
},
|
||||
inputVars: 'इनपुट चर',
|
||||
pluginNotInstalled: 'प्लगइन इंस्टॉल नहीं है',
|
||||
},
|
||||
start: {
|
||||
required: 'आवश्यक',
|
||||
|
||||
@ -444,6 +444,7 @@ const translation = {
|
||||
insertVarTip: 'Sisipkan Variabel',
|
||||
outputVars: 'Variabel Keluaran',
|
||||
inputVars: 'Variabel Masukan',
|
||||
pluginNotInstalled: 'Plugin tidak terpasang',
|
||||
},
|
||||
start: {
|
||||
outputVars: {
|
||||
|
||||
@ -452,6 +452,7 @@ const translation = {
|
||||
variable: 'Usa la variabile',
|
||||
},
|
||||
inputVars: 'Variabili di input',
|
||||
pluginNotInstalled: 'Il plugin non è installato',
|
||||
},
|
||||
start: {
|
||||
required: 'richiesto',
|
||||
|
||||
@ -464,6 +464,7 @@ const translation = {
|
||||
variable: '変数を使用する',
|
||||
},
|
||||
inputVars: '入力変数',
|
||||
pluginNotInstalled: 'プラグインがインストールされていません',
|
||||
},
|
||||
start: {
|
||||
required: '必須',
|
||||
|
||||
@ -461,6 +461,7 @@ const translation = {
|
||||
variable: '변수를 사용하세요',
|
||||
},
|
||||
inputVars: '입력 변수',
|
||||
pluginNotInstalled: '플러그인이 설치되지 않았습니다',
|
||||
},
|
||||
start: {
|
||||
required: '필수',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
input: 'Wartość wejściowa',
|
||||
},
|
||||
inputVars: 'Zmienne wejściowe',
|
||||
pluginNotInstalled: 'Wtyczka nie jest zainstalowana',
|
||||
},
|
||||
start: {
|
||||
required: 'wymagane',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
input: 'Valor de entrada',
|
||||
},
|
||||
inputVars: 'Variáveis de entrada',
|
||||
pluginNotInstalled: 'O plugin não está instalado',
|
||||
},
|
||||
start: {
|
||||
required: 'requerido',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
input: 'Valoare de intrare',
|
||||
},
|
||||
inputVars: 'Variabile de intrare',
|
||||
pluginNotInstalled: 'Pluginul nu este instalat',
|
||||
},
|
||||
start: {
|
||||
required: 'necesar',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
variable: 'Используйте переменную',
|
||||
},
|
||||
inputVars: 'Входные переменные',
|
||||
pluginNotInstalled: 'Плагин не установлен',
|
||||
},
|
||||
start: {
|
||||
required: 'обязательно',
|
||||
|
||||
@ -444,6 +444,7 @@ const translation = {
|
||||
input: 'Vhodna vrednost',
|
||||
},
|
||||
inputVars: 'Vhodne spremenljivke',
|
||||
pluginNotInstalled: 'Vtičnik ni nameščen',
|
||||
},
|
||||
start: {
|
||||
outputVars: {
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
variable: 'ใช้ตัวแปร',
|
||||
},
|
||||
inputVars: 'ตัวแปรอินพุต',
|
||||
pluginNotInstalled: 'ปลั๊กอินไม่ได้ติดตั้ง',
|
||||
},
|
||||
start: {
|
||||
required: 'ต้องระบุ',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
input: 'Girdi değeri',
|
||||
},
|
||||
inputVars: 'Giriş Değişkenleri',
|
||||
pluginNotInstalled: 'Eklenti yüklü değil',
|
||||
},
|
||||
start: {
|
||||
required: 'gerekli',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
variable: 'Використовуйте змінну',
|
||||
},
|
||||
inputVars: 'Вхідні змінні',
|
||||
pluginNotInstalled: 'Плагін не встановлений',
|
||||
},
|
||||
start: {
|
||||
required: 'обов\'язковий',
|
||||
|
||||
@ -437,6 +437,7 @@ const translation = {
|
||||
variable: 'Sử dụng biến',
|
||||
},
|
||||
inputVars: 'Biến đầu vào',
|
||||
pluginNotInstalled: 'Plugin chưa được cài đặt',
|
||||
},
|
||||
start: {
|
||||
required: 'bắt buộc',
|
||||
|
||||
@ -464,6 +464,7 @@ const translation = {
|
||||
variable: '使用变量',
|
||||
},
|
||||
inputVars: '输入变量',
|
||||
pluginNotInstalled: '插件未安装',
|
||||
},
|
||||
start: {
|
||||
required: '必填',
|
||||
|
||||
@ -442,6 +442,7 @@ const translation = {
|
||||
variable: '使用變數',
|
||||
},
|
||||
inputVars: '輸入變數',
|
||||
pluginNotInstalled: '插件未安裝',
|
||||
},
|
||||
start: {
|
||||
required: '必填',
|
||||
|
||||
Reference in New Issue
Block a user