merge upstream/dev

This commit is contained in:
Hiroyasu Nishiyama
2023-01-05 10:29:45 +09:00
17 changed files with 408 additions and 2 deletions

View File

@@ -1210,5 +1210,10 @@
"node": "Node",
"junction": "Junction",
"linkNodes": "Link Nodes"
},
"env-var": {
"environment": "Environment",
"header": "Global Environment Variables",
"revert": "Revert"
}
}

View File

@@ -1357,5 +1357,10 @@
"stop-flows": "フローを停止",
"copy-item-url": "要素のURLをコピー",
"copy-item-edit-url": "要素の編集URLをコピー"
},
"env-var": {
"environment": "環境変数",
"header": "大域環境変数",
"revert": "破棄"
}
}