diff --git a/Wrapper/Config/wrapper_localizations.json b/Wrapper/Config/wrapper_localizations.json index a59720ff..5b615cba 100644 --- a/Wrapper/Config/wrapper_localizations.json +++ b/Wrapper/Config/wrapper_localizations.json @@ -4,6 +4,7 @@ "Code": "en", "Folder": "en-US", "WidthOfWrapperInPixels": "872", + "HeightOfWrapperInPixels": "650", "WidthLabelInPixels": "225", "WidthLabelContextTabInPixels": "243", "WidthComboBoxInPixels": "155", @@ -13,7 +14,8 @@ "German": { "Code": "de", "Folder": "de-DE", - "WidthOfWrapperInPixels": "1020", + "WidthOfWrapperInPixels": "1120", + "HeightOfWrapperInPixels": "650", "WidthLabelInPixels": "225", "WidthLabelContextTabInPixels": "243", "WidthComboBoxInPixels": "150", @@ -23,7 +25,8 @@ "Russian": { "Code": "ru", "Folder": "ru-RU", - "WidthOfWrapperInPixels": "1055", + "WidthOfWrapperInPixels": "1155", + "HeightOfWrapperInPixels": "650", "WidthLabelInPixels": "225", "WidthLabelContextTabInPixels": "243", "WidthComboBoxInPixels": "175", diff --git a/Wrapper/Localizations/de-DE/ui.json b/Wrapper/Localizations/de-DE/ui.json index f7b24473..7bc9bb8b 100644 --- a/Wrapper/Localizations/de-DE/ui.json +++ b/Wrapper/Localizations/de-DE/ui.json @@ -18,6 +18,10 @@ "menuThemeLight": "Hell", "menuLanguage": "Sprache", "menuAbout": "Über", + "menuAccessibility": "Zugänglichkeit", + "menuScaleUp": "Vergrößern", + "menuScale": "Skala", + "menuScaleDown": "Verkleinern", "menuDonate": "Spenden" } }, diff --git a/Wrapper/Localizations/en-US/ui.json b/Wrapper/Localizations/en-US/ui.json index 286aa3bc..0f134965 100644 --- a/Wrapper/Localizations/en-US/ui.json +++ b/Wrapper/Localizations/en-US/ui.json @@ -18,6 +18,10 @@ "menuThemeLight": "Light", "menuLanguage": "Language", "menuAbout": "About", + "menuAccessibility": "Accessibility", + "menuScaleUp": "Scale Up", + "menuScale": "Scale", + "menuScaleDown": "Scale Down", "menuDonate": "Donate" } }, diff --git a/Wrapper/Localizations/ru-RU/ui.json b/Wrapper/Localizations/ru-RU/ui.json index f17c9981..280e8b86 100644 --- a/Wrapper/Localizations/ru-RU/ui.json +++ b/Wrapper/Localizations/ru-RU/ui.json @@ -18,6 +18,10 @@ "menuThemeLight": "Светлая", "menuLanguage": "Язык", "menuAbout": "О программе", + "menuAccessibility": "Доступность", + "menuScaleUp": "Масштабирование", + "menuScale": "масштаб", + "menuScaleDown": "Уменьшить масштаб", "menuDonate": "Пожертвовать" } }, diff --git a/Wrapper/SophiaScriptWrapper.exe b/Wrapper/SophiaScriptWrapper.exe index 0a1e955c..52c49d23 100644 Binary files a/Wrapper/SophiaScriptWrapper.exe and b/Wrapper/SophiaScriptWrapper.exe differ