From d41b6ca949a5196595bc3e5b98409712ff79e1ac Mon Sep 17 00:00:00 2001 From: chiarraeu Date: Sun, 3 Nov 2024 20:36:09 +0200 Subject: [PATCH 1/5] Add bulgarian language --- .vscode/flutter | 1 + .vscode/settings.json | 3 +- lib/l10n/app_bg.arb | 391 ++++++++++++++++++++++++++++++++++++++++++ lib/l10n/l10n.dart | 1 + 4 files changed, 395 insertions(+), 1 deletion(-) create mode 160000 .vscode/flutter create mode 100644 lib/l10n/app_bg.arb diff --git a/.vscode/flutter b/.vscode/flutter new file mode 160000 index 000000000..603104015 --- /dev/null +++ b/.vscode/flutter @@ -0,0 +1 @@ +Subproject commit 603104015dd692ea3403755b55d07813d5cf8965 diff --git a/.vscode/settings.json b/.vscode/settings.json index 11fae610c..4669c2825 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,5 +27,6 @@ "README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md", "*.dart": "${capture}.g.dart,${capture}.freezed.dart" }, - "dart.flutterSdkPath": ".fvm/flutter_sdk" + "dart.flutterSdkPath": ".fvm/flutter_sdk", + "livePreview.defaultPreviewPath": "/web/index.html" } \ No newline at end of file diff --git a/lib/l10n/app_bg.arb b/lib/l10n/app_bg.arb new file mode 100644 index 000000000..aab0fe108 --- /dev/null +++ b/lib/l10n/app_bg.arb @@ -0,0 +1,391 @@ +{ + "guest": "Гост", + "browse": "Разгледай", + "search": "търси", + "library": "Библиотека", + "lyrics": "Песни", + "settings": "Настройки", + "genre_categories_filter": "Filter categories or genres...", + "genre": "Жанр", + "personalized": "персонализиран", + "featured": "Препоръчан", + "new_releases": "Нови издания", + "songs": "Песни", + "playing_track": "Пусни {track}", + "queue_clear_alert": "Това ще изчисти текущата опашка. {track_length} tracks will be removed\nDo you want to continue?", + "load_more": "Заредете повече", + "playlists": "Плейлисти", + "artists": "Изпълнители", + "albums": "Албуми", + "tracks": "Песни", + "downloads": "Изтегляния", + "filter_playlists": "Филтрирайте вашите плейлисти ...", + "liked_tracks": "Харесвани песни", + "liked_tracks_description": "Всички ваши харесвани песни", + "create_playlist": "Създайте плейлист", + "create_a_playlist": "Създайте плейлист", + "update_playlist": "Актуализирайте плейлиста", + "create": "Създаване", + "cancel": "Отказ", + "update": "Актуализация", + "playlist_name": "Име на плейлиста", + "name_of_playlist": "Име на плейлиста", + "description": "Описание", + "public": "Публично", + "collaborative": "Сътрудничество", + "search_local_tracks": "Търсете местни песни ...", + "play": "Пусни", + "delete": "Изтриване", + "none": "Няма", + "sort_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", + "and_n_more": "and {count} more", + "recently_played": "Recently Played", + "browse_more": "Browse More", + "no_title": "No Title", + "not_playing": "Not playing", + "epic_failure": "Epic failure!", + "added_num_tracks_to_queue": "Added {tracks_length} tracks to queue", + "spotube_has_an_update": "Spotube has an update", + "download_now": "Download Now", + "nightly_version": "Spotube Nightly {nightlyBuildNum} has been released", + "release_version": "Spotube v{version} has been released", + "read_the_latest": "Read the latest ", + "release_notes": "release notes", + "pick_color_scheme": "Pick color scheme", + "save": "Save", + "choose_the_device": "Choose the device:", + "multiple_device_connected": "There are multiple device connected.\nChoose the device you want this action to take place", + "nothing_found": "Nothing found", + "the_box_is_empty": "The box is empty", + "top_artists": "Top Artists", + "top_albums": "Top Albums", + "this_week": "This week", + "this_month": "This month", + "last_6_months": "Last 6 months", + "this_year": "This year", + "last_2_years": "Last 2 years", + "all_time": "All time", + "powered_by_provider": "Powered by {providerName}", + "email": "Email", + "profile_followers": "Followers", + "birthday": "Birthday", + "subscription": "Subscription", + "not_born": "Not born", + "hacker": "Hacker", + "profile": "Profile", + "no_name": "No Name", + "edit": "Edit", + "user_profile": "User Profile", + "count_plays": "{count} plays", + "streaming_fees_hypothetical": "Streaming fees (hypothetical)", + "minutes_listened": "Minutes listened", + "streamed_songs": "Streamed songs", + "count_streams": "{count} streams", + "owned_by_you": "Owned by you", + "copied_shareurl_to_clipboard": "Copied {shareUrl} to clipboard", + "spotify_hipotetical_calculation": "*This is calculated based on Spotify's per stream\npayout of $0.003 to $0.005. This is a hypothetical\ncalculation to give user insight about how much they\nwould have paid to the artists if they were to listen\ntheir song in Spotify.", + "count_mins": "{minutes} mins", + "summary_minutes": "minutes", + "summary_listened_to_music": "Listened to music", + "summary_songs": "songs", + "summary_streamed_overall": "Streamed overall", + "summary_owed_to_artists": "Owed to artists\nthis month", + "summary_artists": "artist's", + "summary_music_reached_you": "Music reached you", + "summary_full_albums": "full albums", + "summary_got_your_love": "Got your love", + "summary_playlists": "плайлист", + "summary_were_on_repeat": "Were on repeat", + "total_money": "Крайна сума {money}", + "webview_not_found": "Webview not found", + "webview_not_found_description": "No webview runtime is installed in your device.\nIf it's installed make sure it's in the Environment PATH\n\nAfter installing, restart the app", + "unsupported_platform": "Неподържана платформа" +} \ No newline at end of file diff --git a/lib/l10n/l10n.dart b/lib/l10n/l10n.dart index ebdc4b618..c277bdef1 100644 --- a/lib/l10n/l10n.dart +++ b/lib/l10n/l10n.dart @@ -22,6 +22,7 @@ class L10n { static final all = [ const Locale('en'), const Locale('ar', 'SA'), + const Locale('bg', 'BG'), const Locale('bn', 'BD'), const Locale('ca', 'AD'), const Locale('cs', 'CZ'), From 675021406ce0ae796b43c92c5fd8867cbabe6f77 Mon Sep 17 00:00:00 2001 From: Chiarra <103839751+chiarraeu@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:53:59 +0200 Subject: [PATCH 2/5] Update language_codes.dart --- lib/collections/language_codes.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/collections/language_codes.dart b/lib/collections/language_codes.dart index 44da6ee61..399ba6512 100644 --- a/lib/collections/language_codes.dart +++ b/lib/collections/language_codes.dart @@ -109,10 +109,10 @@ abstract class LanguageLocals { // name: "Breton", // nativeName: "brezhoneg", // ), - // "bg": const ISOLanguageName( - // name: "Bulgarian", - // nativeName: "български език", - // ), + "bg": const ISOLanguageName( + name: "Bulgarian", + nativeName: "български език", + ), // "my": const ISOLanguageName( // name: "Burmese", // nativeName: "ဗမာစာ", From a868138a96b3d7b2829d1cd4013c79703389bde8 Mon Sep 17 00:00:00 2001 From: Chiarra <103839751+chiarraeu@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:21:23 +0000 Subject: [PATCH 3/5] Update Bulgarian language --- flutter | 1 + lib/l10n/app_bg.arb | 708 ++++++++++++++++++++++---------------------- 2 files changed, 355 insertions(+), 354 deletions(-) create mode 160000 flutter diff --git a/flutter b/flutter new file mode 160000 index 000000000..603104015 --- /dev/null +++ b/flutter @@ -0,0 +1 @@ +Subproject commit 603104015dd692ea3403755b55d07813d5cf8965 diff --git a/lib/l10n/app_bg.arb b/lib/l10n/app_bg.arb index aab0fe108..77e96dc75 100644 --- a/lib/l10n/app_bg.arb +++ b/lib/l10n/app_bg.arb @@ -1,18 +1,18 @@ { "guest": "Гост", "browse": "Разгледай", - "search": "търси", + "search": "Търси", "library": "Библиотека", - "lyrics": "Песни", + "lyrics": "Текстове", "settings": "Настройки", - "genre_categories_filter": "Filter categories or genres...", + "genre_categories_filter": "Филтрирай категории или жанрове...", "genre": "Жанр", - "personalized": "персонализиран", + "personalized": "Персонализиран", "featured": "Препоръчан", "new_releases": "Нови издания", "songs": "Песни", "playing_track": "Пусни {track}", - "queue_clear_alert": "Това ще изчисти текущата опашка. {track_length} tracks will be removed\nDo you want to continue?", + "queue_clear_alert": "Това ще изчисти текущата опашка. {track_length} песни ще бъдат премахнати.\nИскате ли да продължите?", "load_more": "Заредете повече", "playlists": "Плейлисти", "artists": "Изпълнители", @@ -38,354 +38,354 @@ "delete": "Изтриване", "none": "Няма", "sort_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", + "sort_z_a": "Сортиране от Я-А", + "sort_artist": "Сортиране по изпълнител", + "sort_album": "Сортиране по албум", + "sort_duration": "Сортиране по продължителност", + "sort_tracks": "Сортиране на песни", + "currently_downloading": "В момента изтегляне ({tracks_length})", + "cancel_all": "Отказване на всичко", + "filter_artist": "Филтрирайте изпълнители...", + "followers": "{followers} последователи", + "add_artist_to_blacklist": "Добави изпълнител в черния списък", + "top_tracks": "Топ песни", + "fans_also_like": "Феновете също харесват", + "loading": "Зареждане...", + "artist": "Изпълнител", + "blacklisted": "В черния списък", + "following": "Следване", + "follow": "Следвай", + "artist_url_copied": "URL адресът на изпълнителя е копиран в клипборда", + "added_to_queue": "Добавени {tracks} песни в опашката", + "filter_albums": "Филтрирайте албуми...", + "synced": "Синхронизирано", + "plain": "Обикновен", + "shuffle": "Случайно", + "search_tracks": "Търсете песни...", + "released": "Издадено", + "error": "Грешка {error}", + "title": "Заглавие", + "time": "Време", + "more_actions": "Още действия", + "download_count": "Изтегляне ({count})", + "add_count_to_playlist": "Добави ({count}) в плейлист", + "add_count_to_queue": "Добави ({count}) в опашката", + "play_count_next": "Пусни ({count}) следващата", + "album": "Албум", + "copied_to_clipboard": "Копирано {data} в клипборда", + "add_to_following_playlists": "Добави {track} в следващите плейлисти", + "add": "Добави", + "added_track_to_queue": "Добавена {track} в опашката", + "add_to_queue": "Добави в опашката", + "track_will_play_next": "{track} ще се пусне следващата", + "play_next": "Пусни следващата", + "removed_track_from_queue": "Премахната {track} от опашката", + "remove_from_queue": "Премахни от опашката", + "remove_from_favorites": "Премахни от любими", + "save_as_favorite": "Запази като любим", + "add_to_playlist": "Добави в плейлист", + "remove_from_playlist": "Премахни от плейлист", + "add_to_blacklist": "Добави в черния списък", + "remove_from_blacklist": "Премахни от черния списък", + "share": "Сподели", + "mini_player": "Мини плейър", + "slide_to_seek": "Плъзнете, за да търсите напред или назад", + "shuffle_playlist": "Случайно плейлист", + "unshuffle_playlist": "Не случайно плейлист", + "previous_track": "Предишна песен", + "next_track": "Следваща песен", + "pause_playback": "Пауза на възпроизвеждането", + "resume_playback": "Продължи възпроизвеждането", + "loop_track": "Повтори песента", + "repeat_playlist": "Повтори плейлист", + "queue": "Опашка", + "alternative_track_sources": "Алтернативни източници на песни", + "download_track": "Изтегли песента", + "tracks_in_queue": "{tracks} песни в опашката", + "clear_all": "Изчисти всичко", + "show_hide_ui_on_hover": "Покажи/Скрий интерфейса при задържане", + "always_on_top": "Винаги отгоре", + "exit_mini_player": "Изход от мини плейъра", + "download_location": "Местоположение на изтегляне", + "local_library": "Локална библиотека", + "add_library_location": "Добави в библиотеката", + "remove_library_location": "Премахни от библиотеката", + "account": "Акаунт", + "login_with_spotify": "Влезте с вашия Spotify акаунт", + "connect_with_spotify": "Свържете се с Spotify", + "logout": "Изход", + "logout_of_this_account": "Изход от този акаунт", + "language_region": "Език и регион", + "language": "Език", + "system_default": "Системен по подразбиране", + "market_place_region": "Регион на пазара", + "recommendation_country": "Държава за препоръки", + "appearance": "Външен вид", + "layout_mode": "Режим на оформление", + "override_layout_settings": "Заменете настройките на отзивчивото оформление", + "adaptive": "Адаптивен", + "compact": "Компактен", + "extended": "Разширен", + "theme": "Тема", + "dark": "Тъмен", + "light": "Светъл", + "system": "Система", + "accent_color": "Цвят на акцент", + "sync_album_color": "Синхронизиране на цвета на албума", + "sync_album_color_description": "Използва доминиращия цвят на обложката на албума като цвят на акцент", + "playback": "Възпроизвеждане", + "audio_quality": "Качество на звука", + "high": "Високо", + "low": "Ниско", + "pre_download_play": "Предварително изтегляне и възпроизвеждане", + "pre_download_play_description": "Вместо да стриймвате аудио, изтеглете байтове и възпроизведете вместо това (Препоръчва се за потребители с по-висока честотна лента)", + "skip_non_music": "Пропуснете немузикални сегменти (SponsorBlock)", + "blacklist_description": "Песни и изпълнители в черния списък", + "wait_for_download_to_finish": "Моля, изчакайте да завърши текущото изтегляне", + "desktop": "Работен плот", + "close_behavior": "Поведение при затваряне", + "close": "Затвори", + "minimize_to_tray": "Минимизиране в системната област", + "show_tray_icon": "Покажи иконата в системната област", + "about": "За", + "u_love_spotube": "Знаем, че обичате Spotube", + "check_for_updates": "Проверете за актуализации", + "about_spotube": "За Spotube", + "blacklist": "Черния списък", + "please_sponsor": "Моля, спонсорирайте/дарете", + "spotube_description": "Spotube, лек, кросплатформен, безплатен клиент за Spotify", + "version": "Версия", + "build_number": "Номер на версията", + "founder": "Основател", + "repository": "Репозитория", + "bug_issues": "Бъгове и проблеми", + "made_with": "Направено с ❤️ в Бангладеш🇧🇩", + "kingkor_roy_tirtho": "Кингкор Рой Тирто", + "copyright": "© 2021-{current_year} Кингкор Рой Тирто", + "license": "Лиценз", + "add_spotify_credentials": "Добавете вашите Spotify данни, за да започнете", + "credentials_will_not_be_shared_disclaimer": "Не се притеснявайте, вашите данни няма да бъдат събирани или споделяни с никого", + "know_how_to_login": "Не знаете как да влезете?", + "follow_step_by_step_guide": "Следвайте стъпка по стъпка ръководството", + "spotify_cookie": "Spotify {name} бисквитка", + "cookie_name_cookie": "{name} бисквитка", + "fill_in_all_fields": "Моля, попълнете всички полета", + "submit": "Изпрати", + "exit": "Изход", + "previous": "Предишен", + "next": "Следващ", + "done": "Готово", + "step_1": "Стъпка 1", + "first_go_to": "Първо, отидете на", + "login_if_not_logged_in": "и влезте/регистрирайте се, ако не сте влезли", + "step_2": "Стъпка 2", + "step_2_steps": "1. След като влезете, натиснете F12 или десен клик с мишката > Инспектиране, за да отворите инструментите за разработчици на браузъра.\n2. След това отидете на таба \"Приложение\" (Chrome, Edge, Brave и т.н.) или таба \"Съхранение\" (Firefox, Palemoon и т.н.)\n3. Отидете в секцията \"Бисквитки\" и след това в подсекцията \"https://accounts.spotify.com\"", + "step_3": "Стъпка 3", + "step_3_steps": "Копирайте стойността на бисквитката \"sp_dc\"", + "success_emoji": "Успех🥳", + "success_message": "Сега успешно влезнахте с вашия Spotify акаунт. Добра работа, приятелю!", + "step_4": "Стъпка 4", + "step_4_steps": "Поставете копираната стойност \"sp_dc\"", + "something_went_wrong": "Нещо се обърка", + "piped_instance": "Piped сървърна инстанция", + "piped_description": "Сървърната инстанция Piped, която да се използва за съвпадение на песни", + "piped_warning": "Някои от тях може да не работят добре. Използвайте на свой риск", + "generate_playlist": "Генерирайте плейлист", + "track_exists": "Песента {track} вече съществува", + "replace_downloaded_tracks": "Заменете всички изтеглени песни", + "skip_download_tracks": "Пропуснете изтеглянето на всички изтеглени песни", + "do_you_want_to_replace": "Искате ли да замените съществуващата песен?", + "replace": "Заменете", + "skip": "Пропуснете", + "select_up_to_count_type": "Изберете до {count} {type}", + "select_genres": "Изберете жанрове", + "add_genres": "Добавете жанрове", + "country": "Държава", + "number_of_tracks_generate": "Брой песни за генериране", + "acousticness": "Акустичност", + "danceability": "Танцувалност", + "energy": "Енергия", + "instrumentalness": "Инструменталност", + "liveness": "Живост", + "loudness": "Сила на звука", + "speechiness": "Говоримост", + "valence": "Валентност", + "popularity": "Популярност", + "key": "Ключ", + "duration": "Продължителност (с)", + "tempo": "Темпо (BPM)", + "mode": "Режим", + "time_signature": "Музикален размер", + "short": "Кратък", + "medium": "Среден", + "long": "Дълъг", + "min": "Мин", + "max": "Макс", + "target": "Цел", + "moderate": "Умерен", + "deselect_all": "Деактивирайте всичко", + "select_all": "Изберете всичко", + "are_you_sure": "Сигурни ли сте?", + "generating_playlist": "Генерирам вашия персонализиран плейлист...", + "selected_count_tracks": "Избрани {count} песни", + "download_warning": "Ако изтеглите всички песни накуп, вие очевидно пиратствате музика и причинявате щети на творческото общество на музиката. Надявам се да сте наясно с това. Винаги се опитвайте да уважавате и подкрепяте упоритата работа на артистите.", + "download_ip_ban_warning": "Между другото, вашият IP може да бъде блокиран в YouTube поради прекомерни заявки за изтегляне. Блокирането на IP означава, че не можете да използвате YouTube (дори ако сте влезли) поне 2-3 месеца от това IP устройство. И Spotube не носи отговорност, ако това се случи.", + "by_clicking_accept_terms": "Като кликнете 'приемам', вие се съгласявате с следните условия:", + "download_agreement_1": "Знам, че пиратствам музика. Аз съм лош.", + "download_agreement_2": "Ще подкрепя артиста, където мога, и правя това, защото нямам пари да купя тяхното изкуство.", + "download_agreement_3": "Напълно съм наясно, че моят IP може да бъде блокиран в YouTube и не държа Spotube или неговите собственици/съсъдружници отговорни за всякакви инциденти, причинени от моето текущо действие.", + "decline": "Отказ", + "accept": "Приемам", + "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", - "and_n_more": "and {count} more", - "recently_played": "Recently Played", - "browse_more": "Browse More", - "no_title": "No Title", - "not_playing": "Not playing", - "epic_failure": "Epic failure!", - "added_num_tracks_to_queue": "Added {tracks_length} tracks to queue", - "spotube_has_an_update": "Spotube has an update", - "download_now": "Download Now", - "nightly_version": "Spotube Nightly {nightlyBuildNum} has been released", - "release_version": "Spotube v{version} has been released", - "read_the_latest": "Read the latest ", - "release_notes": "release notes", - "pick_color_scheme": "Pick color scheme", - "save": "Save", - "choose_the_device": "Choose the device:", - "multiple_device_connected": "There are multiple device connected.\nChoose the device you want this action to take place", - "nothing_found": "Nothing found", - "the_box_is_empty": "The box is empty", - "top_artists": "Top Artists", - "top_albums": "Top Albums", - "this_week": "This week", - "this_month": "This month", - "last_6_months": "Last 6 months", - "this_year": "This year", - "last_2_years": "Last 2 years", - "all_time": "All time", - "powered_by_provider": "Powered by {providerName}", - "email": "Email", - "profile_followers": "Followers", - "birthday": "Birthday", - "subscription": "Subscription", - "not_born": "Not born", - "hacker": "Hacker", - "profile": "Profile", - "no_name": "No Name", - "edit": "Edit", - "user_profile": "User Profile", - "count_plays": "{count} plays", - "streaming_fees_hypothetical": "Streaming fees (hypothetical)", - "minutes_listened": "Minutes listened", - "streamed_songs": "Streamed songs", - "count_streams": "{count} streams", - "owned_by_you": "Owned by you", - "copied_shareurl_to_clipboard": "Copied {shareUrl} to clipboard", - "spotify_hipotetical_calculation": "*This is calculated based on Spotify's per stream\npayout of $0.003 to $0.005. This is a hypothetical\ncalculation to give user insight about how much they\nwould have paid to the artists if they were to listen\ntheir song in Spotify.", - "count_mins": "{minutes} mins", - "summary_minutes": "minutes", - "summary_listened_to_music": "Listened to music", - "summary_songs": "songs", - "summary_streamed_overall": "Streamed overall", - "summary_owed_to_artists": "Owed to artists\nthis month", - "summary_artists": "artist's", - "summary_music_reached_you": "Music reached you", - "summary_full_albums": "full albums", - "summary_got_your_love": "Got your love", - "summary_playlists": "плайлист", - "summary_were_on_repeat": "Were on repeat", - "total_money": "Крайна сума {money}", - "webview_not_found": "Webview not found", - "webview_not_found_description": "No webview runtime is installed in your device.\nIf it's installed make sure it's in the Environment PATH\n\nAfter installing, restart the app", - "unsupported_platform": "Неподържана платформа" + "channel": "Канал", + "likes": "Харесвания", + "dislikes": "Не харесвания", + "views": "Прегледи", + "streamUrl": "URL за стрийминг", + "stop": "Спри", + "sort_newest": "Сортиране по най-ново добавени", + "sort_oldest": "Сортиране по най-старо добавени", + "sleep_timer": "Таймер за сън", + "mins": "{minutes} минути", + "hours": "{hours} часа", + "hour": "{hours} час", + "custom_hours": "Персонализирани часове", + "logs": "Логове", + "developers": "Разработчици", + "not влезли": "Не сте влезли", + "search_mode": "Режим на търсене", + "audio_source": "Източник на аудио", + "ok": "Ок", + "failed_to_encrypt": "Неуспешно криптиране", + "encryption_failed_warning": "Spotube използва криптиране за сигурно съхранение на вашите данни. Но не успя да го направи. Затова ще се върне към несигурно съхранение.\nАко използвате Linux, моля, уверете се, че имате инсталиран секретен сервиз (gnome-keyring, kde-wallet, keepassxc и т.н.)", + "querying_info": "Запитване на информация...", + "piped_api_down": "Piped API е недостъпен", + "piped_down_error_instructions": "Инстанцията Piped {pipedInstance} в момента е недостъпна.\n\nИли сменете инстанцията, или променете 'API типа' на официалния YouTube API.\n\nУверете се, че рестартирате приложението след промяната.", + "you_are_offline": "В момента сте офлайн", + "connection_restored": "Вашата интернет връзка беше възстановена", + "use_system_title_bar": "Използвайте системната лента с заглавие", + "crunching_results": "Обработване на резултатите...", + "search_to_get_results": "Търсете, за да получите резултати", + "use_amoled_mode": "Режим с pitch black тъмен фон", + "pitch_dark_theme": "AMOLED режим", + "normalize_audio": "Нормализиране на звука", + "change_cover": "Смяна на обложка", + "add_cover": "Добави обложка", + "restore_defaults": "Възстанови по подразбиране", + "download_music_codec": "Кодек за изтегляне на музика", + "streaming_music_codec": "Кодек за стрийминг на музика", + "login_with_lastfm": "Влезте с Last.fm", + "connect": "Свържете", + "disconnect_lastfm": "Изключете Last.fm", + "disconnect": "Изключете", + "username": "Потребителско име", + "password": "Парола", + "login": "Вход", + "login_with_your_lastfm": "Влезте с вашия Last.fm акаунт", + "scrobble_to_lastfm": "Скроблирайте в Last.fm", + "go_to_album": "Отидете на албума", + "discord_rich_presence": "Богато присъствие в Discord", + "browse_all": "Разгледайте всичко", + "genres": "Жанрове", + "explore_genres": "Изследвайте жанрове", + "friends": "Приятели", + "no_lyrics_available": "Съжалявам, не успях да намеря текстове за тази песен", + "start_a_radio": "Започнете радио", + "how_to_start_radio": "Как искате да започнете радиото?", + "replace_queue_question": "Искате ли да замените текущата опашка или да добавите към нея?", + "endless_playback": "Безкрайно възпроизвеждане", + "delete_playlist": "Изтрийте плейлист", + "delete_playlist_confirmation": "Сигурни ли сте, че искате да изтриете този плейлист?", + "local_tracks": "Локални песни", + "local_tab": "Локално", + "song_link": "Връзка към песента", + "skip_this_nonsense": "Пропуснете тази глупост", + "freedom_of_music": "“Свобода на музиката”", + "freedom_of_music_palm": "“Свобода на музиката в дланта на ръката ви”", + "get_started": "Нека започнем", + "youtube_source_description": "Препоръчително и работи най-добре.", + "piped_source_description": "Чувствате се свободни? Същото като YouTube, но много по-свободно.", + "jiosaavn_source_description": "Най-добро за юж азиатския регион.", + "highest_quality": "Най-високо качество: {quality}", + "select_audio_source": "Изберете източник на аудио", + "endless_playback_description": "Автоматично добавяйте нови песни\nв края на опашката", + "choose_your_region": "Изберете вашия регион", + "choose_your_region_description": "Това ще помогне на Spotube да ви покаже правилното съдържание\nза вашето местоположение.", + "choose_your_language": "Изберете вашия език", + "help_project_grow": "Помогнете на този проект да расте", + "help_project_grow_description": "Spotube е проект с отворен код. Можете да помогнете на този проект да расте, като допринасяте за проекта, докладвате за бъгове или предлагате нови функции.", + "contribute_on_github": "Допринасяйте в GitHub", + "donate_on_open_collective": "Дарете в Open Collective", + "browse_anonymously": "Разглеждайте анонимно", + "enable_connect": "Активирайте свързването", + "enable_connect_description": "Контролирайте Spotube от други устройства", + "devices": "Устройства", + "select": "Изберете", + "connect_client_alert": "Вие сте контролирани от {client}", + "this_device": "Това устройство", + "remote": "Дистанционно", + "stats": "Статистика", + "and_n_more": "и {count} повече", + "recently_played": "Наскоро пуснати", + "browse_more": "Разгледайте повече", + "no_title": "Без заглавие", + "not_playing": "Не се възпроизвежда", + "epic_failure": "Епичен провал!", + "added_num_tracks_to_queue": "Добавени {tracks_length} песни в опашката", + "spotube_has_an_update": "Spotube има актуализация", + "download_now": "Изтеглете сега", + "nightly_version": "Spotube Nightly {nightlyBuildNum} е издаден", + "release_version": "Spotube v{version} е издаден", + "read_the_latest": "Прочетете последните ", + "release_notes": "бележки за изданието", + "pick_color_scheme": "Изберете цветова схема", + "save": "Запази", + "choose_the_device": "Изберете устройството:", + "multiple_device_connected": "Има свързани множество устройства.\nИзберете устройството, на което искате да се извърши това действие", + "nothing_found": "Нищо не е намерено", + "the_box_is_empty": "Кутията е празна", + "top_artists": "Топ изпълнители", + "top_albums": "Топ албуми", + "this_week": "Тази седмица", + "this_month": "Този месец", + "last_6_months": "Последните 6 месеца", + "this_year": "Тази година", + "last_2_years": "Последните 2 години", + "all_time": "През всичките времена", + "powered_by_provider": "Поддържано от {providerName}", + "email": "Имейл", + "profile_followers": "Последователи", + "birthday": "Рожден ден", + "subscription": "Абонамент", + "not_born": "Не е роден", + "hacker": "Хакер", + "profile": "Профил", + "no_name": "Без име", + "edit": "Редактиране", + "user_profile": "Профил на потребителя", + "count_plays": "{count} пускания", + "streaming_fees_hypothetical": "Такси за стрийминг (хипотетични)", + "minutes_listened": "Минутите, слушани", + "streamed_songs": "Стримвани песни", + "count_streams": "{count} стриймвания", + "owned_by_you": "Притежавано от вас", + "copied_shareurl_to_clipboard": "Копирано {shareUrl} в клипборда", + "spotify_hipotet ичен_изчисление": "*Това е изчислено на базата на Spotify's плащане на стрийм от $0.003 до $0.005. Това е хипотетично\nизчисление, за да даде на потребителя представа за това колко биха платили на артистите, ако слушат\nпесента им в Spotify.", + "count_mins": "{minutes} минути", + "summary_minutes": "минути", + "summary_listened_to_music": "Слушана музика", + "summary_songs": "песни", + "summary_streamed_overall": "Общо стриймвани", + "summary_owed_to_artists": "Дължимо на артистите\nтози месец", + "summary_artists": "артисти", + "summary_music_reached_you": "Музиката достигна до вас", + "summary_full_albums": "пълни албуми", + "summary_got_your_love": "Получихте любовта си", + "summary_playlists": "плейлист", + "summary_were_on_repeat": "Бяха на повторение", + "total_money": "Обща сума {money}", + "webview_not_found": "Webview не е намерен", + "webview_not_found_description": "Не е инсталиран webview runtime на вашето устройство.\nАко е инсталиран, уверете се, че е в Environment PATH\n\nСлед инсталирането, рестартирайте приложението", + "unsupported_platform": "Неподдържана платформа" } \ No newline at end of file From 2de4c4d4d568d85a3bdc0cf3ffb7163a2bbcf578 Mon Sep 17 00:00:00 2001 From: Chiarra <103839751+chiarraeu@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:40:40 +0000 Subject: [PATCH 4/5] Update Bulgarian language --- flutter | 1 - 1 file changed, 1 deletion(-) delete mode 160000 flutter diff --git a/flutter b/flutter deleted file mode 160000 index 603104015..000000000 --- a/flutter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 603104015dd692ea3403755b55d07813d5cf8965 From 393afb0a413c93acfdd01f4976d91fd45c0361f4 Mon Sep 17 00:00:00 2001 From: Chiarra <103839751+chiarraeu@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:48:50 +0000 Subject: [PATCH 5/5] "Updated Bulgarian translations in app_bg.arb, adding/removing spaces in two alert messages." --- lib/l10n/app_bg.arb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/l10n/app_bg.arb b/lib/l10n/app_bg.arb index 77e96dc75..b2d209538 100644 --- a/lib/l10n/app_bg.arb +++ b/lib/l10n/app_bg.arb @@ -12,7 +12,7 @@ "new_releases": "Нови издания", "songs": "Песни", "playing_track": "Пусни {track}", - "queue_clear_alert": "Това ще изчисти текущата опашка. {track_length} песни ще бъдат премахнати.\nИскате ли да продължите?", + "queue_clear_alert": "Това ще изчисти текущата опашка. {track_length} песни ще бъдат премахнати.\n Искате ли да продължите?", "load_more": "Заредете повече", "playlists": "Плейлисти", "artists": "Изпълнители", @@ -386,6 +386,6 @@ "summary_were_on_repeat": "Бяха на повторение", "total_money": "Обща сума {money}", "webview_not_found": "Webview не е намерен", - "webview_not_found_description": "Не е инсталиран webview runtime на вашето устройство.\nАко е инсталиран, уверете се, че е в Environment PATH\n\nСлед инсталирането, рестартирайте приложението", + "webview_not_found_description": "Не е инсталиран webview runtime на вашето устройство.\n Ако е инсталиран, уверете се, че е в Environment PATH\n\n След инсталирането, рестартирайте приложението", "unsupported_platform": "Неподдържана платформа" } \ No newline at end of file