Sync Strings (#6435)

* Sync Strings from Localazy

* Sync strings.

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
ElementBot 2026-03-23 19:05:26 +01:00 committed by GitHub
parent 1901df0154
commit 7179ca867c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
77 changed files with 1295 additions and 1281 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="screen_join_room_ban_by_message">"%1$s 에 의해 이 방에서 퇴장당했습니다."</string>
<string name="screen_join_room_ban_message">"당신은 이 방에서 차단되었습니다"</string>
<string name="screen_join_room_ban_by_message">"%1$s님에 의해 차단되었습니다."</string>
<string name="screen_join_room_ban_message">"당신은 차단되었습니다"</string>
<string name="screen_join_room_ban_reason">"이유: %1$s."</string>
<string name="screen_join_room_cancel_knock_action">"요청 취소"</string>
<string name="screen_join_room_cancel_knock_alert_confirmation">"네, 취소합니다"</string>
@ -12,9 +12,9 @@
<string name="screen_join_room_decline_and_block_alert_title">"초대 거부 및 차단"</string>
<string name="screen_join_room_decline_and_block_button_title">"거부 및 차단"</string>
<string name="screen_join_room_fail_message">"방에 참여하는데 실패했습니다."</string>
<string name="screen_join_room_fail_reason">"이 방은 초대 전용이거나 스페이스 수준에서 액세스 제한이 있을 수 있습니다."</string>
<string name="screen_join_room_forget_action">"이 방 지우기"</string>
<string name="screen_join_room_invite_required_message">"이 방에 참여하려면 초대장이 필요합니다."</string>
<string name="screen_join_room_fail_reason">"초대가 필요하거나 참여 조건에 제한이 있을 수 있습니다."</string>
<string name="screen_join_room_forget_action">"지우기"</string>
<string name="screen_join_room_invite_required_message">"참여하려면 초대가 필요합니다."</string>
<string name="screen_join_room_invited_by">"초대자"</string>
<string name="screen_join_room_join_action">"참가하기"</string>
<string name="screen_join_room_join_restricted_message">"참여하려면 초대 또는 스페이스의 회원이어야 할 수 있습니다."</string>