diff --git a/web/i18n/de-DE/app.ts b/web/i18n/de-DE/app.ts index 1ebc84d506f2ed..55caff2284c3ac 100644 --- a/web/i18n/de-DE/app.ts +++ b/web/i18n/de-DE/app.ts @@ -49,6 +49,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'Abbrechen', + emoji: 'Emoji', + image: 'Bild', }, switch: 'Zu Workflow-Orchestrierung wechseln', switchTipStart: 'Eine neue App-Kopie wird für Sie erstellt, und die neue Kopie wird zur Workflow-Orchestrierung wechseln. Die neue Kopie wird ', diff --git a/web/i18n/es-ES/app.ts b/web/i18n/es-ES/app.ts index c3d7a8362b2142..739439ff588740 100644 --- a/web/i18n/es-ES/app.ts +++ b/web/i18n/es-ES/app.ts @@ -70,6 +70,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'Cancelar', + emoji: 'Emoji', + image: 'Imagen', }, switch: 'Cambiar a Orquestación de Flujo de Trabajo', switchTipStart: 'Se creará una nueva copia de la app para ti y la nueva copia cambiará a Orquestación de Flujo de Trabajo. La nueva copia no permitirá', diff --git a/web/i18n/fa-IR/app.ts b/web/i18n/fa-IR/app.ts index 9f2563709e4e80..b9dd179809261a 100644 --- a/web/i18n/fa-IR/app.ts +++ b/web/i18n/fa-IR/app.ts @@ -74,6 +74,8 @@ const translation = { iconPicker: { ok: 'باشه', cancel: 'لغو', + emoji: 'ایموجی', + image: 'تصویر', }, switch: 'تغییر به سازماندهی گردش کار', switchTipStart: 'یک نسخه جدید از برنامه برای شما ایجاد خواهد شد و نسخه جدید به سازماندهی گردش کار تغییر خواهد کرد. نسخه جدید ', diff --git a/web/i18n/fr-FR/app.ts b/web/i18n/fr-FR/app.ts index e3268ae1379be1..fab9b98f998970 100644 --- a/web/i18n/fr-FR/app.ts +++ b/web/i18n/fr-FR/app.ts @@ -70,6 +70,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'Annuler', + emoji: 'Emoji', + image: 'Image', }, switch: 'Passer à l\'orchestration de flux de travail', switchTipStart: 'Une nouvelle copie de l\'application sera créée pour vous, et la nouvelle copie passera à l\'orchestration de flux de travail. La nouvelle copie ne permettra pas le ', diff --git a/web/i18n/hi-IN/app.ts b/web/i18n/hi-IN/app.ts index e2b441233290d7..3f22b6701be429 100644 --- a/web/i18n/hi-IN/app.ts +++ b/web/i18n/hi-IN/app.ts @@ -70,6 +70,8 @@ const translation = { iconPicker: { ok: 'ठीक है', cancel: 'रद्द करें', + emoji: 'इमोजी', + image: 'छवि', }, switch: 'वर्कफ़्लो ऑर्केस्ट्रेट पर स्विच करें', switchTipStart: 'आपके लिए एक नई ऐप कॉपी बनाई जाएगी, और नई कॉपी वर्कफ़्लो ऑर्केस्ट्रेट में स्विच हो जाएगी। नई कॉपी ', diff --git a/web/i18n/it-IT/app.ts b/web/i18n/it-IT/app.ts index 3c23c3ea94d550..265cb58ec4bcc3 100644 --- a/web/i18n/it-IT/app.ts +++ b/web/i18n/it-IT/app.ts @@ -76,6 +76,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'Annulla', + emoji: 'Emoji', + image: 'Immagine', }, switch: 'Passa a Orchestrazione del flusso di lavoro', switchTipStart: diff --git a/web/i18n/ja-JP/app.ts b/web/i18n/ja-JP/app.ts index ece86a442d55fc..55f641f4c33bc3 100644 --- a/web/i18n/ja-JP/app.ts +++ b/web/i18n/ja-JP/app.ts @@ -75,6 +75,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'キャンセル', + emoji: '絵文字', + image: '画像', }, switch: 'ワークフロー オーケストレートに切り替える', switchTipStart: '新しいアプリのコピーが作成され、新しいコピーがワークフロー オーケストレートに切り替わります。新しいコピーは ', diff --git a/web/i18n/ko-KR/app.ts b/web/i18n/ko-KR/app.ts index 9fbc0095f5fe75..a1fde30e4d71be 100644 --- a/web/i18n/ko-KR/app.ts +++ b/web/i18n/ko-KR/app.ts @@ -66,6 +66,8 @@ const translation = { iconPicker: { ok: '확인', cancel: '취소', + emoji: '이모지', + image: '이미지', }, switch: '워크플로우 오케스트레이션으로 전환하기', switchTipStart: '새로운 앱의 복사본이 생성되어 새로운 복사본이 워크플로우 오케스트레이션으로 전환됩니다. 새로운 복사본은 ', diff --git a/web/i18n/pl-PL/app.ts b/web/i18n/pl-PL/app.ts index cf2462d0124728..6a47d43798a916 100644 --- a/web/i18n/pl-PL/app.ts +++ b/web/i18n/pl-PL/app.ts @@ -76,6 +76,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'Anuluj', + emoji: 'Emoji', + image: 'Obraz', }, switch: 'Przełącz na Orkiestrację Przepływu Pracy', switchTipStart: diff --git a/web/i18n/pt-BR/app.ts b/web/i18n/pt-BR/app.ts index 6d728bad47c1bf..ef9122b86c644e 100644 --- a/web/i18n/pt-BR/app.ts +++ b/web/i18n/pt-BR/app.ts @@ -70,6 +70,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'Cancelar', + emoji: 'Emoji', + image: 'Imagem', }, switch: 'Mudar para Orquestração de Fluxo de Trabalho', switchTipStart: 'Será criada uma nova cópia do aplicativo para você e a nova cópia mudará para Orquestração de Fluxo de Trabalho. A nova cópia não permitirá a ', diff --git a/web/i18n/ro-RO/app.ts b/web/i18n/ro-RO/app.ts index 053dd47d841f32..2d13dd4e6626d6 100644 --- a/web/i18n/ro-RO/app.ts +++ b/web/i18n/ro-RO/app.ts @@ -70,6 +70,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'Anulează', + emoji: 'Emoji', + image: 'Imagine', }, switch: 'Comută la Orchestrare Flux de Lucru', switchTipStart: 'O nouă copie a aplicației va fi creată pentru tine, iar noua copie va comuta la Orchestrare Flux de Lucru. Noua copie ', diff --git a/web/i18n/tr-TR/app.ts b/web/i18n/tr-TR/app.ts index 336d3567d14cce..fb1ac367622b46 100644 --- a/web/i18n/tr-TR/app.ts +++ b/web/i18n/tr-TR/app.ts @@ -70,6 +70,8 @@ const translation = { iconPicker: { ok: 'Tamam', cancel: 'İptal', + emoji: 'Emoji', + image: 'Görsel', }, switch: 'Workflow Orkestrasyonuna Geç', switchTipStart: 'Sizin için yeni bir uygulama kopyası oluşturulacak ve yeni kopya Workflow Orkestrasyonuna geçecektir. Yeni kopya ', diff --git a/web/i18n/uk-UA/app.ts b/web/i18n/uk-UA/app.ts index fe74f5a262a5a2..fbe9eea81e282c 100644 --- a/web/i18n/uk-UA/app.ts +++ b/web/i18n/uk-UA/app.ts @@ -70,6 +70,8 @@ const translation = { iconPicker: { ok: 'OK', cancel: 'Скасувати', + emoji: 'Емодзі', + image: 'Зображення', }, switch: 'Перейти до оркестрації робочого процесу', switchTipStart: 'Для вас буде створена нова копія додатка, і нова копія перейде до оркестрації робочого процесу. Нова копія не дозволить ', diff --git a/web/i18n/vi-VN/app.ts b/web/i18n/vi-VN/app.ts index 86dd4fac6f0ba5..4052506f83d2e7 100644 --- a/web/i18n/vi-VN/app.ts +++ b/web/i18n/vi-VN/app.ts @@ -70,6 +70,8 @@ const translation = { iconPicker: { ok: 'Đồng ý', cancel: 'Hủy', + emoji: 'Biểu tượng cảm xúc', + image: 'Hình ảnh', }, switch: 'Chuyển sang quản lý quy trình', switchTipStart: 'Một bản sao ứng dụng mới sẽ được tạo và chuyển sang quản lý quy trình. Bản sao mới sẽ ', diff --git a/web/i18n/vi-VN/common.ts b/web/i18n/vi-VN/common.ts index 80570861b54778..232148ce747604 100644 --- a/web/i18n/vi-VN/common.ts +++ b/web/i18n/vi-VN/common.ts @@ -76,9 +76,9 @@ const translation = { }, model: { params: { - temperature: 'Nhiệt độ', + temperature: 'Độ sáng tạo', temperatureTip: - 'Kiểm soát độ ngẫu nhiên: Giảm nhiệt độ dẫn đến ít kết quả ngẫu nhiên hơn. Khi nhiệt độ gần bằng 0, mô hình sẽ trở nên xác định và lặp lại.', + 'Kiểm soát độ ngẫu nhiên: Giảm độ sáng tạo dẫn đến ít kết quả ngẫu nhiên hơn. Khi độ sáng tạo gần bằng 0, mô hình sẽ trở nên xác định và lặp lại.', top_p: 'Top P', top_pTip: 'Kiểm soát đa dạng thông qua lấy mẫu nhân nhóm: 0.5 có nghĩa là nửa số tùy chọn có khả năng cao được xem xét.', diff --git a/web/i18n/zh-Hant/app.ts b/web/i18n/zh-Hant/app.ts index 41230936e27e24..4b915b7f2d4e45 100644 --- a/web/i18n/zh-Hant/app.ts +++ b/web/i18n/zh-Hant/app.ts @@ -69,6 +69,8 @@ const translation = { iconPicker: { ok: '確認', cancel: '取消', + emoji: '表情符號', + image: '圖片', }, switch: '遷移為工作流編排', switchTipStart: '將為您建立一個使用工作流編排的新應用。新應用將',