mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
56 lines
3.6 KiB
PowerShell
56 lines
3.6 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"
|
|
Download6 = "Curl error"
|
|
StopScrpit = "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..."
|
|
OldV = "Found outdated version of Spotify"
|
|
OldV2 = "Your Spotify {0} version is outdated, it is recommended to upgrade to {1}"
|
|
OldV3 = "Want to update ? [Y/N]"
|
|
AutoUpd = "Automatic update to the recommended version"
|
|
DelOrOver = "Do you want to uninstall the current version of {0} or install over it? Y [Uninstall] / N [Install Over]"
|
|
DelOld = "Uninstalling old Spotify..."
|
|
NewV = "Unsupported version of Spotify found"
|
|
NewV2 = "Your Spotify {0} version hasn't been tested yet, currently it's a stable {1} version"
|
|
NewV3 = "Do you want to continue with {0} version (errors possible) ? [Y/N]"
|
|
Recom = "Do you want to install the recommended {0} version ? [Y/N]"
|
|
DelNew = "Uninstalling an untested Spotify..."
|
|
DownSpoti = "Downloading and installing Spotify"
|
|
DownSpoti2 = "Please wait..."
|
|
PodcatsOff = "Off Podcasts"
|
|
PodcastsOn = "On Podcasts"
|
|
PodcatsSelect = "Do you want to disable podcasts, episodes and audiobooks from the main page? [Y/N]"
|
|
DowngradeNote = "It is recommended to block because Spotify was downgraded"
|
|
UpdBlock = "Spotify updates blocked"
|
|
UpdUnblock = "Spotify updates are not blocked"
|
|
UpdSelect = "Want to block Spotify updates? [Y/N]"
|
|
CacheOn = "Audio cache cleaning is enabled ({0})"
|
|
CacheOff = "Audio cache cleaning is not enabled"
|
|
CacheSelect = "Do you want to install automatic audio cache cleaning for Spotify? [Y/N]"
|
|
CacheDays = "A cache that has not been used for more than the number of days specified by you will be deleted"
|
|
CacheDays2 = "Enter the number of days from 1 to 100"
|
|
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]"
|
|
ExpSpotify = "Experimental features operated by Spotify"
|
|
ExpStandart = "Experimental features of SpotX are not included"
|
|
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"
|
|
} |