Skip to content

Commit

Permalink
Translated using Weblate (Azerbaijani)
Browse files Browse the repository at this point in the history
Currently translated at 11.5% (21 of 182 strings)

Translation: Gramophone/App
Translate-URL: https://hosted.weblate.org/projects/gramophone/strings-xml/az/
  • Loading branch information
project-material authored and weblate committed Oct 16, 2024
1 parent eaa0a6d commit 9c5a20c
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion app/src/main/res/values-az/strings.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="category_songs">Mahnılar</string>
<string name="home_menu_search">Axtarış</string>
<string name="home_menu_settings">Parametrlər</string>
<string name="category_albums">Albomlar</string>
<string name="category_artists">İfaçılar</string>
<plurals name="songs">
<item quantity="one">%d mahnı</item>
<item quantity="other">%d mahnı</item>
</plurals>
<plurals name="albums">
<item quantity="one">%d albom</item>
<item quantity="other">%d albom</item>
</plurals>
<plurals name="artists">
<item quantity="one">%d ifaçı</item>
<item quantity="other">%d ifaçı</item>
</plurals>
<string name="home_menu_refresh">Yenilə</string>
<string name="category_genres">Janrlar</string>
<string name="category_playlists">Pleylistlər</string>
</resources>

0 comments on commit 9c5a20c

Please sign in to comment.