Translated using Weblate (German)

Currently translated at 100.0% (13 of 13 strings)

Translation: Episteme/plurals
Translate-URL: https://hosted.weblate.org/projects/episteme/plurals/de/
This commit is contained in:
FabiRich 2026-05-04 12:55:36 +02:00 committed by Hosted Weblate
parent e6f606f5c9
commit 552578ba34
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -36,4 +36,20 @@
<item quantity="one">%1$d Buch aus der Bibliothek entfernt.</item> <item quantity="one">%1$d Buch aus der Bibliothek entfernt.</item>
<item quantity="other">%1$d Bücher aus der Bibliothek entfernt.</item> <item quantity="other">%1$d Bücher aus der Bibliothek entfernt.</item>
</plurals> </plurals>
<plurals name="search_matches_count">
<item quantity="one">%1$d Treffer gefunden</item>
<item quantity="other">%1$d Treffer gefunden</item>
</plurals>
<plurals name="folder_count">
<item quantity="one">%1$d Ordner</item>
<item quantity="other">%1$d Ordner</item>
</plurals>
<plurals name="tag_count">
<item quantity="one">%1$d Tag</item>
<item quantity="other">%1$d Tags</item>
</plurals>
<plurals name="tts_cache_chunk_count_parenthetical">
<item quantity="one">(%1$d Stück)</item>
<item quantity="other">(%1$d Stücke)</item>
</plurals>
</resources> </resources>