Translated using Weblate (Hindi)
Currently translated at 100.0% (8 of 8 strings) Added translation using Weblate (Hindi) Added translation using Weblate (Hindi) Co-authored-by: Grand-Priest0 <followtheanime@gmail.com> Translate-URL: https://hosted.weblate.org/projects/kotatsu/plurals/hi/ Translation: Kotatsu/plurals
This commit is contained in:
35
app/src/main/res/values-hi/plurals.xml
Normal file
35
app/src/main/res/values-hi/plurals.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="chapters_from_x">
|
||||
<item quantity="one">%1$d चैप्टर_से _x %2$d</item>
|
||||
<item quantity="other">%1$d चैप्टर्स _से_x %2$d</item>
|
||||
</plurals>
|
||||
<plurals name="items">
|
||||
<item quantity="one">%1$d आइटम</item>
|
||||
<item quantity="other">%1$d आइटम्स</item>
|
||||
</plurals>
|
||||
<plurals name="minutes_ago">
|
||||
<item quantity="one">%1$d कुछ_मिनट_पहले</item>
|
||||
<item quantity="other">%1$d कुछ_मिनेटो_पहले</item>
|
||||
</plurals>
|
||||
<plurals name="hours_ago">
|
||||
<item quantity="one">%1$d घंटेभर_पहले</item>
|
||||
<item quantity="other">%1$d घंटोंभर_पहले</item>
|
||||
</plurals>
|
||||
<plurals name="pages">
|
||||
<item quantity="one">कुल %1$d पेज</item>
|
||||
<item quantity="other">कुल %1$d पेजेस</item>
|
||||
</plurals>
|
||||
<plurals name="new_chapters">
|
||||
<item quantity="one">%1$d नया चैप्टर</item>
|
||||
<item quantity="other">%1$d नए चैप्टर</item>
|
||||
</plurals>
|
||||
<plurals name="chapters">
|
||||
<item quantity="one">%1$d चैप्टर</item>
|
||||
<item quantity="other">%1$d चैप्टर्स</item>
|
||||
</plurals>
|
||||
<plurals name="days_ago">
|
||||
<item quantity="one">%1$d कुछ_दिन_पहले</item>
|
||||
<item quantity="other">%1$d कुछ_दिनों_पहले</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
2
app/src/main/res/values-hi/strings.xml
Normal file
2
app/src/main/res/values-hi/strings.xml
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources></resources>
|
||||
Reference in New Issue
Block a user