Merge remote-tracking branch 'origin/main'

This commit is contained in:
Hosted Weblate 2026-05-15 19:11:22 +02:00
commit 80d22a6c50
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C
10 changed files with 367 additions and 2 deletions

View file

@ -36,4 +36,20 @@
<item quantity="one">%1$d Buch aus der Bibliothek entfernt.</item>
<item quantity="other">%1$d Bücher aus der Bibliothek entfernt.</item>
</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>