Browse Source
v2.8.14 - Accessibility Scaling UI from 80% - 150%
- Scaling from 80%, 90%, 100%, 125% and 150%
pull/687/head
BenchTweakGaming
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with
17 additions and
2 deletions
-
Wrapper/Config/wrapper_localizations.json
-
Wrapper/Localizations/de-DE/ui.json
-
Wrapper/Localizations/en-US/ui.json
-
Wrapper/Localizations/ru-RU/ui.json
-
BIN
Wrapper/SophiaScriptWrapper.exe
|
|
|
@ -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", |
|
|
|
|
|
|
|
@ -18,6 +18,10 @@ |
|
|
|
"menuThemeLight": "Hell", |
|
|
|
"menuLanguage": "Sprache", |
|
|
|
"menuAbout": "Über", |
|
|
|
"menuAccessibility": "Zugänglichkeit", |
|
|
|
"menuScaleUp": "Vergrößern", |
|
|
|
"menuScale": "Skala", |
|
|
|
"menuScaleDown": "Verkleinern", |
|
|
|
"menuDonate": "Spenden" |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
@ -18,6 +18,10 @@ |
|
|
|
"menuThemeLight": "Light", |
|
|
|
"menuLanguage": "Language", |
|
|
|
"menuAbout": "About", |
|
|
|
"menuAccessibility": "Accessibility", |
|
|
|
"menuScaleUp": "Scale Up", |
|
|
|
"menuScale": "Scale", |
|
|
|
"menuScaleDown": "Scale Down", |
|
|
|
"menuDonate": "Donate" |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
@ -18,6 +18,10 @@ |
|
|
|
"menuThemeLight": "Светлая", |
|
|
|
"menuLanguage": "Язык", |
|
|
|
"menuAbout": "О программе", |
|
|
|
"menuAccessibility": "Доступность", |
|
|
|
"menuScaleUp": "Масштабирование", |
|
|
|
"menuScale": "масштаб", |
|
|
|
"menuScaleDown": "Уменьшить масштаб", |
|
|
|
"menuDonate": "Пожертвовать" |
|
|
|
} |
|
|
|
}, |
|
|
|
|