mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 04:35:56 +08:00
parent
b7778de224
commit
8c32f8c77d
@ -64,6 +64,9 @@ const translation = {
|
||||
annotated: 'Markierte Verbesserungen ({{count}} Elemente)',
|
||||
not_annotated: 'Nicht annotiert',
|
||||
},
|
||||
sortBy: 'Sortieren nach:',
|
||||
descending: 'absteigend',
|
||||
ascending: 'aufsteigend',
|
||||
},
|
||||
workflowTitle: 'Workflow-Protokolle',
|
||||
workflowSubtitle: 'Das Protokoll hat den Vorgang von Automate aufgezeichnet.',
|
||||
|
@ -70,6 +70,9 @@ const translation = {
|
||||
annotated: 'Mejoras Anotadas ({{count}} elementos)',
|
||||
not_annotated: 'No Anotadas',
|
||||
},
|
||||
sortBy: 'Ordenar por:',
|
||||
descending: 'descendente',
|
||||
ascending: 'ascendente',
|
||||
},
|
||||
workflowTitle: 'Registros de Flujo de Trabajo',
|
||||
workflowSubtitle: 'El registro registró la operación de Automate.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'زمان',
|
||||
updatedTime: 'زمان بهروزرسانی',
|
||||
time: 'زمان ایجاد',
|
||||
endUser: 'کاربر نهایی',
|
||||
input: 'ورودی',
|
||||
output: 'خروجی',
|
||||
@ -69,6 +70,9 @@ const translation = {
|
||||
annotated: 'بهبودهای حاشیهنویسی شده ({{count}} آیتم)',
|
||||
not_annotated: 'حاشیهنویسی نشده',
|
||||
},
|
||||
sortBy: 'مرتبسازی بر اساس:',
|
||||
descending: 'نزولی',
|
||||
ascending: 'صعودی',
|
||||
},
|
||||
workflowTitle: 'لاگهای جریان کاری',
|
||||
workflowSubtitle: 'لاگ عملیات خودکار را ثبت کرده است.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Heure',
|
||||
updatedTime: 'Heure de mise à jour',
|
||||
time: 'Heure de création',
|
||||
endUser: 'Utilisateur final',
|
||||
input: 'Entrée',
|
||||
output: 'Sortie',
|
||||
@ -69,6 +70,9 @@ const translation = {
|
||||
annotated: 'Améliorations annotées ({{count}} éléments)',
|
||||
not_annotated: 'Non annoté',
|
||||
},
|
||||
sortBy: 'Trier par :',
|
||||
descending: 'décroissant',
|
||||
ascending: 'croissant',
|
||||
},
|
||||
workflowTitle: 'Journaux de workflow',
|
||||
workflowSubtitle: 'Le journal enregistre l\'opération d\'Automate.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'समय',
|
||||
updatedTime: 'अपडेट का समय',
|
||||
time: 'बनाने का समय',
|
||||
endUser: 'अंतिम उपयोगकर्ता',
|
||||
input: 'इनपुट',
|
||||
output: 'आउटपुट',
|
||||
@ -71,6 +72,9 @@ const translation = {
|
||||
annotated: 'एनोटेट किए गए सुधार ({{count}} आइटम)',
|
||||
not_annotated: 'एनोटेट नहीं किया गया',
|
||||
},
|
||||
sortBy: 'इसके अनुसार क्रमबद्ध करें:',
|
||||
descending: 'अवरोही',
|
||||
ascending: 'आरोही',
|
||||
},
|
||||
workflowTitle: 'वर्कफ़्लो लॉग्स',
|
||||
workflowSubtitle: 'यह लॉग ऑटोमेटे के ऑपरेशन को रिकॉर्ड करता है।',
|
||||
|
@ -5,7 +5,8 @@ const translation = {
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Ora',
|
||||
updatedTime: 'Ora di aggiornamento',
|
||||
time: 'Ora di creazione',
|
||||
endUser: 'Utente Finale',
|
||||
input: 'Input',
|
||||
output: 'Output',
|
||||
@ -73,6 +74,9 @@ const translation = {
|
||||
annotated: 'Miglioramenti Annotati ({{count}} elementi)',
|
||||
not_annotated: 'Non Annotati',
|
||||
},
|
||||
sortBy: 'Ordina per:',
|
||||
descending: 'decrescente',
|
||||
ascending: 'crescente',
|
||||
},
|
||||
workflowTitle: 'Registri del Workflow',
|
||||
workflowSubtitle: 'Il registro ha registrato il funzionamento di Automate.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'YYYY/MM/DD HH:mm',
|
||||
table: {
|
||||
header: {
|
||||
time: '시간',
|
||||
updatedTime: '업데이트 시간',
|
||||
time: '생성 시간',
|
||||
endUser: '엔드 유저',
|
||||
input: '입력',
|
||||
output: '출력',
|
||||
@ -70,6 +71,9 @@ const translation = {
|
||||
annotated: '향상 주석 ({{count}} 개 항목)',
|
||||
not_annotated: '주석 없음',
|
||||
},
|
||||
sortBy: '정렬 기준:',
|
||||
descending: '내림차순',
|
||||
ascending: '오름차순',
|
||||
},
|
||||
workflowTitle: '워크플로우 로그',
|
||||
workflowSubtitle: '이 로그는 Automate의 작업을 기록했습니다.',
|
||||
|
@ -5,7 +5,8 @@ const translation = {
|
||||
dateTimeFormat: 'DD/MM/YYYY HH:mm',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Czas',
|
||||
updatedTime: 'Czas aktualizacji',
|
||||
time: 'Czas utworzenia',
|
||||
endUser: 'Użytkownik końcowy',
|
||||
input: 'Wejście',
|
||||
output: 'Wyjście',
|
||||
@ -73,6 +74,9 @@ const translation = {
|
||||
annotated: 'Zanotowane usprawnienia ({{count}} elementów)',
|
||||
not_annotated: 'Nie zanotowane',
|
||||
},
|
||||
sortBy: 'Sortuj według:',
|
||||
descending: 'malejąco',
|
||||
ascending: 'rosnąco',
|
||||
},
|
||||
workflowTitle: 'Dzienniki przepływu pracy',
|
||||
workflowSubtitle: 'Dziennik zarejestrował operację Automatyzacji.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Hora',
|
||||
updatedTime: 'Hora de atualização',
|
||||
time: 'Hora de criação',
|
||||
endUser: 'Usuário Final',
|
||||
input: 'Entrada',
|
||||
output: 'Saída',
|
||||
@ -69,6 +70,9 @@ const translation = {
|
||||
annotated: 'Melhorias Anotadas ({{count}} itens)',
|
||||
not_annotated: 'Não Anotado',
|
||||
},
|
||||
sortBy: 'Ordenar por:',
|
||||
descending: 'decrescente',
|
||||
ascending: 'crescente',
|
||||
},
|
||||
workflowTitle: 'Registros de Fluxo de Trabalho',
|
||||
workflowSubtitle: 'O registro registrou a operação do Automate.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'DD/MM/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Oră',
|
||||
updatedTime: 'Timp actualizare',
|
||||
time: 'Timp creare',
|
||||
endUser: 'Utilizator final',
|
||||
input: 'Intrare',
|
||||
output: 'Ieșire',
|
||||
@ -69,6 +70,9 @@ const translation = {
|
||||
annotated: 'Îmbunătățiri annotate ({{count}} elemente)',
|
||||
not_annotated: 'Fără annotări',
|
||||
},
|
||||
sortBy: 'Sortează după:',
|
||||
descending: 'descrescător',
|
||||
ascending: 'crescător',
|
||||
},
|
||||
workflowTitle: 'Jurnale de flux de lucru',
|
||||
workflowSubtitle: 'Jurnalul a înregistrat operațiunea Automate.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'GG/AA/YYYY ss:dd ÖÖ/ÖS',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Zaman',
|
||||
updatedTime: 'Güncellenme zamanı',
|
||||
time: 'Oluşturulma zamanı',
|
||||
endUser: 'Son Kullanıcı',
|
||||
input: 'Girdi',
|
||||
output: 'Çıktı',
|
||||
@ -69,6 +70,9 @@ const translation = {
|
||||
annotated: 'Açıklamalı İyileştirmeler ({{count}} öğe)',
|
||||
not_annotated: 'Açıklanmamış',
|
||||
},
|
||||
sortBy: 'Sıralama ölçütü:',
|
||||
descending: 'azalan',
|
||||
ascending: 'artan',
|
||||
},
|
||||
workflowTitle: 'Workflow Günlükleri',
|
||||
workflowSubtitle: 'Günlük, Automate\'in çalışmasını kaydetmiştir.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Час',
|
||||
updatedTime: 'Час оновлення',
|
||||
time: 'Час створення',
|
||||
endUser: 'Кінцевий Користувач',
|
||||
input: 'Введення',
|
||||
output: 'Виведення',
|
||||
@ -69,6 +70,9 @@ const translation = {
|
||||
annotated: 'Покращення з Анотацією ({{count}} елементів)',
|
||||
not_annotated: 'Без Анотації',
|
||||
},
|
||||
sortBy: 'Сортувати за:',
|
||||
descending: 'спадаючий',
|
||||
ascending: 'зростаючий',
|
||||
},
|
||||
workflowTitle: 'Журнали Робочого Процесу',
|
||||
workflowSubtitle: 'Журнал зареєстрував роботу Автоматизації.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Thời gian',
|
||||
updatedTime: 'Thời gian cập nhật',
|
||||
time: 'Thời gian tạo',
|
||||
endUser: 'Người dùng cuối',
|
||||
input: 'Đầu vào',
|
||||
output: 'Đầu ra',
|
||||
@ -69,6 +70,9 @@ const translation = {
|
||||
annotated: 'Đã chú thích ({{count}} mục)',
|
||||
not_annotated: 'Chưa chú thích',
|
||||
},
|
||||
sortBy: 'Sắp xếp theo:',
|
||||
descending: 'giảm dần',
|
||||
ascending: 'tăng dần',
|
||||
},
|
||||
workflowTitle: 'Nhật ký quy trình làm việc',
|
||||
workflowSubtitle: 'Nhật ký ghi lại hoạt động của Tự động hóa.',
|
||||
|
@ -4,7 +4,8 @@ const translation = {
|
||||
dateTimeFormat: 'YYYY-MM-DD HH:mm',
|
||||
table: {
|
||||
header: {
|
||||
time: '時間',
|
||||
updatedTime: '更新時間',
|
||||
time: '創建時間',
|
||||
endUser: '使用者',
|
||||
input: '輸入',
|
||||
output: '輸出',
|
||||
@ -69,6 +70,9 @@ const translation = {
|
||||
annotated: '已標註改進({{count}} 項)',
|
||||
not_annotated: '未標註',
|
||||
},
|
||||
sortBy: '排序方式:',
|
||||
descending: '降序',
|
||||
ascending: '升序',
|
||||
},
|
||||
workflowTitle: '日誌',
|
||||
workflowSubtitle: '日誌記錄了應用的執行情況',
|
||||
|
Loading…
x
Reference in New Issue
Block a user