From 8b0659fc89b02eea8f9e6098dadfba94c5c38c5d Mon Sep 17 00:00:00 2001 From: Vladislav Syrochkin Date: Tue, 22 Jul 2025 08:04:48 +0500 Subject: [PATCH] feat(client): add node translations --- client/src/config/i18n.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/src/config/i18n.ts b/client/src/config/i18n.ts index 08346b1..19da706 100644 --- a/client/src/config/i18n.ts +++ b/client/src/config/i18n.ts @@ -51,7 +51,13 @@ i18n createdAccountMessage: "User successfully created!", editAccountMessage: "User successfully updated!", you: "(You)", + // nodes editNode: "Editing a block", + connectTo: "Connect to {{nodeId}}", + ifElseNode: "IF - ELSE", + conditionIf: "If {{condition}}, then", + conditionElse: "Else", + appropriationNode: "Appropriation", }, }, ru: { @@ -95,7 +101,13 @@ i18n createdAccountMessage: "Пользователь успешно создан!", editAccountMessage: "Пользователь успешно обновлен!", you: "(Вы)", + // nodes editNode: "Редактирование блока", + connectTo: `Подключить к {{nodeId}}`, + ifElseNode: "ЕСЛИ - ТО", + conditionIf: "Если {{condition}}, то", + conditionElse: "Иначе", + appropriationNode: "Присвоение", }, }, },