1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
This commit is contained in:
sakazuki 2018-12-03 20:30:29 +09:00
parent 43a07301fd
commit c3bc3f3780
4 changed files with 4 additions and 4 deletions

View File

@ -121,7 +121,7 @@ RED.userSettings = (function() {
title: "menu.label.other", title: "menu.label.other",
options: [ options: [
{setting:"view-show-tips",oldSettings:"menu-menu-item-show-tips",label:"menu.label.showTips",toggle:true,default:true,onchange:"core:toggle-show-tips"}, {setting:"view-show-tips",oldSettings:"menu-menu-item-show-tips",label:"menu.label.showTips",toggle:true,default:true,onchange:"core:toggle-show-tips"},
{setting:"view-flow-vertical",label:"menu.label.view.flowVirtical",toggle:true,default:true,onchange:RED.view.vertical} {setting:"view-flow-vertical",label:"menu.label.view.flowVertical",toggle:true,default:true,onchange:RED.view.vertical}
] ]
} }
]; ];

View File

@ -42,7 +42,7 @@
"ltr": "Left-to-right", "ltr": "Left-to-right",
"rtl": "Right-to-left", "rtl": "Right-to-left",
"auto": "Contextual", "auto": "Contextual",
"flowVirtical": "Virtical flow" "flowVertical": "Vertical flow"
}, },
"sidebar": { "sidebar": {
"show": "Show sidebar" "show": "Show sidebar"

View File

@ -42,7 +42,7 @@
"ltr": "左から右", "ltr": "左から右",
"rtl": "右から左", "rtl": "右から左",
"auto": "文脈", "auto": "文脈",
"flowVirtical": "縦フロー" "flowVertical": "縦フロー"
}, },
"sidebar": { "sidebar": {
"show": "サイドバーを表示" "show": "サイドバーを表示"

View File

@ -38,7 +38,7 @@
"ltr": "从左到右", "ltr": "从左到右",
"rtl": "从右到左", "rtl": "从右到左",
"auto": "上下文", "auto": "上下文",
"flowVirtical": "Virtical flow" "flowVertical": "Vertical flow"
}, },
"sidebar": { "sidebar": {
"show": "显示侧边栏" "show": "显示侧边栏"