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

Update strings.xml #264

Merged
merged 1 commit into from
Oct 3, 2022
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
14 changes: 7 additions & 7 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<string name="dark_theme_off">Disattivato</string>
<string name="dark_theme_follow_system">Segui sistema</string>
<string name="pref_content_title">Contenuti</string>
<string name="pref_app_language_title">App language</string>
<string name="pref_app_language_title">Lingua dell\'app</string>
<string name="pref_content_language_title">Lingua predefinita dei contenuti</string>
<string name="pref_default_content_country_title">Paese predefinito dei contenuti</string>
<string name="pref_enable_proxy_title">Attiva proxy</string>
Expand Down Expand Up @@ -76,8 +76,8 @@
<string name="search_library">Cerca nella libreria…</string>

<!-- Built-in playlist -->
<string name="liked_songs">喜歡的歌曲</string>
<string name="downloaded_songs">已下載的歌曲</string>
<string name="liked_songs">Brani piaciuti</string>
<string name="downloaded_songs">Brani scaricati</string>

<!-- Popup -->
<string name="menu_edit">Modifica</string>
Expand Down Expand Up @@ -167,7 +167,7 @@
<string name="sort_by_year">Anno</string>
<string name="sort_by_song_count">Numero brani</string>
<string name="sort_by_length">Durata</string>
<string name="sort_by_play_time">Play time</string>
<string name="sort_by_play_time">Numero di riproduzioni</string>

<!-- Snackbar -->
<plurals name="snackbar_delete_song">
Expand Down Expand Up @@ -226,10 +226,10 @@
<string name="snackbar_action_view">Guarda</string>

<!-- Custom Action -->
<string name="custom_action_like">Like</string>
<string name="custom_action_remove_like">Remove like</string>
<string name="custom_action_like">Mi piace</string>
<string name="custom_action_remove_like">Non mi piace più</string>
<string name="custom_action_add_to_library">Aggiungi alla libreria</string>
<string name="custom_action_remove_from_library">Remove from library</string>
<string name="custom_action_remove_from_library">Rimuovi dalla libreria</string>

<!-- Filtri di ricerca -->
<string name="search_filter_all">Tutto</string>
Expand Down