= ({
return (
{
e.stopPropagation()
e.nativeEvent.stopImmediatePropagation()
diff --git a/web/i18n/de-DE/apo.ts b/web/i18n/de-DE/apo.ts
index e2410dd34b..5c0b4c6884 100644
--- a/web/i18n/de-DE/apo.ts
+++ b/web/i18n/de-DE/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'APO Auswählen',
+ analysis: 'APO-Analyse',
+ },
+ chart: {
+ chartTitle: 'Diagramm-Anzeige',
+ },
+ displayType: {
+ memory: 'Metriken für den Arbeitsspeicher',
+ metric: 'Metrisches Liniendiagramm',
+ cpu: 'CPU-Metriken',
+ custom: 'Benutzerdefinierte Abfrage gibt Daten zurück',
+ alert: 'Warnungsereignisse',
+ network: 'Netzwerk-Metriken',
+ topology: 'Struktur der Topologie',
+ log: 'Log-Daten',
+ },
+ tool: {
+ use: 'Gebrauchen',
+ desc: 'Beschreibung',
+ input: 'Eingabe',
+ output: 'Ausgabe',
+ unit: 'Einheit',
+ test: 'Test',
+ },
+}
export default translation
diff --git a/web/i18n/de-DE/app.ts b/web/i18n/de-DE/app.ts
index 25fddf7a91..b3fbf51da2 100644
--- a/web/i18n/de-DE/app.ts
+++ b/web/i18n/de-DE/app.ts
@@ -201,6 +201,7 @@ const translation = {
label: 'APP',
noParams: 'Keine Parameter erforderlich',
},
+ notPublish: 'Dieser Workflow wurde nicht veröffentlicht oder der API-Key wurde nicht erstellt',
}
export default translation
diff --git a/web/i18n/de-DE/plugin.ts b/web/i18n/de-DE/plugin.ts
index 64c59fd79f..5cee8ee79f 100644
--- a/web/i18n/de-DE/plugin.ts
+++ b/web/i18n/de-DE/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
pluginsResult: '{{num}} Ergebnisse',
empower: 'Unterstützen Sie Ihre KI-Entwicklung',
and: 'und',
+ verifiedTip: 'Verifiziert von Dify',
+ partnerTip: 'Verifiziert von einem Dify-Partner',
},
task: {
clearAll: 'Alle löschen',
diff --git a/web/i18n/de-DE/run.ts b/web/i18n/de-DE/run.ts
new file mode 100644
index 0000000000..5548f5795d
--- /dev/null
+++ b/web/i18n/de-DE/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Im Folgenden sind meine Parameter aufgeführt. Bitte helfen Sie mir bei der Analyse.',
+ aiAnalysis: 'Analysieren starten',
+}
+
+export default translation
diff --git a/web/i18n/de-DE/time.ts b/web/i18n/de-DE/time.ts
index e2410dd34b..127cdd828c 100644
--- a/web/i18n/de-DE/time.ts
+++ b/web/i18n/de-DE/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sat: 'Saß',
+ Sun: 'Sonne',
+ Thu: 'Do',
+ Wed: 'Wetten',
+ Tue: 'Tötet',
+ Fri: 'Kostenlos',
+ Mon: 'Mo',
+ },
+ months: {
+ December: 'Dezember',
+ February: 'Februar',
+ August: 'August',
+ June: 'Juni',
+ March: 'März',
+ October: 'Oktober',
+ September: 'September',
+ January: 'Januar',
+ July: 'Juli',
+ May: 'Nähen',
+ November: 'November',
+ April: 'April',
+ },
+ operation: {
+ pickDate: 'Datum der Kommissionierung',
+ cancel: 'Abbrechen',
+ ok: 'OKAY',
+ now: 'Jetzt',
+ },
+ title: {
+ pickTime: 'Zeit der Ernte',
+ },
+ defaultPlaceholder: 'Wählen Sie eine Zeit...',
+}
export default translation
diff --git a/web/i18n/en-US/run.ts b/web/i18n/en-US/run.ts
new file mode 100644
index 0000000000..392f1166bf
--- /dev/null
+++ b/web/i18n/en-US/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'The following are my parameters. Please help me analyze.',
+ aiAnalysis: 'Start Analyze',
+}
+
+export default translation
diff --git a/web/i18n/en-US/share-app.ts b/web/i18n/en-US/share-app.ts
index 5d47fd31cf..90f864ec0c 100644
--- a/web/i18n/en-US/share-app.ts
+++ b/web/i18n/en-US/share-app.ts
@@ -42,13 +42,13 @@ const translation = {
description: 'Start generating content, and find your saved results here.',
startCreateContent: 'Start create content',
},
- title: 'AI Completion',
+ title: 'AI Analysis',
queryTitle: 'Query content',
completionResult: 'Completion result',
queryPlaceholder: 'Write your query content...',
run: 'Execute',
copy: 'Copy',
- resultTitle: 'AI Completion',
+ resultTitle: 'AI Analysis',
noData: 'AI will give you what you want here.',
csvUploadTitle: 'Drag and drop your CSV file here, or ',
browse: 'browse',
diff --git a/web/i18n/es-ES/apo.ts b/web/i18n/es-ES/apo.ts
index e2410dd34b..e1b11dda3e 100644
--- a/web/i18n/es-ES/apo.ts
+++ b/web/i18n/es-ES/apo.ts
@@ -1,3 +1,28 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'Análisis APO',
+ select: 'Selección de APO',
+ },
+ chart: {
+ chartTitle: 'Visualización de gráficos',
+ },
+ displayType: {
+ metric: 'Gráfico de líneas métricas',
+ custom: 'Datos devueltos de consultas personalizadas',
+ log: 'Datos de registro',
+ topology: 'Estructura de la topología',
+ alert: 'Eventos de alerta',
+ memory: 'Métricas de memoria',
+ network: 'Métricas de red',
+ cpu: 'Métricas de CPU',
+ },
+ tool: {
+ desc: 'Descripción',
+ use: 'Uso',
+ output: 'Salida',
+ test: 'Prueba',
+ unit: 'Unidad',
+ },
+}
export default translation
diff --git a/web/i18n/es-ES/app.ts b/web/i18n/es-ES/app.ts
index f6cc9d1735..896dc3e8a8 100644
--- a/web/i18n/es-ES/app.ts
+++ b/web/i18n/es-ES/app.ts
@@ -194,6 +194,7 @@ const translation = {
noParams: 'No se necesitan parámetros',
params: 'PARÁMETROS DE LA APLICACIÓN',
},
+ notPublish: 'Este flujo de trabajo no se ha publicado o no se ha creado la clave de API',
}
export default translation
diff --git a/web/i18n/es-ES/plugin.ts b/web/i18n/es-ES/plugin.ts
index 9453c20f97..5647bfbf84 100644
--- a/web/i18n/es-ES/plugin.ts
+++ b/web/i18n/es-ES/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
discover: 'Descubrir',
and: 'y',
difyMarketplace: 'Mercado de Dify',
+ partnerTip: 'Verificado por un socio de Dify',
+ verifiedTip: 'Verificado por Dify',
},
task: {
installing: 'Instalando plugins {{installingLength}}, 0 hecho.',
diff --git a/web/i18n/es-ES/run.ts b/web/i18n/es-ES/run.ts
new file mode 100644
index 0000000000..28ff4988a6
--- /dev/null
+++ b/web/i18n/es-ES/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Los siguientes son mis parámetros. Por favor, ayúdame a analizar.',
+ aiAnalysis: 'Iniciar análisis',
+}
+
+export default translation
diff --git a/web/i18n/es-ES/time.ts b/web/i18n/es-ES/time.ts
index e2410dd34b..56c809b642 100644
--- a/web/i18n/es-ES/time.ts
+++ b/web/i18n/es-ES/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Thu: 'Jue',
+ Fri: 'Gratis',
+ Tue: 'Mata',
+ Mon: 'Mon',
+ Sun: 'Sol',
+ Sat: 'Sábado',
+ Wed: 'Apostar',
+ },
+ months: {
+ March: 'Marzo',
+ June: 'Junio',
+ May: 'Coser',
+ July: 'Julio',
+ October: 'Octubre',
+ November: 'Noviembre',
+ January: 'Enero',
+ August: 'Agosto',
+ April: 'Abril',
+ December: 'Diciembre',
+ February: 'Febrero',
+ September: 'Septiembre',
+ },
+ operation: {
+ pickDate: 'Fecha de selección',
+ now: 'Ahora',
+ cancel: 'Cancelar',
+ ok: 'De acuerdo',
+ },
+ title: {
+ pickTime: 'Hora de selección',
+ },
+ defaultPlaceholder: 'Escoge una hora...',
+}
export default translation
diff --git a/web/i18n/fa-IR/apo.ts b/web/i18n/fa-IR/apo.ts
index e2410dd34b..d1e5a63431 100644
--- a/web/i18n/fa-IR/apo.ts
+++ b/web/i18n/fa-IR/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'تجزیه و تحلیل APO',
+ select: 'انتخاب APO',
+ },
+ chart: {
+ chartTitle: 'نمایش نمودار',
+ },
+ displayType: {
+ cpu: 'معیارهای CPU',
+ alert: 'رویدادهای هشدار',
+ memory: 'معیارهای حافظه',
+ network: 'معیارهای شبکه',
+ topology: 'ساختار توپولوژی',
+ custom: 'داده های بازگرداندن پرس و جو سفارشی',
+ metric: 'نمودار خط متریک',
+ log: 'داده های گزارش',
+ },
+ tool: {
+ test: 'آزمون',
+ use: 'استفاده',
+ output: 'خروجی',
+ unit: 'واحد',
+ desc: 'توضیحات',
+ input: 'ورودی',
+ },
+}
export default translation
diff --git a/web/i18n/fa-IR/app.ts b/web/i18n/fa-IR/app.ts
index 70e7801810..8294f9bfae 100644
--- a/web/i18n/fa-IR/app.ts
+++ b/web/i18n/fa-IR/app.ts
@@ -194,6 +194,7 @@ const translation = {
label: 'برنامه',
placeholder: 'برنامه ای را انتخاب کنید...',
},
+ notPublish: 'این گردش کار منتشر نشده است یا API-Key ایجاد نشده است',
}
export default translation
diff --git a/web/i18n/fa-IR/plugin.ts b/web/i18n/fa-IR/plugin.ts
index 5ecde0ed57..ede3c886d6 100644
--- a/web/i18n/fa-IR/plugin.ts
+++ b/web/i18n/fa-IR/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
difyMarketplace: 'بازار دیفی',
empower: 'توسعه هوش مصنوعی خود را توانمند کنید',
discover: 'کشف',
+ verifiedTip: 'تایید شده توسط Dify',
+ partnerTip: 'تأیید شده توسط یک شریک Dify',
},
task: {
installing: 'نصب پلاگین های {{installingLength}}، 0 انجام شد.',
diff --git a/web/i18n/fa-IR/run.ts b/web/i18n/fa-IR/run.ts
new file mode 100644
index 0000000000..7e5315cc09
--- /dev/null
+++ b/web/i18n/fa-IR/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'پارامترهای زیر عبارتند از. لطفا به من کمک کنید تجزیه و تحلیل.',
+ aiAnalysis: 'شروع تجزیه و تحلیل',
+}
+
+export default translation
diff --git a/web/i18n/fa-IR/time.ts b/web/i18n/fa-IR/time.ts
index e2410dd34b..989978b307 100644
--- a/web/i18n/fa-IR/time.ts
+++ b/web/i18n/fa-IR/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Mon: 'دوشنبه',
+ Wed: 'شرط',
+ Tue: 'کشد',
+ Fri: 'رایگان',
+ Thu: 'پنج شنبه',
+ Sat: 'شنبه',
+ Sun: 'خورشید',
+ },
+ months: {
+ September: 'سپتامبر',
+ November: 'نوامبر',
+ March: 'مارس',
+ August: 'اوت',
+ June: 'ژوئن',
+ April: 'آوریل',
+ December: 'دسامبر',
+ October: 'اکتبر',
+ February: 'فوریه',
+ July: 'ژوئيه',
+ May: 'دوختن',
+ January: 'ژانویه',
+ },
+ operation: {
+ now: 'حال حاضر',
+ ok: 'باشه',
+ pickDate: 'انتخاب تاریخ',
+ cancel: 'لغو',
+ },
+ title: {
+ pickTime: 'زمان را انتخاب کنید',
+ },
+ defaultPlaceholder: 'زمان را انتخاب کنید...',
+}
export default translation
diff --git a/web/i18n/fr-FR/apo.ts b/web/i18n/fr-FR/apo.ts
index e2410dd34b..c17a0719f7 100644
--- a/web/i18n/fr-FR/apo.ts
+++ b/web/i18n/fr-FR/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'Sélection APO',
+ analysis: 'Analyse de l’APO',
+ },
+ chart: {
+ chartTitle: 'Affichage du graphique',
+ },
+ displayType: {
+ custom: 'Données de retour de requête personnalisées',
+ alert: 'Événements d’alerte',
+ memory: 'Métriques de mémoire',
+ topology: 'Structure topologique',
+ metric: 'Graphique linéaire métrique',
+ network: 'Métriques réseau',
+ log: 'Données de journal',
+ cpu: 'Métriques du processeur',
+ },
+ tool: {
+ input: 'Entrée',
+ test: 'Test',
+ unit: 'Unité',
+ use: 'Utiliser',
+ output: 'Sortie',
+ desc: 'Description',
+ },
+}
export default translation
diff --git a/web/i18n/fr-FR/app.ts b/web/i18n/fr-FR/app.ts
index 005418108a..0326892920 100644
--- a/web/i18n/fr-FR/app.ts
+++ b/web/i18n/fr-FR/app.ts
@@ -194,6 +194,7 @@ const translation = {
label: 'APPLI',
placeholder: 'Sélectionnez une application...',
},
+ notPublish: 'Ce workflow n’a pas été publié ou la clé API n’a pas été créée',
}
export default translation
diff --git a/web/i18n/fr-FR/plugin.ts b/web/i18n/fr-FR/plugin.ts
index 39fef6e91f..acfa65cb40 100644
--- a/web/i18n/fr-FR/plugin.ts
+++ b/web/i18n/fr-FR/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
difyMarketplace: 'Marché Dify',
empower: 'Renforcez le développement de votre IA',
sortBy: 'Ville noire',
+ partnerTip: 'Vérifié par un partenaire Dify',
+ verifiedTip: 'Vérifié par Dify',
},
task: {
installError: '{{errorLength}} les plugins n’ont pas pu être installés, cliquez pour voir',
diff --git a/web/i18n/fr-FR/run.ts b/web/i18n/fr-FR/run.ts
new file mode 100644
index 0000000000..572db80ac7
--- /dev/null
+++ b/web/i18n/fr-FR/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Voici mes paramètres. S’il vous plaît, aidez-moi à analyser.',
+ aiAnalysis: 'Démarrer l’analyse',
+}
+
+export default translation
diff --git a/web/i18n/fr-FR/time.ts b/web/i18n/fr-FR/time.ts
index e2410dd34b..76e307620a 100644
--- a/web/i18n/fr-FR/time.ts
+++ b/web/i18n/fr-FR/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Mon: 'Lun',
+ Wed: 'Parier',
+ Sun: 'Soleil',
+ Thu: 'jeu',
+ Tue: 'Tue',
+ Sat: 'Sam',
+ Fri: 'Libre',
+ },
+ months: {
+ August: 'Août',
+ May: 'Coudre',
+ February: 'Février',
+ June: 'Juin',
+ March: 'Mars',
+ October: 'Octobre',
+ April: 'Avril',
+ July: 'Juillet',
+ November: 'Novembre',
+ December: 'Décembre',
+ September: 'Septembre',
+ January: 'Janvier',
+ },
+ operation: {
+ ok: 'D’ACCORD',
+ cancel: 'Annuler',
+ now: 'Maintenant',
+ pickDate: 'Choisir la date',
+ },
+ title: {
+ pickTime: 'Heure de sélection',
+ },
+ defaultPlaceholder: 'Choisissez un moment...',
+}
export default translation
diff --git a/web/i18n/hi-IN/apo.ts b/web/i18n/hi-IN/apo.ts
index e2410dd34b..080678b384 100644
--- a/web/i18n/hi-IN/apo.ts
+++ b/web/i18n/hi-IN/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'एपीओ विश्लेषण',
+ select: 'एपीओ चयन',
+ },
+ chart: {
+ chartTitle: 'चार्ट प्रदर्शन',
+ },
+ displayType: {
+ memory: 'मेमोरी मैट्रिक्स',
+ network: 'नेटवर्क मैट्रिक्स',
+ log: 'लॉग डेटा',
+ custom: 'कस्टम क्वेरी डेटा लौटाएँ',
+ alert: 'अनुचित घटनाएँ',
+ cpu: 'सीपीयू मेट्रिक्स',
+ topology: 'टोपोलॉजी संरचना',
+ metric: 'मैट्रिक लाइन चार्ट',
+ },
+ tool: {
+ unit: 'इकाई',
+ desc: 'विवरण',
+ output: 'आउटपुट',
+ input: 'इनपुट',
+ use: 'उपयोग करें',
+ test: 'परीक्षण',
+ },
+}
export default translation
diff --git a/web/i18n/hi-IN/app.ts b/web/i18n/hi-IN/app.ts
index c9b035568b..8d09ab054a 100644
--- a/web/i18n/hi-IN/app.ts
+++ b/web/i18n/hi-IN/app.ts
@@ -194,6 +194,7 @@ const translation = {
placeholder: 'एक ऐप चुनें...',
label: 'ऐप',
},
+ notPublish: 'यह कार्यप्रवाह प्रकाशित नहीं किया गया है या API-K चाबी नहीं बनाई गई है',
}
export default translation
diff --git a/web/i18n/hi-IN/plugin.ts b/web/i18n/hi-IN/plugin.ts
index 36b7588319..c9e604ef04 100644
--- a/web/i18n/hi-IN/plugin.ts
+++ b/web/i18n/hi-IN/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
difyMarketplace: 'डिफाई मार्केटप्लेस',
sortBy: 'काला शहर',
discover: 'खोजें',
+ partnerTip: 'Dify भागीदार द्वारा सत्यापित',
+ verifiedTip: 'डीफाई द्वारा सत्यापित',
},
task: {
clearAll: 'सभी साफ करें',
diff --git a/web/i18n/hi-IN/run.ts b/web/i18n/hi-IN/run.ts
new file mode 100644
index 0000000000..89530ea3d8
--- /dev/null
+++ b/web/i18n/hi-IN/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'निम्नलिखित मेरे पैरामीटर हैं। कृपया मेरी सहायता करें।',
+ aiAnalysis: 'विश्लेषण शुरू करें',
+}
+
+export default translation
diff --git a/web/i18n/hi-IN/time.ts b/web/i18n/hi-IN/time.ts
index e2410dd34b..f001caedaa 100644
--- a/web/i18n/hi-IN/time.ts
+++ b/web/i18n/hi-IN/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sat: 'शनिवार',
+ Sun: 'सूर्य',
+ Wed: 'बुधवार',
+ Fri: 'शुक्रवार',
+ Mon: 'मोन',
+ Thu: 'गुरुवार',
+ Tue: 'मंगलवार',
+ },
+ months: {
+ May: 'मई',
+ September: 'सितंबर',
+ March: 'मार्च',
+ November: 'नवंबर',
+ June: 'जून',
+ January: 'जनवरी',
+ December: 'दिसंबर',
+ August: 'अगस्त',
+ February: 'फरवरी',
+ October: 'अक्टूबर',
+ April: 'अप्रैल',
+ July: 'जुलाई',
+ },
+ operation: {
+ cancel: 'रद्द करें',
+ now: 'अब',
+ ok: 'ठीक है',
+ pickDate: 'तारीख़ चुनें',
+ },
+ title: {
+ pickTime: 'समय चुनें',
+ },
+ defaultPlaceholder: 'एक समय चुनें...',
+}
export default translation
diff --git a/web/i18n/i18next-config.ts b/web/i18n/i18next-config.ts
index 138c2ddcbe..f8c0955a9b 100644
--- a/web/i18n/i18next-config.ts
+++ b/web/i18n/i18next-config.ts
@@ -32,6 +32,7 @@ const loadLangResources = (lang: string) => ({
pluginTags: require(`./${lang}/plugin-tags`).default,
time: require(`./${lang}/time`).default,
apo: require(`./${lang}/apo`).default,
+ run: require(`./${lang}/run`).default,
},
})
diff --git a/web/i18n/it-IT/apo.ts b/web/i18n/it-IT/apo.ts
index e2410dd34b..8bfe03e435 100644
--- a/web/i18n/it-IT/apo.ts
+++ b/web/i18n/it-IT/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'APO Seleziona',
+ analysis: 'Analisi APO',
+ },
+ chart: {
+ chartTitle: 'Visualizzazione del grafico',
+ },
+ displayType: {
+ alert: 'Eventi di avviso',
+ memory: 'Metriche di memoria',
+ metric: 'Grafico a linee metriche',
+ topology: 'Struttura topologica',
+ network: 'Metriche di rete',
+ custom: 'Dati restituiti da query personalizzate',
+ cpu: 'Metriche della CPU',
+ log: 'Dati di registro',
+ },
+ tool: {
+ input: 'Immissione',
+ output: 'Prodotto',
+ use: 'Usare',
+ desc: 'Descrizione',
+ unit: 'Unità',
+ test: 'Test',
+ },
+}
export default translation
diff --git a/web/i18n/it-IT/app.ts b/web/i18n/it-IT/app.ts
index a33dd5c571..469306f87a 100644
--- a/web/i18n/it-IT/app.ts
+++ b/web/i18n/it-IT/app.ts
@@ -206,6 +206,7 @@ const translation = {
placeholder: 'Seleziona un\'app...',
label: 'APP',
},
+ notPublish: 'Questo flusso di lavoro non è stato pubblicato o la chiave API non è stata creata',
}
export default translation
diff --git a/web/i18n/it-IT/plugin.ts b/web/i18n/it-IT/plugin.ts
index 2c57e5b7af..1c57e9c2f6 100644
--- a/web/i18n/it-IT/plugin.ts
+++ b/web/i18n/it-IT/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
sortBy: 'Città nera',
and: 'e',
viewMore: 'Vedi di più',
+ partnerTip: 'Verificato da un partner Dify',
+ verifiedTip: 'Verificato da Dify',
},
task: {
clearAll: 'Cancella tutto',
diff --git a/web/i18n/it-IT/run.ts b/web/i18n/it-IT/run.ts
new file mode 100644
index 0000000000..19fed6ddf9
--- /dev/null
+++ b/web/i18n/it-IT/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Di seguito sono riportati i miei parametri. Per favore aiutami ad analizzare.',
+ aiAnalysis: 'Inizia l\'analisi',
+}
+
+export default translation
diff --git a/web/i18n/it-IT/time.ts b/web/i18n/it-IT/time.ts
index e2410dd34b..7c24f7c432 100644
--- a/web/i18n/it-IT/time.ts
+++ b/web/i18n/it-IT/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Wed: 'Scommettere',
+ Fri: 'Gratuito',
+ Mon: 'Mon',
+ Sun: 'Sole',
+ Sat: 'Sab',
+ Thu: 'Gio',
+ Tue: 'Uccide',
+ },
+ months: {
+ April: 'Aprile',
+ July: 'Luglio',
+ October: 'Ottobre',
+ March: 'Marzo',
+ January: 'Gennaio',
+ September: 'Settembre',
+ February: 'Febbraio',
+ December: 'Dicembre',
+ November: 'Novembre',
+ June: 'Giugno',
+ May: 'Cucire',
+ August: 'Agosto',
+ },
+ operation: {
+ cancel: 'Annulla',
+ pickDate: 'Data di prelievo',
+ now: 'Ora',
+ ok: 'OK',
+ },
+ title: {
+ pickTime: 'Tempo di prelievo',
+ },
+ defaultPlaceholder: 'Scegli un orario...',
+}
export default translation
diff --git a/web/i18n/ja-JP/apo.ts b/web/i18n/ja-JP/apo.ts
index e2410dd34b..14f0cc70a2 100644
--- a/web/i18n/ja-JP/apo.ts
+++ b/web/i18n/ja-JP/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'APO分析',
+ select: 'APOセレクト',
+ },
+ chart: {
+ chartTitle: 'チャート表示',
+ },
+ displayType: {
+ cpu: 'CPU メトリクス',
+ custom: 'カスタムクエリの戻りデータ',
+ memory: 'メモリメトリクス',
+ topology: 'トポロジー構造',
+ alert: 'アラートイベント',
+ log: 'ログデータ',
+ network: 'ネットワークメトリクス',
+ metric: '指標折れ線グラフ',
+ },
+ tool: {
+ output: '出力',
+ test: 'テスト',
+ unit: 'ユニット',
+ input: '入力',
+ desc: '説明',
+ use: '使う',
+ },
+}
export default translation
diff --git a/web/i18n/ja-JP/app.ts b/web/i18n/ja-JP/app.ts
index 7c244a9cfe..27cef00030 100644
--- a/web/i18n/ja-JP/app.ts
+++ b/web/i18n/ja-JP/app.ts
@@ -195,6 +195,7 @@ const translation = {
noParams: 'パラメータは必要ありません',
placeholder: 'アプリを選択...',
},
+ notPublish: 'このワークフローは公開されていないか、APIキーが作成されていません。',
}
export default translation
diff --git a/web/i18n/ja-JP/plugin.ts b/web/i18n/ja-JP/plugin.ts
index 1833223d98..7d30f20b41 100644
--- a/web/i18n/ja-JP/plugin.ts
+++ b/web/i18n/ja-JP/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
viewMore: 'もっと見る',
discover: '発見する',
empower: 'AI開発を強化する',
+ verifiedTip: 'Difyによって確認された',
+ partnerTip: 'Difyのパートナーによって確認済み',
},
task: {
installError: '{{errorLength}} プラグインのインストールに失敗しました。表示するにはクリックしてください。',
diff --git a/web/i18n/ja-JP/run.ts b/web/i18n/ja-JP/run.ts
new file mode 100644
index 0000000000..02b873e8f9
--- /dev/null
+++ b/web/i18n/ja-JP/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: '以下は私のパラメータです。分析を手伝ってください。',
+ aiAnalysis: '分析を開始する',
+}
+
+export default translation
diff --git a/web/i18n/ja-JP/time.ts b/web/i18n/ja-JP/time.ts
index e2410dd34b..89300b59ff 100644
--- a/web/i18n/ja-JP/time.ts
+++ b/web/i18n/ja-JP/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Wed: '水曜日',
+ Fri: '自由',
+ Tue: '火曜日',
+ Sun: '太陽',
+ Thu: '木曜日',
+ Sat: '土曜日',
+ Mon: 'モン',
+ },
+ months: {
+ February: '2月',
+ August: '八月',
+ December: '12月',
+ May: '5月',
+ April: '四月',
+ July: '7月',
+ November: '11月',
+ June: '6月',
+ October: '十月',
+ March: '3月',
+ September: '9月',
+ January: '1月',
+ },
+ operation: {
+ cancel: 'キャンセル',
+ ok: 'はい',
+ now: '今',
+ pickDate: '日付を選択',
+ },
+ title: {
+ pickTime: 'ピックタイム',
+ },
+ defaultPlaceholder: '時間を選んでください...',
+}
export default translation
diff --git a/web/i18n/ko-KR/apo.ts b/web/i18n/ko-KR/apo.ts
index e2410dd34b..30eec5a4c7 100644
--- a/web/i18n/ko-KR/apo.ts
+++ b/web/i18n/ko-KR/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'APO 분석',
+ select: 'APO 선택',
+ },
+ chart: {
+ chartTitle: '차트 표시',
+ },
+ displayType: {
+ network: '네트워크 메트릭',
+ custom: '사용자 지정 쿼리는 데이터를 반환합니다.',
+ metric: '미터법 꺾은선형 차트',
+ log: '로그 데이터',
+ memory: '메모리 메트릭',
+ topology: '토폴로지 구조',
+ cpu: 'CPU 메트릭',
+ alert: '경고 이벤트',
+ },
+ tool: {
+ input: '입력',
+ desc: '묘사',
+ unit: '단위',
+ test: '테스트',
+ output: '출력',
+ use: '쓰다',
+ },
+}
export default translation
diff --git a/web/i18n/ko-KR/app.ts b/web/i18n/ko-KR/app.ts
index 89cd274647..0124ae8083 100644
--- a/web/i18n/ko-KR/app.ts
+++ b/web/i18n/ko-KR/app.ts
@@ -190,6 +190,7 @@ const translation = {
label: '앱',
placeholder: '앱 선택...',
},
+ notPublish: '이 워크플로가 게시되지 않았거나 API 키가 만들어지지 않았습니다.',
}
export default translation
diff --git a/web/i18n/ko-KR/plugin.ts b/web/i18n/ko-KR/plugin.ts
index 5cdd427d28..fe3043c7eb 100644
--- a/web/i18n/ko-KR/plugin.ts
+++ b/web/i18n/ko-KR/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
moreFrom: 'Marketplace에서 더 보기',
sortBy: '블랙 시티',
and: '그리고',
+ verifiedTip: 'Dify에 의해 확인',
+ partnerTip: 'Dify 파트너에 의한 검증',
},
task: {
installingWithSuccess: '{{installingLength}} 플러그인 설치, {{successLength}} 성공.',
diff --git a/web/i18n/ko-KR/run.ts b/web/i18n/ko-KR/run.ts
new file mode 100644
index 0000000000..9d54972d77
--- /dev/null
+++ b/web/i18n/ko-KR/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: '다음은 내 매개 변수입니다. 분석하도록 도와주세요.',
+ aiAnalysis: '분석 시작',
+}
+
+export default translation
diff --git a/web/i18n/ko-KR/time.ts b/web/i18n/ko-KR/time.ts
index e2410dd34b..b0453b8658 100644
--- a/web/i18n/ko-KR/time.ts
+++ b/web/i18n/ko-KR/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Wed: '걸다',
+ Fri: '무료',
+ Tue: '죽이고',
+ Sat: '토',
+ Thu: '목',
+ Sun: '태양',
+ Mon: '월',
+ },
+ months: {
+ January: '1월',
+ February: '2월',
+ August: '8월',
+ May: '꿰매다',
+ September: '9월',
+ March: '3월',
+ June: '6월',
+ October: '10월',
+ December: '12월',
+ July: '7월',
+ November: '11월',
+ April: '4월',
+ },
+ operation: {
+ pickDate: '날짜 선택',
+ now: '지금',
+ cancel: '취소',
+ ok: '그래',
+ },
+ title: {
+ pickTime: '픽 타임',
+ },
+ defaultPlaceholder: '시간 선택...',
+}
export default translation
diff --git a/web/i18n/pl-PL/apo.ts b/web/i18n/pl-PL/apo.ts
index e2410dd34b..20910b6576 100644
--- a/web/i18n/pl-PL/apo.ts
+++ b/web/i18n/pl-PL/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'APO Wybierz',
+ analysis: 'Analiza APO',
+ },
+ chart: {
+ chartTitle: 'Wyświetlanie wykresów',
+ },
+ displayType: {
+ log: 'Dane dziennika',
+ topology: 'Struktura topologii',
+ metric: 'Metryczny wykres liniowy',
+ network: 'Metryki sieci',
+ memory: 'Metryki pamięci',
+ cpu: 'Metryki procesora CPU',
+ alert: 'Zdarzenia alertów',
+ custom: 'Niestandardowe dane zwracane przez zapytanie',
+ },
+ tool: {
+ unit: 'Jednostka',
+ use: 'Używać',
+ input: 'Wkład',
+ output: 'Wyjście',
+ test: 'Test',
+ desc: 'Opis',
+ },
+}
export default translation
diff --git a/web/i18n/pl-PL/app.ts b/web/i18n/pl-PL/app.ts
index 562962bf38..990c31dbeb 100644
--- a/web/i18n/pl-PL/app.ts
+++ b/web/i18n/pl-PL/app.ts
@@ -201,6 +201,7 @@ const translation = {
placeholder: 'Wybierz aplikację...',
label: 'Aplikacja',
},
+ notPublish: 'Ten przepływ pracy nie został opublikowany lub klucz interfejsu API nie został utworzony',
}
export default translation
diff --git a/web/i18n/pl-PL/plugin.ts b/web/i18n/pl-PL/plugin.ts
index e04068e59d..614dc36630 100644
--- a/web/i18n/pl-PL/plugin.ts
+++ b/web/i18n/pl-PL/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
difyMarketplace: 'Rynek Dify',
noPluginFound: 'Nie znaleziono wtyczki',
pluginsResult: '{{num}} wyniki',
+ verifiedTip: 'Zweryfikowane przez Dify',
+ partnerTip: 'Zweryfikowane przez partnera Dify',
},
task: {
installError: 'Nie udało się zainstalować wtyczek {{errorLength}}, kliknij, aby wyświetlić',
diff --git a/web/i18n/pl-PL/run.ts b/web/i18n/pl-PL/run.ts
new file mode 100644
index 0000000000..9967fab6ad
--- /dev/null
+++ b/web/i18n/pl-PL/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Poniżej znajdują się moje parametry. Proszę o pomoc w analizie.',
+ aiAnalysis: 'Rozpocznij analizę',
+}
+
+export default translation
diff --git a/web/i18n/pl-PL/time.ts b/web/i18n/pl-PL/time.ts
index e2410dd34b..b0e959d399 100644
--- a/web/i18n/pl-PL/time.ts
+++ b/web/i18n/pl-PL/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Tue: 'Zabija',
+ Mon: 'Poniedziałek',
+ Sat: 'Sobota',
+ Wed: 'Zakład',
+ Sun: 'Słońce',
+ Fri: 'Wolny',
+ Thu: 'czw',
+ },
+ months: {
+ April: 'Kwiecień',
+ July: 'Lipiec',
+ March: 'Marzec',
+ December: 'Grudzień',
+ June: 'Czerwiec',
+ November: 'Listopad',
+ August: 'Sierpień',
+ May: 'Szyć',
+ October: 'Październik',
+ January: 'Styczeń',
+ February: 'Luty',
+ September: 'Wrzesień',
+ },
+ operation: {
+ now: 'Teraz',
+ cancel: 'Anuluj',
+ pickDate: 'Proszę wybrać datę',
+ ok: 'OK',
+ },
+ title: {
+ pickTime: 'Czas wyboru',
+ },
+ defaultPlaceholder: 'Wybierz czas...',
+}
export default translation
diff --git a/web/i18n/pt-BR/apo.ts b/web/i18n/pt-BR/apo.ts
index e2410dd34b..c7f7086734 100644
--- a/web/i18n/pt-BR/apo.ts
+++ b/web/i18n/pt-BR/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'Seleção de APO',
+ analysis: 'Análise APO',
+ },
+ chart: {
+ chartTitle: 'Exibição de gráfico',
+ },
+ displayType: {
+ custom: 'Dados de retorno de consulta personalizada',
+ log: 'Dados de log',
+ metric: 'Gráfico de linhas métricas',
+ network: 'Métricas de rede',
+ alert: 'Eventos de alerta',
+ topology: 'Estrutura de topologia',
+ memory: 'Métricas de memória',
+ cpu: 'Métricas de CPU',
+ },
+ tool: {
+ input: 'Entrada',
+ desc: 'Descrição',
+ use: 'Usar',
+ unit: 'Unidade',
+ test: 'Teste',
+ output: 'Saída',
+ },
+}
export default translation
diff --git a/web/i18n/pt-BR/app.ts b/web/i18n/pt-BR/app.ts
index 8f920e4280..13231ad83c 100644
--- a/web/i18n/pt-BR/app.ts
+++ b/web/i18n/pt-BR/app.ts
@@ -194,6 +194,7 @@ const translation = {
placeholder: 'Selecione um aplicativo...',
params: 'PARÂMETROS DO APLICATIVO',
},
+ notPublish: 'Este fluxo de trabalho não foi publicado ou a chave de API não foi criada',
}
export default translation
diff --git a/web/i18n/pt-BR/plugin.ts b/web/i18n/pt-BR/plugin.ts
index 3528407a1b..09bc317b20 100644
--- a/web/i18n/pt-BR/plugin.ts
+++ b/web/i18n/pt-BR/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
moreFrom: 'Mais do Marketplace',
noPluginFound: 'Nenhum plugin encontrado',
discover: 'Descobrir',
+ partnerTip: 'Verificado por um parceiro da Dify',
+ verifiedTip: 'Verificado por Dify',
},
task: {
installedError: 'Falha na instalação dos plug-ins {{errorLength}}',
diff --git a/web/i18n/pt-BR/run.ts b/web/i18n/pt-BR/run.ts
new file mode 100644
index 0000000000..139c1d123a
--- /dev/null
+++ b/web/i18n/pt-BR/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'A seguir estão meus parâmetros. Por favor, ajude-me a analisar.',
+ aiAnalysis: 'Iniciar análise',
+}
+
+export default translation
diff --git a/web/i18n/pt-BR/time.ts b/web/i18n/pt-BR/time.ts
index e2410dd34b..c71152d822 100644
--- a/web/i18n/pt-BR/time.ts
+++ b/web/i18n/pt-BR/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sat: 'Sáb',
+ Sun: 'Sol',
+ Fri: 'Livre',
+ Wed: 'Apostar',
+ Tue: 'Mata',
+ Thu: 'Qui',
+ Mon: 'Seg',
+ },
+ months: {
+ November: 'Novembro',
+ July: 'Julho',
+ December: 'Dezembro',
+ April: 'Abril',
+ January: 'Janeiro',
+ February: 'Fevereiro',
+ March: 'Março',
+ June: 'Junho',
+ October: 'Outubro',
+ September: 'Setembro',
+ August: 'Agosto',
+ May: 'Costurar',
+ },
+ operation: {
+ ok: 'OKEY',
+ now: 'Agora',
+ pickDate: 'Escolher data',
+ cancel: 'Cancelar',
+ },
+ title: {
+ pickTime: 'Escolher Tempo',
+ },
+ defaultPlaceholder: 'Escolha um horário...',
+}
export default translation
diff --git a/web/i18n/ro-RO/apo.ts b/web/i18n/ro-RO/apo.ts
index e2410dd34b..24cec28239 100644
--- a/web/i18n/ro-RO/apo.ts
+++ b/web/i18n/ro-RO/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'APO Select',
+ analysis: 'Analiza APO',
+ },
+ chart: {
+ chartTitle: 'Afișarea graficului',
+ },
+ displayType: {
+ topology: 'Structura topologiei',
+ log: 'Date de jurnal',
+ memory: 'Valori de memorie',
+ alert: 'Evenimente de alertă',
+ cpu: 'Valori CPU',
+ metric: 'Diagramă cu linii metrice',
+ network: 'Valori de rețea',
+ custom: 'Date de returnare a interogărilor particularizate',
+ },
+ tool: {
+ desc: 'Descriere',
+ test: 'Testa',
+ output: 'Ieşire',
+ unit: 'Unitate',
+ input: 'Intrare',
+ use: 'Folosi',
+ },
+}
export default translation
diff --git a/web/i18n/ro-RO/app.ts b/web/i18n/ro-RO/app.ts
index 3f288c1396..832997e469 100644
--- a/web/i18n/ro-RO/app.ts
+++ b/web/i18n/ro-RO/app.ts
@@ -194,6 +194,7 @@ const translation = {
noParams: 'Nu sunt necesari parametri',
placeholder: 'Selectați o aplicație...',
},
+ notPublish: 'Acest flux de lucru nu a fost publicat sau cheia API nu a fost creată',
}
export default translation
diff --git a/web/i18n/ro-RO/plugin.ts b/web/i18n/ro-RO/plugin.ts
index db21cbc40a..9afe406b07 100644
--- a/web/i18n/ro-RO/plugin.ts
+++ b/web/i18n/ro-RO/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
moreFrom: 'Mai multe din Marketplace',
and: 'și',
viewMore: 'Vezi mai mult',
+ verifiedTip: 'Verificat de Dify',
+ partnerTip: 'Verificat de un partener Dify',
},
task: {
installError: '{{errorLength}} plugin-urile nu s-au instalat, faceți clic pentru a vizualiza',
diff --git a/web/i18n/ro-RO/run.ts b/web/i18n/ro-RO/run.ts
new file mode 100644
index 0000000000..79079cedcb
--- /dev/null
+++ b/web/i18n/ro-RO/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Următorii sunt parametrii mei. Vă rog să mă ajutați să analizez.',
+ aiAnalysis: 'Începeți analiza',
+}
+
+export default translation
diff --git a/web/i18n/ro-RO/time.ts b/web/i18n/ro-RO/time.ts
index e2410dd34b..be649ad082 100644
--- a/web/i18n/ro-RO/time.ts
+++ b/web/i18n/ro-RO/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sun: 'Soare',
+ Sat: 'Sâmbătă',
+ Mon: 'Luni',
+ Fri: 'Libera',
+ Wed: 'Pariu',
+ Thu: 'Joi',
+ Tue: 'Ucide',
+ },
+ months: {
+ October: 'Octombrie',
+ January: 'Ianuarie',
+ April: 'Aprilie',
+ June: 'Iunie',
+ March: 'Martie',
+ May: 'Coase',
+ July: 'Iulie',
+ December: 'Decembrie',
+ September: 'Septembrie',
+ February: 'Februarie',
+ August: 'August',
+ November: 'Noiembrie',
+ },
+ operation: {
+ cancel: 'Anula',
+ pickDate: 'Data alegerii',
+ ok: 'OK',
+ now: 'Acum',
+ },
+ title: {
+ pickTime: 'Alegere Timp',
+ },
+ defaultPlaceholder: 'Alegeți o oră...',
+}
export default translation
diff --git a/web/i18n/ru-RU/apo.ts b/web/i18n/ru-RU/apo.ts
index e2410dd34b..8c0d7e13c3 100644
--- a/web/i18n/ru-RU/apo.ts
+++ b/web/i18n/ru-RU/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'APO Выбор',
+ analysis: 'Анализ APO',
+ },
+ chart: {
+ chartTitle: 'Отображение диаграмм',
+ },
+ displayType: {
+ metric: 'Метрическая линейная диаграмма',
+ topology: 'Структура топологии',
+ cpu: 'Метрики ЦП',
+ log: 'Данные журнала',
+ memory: 'Метрики памяти',
+ network: 'Сетевые метрики',
+ custom: 'Возвращаемые данные пользовательского запроса',
+ alert: 'События оповещения',
+ },
+ tool: {
+ desc: 'Описание',
+ use: 'Использование',
+ unit: 'Единица',
+ output: 'Выпуск',
+ input: 'Ввод',
+ test: 'Тест',
+ },
+}
export default translation
diff --git a/web/i18n/ru-RU/app.ts b/web/i18n/ru-RU/app.ts
index a5b543c867..60f5b95f71 100644
--- a/web/i18n/ru-RU/app.ts
+++ b/web/i18n/ru-RU/app.ts
@@ -194,6 +194,7 @@ const translation = {
placeholder: 'Выберите приложение...',
params: 'ПАРАМЕТРЫ ПРИЛОЖЕНИЯ',
},
+ notPublish: 'Этот рабочий процесс не был опубликован или ключ API не был создан',
}
export default translation
diff --git a/web/i18n/ru-RU/plugin.ts b/web/i18n/ru-RU/plugin.ts
index 4fc042f5ec..2adfe5107a 100644
--- a/web/i18n/ru-RU/plugin.ts
+++ b/web/i18n/ru-RU/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
viewMore: 'Подробнее',
and: 'и',
discover: 'Обнаруживать',
+ verifiedTip: 'Проверено Dify',
+ partnerTip: 'Проверено партнером Dify',
},
task: {
installing: 'Установка плагинов {{installingLength}}, 0 готово.',
diff --git a/web/i18n/ru-RU/run.ts b/web/i18n/ru-RU/run.ts
new file mode 100644
index 0000000000..cf9debef55
--- /dev/null
+++ b/web/i18n/ru-RU/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Ниже приведены мои параметры. Пожалуйста, помогите мне проанализировать.',
+ aiAnalysis: 'Начать анализ',
+}
+
+export default translation
diff --git a/web/i18n/ru-RU/time.ts b/web/i18n/ru-RU/time.ts
index e2410dd34b..31804a4720 100644
--- a/web/i18n/ru-RU/time.ts
+++ b/web/i18n/ru-RU/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Mon: 'Пн',
+ Tue: 'Убивает',
+ Sat: 'Сидеть',
+ Thu: 'Чт',
+ Wed: 'Пари',
+ Sun: 'Солнце',
+ Fri: 'Свободный',
+ },
+ months: {
+ December: 'Декабрь',
+ October: 'Октябрь',
+ July: 'Июль',
+ May: 'Шить',
+ November: 'Ноябрь',
+ February: 'Февраль',
+ January: 'Январь',
+ August: 'Август',
+ March: 'Март',
+ April: 'Апрель',
+ June: 'Июнь',
+ September: 'Сентябрь',
+ },
+ operation: {
+ now: 'Сейчас',
+ ok: 'ХОРОШО',
+ cancel: 'Отмена',
+ pickDate: 'Выбрать дату',
+ },
+ title: {
+ pickTime: 'Время выбора',
+ },
+ defaultPlaceholder: 'Выберите время...',
+}
export default translation
diff --git a/web/i18n/sl-SI/apo.ts b/web/i18n/sl-SI/apo.ts
index e2410dd34b..c9141066e8 100644
--- a/web/i18n/sl-SI/apo.ts
+++ b/web/i18n/sl-SI/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'Analiza APO',
+ select: 'Izbira APO',
+ },
+ chart: {
+ chartTitle: 'Prikaz grafikona',
+ },
+ displayType: {
+ topology: 'Struktura topologije',
+ cpu: 'Meritve CPE-ja',
+ metric: 'Metrični črtni grafikon',
+ memory: 'Meritve pomnilnika',
+ alert: 'Opozorilni dogodki',
+ network: 'Omrežne meritve',
+ log: 'Dnevniški podatki',
+ custom: 'Vrnjeni podatki poizvedbe po meri',
+ },
+ tool: {
+ input: 'Vhodni',
+ output: 'Izhod',
+ use: 'Uporabiti',
+ desc: 'Opis',
+ unit: 'Enota',
+ test: 'Preizkus',
+ },
+}
export default translation
diff --git a/web/i18n/sl-SI/app.ts b/web/i18n/sl-SI/app.ts
index e4ba29094b..62b9dbfc39 100644
--- a/web/i18n/sl-SI/app.ts
+++ b/web/i18n/sl-SI/app.ts
@@ -194,6 +194,7 @@ const translation = {
label: 'APL',
placeholder: 'Izberite aplikacijo ...',
},
+ notPublish: 'Ta potek dela ni bil objavljen ali ključ API-ja ni bil ustvarjen',
}
export default translation
diff --git a/web/i18n/sl-SI/run.ts b/web/i18n/sl-SI/run.ts
new file mode 100644
index 0000000000..a14658ddc8
--- /dev/null
+++ b/web/i18n/sl-SI/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Sledijo moji parametri. Prosim, pomagajte mi analizirati.',
+ aiAnalysis: 'Začnite analizirati',
+}
+
+export default translation
diff --git a/web/i18n/sl-SI/time.ts b/web/i18n/sl-SI/time.ts
index e2410dd34b..6c3a7a6c71 100644
--- a/web/i18n/sl-SI/time.ts
+++ b/web/i18n/sl-SI/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sun: 'Sonce',
+ Tue: 'Ubija',
+ Fri: 'Brezplačno',
+ Wed: 'Stava',
+ Thu: 'Čet',
+ Sat: 'Sedel',
+ Mon: 'Ponedeljek',
+ },
+ months: {
+ January: 'Januar',
+ November: 'November',
+ June: 'Junij',
+ February: 'Februar',
+ March: 'Marec',
+ August: 'Avgust',
+ October: 'Oktober',
+ July: 'Julij',
+ May: 'Šivati',
+ April: 'April',
+ December: 'December',
+ September: 'September',
+ },
+ operation: {
+ cancel: 'Odpovedati',
+ ok: 'V redu',
+ now: 'Zdaj',
+ pickDate: 'Izbira datuma',
+ },
+ title: {
+ pickTime: 'Čas izbire',
+ },
+ defaultPlaceholder: 'Izberite čas ...',
+}
export default translation
diff --git a/web/i18n/th-TH/apo.ts b/web/i18n/th-TH/apo.ts
index e2410dd34b..7560bf6a3e 100644
--- a/web/i18n/th-TH/apo.ts
+++ b/web/i18n/th-TH/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'เลือก APO',
+ analysis: 'การวิเคราะห์ APO',
+ },
+ chart: {
+ chartTitle: 'การแสดงแผนภูมิ',
+ },
+ displayType: {
+ custom: 'การส่งคืนข้อมูลแบบสอบถามแบบกําหนดเอง',
+ alert: 'เหตุการณ์การแจ้งเตือน',
+ memory: 'เมตริกหน่วยความจํา',
+ log: 'ข้อมูลบันทึก',
+ cpu: 'ตัวชี้วัด CPU',
+ metric: 'แผนภูมิเส้นเมตริก',
+ topology: 'โครงสร้างโทโพโลยี',
+ network: 'ตัวชี้วัดเครือข่าย',
+ },
+ tool: {
+ output: 'ผลิตภัณฑ์',
+ unit: 'หน่วย',
+ desc: 'คำอธิบาย',
+ use: 'ใช้',
+ input: 'อินพุต',
+ test: 'ทดสอบ',
+ },
+}
export default translation
diff --git a/web/i18n/th-TH/app.ts b/web/i18n/th-TH/app.ts
index 061e3a8076..1a98f3f863 100644
--- a/web/i18n/th-TH/app.ts
+++ b/web/i18n/th-TH/app.ts
@@ -190,6 +190,7 @@ const translation = {
noParams: 'ไม่จําเป็นต้องใช้พารามิเตอร์',
label: 'แอพ',
},
+ notPublish: 'เวิร์กโฟลว์นี้ยังไม่ได้เผยแพร่หรือยังไม่ได้สร้างคีย์ API',
}
export default translation
diff --git a/web/i18n/th-TH/plugin.ts b/web/i18n/th-TH/plugin.ts
index 962df3b912..ccd76127b9 100644
--- a/web/i18n/th-TH/plugin.ts
+++ b/web/i18n/th-TH/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
noPluginFound: 'ไม่พบปลั๊กอิน',
empower: 'เพิ่มศักยภาพในการพัฒนา AI ของคุณ',
difyMarketplace: 'ตลาด Dify',
+ partnerTip: 'ตรวจสอบโดยพันธมิตร Dify',
+ verifiedTip: 'ตรวจสอบโดย Dify',
},
task: {
installing: 'การติดตั้งปลั๊กอิน {{installingLength}} 0 เสร็จแล้ว',
diff --git a/web/i18n/th-TH/run.ts b/web/i18n/th-TH/run.ts
new file mode 100644
index 0000000000..e4fd595661
--- /dev/null
+++ b/web/i18n/th-TH/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'ต่อไปนี้เป็นพารามิเตอร์ของฉัน โปรดช่วยฉันวิเคราะห์',
+ aiAnalysis: 'เริ่มวิเคราะห์',
+}
+
+export default translation
diff --git a/web/i18n/th-TH/time.ts b/web/i18n/th-TH/time.ts
index e2410dd34b..8274a47c8c 100644
--- a/web/i18n/th-TH/time.ts
+++ b/web/i18n/th-TH/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sat: 'เสาร์',
+ Fri: 'ฟรี',
+ Wed: 'พนัน',
+ Thu: 'พฤหัสบดี',
+ Sun: 'พระอาทิตย์',
+ Mon: 'มอญ',
+ Tue: 'ฆ่า',
+ },
+ months: {
+ February: 'กุมภาพันธ์',
+ April: 'เมษายน',
+ June: 'มิถุนายน',
+ September: 'กันยายน',
+ October: 'ตุลาคม',
+ December: 'ธันวาคม',
+ November: 'พฤศจิกายน',
+ May: 'เย็บ',
+ August: 'สิงหาคม',
+ January: 'มกราคม',
+ July: 'กรกฎาคม',
+ March: 'มีนาคม',
+ },
+ operation: {
+ pickDate: 'เลือกวันที่',
+ ok: 'ตกลง, ได้',
+ cancel: 'ยกเลิก',
+ now: 'เดี๋ยวนี้',
+ },
+ title: {
+ pickTime: 'เลือกเวลา',
+ },
+ defaultPlaceholder: 'เลือกเวลา...',
+}
export default translation
diff --git a/web/i18n/tr-TR/apo.ts b/web/i18n/tr-TR/apo.ts
index e2410dd34b..ec8899eb9c 100644
--- a/web/i18n/tr-TR/apo.ts
+++ b/web/i18n/tr-TR/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ select: 'APO Seçimi',
+ analysis: 'APO Analizi',
+ },
+ chart: {
+ chartTitle: 'Grafik Gösterimi',
+ },
+ displayType: {
+ topology: 'Topoloji yapısı',
+ memory: 'Bellek ölçümleri',
+ log: 'Günlük verileri',
+ metric: 'Metrik Çizgi Grafiği',
+ custom: 'Özel sorgu dönüş verileri',
+ network: 'Ağ metrikleri',
+ cpu: 'CPU ölçümleri',
+ alert: 'Uyarı olayları',
+ },
+ tool: {
+ use: 'Kullanmak',
+ output: 'Çıktı',
+ input: 'Girdi',
+ unit: 'Birim',
+ test: 'Test',
+ desc: 'Açıklama',
+ },
+}
export default translation
diff --git a/web/i18n/tr-TR/app.ts b/web/i18n/tr-TR/app.ts
index f205bd8ae4..3af4a65ca4 100644
--- a/web/i18n/tr-TR/app.ts
+++ b/web/i18n/tr-TR/app.ts
@@ -190,6 +190,7 @@ const translation = {
placeholder: 'Bir uygulama seçin...',
params: 'UYGULAMA PARAMETRELERI',
},
+ notPublish: 'Bu iş akışı yayımlanmadı veya API Anahtarı oluşturulmadı',
}
export default translation
diff --git a/web/i18n/tr-TR/plugin.ts b/web/i18n/tr-TR/plugin.ts
index 4bab35950b..7b2f19ccfd 100644
--- a/web/i18n/tr-TR/plugin.ts
+++ b/web/i18n/tr-TR/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
noPluginFound: 'Eklenti bulunamadı',
viewMore: 'Daha fazla göster',
discover: 'Keşfetmek',
+ partnerTip: 'Bir Dify ortağı tarafından doğrulandı',
+ verifiedTip: 'Dify tarafından doğrulandı',
},
task: {
installedError: '{{errorLength}} eklentileri yüklenemedi',
diff --git a/web/i18n/tr-TR/run.ts b/web/i18n/tr-TR/run.ts
new file mode 100644
index 0000000000..0623eb9031
--- /dev/null
+++ b/web/i18n/tr-TR/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Aşağıdakiler benim parametrelerim. Lütfen analiz etmeme yardım et.',
+ aiAnalysis: 'Analize Başla',
+}
+
+export default translation
diff --git a/web/i18n/tr-TR/time.ts b/web/i18n/tr-TR/time.ts
index e2410dd34b..5baf30706c 100644
--- a/web/i18n/tr-TR/time.ts
+++ b/web/i18n/tr-TR/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sat: 'Cumartesi',
+ Tue: 'Öldürür',
+ Sun: 'Güneş',
+ Fri: 'Serbest',
+ Wed: 'Bahis',
+ Thu: 'Per',
+ Mon: 'Pzt',
+ },
+ months: {
+ June: 'Haziran',
+ March: 'Mart',
+ October: 'Ekim',
+ January: 'Ocak',
+ July: 'Temmuz',
+ December: 'Aralık',
+ February: 'Şubat',
+ November: 'Kasım',
+ August: 'Ağustos',
+ September: 'Eylül',
+ May: 'Dikmek',
+ April: 'Nisan',
+ },
+ operation: {
+ cancel: 'İptal',
+ now: 'Şimdi',
+ pickDate: 'Tarih Seç',
+ ok: 'TAMAM',
+ },
+ title: {
+ pickTime: 'Seçim Zamanı',
+ },
+ defaultPlaceholder: 'Bir zaman seçin...',
+}
export default translation
diff --git a/web/i18n/uk-UA/apo.ts b/web/i18n/uk-UA/apo.ts
index e2410dd34b..a22771ace0 100644
--- a/web/i18n/uk-UA/apo.ts
+++ b/web/i18n/uk-UA/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'Аналіз APO',
+ select: 'Вибір APO',
+ },
+ chart: {
+ chartTitle: 'Відображення діаграми',
+ },
+ displayType: {
+ topology: 'Структура топології',
+ cpu: 'Метрики ЦП',
+ metric: 'Діаграма метричних ліній',
+ log: 'Дані журналу',
+ network: 'Мережеві метрики',
+ alert: 'Сповіщення про події',
+ custom: 'Дані про повернення користувацького запиту',
+ memory: 'Показники пам\'яті',
+ },
+ tool: {
+ test: 'Тест',
+ unit: 'Одиниці',
+ desc: 'Опис',
+ use: 'Використання',
+ output: 'Вихід',
+ input: 'Вводу',
+ },
+}
export default translation
diff --git a/web/i18n/uk-UA/app.ts b/web/i18n/uk-UA/app.ts
index 2a9c03eace..73a71ab491 100644
--- a/web/i18n/uk-UA/app.ts
+++ b/web/i18n/uk-UA/app.ts
@@ -194,6 +194,7 @@ const translation = {
params: 'ПАРАМЕТРИ ПРОГРАМИ',
placeholder: 'Виберіть програму...',
},
+ notPublish: 'Цей робочий процес не був опублікований або API-ключ не був створений',
}
export default translation
diff --git a/web/i18n/uk-UA/plugin.ts b/web/i18n/uk-UA/plugin.ts
index c86e225b1e..f3812e25ad 100644
--- a/web/i18n/uk-UA/plugin.ts
+++ b/web/i18n/uk-UA/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
difyMarketplace: 'Dify Marketplace',
viewMore: 'Дивитись більше',
noPluginFound: 'Плагін не знайдено',
+ verifiedTip: 'Перевірено Dify',
+ partnerTip: 'Перевірено партнером Dify',
},
task: {
installingWithError: 'Не вдалося встановити плагіни {{installingLength}}, успіх {{successLength}}, {{errorLength}}',
diff --git a/web/i18n/uk-UA/run.ts b/web/i18n/uk-UA/run.ts
new file mode 100644
index 0000000000..1803c37df3
--- /dev/null
+++ b/web/i18n/uk-UA/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Нижче наведені мої параметри. Допоможіть, будь ласка, проаналізувати.',
+ aiAnalysis: 'Почати аналізувати',
+}
+
+export default translation
diff --git a/web/i18n/uk-UA/time.ts b/web/i18n/uk-UA/time.ts
index e2410dd34b..76e6d73d45 100644
--- a/web/i18n/uk-UA/time.ts
+++ b/web/i18n/uk-UA/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Wed: 'Ставку',
+ Thu: 'чт',
+ Tue: 'Вбиває',
+ Sat: 'Сб',
+ Mon: 'Пн',
+ Sun: 'Сонце',
+ Fri: 'Безкоштовний',
+ },
+ months: {
+ May: 'Шити',
+ January: 'Січень',
+ April: 'Квітень',
+ March: 'Березень',
+ July: 'Липень',
+ October: 'Жовтень',
+ August: 'Серпень',
+ February: 'Лютий',
+ November: 'Листопад',
+ June: 'Червень',
+ September: 'Вересень',
+ December: 'Грудень',
+ },
+ operation: {
+ now: 'Зараз',
+ cancel: 'Скасувати',
+ ok: 'ГАРАЗД',
+ pickDate: 'Вибрати дату',
+ },
+ title: {
+ pickTime: 'Час вибору',
+ },
+ defaultPlaceholder: 'Виберіть час...',
+}
export default translation
diff --git a/web/i18n/vi-VN/apo.ts b/web/i18n/vi-VN/apo.ts
index e2410dd34b..9652bd32e0 100644
--- a/web/i18n/vi-VN/apo.ts
+++ b/web/i18n/vi-VN/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'Phân tích APO',
+ select: 'Chọn APO',
+ },
+ chart: {
+ chartTitle: 'Hiển thị biểu đồ',
+ },
+ displayType: {
+ custom: 'Truy vấn tùy chỉnh trả về dữ liệu',
+ alert: 'Sự kiện cảnh báo',
+ topology: 'Cấu trúc cấu trúc liên kết',
+ memory: 'Số liệu bộ nhớ',
+ network: 'Chỉ số mạng',
+ log: 'Dữ liệu nhật ký',
+ cpu: 'Chỉ số CPU',
+ metric: 'Biểu đồ đường số liệu',
+ },
+ tool: {
+ desc: 'Sự miêu tả',
+ use: 'Dùng',
+ unit: 'Đơn vị',
+ input: 'Nhập',
+ output: 'Ra',
+ test: 'Kiểm tra',
+ },
+}
export default translation
diff --git a/web/i18n/vi-VN/app.ts b/web/i18n/vi-VN/app.ts
index fd0a66ad03..94db5a1cee 100644
--- a/web/i18n/vi-VN/app.ts
+++ b/web/i18n/vi-VN/app.ts
@@ -194,6 +194,7 @@ const translation = {
noParams: 'Không cần thông số',
label: 'Ứng dụng',
},
+ notPublish: 'Quy trình làm việc này chưa được xuất bản hoặc Khóa API chưa được tạo',
}
export default translation
diff --git a/web/i18n/vi-VN/plugin.ts b/web/i18n/vi-VN/plugin.ts
index 512e27b6a5..78bfd177fa 100644
--- a/web/i18n/vi-VN/plugin.ts
+++ b/web/i18n/vi-VN/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
sortBy: 'Thành phố đen',
noPluginFound: 'Không tìm thấy plugin nào',
and: 'và',
+ partnerTip: 'Được xác minh bởi đối tác Dify',
+ verifiedTip: 'Xác minh bởi Dify',
},
task: {
installingWithError: 'Cài đặt {{installingLength}} plugins, {{successLength}} thành công, {{errorLength}} không thành công',
diff --git a/web/i18n/vi-VN/run.ts b/web/i18n/vi-VN/run.ts
new file mode 100644
index 0000000000..393932fb1b
--- /dev/null
+++ b/web/i18n/vi-VN/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: 'Sau đây là các thông số của tôi. Xin hãy giúp tôi phân tích.',
+ aiAnalysis: 'Bắt đầu phân tích',
+}
+
+export default translation
diff --git a/web/i18n/vi-VN/time.ts b/web/i18n/vi-VN/time.ts
index e2410dd34b..4dc3262454 100644
--- a/web/i18n/vi-VN/time.ts
+++ b/web/i18n/vi-VN/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sun: 'Mặt trời',
+ Sat: 'Ngồi',
+ Fri: 'Tự do',
+ Tue: 'Giết chết',
+ Thu: 'Thứ Năm',
+ Mon: 'Thứ hai',
+ Wed: 'Cá',
+ },
+ months: {
+ September: 'Tháng 9',
+ December: 'Tháng 12',
+ November: 'Tháng 11',
+ October: 'Tháng 10',
+ June: 'Tháng 6',
+ May: 'Tháng 5',
+ April: 'Tháng 4',
+ August: 'Tháng 8',
+ July: 'Tháng 7',
+ February: 'Tháng hai',
+ January: 'Tháng 1',
+ March: 'Tháng 3',
+ },
+ operation: {
+ now: 'Bây giờ',
+ pickDate: 'Chọn ngày',
+ cancel: 'Hủy',
+ ok: 'OK',
+ },
+ title: {
+ pickTime: 'Chọn thời gian',
+ },
+ defaultPlaceholder: 'Chọn thời gian...',
+}
export default translation
diff --git a/web/i18n/zh-Hans/apo.ts b/web/i18n/zh-Hans/apo.ts
index 473fde01c2..f1004c716d 100644
--- a/web/i18n/zh-Hans/apo.ts
+++ b/web/i18n/zh-Hans/apo.ts
@@ -24,7 +24,6 @@ const translation = {
input: '输入',
unit: '单位',
},
-
}
export default translation
diff --git a/web/i18n/zh-Hans/run.ts b/web/i18n/zh-Hans/run.ts
new file mode 100644
index 0000000000..ed45467b25
--- /dev/null
+++ b/web/i18n/zh-Hans/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: '以下是我的参数,请帮我分析',
+ aiAnalysis: '开始执行工作流分析',
+}
+
+export default translation
diff --git a/web/i18n/zh-Hans/share-app.ts b/web/i18n/zh-Hans/share-app.ts
index 968381bb37..52d9a6aa38 100644
--- a/web/i18n/zh-Hans/share-app.ts
+++ b/web/i18n/zh-Hans/share-app.ts
@@ -38,13 +38,13 @@ const translation = {
description: '开始生成内容,您可以在这里找到保存的结果。',
startCreateContent: '开始生成内容',
},
- title: 'AI 智能书写',
+ title: 'AI智能分析',
queryTitle: '查询内容',
completionResult: '生成结果',
queryPlaceholder: '请输入文本内容',
run: '运行',
copy: '拷贝',
- resultTitle: 'AI 书写',
+ resultTitle: 'AI智能分析',
noData: 'AI 会在这里给你惊喜。',
csvUploadTitle: '将您的 CSV 文件拖放到此处,或',
browse: '浏览',
diff --git a/web/i18n/zh-Hans/time.ts b/web/i18n/zh-Hans/time.ts
index 8a223d9dd1..b89cffb35b 100644
--- a/web/i18n/zh-Hans/time.ts
+++ b/web/i18n/zh-Hans/time.ts
@@ -26,6 +26,7 @@ const translation = {
now: '此刻',
ok: '确定',
cancel: '取消',
+ pickDate: '选取日期',
},
title: {
pickTime: '选择时间',
diff --git a/web/i18n/zh-Hant/apo.ts b/web/i18n/zh-Hant/apo.ts
index e2410dd34b..5adf4a5309 100644
--- a/web/i18n/zh-Hant/apo.ts
+++ b/web/i18n/zh-Hant/apo.ts
@@ -1,3 +1,29 @@
-const translation = {}
+const translation = {
+ toolType: {
+ analysis: 'APO 分析',
+ select: 'APO 精選',
+ },
+ chart: {
+ chartTitle: '圖表顯示',
+ },
+ displayType: {
+ topology: '拓撲結構',
+ alert: '警報事件',
+ log: '日誌數據',
+ custom: '自訂查詢返回數據',
+ memory: '記憶體指標',
+ network: '網路指標',
+ cpu: 'CPU 指標',
+ metric: '度量度折線圖',
+ },
+ tool: {
+ input: '輸入',
+ unit: '單位',
+ test: '測試',
+ use: '用',
+ desc: '描述',
+ output: '輸出',
+ },
+}
export default translation
diff --git a/web/i18n/zh-Hant/app.ts b/web/i18n/zh-Hant/app.ts
index 44412bfcca..209a26478b 100644
--- a/web/i18n/zh-Hant/app.ts
+++ b/web/i18n/zh-Hant/app.ts
@@ -193,6 +193,7 @@ const translation = {
params: '應用程式參數',
label: '應用程式',
},
+ notPublish: '此工作流尚未發佈或尚未創建 API 金鑰',
}
export default translation
diff --git a/web/i18n/zh-Hant/plugin.ts b/web/i18n/zh-Hant/plugin.ts
index 1f71611265..944ddb098d 100644
--- a/web/i18n/zh-Hant/plugin.ts
+++ b/web/i18n/zh-Hant/plugin.ts
@@ -180,6 +180,8 @@ const translation = {
viewMore: '查看更多',
difyMarketplace: 'Dify 市場',
pluginsResult: '{{num}} 個結果',
+ partnerTip: '由 Dify 合作夥伴驗證',
+ verifiedTip: '由 Dify 驗證',
},
task: {
installingWithError: '安裝 {{installingLength}} 個插件,{{successLength}} 成功,{{errorLength}} 失敗',
diff --git a/web/i18n/zh-Hant/run.ts b/web/i18n/zh-Hant/run.ts
new file mode 100644
index 0000000000..421fea56a8
--- /dev/null
+++ b/web/i18n/zh-Hant/run.ts
@@ -0,0 +1,6 @@
+const translation = {
+ startAnalysis: '以下是我的參數。請幫我分析。',
+ aiAnalysis: '開始分析',
+}
+
+export default translation
diff --git a/web/i18n/zh-Hant/time.ts b/web/i18n/zh-Hant/time.ts
index e2410dd34b..25bc374590 100644
--- a/web/i18n/zh-Hant/time.ts
+++ b/web/i18n/zh-Hant/time.ts
@@ -1,3 +1,37 @@
-const translation = {}
+const translation = {
+ daysInWeek: {
+ Sun: '太陽',
+ Tue: '殺死',
+ Mon: '星期一',
+ Sat: '坐',
+ Thu: '週四',
+ Wed: '打賭',
+ Fri: '自由',
+ },
+ months: {
+ March: '三月',
+ June: '六月',
+ November: '十一月',
+ April: '四月',
+ September: '九月',
+ October: '十月',
+ December: '十二月',
+ January: '一月',
+ August: '八月',
+ May: '縫',
+ February: '二月',
+ July: '七月',
+ },
+ operation: {
+ cancel: '取消',
+ now: '現在',
+ pickDate: '選取日期',
+ ok: '還行',
+ },
+ title: {
+ pickTime: '選取時間',
+ },
+ defaultPlaceholder: '選擇時間...',
+}
export default translation