Browse Source

Fixed Wrapper bug #506

pull/514/head
Dmitry Nefedov 11 months ago
parent
commit
ee0b9778da
  1. 8
      Wrapper/Localizations/de-DE/ui.json
  2. 10
      Wrapper/Localizations/en-US/ui.json
  3. 10
      Wrapper/Localizations/ru-RU/ui.json
  4. BIN
      Wrapper/SophiaScriptWrapper.exe

8
Wrapper/Localizations/de-DE/ui.json

@ -19,8 +19,8 @@
"Id": "Tab",
"Options": {
"tabSystemProtection": "Systemschutz",
"tabPrivacyTelemetry": "Datenschutz und Telemetrie",
"tabUIPersonalization": "UI & Personalisierung",
"tabPrivacyTelemetry": "Datenschutz",
"tabUIPersonalization": "Personalisierung",
"tabOneDrive": "OneDrive",
"tabSystem": "System",
"tabWSL": "WSL",
@ -64,8 +64,8 @@
"messageBoxNewSophiaFound": "Eine neue Version von 'Sophia Script' wurde entdeckt.\nGitHub-Seite öffnen?",
"messageBoxDoesNotExist": "existiert nicht",
"messageBoxPresetNotComp": "Voreinstellung ist nicht kompatibel!",
"messageBoxFilesMissingClose": "Die erforderlichen Sophia Script Wrapper-Dateien fehlen. Das Programm wird geschlossen",
"messageBoxConsoleEmpty": "Die Konsole ist leer.\n Drücken Sie die Schaltfläche Konsole aktualisieren, um ein Skript entsprechend Ihrer Auswahl zu erstellen"
"messageBoxFilesMissingClose": "Die erforderlichen Sophia Script Wrapper-Dateien fehlen. Das Programm wird geschlossen.",
"messageBoxConsoleEmpty": "Die Konsole ist leer.\n Drücken Sie die Schaltfläche Konsole aktualisieren, um ein Skript entsprechend Ihrer Auswahl zu erstellen."
}
}
]

10
Wrapper/Localizations/en-US/ui.json

@ -19,8 +19,8 @@
"Id": "Tab",
"Options": {
"tabSystemProtection": "System Protection",
"tabPrivacyTelemetry": "Privacy & Telemetry",
"tabUIPersonalization": "UI & Personalization",
"tabPrivacyTelemetry": "Privacy",
"tabUIPersonalization": "Personalization",
"tabOneDrive": "OneDrive",
"tabSystem": "System",
"tabWSL": "WSL",
@ -53,7 +53,7 @@
"statusBarPowerShellExport": "PowerShell script created!",
"statusBarOpposite": "Opposite selected!",
"statusBarClear": "Selections all cleared!",
"statusBarDisabled": "You must 'Import Preset' first to enable use of Wrapper. Import to enable controls.",
"statusBarDisabled": "Import a preset to enable controls.",
"statusBarCurrentOS": "Current OS"
}
},
@ -64,8 +64,8 @@
"messageBoxNewSophiaFound": "A new version Sophia Script found.\nOpen GitHub latest release page?",
"messageBoxDoesNotExist": "does not exist",
"messageBoxPresetNotComp": "preset file is not compatible!",
"messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close",
"messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections"
"messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close.",
"messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections."
}
}
]

10
Wrapper/Localizations/ru-RU/ui.json

@ -19,8 +19,8 @@
"Id": "Tab",
"Options": {
"tabSystemProtection": "Защита",
"tabPrivacyTelemetry": "Конфиденциальность & телеметрия",
"tabUIPersonalization": "UI & персонализация",
"tabPrivacyTelemetry": "Конфиденциальность",
"tabUIPersonalization": "Персонализация",
"tabOneDrive": "OneDrive",
"tabSystem": "Система",
"tabWSL": "WSL",
@ -53,7 +53,7 @@
"statusBarPowerShellExport": "Скрипт для PowerShell создан!",
"statusBarOpposite": "Выбраны обратные настройки!",
"statusBarClear": "Выбранные элементы очищены!",
"statusBarDisabled": "Вы должны сначала \"Импортировать пресет\", чтобы использовать Wrapper. Импортируйте, чтобы включить элементы управления.",
"statusBarDisabled": "Импортируйте пресет, чтобы включить элементы управления.",
"statusBarCurrentOS": "Текущая ОС"
}
},
@ -64,8 +64,8 @@
"messageBoxNewSophiaFound": "Обнаружена новая версия Sophia Script.\nОткрыть страницу GitHub?",
"messageBoxDoesNotExist": "не существует",
"messageBoxPresetNotComp": "Пресет не совместим!",
"messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта",
"messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Обновить консоль\", чтобы создать скрипт, согласно вышим выборам"
"messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта.",
"messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Обновить консоль\", чтобы создать скрипт согласно вышему выбору."
}
}
]

BIN
Wrapper/SophiaScriptWrapper.exe

Binary file not shown.
Loading…
Cancel
Save