Merge pull request #370 from vector-im/sync-localazy

Sync Strings
This commit is contained in:
Benoit Marty
2023-05-02 17:45:50 +02:00
committed by GitHub
8 changed files with 16 additions and 18 deletions

View File

@@ -7,6 +7,7 @@
<string name="notification_room_action_mark_as_read">"Als gelesen markieren"</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 und %2$s"</string>
<string name="notification_unread_notified_messages_in_room_and_invitation">"%1$s in %2$s und %3$s"</string>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="one">"%1$s: %2$d Nachricht"</item>

View File

@@ -18,32 +18,26 @@
<string name="notification_unread_notified_messages_in_room_and_invitation">"%1$s în %2$s și %3$s"</string>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="one">"%1$s: %2$d mesaj"</item>
<item quantity="few"></item>
<item quantity="other">"%1$s: %2$d mesaje"</item>
</plurals>
<plurals name="notification_compat_summary_title">
<item quantity="one">"%d notificare"</item>
<item quantity="few"></item>
<item quantity="other">"%d notificări"</item>
</plurals>
<plurals name="notification_invitations">
<item quantity="one">"%d invitație"</item>
<item quantity="few"></item>
<item quantity="other">"%d invitații"</item>
</plurals>
<plurals name="notification_new_messages_for_room">
<item quantity="one">"%d mesaj nou"</item>
<item quantity="few"></item>
<item quantity="other">"%d mesaje noi"</item>
</plurals>
<plurals name="notification_unread_notified_messages">
<item quantity="one">"%d mesaj notificat necitit"</item>
<item quantity="few"></item>
<item quantity="other">"%d mesaje notificate necitite"</item>
</plurals>
<plurals name="notification_unread_notified_messages_in_room_rooms">
<item quantity="one">"%d cameră"</item>
<item quantity="few"></item>
<item quantity="other">"%d camere"</item>
</plurals>
<string name="push_choose_distributor_dialog_title_android">"Alegeți modul de primire a notificărilor"</string>
@@ -51,4 +45,4 @@
<string name="push_distributor_firebase_android">"Servicii Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Nu au fost găsite servicii Google Play valide. Este posibil ca notificările să nu funcționeze corect."</string>
<string name="notification_room_action_quick_reply">"Raspuns rapid"</string>
</resources>
</resources>