Translated using Weblate (Vietnamese)
Currently translated at 62.5% (5 of 8 strings) Added translation using Weblate (Vietnamese) Co-authored-by: Cường Bá <cuongba956@gmail.com> Translate-URL: https://hosted.weblate.org/projects/kotatsu/plurals/vi/ Translation: Kotatsu/plurals
This commit is contained in:
18
app/src/main/res/values-vi/plurals.xml
Normal file
18
app/src/main/res/values-vi/plurals.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="new_chapters">
|
||||
<item quantity="other">%1$d chương mới</item>
|
||||
</plurals>
|
||||
<plurals name="chapters">
|
||||
<item quantity="other">%1$d chương</item>
|
||||
</plurals>
|
||||
<plurals name="minutes_ago">
|
||||
<item quantity="other">%1$d phút trước</item>
|
||||
</plurals>
|
||||
<plurals name="hours_ago">
|
||||
<item quantity="other">%1$d giờ trước</item>
|
||||
</plurals>
|
||||
<plurals name="days_ago">
|
||||
<item quantity="other">%1$d ngày trước</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user