mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-16 00:55:17 +00:00

* chore: fix analyzer issues * fix(updater): dead link (#1408) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Update use_update_checker.dart --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * fix(linux): tray icon not showing #541 upgrade old packages * fix(search): load more button not working #1417 * fix: spotify friends and user profile icon (mobile) showing when not authenticated #1410 * chore: add docker and m1 based linux arm build * cd: fix sed failing us * cd: use docker cask * fix: windows SSL Certificate error breaking login #905 (#1474) * fix: certificate error by using custom ssl certificate * Cd/docker linux ar (#1468) * cd: use docker buildx * cd: use linux host for linux arm instead of macos m1 m1 doesn't support nested virtualization. (Apple truly sucks) * cd: don't specify arch in Dockerfile * cd: use custom Dockerfile from ubuntu instead of flutter image * cd: add setup java for android * cd: add flutter distributor pre-built docker image for arm * cd: save me from this cursed arm build * cd: ?? * cd: ?? * cd: use docker build * fix: windows SSL Exception for Signing in * refactor: extract update checker as a basic function instead of a hook * cd: fix windows build error due to nightly version format * cd: fix github versioning scheme * chore: remove assets/ca entry in pubspec.yaml * fix(macos): Logs directory not created by default #1353 * refactor: Dart based Github Workflow CLI (#1490) * feat: add build dart script for windows * feat: add android build support * feat: add linux build support * feat: add macos build support * feat: add ios build support * feat: add deps install command and workflow file * cd: what? * cd: what? * cd: what? * cd: update workflow inputs * cd: replace release binary * cd: run flutter pub get * cd: use dpkg zstd instead of xz, windows disable innoInstall, fix channel enum.name and reset pubspec after changing build no for nightly * cd: fix tar copy path * cd: fix copy linux command * cd: fix windows inno depend and fix android aab path * cd: idk * cd: linux why??? * cd: windows choco copy failed * cd: use dart tar archive for creating tar file * cd: fix linux file copy error * cd: use tar command directly * feat: add linux_arm platform * cd: add linux_arm platform * cd: don't know what? * feat: notification about nightly channel update * chore: fix some errors parsing nightly version info * refactor: move dart scripts as commands under CLI * chore: add translated message command to command list * feat(translations): add Basque translation (#1493) * added Basque translation * chore: fix country codes and language native name --------- Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(translations): add georgian language (#1450) * feat: add georgian language * feat: translate more georgian words * feat(translations): add Finnish translations (#1449) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * added finnish translation * chore: fix arb syntax errors and language in l10n entries --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> Co-authored-by: Onni Nevala <nevalaonni@gmail.com> * feat(translations): add Indonesian translation (#1426) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Add Indonesia translation --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(translations): Improve tr locales (#1419) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Improve tr locales --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(player): add volume slider floating label showing percentage (#1445) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * add volume level tooltip in volume_slider --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * fix: fallback to LRCLIB when lyrics line less than 6 lines #1461 * feat: Local music library (#1479) * feat: add one additional library folder This folder just doesn't get downloaded to. I think I'm going to rework it so that it can be multiple folders, but I'm going to commit my progress so far anyway. Signed-off-by: Blake Leonard <me@blakes.dev> * chore: update dependencies so that it builds I'm not sure if this breaks CI or something, but I couldn't build it locally to test my changes, so I made these changes and it builds again. Signed-off-by: Blake Leonard <me@blakes.dev> * feat: index multiple folders of local music If you used a previous commit from this branch, this is a breaking change, because it changes the type of a configuration field. but since this is still in development, it should be fine. Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: manage local library in local tracks tab This also refactors the list to use slivers instead. That's the easiest way to have multiple scrolling lists here... The console keeps getting spammed with some intermediate layout error but I can't hold it long enough to figure out what's causing it. Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: use folder add/remove icons in library Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: remove redundant settings page Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: rename "Local Tracks" to just "Local" Not sure if this would be the recommended way to do it... Signed-off-by: Blake Leonard <me@blakes.dev> * fix: console spam about useless Expanded Signed-off-by: Blake Leonard <me@blakes.dev> * chore: remove completed TODO Signed-off-by: Blake Leonard <me@blakes.dev> * chore: use new Platform constants; regenerate plugins Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: put local libraries on separate pages Signed-off-by: Blake Leonard <me@blakes.dev> --------- Signed-off-by: Blake Leonard <me@blakes.dev> * fix: local track not showing up in queue * feat: local library folder cards * feat: personalized stats based on local music history (#1522) * feat: add playback history provider * feat: implement recently played section * refactor: use route names * feat: add stats summary and top tracks/artists/albums * feat: add top date based filtering * feat: add stream money calculation * refactor: place search in mobile navbar and settings in home appbar * feat: add individual minutes and streams page * feat(stats): add individual minutes and streams page * chore: default period to 1 month * feat: add text to explain user how hypothetical fees are calculated * chore: ensure usage of route names instead of direct paths * cd: add cache key * cd: remove media_kit_event_loop from git * fix: some text are garbled in different parts of the app #1463 #1505 * refactor: use replace http with dio and use it as the default * cd: use dio in cli as well * chore: fix home feed not showing up * chore: downloaded tracks folder not opening * feat: play initially available tracks of playlist/album immediately and fetch rest in background #670 * feat: upgrade to Flutter 3.22.0 * refactor: migrate deprecated warnings * fix(playback): skipping tracks with unplayable sources instead of falling back #1492 * chore: migrate android gradle to declarative config syntax * chore: disable impeller for now * fix(windows): installer tries to install in current directory * chore: upgrade deps and appbar bg fix * chore: podspec update * chore: bump version and generate changelogs --------- Signed-off-by: Blake Leonard <me@blakes.dev> Co-authored-by: Kshamendra <github@ghoulcloud.slmail.me> Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Josu Igoa <josuigoa@ni.eus> Co-authored-by: Omari Sopromadze <omari.sopromadze@gmail.com> Co-authored-by: ctih <78687256+ctih1@users.noreply.github.com> Co-authored-by: Onni Nevala <nevalaonni@gmail.com> Co-authored-by: Yusril Rapsanjani <yusriltakeuchi@gmail.com> Co-authored-by: W͏ I͏ N͏ Z͏ O͏ R͏ T͏ <75412448+mikropsoft@users.noreply.github.com> Co-authored-by: Akash Pattnaik <akashjio66666@gmail.com> Co-authored-by: Blake Leonard <blake@1024256.xyz>
329 lines
14 KiB
Plaintext
329 lines
14 KiB
Plaintext
{
|
|
"guest": "Guest",
|
|
"browse": "Browse",
|
|
"search": "Search",
|
|
"library": "Library",
|
|
"lyrics": "Lyrics",
|
|
"settings": "Settings",
|
|
"genre_categories_filter": "Filter categories or genres...",
|
|
"genre": "Genre",
|
|
"personalized": "Personalized",
|
|
"featured": "Featured",
|
|
"new_releases": "New Releases",
|
|
"songs": "Songs",
|
|
"playing_track": "Playing {track}",
|
|
"queue_clear_alert": "This will clear the current queue. {track_length} tracks will be removed\nDo you want to continue?",
|
|
"load_more": "Load more",
|
|
"playlists": "Playlists",
|
|
"artists": "Artists",
|
|
"albums": "Albums",
|
|
"tracks": "Tracks",
|
|
"downloads": "Downloads",
|
|
"filter_playlists": "Filter your playlists...",
|
|
"liked_tracks": "Liked Tracks",
|
|
"liked_tracks_description": "All your liked tracks",
|
|
"create_playlist": "Create Playlist",
|
|
"create_a_playlist": "Create a playlist",
|
|
"update_playlist": "Update playlist",
|
|
"create": "Create",
|
|
"cancel": "Cancel",
|
|
"update": "Update",
|
|
"playlist_name": "Playlist Name",
|
|
"name_of_playlist": "Name of the playlist",
|
|
"description": "Description",
|
|
"public": "Public",
|
|
"collaborative": "Collaborative",
|
|
"search_local_tracks": "Search local tracks...",
|
|
"play": "Play",
|
|
"delete": "Delete",
|
|
"none": "None",
|
|
"sort_a_z": "Sort by A-Z",
|
|
"sort_z_a": "Sort by Z-A",
|
|
"sort_artist": "Sort by Artist",
|
|
"sort_album": "Sort by Album",
|
|
"sort_duration": "Sort by Duration",
|
|
"sort_tracks": "Sort Tracks",
|
|
"currently_downloading": "Currently Downloading ({tracks_length})",
|
|
"cancel_all": "Cancel All",
|
|
"filter_artist": "Filter artists...",
|
|
"followers": "{followers} Followers",
|
|
"add_artist_to_blacklist": "Add artist to blacklist",
|
|
"top_tracks": "Top Tracks",
|
|
"fans_also_like": "Fans also like",
|
|
"loading": "Loading...",
|
|
"artist": "Artist",
|
|
"blacklisted": "Blacklisted",
|
|
"following": "Following",
|
|
"follow": "Follow",
|
|
"artist_url_copied": "Artist URL copied to clipboard",
|
|
"added_to_queue": "Added {tracks} tracks to queue",
|
|
"filter_albums": "Filter albums...",
|
|
"synced": "Synced",
|
|
"plain": "Plain",
|
|
"shuffle": "Shuffle",
|
|
"search_tracks": "Search tracks...",
|
|
"released": "Released",
|
|
"error": "Error {error}",
|
|
"title": "Title",
|
|
"time": "Time",
|
|
"more_actions": "More actions",
|
|
"download_count": "Download ({count})",
|
|
"add_count_to_playlist": "Add ({count}) to Playlist",
|
|
"add_count_to_queue": "Add ({count}) to Queue",
|
|
"play_count_next": "Play ({count}) next",
|
|
"album": "Album",
|
|
"copied_to_clipboard": "Copied {data} to clipboard",
|
|
"add_to_following_playlists": "Add {track} to following Playlists",
|
|
"add": "Add",
|
|
"added_track_to_queue": "Added {track} to queue",
|
|
"add_to_queue": "Add to queue",
|
|
"track_will_play_next": "{track} will play next",
|
|
"play_next": "Play next",
|
|
"removed_track_from_queue": "Removed {track} from queue",
|
|
"remove_from_queue": "Remove from queue",
|
|
"remove_from_favorites": "Remove from favorites",
|
|
"save_as_favorite": "Save as favorite",
|
|
"add_to_playlist": "Add to playlist",
|
|
"remove_from_playlist": "Remove from playlist",
|
|
"add_to_blacklist": "Add to blacklist",
|
|
"remove_from_blacklist": "Remove from blacklist",
|
|
"share": "Share",
|
|
"mini_player": "Mini Player",
|
|
"slide_to_seek": "Slide to seek forward or backward",
|
|
"shuffle_playlist": "Shuffle playlist",
|
|
"unshuffle_playlist": "Unshuffle playlist",
|
|
"previous_track": "Previous track",
|
|
"next_track": "Next track",
|
|
"pause_playback": "Pause Playback",
|
|
"resume_playback": "Resume Playback",
|
|
"loop_track": "Loop track",
|
|
"repeat_playlist": "Repeat playlist",
|
|
"queue": "Queue",
|
|
"alternative_track_sources": "Alternative track sources",
|
|
"download_track": "Download track",
|
|
"tracks_in_queue": "{tracks} tracks in queue",
|
|
"clear_all": "Clear all",
|
|
"show_hide_ui_on_hover": "Show/Hide UI on hover",
|
|
"always_on_top": "Always on top",
|
|
"exit_mini_player": "Exit Mini player",
|
|
"download_location": "Download location",
|
|
"local_library": "Local library",
|
|
"add_library_location": "Add to library",
|
|
"remove_library_location": "Remove from library",
|
|
"account": "Account",
|
|
"login_with_spotify": "Login with your Spotify account",
|
|
"connect_with_spotify": "Connect with Spotify",
|
|
"logout": "Logout",
|
|
"logout_of_this_account": "Logout of this account",
|
|
"language_region": "Language & Region",
|
|
"language": "Language",
|
|
"system_default": "System Default",
|
|
"market_place_region": "Marketplace Region",
|
|
"recommendation_country": "Recommendation Country",
|
|
"appearance": "Appearance",
|
|
"layout_mode": "Layout Mode",
|
|
"override_layout_settings": "Override responsive layout mode settings",
|
|
"adaptive": "Adaptive",
|
|
"compact": "Compact",
|
|
"extended": "Extended",
|
|
"theme": "Theme",
|
|
"dark": "Dark",
|
|
"light": "Light",
|
|
"system": "System",
|
|
"accent_color": "Accent Color",
|
|
"sync_album_color": "Sync album color",
|
|
"sync_album_color_description": "Uses the dominant color of the album art as the accent color",
|
|
"playback": "Playback",
|
|
"audio_quality": "Audio Quality",
|
|
"high": "High",
|
|
"low": "Low",
|
|
"pre_download_play": "Pre-download and play",
|
|
"pre_download_play_description": "Instead of streaming audio, download bytes and play instead (Recommended for higher bandwidth users)",
|
|
"skip_non_music": "Skip non-music segments (SponsorBlock)",
|
|
"blacklist_description": "Blacklisted tracks and artists",
|
|
"wait_for_download_to_finish": "Please wait for the current download to finish",
|
|
"desktop": "Desktop",
|
|
"close_behavior": "Close Behavior",
|
|
"close": "Close",
|
|
"minimize_to_tray": "Minimize to tray",
|
|
"show_tray_icon": "Show System tray icon",
|
|
"about": "About",
|
|
"u_love_spotube": "We know you love Spotube",
|
|
"check_for_updates": "Check for updates",
|
|
"about_spotube": "About Spotube",
|
|
"blacklist": "Blacklist",
|
|
"please_sponsor": "Please Sponsor/Donate",
|
|
"spotube_description": "Spotube, a lightweight, cross-platform, free-for-all spotify client",
|
|
"version": "Version",
|
|
"build_number": "Build Number",
|
|
"founder": "Founder",
|
|
"repository": "Repository",
|
|
"bug_issues": "Bug+Issues",
|
|
"made_with": "Made with ❤️ in Bangladesh🇧🇩",
|
|
"kingkor_roy_tirtho": "Kingkor Roy Tirtho",
|
|
"copyright": "© 2021-{current_year} Kingkor Roy Tirtho",
|
|
"license": "License",
|
|
"add_spotify_credentials": "Add your spotify credentials to get started",
|
|
"credentials_will_not_be_shared_disclaimer": "Don't worry, any of your credentials won't be collected or shared with anyone",
|
|
"know_how_to_login": "Don't know how to do this?",
|
|
"follow_step_by_step_guide": "Follow along the Step by Step guide",
|
|
"spotify_cookie": "Spotify {name} Cookie",
|
|
"cookie_name_cookie": "{name} Cookie",
|
|
"fill_in_all_fields": "Please fill in all the fields",
|
|
"submit": "Submit",
|
|
"exit": "Exit",
|
|
"previous": "Previous",
|
|
"next": "Next",
|
|
"done": "Done",
|
|
"step_1": "Step 1",
|
|
"first_go_to": "First, Go to",
|
|
"login_if_not_logged_in": "and Login/Signup if you are not logged in",
|
|
"step_2": "Step 2",
|
|
"step_2_steps": "1. Once you're logged in, press F12 or Mouse Right Click > Inspect to Open the Browser devtools.\n2. Then go the \"Application\" Tab (Chrome, Edge, Brave etc..) or \"Storage\" Tab (Firefox, Palemoon etc..)\n3. Go to the \"Cookies\" section then the \"https://accounts.spotify.com\" subsection",
|
|
"step_3": "Step 3",
|
|
"step_3_steps": "Copy the value of \"sp_dc\" Cookie",
|
|
"success_emoji": "Success🥳",
|
|
"success_message": "Now you've successfully Logged in with your Spotify account. Good Job, mate!",
|
|
"step_4": "Step 4",
|
|
"step_4_steps": "Paste the copied \"sp_dc\" value",
|
|
"something_went_wrong": "Something went wrong",
|
|
"piped_instance": "Piped Server Instance",
|
|
"piped_description": "The Piped server instance to use for track matching",
|
|
"piped_warning": "Some of them might not work well. So use at your own risk",
|
|
"generate_playlist": "Generate Playlist",
|
|
"track_exists": "Track {track} already exists",
|
|
"replace_downloaded_tracks": "Replace all downloaded tracks",
|
|
"skip_download_tracks": "Skip downloading all downloaded tracks",
|
|
"do_you_want_to_replace": "Do you want to replace the existing track??",
|
|
"replace": "Replace",
|
|
"skip": "Skip",
|
|
"select_up_to_count_type": "Select up to {count} {type}",
|
|
"select_genres": "Select Genres",
|
|
"add_genres": "Add Genres",
|
|
"country": "Country",
|
|
"number_of_tracks_generate": "Number of tracks to generate",
|
|
"acousticness": "Acousticness",
|
|
"danceability": "Danceability",
|
|
"energy": "Energy",
|
|
"instrumentalness": "Instrumentalness",
|
|
"liveness": "Liveness",
|
|
"loudness": "Loudness",
|
|
"speechiness": "Speechiness",
|
|
"valence": "Valence",
|
|
"popularity": "Popularity",
|
|
"key": "Key",
|
|
"duration": "Duration (s)",
|
|
"tempo": "Tempo (BPM)",
|
|
"mode": "Mode",
|
|
"time_signature": "Time Signature",
|
|
"short": "Short",
|
|
"medium": "Medium",
|
|
"long": "Long",
|
|
"min": "Min",
|
|
"max": "Max",
|
|
"target": "Target",
|
|
"moderate": "Moderate",
|
|
"deselect_all": "Deselect All",
|
|
"select_all": "Select All",
|
|
"are_you_sure": "Are you sure?",
|
|
"generating_playlist": "Generating your custom playlist...",
|
|
"selected_count_tracks": "Selected {count} tracks",
|
|
"download_warning": "If you download all Tracks at bulk you're clearly pirating Music & causing damage to the creative society of Music. I hope you are aware of this. Always, try respecting & supporting Artist's hard work",
|
|
"download_ip_ban_warning": "BTW, your IP can get blocked on YouTube due excessive download requests than usual. IP block means you can't use YouTube (even if you're logged in) for at least 2-3 months from that IP device. And Spotube doesn't hold any responsibility if this ever happens",
|
|
"by_clicking_accept_terms": "By clicking 'accept' you agree to following terms:",
|
|
"download_agreement_1": "I know I'm pirating Music. I'm bad",
|
|
"download_agreement_2": "I'll support the Artist wherever I can and I'm only doing this because I don't have money to buy their art",
|
|
"download_agreement_3": "I'm completely aware that my IP can get blocked on YouTube & I don't hold Spotube or his owners/contributors responsible for any accidents caused by my current action",
|
|
"decline": "Decline",
|
|
"accept": "Accept",
|
|
"details": "Details",
|
|
"youtube": "YouTube",
|
|
"channel": "Channel",
|
|
"likes": "Likes",
|
|
"dislikes": "Dislikes",
|
|
"views": "Views",
|
|
"streamUrl": "Stream URL",
|
|
"stop": "Stop",
|
|
"sort_newest": "Sort by newest added",
|
|
"sort_oldest": "Sort by oldest added",
|
|
"sleep_timer": "Sleep Timer",
|
|
"mins": "{minutes} Minutes",
|
|
"hours": "{hours} Hours",
|
|
"hour": "{hours} Hour",
|
|
"custom_hours": "Custom Hours",
|
|
"logs": "Logs",
|
|
"developers": "Developers",
|
|
"not_logged_in": "You're not logged in",
|
|
"search_mode": "Search Mode",
|
|
"audio_source": "Audio Source",
|
|
"ok": "Ok",
|
|
"failed_to_encrypt": "Failed to encrypt",
|
|
"encryption_failed_warning": "Spotube uses encryption to securely store your data. But failed to do so. So it'll fallback to insecure storage\nIf you're using linux, please make sure you've any secret-service (gnome-keyring, kde-wallet, keepassxc etc) installed",
|
|
"querying_info": "Querying info...",
|
|
"piped_api_down": "Piped API is down",
|
|
"piped_down_error_instructions": "The Piped instance {pipedInstance} is currently down\n\nEither change the instance or change the 'API type' to official YouTube API\n\nMake sure to restart the app after change",
|
|
"you_are_offline": "You are currently offline",
|
|
"connection_restored": "Your internet connection was restored",
|
|
"use_system_title_bar": "Use system title bar",
|
|
"crunching_results": "Crunching results...",
|
|
"search_to_get_results": "Search to get results",
|
|
"use_amoled_mode": "Pitch black dark theme",
|
|
"pitch_dark_theme": "AMOLED Mode",
|
|
"normalize_audio": "Normalize audio",
|
|
"change_cover": "Change cover",
|
|
"add_cover": "Add cover",
|
|
"restore_defaults": "Restore defaults",
|
|
"download_music_codec": "Download music codec",
|
|
"streaming_music_codec": "Streaming music codec",
|
|
"login_with_lastfm": "Login with Last.fm",
|
|
"connect": "Connect",
|
|
"disconnect_lastfm": "Disconnect Last.fm",
|
|
"disconnect": "Disconnect",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"login": "Login",
|
|
"login_with_your_lastfm": "Login with your Last.fm account",
|
|
"scrobble_to_lastfm": "Scrobble to Last.fm",
|
|
"go_to_album": "Go to Album",
|
|
"discord_rich_presence": "Discord Rich Presence",
|
|
"browse_all": "Browse All",
|
|
"genres": "Genres",
|
|
"explore_genres": "Explore Genres",
|
|
"friends": "Friends",
|
|
"no_lyrics_available": "Sorry, unable find lyrics for this track",
|
|
"start_a_radio": "Start a Radio",
|
|
"how_to_start_radio": "How do you want to start the radio?",
|
|
"replace_queue_question": "Do you want to replace the current queue or append to it?",
|
|
"endless_playback": "Endless Playback",
|
|
"delete_playlist": "Delete Playlist",
|
|
"delete_playlist_confirmation": "Are you sure you want to delete this playlist?",
|
|
"local_tracks": "Local Tracks",
|
|
"local_tab": "Local",
|
|
"song_link": "Song Link",
|
|
"skip_this_nonsense": "Skip this nonsense",
|
|
"freedom_of_music": "“Freedom of Music”",
|
|
"freedom_of_music_palm": "“Freedom of Music in the palm of your hand”",
|
|
"get_started": "Let's get started",
|
|
"youtube_source_description": "Recommended and works best.",
|
|
"piped_source_description": "Feeling free? Same as YouTube but a lot free.",
|
|
"jiosaavn_source_description": "Best for South Asian region.",
|
|
"highest_quality": "Highest Quality: {quality}",
|
|
"select_audio_source": "Select Audio Source",
|
|
"endless_playback_description": "Automatically append new songs\nto the end of the queue",
|
|
"choose_your_region": "Choose your region",
|
|
"choose_your_region_description": "This will help Spotube show you the right content\nfor your location.",
|
|
"choose_your_language": "Choose your language",
|
|
"help_project_grow": "Help this project grow",
|
|
"help_project_grow_description": "Spotube is an open-source project. You can help this project grow by contributing to the project, reporting bugs, or suggesting new features.",
|
|
"contribute_on_github": "Contribute on GitHub",
|
|
"donate_on_open_collective": "Donate on Open Collective",
|
|
"browse_anonymously": "Browse Anonymously",
|
|
"enable_connect": "Enable Connect",
|
|
"enable_connect_description": "Control Spotube from other devices",
|
|
"devices": "Devices",
|
|
"select": "Select",
|
|
"connect_client_alert": "You're being controlled by {client}",
|
|
"this_device": "This Device",
|
|
"remote": "Remote",
|
|
"stats": "Stats"
|
|
} |