diff --git a/web/i18n/de-DE/workflow.ts b/web/i18n/de-DE/workflow.ts index 1bd965c73..79e54b96c 100644 --- a/web/i18n/de-DE/workflow.ts +++ b/web/i18n/de-DE/workflow.ts @@ -968,6 +968,15 @@ const translation = { }, settingsTab: 'Einstellungen', lastRunTab: 'Letzte Ausführung', + relations: { + dependents: 'Angehörige', + dependenciesDescription: 'Knoten, auf die sich dieser Knoten stützt', + dependencies: 'Abhängigkeiten', + noDependencies: 'Keine Abhängigkeiten', + dependentsDescription: 'Knoten, die auf diesem Knoten basieren', + noDependents: 'Keine Angehörigen', + }, + relationsTab: 'Beziehungen', }, } diff --git a/web/i18n/es-ES/workflow.ts b/web/i18n/es-ES/workflow.ts index d4958c3c0..580164761 100644 --- a/web/i18n/es-ES/workflow.ts +++ b/web/i18n/es-ES/workflow.ts @@ -968,6 +968,15 @@ const translation = { }, lastRunTab: 'Última ejecución', settingsTab: 'Ajustes', + relations: { + dependents: 'Dependientes', + dependenciesDescription: 'Nodos en los que se basa este nodo', + dependentsDescription: 'Nodos que dependen de este nodo', + noDependencies: 'Sin dependencias', + noDependents: 'Sin dependientes', + dependencies: 'Dependencias', + }, + relationsTab: 'Relaciones', }, } diff --git a/web/i18n/fa-IR/workflow.ts b/web/i18n/fa-IR/workflow.ts index b3de497c2..55086a1a3 100644 --- a/web/i18n/fa-IR/workflow.ts +++ b/web/i18n/fa-IR/workflow.ts @@ -104,9 +104,7 @@ const translation = { noHistory: 'بدون تاریخچه', loadMore: 'بارگذاری گردش کار بیشتر', exportPNG: 'صادرات به فرمت PNG', - noExist: 'هیچگونه متغیری وجود ندارد', exitVersions: 'نسخه‌های خروجی', - referenceVar: 'متغیر مرجع', exportSVG: 'صادرات به فرمت SVG', exportJPEG: 'صادرات به فرمت JPEG', exportImage: 'تصویر را صادر کنید', @@ -608,7 +606,6 @@ const translation = { }, select: 'انتخاب', addSubVariable: 'متغیر فرعی', - condition: 'شرط', }, variableAssigner: { title: 'تخصیص متغیرها', @@ -971,6 +968,15 @@ const translation = { }, settingsTab: 'تنظیمات', lastRunTab: 'آخرین اجرا', + relations: { + dependents: 'وابسته', + dependencies: 'وابسته', + noDependents: 'بدون وابستگان', + noDependencies: 'بدون وابستگی', + dependenciesDescription: 'گره هایی که این گره به آنها متکی است', + dependentsDescription: 'گره هایی که به این گره متکی هستند', + }, + relationsTab: 'روابط', }, } diff --git a/web/i18n/fr-FR/workflow.ts b/web/i18n/fr-FR/workflow.ts index adc3eb125..20d5d23ce 100644 --- a/web/i18n/fr-FR/workflow.ts +++ b/web/i18n/fr-FR/workflow.ts @@ -107,9 +107,7 @@ const translation = { exitVersions: 'Versions de sortie', exportSVG: 'Exporter en SVG', publishUpdate: 'Publier une mise à jour', - noExist: 'Aucune variable de ce type', versionHistory: 'Historique des versions', - referenceVar: 'Variable de référence', exportImage: 'Exporter l\'image', exportJPEG: 'Exporter en JPEG', needEndNode: 'Le nœud de fin doit être ajouté', @@ -608,7 +606,6 @@ const translation = { }, select: 'Choisir', addSubVariable: 'Sous-variable', - condition: 'Condition', }, variableAssigner: { title: 'Attribuer des variables', @@ -971,6 +968,15 @@ const translation = { }, settingsTab: 'Paramètres', lastRunTab: 'Dernière Exécution', + relations: { + dependencies: 'Dépendances', + dependentsDescription: 'Nœuds qui s’appuient sur ce nœud', + noDependents: 'Pas de personnes à charge', + dependents: 'Dépendants', + noDependencies: 'Aucune dépendance', + dependenciesDescription: 'Nœuds sur lesquels repose ce nœud', + }, + relationsTab: 'Relations', }, } diff --git a/web/i18n/hi-IN/workflow.ts b/web/i18n/hi-IN/workflow.ts index 923abfaeb..74c5e0409 100644 --- a/web/i18n/hi-IN/workflow.ts +++ b/web/i18n/hi-IN/workflow.ts @@ -109,8 +109,6 @@ const translation = { exitVersions: 'निकलने के संस्करण', exportPNG: 'PNG के रूप में निर्यात करें', exportJPEG: 'JPEG के रूप में निर्यात करें', - referenceVar: 'संदर्भ चर', - noExist: 'कोई ऐसा चर नहीं है', exportImage: 'छवि निर्यात करें', publishUpdate: 'अपडेट प्रकाशित करें', exportSVG: 'SVG के रूप में निर्यात करें', @@ -623,7 +621,6 @@ const translation = { }, select: 'चुनना', addSubVariable: 'उप चर', - condition: 'स्थिति', }, variableAssigner: { title: 'वेरिएबल्स असाइन करें', @@ -991,6 +988,15 @@ const translation = { }, settingsTab: 'सेटिंग्स', lastRunTab: 'अंतिम रन', + relations: { + dependents: 'निष्पाभ लोग', + dependentsDescription: 'इस नोड पर निर्भर नोड्स', + dependencies: 'निर्भरता', + noDependents: 'कोई आश्रित नहीं', + dependenciesDescription: 'यह नोड जिस नोड पर निर्भर करता है', + noDependencies: 'कोई निर्भरताएँ नहीं', + }, + relationsTab: 'रिश्ते', }, } diff --git a/web/i18n/it-IT/workflow.ts b/web/i18n/it-IT/workflow.ts index 49b3a11e3..d006eba2b 100644 --- a/web/i18n/it-IT/workflow.ts +++ b/web/i18n/it-IT/workflow.ts @@ -110,11 +110,9 @@ const translation = { publishUpdate: 'Pubblica aggiornamento', versionHistory: 'Cronologia delle versioni', exitVersions: 'Uscita Versioni', - referenceVar: 'Variabile di riferimento', exportSVG: 'Esporta come SVG', exportImage: 'Esporta immagine', exportJPEG: 'Esporta come JPEG', - noExist: 'Nessuna variabile del genere', exportPNG: 'Esporta come PNG', needEndNode: 'Deve essere aggiunto il nodo finale', addBlock: 'Aggiungi nodo', @@ -627,7 +625,6 @@ const translation = { }, addSubVariable: 'Variabile secondaria', select: 'Selezionare', - condition: 'Condizione', }, variableAssigner: { title: 'Assegna variabili', @@ -997,6 +994,15 @@ const translation = { }, settingsTab: 'Impostazioni', lastRunTab: 'Ultima corsa', + relations: { + dependents: 'Dipendenti', + noDependencies: 'Nessuna dipendenza', + dependencies: 'Dipendenze', + noDependents: 'Nessuna persona a carico', + dependentsDescription: 'Nodi che si basano su questo nodo', + dependenciesDescription: 'Nodi su cui si basa questo nodo', + }, + relationsTab: 'Relazioni', }, } diff --git a/web/i18n/ko-KR/workflow.ts b/web/i18n/ko-KR/workflow.ts index 9b1ec6960..bc3ed580b 100644 --- a/web/i18n/ko-KR/workflow.ts +++ b/web/i18n/ko-KR/workflow.ts @@ -1019,6 +1019,15 @@ const translation = { }, settingsTab: '설정', lastRunTab: '마지막 실행', + relations: { + dependencies: '종속성', + dependentsDescription: '이 노드에 의존하는 노드', + noDependents: '부양가족 없음', + noDependencies: '종속성 없음', + dependents: '부양 가족', + dependenciesDescription: '이 노드가 의존하는 노드', + }, + relationsTab: '관계', }, } diff --git a/web/i18n/pl-PL/workflow.ts b/web/i18n/pl-PL/workflow.ts index 8c17ba0ff..29ab3ff18 100644 --- a/web/i18n/pl-PL/workflow.ts +++ b/web/i18n/pl-PL/workflow.ts @@ -108,10 +108,8 @@ const translation = { versionHistory: 'Historia wersji', exportSVG: 'Eksportuj jako SVG', exportJPEG: 'Eksportuj jako JPEG', - noExist: 'Nie ma takiej zmiennej', exportPNG: 'Eksportuj jako PNG', publishUpdate: 'Opublikuj aktualizację', - referenceVar: 'Zmienna odniesienia', addBlock: 'Dodaj węzeł', needEndNode: 'Należy dodać węzeł końcowy', needAnswerNode: 'Węzeł odpowiedzi musi zostać dodany', @@ -608,7 +606,6 @@ const translation = { }, addSubVariable: 'Zmienna podrzędna', select: 'Wybrać', - condition: 'Stan', }, variableAssigner: { title: 'Przypisz zmienne', @@ -971,6 +968,15 @@ const translation = { }, settingsTab: 'Ustawienia', lastRunTab: 'Ostatnie uruchomienie', + relations: { + dependencies: 'Zależności', + dependenciesDescription: 'Węzły, na których opiera się ten węzeł', + noDependents: 'Brak osób na utrzymaniu', + dependents: 'Zależności', + dependentsDescription: 'Węzły, które opierają się na tym węźle', + noDependencies: 'Brak zależności', + }, + relationsTab: 'Stosunków', }, } diff --git a/web/i18n/pt-BR/workflow.ts b/web/i18n/pt-BR/workflow.ts index 4d933994d..8c6c3df90 100644 --- a/web/i18n/pt-BR/workflow.ts +++ b/web/i18n/pt-BR/workflow.ts @@ -107,8 +107,6 @@ const translation = { publishUpdate: 'Publicar Atualização', versionHistory: 'Histórico de Versão', exportImage: 'Exportar Imagem', - referenceVar: 'Variável de Referência', - noExist: 'Nenhuma variável desse tipo', exitVersions: 'Versões de Sair', exportSVG: 'Exportar como SVG', exportJPEG: 'Exportar como JPEG', @@ -608,7 +606,6 @@ const translation = { }, addSubVariable: 'Subvariável', select: 'Selecionar', - condition: 'Condição', }, variableAssigner: { title: 'Atribuir variáveis', @@ -971,6 +968,15 @@ const translation = { }, settingsTab: 'Configurações', lastRunTab: 'Última execução', + relations: { + noDependents: 'Sem dependentes', + dependenciesDescription: 'Nós dos quais esse nó depende', + dependents: 'Dependentes', + dependencies: 'Dependências', + dependentsDescription: 'Nós que dependem desse nó', + noDependencies: 'Sem dependências', + }, + relationsTab: 'Relações', }, } diff --git a/web/i18n/ro-RO/workflow.ts b/web/i18n/ro-RO/workflow.ts index b4eb41d04..a994edd78 100644 --- a/web/i18n/ro-RO/workflow.ts +++ b/web/i18n/ro-RO/workflow.ts @@ -106,11 +106,9 @@ const translation = { exportImage: 'Exportă imaginea', exportSVG: 'Exportă ca SVG', exportPNG: 'Exportă ca PNG', - noExist: 'Nu există o astfel de variabilă', exitVersions: 'Ieșire Versiuni', versionHistory: 'Istoricul versiunilor', publishUpdate: 'Publicați actualizarea', - referenceVar: 'Variabilă de referință', exportJPEG: 'Exportă ca JPEG', addBlock: 'Adaugă nod', needAnswerNode: 'Nodul de răspuns trebuie adăugat', @@ -608,7 +606,6 @@ const translation = { }, select: 'Alege', addSubVariable: 'Subvariabilă', - condition: 'Condiție', }, variableAssigner: { title: 'Atribuie variabile', @@ -971,6 +968,15 @@ const translation = { }, settingsTab: 'Setări', lastRunTab: 'Ultima execuție', + relations: { + dependencies: 'Dependenţele', + noDependencies: 'Fără dependențe', + dependents: 'Dependenţe', + noDependents: 'Fără persoane aflate în întreținere', + dependentsDescription: 'Noduri care se bazează pe acest nod', + dependenciesDescription: 'Noduri pe care se bazează acest nod', + }, + relationsTab: 'Relații', }, } diff --git a/web/i18n/ru-RU/workflow.ts b/web/i18n/ru-RU/workflow.ts index 87982d133..81534334b 100644 --- a/web/i18n/ru-RU/workflow.ts +++ b/web/i18n/ru-RU/workflow.ts @@ -103,12 +103,10 @@ const translation = { addFailureBranch: 'Добавить ветвь Fail', noHistory: 'Без истории', loadMore: 'Загрузите больше рабочих процессов', - noExist: 'Такой переменной не существует', versionHistory: 'История версий', exportPNG: 'Экспортировать как PNG', exportImage: 'Экспортировать изображение', exportJPEG: 'Экспортировать как JPEG', - referenceVar: 'Ссылочная переменная', exitVersions: 'Выходные версии', exportSVG: 'Экспортировать как SVG', publishUpdate: 'Опубликовать обновление', @@ -608,7 +606,6 @@ const translation = { }, select: 'Выбирать', addSubVariable: 'Подпеременная', - condition: 'Условие', }, variableAssigner: { title: 'Назначить переменные', @@ -971,6 +968,15 @@ const translation = { }, lastRunTab: 'Последний запуск', settingsTab: 'Настройки', + relations: { + dependencies: 'Зависимости', + dependents: 'Иждивенцев', + noDependencies: 'Нет зависимостей', + dependentsDescription: 'Узлы, которые полагаются на этот узел', + noDependents: 'Отсутствие иждивенцев', + dependenciesDescription: 'Узлы, на которые опирается этот узел', + }, + relationsTab: 'Отношения', }, } diff --git a/web/i18n/sl-SI/workflow.ts b/web/i18n/sl-SI/workflow.ts index f267fb0d5..da8d19aa0 100644 --- a/web/i18n/sl-SI/workflow.ts +++ b/web/i18n/sl-SI/workflow.ts @@ -968,6 +968,15 @@ const translation = { }, settingsTab: 'Nastavitve', lastRunTab: 'Zadnji zagon', + relations: { + dependencies: 'Odvisnosti', + dependents: 'Odvisnim', + noDependents: 'Brez vzdrževanih oseb', + dependentsDescription: 'Vozlišča, ki se zanašajo na to vozlišče', + dependenciesDescription: 'Vozlišča, na katera se zanaša to vozlišče', + noDependencies: 'Brez odvisnosti', + }, + relationsTab: 'Odnose', }, } diff --git a/web/i18n/th-TH/workflow.ts b/web/i18n/th-TH/workflow.ts index a9a1ca792..78a49716b 100644 --- a/web/i18n/th-TH/workflow.ts +++ b/web/i18n/th-TH/workflow.ts @@ -105,9 +105,7 @@ const translation = { noHistory: 'ไม่มีประวัติ', versionHistory: 'ประวัติรุ่น', exportPNG: 'ส่งออกเป็น PNG', - noExist: 'ไม่มีตัวแปรดังกล่าว', exportJPEG: 'ส่งออกเป็น JPEG', - referenceVar: 'ตัวแปรอ้างอิง', publishUpdate: 'เผยแพร่การอัปเดต', exitVersions: 'ออกเวอร์ชัน', exportImage: 'ส่งออกภาพ', @@ -608,7 +606,6 @@ const translation = { selectVariable: 'เลือกตัวแปร...', addSubVariable: 'ตัวแปรย่อย', select: 'เลือก', - condition: 'เงื่อนไข', }, variableAssigner: { title: 'กําหนดตัวแปร', @@ -971,6 +968,15 @@ const translation = { }, settingsTab: 'การตั้งค่า', lastRunTab: 'รอบสุดท้าย', + relations: { + dependents: 'ผู้อยู่ในอุปการะ', + dependencies: 'อ้าง อิง', + dependenciesDescription: 'โหนดที่โหนดนี้อาศัย', + noDependencies: 'ไม่มีการพึ่งพา', + noDependents: 'ไม่มีผู้อยู่ในอุปการะ', + dependentsDescription: 'โหนดที่อาศัยโหนดนี้', + }, + relationsTab: 'สัมพันธ์', }, } diff --git a/web/i18n/tr-TR/workflow.ts b/web/i18n/tr-TR/workflow.ts index 499ba8680..00310524d 100644 --- a/web/i18n/tr-TR/workflow.ts +++ b/web/i18n/tr-TR/workflow.ts @@ -109,9 +109,7 @@ const translation = { exitVersions: 'Çıkış Sürümleri', versionHistory: 'Sürüm Geçmişi', exportJPEG: 'JPEG olarak dışa aktar', - noExist: 'Böyle bir değişken yok', exportSVG: 'SVG olarak dışa aktar', - referenceVar: 'Referans Değişken', addBlock: 'Düğüm Ekle', needAnswerNode: 'Cevap düğümü eklenmelidir.', needEndNode: 'Son düğüm eklenmelidir', @@ -609,7 +607,6 @@ const translation = { }, addSubVariable: 'Alt Değişken', select: 'Seçmek', - condition: 'Koşul', }, variableAssigner: { title: 'Değişken ata', @@ -972,6 +969,15 @@ const translation = { }, lastRunTab: 'Son Koşu', settingsTab: 'Ayarlar', + relations: { + noDependents: 'Bakmakla yükümlü olunan kişi yok', + dependentsDescription: 'Bu düğüme dayanan düğümler', + dependenciesDescription: 'Bu düğümün dayandığı düğümler', + dependencies: 'Bağımlılık', + dependents: 'Bağımlı', + noDependencies: 'Bağımlılık yok', + }, + relationsTab: 'Ilişkiler', }, } diff --git a/web/i18n/uk-UA/workflow.ts b/web/i18n/uk-UA/workflow.ts index dea3704d8..fd6e71adf 100644 --- a/web/i18n/uk-UA/workflow.ts +++ b/web/i18n/uk-UA/workflow.ts @@ -103,9 +103,7 @@ const translation = { addFailureBranch: 'Додано гілку помилки', noHistory: 'Без історії', loadMore: 'Завантажте більше робочих процесів', - referenceVar: 'Посилальна змінна', exportPNG: 'Експортувати як PNG', - noExist: 'Такої змінної не існує', exitVersions: 'Вихідні версії', versionHistory: 'Історія версій', publishUpdate: 'Опублікувати оновлення', @@ -608,7 +606,6 @@ const translation = { }, select: 'Виберіть', addSubVariable: 'Підзмінна', - condition: 'Умова', }, variableAssigner: { title: 'Присвоєння змінних', @@ -971,6 +968,15 @@ const translation = { }, lastRunTab: 'Останній запуск', settingsTab: 'Налаштування', + relations: { + noDependents: 'Без утриманців', + dependents: 'Утриманців', + dependencies: 'Залежностей', + noDependencies: 'Відсутність залежностей', + dependenciesDescription: 'Вузли, на які спирається цей вузол', + dependentsDescription: 'Вузли, які спираються на цей вузол', + }, + relationsTab: 'Відносин', }, } diff --git a/web/i18n/vi-VN/workflow.ts b/web/i18n/vi-VN/workflow.ts index 257fd1ed6..6898ec9a8 100644 --- a/web/i18n/vi-VN/workflow.ts +++ b/web/i18n/vi-VN/workflow.ts @@ -109,9 +109,7 @@ const translation = { exitVersions: 'Phiên bản thoát', exportImage: 'Xuất hình ảnh', exportPNG: 'Xuất dưới dạng PNG', - noExist: 'Không có biến như vậy', exportJPEG: 'Xuất dưới dạng JPEG', - referenceVar: 'Biến tham chiếu', needAnswerNode: 'Nút Trả lời phải được thêm vào', addBlock: 'Thêm Node', needEndNode: 'Nút Kết thúc phải được thêm vào', @@ -608,7 +606,6 @@ const translation = { }, addSubVariable: 'Biến phụ', select: 'Lựa', - condition: 'Điều kiện', }, variableAssigner: { title: 'Gán biến', @@ -971,6 +968,15 @@ const translation = { }, settingsTab: 'Cài đặt', lastRunTab: 'Chạy Lần Cuối', + relations: { + noDependencies: 'Không phụ thuộc', + dependenciesDescription: 'Các nút mà nút này dựa vào', + dependents: 'Người phụ thuộc', + dependencies: 'Phụ thuộc', + noDependents: 'Không có người phụ thuộc', + dependentsDescription: 'Các nút dựa vào nút này', + }, + relationsTab: 'Mối quan hệ', }, }