feat(client): add node translations

This commit is contained in:
2025-07-22 08:04:48 +05:00
parent 51344ef218
commit 8b0659fc89

View File

@@ -51,7 +51,13 @@ i18n
createdAccountMessage: "User successfully created!", createdAccountMessage: "User successfully created!",
editAccountMessage: "User successfully updated!", editAccountMessage: "User successfully updated!",
you: "(You)", you: "(You)",
// nodes
editNode: "Editing a block", editNode: "Editing a block",
connectTo: "Connect to {{nodeId}}",
ifElseNode: "IF - ELSE",
conditionIf: "If {{condition}}, then",
conditionElse: "Else",
appropriationNode: "Appropriation",
}, },
}, },
ru: { ru: {
@@ -95,7 +101,13 @@ i18n
createdAccountMessage: "Пользователь успешно создан!", createdAccountMessage: "Пользователь успешно создан!",
editAccountMessage: "Пользователь успешно обновлен!", editAccountMessage: "Пользователь успешно обновлен!",
you: "(Вы)", you: "(Вы)",
// nodes
editNode: "Редактирование блока", editNode: "Редактирование блока",
connectTo: `Подключить к {{nodeId}}`,
ifElseNode: "ЕСЛИ - ТО",
conditionIf: "Если {{condition}}, то",
conditionElse: "Иначе",
appropriationNode: "Присвоение",
}, },
}, },
}, },