Sync Strings from Localazy (#4677)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2025-05-05 12:11:22 +02:00 committed by GitHub
parent 0976c7fae0
commit bfa05ece67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
104 changed files with 1315 additions and 908 deletions

View file

@ -6,7 +6,7 @@
<string name="notification_channel_ringing_calls">"زنگ خوردن تماس"</string>
<string name="notification_channel_silent">"اعلان‌های صامت"</string>
<string name="notification_fallback_content">"آگاهی"</string>
<string name="notification_incoming_call">"تماس ورودی"</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>
@ -14,6 +14,10 @@
<string name="notification_invite_body_with_sender">"%1$s به گپ دعوتتان کرد"</string>
<string name="notification_mentioned_you_body">"به شما اشاره کرد: %1$s"</string>
<string name="notification_new_messages">"پیام جدید"</string>
<plurals name="notification_new_messages_for_room">
<item quantity="one">"%d پیام جدید"</item>
<item quantity="other">"%d پیام جدید"</item>
</plurals>
<string name="notification_reaction_body">"با %1$s واکنش داد"</string>
<string name="notification_room_action_mark_as_read">"علامت‌گذاری به عنوان خوانده شده"</string>
<string name="notification_room_action_quick_reply">"پاسخ سریع"</string>