diff --git a/web/i18n/de-DE/share.ts b/web/i18n/de-DE/share.ts index 466a3041c7..c1d7ed946a 100644 --- a/web/i18n/de-DE/share.ts +++ b/web/i18n/de-DE/share.ts @@ -74,8 +74,8 @@ const translation = { moreThanMaxLengthLine: 'Zeile {{rowIndex}}: {{varName}} Wert darf nicht mehr als {{maxLength}} Zeichen sein', atLeastOne: 'Bitte geben Sie mindestens eine Zeile in die hochgeladene Datei ein.', }, - executions: '{{num}} HINRICHTUNGEN', - execution: 'AUSFÜHRUNG', + execution: 'Ausführen', + executions: '{{num}} Ausführungen', stopRun: 'Ausführung stoppen', }, login: { diff --git a/web/i18n/en-US/share.ts b/web/i18n/en-US/share.ts index 461a35d7bc..9139a03514 100644 --- a/web/i18n/en-US/share.ts +++ b/web/i18n/en-US/share.ts @@ -53,8 +53,8 @@ const translation = { completionResult: 'Completion result', queryPlaceholder: 'Write your query content...', run: 'Execute', - execution: 'EXECUTION', - executions: '{{num}} EXECUTIONS', + execution: 'Run', + executions: '{{num}} runs', copy: 'Copy', resultTitle: 'AI Completion', noData: 'AI will give you what you want here.', diff --git a/web/i18n/es-ES/share.ts b/web/i18n/es-ES/share.ts index fe76f6f7c1..4ec515bff5 100644 --- a/web/i18n/es-ES/share.ts +++ b/web/i18n/es-ES/share.ts @@ -74,8 +74,8 @@ const translation = { moreThanMaxLengthLine: 'Fila {{rowIndex}}: el valor de {{varName}} no puede tener más de {{maxLength}} caracteres', atLeastOne: 'Por favor, ingresa al menos una fila en el archivo cargado.', }, - execution: 'EJECUCIÓN', - executions: '{{num}} EJECUCIONES', + execution: 'Ejecutar', + executions: '{{num}} ejecuciones', stopRun: 'Detener ejecución', }, login: { diff --git a/web/i18n/fa-IR/share.ts b/web/i18n/fa-IR/share.ts index 9df503252c..ee40f6bab5 100644 --- a/web/i18n/fa-IR/share.ts +++ b/web/i18n/fa-IR/share.ts @@ -70,8 +70,8 @@ const translation = { moreThanMaxLengthLine: 'ردیف {{rowIndex}}: مقدار {{varName}} نمی‌تواند بیشتر از {{maxLength}} کاراکتر باشد', atLeastOne: 'لطفاً حداقل یک ردیف در فایل بارگذاری شده وارد کنید.', }, - executions: '{{num}} اعدام', execution: 'اجرا', + executions: '{{num}} بار اجرا', stopRun: 'توقف اجرا', }, login: { diff --git a/web/i18n/fr-FR/share.ts b/web/i18n/fr-FR/share.ts index 84286e752d..6c7a9e4f4e 100644 --- a/web/i18n/fr-FR/share.ts +++ b/web/i18n/fr-FR/share.ts @@ -74,8 +74,8 @@ const translation = { moreThanMaxLengthLine: 'Row {{rowIndex}}: {{varName}} value can not be more than {{maxLength}} characters', atLeastOne: 'Veuillez entrer au moins une ligne dans le fichier téléchargé.', }, - executions: '{{num}} EXÉCUTIONS', - execution: 'EXÉCUTION', + execution: 'Exécuter', + executions: '{{num}} exécutions', stopRun: 'Arrêter l\'exécution', }, login: { diff --git a/web/i18n/hi-IN/share.ts b/web/i18n/hi-IN/share.ts index cb5a6e0933..da0a3a7319 100644 --- a/web/i18n/hi-IN/share.ts +++ b/web/i18n/hi-IN/share.ts @@ -74,8 +74,8 @@ const translation = { 'रॉ {{rowIndex}}: {{varName}} मान {{maxLength}} वर्णों से अधिक नहीं हो सकता', atLeastOne: 'कृपया अपलोड की गई फ़ाइल में कम से कम एक पंक्ति भरें।', }, - execution: 'अनु执行', - executions: '{{num}} फाँसी', + execution: 'चलाएं', + executions: '{{num}} बार चलाएं', stopRun: 'निष्पादन रोकें', }, login: { diff --git a/web/i18n/id-ID/share.ts b/web/i18n/id-ID/share.ts index 85a3f4a8b4..0c2cdef762 100644 --- a/web/i18n/id-ID/share.ts +++ b/web/i18n/id-ID/share.ts @@ -55,7 +55,8 @@ const translation = { }, field: 'Kebun', queryTitle: 'Kueri konten', - execution: 'EKSEKUSI', + execution: 'Jalankan', + executions: '{{num}} kali dijalankan', copy: 'Menyalin', title: 'Penyelesaian AI', downloadTemplate: 'Unduh templat di sini', diff --git a/web/i18n/it-IT/share.ts b/web/i18n/it-IT/share.ts index 034cbea7f5..02a50a9963 100644 --- a/web/i18n/it-IT/share.ts +++ b/web/i18n/it-IT/share.ts @@ -76,8 +76,8 @@ const translation = { 'Riga {{rowIndex}}: il valore di {{varName}} non può essere superiore a {{maxLength}} caratteri', atLeastOne: 'Per favore inserisci almeno una riga nel file caricato.', }, - execution: 'ESECUZIONE', - executions: '{{num}} ESECUZIONI', + execution: 'Esegui', + executions: '{{num}} esecuzioni', stopRun: 'Ferma l\'esecuzione', }, login: { diff --git a/web/i18n/ja-JP/share.ts b/web/i18n/ja-JP/share.ts index 1c219c83a9..07d6ae3e45 100644 --- a/web/i18n/ja-JP/share.ts +++ b/web/i18n/ja-JP/share.ts @@ -49,7 +49,7 @@ const translation = { completionResult: '生成結果', queryPlaceholder: '入力してください', run: '実行', - execution: '処理中', + execution: '実行', executions: '{{num}}回実行', copy: 'コピー', resultTitle: 'AI 生成結果', diff --git a/web/i18n/ko-KR/share.ts b/web/i18n/ko-KR/share.ts index 43d3b967f6..af88cd05da 100644 --- a/web/i18n/ko-KR/share.ts +++ b/web/i18n/ko-KR/share.ts @@ -71,7 +71,7 @@ const translation = { atLeastOne: '업로드된 파일에는 적어도 한 줄의 입력이 필요합니다.', }, execution: '실행', - executions: '{{num}} 처형', + executions: '{{num}}회 실행', stopRun: '실행 중지', }, login: { diff --git a/web/i18n/pl-PL/share.ts b/web/i18n/pl-PL/share.ts index 03306137a2..88b6b4f49f 100644 --- a/web/i18n/pl-PL/share.ts +++ b/web/i18n/pl-PL/share.ts @@ -75,8 +75,8 @@ const translation = { atLeastOne: 'Proszę wprowadź co najmniej jeden wiersz w załadowanym pliku.', }, - executions: '{{num}} EGZEKUCJI', - execution: 'WYKONANIE', + execution: 'Uruchom', + executions: '{{num}} uruchomień', stopRun: 'Zatrzymaj wykonanie', }, login: { diff --git a/web/i18n/pt-BR/share.ts b/web/i18n/pt-BR/share.ts index df41ff7dd2..03606bab77 100644 --- a/web/i18n/pt-BR/share.ts +++ b/web/i18n/pt-BR/share.ts @@ -74,8 +74,8 @@ const translation = { moreThanMaxLengthLine: 'Linha {{rowIndex}}: o valor de {{varName}} não pode ter mais de {{maxLength}} caracteres', atLeastOne: 'Por favor, insira pelo menos uma linha no arquivo enviado.', }, - executions: '{{num}} EXECUÇÕES', - execution: 'EXECUÇÃO', + execution: 'Executar', + executions: '{{num}} execuções', stopRun: 'Parar execução', }, login: { diff --git a/web/i18n/ro-RO/share.ts b/web/i18n/ro-RO/share.ts index f7797ccfdf..46908b08c6 100644 --- a/web/i18n/ro-RO/share.ts +++ b/web/i18n/ro-RO/share.ts @@ -74,8 +74,8 @@ const translation = { moreThanMaxLengthLine: 'Rândul {{rowIndex}}: valoarea {{varName}} nu poate avea mai mult de {{maxLength}} caractere', atLeastOne: 'Vă rugăm să introduceți cel puțin un rând în fișierul încărcat.', }, - execution: 'EXECUȚIE', - executions: '{{num}} EXECUȚII', + execution: 'Rulare', + executions: '{{num}} rulări', stopRun: 'Oprește execuția', }, login: { diff --git a/web/i18n/ru-RU/share.ts b/web/i18n/ru-RU/share.ts index 190e7c0b6f..2507fc429a 100644 --- a/web/i18n/ru-RU/share.ts +++ b/web/i18n/ru-RU/share.ts @@ -74,8 +74,8 @@ const translation = { moreThanMaxLengthLine: 'Строка {{rowIndex}}: значение {{varName}} не может превышать {{maxLength}} символов', atLeastOne: 'Пожалуйста, введите хотя бы одну строку в загруженный файл.', }, - execution: 'ИСПОЛНЕНИЕ', - executions: '{{num}} ВЫПОЛНЕНИЯ', + execution: 'Запуск', + executions: '{{num}} запусков', stopRun: 'Остановить выполнение', }, login: { diff --git a/web/i18n/sl-SI/share.ts b/web/i18n/sl-SI/share.ts index 3793582ec0..4b84d7dcee 100644 --- a/web/i18n/sl-SI/share.ts +++ b/web/i18n/sl-SI/share.ts @@ -71,8 +71,8 @@ const translation = { moreThanMaxLengthLine: 'Vrstica {{rowIndex}}: vrednost {{varName}} ne sme biti daljša od {{maxLength}} znakov', atLeastOne: 'Prosimo, vnesite vsaj eno vrstico v naloženo datoteko.', }, - execution: 'IZVEDBA', - executions: '{{num}} IZVRŠITEV', + execution: 'Zagon', + executions: '{{num}} zagonov', stopRun: 'Ustavi izvajanje', }, login: { diff --git a/web/i18n/th-TH/share.ts b/web/i18n/th-TH/share.ts index 04371405ee..69558b1c93 100644 --- a/web/i18n/th-TH/share.ts +++ b/web/i18n/th-TH/share.ts @@ -71,7 +71,7 @@ const translation = { atLeastOne: 'โปรดป้อนอย่างน้อยหนึ่งแถวในไฟล์ที่อัปโหลด', }, execution: 'การดำเนินการ', - executions: '{{num}} การประหารชีวิต', + executions: '{{num}} ครั้งที่รัน', stopRun: 'หยุดการทำงาน', }, login: { diff --git a/web/i18n/tr-TR/share.ts b/web/i18n/tr-TR/share.ts index a12973df0b..8c72cb0a64 100644 --- a/web/i18n/tr-TR/share.ts +++ b/web/i18n/tr-TR/share.ts @@ -70,8 +70,8 @@ const translation = { moreThanMaxLengthLine: 'Satır {{rowIndex}}: {{varName}} değeri {{maxLength}} karakterden fazla olamaz', atLeastOne: 'Lütfen yüklenen dosyada en az bir satır girin.', }, - execution: 'İFRAZAT', - executions: '{{num}} İDAM', + execution: 'Çalıştır', + executions: '{{num}} çalıştırma', stopRun: 'Çalışmayı durdur', }, login: { diff --git a/web/i18n/uk-UA/share.ts b/web/i18n/uk-UA/share.ts index 5e1142caa5..6813201c85 100644 --- a/web/i18n/uk-UA/share.ts +++ b/web/i18n/uk-UA/share.ts @@ -70,8 +70,8 @@ const translation = { moreThanMaxLengthLine: 'Рядок {{rowIndex}}: значення {{varName}} не може містити більше {{maxLength}} символів', atLeastOne: 'Будь ласка, введіть принаймні один рядок у завантажений файл.', }, - execution: 'ВИКОНАННЯ', - executions: '{{num}} ВИКОНАНЬ', + execution: 'Запуск', + executions: '{{num}} запусків', stopRun: 'Зупинити виконання', }, login: { diff --git a/web/i18n/vi-VN/share.ts b/web/i18n/vi-VN/share.ts index faa5049dc3..8cacb61618 100644 --- a/web/i18n/vi-VN/share.ts +++ b/web/i18n/vi-VN/share.ts @@ -70,8 +70,8 @@ const translation = { moreThanMaxLengthLine: 'Dòng {{rowIndex}}: {{varName}} không thể chứa quá {{maxLength}} ký tự', atLeastOne: 'Vui lòng nhập ít nhất một dòng vào tệp đã tải lên.', }, - executions: '{{num}} ÁN TỬ HÌNH', - execution: 'THI HÀNH', + execution: 'Chạy', + executions: '{{num}} lần chạy', stopRun: 'Dừng thực thi', }, login: { diff --git a/web/i18n/zh-Hant/share.ts b/web/i18n/zh-Hant/share.ts index af87666941..afafbb4e35 100644 --- a/web/i18n/zh-Hant/share.ts +++ b/web/i18n/zh-Hant/share.ts @@ -71,7 +71,7 @@ const translation = { atLeastOne: '上傳檔案的內容不能少於一條', }, execution: '執行', - executions: '{{num}} 執行', + executions: '{{num}} 次執行', stopRun: '停止運行', }, login: {