Sync Strings from Localazy (#5782)
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
This commit is contained in:
parent
16e4c93729
commit
703496e059
153 changed files with 1461 additions and 1387 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<item quantity="one">"%d notification"</item>
|
||||
<item quantity="other">"%d notifications"</item>
|
||||
</plurals>
|
||||
<string name="notification_error_unified_push_unregistered_android">"Le distributeur de notifications UnifiedPush n’a pas pu être enregistré, vous ne recevrez donc plus de notifications. Veuillez vérifier les paramètres de notification de l’application et l’état du distributeur."</string>
|
||||
<string name="notification_fallback_content">"Vous avez de nouveau(x) message(s)."</string>
|
||||
<string name="notification_incoming_call">"📹 Appel entrant"</string>
|
||||
<string name="notification_inline_reply_failed">"** Échec de l’envoi - veuillez ouvrir le salon"</string>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<string name="notification_room_invite_body">"Ti ha invitato ad entrare nella stanza"</string>
|
||||
<string name="notification_room_invite_body_with_sender">"%1$s ti ha invitato a unirti alla stanza"</string>
|
||||
<string name="notification_sender_me">"Io"</string>
|
||||
<string name="notification_sender_mention_reply">"%1$s è stato menzionato o risposto"</string>
|
||||
<string name="notification_sender_mention_reply">"%1$s ti ha menzionato o risposto"</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>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<item quantity="few">"%d уведомления"</item>
|
||||
<item quantity="many">"%d уведомлений"</item>
|
||||
</plurals>
|
||||
<string name="notification_error_unified_push_unregistered_android">"Не удалось зарегистрировать дистрибьютора уведомлений UnifiedPush, поэтому вы больше не будете получать уведомления. Проверьте настройки уведомлений в приложении и статус дистрибьютора push-уведомлений."</string>
|
||||
<string name="notification_fallback_content">"У вас есть новые сообщения."</string>
|
||||
<string name="notification_incoming_call">"📹 Входящий вызов"</string>
|
||||
<string name="notification_inline_reply_failed">"** Не удалось отправить - пожалуйста, откройте комнату"</string>
|
||||
|
|
@ -42,6 +43,7 @@
|
|||
<string name="notification_sender_me">"Я"</string>
|
||||
<string name="notification_sender_mention_reply">"%1$s упомянул или ответил"</string>
|
||||
<string name="notification_test_push_notification_content">"Вы просматриваете уведомление! Нажмите на меня!"</string>
|
||||
<string name="notification_thread_in_room">"Ветка обсуждения в %1$s"</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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue