Files
Kotatsu/app/src/main/res/values-ja/plurals.xml
La prière 23cb023a85 Translated using Weblate (Japanese)
Currently translated at 100.0% (7 of 7 strings)

Translated using Weblate (Japanese)

Currently translated at 90.7% (482 of 531 strings)

Co-authored-by: La prière <lapriere@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/plurals/ja/
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/ja/
Translation: Kotatsu/Strings
Translation: Kotatsu/plurals
2023-12-07 18:16:16 +02:00

24 lines
750 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="minutes_ago">
<item quantity="other">%1$d 分前</item>
</plurals>
<plurals name="items">
<item quantity="other">%1$d 項目</item>
</plurals>
<plurals name="hours_ago">
<item quantity="other">%1$d 時間前</item>
</plurals>
<plurals name="days_ago">
<item quantity="other">%1$d 日前</item>
</plurals>
<plurals name="chapters">
<item quantity="other">%1$d 章</item>
</plurals>
<plurals name="new_chapters">
<item quantity="other">%1$d 件の新しい章</item>
</plurals>
<plurals name="months_ago">
<item quantity="other">%1$d ヶ月前</item>
</plurals>
</resources>