From 37739233fa1b53aa646c31b4c9980a9c8ef5a7db Mon Sep 17 00:00:00 2001 From: "Aaron (Qilong)" <173288704@qq.com> Date: Mon, 8 Aug 2022 12:30:36 -0700 Subject: [PATCH] Graph Node Manager Localization (#13178) --- .../GraphNodeManagerView.xaml | 14 ++--- .../Properties/Resources.Designer.cs | 63 +++++++++++++++++++ .../Properties/Resources.en-US.resx | 21 +++++++ .../Properties/Resources.resx | 21 +++++++ 4 files changed, 112 insertions(+), 7 deletions(-) diff --git a/src/GraphNodeManagerViewExtension/GraphNodeManagerView.xaml b/src/GraphNodeManagerViewExtension/GraphNodeManagerView.xaml index 7824760fcfe..fca16861b46 100644 --- a/src/GraphNodeManagerViewExtension/GraphNodeManagerView.xaml +++ b/src/GraphNodeManagerViewExtension/GraphNodeManagerView.xaml @@ -71,9 +71,9 @@ Style="{StaticResource ContextMenuStyle}" Background="#666666" Width="170"> - - @@ -142,7 +142,7 @@ @@ -176,7 +176,7 @@ @@ -201,7 +201,7 @@ @@ -234,7 +234,7 @@ diff --git a/src/GraphNodeManagerViewExtension/Properties/Resources.Designer.cs b/src/GraphNodeManagerViewExtension/Properties/Resources.Designer.cs index dc4027d0a6d..f31e1309197 100644 --- a/src/GraphNodeManagerViewExtension/Properties/Resources.Designer.cs +++ b/src/GraphNodeManagerViewExtension/Properties/Resources.Designer.cs @@ -69,6 +69,69 @@ public static string ExtensionName { } } + /// + /// Looks up a localized string similar to Issues. + /// + public static string HeaderNameIssues { + get { + return ResourceManager.GetString("HeaderNameIssues", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Name. + /// + public static string HeaderNameName { + get { + return ResourceManager.GetString("HeaderNameName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Outputs. + /// + public static string HeaderNameOutputs { + get { + return ResourceManager.GetString("HeaderNameOutputs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to State. + /// + public static string HeaderNameState { + get { + return ResourceManager.GetString("HeaderNameState", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Type. + /// + public static string HeaderNameType { + get { + return ResourceManager.GetString("HeaderNameType", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export as CSV. + /// + public static string MenuItemExportAsCSV { + get { + return ResourceManager.GetString("MenuItemExportAsCSV", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export as JSON. + /// + public static string MenuItemExportAsJSON { + get { + return ResourceManager.GetString("MenuItemExportAsJSON", resourceCulture); + } + } + /// /// Looks up a localized string similar to Show _Graph Node Manager. /// diff --git a/src/GraphNodeManagerViewExtension/Properties/Resources.en-US.resx b/src/GraphNodeManagerViewExtension/Properties/Resources.en-US.resx index 3871482ac70..1cb77a97ee8 100644 --- a/src/GraphNodeManagerViewExtension/Properties/Resources.en-US.resx +++ b/src/GraphNodeManagerViewExtension/Properties/Resources.en-US.resx @@ -120,6 +120,27 @@ Graph Node Manager + + Issues + + + Name + + + Outputs + + + State + + + Type + + + Export as CSV + + + Export as JSON + Show _Graph Node Manager diff --git a/src/GraphNodeManagerViewExtension/Properties/Resources.resx b/src/GraphNodeManagerViewExtension/Properties/Resources.resx index 3871482ac70..1cb77a97ee8 100644 --- a/src/GraphNodeManagerViewExtension/Properties/Resources.resx +++ b/src/GraphNodeManagerViewExtension/Properties/Resources.resx @@ -120,6 +120,27 @@ Graph Node Manager + + Issues + + + Name + + + Outputs + + + State + + + Type + + + Export as CSV + + + Export as JSON + Show _Graph Node Manager