Merge pull request #6658 from element-hq/sync-localazy

Sync Strings
This commit is contained in:
ElementBot 2026-04-27 09:17:54 +02:00 committed by GitHub
parent 3c51732d35
commit 9a2ad3928a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
358 changed files with 2386 additions and 2154 deletions

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="leave_conversation_alert_subtitle">"您确定要离开此对话吗?此对话不公开,未经邀请您将无法重新加入。"</string>
<string name="leave_room_alert_empty_subtitle">"确定要离开此聊天室吗?此处只有你一个人。如果离开此聊天室,包括你在内的所有人都将无法进入。"</string>
<string name="leave_room_alert_private_subtitle">"确定要离开此聊天室吗?此聊天室不公开,没有邀请你将无法重新加入。"</string>
<string name="leave_conversation_alert_subtitle">"你确定要离开此对话?此对话不公开,你将无法在未经邀请的情况下重新加入。"</string>
<string name="leave_room_alert_empty_subtitle">"确定要离开此房间?此处只有你一个人。如果离开,包括你在内的所有人都将无法加入。"</string>
<string name="leave_room_alert_private_subtitle">"确定要离开此房间吗?此房间不公开,没有邀请你将无法重新加入。"</string>
<string name="leave_room_alert_select_new_owner_action">"选择所有者"</string>
<string name="leave_room_alert_select_new_owner_subtitle">"您是本房间的唯一所有者。离开房间前,您需要将所有权转移给他人。"</string>
<string name="leave_room_alert_select_new_owner_subtitle">"你是此房间的唯一所有者。离开前需要转让所有权给他人。"</string>
<string name="leave_room_alert_select_new_owner_title">"转让所有权"</string>
<string name="leave_room_alert_subtitle">"确定要离开聊天室吗"</string>
<string name="leave_room_alert_subtitle">"确定要离开房间"</string>
</resources>