Sync Strings from Localazy

This commit is contained in:
bmarty 2023-10-30 14:50:36 +00:00 committed by GitHub
parent d1a3a80b9b
commit ffd02b831e
15 changed files with 128 additions and 18 deletions

View file

@ -1,7 +1,7 @@
<?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 osoba"</item>
<item quantity="one">"%1$d osoba"</item>
<item quantity="few">"%1$d osoby"</item>
<item quantity="other">"%1$d osob"</item>
</plurals>

View file

@ -1,10 +1,5 @@
<?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 osoba"</item>
<item quantity="few">"%1$d ľudia"</item>
<item quantity="other">"%1$d ľudí"</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>