Sync Strings - add translations to Finnish (#3883)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2024-11-18 11:37:17 +00:00 committed by GitHub
parent 86132dd3e4
commit 411895456b
223 changed files with 2783 additions and 1162 deletions

View file

@ -1,7 +1,7 @@
<?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_room_alert_subtitle">"确定要离开房间吗?"</string>
<string name="leave_room_alert_empty_subtitle">"确定要离开此聊天室吗?此处只有你一个人。如果离开此聊天室,包括你在内的所有人都将无法进入。"</string>
<string name="leave_room_alert_private_subtitle">"确定要离开此聊天室吗?此聊天室不公开,没有邀请你将无法重新加入。"</string>
<string name="leave_room_alert_subtitle">"确定要离开聊天室吗?"</string>
</resources>