Browse Source

Fixed many typos

pull/401/head
Dmitry Nefedov 3 years ago
parent
commit
2565009715
  1. 10
      CHANGELOG.md
  2. 22
      Wrapper/Config/config_Windows_10.json
  3. 22
      Wrapper/Config/config_Windows_10_LTSC.json
  4. 22
      Wrapper/Config/config_Windows_11.json
  5. 23
      Wrapper/Localizations/de-DE/tooltip_Windows_10.json
  6. 46
      Wrapper/Localizations/de-DE/tooltip_Windows_11.json
  7. 29
      Wrapper/Localizations/en-US/tooltip_Windows_10.json
  8. 52
      Wrapper/Localizations/en-US/tooltip_Windows_11.json
  9. 23
      Wrapper/Localizations/es-ES/tooltip_Windows_10.json
  10. 46
      Wrapper/Localizations/es-ES/tooltip_Windows_11.json
  11. 23
      Wrapper/Localizations/pt-BR/tooltip_Windows_10.json
  12. 46
      Wrapper/Localizations/pt-BR/tooltip_Windows_11.json
  13. 25
      Wrapper/Localizations/ru-RU/tooltip_Windows_10.json
  14. 48
      Wrapper/Localizations/ru-RU/tooltip_Windows_11.json
  15. 19
      Wrapper/README.md
  16. 2492
      src/Sophia_Script_Wrapper_v2.5.7/Config/config_Windows_10.json
  17. 2768
      src/Sophia_Script_Wrapper_v2.5.7/Config/config_Windows_10_LTSC.json
  18. 2335
      src/Sophia_Script_Wrapper_v2.5.7/Config/config_Windows_11.json
  19. 46
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/de-DE/tag.json
  20. 2203
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/de-DE/tooltip_Windows_10.json
  21. 2063
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/de-DE/tooltip_Windows_11.json
  22. 71
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/de-DE/ui.json
  23. 2203
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/en-US/tooltip_Windows_10.json
  24. 2063
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/en-US/tooltip_Windows_11.json
  25. 71
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/en-US/ui.json
  26. 46
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/es-ES/tag.json
  27. 2203
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/es-ES/tooltip_Windows_10.json
  28. 2063
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/es-ES/tooltip_Windows_11.json
  29. 71
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/es-ES/ui.json
  30. 46
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/pt-BR/tag.json
  31. 2184
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/pt-BR/tooltip_Windows_10.json
  32. 2063
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/pt-BR/tooltip_Windows_11.json
  33. 71
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/pt-BR/ui.json
  34. 46
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/ru-RU/tag.json
  35. 2203
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/ru-RU/tooltip_Windows_10.json
  36. 2063
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/ru-RU/tooltip_Windows_11.json
  37. 71
      src/Sophia_Script_Wrapper_v2.5.7/Localizations/ru-RU/ui.json
  38. BIN
      src/Sophia_Script_Wrapper_v2.5.7/SophiaScriptWrapper.exe
  39. 18
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  40. 4
      src/Sophia_Script_for_Windows_10/Sophia.ps1
  41. 2
      src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
  42. 6
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
  43. 4
      src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1
  44. 19
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  45. 4
      src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
  46. 1
      src/Sophia_Script_for_Windows_11/Localizations/de-DE/Sophia.psd1
  47. 1
      src/Sophia_Script_for_Windows_11/Localizations/en-US/Sophia.psd1
  48. 1
      src/Sophia_Script_for_Windows_11/Localizations/es-ES/Sophia.psd1
  49. 1
      src/Sophia_Script_for_Windows_11/Localizations/fr-FR/Sophia.psd1
  50. 1
      src/Sophia_Script_for_Windows_11/Localizations/hu-HU/Sophia.psd1
  51. 1
      src/Sophia_Script_for_Windows_11/Localizations/it-IT/Sophia.psd1
  52. 1
      src/Sophia_Script_for_Windows_11/Localizations/pt-BR/Sophia.psd1
  53. 1
      src/Sophia_Script_for_Windows_11/Localizations/ru-RU/Sophia.psd1
  54. 1
      src/Sophia_Script_for_Windows_11/Localizations/tr-TR/Sophia.psd1
  55. 1
      src/Sophia_Script_for_Windows_11/Localizations/uk-UA/Sophia.psd1
  56. 1
      src/Sophia_Script_for_Windows_11/Localizations/zh-CN/Sophia.psd1
  57. 8
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  58. 10
      src/Sophia_Script_for_Windows_11/Sophia.ps1
  59. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/de-DE/Sophia.psd1
  60. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/en-US/Sophia.psd1
  61. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/es-ES/Sophia.psd1
  62. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/fr-FR/Sophia.psd1
  63. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/hu-HU/Sophia.psd1
  64. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/it-IT/Sophia.psd1
  65. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/pt-BR/Sophia.psd1
  66. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/ru-RU/Sophia.psd1
  67. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/tr-TR/Sophia.psd1
  68. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/uk-UA/Sophia.psd1
  69. 1
      src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/zh-CN/Sophia.psd1
  70. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1
  71. 4
      src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

10
CHANGELOG.md

@ -303,7 +303,7 @@ Diff from v6.1.3
* Added the `UninstallPCHealthCheck` funtion;
* This application is installed with the [KB5005463](https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56) update to check if PC meets the system requirements of Windows 11;
* For Windows 10 only.
* Added the `InstallVCRedistx64` funtion;
* Added the `InstallVCRedist` funtion;
* Install the latest supported Microsoft Visual C++ Redistributable 2015—2022 x64;
* <https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist>;
* Added the `UnpinAllStartApps` function to provide a feature to unpin all Start apps;
@ -420,7 +420,7 @@ Invoke-RestMethod -Uri script.sophi.app | Invoke-Expression
* Closed #252, #253 (thnx to @Henry2o1o);
* More JSONs. Split up Windows 10 and Windows 11 config and tooltip JSONs files;
* Console Textbox is now resizable
* Moved "Save As" button to ‘Export Preset’ in ‘Import/Export Preset’ menu
* Moved "Save As" button to `Export Preset` in `Import/Export Preset` menu
* UI color changes
* Fixed some bugs.
@ -489,7 +489,7 @@ Invoke-RestMethod -Uri script.sophi.app | Invoke-Expression
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2019
* Added the `IPv6Component -Enable`, `IPv6Component -Disable` functions;
* Disable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections. Before invoking the function, a check will be run whether your ISP supports the IPv6 protocol using https://ipv6-test.com
* Disable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections. Before invoking the function, a check will be run whether your ISP supports the IPv6 protocol using <https://ipv6-test.com>
* Added the `AeroShaking -Enable`, `AeroShaking -Disable` functions;
* When I grab a windows's title bar and shake it, minimize all other windows
* @Inestic has re-writen the `WSL` functions into one with a `WPF form` with list of supported Linux distributions to install. Microsoft has allowed the supported Windows 10 versions to install Linux distributions with [one command](https://devblogs.microsoft.com/commandline/install-wsl-with-a-single-command-now-available-in-windows-10-version-2004-and-higher/) `wsl --install`;
@ -656,7 +656,7 @@ Diff from v5.10.7
* Added online check for the latest Wrapper version. If you are using old version it will exit;
* Added online check for the latest imported script version. If you are using old version it will disable directly running (run PowerShell button disabled);
* UI changes.
*
## 5.10.7 — 13.06.2021
## Windows 10 2004/20H2/21H1 | LTSC
@ -736,7 +736,7 @@ Diff from v5.10.3
![image](https://i.imgur.com/kQDktvj.png)
* Fixed bug in the `EventViewerCustomView` function when the `ProcessCreation.xml` file was being created with a wrong encodings;
* You may invoke the function again: `EventViewerCustomView -Enable`.
* Updated the GitHub Action [config](https://github.com/farag2/Windows-10-Sophia-Script/blob/master/.github/workflows/Sophia.yml) to automate the SHA256 file creation and uploading to the release page. As @aaronhatesregex wanted 😄
* Updated the GitHub Action [config](https://github.com/farag2/Windows-10-Sophia-Script/blob/master/.github/workflows/Sophia.yml) to automate the SHA256 file creation and uploading to the release page. As @aaronhatesregex wanted 😄
* Updated the Turkish translation. Thanks to @v30xy;
* Added the Hungarian translation <img src="https://upload.wikimedia.org/wikipedia/commons/c/c1/Flag_of_Hungary.svg" height="11px"/>. Thanks to @84stangman;
* Updated Sophia Script Wrapper to 1.1 build 5;

22
Wrapper/Config/config_Windows_10.json

@ -938,6 +938,26 @@
"Preset": "One",
"WindowsDefault": "Zero"
},
{
"Id": 338,
"Region": "UI & Personalization",
"Control": "cmb",
"Required": "false",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default"
},
"One": {
"Tag": "Dark"
},
"Two": {
"Tag": "Light"
}
},
"Preset": "One",
"WindowsDefault": "Zero"
},
{
"Id": 400,
"Region": "OneDrive",
@ -1572,7 +1592,7 @@
"Region": "System",
"Control": "chk",
"Required": "false",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": ""

22
Wrapper/Config/config_Windows_10_LTSC.json

@ -1048,6 +1048,26 @@
"LTSC2019": "false",
"LTSC2021": "true"
},
{
"Id": 338,
"Region": "UI & Personalization",
"Control": "cmb",
"Required": "false",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default"
},
"One": {
"Tag": "Dark"
},
"Two": {
"Tag": "Light"
}
},
"Preset": "One",
"WindowsDefault": "Zero"
},
{
"Id": 400,
"Region": "OneDrive",
@ -1740,7 +1760,7 @@
"Region": "System",
"Control": "chk",
"Required": "false",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": ""

22
Wrapper/Config/config_Windows_11.json

@ -812,6 +812,26 @@
"Preset": "One",
"WindowsDefault": "One"
},
{
"Id": 330,
"Region": "UI & Personalization",
"Control": "cmb",
"Required": "false",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default"
},
"One": {
"Tag": "Dark"
},
"Two": {
"Tag": "Light"
}
},
"Preset": "One",
"WindowsDefault": "Zero"
},
{
"Id": 400,
"Region": "OneDrive",
@ -1449,7 +1469,7 @@
"Region": "System",
"Control": "chk",
"Required": "false",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": ""

23
Wrapper/Localizations/de-DE/tooltip_Windows_10.json

@ -844,6 +844,25 @@
}
}
},
{
"Id": 338,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Standard-Cursor einstellen"
},
"One": {
"Tag": "Light",
"ToolTip": "Downloaden und installieren Sie die kostenlosen leichte \"Windows 11 Cursors Concept v2\" Cursors von Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Downloaden und installieren Sie die kostenlosen dunklen \"Windows 11 Cursors Concept v2\" Cursors von Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1402,7 +1421,7 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
@ -1428,7 +1447,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Aktivieren Sie das Proxying nur für gesperrte Websites aus der einheitlichen Registrierung von Roskomnadzor. Die Funktion wird nur angewendet, wenn die Region in Windows auf \"Russland\" eingestellt ist."
"ToolTip": "Aktivieren Sie das Proxying nur für gesperrte Websites aus der einheitlichen Registrierung von Roskomnadzor. Die Funktion ist nur für Russland anwendbar."
},
"One": {
"Tag": "Disable",

46
Wrapper/Localizations/de-DE/tooltip_Windows_11.json

@ -644,6 +644,21 @@
{
"Id": 325,
"Region": "UI & Personalization",
"Function": "TaskManagerWindow",
"Arg": {
"Zero": {
"Tag": "Expanded",
"ToolTip": "Startet den Task-Manager im erweiterten Modus"
},
"One": {
"Tag": "Compact",
"ToolTip": "Task-Manager im kompakten Modus starten (Standardeinstellung)"
}
}
},
{
"Id": 326,
"Region": "UI & Personalization",
"Function": "RestartNotification",
"Arg": {
"Zero": {
@ -657,7 +672,7 @@
}
},
{
"Id": 326,
"Id": 327,
"Region": "UI & Personalization",
"Function": "ShortcutsSuffix",
"Arg": {
@ -672,7 +687,7 @@
}
},
{
"Id": 327,
"Id": 328,
"Region": "UI & Personalization",
"Function": "PrtScnSnippingTool",
"Arg": {
@ -687,7 +702,7 @@
}
},
{
"Id": 328,
"Id": 329,
"Region": "UI & Personalization",
"Function": "AppsLanguageSwitch",
"Arg": {
@ -702,7 +717,7 @@
}
},
{
"Id": 329,
"Id": 330,
"Region": "UI & Personalization",
"Function": "AeroShaking",
"Arg": {
@ -716,6 +731,25 @@
}
}
},
{
"Id": 331,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Standard-Cursor einstellen"
},
"One": {
"Tag": "Light",
"ToolTip": "Downloaden und installieren Sie die kostenlosen leichte \"Windows 11 Cursors Concept v2\" Cursors von Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Downloaden und installieren Sie die kostenlosen dunklen \"Windows 11 Cursors Concept v2\" Cursors von Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1278,7 +1312,7 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
@ -1304,7 +1338,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Aktivieren Sie das Proxying nur für gesperrte Websites aus der einheitlichen Registrierung von Roskomnadzor. Die Funktion wird nur angewendet, wenn die Region in Windows auf \"Russland\" eingestellt ist."
"ToolTip": "Aktivieren Sie das Proxying nur für gesperrte Websites aus der einheitlichen Registrierung von Roskomnadzor. Die Funktion ist nur für Russland anwendbar."
},
"One": {
"Tag": "Disable",

29
Wrapper/Localizations/en-US/tooltip_Windows_10.json

@ -238,11 +238,11 @@
"Arg": {
"Zero": {
"Tag": "Disable",
"ToolTip": "Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you hava chosen"
"ToolTip": "Do not let Microsoft offer you tailored experiences based on the diagnostic data setting you hava chosen"
},
"One": {
"Tag": "Enable",
"ToolTip": "Let Microsoft offer you tailored expereinces based on the diagnostic data setting you hava chosen (default value)"
"ToolTip": "Let Microsoft offer you tailored experiences based on the diagnostic data setting you hava chosen (default value)"
}
}
},
@ -844,6 +844,25 @@
}
}
},
{
"Id": 338,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Set default cursors"
},
"One": {
"Tag": "Light",
"ToolTip": "Download and install free light \"Windows 11 Cursors Concept v2\" cursors from Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Download and install free dark \"Windows 11 Cursors Concept v2\" cursors from Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1402,11 +1421,11 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 x64"
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 (x86/x64)"
}
}
},
@ -1428,7 +1447,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Enable proxying only blocked sites from the unified registry of Roskomnadzor. The function will be applied only if the region in Windows is set to \"Russia\""
"ToolTip": "Enable proxying only blocked sites from the unified registry of Roskomnadzor. The function is applicable for Russia only"
},
"One": {
"Tag": "Disable",

52
Wrapper/Localizations/en-US/tooltip_Windows_11.json

@ -238,11 +238,11 @@
"Arg": {
"Zero": {
"Tag": "Disable",
"ToolTip": "Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you hava chosen"
"ToolTip": "Do not let Microsoft offer you tailored experiences based on the diagnostic data setting you hava chosen"
},
"One": {
"Tag": "Enable",
"ToolTip": "Let Microsoft offer you tailored expereinces based on the diagnostic data setting you hava chosen (default value)"
"ToolTip": "Let Microsoft offer you tailored experiences based on the diagnostic data setting you hava chosen (default value)"
}
}
},
@ -644,6 +644,21 @@
{
"Id": 325,
"Region": "UI & Personalization",
"Function": "TaskManagerWindow",
"Arg": {
"Zero": {
"Tag": "Expanded",
"ToolTip": "Start Task Manager in the expanded mode"
},
"One": {
"Tag": "Compact",
"ToolTip": "Start Task Manager in the compact mode (default value)"
}
}
},
{
"Id": 326,
"Region": "UI & Personalization",
"Function": "RestartNotification",
"Arg": {
"Zero": {
@ -657,7 +672,7 @@
}
},
{
"Id": 326,
"Id": 327,
"Region": "UI & Personalization",
"Function": "ShortcutsSuffix",
"Arg": {
@ -672,7 +687,7 @@
}
},
{
"Id": 327,
"Id": 328,
"Region": "UI & Personalization",
"Function": "PrtScnSnippingTool",
"Arg": {
@ -687,7 +702,7 @@
}
},
{
"Id": 328,
"Id": 329,
"Region": "UI & Personalization",
"Function": "AppsLanguageSwitch",
"Arg": {
@ -702,7 +717,7 @@
}
},
{
"Id": 329,
"Id": 330,
"Region": "UI & Personalization",
"Function": "AeroShaking",
"Arg": {
@ -716,6 +731,25 @@
}
}
},
{
"Id": 331,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Set default cursors"
},
"One": {
"Tag": "Light",
"ToolTip": "Download and install free light \"Windows 11 Cursors Concept v2\" cursors from Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Download and install free dark \"Windows 11 Cursors Concept v2\" cursors from Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1278,11 +1312,11 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 x64"
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 (x86/x64)"
}
}
},
@ -1304,7 +1338,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Enable proxying only blocked sites from the unified registry of Roskomnadzor. The function will be applied only if the region in Windows is set to \"Russia\""
"ToolTip": "Enable proxying only blocked sites from the unified registry of Roskomnadzor. The function is applicable for Russia only"
},
"One": {
"Tag": "Disable",

23
Wrapper/Localizations/es-ES/tooltip_Windows_10.json

@ -844,6 +844,25 @@
}
}
},
{
"Id": 338,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Establecer los cursores por defecto"
},
"One": {
"Tag": "Light",
"ToolTip": "Descarga e instala gratis los cursores ligeros \"Windows 11 Cursors Concept v2\" de Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Descargue e instale gratis los cursores oscuros \"Windows 11 Cursors Concept v2\" de Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1402,7 +1421,7 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
@ -1428,7 +1447,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Habilitar el proxy sólo sitios bloqueados desde el registro unificado de Roskomnadzor. La función se aplicará sólo si la región en Windows se establece en \"Rusia\""
"ToolTip": "Habilitar el proxy sólo sitios bloqueados desde el registro unificado de Roskomnadzor. La función es aplicable solo para Rusia."
},
"One": {
"Tag": "Disable",

46
Wrapper/Localizations/es-ES/tooltip_Windows_11.json

@ -644,6 +644,21 @@
{
"Id": 325,
"Region": "UI & Personalization",
"Function": "TaskManagerWindow",
"Arg": {
"Zero": {
"Tag": "Expanded",
"ToolTip": "Inicie el Administrador de tareas en el modo expandido"
},
"One": {
"Tag": "Compact",
"ToolTip": "Inicie el Administrador de tareas en el modo compacto (valor predeterminado)"
}
}
},
{
"Id": 326,
"Region": "UI & Personalization",
"Function": "RestartNotification",
"Arg": {
"Zero": {
@ -657,7 +672,7 @@
}
},
{
"Id": 326,
"Id": 327,
"Region": "UI & Personalization",
"Function": "ShortcutsSuffix",
"Arg": {
@ -672,7 +687,7 @@
}
},
{
"Id": 327,
"Id": 328,
"Region": "UI & Personalization",
"Function": "PrtScnSnippingTool",
"Arg": {
@ -687,7 +702,7 @@
}
},
{
"Id": 328,
"Id": 329,
"Region": "UI & Personalization",
"Function": "AppsLanguageSwitch",
"Arg": {
@ -702,7 +717,7 @@
}
},
{
"Id": 320,
"Id": 330,
"Region": "UI & Personalization",
"Function": "AeroShaking",
"Arg": {
@ -716,6 +731,25 @@
}
}
},
{
"Id": 331,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Establecer los cursores por defecto"
},
"One": {
"Tag": "Light",
"ToolTip": "Descarga e instala gratis los cursores ligeros \"Windows 11 Cursors Concept v2\" de Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Descargue e instale gratis los cursores oscuros \"Windows 11 Cursors Concept v2\" de Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1278,7 +1312,7 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
@ -1304,7 +1338,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Habilitar el proxy sólo sitios bloqueados desde el registro unificado de Roskomnadzor. La función se aplicará sólo si la región en Windows se establece en \"Rusia\""
"ToolTip": "Habilitar el proxy sólo sitios bloqueados desde el registro unificado de Roskomnadzor. La función es aplicable solo para Rusia."
},
"One": {
"Tag": "Disable",

23
Wrapper/Localizations/pt-BR/tooltip_Windows_10.json

@ -844,6 +844,25 @@
}
}
},
{
"Id": 338,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Definir cursores por defeito"
},
"One": {
"Tag": "Light",
"ToolTip": "Descarregar e instalar gratuitamente os cursores \"Windows 11 Cursors Concept v2\" da Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Descarregar e instalar os cursores \"Windows 11 Cursors Concept v2\" de Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1402,7 +1421,7 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
@ -1428,7 +1447,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Activar a proxying apenas bloqueia sites do registo unificado de Roskomnadzor. A função só será aplicada se a região no Windows estiver definida para \"Rússia\""
"ToolTip": "Activar a proxying apenas bloqueia sites do registo unificado de Roskomnadzor. A função é aplicável apenas para a Rússia."
},
"One": {
"Tag": "Disable",

46
Wrapper/Localizations/pt-BR/tooltip_Windows_11.json

@ -644,6 +644,21 @@
{
"Id": 325,
"Region": "UI & Personalization",
"Function": "TaskManagerWindow",
"Arg": {
"Zero": {
"Tag": "Expanded",
"ToolTip": "Inicie o Gerenciador de Tarefas no modo expandido"
},
"One": {
"Tag": "Compact",
"ToolTip": "Inicie o Gerenciador de Tarefas no modo compacto (valor padrão)"
}
}
},
{
"Id": 326,
"Region": "UI & Personalization",
"Function": "RestartNotification",
"Arg": {
"Zero": {
@ -657,7 +672,7 @@
}
},
{
"Id": 326,
"Id": 327,
"Region": "UI & Personalization",
"Function": "ShortcutsSuffix",
"Arg": {
@ -672,7 +687,7 @@
}
},
{
"Id": 327,
"Id": 328,
"Region": "UI & Personalization",
"Function": "PrtScnSnippingTool",
"Arg": {
@ -687,7 +702,7 @@
}
},
{
"Id": 328,
"Id": 329,
"Region": "UI & Personalization",
"Function": "AppsLanguageSwitch",
"Arg": {
@ -702,7 +717,7 @@
}
},
{
"Id": 329,
"Id": 330,
"Region": "UI & Personalization",
"Function": "AeroShaking",
"Arg": {
@ -716,6 +731,25 @@
}
}
},
{
"Id": 331,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Definir cursores por defeito"
},
"One": {
"Tag": "Light",
"ToolTip": "Descarregar e instalar gratuitamente os cursores \"Windows 11 Cursors Concept v2\" da Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Descarregar e instalar os cursores \"Windows 11 Cursors Concept v2\" de Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1278,7 +1312,7 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
@ -1304,7 +1338,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Activar a proxying apenas bloqueia sites do registo unificado de Roskomnadzor. A função só será aplicada se a região no Windows estiver definida para \"Rússia\""
"ToolTip": "Activar a proxying apenas bloqueia sites do registo unificado de Roskomnadzor. A função é aplicável apenas para a Rússia."
},
"One": {
"Tag": "Disable",

25
Wrapper/Localizations/ru-RU/tooltip_Windows_10.json

@ -844,6 +844,25 @@
}
}
},
{
"Id": 338,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Установить курсоры по умолчанию"
},
"One": {
"Tag": "Light",
"ToolTip": "Скачать и установить бесплатные светлые курсоры \"Windows 11 Cursors Concept v2\" от Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Скачать и установить бесплатные темные курсоры \"Windows 11 Cursors Concept v2\" от Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1402,11 +1421,11 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 x64"
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 (x86/x64)"
}
}
},
@ -1428,7 +1447,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Включить проксирование только заблокированных сайтов из единого реестра Роскомнадзора. Функция будет применена, только если в Windows установлен регион \"Россия\""
"ToolTip": "Включить проксирование только заблокированных сайтов из единого реестра Роскомнадзора. Функция применима только для России."
},
"One": {
"Tag": "Disable",

48
Wrapper/Localizations/ru-RU/tooltip_Windows_11.json

@ -644,6 +644,21 @@
{
"Id": 325,
"Region": "UI & Personalization",
"Function": "TaskManagerWindow",
"Arg": {
"Zero": {
"Tag": "Expanded",
"ToolTip": "Запускать Диспетчера задач в развернутом виде"
},
"One": {
"Tag": "Compact",
"ToolTip": "Запускать Диспетчера задач в свернутом виде (значение по умолчанию)"
}
}
},
{
"Id": 326,
"Region": "UI & Personalization",
"Function": "RestartNotification",
"Arg": {
"Zero": {
@ -657,7 +672,7 @@
}
},
{
"Id": 326,
"Id": 327,
"Region": "UI & Personalization",
"Function": "ShortcutsSuffix",
"Arg": {
@ -672,7 +687,7 @@
}
},
{
"Id": 327,
"Id": 328,
"Region": "UI & Personalization",
"Function": "PrtScnSnippingTool",
"Arg": {
@ -687,7 +702,7 @@
}
},
{
"Id": 328,
"Id": 329,
"Region": "UI & Personalization",
"Function": "AppsLanguageSwitch",
"Arg": {
@ -702,7 +717,7 @@
}
},
{
"Id": 329,
"Id": 330,
"Region": "UI & Personalization",
"Function": "AeroShaking",
"Arg": {
@ -716,6 +731,25 @@
}
}
},
{
"Id": 331,
"Region": "UI & Personalization",
"Function": "Cursors",
"Arg": {
"Zero": {
"Tag": "Default",
"ToolTip": "Установить курсоры по умолчанию"
},
"One": {
"Tag": "Light",
"ToolTip": "Скачать и установить бесплатные светлые курсоры \"Windows 11 Cursors Concept v2\" от Jepri Creations"
},
"Two": {
"Tag": "Dark",
"ToolTip": "Скачать и установить бесплатные темные курсоры \"Windows 11 Cursors Concept v2\" от Jepri Creations"
}
}
},
{
"Id": 400,
"Region": "OneDrive",
@ -1278,11 +1312,11 @@
{
"Id": 536,
"Region": "System",
"Function": "InstallVCRedistx64",
"Function": "InstallVCRedist",
"Arg": {
"Zero": {
"Tag": "",
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 x64"
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 (x86/x64)"
}
}
},
@ -1304,7 +1338,7 @@
"Arg": {
"Zero": {
"Tag": "Enable",
"ToolTip": "Включить проксирование только заблокированных сайтов из единого реестра Роскомнадзора. Функция будет применена, только если в Windows установлен регион \"Россия\""
"ToolTip": "Включить проксирование только заблокированных сайтов из единого реестра Роскомнадзора. Функция применима только для России."
},
"One": {
"Tag": "Disable",

19
Wrapper/README.md

@ -1,17 +1,16 @@
Sophia Script Wrapper created by David from [BenchTweakGaming.com](https://benchtweakgaming.com/2020/10/10/windows-10-debloat-tool/).
## Sophia Script Wrapper
This program create a PowerShell script file that you can run to customize Windows based on Sophia Script. It serves as a front-end GUI for the Sophia Script. It is called a Wrapper.
Created by David from [BenchTweakGaming.com](https://benchtweakgaming.com/2020/10/10/windows-10-debloat-tool/).
This program creates a PowerShell script file that you can run to customize Windows based on Sophia Script. It serves as a front-end GUI for the Sophia Script. It is called a Wrapper.
# WRAPPER FILES
## Wrapper Files
* `Sophia Script Wrapper.exe`: The GUI program.
* `config_Windows_1x.json`: JSON that contains the options (function names), Sophia preset and Windows Default preset, LTSC version.
* `tooltip_Windows_1x.json`: ToolTips in JSON format. Currently just 5 languages EN, RU, DE, ES an PT translations.
* `tag.json`: tags in JSON format. Currently just 5 languages EN, RU, DE, ES an PT translations.
* `ui.json`: UI in JSON format. Currently just 5 languages EN, RU, DE, ES an PT translations.
* `tooltip_Windows_1x.json`: ToolTips in JSON format.
* `tag.json`: tags in JSON format.
* `ui.json`: UI in JSON format.
### Please help with translations for UI, Tag and ToolTip for the community to use. Currently in JSON format.
# How to translate UI into another language
# INSTRUCTIONS
UNZIP all the files and import the `Sophia.ps1` preset file to import and to get the path for files to run. If you do not import `Sophia.ps1` then you can not run directly the PowerShell script you create and all controls in Wrapper are disabled.
Unzip all the files and import the `Sophia.ps1` preset file to import and to get the path for files to run. If you do not import `Sophia.ps1` then you can not run directly the PowerShell script you create and all controls in Wrapper are disabled.

2492
src/Sophia_Script_Wrapper_v2.5.7/Config/config_Windows_10.json

File diff suppressed because it is too large

2768
src/Sophia_Script_Wrapper_v2.5.7/Config/config_Windows_10_LTSC.json

File diff suppressed because it is too large

2335
src/Sophia_Script_Wrapper_v2.5.7/Config/config_Windows_11.json

File diff suppressed because it is too large

46
src/Sophia_Script_Wrapper_v2.5.7/Localizations/de-DE/tag.json

@ -1,46 +0,0 @@
{
"Warning": "Warnen",
"Checks": "Überprüfen",
"Disable": "Deaktivieren",
"Enable": "Aktivieren",
"None": "Nichts",
"Minimal": "Мinimal",
"Default": "Standard",
"Never": "Niemals",
"Hide": "Ausblenden",
"Show": "Anzeigen",
"ThisPC": "Dieser PC",
"QuickAccess": "Schnellzugriff",
"Detailed": "Ausführlich",
"Compact": "Kompakt",
"Expanded": "Erweitert",
"Minimized": "Minimiert",
"SearchIcon": "Suchsymbol",
"SearchBox": "Suchbox",
"LargeIcons": "Große Symbole",
"SmallIcons": "Kleine Symbole",
"Category": "Kategorie",
"Dark": "Dunkel",
"Light": "Hell",
"Max": "Maximal",
"Uninstall": "Deinstallieren",
"Install": "Installieren",
"Month": "Monat",
"SystemDrive": "Systemlaufwerk",
"High": "Hoch",
"Balanced": "Ausgewogen",
"English": "Englisch",
"Root": "Root",
"Custom": "Benutzerdefiniert",
"Desktop": "Desktop",
"Automatically": "Automatisch",
"Manually": "Manuell",
"Elevated": "Erhöht",
"NonElevated": "Nicht erhöht",
"Register": "Registrieren",
"Delete": "Löschen",
"Left": "Links",
"Center": "Zentriert",
"WindowsTerminal": "Windows-Terminal",
"ConsoleHost": "Konsolenhost"
}

2203
src/Sophia_Script_Wrapper_v2.5.7/Localizations/de-DE/tooltip_Windows_10.json

File diff suppressed because it is too large

2063
src/Sophia_Script_Wrapper_v2.5.7/Localizations/de-DE/tooltip_Windows_11.json

File diff suppressed because it is too large

71
src/Sophia_Script_Wrapper_v2.5.7/Localizations/de-DE/ui.json

@ -1,71 +0,0 @@
[
{
"Id": "Menu",
"Options": {
"menuImportExportPreset": "Importieren | Exportieren",
"menuImportPreset": "Voreinstellung importieren",
"menuExportPreset": "Voreinstellung exportieren",
"menuPresets": "Voreinstellungen",
"menuOpposite": "Alle umkehren",
"menuClear": "Löschen",
"menuTheme": "Thema",
"menuThemeDark": "Dunkel",
"menuThemeLight": "Hell",
"menuLanguage": "Sprache",
"menuAbout": "Über"
}
},
{
"Id": "Tab",
"Options": {
"tabSystemProtection": "Systemschutz",
"tabPrivacyTelemetry": "Datenschutz und Telemetrie",
"tabUIPersonalization": "UI & Personalisierung",
"tabOneDrive": "OneDrive",
"tabSystem": "System",
"tabWSL": "WSL",
"tabStartMenu": "Startmenü",
"tabUWP": "UWP Apps",
"tabGaming": "Gaming",
"tabScheduledTasks": "Geplante Aufgaben",
"tabDefenderSecurity": "Defender & Security",
"tabContextMenu": "Kontextmenü",
"tabUpdatePolicies": "Aktualisieren Sie die Richtlinien",
"tabConsoleOutput": "Konsolenausgabe"
}
},
{
"Id": "Button",
"Options": {
"btnRefreshConsole": "Konsole aktualisieren",
"btnRunPowerShell": "PowerShell ausführen"
}
},
{
"Id": "StatusBar",
"Options": {
"statusBarHover": "Bewegen Sie den Mauszeiger über die Auswahlpunkte, um Informationen zu jeder Option zu erhalten",
"statusBarPresetLoaded": "Voreinstellung geladen!",
"statusBarPresetNotComp": "Voreinstellungsdatei ist nicht kompatibel!",
"statusBarSophiaPreset": "Sophia Voreinstellung geladen!",
"statusBarWindowsDefaultPreset": "Windows Standardvoreinstellung geladen!",
"statusBarPowerShellScriptCreatedFromSelections": "PowerShell Skript, das anhand Ihrer Auswahlen erstellt wurde! Sie können es ausführen oder speichern.",
"statusBarPowerShellExport": "PowerShell Skript erstellt!",
"statusBarOpposite": "Umgekehrte Einstellungen ausgewählt!",
"statusBarClear": "Auswahlen alle gelöscht!",
"statusBarDisabled": "Sie müssen zuerst 'Voreinstellung importieren', um die Verwendung von Wrapper zu aktivieren. Importieren, um Steuerelemente zu aktivieren.",
"statusBarCurrentOS": "Aktuelles OS"
}
},
{
"Id": "MessageBox",
"Options": {
"messageBoxNewWrapperFound": "Eine neue Version von 'Wrapper' wurde entdeckt.\nGitHub-Seite öffnen?",
"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"
}
}
]

2203
src/Sophia_Script_Wrapper_v2.5.7/Localizations/en-US/tooltip_Windows_10.json

File diff suppressed because it is too large

2063
src/Sophia_Script_Wrapper_v2.5.7/Localizations/en-US/tooltip_Windows_11.json

File diff suppressed because it is too large

71
src/Sophia_Script_Wrapper_v2.5.7/Localizations/en-US/ui.json

@ -1,71 +0,0 @@
[
{
"Id": "Menu",
"Options": {
"menuImportExportPreset": "Import | Export",
"menuImportPreset": "Import Preset",
"menuExportPreset": "Export Preset",
"menuPresets": "Presets",
"menuOpposite": "Opposite",
"menuClear": "Clear",
"menuTheme": "Theme",
"menuThemeDark": "Dark",
"menuThemeLight": "Light",
"menuLanguage": "Language",
"menuAbout": "About"
}
},
{
"Id": "Tab",
"Options": {
"tabSystemProtection": "System Protection",
"tabPrivacyTelemetry": "Privacy & Telemetry",
"tabUIPersonalization": "UI & Personalization",
"tabOneDrive": "OneDrive",
"tabSystem": "System",
"tabWSL": "WSL",
"tabStartMenu": "Start Menu",
"tabUWP": "UWP Apps",
"tabGaming": "Gaming",
"tabScheduledTasks": "Scheduled Tasks",
"tabDefenderSecurity": "Defender & Security",
"tabContextMenu": "Context Menu",
"tabUpdatePolicies": "Update Policies",
"tabConsoleOutput": "Console Output"
}
},
{
"Id": "Button",
"Options": {
"btnRefreshConsole": "Refresh Console",
"btnRunPowerShell": "Run PowerShell"
}
},
{
"Id": "StatusBar",
"Options": {
"statusBarHover": "Hover your mouse cursor over the selection items to information about each option",
"statusBarPresetLoaded": "preset loaded!",
"statusBarPresetNotComp": "preset file is not compatible!",
"statusBarSophiaPreset": "Sophia preset loaded!",
"statusBarWindowsDefaultPreset": "Windows Default preset loaded!",
"statusBarPowerShellScriptCreatedFromSelections": "PowerShell Script created from your selections! You can run it or save it.",
"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.",
"statusBarCurrentOS": "Current OS"
}
},
{
"Id": "MessageBox",
"Options": {
"messageBoxNewWrapperFound": "A new version of 'Wrapper' found.\nOpen a GitHub latest release page?",
"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"
}
}
]

46
src/Sophia_Script_Wrapper_v2.5.7/Localizations/es-ES/tag.json

@ -1,46 +0,0 @@
{
"Warning": "Advertencia",
"Checks": "Comprobaciones",
"Disable": "Desactivar",
"Enable": "Habilitar",
"None": "Ninguno",
"Minimal": "Mínimo",
"Default": "Defecto",
"Never": "Nunca",
"Hide": "Esconder",
"Show": "Show",
"ThisPC": "Este PC",
"QuickAccess": "Acceso rapido",
"Detailed": "Detallado",
"Compact": "Compacto",
"Expanded": "Expandido",
"Minimized": "Minimizado",
"SearchIcon": "Icono de búsqueda",
"SearchBox": "Caja de búsqeda",
"LargeIcons": "Iconos grandes",
"SmallIcons": "Iconos pequeños",
"Category": "Categoría",
"Dark": "Oscuro",
"Light": "Ligero",
"Max": "Max",
"Uninstall": "Desinstalar",
"Install": "Instalar",
"Month": "Mes",
"SystemDrive": "Unidad del sistema",
"High": "Alto",
"Balanced": "Equilibrado",
"English": "Inglés",
"Root": "Raíz",
"Custom": "Personalizado",
"Desktop": "Escritorio",
"Automatically": "Automáticamente",
"Manually": "A mano",
"Elevated": "Elevado",
"NonElevated": "No elevado",
"Register": "Registrarse",
"Delete": "Borrar",
"Left": "Izquierdo",
"Center": "Centrar",
"WindowsTerminal": "Terminal de Windows",
"ConsoleHost": "Host de la consola"
}

2203
src/Sophia_Script_Wrapper_v2.5.7/Localizations/es-ES/tooltip_Windows_10.json

File diff suppressed because it is too large

2063
src/Sophia_Script_Wrapper_v2.5.7/Localizations/es-ES/tooltip_Windows_11.json

File diff suppressed because it is too large

71
src/Sophia_Script_Wrapper_v2.5.7/Localizations/es-ES/ui.json

@ -1,71 +0,0 @@
[
{
"Id": "Menu",
"Options": {
"menuImportExportPreset": "Importar | Exportar",
"menuImportPreset": "Importar preajuste",
"menuExportPreset": "Exportar preajuste",
"menuPresets": "Preajustes",
"menuOpposite": "Opuesto",
"menuClear": "Claro",
"menuTheme": "Tema",
"menuThemeDark": "Oscuro",
"menuThemeLight": "Ligero",
"menuLanguage": "Idioma",
"menuAbout": "Sobre"
}
},
{
"Id": "Tab",
"Options": {
"tabSystemProtection": "Proteccion del sistema",
"tabPrivacyTelemetry": "Intimidad & Telemetría",
"tabUIPersonalization": "UI & Personalización",
"tabOneDrive": "OneDrive",
"tabSystem": "Sistema",
"tabWSL": "WSL",
"tabStartMenu": "Menu de inicio",
"tabUWP": "UWP Apps",
"tabGaming": "Juego de azar",
"tabScheduledTasks": "Tareas programadas",
"tabDefenderSecurity": "Defensor & Seguridad",
"tabContextMenu": "Menú de contexto",
"tabUpdatePolicies": "Actualizar las políticas",
"tabConsoleOutput": "Salida de consola"
}
},
{
"Id": "Button",
"Options": {
"btnRefreshConsole": "Actualizar consola",
"btnRunPowerShell": "Correr PowerShell"
}
},
{
"Id": "StatusBar",
"Options": {
"statusBarHover": "Pase el cursor del mouse sobre los elementos de selección para obtener información sobre cada opción",
"statusBarPresetLoaded": "preestablecido cargado!",
"statusBarPresetNotComp": "el archivo predeterminado no es compatible!",
"statusBarSophiaPreset": "Sophia preestablecido cargado!",
"statusBarWindowsDefaultPreset": "Windows Preset predeterminado cargado!",
"statusBarPowerShellScriptCreatedFromSelections": "PowerShell ¡Secuencia de comandos creada a partir de sus selecciones! Puede ejecutarlo o guardarlo.",
"statusBarPowerShellExport": "PowerShell script creado!",
"statusBarOpposite": "Opuesto seleccionado!",
"statusBarClear": "Selecciones todas borradas!",
"statusBarDisabled": "Primero debe 'Importar preajuste' para habilitar el uso de Wrapper. Importar para habilitar controles.",
"statusBarCurrentOS": "OS Actual"
}
},
{
"Id": "MessageBox",
"Options": {
"messageBoxNewWrapperFound": "Se encontró una nueva versión de 'Wrapper'.\nAbrir una página de la última versión de GitHub?",
"messageBoxNewSophiaFound": "Se encontró una nueva versión de Sophia Script.\nAbre la página de la última versión de GitHub?",
"messageBoxDoesNotExist": "no existe",
"messageBoxPresetNotComp": "¡El archivo predeterminado no es compatible!",
"messageBoxFilesMissingClose": "Faltan archivos, por lo que Sophia Script Wrapper se cerrará",
"messageBoxConsoleEmpty": "La consola está vacía.\nHaga clic en el botón 'Actualizar consola' para crear un script con sus selecciones"
}
}
]

46
src/Sophia_Script_Wrapper_v2.5.7/Localizations/pt-BR/tag.json

@ -1,46 +0,0 @@
{
"Warning": "Aviso",
"Checks": "Verificações",
"Disable": "Desabilitar",
"Enable": "Permitir",
"None": "Nenhum",
"Minimal": "Mínimo",
"Default": "Predefinição",
"Never": "Nunca",
"Hide": "Esconder",
"Show": "Mostrar",
"ThisPC": "Este PC",
"QuickAccess": "Acesso rápido",
"Detailed": "Detalhado",
"Compact": "Compactar",
"Expanded": "Expandido",
"Minimized": "Minimizado",
"SearchIcon": "Ícone de pesquisa",
"SearchBox": "Caixa de pesquisa",
"LargeIcons": "Ícones grandes",
"SmallIcons": "Ícones pequenos",
"Category": "Categoria",
"Dark": "Escuro",
"Light": "Luz",
"Max": "Máx.",
"Uninstall": "Desinstalar",
"Install": "Instalar",
"Month": "Mês",
"SystemDrive": "Unidade do sistema",
"High": "Alto",
"Balanced": "Equilibrado",
"English": "inglês",
"Root": "Raiz",
"Custom": "Personalizado",
"Desktop": "Área de Trabalho",
"Automatically": "Automaticamente",
"Manually": "Manualmente",
"Elevated": "Elevado",
"NonElevated": "Não Elevado",
"Register": "Registro",
"Delete": "Excluir",
"Left": "Esquerdo",
"Center": "Centro",
"WindowsTerminal": "Terminal Windows",
"ConsoleHost": "Host do console"
}

2184
src/Sophia_Script_Wrapper_v2.5.7/Localizations/pt-BR/tooltip_Windows_10.json

File diff suppressed because it is too large

2063
src/Sophia_Script_Wrapper_v2.5.7/Localizations/pt-BR/tooltip_Windows_11.json

File diff suppressed because it is too large

71
src/Sophia_Script_Wrapper_v2.5.7/Localizations/pt-BR/ui.json

@ -1,71 +0,0 @@
[
{
"Id": "Menu",
"Options": {
"menuImportExportPreset": "Importar | Exportar",
"menuImportPreset": "Importar Predefinição",
"menuExportPreset": "Exportar Predefinição",
"menuPresets": "Presets",
"menuOpposite": "Oposto",
"menuClear": "Claro",
"menuTheme": "Tema",
"menuThemeDark": "Escuro",
"menuThemeLight": "Luz",
"menuLanguage": "Língua",
"menuAbout": "Cerca de"
}
},
{
"Id": "Tab",
"Options": {
"tabSystemProtection": "Proteção do sistema",
"tabPrivacyTelemetry": "Privacidade & Telemetria",
"tabUIPersonalization": "UI & Personalização",
"tabOneDrive": "OneDrive",
"tabSystem": "Sistema",
"tabWSL": "WSL",
"tabStartMenu": "Menu Iniciar",
"tabUWP": "UWP Apps",
"tabGaming": "Jogos",
"tabScheduledTasks": "Atividades agendadas",
"tabDefenderSecurity": "Defensor & Segurança",
"tabContextMenu": "Menu contextual",
"tabUpdatePolicies": "Actualizar as políticas",
"tabConsoleOutput": "Saída do console"
}
},
{
"Id": "Button",
"Options": {
"btnRefreshConsole": "Atualizar console",
"btnRunPowerShell": "Execute PowerShell"
}
},
{
"Id": "StatusBar",
"Options": {
"statusBarHover": "Passe o cursor do mouse sobre os itens de seleção para obter informações sobre cada opção",
"statusBarPresetLoaded": "predefinição carregada!",
"statusBarPresetNotComp": "arquivo predefinido não é compatível!",
"statusBarSophiaPreset": "Predefinição de Sophia carregada!",
"statusBarWindowsDefaultPreset": "Predefinição padrão do Windows carregada!",
"statusBarPowerShellScriptCreatedFromSelections": "Script do PowerShell criado a partir de suas seleções! Você pode executá-lo ou salvá-lo.",
"statusBarPowerShellExport": "Script PowerShell criado!",
"statusBarOpposite": "Oposto selecionado!",
"statusBarClear": "Todas as seleções foram apagadas!",
"statusBarDisabled": "Você deve 'Importar Predefinição' primeiro para habilitar o uso do Wrapper. Importe para habilitar os controles.",
"statusBarCurrentOS": "OS atual"
}
},
{
"Id": "MessageBox",
"Options": {
"messageBoxNewWrapperFound": "Uma nova versão de 'Wrapper' encontrada.\nAbra uma página de lançamento mais recente do GitHub?",
"messageBoxNewSophiaFound": "Uma nova versão do Sophia Script encontrada.\nAbra a página de lançamento mais recente do GitHub?",
"messageBoxDoesNotExist": "não existe",
"messageBoxPresetNotComp": "arquivo predefinido não é compatível!",
"messageBoxFilesMissingClose": "Arquivos faltando para que o Sophia Script Wrapper feche",
"messageBoxConsoleEmpty": "O console está vazio.\nClique no botão 'Atualizar console' para criar um script com suas seleções"
}
}
]

46
src/Sophia_Script_Wrapper_v2.5.7/Localizations/ru-RU/tag.json

@ -1,46 +0,0 @@
{
"Warning": "Предупреждение",
"Checks": "Проверки",
"Disable": "Выключить",
"Enable": "Включить",
"None": "Пропустить",
"Minimal": "Минимальный",
"Default": "По умолчанию",
"Never": "Никогда",
"Hide": "Скрывать",
"Show": "Показывать",
"ThisPC": "Этот Компьютер",
"QuickAccess": "Быстрый доступ",
"Detailed": "Развернутый вид",
"Compact": "Свернутый вид",
"Expanded": "Развернуть",
"Minimized": "Свернуть",
"SearchIcon": "Значок поиска",
"SearchBox": "Поисковая строка",
"LargeIcons": "Большие иконки",
"SmallIcons": "Маленькие иконки",
"Category": "Категория",
"Dark": "Тёмный",
"Light": "Светлый",
"Max": "Максимальный",
"Uninstall": "Удалить",
"Install": "Установить",
"Month": "Ежемесячно",
"SystemDrive": "Системный диск",
"High": "Высокая производительность",
"Balanced": "Сбалансированная",
"English": "Английский",
"Root": "В корень",
"Custom": "Настраиваемый",
"Desktop": "Рабочий стол",
"Automatically": "Автоматически",
"Manually": "Вручную",
"Elevated": "От имени Администратора",
"NonElevated": "От имени пользователя",
"Register": "Создать",
"Delete": "Удалить",
"Left": "Слева",
"Center": "По центру",
"WindowsTerminal": "Windows Терминал",
"ConsoleHost": "Узел консоли Windows"
}

2203
src/Sophia_Script_Wrapper_v2.5.7/Localizations/ru-RU/tooltip_Windows_10.json

File diff suppressed because it is too large

2063
src/Sophia_Script_Wrapper_v2.5.7/Localizations/ru-RU/tooltip_Windows_11.json

File diff suppressed because it is too large

71
src/Sophia_Script_Wrapper_v2.5.7/Localizations/ru-RU/ui.json

@ -1,71 +0,0 @@
[
{
"Id": "Menu",
"Options": {
"menuImportExportPreset": "Импорт | экспорт",
"menuImportPreset": "Импортировать пресет",
"menuExportPreset": "Экспортировать пресет",
"menuPresets": "Пресеты",
"menuOpposite": "Противоположные значения",
"menuClear": "Очистить",
"menuTheme": "Тема",
"menuThemeDark": "Тёмная",
"menuThemeLight": "Светлая",
"menuLanguage": "Язык",
"menuAbout": "О программе"
}
},
{
"Id": "Tab",
"Options": {
"tabSystemProtection": "Защита",
"tabPrivacyTelemetry": "Конфиденциальность & телеметрия",
"tabUIPersonalization": "UI & персонализация",
"tabOneDrive": "OneDrive",
"tabSystem": "Система",
"tabWSL": "WSL",
"tabStartMenu": "Меню \"Пуск\"",
"tabUWP": "UWP-приложения",
"tabGaming": "Игры",
"tabScheduledTasks": "Планировщик заданий",
"tabDefenderSecurity": "Defender и защита",
"tabContextMenu": "Контекстное меню",
"tabUpdatePolicies": "Обновление политик",
"tabConsoleOutput": "Вывод консоли"
}
},
{
"Id": "Button",
"Options": {
"btnRefreshConsole": "Обновить консоль",
"btnRunPowerShell": "Запустить PowerShell"
}
},
{
"Id": "StatusBar",
"Options": {
"statusBarHover": "Наведите курсором на функции, чтобы увидеть подсказки по каждой опции",
"statusBarPresetLoaded": "Модуль загружен!",
"statusBarPresetNotComp": "Пресет не совместим!",
"statusBarSophiaPreset": "Загружен пресет Sophia!",
"statusBarWindowsDefaultPreset": "Загружен пресет по умолчанию!",
"statusBarPowerShellScriptCreatedFromSelections": "Скрипт для PowerShell создан из ваших выбранных элементов. Можете запустить и сохранить его.",
"statusBarPowerShellExport": "Скрипт для PowerShell создан!",
"statusBarOpposite": "Выбраны обратные настройки!",
"statusBarClear": "Выбранные элементы очищены!",
"statusBarDisabled": "Вы должны сначала \"Импортировать пресет\", чтобы использовать Wrapper. Импортируйте, чтобы включить элементы управления.",
"statusBarCurrentOS": "Текущая ОС"
}
},
{
"Id": "MessageBox",
"Options": {
"messageBoxNewWrapperFound": "Обнаружена новая версия Wrapper.\nОткрыть страницу GitHub?",
"messageBoxNewSophiaFound": "Обнаружена новая версия Sophia Script.\nОткрыть страницу GitHub?",
"messageBoxDoesNotExist": "не существует",
"messageBoxPresetNotComp": "Пресет не совместим!",
"messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта",
"messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Обновить консоль\", чтобы создать скрипт, согласно вышим выборам"
}
}
]

BIN
src/Sophia_Script_Wrapper_v2.5.7/SophiaScriptWrapper.exe

Binary file not shown.

18
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -1639,10 +1639,10 @@ function WhatsNewInWindows
Tailored experiences
.PARAMETER Disable
Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
Do not let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
.PARAMETER Enable
Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
Let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
.EXAMPLE
TailoredExperiences -Disable
@ -3037,12 +3037,14 @@ function MeetNow
{
"Hide"
{
$Script:MeetNow = $false
$Settings = Get-ItemPropertyValue -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -ErrorAction Ignore
$Settings[9] = 128
New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -PropertyType Binary -Value $Settings -Force
}
"Show"
{
$Script:MeetNow = $true
$Settings = Get-ItemPropertyValue -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -ErrorAction Ignore
$Settings[9] = 0
New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -PropertyType Binary -Value $Settings -Force
@ -6294,6 +6296,8 @@ function NetworkAdaptersSavePower
Get-NetAdapter -Physical -Name $PhysicalAdaptersStatusUp | ForEach-Object -Process {$_.Status -eq "Disconnected"}
)
{
Write-Information -MessageData "" -InformationAction Continue
Write-Verbose -Message $Localization.Patient -Verbose
Start-Sleep -Seconds 2
}
}
@ -13783,6 +13787,16 @@ public static void PostMessage()
gpupdate /force
}
# [WinAPI.UpdateEnvironment]::Refresh() makes so that Meet Now icon returns even if was hid before, so we need to check which function was called previously
if ($Script:MeetNow)
{
MeetNow -Show
}
else
{
MeetNow -Hide
}
Remove-Item -Path "$env:TEMP\Computer.txt", "$env:TEMP\User.txt" -Force -ErrorAction Ignore
Stop-Process -Name explorer -Force

4
src/Sophia_Script_for_Windows_10/Sophia.ps1

@ -242,11 +242,11 @@ WhatsNewInWindows -Disable
# Предлагать способы завершения настройки устройства для максимально эффективного использования Windows (значение по умолчанию)
# WhatsNewInWindows -Enable
# Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
# Do not let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
# Не разрешать корпорации Майкософт использовать ваши диагностические данные для предоставления вам персонализированных советов, рекламы и рекомендаций, чтобы улучшить работу со службами Майкрософт
TailoredExperiences -Disable
# Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen (default value)
# Let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen (default value)
# Разрешите корпорации Майкософт использовать ваши диагностические данные для предоставления вам персонализированных советов, рекламы и рекомендаций, чтобы улучшить работу со службами Майкрософт (значение по умолчанию)
# TailoredExperiences -Enable

2
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

@ -4985,6 +4985,8 @@ function NetworkAdaptersSavePower
Get-NetAdapter -Physical -Name $PhysicalAdaptersStatusUp | ForEach-Object -Process {$_.Status -eq "Disconnected"}
)
{
Write-Information -MessageData "" -InformationAction Continue
Write-Verbose -Message $Localization.Patient -Verbose
Start-Sleep -Seconds 2
}
}

6
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -1374,10 +1374,10 @@ function WhatsNewInWindows
Tailored experiences
.PARAMETER Disable
Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
Do not let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
.PARAMETER Enable
Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
Let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
.EXAMPLE
TailoredExperiences -Disable
@ -5372,6 +5372,8 @@ function NetworkAdaptersSavePower
Get-NetAdapter -Physical -Name $PhysicalAdaptersStatusUp | ForEach-Object -Process {$_.Status -eq "Disconnected"}
)
{
Write-Information -MessageData "" -InformationAction Continue
Write-Verbose -Message $Localization.Patient -Verbose
Start-Sleep -Seconds 2
}
}

4
src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1

@ -205,11 +205,11 @@ WhatsNewInWindows -Disable
# Предлагать способы завершения настройки устройства для максимально эффективного использования Windows (значение по умолчанию)
# WhatsNewInWindows -Enable
# Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
# Do not let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
# Не разрешать корпорации Майкософт использовать ваши диагностические данные для предоставления вам персонализированных советов, рекламы и рекомендаций, чтобы улучшить работу со службами Майкрософт
TailoredExperiences -Disable
# Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen (default value)
# Let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen (default value)
# Разрешите корпорации Майкософт использовать ваши диагностические данные для предоставления вам персонализированных советов, рекламы и рекомендаций, чтобы улучшить работу со службами Майкрософт (значение по умолчанию)
# TailoredExperiences -Enable

19
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -1641,10 +1641,10 @@ function WhatsNewInWindows
Tailored experiences
.PARAMETER Disable
Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
Do not let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
.PARAMETER Enable
Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
Let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
.EXAMPLE
TailoredExperiences -Disable
@ -3039,12 +3039,14 @@ function MeetNow
{
"Hide"
{
$Script:MeetNow = $false
$Settings = Get-ItemPropertyValue -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -ErrorAction Ignore
$Settings[9] = 128
New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -PropertyType Binary -Value $Settings -Force
}
"Show"
{
$Script:MeetNow = $true
$Settings = Get-ItemPropertyValue -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -ErrorAction Ignore
$Settings[9] = 0
New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -PropertyType Binary -Value $Settings -Force
@ -4111,7 +4113,6 @@ function Cursors
}
$ZIP.Dispose()
Remove-Item -Path "$DownloadsFolder\Cursors.zip" -Force
New-ItemProperty -Path "HKCU:\Control Panel\Cursors" -Name "(default)" -PropertyType String -Value "W11 Cursor Light HD v2.2 by Jepri Creations" -Force
@ -6313,6 +6314,8 @@ function NetworkAdaptersSavePower
Get-NetAdapter -Physical -Name $PhysicalAdaptersStatusUp | ForEach-Object -Process {$_.Status -eq "Disconnected"}
)
{
Write-Information -MessageData "" -InformationAction Continue
Write-Verbose -Message $Localization.Patient -Verbose
Start-Sleep -Seconds 2
}
}
@ -13832,6 +13835,16 @@ public static void PostMessage()
gpupdate /force
}
# [WinAPI.UpdateEnvironment]::Refresh() makes so that Meet Now icon returns even if was hid before, so we need to check which function was called previously
if ($Script:MeetNow)
{
MeetNow -Show
}
else
{
MeetNow -Hide
}
Remove-Item -Path "$env:TEMP\Computer.txt", "$env:TEMP\User.txt" -Force -ErrorAction Ignore
Stop-Process -Name explorer -Force

4
src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1

@ -251,11 +251,11 @@ WhatsNewInWindows -Disable
# Предлагать способы завершения настройки устройства для максимально эффективного использования Windows (значение по умолчанию)
# WhatsNewInWindows -Enable
# Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
# Do not let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen
# Не разрешать корпорации Майкософт использовать ваши диагностические данные для предоставления вам персонализированных советов, рекламы и рекомендаций, чтобы улучшить работу со службами Майкрософт
TailoredExperiences -Disable
# Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen (default value)
# Let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen (default value)
# Разрешите корпорации Майкософт использовать ваши диагностические данные для предоставления вам персонализированных советов, рекламы и рекомендаций, чтобы улучшить работу со службами Майкрософт (значение по умолчанию)
# TailoredExperiences -Enable

1
src/Sophia_Script_for_Windows_11/Localizations/de-DE/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Wiederherstellen
Run = Starten
SelectAll = Alle auswählen
Skipped = Übersprungen
GPOUpdate = GPO-Aktualisierung...
TelegramGroupTitle = Treten Sie unserer offiziellen Telegram-Gruppe bei
TelegramChannelTitle = Treten Sie unserem offiziellen Telegram-Kanal bei
DiscordChannelTitle = Treten Sie unserem offiziellen Discord-Kanal bei

1
src/Sophia_Script_for_Windows_11/Localizations/en-US/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Restore
Run = Run
SelectAll = Select all
Skipped = Skipped
GPOUpdate = Updating GPO...
TelegramGroupTitle = Join our official Telegram group
TelegramChannelTitle = Join our official Telegram channel
DiscordChannelTitle = Join our official Discord channel

1
src/Sophia_Script_for_Windows_11/Localizations/es-ES/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Restaurar
Run = Iniciar
SelectAll = Seleccionar todo
Skipped = Omitido
GPOUpdate = Actualización de GPO...
TelegramGroupTitle = Únete a nuestro grupo oficial de Telegram
TelegramChannelTitle = Únete a nuestro canal oficial de Telegram
DiscordChannelTitle = Únete a nuestro canal oficial de Discord

1
src/Sophia_Script_for_Windows_11/Localizations/fr-FR/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Restaurer
Run = Démarrer
SelectAll = Tout sélectionner
Skipped = Passé
GPOUpdate = Mise à jour de la GPO...
TelegramGroupTitle = Rejoignez notre groupe Telegram officiel
TelegramChannelTitle = Rejoignez notre canal Telegram officiel
DiscordChannelTitle = Rejoignez notre canal Discord officiel

1
src/Sophia_Script_for_Windows_11/Localizations/hu-HU/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Visszaállítás
Run = Futtatás
SelectAll = Összes kijelölése
Skipped = Átugorva
GPOUpdate = GPO frissítése...
TelegramGroupTitle = Pridružite se našoj službenoj grupi Telegram
TelegramChannelTitle = Pridružite se našem službenom kanalu Telegram
DiscordChannelTitle = Pridružite se našem službenom kanalu Discord

1
src/Sophia_Script_for_Windows_11/Localizations/it-IT/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Ristabilire
Run = Eseguire
SelectAll = Seleziona tutto
Skipped = Saltato
GPOUpdate = Aggiornamento GPO...
TelegramGroupTitle = Unisciti al nostro gruppo ufficiale Telegram
TelegramChannelTitle = Unisciti al nostro canale ufficiale di Telegram
DiscordChannelTitle = Unisciti al nostro canale ufficiale di Discord

1
src/Sophia_Script_for_Windows_11/Localizations/pt-BR/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Restaurar
Run = Executar
SelectAll = Selecionar tudo
Skipped = Ignorados
GPOUpdate = Actualização do GPO...
TelegramGroupTitle = Entre no grupo oficial do Telegram
TelegramChannelTitle = Entre no canal oficial do Telegram
DiscordChannelTitle = Entre no canal oficial do Discord

1
src/Sophia_Script_for_Windows_11/Localizations/ru-RU/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Восстановить
Run = Запустить
SelectAll = Выбрать всё
Skipped = Пропущено
GPOUpdate = Обновление GPO...
TelegramGroupTitle = Присоединяйтесь к нашей официальной группе в Telegram
TelegramChannelTitle = Присоединяйтесь к нашему официальному каналу в Telegram
DiscordChannelTitle = Присоединяйтесь к нашему официальному каналу в Discord

1
src/Sophia_Script_for_Windows_11/Localizations/tr-TR/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Onar
Run = Başlat
SelectAll = Hepsini seç
Skipped = Atlandı
GPOUpdate = GPO Güncelleniyor...
TelegramGroupTitle = Resmi Telegram grubumuza katılın
TelegramChannelTitle = Resmi Telegram kanalımıza katılın
DiscordChannelTitle = Resmi Discord kanalımıza katılın

1
src/Sophia_Script_for_Windows_11/Localizations/uk-UA/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Відновити
Run = Запустити
SelectAll = Обрати все
Skipped = Пропущено
GPOUpdate = Оновлення GPO...
TelegramGroupTitle = Приєднуйтесь до нашої офіційної групи в Telegram
TelegramChannelTitle = Приєднуйтесь до нашого офіційного каналу в Telegram
DiscordChannelTitle = Приєднуйтесь до нашого офіційного каналу в Discord

1
src/Sophia_Script_for_Windows_11/Localizations/zh-CN/Sophia.psd1

@ -77,6 +77,7 @@ Restore = 恢复
Run = 运行
SelectAll = 全选
Skipped = 已跳过
GPOUpdate = GPO更新
TelegramGroupTitle = 加入我们的官方Telegram
TelegramChannelTitle = 加入我们的官方Telegram 频道
DiscordChannelTitle = 加入我们的官方Discord 频道

8
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -1569,13 +1569,13 @@ function AppsSilentInstalling
<#
.SYNOPSIS
Suggestions on how I can set up my device
Ways to get the most out of Windows and finish setting up this device
.PARAMETER Disable
Disable suggestions on how I can set up my device
Do not suggest ways to get the most out of Windows and finish setting up this device
.PARAMETER Enable
Offer suggestions on how I can set up my device
Suggest ways to get the most out of Windows and finish setting up this device
.EXAMPLE
WhatsNewInWindows -Disable
@ -5771,6 +5771,8 @@ function NetworkAdaptersSavePower
Get-NetAdapter -Physical -Name $PhysicalAdaptersStatusUp | ForEach-Object -Process {$_.Status -eq "Disconnected"}
)
{
Write-Information -MessageData "" -InformationAction Continue
Write-Verbose -Message $Localization.Patient -Verbose
Start-Sleep -Seconds 2
}
}

10
src/Sophia_Script_for_Windows_11/Sophia.ps1

@ -233,12 +233,12 @@ AppsSilentInstalling -Disable
# Включить автоматическую установку рекомендованных приложений (значение по умолчанию)
# AppsSilentInstalling -Enable
# Disable suggestions on how I can set up my device
# Не показывать предложения по настройке устройства
# Do not suggest ways to get the most out of Windows and finish setting up this device
# Не предлагать способы завершения настройки этого устройства для наиболее эффективного использования Windows
WhatsNewInWindows -Disable
# Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen (default value)
# Разрешите корпорации Майкософт использовать ваши диагностические данные для улучшения вашей работы со службами Майкрософт с помощью персонализированных советов, рекламы и рекомендаций (значение по умолчанию)
# Suggest ways to get the most out of Windows and finish setting up this device
# Предложить способы завершения настройки этого устройства для наиболее эффективного использования Windows
# WhatsNewInWindows -Enable
# Don't let Microsoft use your diagnostic data for personalized tips, ads, and recommendations
@ -412,7 +412,7 @@ TaskbarChat -Hide
# TaskbarChat -Show
# Unpin the "Microsoft Edge", "Microsoft Store" shortcuts from the taskbar
# Открепить ярлыки "Microsoft Edge", "Microsoft Store" или "Почта" от панели задач
# Открепить ярлыки "Microsoft Edge", "Microsoft Store" от панели задач
UnpinTaskbarShortcuts -Shortcuts Edge, Store
# View the Control Panel icons by large icons

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/de-DE/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Wiederherstellen
Run = Starten
SelectAll = Alle auswählen
Skipped = Übersprungen
GPOUpdate = GPO-Aktualisierung...
TelegramGroupTitle = Treten Sie unserer offiziellen Telegram-Gruppe bei
TelegramChannelTitle = Treten Sie unserem offiziellen Telegram-Kanal bei
DiscordChannelTitle = Treten Sie unserem offiziellen Discord-Kanal bei

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/en-US/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Restore
Run = Run
SelectAll = Select all
Skipped = Skipped
GPOUpdate = Updating GPO...
TelegramGroupTitle = Join our official Telegram group
TelegramChannelTitle = Join our official Telegram channel
DiscordChannelTitle = Join our official Discord channel

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/es-ES/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Restaurar
Run = Iniciar
SelectAll = Seleccionar todo
Skipped = Omitido
GPOUpdate = Actualización de GPO...
TelegramGroupTitle = Únete a nuestro grupo oficial de Telegram
TelegramChannelTitle = Únete a nuestro canal oficial de Telegram
DiscordChannelTitle = Únete a nuestro canal oficial de Discord

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/fr-FR/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Restaurer
Run = Démarrer
SelectAll = Tout sélectionner
Skipped = Passé
GPOUpdate = Mise à jour de la GPO...
TelegramGroupTitle = Rejoignez notre groupe Telegram officiel
TelegramChannelTitle = Rejoignez notre canal Telegram officiel
DiscordChannelTitle = Rejoignez notre canal Discord officiel

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/hu-HU/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Visszaállítás
Run = Futtatás
SelectAll = Összes kijelölése
Skipped = Átugorva
GPOUpdate = GPO frissítése...
TelegramGroupTitle = Pridružite se našoj službenoj grupi Telegram
TelegramChannelTitle = Pridružite se našem službenom kanalu Telegram
DiscordChannelTitle = Pridružite se našem službenom kanalu Discord

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/it-IT/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Ristabilire
Run = Eseguire
SelectAll = Seleziona tutto
Skipped = Saltato
GPOUpdate = Aggiornamento GPO...
TelegramGroupTitle = Unisciti al nostro gruppo ufficiale Telegram
TelegramChannelTitle = Unisciti al nostro canale ufficiale di Telegram
DiscordChannelTitle = Unisciti al nostro canale ufficiale di Discord

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/pt-BR/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Restaurar
Run = Executar
SelectAll = Selecionar tudo
Skipped = Ignorados
GPOUpdate = Actualização do GPO...
TelegramGroupTitle = Entre no grupo oficial do Telegram
TelegramChannelTitle = Entre no canal oficial do Telegram
DiscordChannelTitle = Entre no canal oficial do Discord

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/ru-RU/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Восстановить
Run = Запустить
SelectAll = Выбрать всё
Skipped = Пропущено
GPOUpdate = Обновление GPO...
TelegramGroupTitle = Присоединяйтесь к нашей официальной группе в Telegram
TelegramChannelTitle = Присоединяйтесь к нашему официальному каналу в Telegram
DiscordChannelTitle = Присоединяйтесь к нашему официальному каналу в Discord

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/tr-TR/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Onar
Run = Başlat
SelectAll = Hepsini seç
Skipped = Atlandı
GPOUpdate = GPO Güncelleniyor...
TelegramGroupTitle = Resmi Telegram grubumuza katılın
TelegramChannelTitle = Resmi Telegram kanalımıza katılın
DiscordChannelTitle = Resmi Discord kanalımıza katılın

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/uk-UA/Sophia.psd1

@ -77,6 +77,7 @@ Restore = Відновити
Run = Запустити
SelectAll = Обрати все
Skipped = Пропущено
GPOUpdate = Оновлення GPO...
TelegramGroupTitle = Приєднуйтесь до нашої офіційної групи в Telegram
TelegramChannelTitle = Приєднуйтесь до нашого офіційного каналу в Telegram
DiscordChannelTitle = Приєднуйтесь до нашого офіційного каналу в Discord

1
src/Sophia_Script_for_Windows_11_PowerShell_7/Localizations/zh-CN/Sophia.psd1

@ -77,6 +77,7 @@ Restore = 恢复
Run = 运行
SelectAll = 全选
Skipped = 已跳过
GPOUpdate = GPO更新
TelegramGroupTitle = 加入我们的官方Telegram
TelegramChannelTitle = 加入我们的官方Telegram 频道
DiscordChannelTitle = 加入我们的官方Discord 频道

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -5790,6 +5790,8 @@ function NetworkAdaptersSavePower
Get-NetAdapter -Physical -Name $PhysicalAdaptersStatusUp | ForEach-Object -Process {$_.Status -eq "Disconnected"}
)
{
Write-Information -MessageData "" -InformationAction Continue
Write-Verbose -Message $Localization.Patient -Verbose
Start-Sleep -Seconds 2
}
}

4
src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

@ -247,7 +247,7 @@ AppsSilentInstalling -Disable
# Не показывать предложения по настройке устройства
WhatsNewInWindows -Disable
# Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen (default value)
# Let Microsoft offer you tailored experiences based on the diagnostic data setting you have chosen (default value)
# Разрешите корпорации Майкософт использовать ваши диагностические данные для улучшения вашей работы со службами Майкрософт с помощью персонализированных советов, рекламы и рекомендаций (значение по умолчанию)
# WhatsNewInWindows -Enable
@ -422,7 +422,7 @@ TaskbarChat -Hide
# TaskbarChat -Show
# Unpin the "Microsoft Edge", "Microsoft Store" shortcuts from the taskbar
# Открепить ярлыки "Microsoft Edge", "Microsoft Store" или "Почта" от панели задач
# Открепить ярлыки "Microsoft Edge", "Microsoft Store" от панели задач
UnpinTaskbarShortcuts -Shortcuts Edge, Store
# View the Control Panel icons by large icons

Loading…
Cancel
Save