Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Aug 24, 2024
2 parents a60c3f1 + cf0246b commit bee94b8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
26 changes: 13 additions & 13 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -650,15 +650,15 @@
<string name="info_debug_mode_enabled">Režim ladění povolen</string>
<string name="info_debug_mode_is_enabled">Debug mode is enabled, remember to disable it in settings</string>
<string name="tapqueue">Tap to open Queue</string>
<string name="past_day">Past day</string>
<string name="past_week">Past week</string>
<string name="past_month">Past month</string>
<string name="past_year">Past year</string>
<string name="all_time">All time</string>
<string name="past_day">Včera</string>
<string name="past_week">Minulý týden</string>
<string name="past_month">Minulý měsíc</string>
<string name="past_year">Minulý rok</string>
<string name="all_time">Za celou dobu</string>
<string name="header_view_top_of">View top %s of …</string>
<string name="podcast_episodes">Episodes</string>
<string name="podcasts">Podcasts</string>
<string name="playlistindicator">Playlist Indicator</string>
<string name="podcast_episodes">Epizody</string>
<string name="podcasts">Podcásty</string>
<string name="playlistindicator">Indikátor playlistu</string>
<string name="playlistindicatorinfo">Indicates if the song is already added to a Playlist</string>
<string name="deleted">Deleted</string>
<string name="playlistindicatorinfo2">Song is Present in one of the Playlists</string>
Expand All @@ -677,10 +677,10 @@
<string name="searches_saved_searches">Saved searches</string>
<string name="event_volumekeys">Change song with the volume keys</string>
<string name="event_volumekeysinfo">Volume UP next and volume DOWN previous song</string>
<string name="paste">Paste</string>
<string name="paste">Vložit</string>
<string name="searches_no_suggestions">No suggestions</string>
<string name="action_bar_show_discover_button">Show discover button</string>
<string name="playertype">Player Type</string>
<string name="playertype">Typ přehrávače</string>
<string name="noblur">No Blur when Lyrics is Disabled</string>
<string name="fadingedge">Fading Edge</string>
<string name="carousel">Carousel View</string>
Expand All @@ -691,11 +691,11 @@
<string name="effect_fade_audio_description">Fade audio when song is paused or played</string>
<string name="autosync">Auto Sync Imported Playlists</string>
<string name="message_type">Message type</string>
<string name="message_type_modern">Modern</string>
<string name="message_type_essential">Essential</string>
<string name="message_type_modern">Moderní</string>
<string name="message_type_essential">Důležité</string>
<string name="discoverinforadio">Removes Liked and Playlist songs from Radio</string>
<string name="discover_has_been_applied_to_radio">Discover has been applied to radio, removed songs: %s</string>
<string name="songs_number_to_show">Songs number to show</string>
<string name="songs_number_to_show">Číslo písně k zobrazení</string>
<string name="discover_has_been_applied_to_queue">Discover has been applied to queue, removed songs: %s</string>
<string name="player_pause_on_volume_zero">Pause on volume zero</string>
<string name="info_pauses_player_when_volume_zero">Pauses the player when the volume reaches 0 and resumes when the volume is greater than 0</string>
Expand Down
16 changes: 8 additions & 8 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,12 +713,12 @@
<string name="chart_top_songs">Las mejores canciones</string>
<string name="chart_top_artists">Los mejores artistas</string>
<string name="lang_interlingua">Interlingua</string>
<string name="error_no_internet">No network connection</string>
<string name="error_timeout">Connection timeout</string>
<string name="error_unknown">Unknown error</string>
<string name="delete_song">Do you really want to delete this song? It will be deleted from database.\\nThis action is irreversible.</string>
<string name="info_check_update_now">Check Now</string>
<string name="info_no_update_available">No update available</string>
<string name="lang_galician">Galician</string>
<string name="lang_norwegian">Norwegian</string>
<string name="error_no_internet">Sin conexión de red</string>
<string name="error_timeout">Tiempo de espera de la conexión expirado</string>
<string name="error_unknown">Error desconocido</string>
<string name="delete_song">¿Realmente deseas eliminar esta canción? Será eliminada de la base de datos.\\nEsta acción es irreversible.</string>
<string name="info_check_update_now">Comprobar ahora</string>
<string name="info_no_update_available">No hay actualizaciones disponibles</string>
<string name="lang_galician">Gallego</string>
<string name="lang_norwegian">Noruego</string>
</resources>

0 comments on commit bee94b8

Please sign in to comment.