mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 21:38:01 +02:00
Changes:
- Added song length for remote playlists - Import/Export local playlists (related to #46) - Added a few missing weblate strings (related to #91) - Do not hide range thumb (bad accessability on coarse pointers)
This commit is contained in:
parent
4d2368ce37
commit
a6f0b18879
7 changed files with 130 additions and 42 deletions
|
@ -23,7 +23,9 @@
|
|||
"create": "Create",
|
||||
"cancel": "Cancel",
|
||||
"send": "Send",
|
||||
"receive": "Receive"
|
||||
"receive": "Receive",
|
||||
"import": "Import",
|
||||
"export": "Export"
|
||||
},
|
||||
"playlist": {
|
||||
"local": "Local Playlists",
|
||||
|
@ -50,7 +52,11 @@
|
|||
"auto": "auto",
|
||||
"best": "best",
|
||||
"worst": "worst",
|
||||
"volume": "Default Volume"
|
||||
"volume": "Default Volume",
|
||||
"home": "Home",
|
||||
"explore": "Explore",
|
||||
"charts": "Charts",
|
||||
"library": "Library"
|
||||
},
|
||||
"info": {
|
||||
"see_all": "See All",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue