mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-14 03:16:33 +10:00
8e2595922e
- Show "Make this a playlist" button when filtering Liked Songs by genre - Resolve short recommended Spotify versions through versions.json - Keep downloads on short loadspot URLs - Auto-handle explicit -v downgrade installs - Simplify installer translation messages
47 lines
2.9 KiB
PowerShell
47 lines
2.9 KiB
PowerShell
[PSCustomObject]@{
|
|
Welcome = "
|
|
╔══════════════════════════════╗
|
|
║ Welcome to SpotX for Windows ║
|
|
╚══════════════════════════════╝"
|
|
Incorrect = "Oops, an incorrect value,"
|
|
Incorrect2 = "enter again through "
|
|
Download = "Error downloading"
|
|
Download2 = "Will re-request in 5 seconds..."
|
|
Download3 = "Error again"
|
|
Download4 = "Check your network settings and run the installation again"
|
|
Download5 = "Downloading Spotify"
|
|
StopScript = "Script is stopped"
|
|
MsSpoti = "The Microsoft Store version of Spotify has been detected which is not supported"
|
|
MsSpoti2 = "Uninstall Spotify Microsoft Store edition ? [Y/N]"
|
|
MsSpoti3 = "Automatically uninstalling Spotify MS..."
|
|
MsSpoti4 = "Uninstalling Spotify MS..."
|
|
Prem = "Modification for premium account..."
|
|
OldV2 = "Your Spotify version ({0}) is outdated, the current latest version is — {1}"
|
|
OldV3 = "Want to update ? [Y/N]"
|
|
DelOrOver = "Remove the current version ({0}) or install over it? Y [Remove] / N [Install Over]"
|
|
DelSpotify = "Uninstalling Spotify..."
|
|
NewV2 = "Your Spotify version ({0}) has not been tested. The stable version for SpotX is {1}"
|
|
NewV3 = "Continue with {0} (errors may occur) ? [Y/N]"
|
|
Recom = "Install the latest version {0} ? [Y/N]"
|
|
DownSpoti = "Downloading and installing Spotify"
|
|
DownSpoti2 = "Please wait..."
|
|
PodcatsOff = "Off Podcasts"
|
|
PodcastsOn = "On Podcasts"
|
|
PodcatsSelect = "Hide podcasts, shows, and audiobooks on the homepage ? [Y/N]"
|
|
DowngradeNote = "It is recommended to block because there is already a newer version of Spotify"
|
|
UpdBlock = "Spotify updates blocked"
|
|
UpdUnblock = "Spotify updates are not blocked"
|
|
UpdSelect = "Block Spotify updates ? [Y/N]"
|
|
ModSpoti = "Patching Spotify..."
|
|
Error = "Error"
|
|
FileLocBroken = "Location of Spotify files is broken, uninstall Spotify client and run the script again"
|
|
Spicetify = "Spicetify detected, it must be installed after SpotX, open recommended actions in FAQ ? [Y/N]"
|
|
NoRestore = "SpotX has already been installed, xpui.bak not found. `nPlease uninstall Spotify client and run Install.bat again"
|
|
InstallComplete = "installation completed"
|
|
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 or run the script as administrator"
|
|
PressAnyKey = "Press any key to exit..."
|
|
}
|