mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #4066 from kazuhitoyokoi/dev-dedup
Remove duplicated messages in the message catalog
This commit is contained in:
commit
52b4b0419f
@ -701,8 +701,7 @@
|
|||||||
"copyItemUrl": "Copy item url",
|
"copyItemUrl": "Copy item url",
|
||||||
"copyURL2Clipboard": "Copied url to clipboard",
|
"copyURL2Clipboard": "Copied url to clipboard",
|
||||||
"showFlow": "Show",
|
"showFlow": "Show",
|
||||||
"hideFlow": "Hide",
|
"hideFlow": "Hide"
|
||||||
"find": "Find in workspace"
|
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"name": "Help",
|
"name": "Help",
|
||||||
|
@ -701,8 +701,7 @@
|
|||||||
"copyItemUrl": "要素のURLをコピー",
|
"copyItemUrl": "要素のURLをコピー",
|
||||||
"copyURL2Clipboard": "URLをクリップボードにコピーしました",
|
"copyURL2Clipboard": "URLをクリップボードにコピーしました",
|
||||||
"showFlow": "表示",
|
"showFlow": "表示",
|
||||||
"hideFlow": "非表示",
|
"hideFlow": "非表示"
|
||||||
"find": "ワークスペース内を検索"
|
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"name": "ヘルプ",
|
"name": "ヘルプ",
|
||||||
@ -1318,6 +1317,7 @@
|
|||||||
"distribute-selection-vertically": "選択を上下に整列",
|
"distribute-selection-vertically": "選択を上下に整列",
|
||||||
"wire-series-of-nodes": "ノードを一続きに接続",
|
"wire-series-of-nodes": "ノードを一続きに接続",
|
||||||
"wire-node-to-multiple": "ノードを複数に接続",
|
"wire-node-to-multiple": "ノードを複数に接続",
|
||||||
|
"wire-multiple-to-node": "複数からノードへ接続",
|
||||||
"split-wire-with-link-nodes": "ワイヤーをlinkノードで分割",
|
"split-wire-with-link-nodes": "ワイヤーをlinkノードで分割",
|
||||||
"generate-node-names": "ノード名を生成",
|
"generate-node-names": "ノード名を生成",
|
||||||
"show-user-settings": "ユーザ設定を表示",
|
"show-user-settings": "ユーザ設定を表示",
|
||||||
|
Loading…
Reference in New Issue
Block a user