Sync Strings from Localazy

This commit is contained in:
bmarty 2023-11-06 08:23:40 +00:00 committed by GitHub
parent fe69db397f
commit 2fca8412b2
25 changed files with 259 additions and 2 deletions

View file

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="screen_room_member_list_header_title">
<item quantity="one">"%1$d osoba"</item>
<item quantity="few">"%1$d osoby"</item>
<item quantity="other">"%1$d osôb"</item>
</plurals>
<string name="screen_room_details_add_topic_title">"Pridať tému"</string>
<string name="screen_room_details_already_a_member">"Už ste členom"</string>
<string name="screen_room_details_already_invited">"Už ste pozvaní"</string>