[create-pull-request] automated change (#32913)

Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
This commit is contained in:
ElementRobot
2026-03-25 06:45:33 +00:00
committed by GitHub
co-authored by t3chguy
parent f1058cfc9b
commit e3456a7d1e
3 changed files with 37 additions and 4 deletions
+15 -1
View File
@@ -746,6 +746,7 @@
"category_other": "기타",
"category_room": "방",
"caution_colon": "주의:",
"checking_sticky_events_support": "고정 이벤트(Sticky events) 지원 여부 확인 중...",
"client_versions": "클라이언트 버전",
"crypto": {
"4s_public_key_in_account_data": "계정 데이터",
@@ -804,13 +805,18 @@
"edit_setting": "설정 편집",
"edit_values": "값 편집",
"empty_string": "<empty string>",
"error_sticky_duration_must_be_a_number": "stickyDuration 값은 숫자여야 합니다",
"error_sticky_duration_out_of_range": "stickyDuration 값은 0에서 36,000밀리초(1시간) 사이여야 합니다",
"event_content": "이벤트 내용",
"event_id": "이벤트 ID:%(eventId)s",
"event_sent": "이벤트를 보냈습니다!",
"event_type": "이벤트 종류",
"expired": "만료됨",
"expires_in": "만료까지",
"explore_account_data": "계정 데이터 탐색",
"explore_room_account_data": "방 계정 데이터 탐색",
"explore_room_state": "방 상태 탐색",
"explore_sticky_state": "고정 상태(Sticky state) 탐색",
"failed_to_find_widget": "이 위젯을 찾는 과정에서 오류가 발생했습니다.",
"failed_to_load": "불러 오지 못했습니다",
"failed_to_save": "설정 저장에 실패했습니다.",
@@ -824,6 +830,7 @@
"main_timeline": "주 타임라인",
"manual_device_verification": "수동 기기 검증",
"no_receipt_found": "영수증을 찾을 수 없습니다",
"no_sticky_events": "이 방에 고정된 이벤트가 없습니다.",
"notification_state": "알림 상태는 <strong>%(notificationState)s</strong>",
"notifications_debug": "알림 디버그",
"number_of_users": "사용자 수",
@@ -849,6 +856,7 @@
"send_custom_account_data_event": "사용자 지정 계정 데이터 이벤트 전송",
"send_custom_room_account_data_event": "사용자 지정 방 계정 데이터 이벤트 전송",
"send_custom_state_event": "사용자 정의 상태 이벤트 전송",
"send_custom_sticky_event": "사용자 정의 고정 이벤트 보내기",
"send_custom_timeline_event": "사용자 지정 타임라인 이벤트 보내기",
"server_info": "서버 정보",
"server_versions": "서버 버전",
@@ -867,6 +875,9 @@
"other": "<%(count)s 스페이스>"
},
"state_key": "상태 키",
"sticky_duration": "고정 유지 시간 (ms)",
"sticky_events_not_supported": "현재 사용 중인 홈서버가 아직 고정 이벤트를 지원하지 않습니다.",
"sticky_key": "고정 키",
"thread_root_id": "스레드 Root ID: %(threadRootId)s",
"threads_timeline": "스레드 타임라인",
"title": "개발자 도구",
@@ -953,7 +964,7 @@
"event_shield_reason_unverified_identity": "검증되지 않은 사용자에 의해 암호화되었습니다.",
"export_unsupported": "필요한 암호화 확장 기능을 브라우저가 지원하지 않습니다",
"forgot_recovery_key": "복구 키를 잊으셨나요?",
"identity_needs_reset_description": "메시지 기록에 접근하려면 암호화 신원을 재설정해야 합니다.",
"identity_needs_reset_description": "대화 기록에 대한 접근 권한을 유지하려면 디지털 신원을 재설정해야 합니다.",
"import_invalid_keyfile": "올바른 %(brand)s 열쇠 파일이 아닙니다",
"import_invalid_passphrase": "인증 확인 실패: 비밀번호를 틀리셨나요?",
"key_storage_out_of_sync": "키 저장소가 동기화되지 않았습니다.",
@@ -2313,6 +2324,7 @@
"join_rule_invite_description": "초대한 경우에만 참여할 수 있습니다.",
"join_rule_knock": "참가 요청",
"join_rule_knock_description": "접근 권한이 부여되지 않으면 사람들은 참여할 수 없습니다.",
"join_rule_public": "누구나",
"join_rule_public_description": "누구나 참여 가능",
"join_rule_restricted": "스페이스 멤버 목록",
"join_rule_restricted_description": "승인된 스페이스의 멤버라면 초대 없이도 참여할 수 있습니다. <a>스페이스 관리</a>",
@@ -3413,6 +3425,8 @@
"accepted_invite": "%(targetName)s님이 초대를 수락했습니다.",
"ban": "%(senderName)s님이 사용자를 차단했습니다",
"ban_reason": "%(senderName)s님이 사용자를 차단했습니다: %(reason)s",
"ban_reason_spoiler": "%(senderName)s님이 <user/>님을 차단했습니다: %(reason)s",
"ban_spoiler": "%(senderName)s님이 <user/>님을 차단했습니다",
"change_avatar": "%(senderName)s님이 프로필 사진을 변경했습니다",
"change_name": "%(oldDisplayName)s님이 표시이름을 %(displayName)s(으)로 변경했습니다",
"change_name_avatar": "%(oldDisplayName)s님이 디스플레이 이름과 프로필 사진을 변경했습니다",