Skip to content

Commit

Permalink
Merge pull request #143 from ssshooter/v1.1.3
Browse files Browse the repository at this point in the history
V1.1.3 add Russian translation
  • Loading branch information
SSShooter authored Nov 22, 2022
2 parents 2a76254 + 8ba0a97 commit 3d45615
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mind-elixir",
"version": "1.1.2",
"version": "1.1.3",
"description": "Mind elixir is a free open source mind map core.",
"main": "dist/MindElixir.js",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ export default {
iconsSeparate: 'Separate icons by comma',
url: 'URL',
},
ru: {
addChild: 'Добавить дочерний элемент',
addParent: 'Добавить родительский элемент',
addSibling: 'Добавить на этом уровне',
removeNode: 'Удалить узел',
focus: 'Режим фокусировки',
cancelFocus: 'Отменить режим фокусировки',
moveUp: 'Поднять выше',
moveDown: 'Опустить ниже',
link: 'Ссылка',
clickTips: 'Пожалуйста, нажмите на целевой узел',
font: 'Цвет шрифта',
background: 'Цвет фона',
tag: 'Тег',
icon: 'Иконка',
tagsSeparate: 'Разделяйте теги запятой',
iconsSeparate: 'Разделяйте иконки запятой',
},
ja: {
addChild: '子ノードを追加する',
addParent: '親ノードを追加します',
Expand Down

0 comments on commit 3d45615

Please sign in to comment.