Merge branch 'dev' into dev-jpn

This commit is contained in:
Nick O'Leary
2023-01-01 22:38:20 +00:00
committed by GitHub
17 changed files with 408 additions and 2 deletions

View File

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

View File

@@ -1358,5 +1358,10 @@
"copy-item-edit-url": "要素の編集URLをコピー",
"move-flow-to-start": "フローを先頭に移動",
"move-flow-to-end": "フローを末尾に移動"
},
"env-var": {
"environment": "環境変数",
"header": "大域環境変数",
"revert": "破棄"
}
}