File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mind-elixir" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " Mind elixir is a free open source mind map core." ,
55 "main" : " dist/MindElixir.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -61,6 +61,24 @@ export default {
6161 iconsSeparate : 'Separate icons by comma' ,
6262 url : 'URL' ,
6363 } ,
64+ ru : {
65+ addChild : 'Добавить дочерний элемент' ,
66+ addParent : 'Добавить родительский элемент' ,
67+ addSibling : 'Добавить на этом уровне' ,
68+ removeNode : 'Удалить узел' ,
69+ focus : 'Режим фокусировки' ,
70+ cancelFocus : 'Отменить режим фокусировки' ,
71+ moveUp : 'Поднять выше' ,
72+ moveDown : 'Опустить ниже' ,
73+ link : 'Ссылка' ,
74+ clickTips : 'Пожалуйста, нажмите на целевой узел' ,
75+ font : 'Цвет шрифта' ,
76+ background : 'Цвет фона' ,
77+ tag : 'Тег' ,
78+ icon : 'Иконка' ,
79+ tagsSeparate : 'Разделяйте теги запятой' ,
80+ iconsSeparate : 'Разделяйте иконки запятой' ,
81+ } ,
6482 ja : {
6583 addChild : '子ノードを追加する' ,
6684 addParent : '親ノードを追加します' ,
You can’t perform that action at this time.
0 commit comments