From 3990de8932625de9ac8bbd58cc310cd1eaa35f68 Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Mon, 1 Dec 2025 14:30:10 +0100 Subject: [PATCH] Translations update from Mattermost Weblate (#9323) * Translated using Weblate (Korean) Currently translated at 93.8% (1377 of 1468 strings) Translation: Mattermost/mattermost-mobile-v2 Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ko/ * Translated using Weblate (Portuguese) Currently translated at 28.5% (419 of 1468 strings) Translation: Mattermost/mattermost-mobile-v2 Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pt/ --------- Co-authored-by: Tom De Moor Co-authored-by: Manuela Silva --- assets/base/i18n/ko.json | 222 +++++++++++++++++++-------------------- assets/base/i18n/pt.json | 11 +- 2 files changed, 121 insertions(+), 112 deletions(-) diff --git a/assets/base/i18n/ko.json b/assets/base/i18n/ko.json index a49ca1667..b01c4245c 100644 --- a/assets/base/i18n/ko.json +++ b/assets/base/i18n/ko.json @@ -28,58 +28,58 @@ "announcment_banner.okay": "확인", "api.channel.add_guest.added": "{username}님이 {addedUsername}님을 채널에 게스트로 추가했습니다.", "api.channel.add_member.added": "{username}님이 {addedUsername}님을 채널에 추가했습니다.", - "api.channel.guest_join_channel.post_and_forget": "{username}님이 채널에 게스트로 들어왔습니다.", + "api.channel.guest_join_channel.post_and_forget": "{username}이(가) 게스트로 채널에 참여했습니다.", "apps.binding.default_button_name": "확인", "apps.error": "오류: {error}", - "apps.error.command.field_missing": "필수 항목 누락: `{fieldName}`.", - "apps.error.command.same_channel": "`{fieldName}` 필드에 대해 채널이 반복됨: `{option}`.", - "apps.error.command.same_option": "`{fieldName}` 필드에 대해 옵션이 반복됨: `{option}`.", - "apps.error.command.same_user": "`{fieldName}` 필드에 대해 사용자가 반복됨: `{option}`.", - "apps.error.command.unknown_channel": "`{fieldName}`필드에 대해 알 수 없는 채널: `{option}`.", - "apps.error.command.unknown_option": "`{fieldName}`필드에 대해 알 수 없는 옵션: `{option}`.", - "apps.error.command.unknown_user": "`{fieldName}`필드에 대해 알 수 없는 사용자: `{option}`.", + "apps.error.command.field_missing": "필수 필드 누락: `{fieldName}`.", + "apps.error.command.same_channel": "필드 `{fieldName}`에서 채널이 반복 지정되었습니다: `{option}`.", + "apps.error.command.same_option": "필드 `{fieldName}` 에서 옵션이 반복 지정되었습니다: `{option}`.", + "apps.error.command.same_user": "필드 `{fieldName}` 에서 사용자가 반복 지정되었습니다: `{option}`.", + "apps.error.command.unknown_channel": "`{fieldName}` 필드에 대한 알 수 없는 채널: `{option}`.", + "apps.error.command.unknown_option": "`{fieldName}` 필드에 대한 알 수 없는 옵션: `{option}`.", + "apps.error.command.unknown_user": "`{fieldName}` 필드의 알 수 없는 사용자: `{option}`.", "apps.error.form.no_form": "`form`이 정의되지 않았습니다.", - "apps.error.form.no_lookup": "`lookup`이 정의되지 않았습니다.", - "apps.error.form.no_source": "`source`가 정의되지 않았습니다.", + "apps.error.form.no_lookup": "`lookup` 이 정의되어 있지 않습니다.", + "apps.error.form.no_source": "`source` 가 정의되어 있지 않습니다.", "apps.error.form.no_submit": "`submit`이 정의되어 있지 않습니다", "apps.error.form.refresh": "선택한 항목을 가져오는 동안 오류가 발생했습니다. 앱 개발자에게 문의하세요. 세부정보: {details}", - "apps.error.form.refresh_no_refresh": "새로고침이 없는 필드에서 새로고침을 호출했습니다.", - "apps.error.form.submit.pretext": "모달 제출 중 오류가 발생했습니다. 앱 개발자에게 문의하세요. 자세한 사항: {details}", - "apps.error.lookup.error_preparing_request": "lookup 요청 준비 중 오류: {errorMessage}", - "apps.error.malformed_binding": "이 바인딩이 제대로 갖춰지지 않았습니다. 앱 개발자에게 문의하세요.", + "apps.error.form.refresh_no_refresh": "새로고침이 불가능한 필드에 대해 새로고침을 실행합니다.", + "apps.error.form.submit.pretext": "모달을 제출하는 중에 오류가 발생했습니다. 앱 개발자에게 문의하세요. 세부정보: {details}", + "apps.error.lookup.error_preparing_request": "조회 요청을 준비하는 중 오류 발생: {errorMessage}", + "apps.error.malformed_binding": "바인딩이 제대로 형성되지 않았습니다. 앱 개발자에게 문의하십시오.", "apps.error.parser": "파싱 오류: {error}", "apps.error.parser.empty_value": "빈 값은 허용되지 않습니다.", - "apps.error.parser.execute_non_leaf": "서브 커맨드를 선택해야 합니다.", - "apps.error.parser.missing_binding": "커맨드 바인딩이 누락되었습니다.", + "apps.error.parser.execute_non_leaf": "하위 명령을 선택해야 합니다.", + "apps.error.parser.missing_binding": "커맨드 연결을 찾을 수 없습니다.", "apps.error.parser.missing_field_name": "'name' 필드가 누락되었습니다.", - "apps.error.parser.missing_field_value": "필드 값이 누락되었습니다..", - "apps.error.parser.missing_list_end": "종료되는 토큰의 예상목록입니다.", - "apps.error.parser.missing_quote": "입력을 마치기 전에 짝을 이루는 큰 따옴표가 있어야합니다.", - "apps.error.parser.missing_source": "폼이 submit 또는 source를 갖지 않았습니다.", - "apps.error.parser.missing_submit": "바인딩 또는 폼으로 제출 요청이 없습니다.", - "apps.error.parser.missing_tick": "입력을 마치기 전에 짝을 이루는 작은 따옴표가 있어야합니다.", - "apps.error.parser.multiple_equal": "여러개의 `=` 기호는 허용되지 않습니다.", + "apps.error.parser.missing_field_value": "필드 값이 누락되었습니다.", + "apps.error.parser.missing_list_end": "목록을 닫는 토큰이 필요합니다.", + "apps.error.parser.missing_quote": "입력 종료 전에 \"가 필요합니다.", + "apps.error.parser.missing_source": "양식이 제출되지 않았거나 원본이 없습니다.", + "apps.error.parser.missing_submit": "바인딩 또는 양식에 제출 호출이 없습니다.", + "apps.error.parser.missing_tick": "입력 종료 전에 '가 필요합니다.", + "apps.error.parser.multiple_equal": "'=' 기호는 여러 개 사용할 수 없습니다.", "apps.error.parser.no_argument_pos_x": "인수를 식별할 수 없습니다.", - "apps.error.parser.no_bindings": "커맨드 바인딩이 없습니다.", - "apps.error.parser.no_form": "폼이 없습니다.", - "apps.error.parser.no_match": "`{command}`: 이 워크스페이스에 일치하는 커맨드를 찾을 수 없습니다.", + "apps.error.parser.no_bindings": "바인딩 된 명령어가 없습니다.", + "apps.error.parser.no_form": "양식을 찾을 수 없습니다.", + "apps.error.parser.no_match": "`{command}`: 이 작업 공간에서 일치하는 명령어를 찾을 수 없습니다.", "apps.error.parser.no_slash_start": "커맨드는 반드시 `/`로 시작해야 합니다.", - "apps.error.parser.unexpected_character": "예상치 못한 문자입니다.", - "apps.error.parser.unexpected_comma": "예상치 못한 쉼표입니다.", - "apps.error.parser.unexpected_error": "예상치 못한 오류입니다.", - "apps.error.parser.unexpected_flag": "커맨드가 `{flagName}` 플래그를 허용하지 않습니다.", - "apps.error.parser.unexpected_squared_bracket": "예상치 못한 리스트 기호입니다.", - "apps.error.parser.unexpected_state": "연결할 수 없음: matchBinding에서 예상치 못한 상태: `{state}`.", - "apps.error.parser.unexpected_whitespace": "연결할 수 없음: 예상치 못한 공백입니다.", + "apps.error.parser.unexpected_character": "예기치 않은 문자.", + "apps.error.parser.unexpected_comma": "예기치 않은 콤마.", + "apps.error.parser.unexpected_error": "예기치 않은 오류입니다.", + "apps.error.parser.unexpected_flag": "명령어에서`{flagName}`플래그를 허용하지 않습니다.", + "apps.error.parser.unexpected_squared_bracket": "예기치 않은 목록이 열립니다.", + "apps.error.parser.unexpected_state": "연결할 수 없음: matchBinding에서 예기치 않은 상태: `{state}`.", + "apps.error.parser.unexpected_whitespace": "연결할 수 없음: 예기치 않은 공백입니다.", "apps.error.responses.form.no_form": "응답 유형이 `form`이지만 응답에 포함된 양식이 없습니다.", - "apps.error.responses.navigate.no_url": "응답 형태는 `navigate` 인데 응답에 URL을 포함하고 있지 않습니다.", - "apps.error.responses.unexpected_error": "예상치 못한 오류를 수신했습니다.", - "apps.error.responses.unexpected_type": "앱의 응답 형식이 예상과 다릅니다. 응답 형식: {type}", + "apps.error.responses.navigate.no_url": "응답 유형은 `navigate`이지만, URL이 포함되지 않았습니다.", + "apps.error.responses.unexpected_error": "예기치 않은 오류를 수신했습니다.", + "apps.error.responses.unexpected_type": "앱 응답 유형이 예상되지 않았습니다. 응답 유형: {type}", "apps.error.responses.unknown_field_error": "알 수 없는 항목 오류를 수신했습니다. 항목 이름: `{field}`. 오류: `{error}`.", - "apps.error.responses.unknown_type": "앱의 응답 형식이 지원되지 않는 형식입니다. 응답 형식: {type}.", + "apps.error.responses.unknown_type": "지원되지 않는 앱 응답 유형입니다. 응답 유형: {type}.", "apps.error.unknown": "알 수 없는 오류가 발생했습니다.", "apps.suggestion.dynamic.error": "동적 선택 오류", - "apps.suggestion.errors.parser_error": "파싱 오류r", + "apps.suggestion.errors.parser_error": "파싱 오류", "apps.suggestion.no_dynamic": "동적 제안에 대해 반환된 데이터가 없습니다", "apps.suggestion.no_static": "일치하는 옵션이 없습니다.", "apps.suggestion.no_suggestion": "일치하는 제안이 없습니다.", @@ -239,36 +239,36 @@ "channel_notification_preferences.unmute_content": "채널 음소거 해제", "combined_system_message.added_to_channel.many_expanded": "{actor}님이 {users}와 {lastUser}님을 **채널에 추가**했습니다.", "combined_system_message.added_to_channel.one": "{actor}님이 {firstUser}님을 **채널에 추가**했습니다.", - "combined_system_message.added_to_channel.one_you": "{actor}님이 당신을 **채널에 추가**했습니다.", + "combined_system_message.added_to_channel.one_you": "{actor}님이 당신을 **채널에 추가하였습니다**.", "combined_system_message.added_to_channel.two": "{actor}님이 {firstUser}, {secondUser}님을 **채널에 추가**했습니다.", "combined_system_message.added_to_team.many_expanded": "{actor}님이 {users}와 {lastUser}님을 **팀에 추가**했습니다.", "combined_system_message.added_to_team.one": "{actor}님이 {firstUser}님을 **팀에 추가**했습니다.", - "combined_system_message.added_to_team.one_you": "{actor}님이 당신을 **팀에 추가**했습니다.", + "combined_system_message.added_to_team.one_you": "{actor}님이 당신을 **팀에 추가하였습니다**.", "combined_system_message.added_to_team.two": "{actor}님이 {firstUser}, {secondUser}님을 **팀에 추가**했습니다.", - "combined_system_message.joined_channel.many_expanded": "{users}, {lastUser}님이 **채널에 가입**했습니다.", - "combined_system_message.joined_channel.one": "{firstUser}님이 **채널에 가입**했습니다.", - "combined_system_message.joined_channel.one_you": "**채널에 가입**했습니다.", - "combined_system_message.joined_channel.two": "{firstUser}, {secondUser}님이 **채널에 가입**했습니다.", - "combined_system_message.joined_team.many_expanded": "{users}, {lastUser}님이 **팀에 가입**했습니다.", - "combined_system_message.joined_team.one": "{firstUser}님이 **팀에 가입**했습니다.", - "combined_system_message.joined_team.one_you": "**팀에 가입**했습니다.", - "combined_system_message.joined_team.two": "{firstUser}, {secondUser}님이 **팀에 가입**했습니다.", - "combined_system_message.left_channel.many_expanded": "{users}, {lastUser}님이 **채널을 떠났습니다**.", - "combined_system_message.left_channel.one": "{firstUser}님이 **채널을 떠났습니다**.", - "combined_system_message.left_channel.one_you": "**채널에서 탈퇴**했습니다.", - "combined_system_message.left_channel.two": "{firstUser}, {secondUser}님이 **채널을 떠났습니다**.", - "combined_system_message.left_team.many_expanded": "{users}, {lastUser}님이 **팀을 떠났습니다**.", - "combined_system_message.left_team.one": "{firstUser}님이 **팀을 떠났습니다**.", - "combined_system_message.left_team.one_you": "**팀에서 탈퇴**했습니다.", - "combined_system_message.left_team.two": "{firstUser}, {secondUser}님이 **팀을 떠났습니다**.", - "combined_system_message.removed_from_channel.many_expanded": "{users}, {lastUser}님이 **채널에서 제거**되었습니다.", - "combined_system_message.removed_from_channel.one": "{firstUser}님이 **채널에서 제거**되었습니다.", - "combined_system_message.removed_from_channel.one_you": "**채널에서 제거**되었습니다.", - "combined_system_message.removed_from_channel.two": "{firstUser}, {secondUser}님이 **채널에서 제거**되었습니다.", - "combined_system_message.removed_from_team.many_expanded": "{users}, {lastUser}님이 **팀에서 제거**되었습니다.", - "combined_system_message.removed_from_team.one": "{firstUser}님이 **팀에서 제거**되었습니다.", - "combined_system_message.removed_from_team.one_you": "**팀에서 제거**되었습니다.", - "combined_system_message.removed_from_team.two": "{firstUser}, {secondUser}님이 **팀에서 제거**되었습니다.", + "combined_system_message.joined_channel.many_expanded": "{users}님과 {lastUser}님이 **채널에 들어왔습니다**.", + "combined_system_message.joined_channel.one": "{firstUser}님이 **채널에 들어왔습니다**.", + "combined_system_message.joined_channel.one_you": "**채널에 들어왔습니다**.", + "combined_system_message.joined_channel.two": "{firstUser}님과 {secondUser}님이 **채널에 들어왔습니다**.", + "combined_system_message.joined_team.many_expanded": "{users}님과 {lastUser}님이 **팀에 들어왔습니다**.", + "combined_system_message.joined_team.one": "{firstUser}님이 **팀에 들어왔습니다**.", + "combined_system_message.joined_team.one_you": "**팀에 들어왔습니다**.", + "combined_system_message.joined_team.two": "{firstUser}님과 {secondUser}님이 **팀에 들어왔습니다**.", + "combined_system_message.left_channel.many_expanded": "{users}님과 {lastUser}님이 **채널에서 나갔습니다**.", + "combined_system_message.left_channel.one": "{firstUser}님이 **채널에서 나갔습니다**.", + "combined_system_message.left_channel.one_you": "**채널에서 나갔습니다**.", + "combined_system_message.left_channel.two": "{firstUser}님과 {secondUser}님이 **채널에서 나갔습니다**.", + "combined_system_message.left_team.many_expanded": "{users}님과 {lastUser}님이 **팀에서 나갔습니다**.", + "combined_system_message.left_team.one": "{firstUser}님이 **팀에서 나갔습니다**.", + "combined_system_message.left_team.one_you": "**팀에서 나갔습니다**.", + "combined_system_message.left_team.two": "{firstUser}님과 {secondUser}님이 **팀에서 나갔습니다**.", + "combined_system_message.removed_from_channel.many_expanded": "{users}님과 {lastUser}님이 **채널에서 제외되었습니다**.", + "combined_system_message.removed_from_channel.one": "{firstUser}님이 **채널에서 제외되었습니다**.", + "combined_system_message.removed_from_channel.one_you": "당신은 **채널에서 제외되었습니다.**.", + "combined_system_message.removed_from_channel.two": "{firstUser}님과 {secondUser}님이 **채널에서 제외되었습니다**.", + "combined_system_message.removed_from_team.many_expanded": "{users}님과 {lastUser}님이 **팀에서 제외되었습니다**.", + "combined_system_message.removed_from_team.one": "{firstUser}님이 **팀에서 제외되었습니다**.", + "combined_system_message.removed_from_team.one_you": "당신은 **팀에서 제외되었습니다**.", + "combined_system_message.removed_from_team.two": "{firstUser}님과 {secondUser}님이 **팀에서 제외되었습니다**.", "combined_system_message.you": "당신", "connection_banner.connected": "연결이 복구되었습니다", "connection_banner.connecting": "연결 중...", @@ -277,28 +277,28 @@ "create_direct_message.title": "개인 메시지 추가", "create_post.deactivated": "비활성화된 사용자와 함께 보관된 채널을 보고 계십니다.", "create_post.thread_reply": "이 글타래에 답하기...", - "create_post.write": "{channelDisplayName}에 쓰기", + "create_post.write": "{channelDisplayName}에 글쓰기", "custom_status.expiry.at": "에", "custom_status.expiry.until": "~까지", "custom_status.expiry_dropdown.custom": "사용자 정의", "custom_status.expiry_dropdown.date_and_time": "날짜 및 시간", - "custom_status.expiry_dropdown.dont_clear": "지우지 마세요", + "custom_status.expiry_dropdown.dont_clear": "삭제 금지", "custom_status.expiry_dropdown.four_hours": "4 시간", "custom_status.expiry_dropdown.one_hour": "1 시간", "custom_status.expiry_dropdown.thirty_minutes": "30 분", - "custom_status.expiry_dropdown.this_week": "이번 주", + "custom_status.expiry_dropdown.this_week": "이번주", "custom_status.expiry_dropdown.today": "오늘", "custom_status.expiry_time.today": "오늘", "custom_status.expiry_time.tomorrow": "내일", "custom_status.failure_message": "상태를 갱신하지 못했습니다. 다시 시도하세요", "custom_status.set_status": "사용자 정의 상태 설정", - "custom_status.suggestions.in_a_meeting": "회의 중", - "custom_status.suggestions.on_a_vacation": "휴가 중", - "custom_status.suggestions.out_for_lunch": "식사 중", - "custom_status.suggestions.out_sick": "외출 중", + "custom_status.suggestions.in_a_meeting": "미팅 중", + "custom_status.suggestions.on_a_vacation": "휴가중", + "custom_status.suggestions.out_for_lunch": "점심식사", + "custom_status.suggestions.out_sick": "병가", "custom_status.suggestions.recent_title": "최근", "custom_status.suggestions.title": "제안", - "custom_status.suggestions.working_from_home": "재택 근무", + "custom_status.suggestions.working_from_home": "재택근무", "date.unknown": "알 수 없음", "date_separator.today": "오늘", "date_separator.yesterday": "어제", @@ -333,7 +333,7 @@ "edit_post.delete_file.confirm": "삭제", "edit_post.delete_file.confirmation": "{filename}을 제거하시겠습니까?", "edit_post.delete_file.title": "첨부 파일 삭제", - "edit_post.editPost": "게시글 편집...", + "edit_post.editPost": "글 편집하기...", "edit_post.save": "저장", "edit_server.description": "이 서버를 나타내는 이름을 지정합니다", "edit_server.display_help": "서버: {url}", @@ -341,15 +341,15 @@ "edit_server.saving": "저장 중", "edit_server.title": "서버 이름 편집", "emoji_picker.activities": "활동", - "emoji_picker.animals-nature": "동물 & 자연", - "emoji_picker.custom": "사용자 지정", + "emoji_picker.animals-nature": "동물과 자연", + "emoji_picker.custom": "사용자 정의", "emoji_picker.flags": "플래그", "emoji_picker.food-drink": "음식 & 음료", - "emoji_picker.objects": "객체", - "emoji_picker.people-body": "피플 & 바디", + "emoji_picker.objects": "물건", + "emoji_picker.people-body": "사람 & 몸", "emoji_picker.recent": "최근 사용", - "emoji_picker.searchResults": "결과 검색", - "emoji_picker.smileys-emotion": "스마일리 & 감정", + "emoji_picker.searchResults": "검색 결과", + "emoji_picker.smileys-emotion": "이모티콘 & 표정", "emoji_picker.symbols": "심볼", "emoji_picker.travel-places": "여행 & 장소", "emoji_skin.dark_skin_tone": "어두운 피부색", @@ -403,7 +403,7 @@ "global_threads.unreads": "읽지않음", "home.header.plus_menu": "설정", "integration_selector.multiselect.submit": "완료", - "interactive_dialog.submit": "제출", + "interactive_dialog.submit": "확인", "intro.add_members": "구성원 추가", "intro.channel_info": "정보", "intro.created_by": "{date}에 {creator}님이 만들었습니다.", @@ -448,16 +448,16 @@ "join_team.error.group_error": "이 팀에 참여하려면 연결된 그룹의 구성원이어야 합니다.", "join_team.error.message": "팀에 참여하는 중에 오류가 발생했습니다", "join_team.error.title": "팀 참여 오류", - "last_users_message.added_to_channel.type": "님이 {actor}님을 통해 **채널에 추가**되었습니다.", - "last_users_message.added_to_team.type": "님이 {actor}님을 통해 **팀에 추가**되었습니다.", - "last_users_message.first": "{firstUser} 그리고 ", + "last_users_message.added_to_channel.type": "{actor}님을 통해 **채널에 추가되었습니다**.", + "last_users_message.added_to_team.type": "{actor}님이 **팀에 추가했습니다**.", + "last_users_message.first": "{firstUser} 님과 ", "last_users_message.joined_channel.type": "**채널에 들어왔습니다**.", - "last_users_message.joined_team.type": "**팀에 참여했습니다**.", - "last_users_message.left_channel.type": "**채널을 나갔습니다**.", - "last_users_message.left_team.type": "**팀을 나갔습니다**.", - "last_users_message.others": "{numOthers} 기타 ", - "last_users_message.removed_from_channel.type": "은(는) **채널에서 제거되었습니다**.", - "last_users_message.removed_from_team.type": "은(는) **팀에서 제거되었습니다**.", + "last_users_message.joined_team.type": "**팀에 들어왔습니다**.", + "last_users_message.left_channel.type": "**채널에서 나갔습니다**.", + "last_users_message.left_team.type": "**팀에서 나갔습니다**.", + "last_users_message.others": "{numOthers} 명이 ", + "last_users_message.removed_from_channel.type": "**채널에서 삭제되었습니다**.", + "last_users_message.removed_from_team.type": "**팀에서 삭제되었습니다**.", "load_categories_error.message": "이 서버의 콘텐츠를 로드하는 중에 문제가 발생했습니다.", "load_categories_error.title": "{serverName} 서버의 카테고리를 불러올 수 없습니다", "load_channels_error.message": "이 팀의 콘텐츠를 불러오는 중에 문제가 발생했습니다.", @@ -473,7 +473,7 @@ "login.password": "패스워드", "login.signIn": "로그인", "login.signingIn": "로그인 중", - "login.username": "사용자명", + "login.username": "사용자 이름", "login_mfa.enterToken": "인증을 완료하려면 스마트폰 인증 앱에 표시된 토큰 정보를 입력해 주세요.", "login_mfa.token": "MFA 토큰 입력", "login_mfa.tokenReq": "MFA 토큰을 입력하세요", @@ -872,8 +872,8 @@ "mobile.write_storage_permission_denied_description": "장치에 파일을 저장합니다. 설정을 열어 이 장치의 파일에 {applicationName} 쓰기 권한을 부여합니다.", "modal.manual_status.auto_responder.message_": "상태를 \"{status}\"로 변경하고 자동 답글을 비활성화하시겠습니까?", "more_messages.text": "{count}건의 새 {count, plural, one {message} other {messages}}", - "msg_typing.areTyping": "{users}, {last} 타이핑 중...", - "msg_typing.isTyping": "{user} 타이핑 중...", + "msg_typing.areTyping": "{users}, {last}(이)가 입력중입니다...", + "msg_typing.isTyping": "{user}(이)가 입력중입니다...", "native.ios.notifications.not_verified": "서버에서 이 알림을 확인할 수 없습니다.", "notification.message_not_found": "메시지를 찾을 수 없습니다", "notification.no_connection": "서버에 연결할 수 없으며 알림에 대한 특정 메시지 정보를 검색할 수 없습니다.", @@ -939,10 +939,10 @@ "onboarding.realtime_collaboration_description": "영구 채널, 개인 메시지 및 파일 공유가 원활하게 작동하므로 어디서나 연결 상태를 유지할 수 있습니다.", "onboarding.welcome": "환영합니다", "onboaring.welcome_description": "Mattermost는 개발자 협업을 위한 오픈 소스 플랫폼입니다. 안전하고 유연하며 도구와 통합되어 있습니다.", - "password_send.description": "비밀번호를 재설정하려면 가입할 때 사용했던 전자우편 주소를 입력하세요", + "password_send.description": "비밀번호 재설정을 위해 등록한 전자우편 주소를 입력하세요", "password_send.error": "유효한 전자우편 주소를 입력하세요.", "password_send.generic_error": "비밀번호 재설정 링크를 보내드릴 수 없습니다. 시스템 관리자에게 문의하여 도움을 받으세요.", - "password_send.link": "만약 일치하는 계정이 있다면 비밀번호 재설정 전자우편이 다음 주소로 전송됩니다:", + "password_send.link": "If the account exists, a password reset email will be sent to:", "password_send.link.title": "재설정 링크 보내기", "password_send.reset": "비밀번호 재설정", "password_send.return": "로그인으로 돌아가기", @@ -965,7 +965,7 @@ "permalink.show_dialog_warn.cancel": "취소", "permalink.show_dialog_warn.description": "채널 관리자가 명시적으로 추가하지 않고 {channel}에 참여하려고 합니다. 이 비공개 채널에 참여하시겠어요?", "permalink.show_dialog_warn.join": "참여", - "permalink.show_dialog_warn.title": "비공개 채널에 참여", + "permalink.show_dialog_warn.title": "개인 채널에 연결하기", "persistent_notifications.confirm.cancel": "취소", "persistent_notifications.confirm.description": "멘션된 수신자는 메시지를 확인하거나 답장할 때까지 매 {interval, plural, one {minute} other {{interval} minutes}}마다 알림을 받게 됩니다.", "persistent_notifications.confirm.send": "보내기", @@ -1043,13 +1043,13 @@ "postList.scrollToBottom.newReplies": "새 답글", "post_body.check_for_out_of_channel_groups_mentions.message": "이 채널에 없기 때문에 이 멘션으로 알림을 받지 못했습니다. 또한 이 채널에 연결된 그룹의 구성원이 아닙니다.", "post_body.check_for_out_of_channel_mentions.link.and": " 그리고 ", - "post_body.check_for_out_of_channel_mentions.link.private": "해당 구성원들을 이 비공개 채널에 추가할까요", - "post_body.check_for_out_of_channel_mentions.link.public": "해당 구성원을 채널에 추가할까요", + "post_body.check_for_out_of_channel_mentions.link.private": "팀에 사용자 초대하기", + "post_body.check_for_out_of_channel_mentions.link.public": "add them to the channel", "post_body.check_for_out_of_channel_mentions.message.multiple": "멘션되었지만 채널에 없습니다. ", "post_body.check_for_out_of_channel_mentions.message.one": "멘션되었지만 채널에 없습니다. ", - "post_body.check_for_out_of_channel_mentions.message_last": "? 추가한 구성원들은 전체 메시지 내역을 볼 수 있게 됩니다.", + "post_body.check_for_out_of_channel_mentions.message_last": "? They will have access to all message history.", "post_body.commentedOn": "{name}{apostrophe}님의 메시지에 대한 댓글: ", - "post_body.deleted": "(메시지 삭제됨)", + "post_body.deleted": "(삭제된 메시지)", "post_header.visible_message": "(자신만 볼 수 있습니다)", "post_info.auto_responder": "자동 회신", "post_info.bot": "봇", @@ -1072,7 +1072,7 @@ "post_priority.picker.label.standard": "표준", "post_priority.picker.label.urgent": "긴급", "post_priority.picker.title": "메시지 우선순위", - "posts_view.newMsg": "새 메시지", + "posts_view.newMsg": "새로운 메시지", "public_link_copied": "클립보드에 링크 복사", "rate.button.needs_work": "작업 필요", "rate.button.yes": "마음에 들어요!", @@ -1291,16 +1291,16 @@ "status_dropdown.set_offline": "오프라인", "status_dropdown.set_online": "온라인", "status_dropdown.set_ooo": "부재 중", - "suggestion.mention.all": "이 채널의 모든 사람에게 알림을 보냅니다", - "suggestion.mention.channel": "이 채널의 모든 사람에게 알림을 보냅니다", - "suggestion.mention.channels": "내 채널", + "suggestion.mention.all": "이 채널의 모든 사용자들에게 알림을 보냅니다", + "suggestion.mention.channel": "이 채널의 모든 사용자들에게 알림을 보냅니다", + "suggestion.mention.channels": "채널 더보기", "suggestion.mention.groups": "그룹 멘션", - "suggestion.mention.here": "이 채널의 모든 온라인 사용자에게 알림을 보냅니다", - "suggestion.mention.morechannels": "다른 채널들", + "suggestion.mention.here": "이 채널의 모든 온라인 사용자들에게 알림을 보냅니다", + "suggestion.mention.morechannels": "Other Channels", "suggestion.mention.nonmembers": "Not in Channel", - "suggestion.mention.special": "스페셜 멘션", + "suggestion.mention.special": "Special Mentions", "suggestion.mention.users": "사용자", - "suggestion.search.direct": "Direct Messages", + "suggestion.search.direct": "개인 메시지", "suggestion.search.private": "비공개 채널", "suggestion.search.public": "공개 채널", "system_notice.dont_show": "다시 표시하지 않음", @@ -1312,7 +1312,7 @@ "terms_of_service.acceptButton": "수락", "terms_of_service.alert_cancel": "취소", "terms_of_service.alert_retry": "다시 시도", - "terms_of_service.api_error": "요청을 처리할 수 없습니다. 이 문제가 계속되면 시스템 관리자에게 연락하세요.", + "terms_of_service.api_error": "요청을 완료할 수 없습니다. 이 문제가 지속되면 시스템 관리자에게 문의하십시오.", "terms_of_service.decline": "거절", "terms_of_service.error.description": "서버에서 서비스 약관을 가져올 수 없습니다.", "terms_of_service.error.logout": "로그아웃", @@ -1348,9 +1348,9 @@ "user.settings.general.field_handled_externally": "아래의 필드중 일부는 로그인 서비스 제공업체를 통해 처리됩니다. 해당 필드를 변경하려면 로그인 공급업체를 통해 변경해야 합니다.", "user.settings.general.firstName": "이름", "user.settings.general.lastName": "성", - "user.settings.general.nickname": "닉네임", - "user.settings.general.position": "직위", - "user.settings.general.username": "사용자명", + "user.settings.general.nickname": "별명", + "user.settings.general.position": "직책", + "user.settings.general.username": "사용자 이름", "user.settings.notifications.email_threads.description": "팔로우 중인 스레드에 대한 모든 회신에 대해 알림을 받음", "user.tutorial.long_press": "항목을 길게 누르면 사용자 프로필을 볼 수 있습니다", "user_profile.channel_admin": "채널 관리자", diff --git a/assets/base/i18n/pt.json b/assets/base/i18n/pt.json index eca5c04c9..5ee081fdb 100644 --- a/assets/base/i18n/pt.json +++ b/assets/base/i18n/pt.json @@ -409,5 +409,14 @@ "mobile.calls_stop_recording": "Parar Gravação", "post_priority.picker.cancel": "Cancelar", "suggestion.search.private": "Canais Privados", - "suggestion.search.public": "Canais Públicos" + "suggestion.search.public": "Canais Públicos", + "user.settings.general.firstName": "Primeiro Nome", + "user.settings.general.lastName": "Sobrenome", + "user.settings.general.nickname": "Apelido", + "user.settings.general.position": "Posição", + "user.settings.general.username": "Nome de utilizador", + "user_settings.notifications.test_notification.send_button.send": "Enviar uma Notificação de Teste", + "user_settings.notifications.test_notification.send_button.sending": "A enviar uma notificação de teste", + "user_settings.notifications.test_notification.send_button.sent": "Notificação de teste enviada", + "user_settings.notifications.test_notification.title": "Notificações de resolução de problemas" }