From ac14abaadea0b5e9b0de7dea91aa5497c9518568 Mon Sep 17 00:00:00 2001 From: Kibnet Date: Mon, 15 Aug 2016 12:53:28 +0700 Subject: [PATCH 01/15] Add Russian language --- src/Gemini.Demo/Gemini.Demo.csproj | 1 + src/Gemini.Demo/Properties/Resources.ru.resx | 126 +++++++++ .../Gemini.Modules.CodeEditor.csproj | 1 + .../Properties/Resources.ru.resx | 123 +++++++++ .../Gemini.Modules.ErrorList.csproj | 1 + .../Properties/Resources.ru.resx | 144 ++++++++++ .../Gemini.Modules.Inspector.csproj | 1 + .../Properties/Resources.resx | 2 +- .../Properties/Resources.ru.resx | 162 +++++++++++ .../Gemini.Modules.Output.csproj | 1 + .../Properties/Resources.ru.resx | 129 +++++++++ .../Gemini.Modules.PropertyGrid.csproj | 1 + .../Properties/Resources.ru.resx | 129 +++++++++ src/Gemini/Gemini.csproj | 1 + .../ViewModels/MainMenuSettingsViewModel.cs | 1 + src/Gemini/Properties/Resources.ru.resx | 255 ++++++++++++++++++ 16 files changed, 1077 insertions(+), 1 deletion(-) create mode 100644 src/Gemini.Demo/Properties/Resources.ru.resx create mode 100644 src/Gemini.Modules.CodeEditor/Properties/Resources.ru.resx create mode 100644 src/Gemini.Modules.ErrorList/Properties/Resources.ru.resx create mode 100644 src/Gemini.Modules.Inspector/Properties/Resources.ru.resx create mode 100644 src/Gemini.Modules.Output/Properties/Resources.ru.resx create mode 100644 src/Gemini.Modules.PropertyGrid/Properties/Resources.ru.resx create mode 100644 src/Gemini/Properties/Resources.ru.resx diff --git a/src/Gemini.Demo/Gemini.Demo.csproj b/src/Gemini.Demo/Gemini.Demo.csproj index 41cbd2ef..962ba68d 100644 --- a/src/Gemini.Demo/Gemini.Demo.csproj +++ b/src/Gemini.Demo/Gemini.Demo.csproj @@ -231,6 +231,7 @@ ResXFileCodeGenerator Resources.Designer.cs + diff --git a/src/Gemini.Demo/Properties/Resources.ru.resx b/src/Gemini.Demo/Properties/Resources.ru.resx new file mode 100644 index 00000000..a36b8d8c --- /dev/null +++ b/src/Gemini.Demo/Properties/Resources.ru.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Общие + + + Окружение + + \ No newline at end of file diff --git a/src/Gemini.Modules.CodeEditor/Gemini.Modules.CodeEditor.csproj b/src/Gemini.Modules.CodeEditor/Gemini.Modules.CodeEditor.csproj index bc57261c..5d498711 100644 --- a/src/Gemini.Modules.CodeEditor/Gemini.Modules.CodeEditor.csproj +++ b/src/Gemini.Modules.CodeEditor/Gemini.Modules.CodeEditor.csproj @@ -93,6 +93,7 @@ ResXFileCodeGenerator Resources.Designer.cs + diff --git a/src/Gemini.Modules.CodeEditor/Properties/Resources.ru.resx b/src/Gemini.Modules.CodeEditor/Properties/Resources.ru.resx new file mode 100644 index 00000000..0ad30ed0 --- /dev/null +++ b/src/Gemini.Modules.CodeEditor/Properties/Resources.ru.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Файл + + \ No newline at end of file diff --git a/src/Gemini.Modules.ErrorList/Gemini.Modules.ErrorList.csproj b/src/Gemini.Modules.ErrorList/Gemini.Modules.ErrorList.csproj index bd0a875d..7af95475 100644 --- a/src/Gemini.Modules.ErrorList/Gemini.Modules.ErrorList.csproj +++ b/src/Gemini.Modules.ErrorList/Gemini.Modules.ErrorList.csproj @@ -97,6 +97,7 @@ ResXFileCodeGenerator Resources.Designer.cs + Designer diff --git a/src/Gemini.Modules.ErrorList/Properties/Resources.ru.resx b/src/Gemini.Modules.ErrorList/Properties/Resources.ru.resx new file mode 100644 index 00000000..f3d34bfd --- /dev/null +++ b/src/Gemini.Modules.ErrorList/Properties/Resources.ru.resx @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0} Ошибок + + + {0} Ошибка + + + {0} Сообщений + + + {0} Сообщение + + + Список О_шибок + + + Список Ошибок + + + {0} Предупреждений + + + {0} Предупреждение + + \ No newline at end of file diff --git a/src/Gemini.Modules.Inspector/Gemini.Modules.Inspector.csproj b/src/Gemini.Modules.Inspector/Gemini.Modules.Inspector.csproj index 0f3e48b7..3a8a7523 100644 --- a/src/Gemini.Modules.Inspector/Gemini.Modules.Inspector.csproj +++ b/src/Gemini.Modules.Inspector/Gemini.Modules.Inspector.csproj @@ -240,6 +240,7 @@ ResXFileCodeGenerator Resources.Designer.cs + diff --git a/src/Gemini.Modules.Inspector/Properties/Resources.resx b/src/Gemini.Modules.Inspector/Properties/Resources.resx index eccab99b..d3bb2853 100644 --- a/src/Gemini.Modules.Inspector/Properties/Resources.resx +++ b/src/Gemini.Modules.Inspector/Properties/Resources.resx @@ -140,7 +140,7 @@ - + @Invariant Standard Colors diff --git a/src/Gemini.Modules.Inspector/Properties/Resources.ru.resx b/src/Gemini.Modules.Inspector/Properties/Resources.ru.resx new file mode 100644 index 00000000..63a14bde --- /dev/null +++ b/src/Gemini.Modules.Inspector/Properties/Resources.ru.resx @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Изменение {0} от {1} до {2} + + + Разное + + + Инспектор + + + Сбросить + + + _Инспектор + + + Инспектор + + + Сбросить все ⟲ + + + + + + Стандартные Цвета + + + Стандарт + + + Недавно использованные цвета + + + Доступные цвета + + + Продвинутый + + + Сброс {0} от {1} до {2} + + \ No newline at end of file diff --git a/src/Gemini.Modules.Output/Gemini.Modules.Output.csproj b/src/Gemini.Modules.Output/Gemini.Modules.Output.csproj index 43654911..9e897cc0 100644 --- a/src/Gemini.Modules.Output/Gemini.Modules.Output.csproj +++ b/src/Gemini.Modules.Output/Gemini.Modules.Output.csproj @@ -107,6 +107,7 @@ ResXFileCodeGenerator Resources.Designer.cs + diff --git a/src/Gemini.Modules.Output/Properties/Resources.ru.resx b/src/Gemini.Modules.Output/Properties/Resources.ru.resx new file mode 100644 index 00000000..373b8eb0 --- /dev/null +++ b/src/Gemini.Modules.Output/Properties/Resources.ru.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Вывод + + + _Вывод + + + Вывод + + \ No newline at end of file diff --git a/src/Gemini.Modules.PropertyGrid/Gemini.Modules.PropertyGrid.csproj b/src/Gemini.Modules.PropertyGrid/Gemini.Modules.PropertyGrid.csproj index 2ec6cbad..3de05cc9 100644 --- a/src/Gemini.Modules.PropertyGrid/Gemini.Modules.PropertyGrid.csproj +++ b/src/Gemini.Modules.PropertyGrid/Gemini.Modules.PropertyGrid.csproj @@ -125,6 +125,7 @@ Resources.Designer.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Окно С_войств + + + Окно Свойств + + + Свойства + + \ No newline at end of file diff --git a/src/Gemini/Gemini.csproj b/src/Gemini/Gemini.csproj index 57c178c5..9092260f 100644 --- a/src/Gemini/Gemini.csproj +++ b/src/Gemini/Gemini.csproj @@ -447,6 +447,7 @@ Resources.Designer.cs Designer + diff --git a/src/Gemini/Modules/MainMenu/ViewModels/MainMenuSettingsViewModel.cs b/src/Gemini/Modules/MainMenu/ViewModels/MainMenuSettingsViewModel.cs index 69d50ea7..729141e5 100644 --- a/src/Gemini/Modules/MainMenu/ViewModels/MainMenuSettingsViewModel.cs +++ b/src/Gemini/Modules/MainMenu/ViewModels/MainMenuSettingsViewModel.cs @@ -16,6 +16,7 @@ public class MainMenuSettingsViewModel : PropertyChangedBase, ISettingsEditor string.Empty, "en", "de", + "ru", "zh-Hans", }; diff --git a/src/Gemini/Properties/Resources.ru.resx b/src/Gemini/Properties/Resources.ru.resx new file mode 100644 index 00000000..a2a63263 --- /dev/null +++ b/src/Gemini/Properties/Resources.ru.resx @@ -0,0 +1,255 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + _Правка + + + _Вернуть + + + Вернуть + + + _Отменить + + + Отменить + + + _Закрыть + + + Закрыть + + + Вы_ход + + + Выход + + + _Файл + + + _Новый + + + Без названия {0} + + + _Открыть + + + Открыть + + + Сохранить _Как... + + + Сохранить Как + + + _Сохранить + + + Сохранить + + + С_правка + + + История + + + Исходное Состояние + + + Автоматически скрывать главное меню + + + Цветовая Тема: + + + [Заголовок по умолчанию] + + + Настройки + + + Общие + + + Окружение + + + Стандарт + + + Категория + + + Панель Инструментов + + + Се_рвис + + + _Настройки + + + Настройки + + + _История + + + История + + + _Вид + + + Панель Инструментов + + + Панель Инструментов + + + _Окно + + + Язык (Language): + + + Требуется перезагрузка + + + Системный + + + Синяя + + + Светлая + + + Тёмная + + \ No newline at end of file From 7d94cf9ed16840cd1fe70aa49262a70b06d48fa1 Mon Sep 17 00:00:00 2001 From: diluculo Date: Mon, 5 Sep 2016 13:39:32 +0900 Subject: [PATCH 02/15] Add Korean Language --- src/Gemini.Demo/Gemini.Demo.csproj | 1 + .../Modules/TextEditor/EditorProvider.cs | 3 +- .../Properties/Resources.Designer.cs | 9 + src/Gemini.Demo/Properties/Resources.de.resx | 3 + src/Gemini.Demo/Properties/Resources.ko.resx | 129 ++++++++ src/Gemini.Demo/Properties/Resources.resx | 3 + .../Gemini.Modules.CodeEditor.csproj | 1 + .../Properties/Resources.ko.resx | 123 ++++++++ .../Properties/Resources.zh-Hans.resx | 2 +- .../Gemini.Modules.ErrorList.csproj | 3 + .../Properties/Resources.de.resx | 120 ++++++++ .../Properties/Resources.ko.resx | 126 ++++++++ .../Properties/Resources.zh-Hans.resx | 120 ++++++++ .../Gemini.Modules.Inspector.csproj | 1 + .../Properties/Resources.ko.resx | 153 ++++++++++ .../Gemini.Modules.Output.csproj | 1 + .../Properties/Resources.ko.resx | 129 ++++++++ .../Gemini.Modules.PropertyGrid.csproj | 1 + .../Properties/Resources.ko.resx | 126 ++++++++ src/Gemini/Gemini.csproj | 1 + .../ViewModels/MainMenuSettingsViewModel.cs | 1 + src/Gemini/Properties/Resources.Designer.cs | 81 +++++ src/Gemini/Properties/Resources.de.resx | 24 ++ src/Gemini/Properties/Resources.ko.resx | 279 ++++++++++++++++++ src/Gemini/Properties/Resources.resx | 27 ++ src/Gemini/Properties/Resources.zh-Hans.resx | 15 + 26 files changed, 1480 insertions(+), 2 deletions(-) create mode 100644 src/Gemini.Demo/Properties/Resources.ko.resx create mode 100644 src/Gemini.Modules.CodeEditor/Properties/Resources.ko.resx create mode 100644 src/Gemini.Modules.ErrorList/Properties/Resources.de.resx create mode 100644 src/Gemini.Modules.ErrorList/Properties/Resources.ko.resx create mode 100644 src/Gemini.Modules.ErrorList/Properties/Resources.zh-Hans.resx create mode 100644 src/Gemini.Modules.Inspector/Properties/Resources.ko.resx create mode 100644 src/Gemini.Modules.Output/Properties/Resources.ko.resx create mode 100644 src/Gemini.Modules.PropertyGrid/Properties/Resources.ko.resx create mode 100644 src/Gemini/Properties/Resources.ko.resx diff --git a/src/Gemini.Demo/Gemini.Demo.csproj b/src/Gemini.Demo/Gemini.Demo.csproj index 962ba68d..230beee5 100644 --- a/src/Gemini.Demo/Gemini.Demo.csproj +++ b/src/Gemini.Demo/Gemini.Demo.csproj @@ -227,6 +227,7 @@ ResXFileCodeGenerator Resources.de.Designer.cs + ResXFileCodeGenerator Resources.Designer.cs diff --git a/src/Gemini.Demo/Modules/TextEditor/EditorProvider.cs b/src/Gemini.Demo/Modules/TextEditor/EditorProvider.cs index 0f715e83..ebc08b54 100644 --- a/src/Gemini.Demo/Modules/TextEditor/EditorProvider.cs +++ b/src/Gemini.Demo/Modules/TextEditor/EditorProvider.cs @@ -5,6 +5,7 @@ using Gemini.Demo.Modules.TextEditor.ViewModels; using Gemini.Framework; using Gemini.Framework.Services; +using Gemini.Demo.Properties; namespace Gemini.Demo.Modules.TextEditor { @@ -19,7 +20,7 @@ public class EditorProvider : IEditorProvider public IEnumerable FileTypes { - get { yield return new EditorFileType("Text File", ".txt"); } + get { yield return new EditorFileType(Resources.EditorProviderTextFile, ".txt"); } } public bool Handles(string path) diff --git a/src/Gemini.Demo/Properties/Resources.Designer.cs b/src/Gemini.Demo/Properties/Resources.Designer.cs index acb5ca72..d7ae16f4 100644 --- a/src/Gemini.Demo/Properties/Resources.Designer.cs +++ b/src/Gemini.Demo/Properties/Resources.Designer.cs @@ -60,6 +60,15 @@ internal Resources() { } } + /// + /// Looks up a localized string similar to Text File. + /// + internal static string EditorProviderTextFile { + get { + return ResourceManager.GetString("EditorProviderTextFile", resourceCulture); + } + } + /// /// Looks up a localized string similar to General. /// diff --git a/src/Gemini.Demo/Properties/Resources.de.resx b/src/Gemini.Demo/Properties/Resources.de.resx index 412a367d..6fe23ed4 100644 --- a/src/Gemini.Demo/Properties/Resources.de.resx +++ b/src/Gemini.Demo/Properties/Resources.de.resx @@ -123,4 +123,7 @@ Umgebung + + Textdatei + \ No newline at end of file diff --git a/src/Gemini.Demo/Properties/Resources.ko.resx b/src/Gemini.Demo/Properties/Resources.ko.resx new file mode 100644 index 00000000..10a50710 --- /dev/null +++ b/src/Gemini.Demo/Properties/Resources.ko.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 일반 + + + 환경 + + + 텍스트 파일 + + \ No newline at end of file diff --git a/src/Gemini.Demo/Properties/Resources.resx b/src/Gemini.Demo/Properties/Resources.resx index e455a5b3..83b5fe09 100644 --- a/src/Gemini.Demo/Properties/Resources.resx +++ b/src/Gemini.Demo/Properties/Resources.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Text File + General diff --git a/src/Gemini.Modules.CodeEditor/Gemini.Modules.CodeEditor.csproj b/src/Gemini.Modules.CodeEditor/Gemini.Modules.CodeEditor.csproj index 5d498711..7371d7cf 100644 --- a/src/Gemini.Modules.CodeEditor/Gemini.Modules.CodeEditor.csproj +++ b/src/Gemini.Modules.CodeEditor/Gemini.Modules.CodeEditor.csproj @@ -89,6 +89,7 @@ + ResXFileCodeGenerator Resources.Designer.cs diff --git a/src/Gemini.Modules.CodeEditor/Properties/Resources.ko.resx b/src/Gemini.Modules.CodeEditor/Properties/Resources.ko.resx new file mode 100644 index 00000000..1d4455e0 --- /dev/null +++ b/src/Gemini.Modules.CodeEditor/Properties/Resources.ko.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 파일 + + \ No newline at end of file diff --git a/src/Gemini.Modules.CodeEditor/Properties/Resources.zh-Hans.resx b/src/Gemini.Modules.CodeEditor/Properties/Resources.zh-Hans.resx index 922f2331..76b513f7 100644 --- a/src/Gemini.Modules.CodeEditor/Properties/Resources.zh-Hans.resx +++ b/src/Gemini.Modules.CodeEditor/Properties/Resources.zh-Hans.resx @@ -118,6 +118,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 文件 + 文件 \ No newline at end of file diff --git a/src/Gemini.Modules.ErrorList/Gemini.Modules.ErrorList.csproj b/src/Gemini.Modules.ErrorList/Gemini.Modules.ErrorList.csproj index 7af95475..9ce17e5d 100644 --- a/src/Gemini.Modules.ErrorList/Gemini.Modules.ErrorList.csproj +++ b/src/Gemini.Modules.ErrorList/Gemini.Modules.ErrorList.csproj @@ -93,11 +93,14 @@ ErrorListView.xaml + + ResXFileCodeGenerator Resources.Designer.cs + Designer diff --git a/src/Gemini.Modules.ErrorList/Properties/Resources.de.resx b/src/Gemini.Modules.ErrorList/Properties/Resources.de.resx new file mode 100644 index 00000000..d58980a3 --- /dev/null +++ b/src/Gemini.Modules.ErrorList/Properties/Resources.de.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/Gemini.Modules.ErrorList/Properties/Resources.ko.resx b/src/Gemini.Modules.ErrorList/Properties/Resources.ko.resx new file mode 100644 index 00000000..9eee667d --- /dev/null +++ b/src/Gemini.Modules.ErrorList/Properties/Resources.ko.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 오류 목록(_i) + + + 오류 목록 + + \ No newline at end of file diff --git a/src/Gemini.Modules.ErrorList/Properties/Resources.zh-Hans.resx b/src/Gemini.Modules.ErrorList/Properties/Resources.zh-Hans.resx new file mode 100644 index 00000000..d58980a3 --- /dev/null +++ b/src/Gemini.Modules.ErrorList/Properties/Resources.zh-Hans.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/src/Gemini.Modules.Inspector/Gemini.Modules.Inspector.csproj b/src/Gemini.Modules.Inspector/Gemini.Modules.Inspector.csproj index 3a8a7523..9343b96f 100644 --- a/src/Gemini.Modules.Inspector/Gemini.Modules.Inspector.csproj +++ b/src/Gemini.Modules.Inspector/Gemini.Modules.Inspector.csproj @@ -236,6 +236,7 @@ PublicResXFileCodeGenerator Resources.de.Designer.cs + ResXFileCodeGenerator Resources.Designer.cs diff --git a/src/Gemini.Modules.Inspector/Properties/Resources.ko.resx b/src/Gemini.Modules.Inspector/Properties/Resources.ko.resx new file mode 100644 index 00000000..d56d3c49 --- /dev/null +++ b/src/Gemini.Modules.Inspector/Properties/Resources.ko.resx @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 검사기 + + + 재설정 + + + 검사기 + + + 검사기 + + + 모두 재설정 + + + + + + 표준 색상 + + + 표준 + + + 최근에 사용한 색상 + + + 사용가능한 색상 + + + 고급 + + \ No newline at end of file diff --git a/src/Gemini.Modules.Output/Gemini.Modules.Output.csproj b/src/Gemini.Modules.Output/Gemini.Modules.Output.csproj index 9e897cc0..863c9795 100644 --- a/src/Gemini.Modules.Output/Gemini.Modules.Output.csproj +++ b/src/Gemini.Modules.Output/Gemini.Modules.Output.csproj @@ -103,6 +103,7 @@ ResXFileCodeGenerator Resources.de.Designer.cs + ResXFileCodeGenerator Resources.Designer.cs diff --git a/src/Gemini.Modules.Output/Properties/Resources.ko.resx b/src/Gemini.Modules.Output/Properties/Resources.ko.resx new file mode 100644 index 00000000..ad435199 --- /dev/null +++ b/src/Gemini.Modules.Output/Properties/Resources.ko.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 출력 + + + 출력(_O) + + + 출력 + + \ No newline at end of file diff --git a/src/Gemini.Modules.PropertyGrid/Gemini.Modules.PropertyGrid.csproj b/src/Gemini.Modules.PropertyGrid/Gemini.Modules.PropertyGrid.csproj index 3de05cc9..eade9943 100644 --- a/src/Gemini.Modules.PropertyGrid/Gemini.Modules.PropertyGrid.csproj +++ b/src/Gemini.Modules.PropertyGrid/Gemini.Modules.PropertyGrid.csproj @@ -120,6 +120,7 @@ + ResXFileCodeGenerator Resources.Designer.cs diff --git a/src/Gemini.Modules.PropertyGrid/Properties/Resources.ko.resx b/src/Gemini.Modules.PropertyGrid/Properties/Resources.ko.resx new file mode 100644 index 00000000..c46571b0 --- /dev/null +++ b/src/Gemini.Modules.PropertyGrid/Properties/Resources.ko.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 속성 창 + + + 속성 창 + + \ No newline at end of file diff --git a/src/Gemini/Gemini.csproj b/src/Gemini/Gemini.csproj index 9092260f..f6cfa309 100644 --- a/src/Gemini/Gemini.csproj +++ b/src/Gemini/Gemini.csproj @@ -442,6 +442,7 @@ Resources.de.Designer.cs Designer + ResXFileCodeGenerator Resources.Designer.cs diff --git a/src/Gemini/Modules/MainMenu/ViewModels/MainMenuSettingsViewModel.cs b/src/Gemini/Modules/MainMenu/ViewModels/MainMenuSettingsViewModel.cs index 729141e5..39cd8ae8 100644 --- a/src/Gemini/Modules/MainMenu/ViewModels/MainMenuSettingsViewModel.cs +++ b/src/Gemini/Modules/MainMenu/ViewModels/MainMenuSettingsViewModel.cs @@ -18,6 +18,7 @@ public class MainMenuSettingsViewModel : PropertyChangedBase, ISettingsEditor "de", "ru", "zh-Hans", + "ko", }; private ITheme _selectedTheme; diff --git a/src/Gemini/Properties/Resources.Designer.cs b/src/Gemini/Properties/Resources.Designer.cs index 59198b0a..3e53d218 100644 --- a/src/Gemini/Properties/Resources.Designer.cs +++ b/src/Gemini/Properties/Resources.Designer.cs @@ -60,6 +60,33 @@ internal Resources() { } } + /// + /// Looks up a localized string similar to Failed to set value: {0}. + /// + internal static string AdvancedSliderCommitErrorFormat { + get { + return ResourceManager.GetString("AdvancedSliderCommitErrorFormat", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to All Files. + /// + internal static string AllFiles { + get { + return ResourceManager.GetString("AllFiles", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to All Supported Files. + /// + internal static string AllSupportedFiles { + get { + return ResourceManager.GetString("AllSupportedFiles", resourceCulture); + } + } + /// /// Looks up a localized string similar to _Edit. /// @@ -159,6 +186,15 @@ internal static string FileNewCommandText { } } + /// + /// Looks up a localized string similar to New. + /// + internal static string FileNewCommandToolTip { + get { + return ResourceManager.GetString("FileNewCommandToolTip", resourceCulture); + } + } + /// /// Looks up a localized string similar to Untitled {0}. /// @@ -186,6 +222,42 @@ internal static string FileOpenCommandToolTip { } } + /// + /// Looks up a localized string similar to Recent Files. + /// + internal static string FileRecentFilesCommandText { + get { + return ResourceManager.GetString("FileRecentFilesCommandText", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Recent Files. + /// + internal static string FileRecentFilesCommandToolTip { + get { + return ResourceManager.GetString("FileRecentFilesCommandToolTip", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save All. + /// + internal static string FileSaveAllCommandText { + get { + return ResourceManager.GetString("FileSaveAllCommandText", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save All. + /// + internal static string FileSaveAllCommandToolTip { + get { + return ResourceManager.GetString("FileSaveAllCommandToolTip", resourceCulture); + } + } + /// /// Looks up a localized string similar to Save _As.... /// @@ -303,6 +375,15 @@ internal static string MainWindowDefaultTitle { } } + /// + /// Looks up a localized string similar to Save changes to the {0} "{1}" before closing?. + /// + internal static string SaveChangesBeforeClosingMessage { + get { + return ResourceManager.GetString("SaveChangesBeforeClosingMessage", resourceCulture); + } + } + /// /// Looks up a localized string similar to Options. /// diff --git a/src/Gemini/Properties/Resources.de.resx b/src/Gemini/Properties/Resources.de.resx index 5c98b706..04a2f3af 100644 --- a/src/Gemini/Properties/Resources.de.resx +++ b/src/Gemini/Properties/Resources.de.resx @@ -252,4 +252,28 @@ Dunkel + + Zuletzt geöffnete Dateien + + + Zuletzt geöffnete Dateien + + + Alle speichern + + + Alle speichern + + + Setzen des Werts fehlgeschlagen: {0} + + + Alle unterstützten Dateien + + + Alle Dateien + + + Neu + \ No newline at end of file diff --git a/src/Gemini/Properties/Resources.ko.resx b/src/Gemini/Properties/Resources.ko.resx new file mode 100644 index 00000000..001e511b --- /dev/null +++ b/src/Gemini/Properties/Resources.ko.resx @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 편집 + + + 다시 실행(_R) + + + 다시 실행 + + + 실행 취소(_U) + + + 실행 취소 + + + 닫기(_C) + + + 닫기 + + + 끝내기(_X) + + + 끝내기 + + + 파일(_F) + + + 새로 만들기(_N) + + + 문서 {0} + + + 열기(_O) + + + 열기 + + + 최근에 사용한 파일 + + + 최근에 사용한 파일 + + + 다른 이름으로 저장(_A) + + + 다른 이름으로 저장 + + + 저장(_S) + + + 저장 + + + 도움말(_H) + + + 기록 + + + 초기 상태 + + + 메뉴 자동 감추기 + + + 색 테마: + + + [기본 제목] + + + 옵션 + + + 일반 + + + 환경 + + + 표준 + + + 카데고리 + + + 도구 상자 + + + 도구(_T) + + + 옵션(_O) + + + 옵션 + + + 기록(_H) + + + 기록 + + + 보기(_V) + + + 도구 상자(_X) + + + 도구 상자 + + + 창(_W) + + + 언어: + + + 다시 시작해야 적용됩니다 + + + 시스템 + + + 블루 + + + 광원 + + + 어둡게 + + + 모두 저장 + + + 모두 저장 + + + 새로 만들기 + + + 변경 내용을 "{1}" {0}에 저장하시겠습니까? + + + 모든 파일 + + + 지원되는 모든 파일 + + \ No newline at end of file diff --git a/src/Gemini/Properties/Resources.resx b/src/Gemini/Properties/Resources.resx index 5cb338e1..a8182585 100644 --- a/src/Gemini/Properties/Resources.resx +++ b/src/Gemini/Properties/Resources.resx @@ -252,4 +252,31 @@ Dark + + Recent Files + + + Recent Files + + + Save All + + + Save All + + + Failed to set value: {0} + + + All Supported Files + + + All Files + + + New + + + Save changes to the {0} "{1}" before closing? + \ No newline at end of file diff --git a/src/Gemini/Properties/Resources.zh-Hans.resx b/src/Gemini/Properties/Resources.zh-Hans.resx index 656f1b7b..8bba3c87 100644 --- a/src/Gemini/Properties/Resources.zh-Hans.resx +++ b/src/Gemini/Properties/Resources.zh-Hans.resx @@ -252,4 +252,19 @@ 暗色 + + 最近打开的文件 + + + 最近打开的文件 + + + 保存全部 + + + 保存全部 + + + 设置的数值失败:{0} + \ No newline at end of file From 32ba382472b30640edfa5e3bfd8ada5340508366 Mon Sep 17 00:00:00 2001 From: nestquik Date: Sat, 15 Oct 2016 18:20:03 +0300 Subject: [PATCH 03/15] Added View.FullScreen command. --- src/Gemini/Gemini.csproj | 5 + .../ViewFullscreenCommandDefinition.cs | 37 +++++ .../Commands/ViewFullscreenCommandHandler.cs | 23 +++ src/Gemini/Modules/Shell/MenuDefinitions.cs | 4 + src/Gemini/Properties/Resources.Designer.cs | 150 ++++++++++-------- src/Gemini/Properties/Resources.de.resx | 6 + src/Gemini/Properties/Resources.ko.resx | 6 + src/Gemini/Properties/Resources.resx | 6 + src/Gemini/Properties/Resources.ru.resx | 6 + src/Gemini/Properties/Resources.zh-Hans.resx | 6 + src/Gemini/Resources/Icons/FullScreen.png | Bin 0 -> 186 bytes 11 files changed, 183 insertions(+), 66 deletions(-) create mode 100644 src/Gemini/Modules/Shell/Commands/ViewFullscreenCommandDefinition.cs create mode 100644 src/Gemini/Modules/Shell/Commands/ViewFullscreenCommandHandler.cs create mode 100644 src/Gemini/Resources/Icons/FullScreen.png diff --git a/src/Gemini/Gemini.csproj b/src/Gemini/Gemini.csproj index f6cfa309..45434a27 100644 --- a/src/Gemini/Gemini.csproj +++ b/src/Gemini/Gemini.csproj @@ -186,6 +186,7 @@ SettingsView.xaml + @@ -198,6 +199,7 @@ + @@ -457,6 +459,9 @@ + + +