Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated HU strings.xml #933

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions app/src/main/res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<!-- Home -->
<string name="history">Előzmény</string>
<string name="stats">Statisztika</string>
<string name="mood_and_genres">Mood and Genres</string>
<string name="account">Account</string>
<string name="mood_and_genres">Hangulat és műfajok</string>
<string name="account">Fiók</string>
<string name="quick_picks">Gyors választás</string>
<string name="quick_picks_empty">Hallgasson meg néhány dalt a gyors választások elkészítéséhez</string>
<string name="new_release_albums">Új kiadású albumok</string>
Expand All @@ -36,9 +36,9 @@
<string name="search">Keresés</string>
<string name="search_yt_music">YouTube Music keresés…</string>
<string name="search_library">Keresés könyvtárban…</string>
<string name="filter_library">Library</string>
<string name="filter_liked">Liked</string>
<string name="filter_downloaded">Downloaded</string>
<string name="filter_library">Könyvtár</string>
<string name="filter_liked">Lájkolt</string>
<string name="filter_downloaded">Letöltött</string>
<string name="filter_all">Mind</string>
<string name="filter_songs">Dalok</string>
<string name="filter_videos">Videók</string>
Expand All @@ -47,7 +47,7 @@
<string name="filter_playlists">Listák</string>
<string name="filter_community_playlists">Közösségi listák</string>
<string name="filter_featured_playlists">Kiemelt lejátszási listák</string>
<string name="filter_bookmarked">Bookmarked</string>
<string name="filter_bookmarked">Könyvjelzőzött</string>
<string name="no_results_found">Nincs találat</string>

<!-- Artist screen -->
Expand Down Expand Up @@ -146,16 +146,16 @@
<item quantity="other">%d lejátszólista</item>
</plurals>
<plurals name="n_week" tools:ignore="MissingQuantity">
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
<item quantity="one">%d hét</item>
<item quantity="other">%d hét</item>
</plurals>
<plurals name="n_month" tools:ignore="MissingQuantity">
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
<item quantity="one">%d hónap</item>
<item quantity="other">%d hónap</item>
</plurals>
<plurals name="n_year" tools:ignore="MissingQuantity">
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
<item quantity="one">%d év</item>
<item quantity="other">%d év</item>
</plurals>

<!-- Snackbar -->
Expand Down