- Added Authentication for Piped Accounts
- Localization
This commit is contained in:
Shiny Nematoda 2022-09-03 06:27:27 +00:00
parent 8548a3646e
commit de6572eee4
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
26 changed files with 1045 additions and 596 deletions

65
src/locales/en.json Normal file
View file

@ -0,0 +1,65 @@
{
"title": {
"songs": "Songs",
"albums": "Albums",
"singles": "Singles",
"artists": "Artists",
"similar_artists": "Similar Artists",
"moods": "Moods",
"genres": "Genres",
"featured": "Featured",
"spotlight": "Spotlight",
"community": "Community",
"login": "Login",
"local": "Local",
"remote": "Remote",
"search": "Search"
},
"action": {
"back": "Back",
"add": "Add",
"create": "Create",
"cancel": "Cancel",
"send": "Send",
"receive": "Receive"
},
"playlist": {
"local": "Local Playlists",
"remote": "Remote Playlists",
"name": "Playlist name",
"add": "Add Songs to Playlist",
"create": "Create a new Playlist",
"sync": "Sync playlists",
"select": "Select Playlist to Add"
},
"pref": {
"theme": "Theme",
"player": "Audio Player",
"auto_queue": "Automatically Queue Songs",
"codec": "Codec",
"quality": "Quality",
"auto": "auto",
"best": "best",
"worst": "worst",
"volume": "Default Volume",
"instances": {
"hyp": "Hyperpipe Instance",
"piped": "Piped Instance",
"auth": "Authentication Instance",
"name": "Name",
"loc": "Locations",
"cdn": "CDN",
"up_to_date": "Up to Date",
"version": "Version"
}
},
"info": {
"see_all": "See All",
"search": "Start Searching",
"no_info": "No Information Available",
"lyrics": {
"load": "Fetching Lyrics",
"void": "No Lyrics"
}
}
}