Sync Strings (#2230)

Co-authored-by: bmarty <bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2024-01-15 08:21:04 +00:00 committed by GitHub
parent 4a7b04524a
commit 6bc080c279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 580 additions and 63 deletions

View file

@ -4,7 +4,7 @@
<string name="notification_channel_listening_for_events">"Események figyelése"</string>
<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 nyissa meg a szobát"</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>
@ -14,7 +14,7 @@
<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_sender_me">"Én"</string>
<string name="notification_test_push_notification_content">"Az értesítést nézi! Kattintson ide!"</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>
<string name="notification_ticker_text_group">"%1$s: %2$s %3$s"</string>
<string name="notification_unread_notified_messages_and_invitation">"%1$s és %2$s"</string>
@ -44,7 +44,7 @@
<item quantity="one">"%d szoba"</item>
<item quantity="other">"%d szoba"</item>
</plurals>
<string name="push_choose_distributor_dialog_title_android">"Válassza ki az értesítések fogadásának módját"</string>
<string name="push_choose_distributor_dialog_title_android">"Válaszd ki az értesítések fogadásának módját"</string>
<string name="push_distributor_background_sync_android">"Háttérszinkronizálás"</string>
<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>

View file

@ -1,5 +1,51 @@
<?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_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>
<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 e %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 e %3$s"</string>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="one">"%1$s: %2$d messaggio"</item>
<item quantity="other">"%1$s: %2$d messaggi"</item>
</plurals>
<plurals name="notification_compat_summary_title">
<item quantity="one">"%d notifica"</item>
<item quantity="other">"%d notifiche"</item>
</plurals>
<plurals name="notification_invitations">
<item quantity="one">"%d invito"</item>
<item quantity="other">"%d inviti"</item>
</plurals>
<plurals name="notification_new_messages_for_room">
<item quantity="one">"%d nuovo messaggio"</item>
<item quantity="other">"%d nuovi messaggi"</item>
</plurals>
<plurals name="notification_unread_notified_messages">
<item quantity="one">"%d messaggio notificato non letto"</item>
<item quantity="other">"%d messaggi notificati non letti"</item>
</plurals>
<plurals name="notification_unread_notified_messages_in_room_rooms">
<item quantity="one">"%d stanza"</item>
<item quantity="other">"%d stanze"</item>
</plurals>
<string name="push_choose_distributor_dialog_title_android">"Scegli come ricevere le notifiche"</string>
<string name="push_distributor_background_sync_android">"Sincronizzazione in background"</string>
<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_room_action_quick_reply">"Risposta rapida"</string>
</resources>