feat(client): add node translations
This commit is contained in:
@@ -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: "Присвоение",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user