Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/DynamoCoreWpf/Properties/Resources.en-GB.resx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down Expand Up @@ -3198,7 +3198,7 @@ You can manage this in Preferences -&gt; Security.</value>
<value>Navigate Upstream</value>
</data>
<data name="ConnectorContextMenuHeaderEndNode" xml:space="preserve">
<value>Navigate Downtream</value>
<value>Navigate Downstream</value>
</data>
<data name="ContextMenuNodeConnections" xml:space="preserve">
<value>Node Connections</value>
Expand Down Expand Up @@ -3892,4 +3892,4 @@ To open this graph in Dynamo 3.3–3.6.x: Install the PythonNet package from the
<data name="psDynamoPoint" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\ViewModels\Watch3D\compiledShaders\psDynamoPoint;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
</root>
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -3537,7 +3537,7 @@ You can manage this in Preferences -&gt; Security.</value>
<value>Navigate Upstream</value>
</data>
<data name="ConnectorContextMenuHeaderEndNode" xml:space="preserve">
<value>Navigate Downtream</value>
<value>Navigate Downstream</value>
</data>
<data name="ContextMenuNodeConnections" xml:space="preserve">
<value>Node Connections</value>
Expand Down
6 changes: 3 additions & 3 deletions src/DynamoCoreWpf/Properties/Resources.zh-CN.resx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down Expand Up @@ -3196,7 +3196,7 @@
<value>向上浏览</value>
</data>
<data name="ConnectorContextMenuHeaderEndNode" xml:space="preserve">
<value>导航 Downtream</value>
<value>导航 Downstream</value>
</data>
<data name="ContextMenuNodeConnections" xml:space="preserve">
<value>节点连接</value>
Expand Down Expand Up @@ -3890,4 +3890,4 @@
<data name="psDynamoPoint" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\ViewModels\Watch3D\compiledShaders\psDynamoPoint;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
</root>
Loading