diff --git a/web/i18n/de-DE/app-log.ts b/web/i18n/de-DE/app-log.ts index 0660a87c91..8a961a597d 100644 --- a/web/i18n/de-DE/app-log.ts +++ b/web/i18n/de-DE/app-log.ts @@ -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.', diff --git a/web/i18n/es-ES/app-log.ts b/web/i18n/es-ES/app-log.ts index cd957239b2..9a5c467172 100644 --- a/web/i18n/es-ES/app-log.ts +++ b/web/i18n/es-ES/app-log.ts @@ -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.', diff --git a/web/i18n/fa-IR/app-log.ts b/web/i18n/fa-IR/app-log.ts index 80919c1c3a..1f15ca2199 100644 --- a/web/i18n/fa-IR/app-log.ts +++ b/web/i18n/fa-IR/app-log.ts @@ -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: 'لاگ عملیات خودکار را ثبت کرده است.', diff --git a/web/i18n/fr-FR/app-log.ts b/web/i18n/fr-FR/app-log.ts index ca438d0a37..da4cdaa7d8 100644 --- a/web/i18n/fr-FR/app-log.ts +++ b/web/i18n/fr-FR/app-log.ts @@ -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.', diff --git a/web/i18n/hi-IN/app-log.ts b/web/i18n/hi-IN/app-log.ts index 907f9a57c9..887b0f4ae2 100644 --- a/web/i18n/hi-IN/app-log.ts +++ b/web/i18n/hi-IN/app-log.ts @@ -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: 'यह लॉग ऑटोमेटे के ऑपरेशन को रिकॉर्ड करता है।', diff --git a/web/i18n/it-IT/app-log.ts b/web/i18n/it-IT/app-log.ts index 81acf78d99..b56a8ef23b 100644 --- a/web/i18n/it-IT/app-log.ts +++ b/web/i18n/it-IT/app-log.ts @@ -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.', diff --git a/web/i18n/ko-KR/app-log.ts b/web/i18n/ko-KR/app-log.ts index 61bf5a7f8e..f32512276d 100644 --- a/web/i18n/ko-KR/app-log.ts +++ b/web/i18n/ko-KR/app-log.ts @@ -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의 작업을 기록했습니다.', diff --git a/web/i18n/pl-PL/app-log.ts b/web/i18n/pl-PL/app-log.ts index 048958b110..8740c97ee9 100644 --- a/web/i18n/pl-PL/app-log.ts +++ b/web/i18n/pl-PL/app-log.ts @@ -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.', diff --git a/web/i18n/pt-BR/app-log.ts b/web/i18n/pt-BR/app-log.ts index 9b3ba9aaf2..0b5747e0ea 100644 --- a/web/i18n/pt-BR/app-log.ts +++ b/web/i18n/pt-BR/app-log.ts @@ -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.', diff --git a/web/i18n/ro-RO/app-log.ts b/web/i18n/ro-RO/app-log.ts index 78cf9653e7..9072d7b99a 100644 --- a/web/i18n/ro-RO/app-log.ts +++ b/web/i18n/ro-RO/app-log.ts @@ -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.', diff --git a/web/i18n/tr-TR/app-log.ts b/web/i18n/tr-TR/app-log.ts index b0dce68959..7814ae61a5 100644 --- a/web/i18n/tr-TR/app-log.ts +++ b/web/i18n/tr-TR/app-log.ts @@ -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.', diff --git a/web/i18n/uk-UA/app-log.ts b/web/i18n/uk-UA/app-log.ts index c613589e8c..fd97d5ed4c 100644 --- a/web/i18n/uk-UA/app-log.ts +++ b/web/i18n/uk-UA/app-log.ts @@ -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: 'Журнал зареєстрував роботу Автоматизації.', diff --git a/web/i18n/vi-VN/app-log.ts b/web/i18n/vi-VN/app-log.ts index 7440be6126..733c6c84df 100644 --- a/web/i18n/vi-VN/app-log.ts +++ b/web/i18n/vi-VN/app-log.ts @@ -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.', diff --git a/web/i18n/zh-Hant/app-log.ts b/web/i18n/zh-Hant/app-log.ts index 09ef73bc06..0c5af34a1a 100644 --- a/web/i18n/zh-Hant/app-log.ts +++ b/web/i18n/zh-Hant/app-log.ts @@ -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: '日誌記錄了應用的執行情況',