mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix typos in message catalog
This commit is contained in:
parent
e5a21a3261
commit
f424f07e54
@ -17,7 +17,7 @@
|
||||
"tip14": "[shift] を押しながらノードを [click] すると、接続された全てのノードを選択できます。",
|
||||
"tip15": "[ctrl] を押しながらノードを [click] すると、選択/非選択を切り替えできます。",
|
||||
"tip16": "{{core:show-previous-tab}} や {{core:show-next-tab}} で、タブの切り替えができます。",
|
||||
"tip17": "ノードのプロバティ設定画面にて {{core:confirm-edit-tray}} を押すと、変更を確定できます。また、 {{core:cancel-edit-tray}} を押すと、変更を取り消せます。",
|
||||
"tip17": "ノードのプロパティ設定画面にて {{core:confirm-edit-tray}} を押すと、変更を確定できます。また、 {{core:cancel-edit-tray}} を押すと、変更を取り消せます。",
|
||||
"tip18": "ノードを選択し、 {{core:edit-selected-node}} を押すとプロパティ設定画面が表示されます。"
|
||||
}
|
||||
}
|
||||
|
2
packages/node_modules/@node-red/nodes/locales/en-US/messages.json
vendored
Executable file → Normal file
2
packages/node_modules/@node-red/nodes/locales/en-US/messages.json
vendored
Executable file → Normal file
@ -137,7 +137,7 @@
|
||||
"toConsole": "system console",
|
||||
"toStatus": "node status (32 characters)",
|
||||
"severity": "Level",
|
||||
"node": "node",
|
||||
"node": "node",
|
||||
"notification": {
|
||||
"activated": "Successfully activated: __label__",
|
||||
"deactivated": "Successfully deactivated: __label__"
|
||||
|
@ -137,7 +137,7 @@
|
||||
"toConsole": "システムコンソール",
|
||||
"toStatus": "ノードステータス(32 文字)",
|
||||
"severity": "Level",
|
||||
"node": "ノード",
|
||||
"node": "ノード",
|
||||
"notification": {
|
||||
"activated": "有効化しました: __label__",
|
||||
"deactivated": "無効化しました: __label__"
|
||||
|
Loading…
x
Reference in New Issue
Block a user