From 665978a6028f276c3c87598266ae4d50e14c3aca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:52:40 +0800 Subject: [PATCH] chore(i18n): sync translations with en-US (#35283) Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com> --- web/i18n/fa-IR/workflow.json | 1 + web/i18n/nl-NL/workflow.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/web/i18n/fa-IR/workflow.json b/web/i18n/fa-IR/workflow.json index 3dfaff292e..7914b861ed 100644 --- a/web/i18n/fa-IR/workflow.json +++ b/web/i18n/fa-IR/workflow.json @@ -1189,6 +1189,7 @@ "versionHistory.action.deleteFailure": "حذف نسخه ناموفق بود", "versionHistory.action.deleteSuccess": "نسخه حذف شد", "versionHistory.action.restoreFailure": "بازیابی نسخه ناموفق بود", + "versionHistory.action.restoreInProgress": "{{userName}} در حال بازیابی به نسخه {{versionName}} است...", "versionHistory.action.restoreSuccess": "نسخه بازیابی شد", "versionHistory.action.updateFailure": "به‌روزرسانی نسخه ناموفق بود", "versionHistory.action.updateSuccess": "نسخه به‌روزرسانی شد", diff --git a/web/i18n/nl-NL/workflow.json b/web/i18n/nl-NL/workflow.json index 4976e3a577..852415b419 100644 --- a/web/i18n/nl-NL/workflow.json +++ b/web/i18n/nl-NL/workflow.json @@ -109,14 +109,35 @@ "chatVariable.panelTitle": "Conversation Variables", "chatVariable.storedContent": "Stored content", "chatVariable.updatedAt": "Updated at ", + "collaboration.historyAction.generic": "Een medewerker heeft een ongedaan maken/opnieuw uitvoeren-actie uitgevoerd", "comments.actions.addComment": "Add Comment", + "comments.actions.deleteReply": "Antwoord verwijderen", "comments.actions.editComment": "Reactie bewerken", + "comments.actions.editReply": "Antwoord bewerken", + "comments.aria.closeComment": "Reactie sluiten", "comments.aria.commentActions": "Reactieacties", + "comments.aria.deleteComment": "Thread verwijderen", "comments.aria.filterComments": "Reacties filteren", + "comments.aria.nextComment": "Volgende reactie", + "comments.aria.previousComment": "Vorige reactie", + "comments.aria.replyActions": "Antwoordacties", + "comments.aria.resolveComment": "Oplossen", + "comments.confirm.deleteReplyDesc": "Dit antwoord wordt permanent verwijderd.", + "comments.confirm.deleteReplyTitle": "Dit antwoord verwijderen?", + "comments.confirm.deleteThreadDesc": "Deze actie verwijdert de thread en alle antwoorden permanent. Dit kan niet ongedaan worden gemaakt.", + "comments.confirm.deleteThreadTitle": "Deze thread verwijderen?", + "comments.fallback.user": "Gebruiker", "comments.filter.all": "Alles", "comments.filter.onlyYourThreads": "Alleen jouw threads", "comments.filter.showResolved": "Opgeloste tonen", + "comments.loading": "Laden\u2026", + "comments.noComments": "Nog geen reacties", + "comments.panelTitle": "Reactie", + "comments.placeholder.add": "Voeg een reactie toe", "comments.placeholder.editComment": "Reactie bewerken", + "comments.placeholder.editReply": "Antwoord bewerken", + "comments.placeholder.reply": "Antwoord", + "comments.reply": "Antwoord", "common.ImageUploadLegacyTip": "You can now create file type variables in the start form. We will no longer support the image upload feature in the future. ", "common.accessAPIReference": "Access API Reference", "common.addBlock": "Add Node", @@ -130,6 +151,7 @@ "common.branch": "BRANCH", "common.chooseDSL": "Choose DSL file", "common.chooseStartNodeToRun": "Choose the start node to run", + "common.commentMode": "Opmerkingsmodus", "common.configure": "Configure", "common.configureRequired": "Configure Required", "common.conversationLog": "Conversation Log", @@ -1073,6 +1095,9 @@ "operator.distributeVertical": "Space Vertically", "operator.horizontal": "Horizontal", "operator.selectionAlignment": "Selection Alignment", + "operator.showMiniMap": "Minimap", + "operator.showUserComments": "Reacties", + "operator.showUserCursors": "Cursor van medewerker", "operator.vertical": "Vertical", "operator.zoomIn": "Zoom In", "operator.zoomOut": "Zoom Out", @@ -1164,6 +1189,7 @@ "versionHistory.action.deleteFailure": "Failed to delete version", "versionHistory.action.deleteSuccess": "Version deleted", "versionHistory.action.restoreFailure": "Failed to restore version", + "versionHistory.action.restoreInProgress": "{{userName}} herstelt naar versie {{versionName}}...", "versionHistory.action.restoreSuccess": "Version restored", "versionHistory.action.updateFailure": "Failed to update version", "versionHistory.action.updateSuccess": "Version updated",