mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix typo
This commit is contained in:
parent
43a07301fd
commit
c3bc3f3780
@ -121,7 +121,7 @@ RED.userSettings = (function() {
|
||||
title: "menu.label.other",
|
||||
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-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}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
@ -42,7 +42,7 @@
|
||||
"ltr": "Left-to-right",
|
||||
"rtl": "Right-to-left",
|
||||
"auto": "Contextual",
|
||||
"flowVirtical": "Virtical flow"
|
||||
"flowVertical": "Vertical flow"
|
||||
},
|
||||
"sidebar": {
|
||||
"show": "Show sidebar"
|
||||
|
@ -42,7 +42,7 @@
|
||||
"ltr": "左から右",
|
||||
"rtl": "右から左",
|
||||
"auto": "文脈",
|
||||
"flowVirtical": "縦フロー"
|
||||
"flowVertical": "縦フロー"
|
||||
},
|
||||
"sidebar": {
|
||||
"show": "サイドバーを表示"
|
||||
|
@ -38,7 +38,7 @@
|
||||
"ltr": "从左到右",
|
||||
"rtl": "从右到左",
|
||||
"auto": "上下文",
|
||||
"flowVirtical": "Virtical flow"
|
||||
"flowVertical": "Vertical flow"
|
||||
},
|
||||
"sidebar": {
|
||||
"show": "显示侧边栏"
|
||||
|
Loading…
Reference in New Issue
Block a user