Merge pull request #4066 from kazuhitoyokoi/dev-dedup

Remove duplicated messages in the message catalog
This commit is contained in:
Nick O'Leary 2023-02-23 23:46:30 +00:00 committed by GitHub
commit 52b4b0419f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -701,8 +701,7 @@
"copyItemUrl": "Copy item url",
"copyURL2Clipboard": "Copied url to clipboard",
"showFlow": "Show",
"hideFlow": "Hide",
"find": "Find in workspace"
"hideFlow": "Hide"
},
"help": {
"name": "Help",

View File

@ -701,8 +701,7 @@
"copyItemUrl": "要素のURLをコピー",
"copyURL2Clipboard": "URLをクリップボードにコピーしました",
"showFlow": "表示",
"hideFlow": "非表示",
"find": "ワークスペース内を検索"
"hideFlow": "非表示"
},
"help": {
"name": "ヘルプ",
@ -1318,6 +1317,7 @@
"distribute-selection-vertically": "選択を上下に整列",
"wire-series-of-nodes": "ノードを一続きに接続",
"wire-node-to-multiple": "ノードを複数に接続",
"wire-multiple-to-node": "複数からノードへ接続",
"split-wire-with-link-nodes": "ワイヤーをlinkードで分割",
"generate-node-names": "ノード名を生成",
"show-user-settings": "ユーザ設定を表示",