Sync Strings from Localazy (#5610)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2025-10-27 13:53:07 +01:00 committed by GitHub
parent 9baf948b35
commit b1addb4521
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 1159 additions and 1050 deletions

View file

@ -7,5 +7,8 @@
<item quantity="other">"Opustit %1$d místností a prostor"</item>
</plurals>
<string name="screen_leave_space_subtitle">"Tím budete také odstraněni ze všech místností v tomto prostoru."</string>
<string name="screen_leave_space_subtitle_last_admin">"Než budete moci odejít, musíte pro tento prostor přiřadit jiného správce."</string>
<string name="screen_leave_space_subtitle_only_last_admin">"Z následujících místností nebudete odstraněni, protože jste jediným administrátorem:"</string>
<string name="screen_leave_space_title">"Opustit %1$s?"</string>
<string name="screen_leave_space_title_last_admin">"Jste jediným administrátorem pro %1$s"</string>
</resources>

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_leave_space_last_admin_info">"%1$s (Správca)"</string>
<plurals name="screen_leave_space_submit">
<item quantity="one">"Opustiť %1$d miestnosť a priestor"</item>
<item quantity="few">"Opustiť %1$d miestnosti a priestory"</item>
<item quantity="other">"Opustiť %1$d miestností a priestorov"</item>
</plurals>
<string name="screen_leave_space_subtitle">"Vyberte miestnosti, ktoré chcete opustiť a pre ktoré nie ste jediným správcom:"</string>
<string name="screen_leave_space_subtitle_last_admin">"Pred odchodom musíte pre tento priestor určiť iného správcu."</string>
<string name="screen_leave_space_subtitle_only_last_admin">"Z nasledujúcich miestností nebudete odstránený/á, pretože ste jediným správcom:"</string>
<string name="screen_leave_space_title">"Opustiť %1$s?"</string>
<string name="screen_leave_space_title_last_admin">"Ste jediným administrátorom pre %1$s"</string>
</resources>