Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 46.1% (6 of 13 strings)

Translation: Episteme/plurals
Translate-URL: https://hosted.weblate.org/projects/episteme/plurals/zh_Hans/
This commit is contained in:
micro201014 2026-05-08 08:29:21 +02:00 committed by Hosted Weblate
parent 3bedaccdc6
commit 9665bf60d7
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -1,3 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
<plurals name="book_count">
<item quantity="other">%1$d 本书</item>
</plurals>
<plurals name="book_word">
<item quantity="other">本书</item>
</plurals>
<plurals name="shelf_count">
<item quantity="other">%1$d 个书架</item>
</plurals>
<plurals name="search_results_count">
<item quantity="other">找到 %1$d 个结果</item>
</plurals>
<plurals name="search_matches_count">
<item quantity="other">找到 %1$d 个匹配项</item>
</plurals>
<plurals name="dialog_delete_permanently">
<item quantity="other">Delete Files Permanently</item>
</plurals>
<plurals name="dialog_permanently_delete_desc">
<item quantity="other">您确定要从设备中永久删除所选的 %1$d 个文件吗?此操作无法撤销。</item>
</plurals>
</resources>