mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-16 17:05: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>
324 lines
15 KiB
Plaintext
324 lines
15 KiB
Plaintext
{
|
|
"guest": "Gonbidatua",
|
|
"browse": "Arakatu",
|
|
"search": "Bilatu",
|
|
"library": "Liburutegia",
|
|
"lyrics": "Hitzak",
|
|
"settings": "Ezarpenak",
|
|
"genre_categories_filter": "Kategoria edo generoak filtratu...",
|
|
"genre": "Generoa",
|
|
"personalized": "Pertsonalizatua",
|
|
"featured": "Nabarmenduak",
|
|
"new_releases": "Argitaratze berriak",
|
|
"songs": "Abestiak",
|
|
"playing_track": "{track} erreproduzitzen",
|
|
"queue_clear_alert": "Uneko zerrenda ezabatuko da. {track_length} abesti ezabatuko dira.\nJarraitu nahi duzu?",
|
|
"load_more": "Gehiago kargatu",
|
|
"playlists": "Zerrendak",
|
|
"artists": "Artistak",
|
|
"albums": "Albumak",
|
|
"tracks": "Kantak",
|
|
"downloads": "Deskargak",
|
|
"filter_playlists": "Zure zerrendak filtratu...",
|
|
"liked_tracks": "Gustuko Kantak",
|
|
"liked_tracks_description": "Zure gustuko kanta guztiak",
|
|
"create_playlist": "Sortu zerrenda",
|
|
"create_a_playlist": "Sortu zerrenda bat",
|
|
"update_playlist": "Eguneratu zerrenda",
|
|
"create": "Sortu",
|
|
"cancel": "Ezeztatu",
|
|
"update": "Eguneratu",
|
|
"playlist_name": "Zerrenda Izena",
|
|
"name_of_playlist": "Zerrendaren izena",
|
|
"description": "Deskribapena",
|
|
"public": "Publikoa",
|
|
"collaborative": "Kolaboratiboa",
|
|
"search_local_tracks": "Bilatu kanta lokalak...",
|
|
"play": "Erreproduzitu",
|
|
"delete": "Ezabatu",
|
|
"none": "Batere ez",
|
|
"sort_a_z": "Ordenatu A-Z",
|
|
"sort_z_a": "Ordenatu Z-A",
|
|
"sort_artist": "Ordenatu Artistaren arabera",
|
|
"sort_album": "Ordenatu Albumaren arabera",
|
|
"sort_duration": "Ordenar Iraupenaren arabera",
|
|
"sort_tracks": "Ordenatu Kantak",
|
|
"currently_downloading": "Oraintxe ({tracks_length}) deskargatzen",
|
|
"cancel_all": "Ezeztatu dena",
|
|
"filter_artist": "Filtratu artistak...",
|
|
"followers": "{followers} Jarraitzaile",
|
|
"add_artist_to_blacklist": "Gehitu artista zerrenda beltzera",
|
|
"top_tracks": "Top Kantak",
|
|
"fans_also_like": "Fan-ek hau ere gustuko dute",
|
|
"loading": "Kargatzen...",
|
|
"artist": "Artista",
|
|
"blacklisted": "Zerrenda beltzean",
|
|
"following": "Jarraitzen",
|
|
"follow": "Jarraitu",
|
|
"artist_url_copied": "Artistaren URL-a arbelera kopiatua",
|
|
"added_to_queue": "{tracks} kanta zerrendara gehituak",
|
|
"filter_albums": "Albumak filtratu...",
|
|
"synced": "Sinkronizatuta",
|
|
"plain": "Arrunta",
|
|
"shuffle": "Ausaz",
|
|
"search_tracks": "Bilatu kantak...",
|
|
"released": "Argitaratua",
|
|
"error": "Errorea: {error}",
|
|
"title": "Izenburua",
|
|
"time": "Iraupena",
|
|
"more_actions": "Ekintza gehiago",
|
|
"download_count": "({count}) deskarga",
|
|
"add_count_to_playlist": "Gehitu ({count}) zerrendara",
|
|
"add_count_to_queue": "Gehitu ({count}) ilarara",
|
|
"play_count_next": "Erreproduzitu hurrengo ({count})-ak",
|
|
"album": "Albuma",
|
|
"copied_to_clipboard": "{data} arbelean kopiatua",
|
|
"add_to_following_playlists": "Gehitu {track} hurrengo erreprodukzio-zerrendetara",
|
|
"add": "Gehitu",
|
|
"added_track_to_queue": "{track} zerrendan gehitua",
|
|
"add_to_queue": "Gehitu zerrendan",
|
|
"track_will_play_next": "{track} erreproduzituko da ondoren",
|
|
"play_next": "Hurrengo erreprodukzioa",
|
|
"removed_track_from_queue": "{track} zerrendatik ezabatua",
|
|
"remove_from_queue": "Ezabatu ilaratik",
|
|
"remove_from_favorites": "Ezabatu gogokoetatik",
|
|
"save_as_favorite": "Gorde gogokoetan",
|
|
"add_to_playlist": "Gehitu zerrendara",
|
|
"remove_from_playlist": "Ezabatu zerrendatik",
|
|
"add_to_blacklist": "Gehitu zerrenda beltzera",
|
|
"remove_from_blacklist": "Ezabatu zerrenda beltzetik",
|
|
"share": "Elkarbanatu",
|
|
"mini_player": "Mini Erreproduzitzailea",
|
|
"slide_to_seek": "Arrastatu aurrerantz edo atzearantz bilatzeko",
|
|
"shuffle_playlist": "Erreproduzitu zerrenda ausazko ordenean",
|
|
"unshuffle_playlist": "Desgaitu ausazko erreprodukzioa",
|
|
"previous_track": "Aurreko pista",
|
|
"next_track": "Hurrengo pista",
|
|
"pause_playback": "Pausatu erreprodukzioa",
|
|
"resume_playback": "Berrabiarazi erreprodukzioa",
|
|
"loop_track": "Kanta begiztan",
|
|
"repeat_playlist": "Errepikatu lista",
|
|
"queue": "Ilara",
|
|
"alternative_track_sources": "Kanten iturri alternatiboak",
|
|
"download_track": "Deskargatu kanta",
|
|
"tracks_in_queue": "{tracks} kanta zerrendan",
|
|
"clear_all": "Garbitu dena",
|
|
"show_hide_ui_on_hover": "Erakutsi/Ezkutatu interfazea kurtsorea pasatzean",
|
|
"always_on_top": "Beti ikusgai",
|
|
"exit_mini_player": "Irten mini erreproduzitzailetik",
|
|
"download_location": "Deskargen kokapena",
|
|
"account": "Kontua",
|
|
"login_with_spotify": "Hasi saioa zure Spotify kontuarekin",
|
|
"connect_with_spotify": "Spotify-rekin konektatu",
|
|
"logout": "Itxi saioa",
|
|
"logout_of_this_account": "Itxi kontu honen saioa",
|
|
"language_region": "Hizkuntza eta Herrialdea",
|
|
"language": "Hizkuntza",
|
|
"system_default": "Sisteman lehenetsia",
|
|
"market_place_region": "Dendaren herrialdea",
|
|
"recommendation_country": "Gomendio herrialdea",
|
|
"appearance": "Itxura",
|
|
"layout_mode": "Diseinu modua",
|
|
"override_layout_settings": "Responsive diseinu moduaren ezarpenak ezeztatu",
|
|
"adaptive": "Moldagarria",
|
|
"compact": "Trinkoa",
|
|
"extended": "Hedatua",
|
|
"theme": "Gaia",
|
|
"dark": "Iluna",
|
|
"light": "Argia",
|
|
"system": "Sistema",
|
|
"accent_color": "Azentu kolorea",
|
|
"sync_album_color": "Sinkronizatu albumaren kolorea",
|
|
"sync_album_color_description": "Albumaren artearen kolore nagusia erabili azentu kolore bezala",
|
|
"playback": "Erreprodukzioa",
|
|
"audio_quality": "Audioaren kalitatea",
|
|
"high": "Altua",
|
|
"low": "Baxua",
|
|
"pre_download_play": "Aurre-deskargatu eta erreproduzitu",
|
|
"pre_download_play_description": "Streaming egin beharrean, byte-ak deskargatu eta erreproduzitu (banda-zabalera handia duten erabiltzaileentzat gomendagarria)",
|
|
"skip_non_music": "Musika ez diren segmentuak baztertu (SponsorBlock)",
|
|
"blacklist_description": "Zerrenda beltzeko abesti eta artistak",
|
|
"wait_for_download_to_finish": "Mesedez, itxaron uneko deskarga bukatu arte",
|
|
"desktop": "Mahaigaina",
|
|
"close_behavior": "Ixterako Portaera",
|
|
"close": "Itxi",
|
|
"minimize_to_tray": "Sistemako erretilura minimizatu",
|
|
"show_tray_icon": "Erakutsi ikonoa sistemaren erretiluan",
|
|
"about": "Honi buruz",
|
|
"u_love_spotube": "Badakigu Spotube maite duzula",
|
|
"check_for_updates": "Bilatu eguneraketak",
|
|
"about_spotube": "Spotube-ri buruz",
|
|
"blacklist": "Zerrenda beltza",
|
|
"please_sponsor": "Mesedez, babestu/diruz lagundu",
|
|
"spotube_description": "Spotube, arina, plataforma-anitza eta doakoa den Spotify-ren bezeroa",
|
|
"version": "Bertsioa",
|
|
"build_number": "Konpilazio zenbakia",
|
|
"founder": "Sortzailea",
|
|
"repository": "Errepositorioa",
|
|
"bug_issues": "Erroreak eta arazoak",
|
|
"made_with": "Bangladesh🇧🇩-en ❤️-z egina",
|
|
"kingkor_roy_tirtho": "Kingkor Roy Tirtho",
|
|
"copyright": "© 2021-{current_year} Kingkor Roy Tirtho",
|
|
"license": "Lizentzia",
|
|
"add_spotify_credentials": "Gehitu zure Spotify kredentzialak hasi ahal izateko",
|
|
"credentials_will_not_be_shared_disclaimer": "Ez arduratu, zure kredentzialak ez ditugu bilduko edo inorekin elkarbanatuko",
|
|
"know_how_to_login": "Ez dakizu nola egin?",
|
|
"follow_step_by_step_guide": "Jarraitu pausoz-pausoko gida",
|
|
"spotify_cookie": "Spotify-ren {name} cookiea",
|
|
"cookie_name_cookie": "{name} cookiea",
|
|
"fill_in_all_fields": "Mesedez, osatu eremu guztiak",
|
|
"submit": "Bidali",
|
|
"exit": "Irten",
|
|
"previous": "Aurrekoa",
|
|
"next": "Hurrengoa",
|
|
"done": "Eginda",
|
|
"step_1": "1. pausua",
|
|
"first_go_to": "Hasteko, joan hona",
|
|
"login_if_not_logged_in": "eta hasi saioa/sortu kontua lehendik ez baduzu eginda",
|
|
"step_2": "2. pausua",
|
|
"step_2_steps": "1. Saioa hasita duzularik, sakatu F12 edo saguaren eskuineko botoia klikatu > Ikuskatu nabigatzaileko garapen tresnak irekitzeko.\n2. Joan \"Aplikazio\" (Chrome, Edge, Brave, etab.) edo \"Biltegiratzea\" (Firefox, Palemoon, etab.)\n3. Joan \"Cookieak\" atalera eta gero \"https://accounts.spotify.com\" azpiatalera",
|
|
"step_3": "3. pausua",
|
|
"step_3_steps": "Kopiatu \"sp_dc\" cookiearen balioa",
|
|
"success_emoji": "Eginda! 🥳",
|
|
"success_message": "Ongi hasi duzu zure Spotify kontua. Lan bikaina, lagun!",
|
|
"step_4": "4. pausua",
|
|
"step_4_steps": "Itsatsi \"sp_dc\"-tik kopiatutako balioa",
|
|
"something_went_wrong": "Zerbaitek huts egin du",
|
|
"piped_instance": "Piped zerbitzariaren instantzia",
|
|
"piped_description": "Kanten koizidentzietan erabiltzeko Piped zerbitzariaren instantzia",
|
|
"piped_warning": "Batzuk agian ez dute ongi funtzionatuko, zure ardurapean erabili",
|
|
"generate_playlist": "Sortu Zerrenda",
|
|
"track_exists": "{track} kanta dagoeneko badago",
|
|
"replace_downloaded_tracks": "Ordezkatu deskargatutako kanta guztiak",
|
|
"skip_download_tracks": "Deskargatutako kanta guztien deskarga baztertu",
|
|
"do_you_want_to_replace": "Dagoen kanta ordezkatu nahi duzu??",
|
|
"replace": "Ordezkatu",
|
|
"skip": "Baztertu",
|
|
"select_up_to_count_type": "Aukertu {count} {type}",
|
|
"select_genres": "Aukeratu Generoak",
|
|
"add_genres": "Gehitu Generoak",
|
|
"country": "Herrialdea",
|
|
"number_of_tracks_generate": "Sortzeko kanta kopurua",
|
|
"acousticness": "Akustikotasuna",
|
|
"danceability": "Dantzagarritasuna",
|
|
"energy": "Energia",
|
|
"instrumentalness": "Instrumentaltasuna",
|
|
"liveness": "Zuzenean",
|
|
"loudness": "Ozentasuna",
|
|
"speechiness": "Hitzaldia",
|
|
"valence": "Balentzia",
|
|
"popularity": "Populartasuna",
|
|
"key": "Tonua",
|
|
"duration": "Iraupena (s)",
|
|
"tempo": "Tenpoa (BPM)",
|
|
"mode": "Modua",
|
|
"time_signature": "Konpasa",
|
|
"short": "Motza",
|
|
"medium": "Ertaina",
|
|
"long": "Luzea",
|
|
"min": "Min.",
|
|
"max": "Max.",
|
|
"target": "Helburua",
|
|
"moderate": "Moderatua",
|
|
"deselect_all": "Desaukeratu dena",
|
|
"select_all": "Aukeratu dena",
|
|
"are_you_sure": "Ziur zaude?",
|
|
"generating_playlist": "Zure pertsonalizatutako zerrenda sortzen...",
|
|
"selected_count_tracks": "{count} kanta aukeratuta",
|
|
"download_warning": "Abesti guztiak aldi berean deskargatuz gero, argi dago musika pirateatzen ari zarela eta musikaren gizarte sortzaileari kalte egiten diozula. Honen jakitun izan eta artisten lan gogorra errespetatu eta babestea espero dut",
|
|
"download_ip_ban_warning": "Bidenabar, baliteke zure IPa YouTuben blokeatzea deskarga eskera gehiegi egiten badituzu. IPa blokeatzeak esan nahi du ezin izango duzula YouTube erabili (nahiz eta saioa hasia izan) gutxienez 2-3 hilabetez IP helbide horretatik. Eta Spotube ez da erantzule izango hori gertatzen bazaizu",
|
|
"by_clicking_accept_terms": "'Onartu' klikatzean, ondorengo baldintzak onartzen dituzu:",
|
|
"download_agreement_1": "Badakit musika pirateatzen ari naizela. Gaiztoa naiz",
|
|
"download_agreement_2": "Ahal dudanean lagunduko diot artistari baina oraingoz ez dut bere artea erosteko dirurik",
|
|
"download_agreement_3": "Erabat jakitun naiz YouTubek nire IPa blokea dezakeela eta ez diot Spotube-ri edo bere jabe/laguntzaileei erantzukizunik eskatuko nire oraingo jokaerak ekar ditzakeen arazoengatik",
|
|
"decline": "Baztertu",
|
|
"accept": "Onartu",
|
|
"details": "Xehetasunak",
|
|
"youtube": "YouTube",
|
|
"channel": "Kanala",
|
|
"likes": "Gustukoak",
|
|
"dislikes": "Ez gustukoak",
|
|
"views": "Ikuspenak",
|
|
"streamUrl": "Streaming-aren URLa",
|
|
"stop": "Gelditu",
|
|
"sort_newest": "Ordenatu gehitu berrienetik",
|
|
"sort_oldest": "Ordenatu gehitu zaharrenetik",
|
|
"sleep_timer": "Itzaltzeko tenporizadorea",
|
|
"mins": "{minutes} minutu",
|
|
"hours": "{hours} ordu",
|
|
"hour": "{hours} ordu",
|
|
"custom_hours": "Ordu pertsonalizatuak",
|
|
"logs": "Log-ak",
|
|
"developers": "Garatzaileak",
|
|
"not_logged_in": "Ez duzu saioa hasi",
|
|
"search_mode": "Bilaketa modua",
|
|
"audio_source": "Audio Iturria",
|
|
"ok": "OK",
|
|
"failed_to_encrypt": "Errorea zifratzean",
|
|
"encryption_failed_warning": "Spotube-ek zifratzea darabil datuak modu seguruan biltegiratzeko. Baina huts egin du. Hori dela eta, biltegiratzea ez da segurua izango\nLinux erabiltzen ari bazara, ziurtatu edozein sekretu-zerbitzu (gnome-keyring, kde-wallet, keepassxc etab.) instalatuta duzula",
|
|
"querying_info": "Informazioa egiaztatzen...",
|
|
"piped_api_down": "Piped-en APIa ez dago eskuragarri",
|
|
"piped_down_error_instructions": "Piped-en {pipedInstance} instantzia ez dago martxan une honetan\n\nAldatu instantzia edo aldatu 'API mota' YouTuberen API ofizialera\n\nZiurtatu aplikazioa berrabiarazten duzula aldaketa eta gero",
|
|
"you_are_offline": "Une honetan konexiorik gabe zaude",
|
|
"connection_restored": "Internet konexioa berrezarri egin da",
|
|
"use_system_title_bar": "Erabili sistemako izenburu barra",
|
|
"crunching_results": "Emaitzak prozesatzen...",
|
|
"search_to_get_results": "Bilatu emaitzak lortzeko",
|
|
"use_amoled_mode": "Erabili AMOLED modua",
|
|
"pitch_dark_theme": "Dart-en gai iluna",
|
|
"normalize_audio": "Normalizatu audioa",
|
|
"change_cover": "Aldatu azala",
|
|
"add_cover": "Gehitu azala",
|
|
"restore_defaults": "Berrezarri berezko balioak",
|
|
"download_music_codec": "Deskargatutako musikaren codec-a",
|
|
"streaming_music_codec": "Streaming musikaren codec-a",
|
|
"login_with_lastfm": "Hasi saioa Last.fm-n",
|
|
"connect": "Konektatu",
|
|
"disconnect_lastfm": "Deskonektatu Last.fm-tik",
|
|
"disconnect": "Deskonektatu",
|
|
"username": "Erabiltzaile izena",
|
|
"password": "Pasahitza",
|
|
"login": "Hasi saioa",
|
|
"login_with_your_lastfm": "Hasi saioa Last.fm-ko zure kontuarekin",
|
|
"scrobble_to_lastfm": "Scrobble Last.fm-ra",
|
|
"go_to_album": "Albumera joan",
|
|
"discord_rich_presence": "Discord-en presentzia aberatsa",
|
|
"browse_all": "Esploratu dena",
|
|
"genres": "Generoak",
|
|
"explore_genres": "Esploratu generoak",
|
|
"friends": "Lagunak",
|
|
"no_lyrics_available": "Sentitzen dut, ezin dira kanta honen hitzak aurkitu",
|
|
"start_a_radio": "Hasi Irrati bat",
|
|
"how_to_start_radio": "Nola hasi nahi duzu irratia?",
|
|
"replace_queue_question": "Uneko zerrenda ordezkatu nahi duzu edo bertan gehitu?",
|
|
"endless_playback": "Amaigabeko erreprodukzioa",
|
|
"delete_playlist": "Ezabatu zerrenda",
|
|
"delete_playlist_confirmation": "Ziur zaude zerrenda ezabatu nahi duzula?",
|
|
"local_tracks": "Kanta lokalak",
|
|
"song_link": "Kantaren lotura",
|
|
"skip_this_nonsense": "Utzi txorakeria hau",
|
|
"freedom_of_music": "“Musika Askatasuna”",
|
|
"freedom_of_music_palm": "“Musika Askatasuna zure eskuetan”",
|
|
"get_started": "Has gaitezen",
|
|
"youtube_source_description": "Gomendatua eta hobekien dabilena.",
|
|
"piped_source_description": "Aske zara? YouTube bezala, baino askeago.",
|
|
"jiosaavn_source_description": "Asia hegoaldeko herrialdeetarako hoberena.",
|
|
"highest_quality": "Kalitate Onena: {quality}",
|
|
"select_audio_source": "Aukeratu Audio Iturria",
|
|
"endless_playback_description": "Gehitu automatikoki kanta berriak\n ilararen bukaeran",
|
|
"choose_your_region": "Aukeratu zure herrialdea",
|
|
"choose_your_region_description": "Honekin Spotube-k zure kokalerakuari dagokion edukia\neskeiniko dizu.",
|
|
"choose_your_language": "Aukeratu zure hizkuntza",
|
|
"help_project_grow": "Lagundu proiektu honi hazten",
|
|
"help_project_grow_description": "Spotube kode irekiko proiektu bat da. Proiektu hau hazten lagundu dezakezu, erroreak jakinaraziz edo ezaugarri berriak proposatuz.",
|
|
"contribute_on_github": "GitHub-en lagundu",
|
|
"donate_on_open_collective": "Open Collective-en diruz lagundu",
|
|
"browse_anonymously": "Nabigatu Anonimoki",
|
|
"enable_connect": "Gaitu konexioa",
|
|
"enable_connect_description": "Kontrolatu Spotube beste gailu batzuetatik",
|
|
"devices": "Gailuak",
|
|
"select": "Aukeratu",
|
|
"connect_client_alert": "{client} gailuak kontrolatzen zaitu",
|
|
"this_device": "Gailu hau",
|
|
"remote": "Urrunekoa"
|
|
} |