diff --git a/web/app/components/workflow/operator/zoom-in-out.tsx b/web/app/components/workflow/operator/zoom-in-out.tsx index 24035917a7..4db3841bf2 100644 --- a/web/app/components/workflow/operator/zoom-in-out.tsx +++ b/web/app/components/workflow/operator/zoom-in-out.tsx @@ -229,7 +229,7 @@ const ZoomInOut: FC = ({ - +
{ ZOOM_IN_OUT_OPTIONS.map((options, i) => ( diff --git a/web/i18n/de-DE/workflow.ts b/web/i18n/de-DE/workflow.ts index 06d3821e6a..a01e6b78ca 100644 --- a/web/i18n/de-DE/workflow.ts +++ b/web/i18n/de-DE/workflow.ts @@ -328,6 +328,9 @@ const translation = { zoomTo50: 'Auf 50% vergrößern', zoomTo100: 'Auf 100% vergrößern', zoomToFit: 'An Bildschirm anpassen', + showUserComments: 'Kommentare', + showUserCursors: 'Cursor von Mitarbeitenden', + showMiniMap: 'Minikarte', selectionAlignment: 'Ausrichtung der Auswahl', alignLeft: 'Links', alignTop: 'Nach oben', diff --git a/web/i18n/es-ES/workflow.ts b/web/i18n/es-ES/workflow.ts index d78850ad83..eb62110c21 100644 --- a/web/i18n/es-ES/workflow.ts +++ b/web/i18n/es-ES/workflow.ts @@ -328,6 +328,9 @@ const translation = { zoomTo50: 'Zoom al 50%', zoomTo100: 'Zoom al 100%', zoomToFit: 'Ajustar al tamaño', + showUserComments: 'Comentarios', + showUserCursors: 'Cursores de colaboradores', + showMiniMap: 'Minimapa', alignTop: 'Arriba', alignBottom: 'Abajo', alignNodes: 'Alinear nodos', diff --git a/web/i18n/fa-IR/workflow.ts b/web/i18n/fa-IR/workflow.ts index addb9618b9..5191dbfe70 100644 --- a/web/i18n/fa-IR/workflow.ts +++ b/web/i18n/fa-IR/workflow.ts @@ -328,6 +328,9 @@ const translation = { zoomTo50: 'بزرگ‌نمایی به 50%', zoomTo100: 'بزرگ‌نمایی به 100%', zoomToFit: 'تناسب با اندازه', + showUserComments: 'نظرات', + showUserCursors: 'نشانگرهای همکاران', + showMiniMap: 'نقشه کوچک', horizontal: 'افقی', alignBottom: 'پایین', alignRight: 'راست', diff --git a/web/i18n/fr-FR/workflow.ts b/web/i18n/fr-FR/workflow.ts index 104606789f..b4e7197f7a 100644 --- a/web/i18n/fr-FR/workflow.ts +++ b/web/i18n/fr-FR/workflow.ts @@ -328,6 +328,9 @@ const translation = { zoomTo50: 'Zoomer à 50%', zoomTo100: 'Zoomer à 100%', zoomToFit: 'Zoomer pour ajuster', + showUserComments: 'Commentaires', + showUserCursors: 'Curseurs des collaborateurs', + showMiniMap: 'Mini-carte', alignBottom: 'Bas', alignLeft: 'Gauche', alignCenter: 'Centre', diff --git a/web/i18n/hi-IN/workflow.ts b/web/i18n/hi-IN/workflow.ts index b6330fe79f..d96c8bea38 100644 --- a/web/i18n/hi-IN/workflow.ts +++ b/web/i18n/hi-IN/workflow.ts @@ -339,6 +339,9 @@ const translation = { zoomTo50: '50% पर ज़ूम करें', zoomTo100: '100% पर ज़ूम करें', zoomToFit: 'फिट करने के लिए ज़ूम करें', + showUserComments: 'टिप्पणियाँ', + showUserCursors: 'सहयोगी कर्सर', + showMiniMap: 'मिनी मानचित्र', alignRight: 'दाएं', alignLeft: 'बाएं', alignTop: 'शीर्ष', diff --git a/web/i18n/id-ID/workflow.ts b/web/i18n/id-ID/workflow.ts index 63496f58b5..372a6a70df 100644 --- a/web/i18n/id-ID/workflow.ts +++ b/web/i18n/id-ID/workflow.ts @@ -317,6 +317,9 @@ const translation = { alignCenter: 'Pusat', zoomOut: 'Perkecil', zoomToFit: 'Perbesar agar sesuai', + showUserComments: 'Komentar', + showUserCursors: 'Kursor kolaborator', + showMiniMap: 'Peta mini', vertical: 'Vertikal', alignTop: 'Puncak', alignMiddle: 'Tengah', diff --git a/web/i18n/it-IT/workflow.ts b/web/i18n/it-IT/workflow.ts index a94b7d06ca..cb3bfecd9b 100644 --- a/web/i18n/it-IT/workflow.ts +++ b/web/i18n/it-IT/workflow.ts @@ -342,6 +342,9 @@ const translation = { zoomTo50: 'Zoom al 50%', zoomTo100: 'Zoom al 100%', zoomToFit: 'Zoom per Adattare', + showUserComments: 'Commenti', + showUserCursors: 'Cursori dei collaboratori', + showMiniMap: 'Mini mappa', alignRight: 'A destra', selectionAlignment: 'Allineamento della selezione', alignBottom: 'In basso', diff --git a/web/i18n/ja-JP/workflow.ts b/web/i18n/ja-JP/workflow.ts index f3fca315d0..09d434f799 100644 --- a/web/i18n/ja-JP/workflow.ts +++ b/web/i18n/ja-JP/workflow.ts @@ -333,6 +333,9 @@ const translation = { zoomTo50: '50% サイズ', zoomTo100: '等倍表示', zoomToFit: '画面に合わせる', + showUserComments: 'コメント', + showUserCursors: '協働者のカーソル', + showMiniMap: 'ミニマップ', horizontal: '水平', alignBottom: '下', alignNodes: 'ノードを整列', diff --git a/web/i18n/ko-KR/workflow.ts b/web/i18n/ko-KR/workflow.ts index 73eb5da3dd..6cda796f39 100644 --- a/web/i18n/ko-KR/workflow.ts +++ b/web/i18n/ko-KR/workflow.ts @@ -349,6 +349,9 @@ const translation = { zoomTo50: '50% 로 확대', zoomTo100: '100% 로 확대', zoomToFit: '화면에 맞게 확대', + showUserComments: '댓글', + showUserCursors: '협업자 커서', + showMiniMap: '미니맵', alignCenter: '중앙', alignRight: '오른쪽', alignLeft: '왼쪽', diff --git a/web/i18n/pl-PL/workflow.ts b/web/i18n/pl-PL/workflow.ts index 1d2a892941..8667abd217 100644 --- a/web/i18n/pl-PL/workflow.ts +++ b/web/i18n/pl-PL/workflow.ts @@ -302,6 +302,9 @@ const translation = { alignCenter: 'Centrum', alignRight: 'Prawy', alignNodes: 'Wyrównywanie węzłów', + showUserComments: 'Komentarze', + showUserCursors: 'Kursory współpracowników', + showMiniMap: 'Minimapa', selectionAlignment: 'Wyrównanie zaznaczenia', horizontal: 'Poziomy', distributeVertical: 'Rozmieść pionowo', diff --git a/web/i18n/pt-BR/workflow.ts b/web/i18n/pt-BR/workflow.ts index 5610cacc13..ce5929bc35 100644 --- a/web/i18n/pt-BR/workflow.ts +++ b/web/i18n/pt-BR/workflow.ts @@ -302,6 +302,9 @@ const translation = { alignLeft: 'Esquerda', alignBottom: 'Inferior', distributeHorizontal: 'Distribuir horizontalmente', + showUserComments: 'Comentários', + showUserCursors: 'Cursores dos colaboradores', + showMiniMap: 'Minimapa', alignMiddle: 'Meio', alignRight: 'Direita', horizontal: 'Horizontal', diff --git a/web/i18n/ro-RO/workflow.ts b/web/i18n/ro-RO/workflow.ts index d2239e7979..96ee9a79ce 100644 --- a/web/i18n/ro-RO/workflow.ts +++ b/web/i18n/ro-RO/workflow.ts @@ -304,6 +304,9 @@ const translation = { alignMiddle: 'Mijloc', distributeVertical: 'Distribuie vertical', alignCenter: 'Centru', + showUserComments: 'Comentarii', + showUserCursors: 'Cursoarele colaboratorilor', + showMiniMap: 'Mini-hartă', distributeHorizontal: 'Distribuie orizontal', alignBottom: 'Jos', alignTop: 'Sus', diff --git a/web/i18n/ru-RU/workflow.ts b/web/i18n/ru-RU/workflow.ts index 2345f3447b..1a59672d42 100644 --- a/web/i18n/ru-RU/workflow.ts +++ b/web/i18n/ru-RU/workflow.ts @@ -300,6 +300,9 @@ const translation = { alignBottom: 'Вниз', alignRight: 'Вправо', distributeHorizontal: 'Распределить по горизонтали', + showUserComments: 'Комментарии', + showUserCursors: 'Курсоры участников', + showMiniMap: 'Мини-карта', alignMiddle: 'По центру', vertical: 'Вертикальный', alignCenter: 'Центр', diff --git a/web/i18n/sl-SI/workflow.ts b/web/i18n/sl-SI/workflow.ts index 7a167c236f..774c5aa617 100644 --- a/web/i18n/sl-SI/workflow.ts +++ b/web/i18n/sl-SI/workflow.ts @@ -300,6 +300,9 @@ const translation = { alignBottom: 'Spodaj', alignCenter: 'Center', distributeVertical: 'Razporedi navpično', + showUserComments: 'Komentarji', + showUserCursors: 'Kazalci sodelavcev', + showMiniMap: 'Mini zemljevid', alignRight: 'Desno', alignTop: 'Vrh', vertical: 'Navpičen', diff --git a/web/i18n/th-TH/workflow.ts b/web/i18n/th-TH/workflow.ts index 1cea01690a..264d097514 100644 --- a/web/i18n/th-TH/workflow.ts +++ b/web/i18n/th-TH/workflow.ts @@ -302,6 +302,9 @@ const translation = { horizontal: 'แนวนอน', vertical: 'แนวตั้ง', alignTop: 'ด้านบน', + showUserComments: 'ความคิดเห็น', + showUserCursors: 'เคอร์เซอร์ของผู้ร่วมงาน', + showMiniMap: 'แผนที่ย่อ', distributeVertical: 'ระยะห่างแนวตั้ง', alignLeft: 'ซ้าย', selectionAlignment: 'การจัดตําแหน่งการเลือก', diff --git a/web/i18n/tr-TR/workflow.ts b/web/i18n/tr-TR/workflow.ts index dfab5c2c0c..f0d027f5ea 100644 --- a/web/i18n/tr-TR/workflow.ts +++ b/web/i18n/tr-TR/workflow.ts @@ -301,6 +301,9 @@ const translation = { alignLeft: 'Sol', alignNodes: 'Düğümleri Hizala', vertical: 'Dikey', + showUserComments: 'Yorumlar', + showUserCursors: 'İşbirlikçi imleçleri', + showMiniMap: 'Mini harita', alignRight: 'Sağ', alignTop: 'Üst', alignBottom: 'Alt', diff --git a/web/i18n/uk-UA/workflow.ts b/web/i18n/uk-UA/workflow.ts index 09f2b71eea..8de3dd639d 100644 --- a/web/i18n/uk-UA/workflow.ts +++ b/web/i18n/uk-UA/workflow.ts @@ -302,6 +302,9 @@ const translation = { alignBottom: 'Низ', alignLeft: 'Ліворуч', alignTop: 'Верх', + showUserComments: 'Коментарі', + showUserCursors: 'Курсори співучасників', + showMiniMap: 'Мінікарта', horizontal: 'Горизонтальний', alignMiddle: 'По центру', distributeVertical: 'Розподілити по вертикалі', diff --git a/web/i18n/vi-VN/workflow.ts b/web/i18n/vi-VN/workflow.ts index 27d19a37f4..aae85bb893 100644 --- a/web/i18n/vi-VN/workflow.ts +++ b/web/i18n/vi-VN/workflow.ts @@ -300,6 +300,9 @@ const translation = { alignMiddle: 'Giữa', alignRight: 'Phải', alignNodes: 'Căn chỉnh các nút', + showUserComments: 'Bình luận', + showUserCursors: 'Con trỏ của cộng tác viên', + showMiniMap: 'Bản đồ nhỏ', alignLeft: 'Trái', horizontal: 'Ngang', alignCenter: 'Giữa', diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts index ae7cc427e5..81ba647bf5 100644 --- a/web/i18n/zh-Hans/workflow.ts +++ b/web/i18n/zh-Hans/workflow.ts @@ -334,6 +334,9 @@ const translation = { zoomTo50: '缩放到 50%', zoomTo100: '放大到 100%', zoomToFit: '自适应视图', + showUserComments: '评论', + showUserCursors: '协作者光标', + showMiniMap: '小地图', alignNodes: '对齐节点', alignLeft: '左对齐', alignCenter: '居中对齐', diff --git a/web/i18n/zh-Hant/workflow.ts b/web/i18n/zh-Hant/workflow.ts index bb580c3de4..94d46bd2dc 100644 --- a/web/i18n/zh-Hant/workflow.ts +++ b/web/i18n/zh-Hant/workflow.ts @@ -328,6 +328,9 @@ const translation = { zoomTo50: '縮放到 50%', zoomTo100: '放大到 100%', zoomToFit: '自適應視圖', + showUserComments: '評論', + showUserCursors: '協作者游標', + showMiniMap: '小地圖', alignNodes: '對齊節點', distributeVertical: '垂直等間距', alignLeft: '左對齊',