mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Changes:
- Added Authentication for Piped Accounts - Localization
This commit is contained in:
parent
8548a3646e
commit
de6572eee4
26 changed files with 1045 additions and 596 deletions
65
src/locales/en.json
Normal file
65
src/locales/en.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue