Sync Strings from Localazy

This commit is contained in:
bmarty 2024-08-19 00:25:36 +00:00 committed by github-actions[bot]
parent 21f2c5a231
commit 3e67448006
147 changed files with 1827 additions and 790 deletions

View file

@ -3,6 +3,7 @@
<string name="notification_channel_call">"Anruf"</string>
<string name="notification_channel_listening_for_events">"Auf Ereignisse achten"</string>
<string name="notification_channel_noisy">"Laute Benachrichtigungen"</string>
<string name="notification_channel_ringing_calls">"Klingelnde Anrufe"</string>
<string name="notification_channel_silent">"Stumme Benachrichtigungen"</string>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="one">"%1$s: %2$d Nachricht"</item>
@ -13,6 +14,7 @@
<item quantity="other">"%d Mitteilungen"</item>
</plurals>
<string name="notification_fallback_content">"Mitteilung"</string>
<string name="notification_incoming_call">"Eingehender Anruf"</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>

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">"Bellen"</string>
<string name="notification_channel_listening_for_events">"Wachten op gebeurtenissen"</string>
<string name="notification_channel_noisy">"Luide meldingen"</string>
<string name="notification_channel_silent">"Stille meldingen"</string>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="one">"%1$s: %2$d bericht"</item>
<item quantity="other">"%1$s: %2$d berichten"</item>
</plurals>
<plurals name="notification_compat_summary_title">
<item quantity="one">"%d melding"</item>
<item quantity="other">"%d meldingen"</item>
</plurals>
<string name="notification_fallback_content">"Melding"</string>
<string name="notification_inline_reply_failed">"** Verzenden is mislukt - open de kamer"</string>
<string name="notification_invitation_action_join">"Deelnemen"</string>
<string name="notification_invitation_action_reject">"Afwijzen"</string>
<plurals name="notification_invitations">
<item quantity="one">"%d uitnodiging"</item>
<item quantity="other">"%d uitnodigingen"</item>
</plurals>
<string name="notification_invite_body">"Nodigde je uit om te chatten"</string>
<string name="notification_new_messages">"Nieuwe berichten"</string>
<plurals name="notification_new_messages_for_room">
<item quantity="one">"%d nieuw bericht"</item>
<item quantity="other">"%d nieuwe berichten"</item>
</plurals>
<string name="notification_reaction_body">"Reageerde met %1$s"</string>
<string name="notification_room_action_quick_reply">"Snel antwoord"</string>
<string name="notification_room_invite_body">"Nodigde je uit om tot de kamer toe te treden"</string>
<string name="notification_sender_me">"Mij"</string>
<string name="notification_test_push_notification_content">"Je bekijkt de melding! Klik hier!"</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>
<plurals name="notification_unread_notified_messages">
<item quantity="one">"%d ongelezen bericht met melding"</item>
<item quantity="other">"%d ongelezen berichten met melding"</item>
</plurals>
<string name="notification_unread_notified_messages_and_invitation">"%1$s en %2$s"</string>
<string name="notification_unread_notified_messages_in_room">"%1$s in %2$s"</string>
<string name="notification_unread_notified_messages_in_room_and_invitation">"%1$s in %2$s en %3$s"</string>
<plurals name="notification_unread_notified_messages_in_room_rooms">
<item quantity="one">"%d kamer"</item>
<item quantity="other">"%d kamers"</item>
</plurals>
<string name="push_distributor_background_sync_android">"Achtergrondsynchronisatie"</string>
<string name="push_distributor_firebase_android">"Google-services"</string>
<string name="push_no_valid_google_play_services_apk_android">"Geen geldige Google Play-services gevonden. Meldingen werken mogelijk niet goed."</string>
</resources>

View file

@ -3,6 +3,7 @@
<string name="notification_channel_call">"通话"</string>
<string name="notification_channel_listening_for_events">"监听事件"</string>
<string name="notification_channel_noisy">"嘈杂通知"</string>
<string name="notification_channel_ringing_calls">"来电振铃"</string>
<string name="notification_channel_silent">"静默通知"</string>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="other">"%1$s%2$d 条消息"</item>
@ -11,6 +12,7 @@
<item quantity="other">"%d 条通知"</item>
</plurals>
<string name="notification_fallback_content">"通知"</string>
<string name="notification_incoming_call">"来电"</string>
<string name="notification_inline_reply_failed">"** 无法发送——请打开房间"</string>
<string name="notification_invitation_action_join">"加入"</string>
<string name="notification_invitation_action_reject">"拒绝"</string>