Sync Strings from Localazy

This commit is contained in:
bmarty 2024-02-05 00:09:59 +00:00 committed by github-actions[bot]
parent aabca49c20
commit 03c95555e3
118 changed files with 996 additions and 113 deletions

View file

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="notification_channel_call">"Выклік"</string>
<string name="notification_channel_listening_for_events">"Праслухоўванне падзей"</string>
<string name="notification_channel_noisy">"Шумныя апавяшчэнні"</string>
<string name="notification_channel_silent">"Ціхія апавяшчэнні"</string>
<string name="notification_inline_reply_failed">"** Не атрымалася даслаць - калі ласка, адкрыйце пакой"</string>
<string name="notification_invitation_action_reject">"Адхіліць"</string>
<string name="notification_invite_body">"Запрасіў вас у чат"</string>
<string name="notification_mentioned_you_body">"Згадаў вас: %1$s"</string>
<string name="notification_new_messages">"Новыя паведамленні"</string>
<string name="notification_reaction_body">"Адрэагаваў на %1$s"</string>
<string name="notification_room_invite_body">"Запрасіў вас далучыцца да пакоя"</string>
<string name="notification_sender_me">"Я"</string>
<string name="notification_test_push_notification_content">"Вы праглядаеце апавяшчэнне! Націсніце мяне!"</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 і %2$s"</string>
<string name="notification_unread_notified_messages_in_room">"%1$s у %2$s"</string>
<string name="notification_unread_notified_messages_in_room_and_invitation">"%1$s у %2$s і %3$s"</string>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="one">"%1$s: %2$d паведамленне"</item>
<item quantity="few">"%1$s: %2$d паведамленняў"</item>
<item quantity="many">"%1$s: %2$d паведамленняў"</item>
</plurals>
<plurals name="notification_compat_summary_title">
<item quantity="one">"%d апавяшчэнне"</item>
<item quantity="few">"%d апавяшчэнняў"</item>
<item quantity="many">"%d апавяшчэнняў"</item>
</plurals>
<plurals name="notification_invitations">
<item quantity="one">"%d запрашэнне"</item>
<item quantity="few">"%d запрашэнняў"</item>
<item quantity="many">"%d запрашэнняў"</item>
</plurals>
<plurals name="notification_new_messages_for_room">
<item quantity="one">"%d новае паведамленне"</item>
<item quantity="few">"%d новых паведамленняў"</item>
<item quantity="many">"%d новых паведамленняў"</item>
</plurals>
<plurals name="notification_unread_notified_messages">
<item quantity="one">"%d непрачытанае апавяшчэнне"</item>
<item quantity="few">"%d непрачытаных апавяшчэнняў"</item>
<item quantity="many">"%d непрачытаных апавяшчэнняў"</item>
</plurals>
<plurals name="notification_unread_notified_messages_in_room_rooms">
<item quantity="one">"%d пакой"</item>
<item quantity="few">"%d пакояў"</item>
<item quantity="many">"%d пакояў"</item>
</plurals>
<string name="push_choose_distributor_dialog_title_android">"Выберыце спосаб атрымання апавяшчэнняў"</string>
<string name="push_distributor_background_sync_android">"Фонавая сінхранізацыя"</string>
<string name="push_distributor_firebase_android">"Сэрвісы Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Службы Google Play не знойдзены. Апавяшчэнні могуць не працаваць належным чынам."</string>
<string name="notification_fallback_content">"Апавяшчэнне"</string>
<string name="notification_invitation_action_join">"Далучыцца"</string>
<string name="notification_room_action_quick_reply">"Хуткі адказ"</string>
</resources>

View file

@ -5,13 +5,11 @@
<string name="notification_channel_noisy">"Hlasitá oznámení"</string>
<string name="notification_channel_silent">"Tichá oznámení"</string>
<string name="notification_inline_reply_failed">"** Nepodařilo se odeslat - otevřete prosím místnost"</string>
<string name="notification_invitation_action_join">"Vstoupit"</string>
<string name="notification_invitation_action_reject">"Odmítnout"</string>
<string name="notification_invite_body">"Vás pozval(a) do chatu"</string>
<string name="notification_mentioned_you_body">"Zmínili vás: %1$s"</string>
<string name="notification_new_messages">"Nové zprávy"</string>
<string name="notification_reaction_body">"Reagoval(a) s %1$s"</string>
<string name="notification_room_action_mark_as_read">"Označit jako přečtené"</string>
<string name="notification_room_invite_body">"Vás pozval(a) do místnosti"</string>
<string name="notification_sender_me">"Já"</string>
<string name="notification_test_push_notification_content">"Prohlížíte si oznámení! Klikněte na mě!"</string>
@ -55,5 +53,7 @@
<string name="push_distributor_firebase_android">"Služby Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Nebyly nalezeny žádné funkční služby Google Play. Oznámení nemusí fungovat správně."</string>
<string name="notification_fallback_content">"Oznámení"</string>
<string name="notification_invitation_action_join">"Vstoupit"</string>
<string name="notification_room_action_mark_as_read">"Označit jako přečtené"</string>
<string name="notification_room_action_quick_reply">"Rychlá odpověď"</string>
</resources>

View file

@ -5,13 +5,11 @@
<string name="notification_channel_noisy">"Laute Benachrichtigungen"</string>
<string name="notification_channel_silent">"Stumme Benachrichtigungen"</string>
<string name="notification_inline_reply_failed">"** Fehler beim Senden - bitte Raum öffnen"</string>
<string name="notification_invitation_action_join">"Beitreten"</string>
<string name="notification_invitation_action_reject">"Ablehnen"</string>
<string name="notification_invite_body">"Du wurdest zu einem Chat eingeladen"</string>
<string name="notification_mentioned_you_body">"Hat Dich erwähnt: %1$s"</string>
<string name="notification_new_messages">"Neue Nachrichten"</string>
<string name="notification_reaction_body">"Reagiert mit %1$s"</string>
<string name="notification_room_action_mark_as_read">"Als gelesen markieren"</string>
<string name="notification_room_invite_body">"Du wurdest eingeladen, den Raum zu betreten"</string>
<string name="notification_sender_me">"Ich"</string>
<string name="notification_test_push_notification_content">"Du siehst dir die Benachrichtigung an! Klicke hier!"</string>
@ -49,5 +47,6 @@
<string name="push_distributor_firebase_android">"Google-Dienste"</string>
<string name="push_no_valid_google_play_services_apk_android">"Keine gültigen Google Play-Dienste gefunden. Benachrichtigungen funktionieren möglicherweise nicht richtig."</string>
<string name="notification_fallback_content">"Mitteilung"</string>
<string name="notification_invitation_action_join">"Beitreten"</string>
<string name="notification_room_action_quick_reply">"Schnelle Antwort"</string>
</resources>

View file

@ -5,13 +5,11 @@
<string name="notification_channel_noisy">"Notificaciones ruidosas"</string>
<string name="notification_channel_silent">"Notificaciones silenciosas"</string>
<string name="notification_inline_reply_failed">"** No se ha podido enviar - por favor, abre la sala"</string>
<string name="notification_invitation_action_join">"Unirse"</string>
<string name="notification_invitation_action_reject">"Rechazar"</string>
<string name="notification_invite_body">"Te invitó a chatear"</string>
<string name="notification_mentioned_you_body">"Te mencionó: %1$s"</string>
<string name="notification_new_messages">"Mensajes nuevos"</string>
<string name="notification_reaction_body">"Reaccionó con %1$s"</string>
<string name="notification_room_action_mark_as_read">"Marcar como leído"</string>
<string name="notification_room_invite_body">"Te invitó a unirte a la sala"</string>
<string name="notification_sender_me">"Yo"</string>
<string name="notification_test_push_notification_content">"¡Estás viendo la notificación! ¡Haz clic en mí!"</string>
@ -49,5 +47,6 @@
<string name="push_distributor_firebase_android">"Servicios de Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"No se han encontrado Servicios de Google Play válidos. Es posible que las notificaciones no funcionen correctamente."</string>
<string name="notification_fallback_content">"Notificación"</string>
<string name="notification_invitation_action_join">"Unirse"</string>
<string name="notification_room_action_quick_reply">"Respuesta rápida"</string>
</resources>

View file

@ -5,13 +5,11 @@
<string name="notification_channel_noisy">"Notifications bruyantes"</string>
<string name="notification_channel_silent">"Notifications silencieuses"</string>
<string name="notification_inline_reply_failed">"** Échec de lenvoi - veuillez ouvrir le salon"</string>
<string name="notification_invitation_action_join">"Rejoindre"</string>
<string name="notification_invitation_action_reject">"Rejeter"</string>
<string name="notification_invite_body">"Vous a invité(e) à discuter"</string>
<string name="notification_mentioned_you_body">"Mentionné(e): %1$s"</string>
<string name="notification_new_messages">"Nouveaux messages"</string>
<string name="notification_reaction_body">"A réagi avec %1$s"</string>
<string name="notification_room_action_mark_as_read">"Marquer comme lu"</string>
<string name="notification_room_invite_body">"Vous a invité(e) à rejoindre le salon"</string>
<string name="notification_sender_me">"Moi"</string>
<string name="notification_test_push_notification_content">"Vous êtes en train de voir la notification ! Cliquez-moi !"</string>
@ -49,5 +47,7 @@
<string name="push_distributor_firebase_android">"Services Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Aucun service Google Play valide na été trouvé. Les notifications peuvent ne pas fonctionner correctement."</string>
<string name="notification_fallback_content">"Notification"</string>
<string name="notification_invitation_action_join">"Rejoindre"</string>
<string name="notification_room_action_mark_as_read">"Marquer comme lu"</string>
<string name="notification_room_action_quick_reply">"Réponse rapide"</string>
</resources>

View file

@ -5,14 +5,12 @@
<string name="notification_channel_noisy">"Zajos értesítések"</string>
<string name="notification_channel_silent">"Csendes értesítések"</string>
<string name="notification_inline_reply_failed">"** Nem sikerült elküldeni kérlek nyisd meg a szobát"</string>
<string name="notification_invitation_action_join">"Csatlakozás"</string>
<string name="notification_invitation_action_reject">"Elutasítás"</string>
<string name="notification_invite_body">"Meghívta, hogy csevegjen"</string>
<string name="notification_mentioned_you_body">"Megemlítette Önt: %1$s"</string>
<string name="notification_new_messages">"Új üzenetek"</string>
<string name="notification_reaction_body">"Ezzel reagált: %1$s"</string>
<string name="notification_room_action_mark_as_read">"Megjelölés olvasottként"</string>
<string name="notification_room_invite_body">"Meghívta, hogy csatlakozzon a szobához"</string>
<string name="notification_room_invite_body">"Meghívott, hogy csatlakozz a szobához"</string>
<string name="notification_sender_me">"Én"</string>
<string name="notification_test_push_notification_content">"Az értesítést nézed! Kattints ide!"</string>
<string name="notification_ticker_text_dm">"%1$s: %2$s"</string>
@ -49,5 +47,6 @@
<string name="push_distributor_firebase_android">"Google szolgáltatások"</string>
<string name="push_no_valid_google_play_services_apk_android">"A Google Play szolgáltatások nem találhatók. Előfordulhat, hogy az értesítések nem működnek megfelelően."</string>
<string name="notification_fallback_content">"Értesítés"</string>
<string name="notification_invitation_action_join">"Csatlakozás"</string>
<string name="notification_room_action_quick_reply">"Gyors válasz"</string>
</resources>

View file

@ -5,13 +5,11 @@
<string name="notification_channel_noisy">"Pemberitahuan berisik"</string>
<string name="notification_channel_silent">"Pemberitahuan diam"</string>
<string name="notification_inline_reply_failed">"** Gagal mengirim — silakan buka ruangan"</string>
<string name="notification_invitation_action_join">"Bergabung"</string>
<string name="notification_invitation_action_reject">"Tolak"</string>
<string name="notification_invite_body">"Mengundang Anda untuk mengobrol"</string>
<string name="notification_mentioned_you_body">"Menyebutkan Anda: %1$s"</string>
<string name="notification_new_messages">"Pesan Baru"</string>
<string name="notification_reaction_body">"Menghapus dengan %1$s"</string>
<string name="notification_room_action_mark_as_read">"Tandai sebagai dibaca"</string>
<string name="notification_room_invite_body">"Mengundang Anda untuk bergabung ke ruangan"</string>
<string name="notification_sender_me">"Saya"</string>
<string name="notification_test_push_notification_content">"Anda sedang melihat pemberitahuan ini! Klik saya!"</string>
@ -43,5 +41,6 @@
<string name="push_distributor_firebase_android">"Layanan Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Tidak ditemukan Layanan Google Play yang valid. Pemberitahuan mungkin tidak berfungsi dengan baik."</string>
<string name="notification_fallback_content">"Notifikasi"</string>
<string name="notification_invitation_action_join">"Gabung"</string>
<string name="notification_room_action_quick_reply">"Balas cepat"</string>
</resources>

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="notification_channel_call">"Chiamata"</string>
<string name="notification_channel_listening_for_events">"Ascolto degli eventi"</string>
<string name="notification_channel_noisy">"Notifiche con suono"</string>
<string name="notification_channel_silent">"Notifiche silenziose"</string>
<string name="notification_inline_reply_failed">"** Invio fallito - si prega di aprire la stanza"</string>
<string name="notification_invitation_action_join">"Entra"</string>
<string name="notification_invitation_action_reject">"Rifiuta"</string>
<string name="notification_invite_body">"Ti ha invitato a chattare"</string>
<string name="notification_mentioned_you_body">"Ti ha menzionato: %1$s"</string>
<string name="notification_new_messages">"Nuovi messaggi"</string>
<string name="notification_reaction_body">"Ha reagito con %1$s"</string>
<string name="notification_room_action_mark_as_read">"Segna come letto"</string>
<string name="notification_room_invite_body">"Ti ha invitato ad entrare nella stanza"</string>
<string name="notification_sender_me">"Io"</string>
<string name="notification_test_push_notification_content">"Stai visualizzando la notifica! Cliccami!"</string>
@ -47,5 +47,7 @@
<string name="push_distributor_firebase_android">"Servizi Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Google Play Services non trovato. Le notifiche non funzioneranno bene."</string>
<string name="notification_fallback_content">"Notifica"</string>
<string name="notification_invitation_action_join">"Entra"</string>
<string name="notification_room_action_mark_as_read">"Segna come letto"</string>
<string name="notification_room_action_quick_reply">"Risposta rapida"</string>
</resources>

View file

@ -5,12 +5,10 @@
<string name="notification_channel_noisy">"Notificări zgomotoase"</string>
<string name="notification_channel_silent">"Notificări silențioase"</string>
<string name="notification_inline_reply_failed">"** Trimiterea eșuată - vă rugăm să deschideți camera"</string>
<string name="notification_invitation_action_join">"Alăturați-vă"</string>
<string name="notification_invitation_action_reject">"Respingeți"</string>
<string name="notification_invite_body">"V-a invitat la o discuție"</string>
<string name="notification_new_messages">"Mesaje noi"</string>
<string name="notification_reaction_body">"A reacționat cu %1$s"</string>
<string name="notification_room_action_mark_as_read">"Marcați ca citit"</string>
<string name="notification_room_invite_body">"V-a invitat să vă alăturați camerei"</string>
<string name="notification_sender_me">"Eu"</string>
<string name="notification_test_push_notification_content">"Vizualizați o notificare! Faceți clic pe mine!"</string>

View file

@ -5,13 +5,11 @@
<string name="notification_channel_noisy">"Шумные уведомления"</string>
<string name="notification_channel_silent">"Бесшумные уведомления"</string>
<string name="notification_inline_reply_failed">"** Не удалось отправить - пожалуйста, откройте комнату"</string>
<string name="notification_invitation_action_join">"Присоединиться"</string>
<string name="notification_invitation_action_reject">"Отклонить"</string>
<string name="notification_invite_body">"Пригласил вас в чат"</string>
<string name="notification_mentioned_you_body">"Упомянул вас: %1$s"</string>
<string name="notification_new_messages">"Новые сообщения"</string>
<string name="notification_reaction_body">"Отреагировал на %1$s"</string>
<string name="notification_room_action_mark_as_read">"Отметить как прочитанное"</string>
<string name="notification_room_invite_body">"Пригласил вас в комнату"</string>
<string name="notification_sender_me">"Я"</string>
<string name="notification_test_push_notification_content">"Вы просматриваете уведомление! Нажмите на меня!"</string>
@ -55,5 +53,7 @@
<string name="push_distributor_firebase_android">"Сервисы Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Не найдены действующие службы Google Play. Уведомления могут работать некорректно."</string>
<string name="notification_fallback_content">"Уведомление"</string>
<string name="notification_invitation_action_join">"Присоединиться"</string>
<string name="notification_room_action_mark_as_read">"Пометить как прочитанное"</string>
<string name="notification_room_action_quick_reply">"Быстрый ответ"</string>
</resources>

View file

@ -5,13 +5,11 @@
<string name="notification_channel_noisy">"Hlasité oznámenia"</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_invite_body">"Vás pozval/a na konverzáciu"</string>
<string name="notification_mentioned_you_body">"Spomenul/a vás: %1$s"</string>
<string name="notification_new_messages">"Nové správy"</string>
<string name="notification_reaction_body">"Reagoval/a s %1$s"</string>
<string name="notification_room_action_mark_as_read">"Označiť ako prečítané"</string>
<string name="notification_room_invite_body">"Vás pozval do miestnosti"</string>
<string name="notification_sender_me">"Ja"</string>
<string name="notification_test_push_notification_content">"Prezeráte si oznámenie! Kliknite na mňa!"</string>
@ -55,5 +53,6 @@
<string name="push_distributor_firebase_android">"Služby Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Nenašli sa žiadne platné služby Google Play. Oznámenia nemusia fungovať správne."</string>
<string name="notification_fallback_content">"Oznámenie"</string>
<string name="notification_invitation_action_join">"Pripojiť sa"</string>
<string name="notification_room_action_quick_reply">"Rýchla odpoveď"</string>
</resources>

View file

@ -3,13 +3,11 @@
<string name="notification_channel_call">"通話"</string>
<string name="notification_channel_silent">"無聲通知"</string>
<string name="notification_inline_reply_failed">"** 無法傳送,請開啟聊天室"</string>
<string name="notification_invitation_action_join">"加入"</string>
<string name="notification_invitation_action_reject">"拒絕"</string>
<string name="notification_invite_body">"邀請您聊天"</string>
<string name="notification_mentioned_you_body">"提及您:%1$s"</string>
<string name="notification_new_messages">"新訊息"</string>
<string name="notification_reaction_body">"回應 %1$s"</string>
<string name="notification_room_action_mark_as_read">"標示為已讀"</string>
<string name="notification_room_invite_body">"邀請您加入聊天室"</string>
<string name="notification_sender_me">"我"</string>
<string name="notification_test_push_notification_content">"您正在查看通知!點我!"</string>
@ -34,5 +32,6 @@
<string name="push_distributor_background_sync_android">"背景同步"</string>
<string name="push_distributor_firebase_android">"Google 服務"</string>
<string name="notification_fallback_content">"通知"</string>
<string name="notification_invitation_action_join">"加入"</string>
<string name="notification_room_action_quick_reply">"快速回覆"</string>
</resources>

View file

@ -5,13 +5,11 @@
<string name="notification_channel_noisy">"Noisy notifications"</string>
<string name="notification_channel_silent">"Silent notifications"</string>
<string name="notification_inline_reply_failed">"** Failed to send - please open room"</string>
<string name="notification_invitation_action_join">"Join"</string>
<string name="notification_invitation_action_reject">"Reject"</string>
<string name="notification_invite_body">"Invited you to chat"</string>
<string name="notification_mentioned_you_body">"Mentioned you: %1$s"</string>
<string name="notification_new_messages">"New Messages"</string>
<string name="notification_reaction_body">"Reacted with %1$s"</string>
<string name="notification_room_action_mark_as_read">"Mark as read"</string>
<string name="notification_room_invite_body">"Invited you to join the room"</string>
<string name="notification_sender_me">"Me"</string>
<string name="notification_test_push_notification_content">"You are viewing the notification! Click me!"</string>
@ -49,5 +47,7 @@
<string name="push_distributor_firebase_android">"Google Services"</string>
<string name="push_no_valid_google_play_services_apk_android">"No valid Google Play Services found. Notifications may not work properly."</string>
<string name="notification_fallback_content">"Notification"</string>
<string name="notification_invitation_action_join">"Join"</string>
<string name="notification_room_action_mark_as_read">"Mark as read"</string>
<string name="notification_room_action_quick_reply">"Quick reply"</string>
</resources>