mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00

* refactor: remove SourcedTrack based audio player and utilize mediakit playback system * feat: implement local (loopback) server to resolve stream source and leverage the media_kit playback API * feat: add source change support and re-add prefetching tracks * fix: assign lastId when track fetch completes regardless of error * chore: remove print statements * fix: remote queue not working * fix: increase mpv network timeout to reduce auto-skipping * fix: do not pre-fetch local tracks * fix(proxy-playlist): reset collections on load * chore: fix lint warnings * fix(mobile): player overlay should not be visible when the player is not playing * chore: fix typo in turkish translation * cd: checkout PR branch * cd: upgrade flutter version * chore: fix lint errors
205 lines
3.2 KiB
JSON
205 lines
3.2 KiB
JSON
{
|
|
"ar": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"bn": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"ca": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"de": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"es": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"fa": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"fr": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"hi": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"it": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"ja": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"ko": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"ne": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"nl": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"pl": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"pt": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"ru": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"th": [
|
|
"choose_your_language",
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"uk": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"vi": [
|
|
"friends",
|
|
"no_lyrics_available",
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
],
|
|
|
|
"zh": [
|
|
"enable_connect",
|
|
"enable_connect_description",
|
|
"devices",
|
|
"select",
|
|
"connect_client_alert",
|
|
"this_device",
|
|
"remote"
|
|
]
|
|
}
|