You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
666 B
XML
25 lines
666 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="items">
|
|
<item quantity="other">%1$d 个项目</item>
|
|
</plurals>
|
|
<plurals name="new_chapters">
|
|
<item quantity="other">%1$d 个新章节</item>
|
|
</plurals>
|
|
<plurals name="chapters">
|
|
<item quantity="other">%1$d 个章节</item>
|
|
</plurals>
|
|
<plurals name="minutes_ago">
|
|
<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="pages">
|
|
<item quantity="other">共 %1$d 页</item>
|
|
</plurals>
|
|
</resources>
|