mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add copy menu button on debug tab
This commit is contained in:
@@ -147,8 +147,15 @@
|
||||
"clearFilteredLog": "Clear filtered messages",
|
||||
"filterLog": "Filter messages",
|
||||
"openWindow": "Open in new window",
|
||||
"copyOptions": "Copy options",
|
||||
"copyValue": "Copy value",
|
||||
"copyValueTooltip": "Copies the value of the property to the clipboard",
|
||||
"copyPath": "Copy path",
|
||||
"copyPayload": "Copy value",
|
||||
"copyPathTooltip": "Copies the path of the property to the clipboard for use in node properties",
|
||||
"copyFullPath": "Copy full path",
|
||||
"copyFullPathTooltip": "Copies the path of the property to the clipboard for use in the function node",
|
||||
"copyMustachePath": "Copy Mustache path",
|
||||
"copyMustachePathTooltip": "Copies the path of the property to the clipboard for use in fields that accept Mustache format e.g. the template node",
|
||||
"pinPath": "Pin open",
|
||||
"selectAll": "select all",
|
||||
"selectNone": "select none",
|
||||
|
||||
@@ -147,8 +147,15 @@
|
||||
"clearFilteredLog": "選択したメッセージを削除",
|
||||
"filterLog": "ログのフィルタリング",
|
||||
"openWindow": "新しいウィンドウで開く",
|
||||
"copyOptions": "コピーのオプション",
|
||||
"copyValue": "値をコピー",
|
||||
"copyValueTooltip": "プロパティの値をクリップボードにコピー",
|
||||
"copyPath": "パスをコピー",
|
||||
"copyPayload": "値をコピー",
|
||||
"copyPathTooltip": "ノードプロパティで使用するために、プロパティのパスをクリップボードにコピー",
|
||||
"copyFullPath": "フルパスをコピー",
|
||||
"copyFullPathTooltip": "functionノードで使用するために、プロパティのパスをクリップボードにコピー",
|
||||
"copyMustachePath": "Mustache向けのパスをコピー",
|
||||
"copyMustachePathTooltip": "templateノードなど、Mustache形式を利用できるフィールド向けに、プロパティのパスをクリップボードへコピー",
|
||||
"pinPath": "展開を固定",
|
||||
"selectAll": "全てを選択",
|
||||
"selectNone": "選択を外す",
|
||||
|
||||
Reference in New Issue
Block a user