Sync Strings from Localazy

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

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>