translation fix

This commit is contained in:
amd64fox
2022-07-26 13:25:04 +03:00
parent e4bb370065
commit 6d9930c7cd
2 changed files with 4 additions and 4 deletions

View File

@@ -88,5 +88,5 @@ Good luck to you.
HostInfo = "Unwanted URLs found in hosts file"
HostBak = "Backing up hosts.bak..."
HostDel = "Trying to remove unwanted URLs from the original hosts file..."
HostError = "Something went wrong while editing the hosts file, edit it manually"
HostError = "Something went wrong while editing the hosts file, edit it manually or run the script as administrator"
```

View File

@@ -203,7 +203,7 @@ function Set-ScriptLanguageStrings {
HostInfo = "Unwanted URLs found in hosts file"
HostBak = "Backing up hosts.bak..."
HostDel = "Trying to remove unwanted URLs from the original hosts file..."
HostError = "Something went wrong while editing the hosts file, edit it manually"
HostError = "Something went wrong while editing the hosts file, edit it manually or run the script as administrator"
}
$langStringsRU = [PSCustomObject]@{
@@ -266,9 +266,9 @@ function Set-ScriptLanguageStrings {
NoSpotifyExe = "Spotify.exe не найден"
InstallComplete = "Установка завершена"
HostInfo = "В файле hosts найдены нежелательные Url-адреса"
HostBak = "Создаю резервную кописю hosts.bak..."
HostBak = "Создаю резервную копию hosts.bak..."
HostDel = "Попытка удалить нежелательные Url-адреса из оригинального файла hosts..."
HostError = "Что-то пошло не так при редактировании файла hosts, отредактируйте его вручную"
HostError = "Что-то пошло не так при редактировании файла hosts, отредактируйте его вручную или запустите скрипт от администратора"
}
}