mirror of https://github.com/langgenius/dify.git
fix: i18n: exexutions translation (#28610)
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
parent
25698ccd54
commit
6bd114285c
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ const translation = {
|
|||
moreThanMaxLengthLine: 'ردیف {{rowIndex}}: مقدار {{varName}} نمیتواند بیشتر از {{maxLength}} کاراکتر باشد',
|
||||
atLeastOne: 'لطفاً حداقل یک ردیف در فایل بارگذاری شده وارد کنید.',
|
||||
},
|
||||
executions: '{{num}} اعدام',
|
||||
execution: 'اجرا',
|
||||
executions: '{{num}} بار اجرا',
|
||||
stopRun: 'توقف اجرا',
|
||||
},
|
||||
login: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -74,8 +74,8 @@ const translation = {
|
|||
'रॉ {{rowIndex}}: {{varName}} मान {{maxLength}} वर्णों से अधिक नहीं हो सकता',
|
||||
atLeastOne: 'कृपया अपलोड की गई फ़ाइल में कम से कम एक पंक्ति भरें।',
|
||||
},
|
||||
execution: 'अनु执行',
|
||||
executions: '{{num}} फाँसी',
|
||||
execution: 'चलाएं',
|
||||
executions: '{{num}} बार चलाएं',
|
||||
stopRun: 'निष्पादन रोकें',
|
||||
},
|
||||
login: {
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ const translation = {
|
|||
completionResult: '生成結果',
|
||||
queryPlaceholder: '入力してください',
|
||||
run: '実行',
|
||||
execution: '処理中',
|
||||
execution: '実行',
|
||||
executions: '{{num}}回実行',
|
||||
copy: 'コピー',
|
||||
resultTitle: 'AI 生成結果',
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ const translation = {
|
|||
atLeastOne: '업로드된 파일에는 적어도 한 줄의 입력이 필요합니다.',
|
||||
},
|
||||
execution: '실행',
|
||||
executions: '{{num}} 처형',
|
||||
executions: '{{num}}회 실행',
|
||||
stopRun: '실행 중지',
|
||||
},
|
||||
login: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -74,8 +74,8 @@ const translation = {
|
|||
moreThanMaxLengthLine: 'Строка {{rowIndex}}: значение {{varName}} не может превышать {{maxLength}} символов',
|
||||
atLeastOne: 'Пожалуйста, введите хотя бы одну строку в загруженный файл.',
|
||||
},
|
||||
execution: 'ИСПОЛНЕНИЕ',
|
||||
executions: '{{num}} ВЫПОЛНЕНИЯ',
|
||||
execution: 'Запуск',
|
||||
executions: '{{num}} запусков',
|
||||
stopRun: 'Остановить выполнение',
|
||||
},
|
||||
login: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ const translation = {
|
|||
atLeastOne: 'โปรดป้อนอย่างน้อยหนึ่งแถวในไฟล์ที่อัปโหลด',
|
||||
},
|
||||
execution: 'การดำเนินการ',
|
||||
executions: '{{num}} การประหารชีวิต',
|
||||
executions: '{{num}} ครั้งที่รัน',
|
||||
stopRun: 'หยุดการทำงาน',
|
||||
},
|
||||
login: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ const translation = {
|
|||
moreThanMaxLengthLine: 'Рядок {{rowIndex}}: значення {{varName}} не може містити більше {{maxLength}} символів',
|
||||
atLeastOne: 'Будь ласка, введіть принаймні один рядок у завантажений файл.',
|
||||
},
|
||||
execution: 'ВИКОНАННЯ',
|
||||
executions: '{{num}} ВИКОНАНЬ',
|
||||
execution: 'Запуск',
|
||||
executions: '{{num}} запусків',
|
||||
stopRun: 'Зупинити виконання',
|
||||
},
|
||||
login: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ const translation = {
|
|||
atLeastOne: '上傳檔案的內容不能少於一條',
|
||||
},
|
||||
execution: '執行',
|
||||
executions: '{{num}} 執行',
|
||||
executions: '{{num}} 次執行',
|
||||
stopRun: '停止運行',
|
||||
},
|
||||
login: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue