Sync Strings from Localazy

This commit is contained in:
bmarty 2023-06-26 00:10:53 +00:00 committed by GitHub
parent 3e074cd49a
commit 874739ece9
24 changed files with 426 additions and 4 deletions

View file

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="notification_channel_call">"Zavolať"</string>
<string name="notification_channel_silent">"Tiché oznámenia"</string>
<string name="notification_inline_reply_failed">"** Nepodarilo sa odoslať - prosím otvorte miestnosť"</string>
<string name="notification_invitation_action_join">"Pripojiť sa"</string>
<string name="notification_invitation_action_reject">"Zamietnuť"</string>
<string name="notification_new_messages">"Nové správy"</string>
<string name="notification_room_action_mark_as_read">"Označiť ako prečítané"</string>
<string name="notification_test_push_notification_content">"Prezeráte si oznámenie! Kliknite na mňa!"</string>
<string name="notification_ticker_text_dm">"%1$s: %2$s"</string>
<string name="notification_ticker_text_group">"%1$s: %2$s %3$s"</string>
<string name="notification_unread_notified_messages_and_invitation">"%1$s a %2$s"</string>
<string name="notification_unread_notified_messages_in_room">"%1$s v %2$s"</string>
<string name="notification_unread_notified_messages_in_room_and_invitation">"%1$s v %2$s a %3$s"</string>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="one">"%1$s: %2$d správa"</item>
<item quantity="few">"%1$s: %2$d správy"</item>
<item quantity="other">"%1$s: %2$d správ"</item>
</plurals>
<plurals name="notification_compat_summary_title">
<item quantity="one">"%d oznámenie"</item>
<item quantity="few">"%d oznámenia"</item>
<item quantity="other">"%d oznámení"</item>
</plurals>
<plurals name="notification_invitations">
<item quantity="one">"%d pozvánka"</item>
<item quantity="few">"%d pozvánky"</item>
<item quantity="other">"%d pozvánok"</item>
</plurals>
<plurals name="notification_new_messages_for_room">
<item quantity="one">"%d nová správa"</item>
<item quantity="few">"%d nové správy"</item>
<item quantity="other">"%d nových správ"</item>
</plurals>
<plurals name="notification_unread_notified_messages">
<item quantity="one">"%d neprečítaná oznámená správa"</item>
<item quantity="few">"%d neprečítané oznámené správy"</item>
<item quantity="other">"%d neprečítaných oznámených správ"</item>
</plurals>
<plurals name="notification_unread_notified_messages_in_room_rooms">
<item quantity="one">"%d miestnosť"</item>
<item quantity="few">"%d miestnosti"</item>
<item quantity="other">"%d miestností"</item>
</plurals>
<string name="push_choose_distributor_dialog_title_android">"Vyberte spôsob prijímania oznámení"</string>
<string name="push_distributor_background_sync_android">"Synchronizácia na pozadí"</string>
<string name="push_distributor_firebase_android">"Služby Google"</string>
<string name="notification_room_action_quick_reply">"Rýchla odpoveď"</string>
</resources>