From 9e7fadb0898cfd0dbf805b4d148c27d5511a5a6a Mon Sep 17 00:00:00 2001 From: GiteaBot Date: Wed, 27 May 2026 01:15:59 +0000 Subject: [PATCH] [skip ci] Updated translations via Crowdin --- options/locale/locale_ga-IE.json | 4 ++++ options/locale/locale_ko-KR.json | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/options/locale/locale_ga-IE.json b/options/locale/locale_ga-IE.json index 3ef188568bc..2f2843f2e26 100644 --- a/options/locale/locale_ga-IE.json +++ b/options/locale/locale_ga-IE.json @@ -3759,6 +3759,8 @@ "actions.runners.reset_registration_token_confirm": "Ar mhaith leat an comhartha reatha a neamhbhailiú agus ceann nua a ghiniúint?", "actions.runners.reset_registration_token_success": "D'éirigh le hathshocrú comhartha clárúcháin an dara háit", "actions.runs.all_workflows": "Gach Sreafaí Oibre", + "actions.runs.other_workflows": "Sreafaí oibre eile", + "actions.runs.other_workflows_tooltip": "Sreafaí oibre a cuireadh i gcrích sa stór seo ach nach bhfuil ann ar an mbrainse réamhshocraithe.", "actions.runs.workflow_run_count_1": "%d rith sreabha oibre", "actions.runs.workflow_run_count_n": "%d rith sreabha oibre", "actions.runs.commit": "Tiomantas", @@ -3774,6 +3776,8 @@ "actions.runs.status": "Stádas", "actions.runs.actors_no_select": "Gach aisteoir", "actions.runs.status_no_select": "Gach stádas", + "actions.runs.branch": "Brainse", + "actions.runs.branches_no_select": "Gach brainse", "actions.runs.no_results": "Níor mheaitseáil aon torthaí.", "actions.runs.no_workflows": "Níl aon sreafaí oibre ann fós.", "actions.runs.no_workflows.quick_start": "Níl a fhios agam conas tosú le Gitea Actions? Féach an treoirleabhar mear tosaithe.", diff --git a/options/locale/locale_ko-KR.json b/options/locale/locale_ko-KR.json index a63298a2fef..fcccd1eb324 100644 --- a/options/locale/locale_ko-KR.json +++ b/options/locale/locale_ko-KR.json @@ -105,6 +105,7 @@ "copy_error": "복사 실패", "copy_type_unsupported": "이 파일 형식은 복사할 수 없습니다", "copy_filename": "파일명 복사", + "copy_output": "출력 복사", "write": "쓰기", "preview": "미리보기", "loading": "불러오는 중...", @@ -1819,6 +1820,7 @@ "repo.pulls.required_status_check_failed": "일부 필수 검사가 성공하지 못했습니다.", "repo.pulls.required_status_check_missing": "일부 필수 검사가 누락되었습니다.", "repo.pulls.required_status_check_administrator": "운영자로서 이 풀 리퀘스트를 여전히 머지할 수 있습니다.", + "repo.pulls.required_status_check_bypass_allowlist": "이 머지에 대해 브랜치 보호 규칙 우회가 당신에게 허용되어 있습니다.", "repo.pulls.blocked_by_approvals": "이 풀 리퀘스트는 아직 요구되는 승인을 충분히 받지 못했습니다. %d개/%d 가 공식 승인되었습니다.", "repo.pulls.blocked_by_approvals_whitelisted": "이 풀 리퀘스트는 아직 필요한 승인을 충분히 받지 못했습니다. 허용 목록에 있는 사용자 또는 팀으로부터 %d개 중 %d개의 승인되었습니다.", "repo.pulls.blocked_by_rejection": "이 풀 리퀘스트는 공식 검토자에 의해 변경이 요청되었습니다.", @@ -2138,7 +2140,9 @@ "repo.settings.pulls_desc": "리포지토리 풀 리퀘스트 활성화", "repo.settings.pulls.ignore_whitespace": "공백은 충돌에서 무시하기", "repo.settings.pulls.enable_autodetect_manual_merge": "수동 머지 자동 감지 활성화 (참고: 일부 특별한 경우 오류가 발생할 수 있습니다.)", + "repo.settings.pulls.allow_merge_update": "머지로 풀 리퀘스트 브랜치 업데이트 활성화", "repo.settings.pulls.allow_rebase_update": "rebase로 풀 리퀘스트 브랜치 업데이트 활성화", + "repo.settings.pulls.default_update_style": "기본 브랜치 업데이트 스타일", "repo.settings.pulls.default_target_branch": "새로운 풀 리퀘스트에 대한 기본 타겟 브랜치", "repo.settings.pulls.default_target_branch_default": "기본 브랜치 (%s)", "repo.settings.pulls.default_delete_branch_after_merge": "기본적으로 머지 후 풀 리퀘스트 브랜치 삭제", @@ -2413,6 +2417,11 @@ "repo.settings.protect_merge_whitelist_committers_desc": "허용 목록에 있는 사용자 또는 팀만 이 브랜치에 풀 리퀘스트를 머지할 수 있도록 허용합니다.", "repo.settings.protect_merge_whitelist_users": "머지 가능 사용자 허용 목록:", "repo.settings.protect_merge_whitelist_teams": "머지 가능 팀 허용 목록:", + "repo.settings.protect_bypass_allowlist": "브랜치 보호 우회", + "repo.settings.protect_enable_bypass_allowlist": "선택된 사용자 또는 팀에게 브랜치 보호 규칙 우회 허용", + "repo.settings.protect_enable_bypass_allowlist_desc": "허용 목록에 등록된 사용자나 팀은 필수 승인, 상태 검사 또는 보호된 파일 규칙에 의해 차단되는 상황에서도 머지하거나 푸시할 수 있습니다.", + "repo.settings.protect_bypass_allowlist_users": "보호 우회를 허용하는 사용자 리스트:", + "repo.settings.protect_bypass_allowlist_teams": "보호 우회를 허용하는 팀 리스트:", "repo.settings.protect_check_status_contexts": "상태 점검 활성화", "repo.settings.protect_status_check_patterns": "상태 점검 패턴:", "repo.settings.protect_status_check_patterns_desc": "이 규칙과 일치하는 브랜치로 머지하기 전에 통과해야 하는 상태 점검을 지정하는 패턴을 입력하세요. 각 줄은 하나의 패턴을 지정합니다. 패턴은 비워둘 수 없습니다.", @@ -3702,6 +3711,7 @@ "actions.status.success": "성공", "actions.status.failure": "실패", "actions.status.cancelled": "취소됨", + "actions.status.cancelling": "취소중", "actions.status.skipped": "건너뜀", "actions.status.blocked": "차단됨", "actions.runners": "러너", @@ -3749,6 +3759,8 @@ "actions.runners.reset_registration_token_confirm": "현재 토큰을 무효화하고 새 토큰을 생성하시겠습니까?", "actions.runners.reset_registration_token_success": "러너 등록 토큰 성공적으로 리셋", "actions.runs.all_workflows": "모든 워크플로", + "actions.runs.other_workflows": "그외 워크플로우", + "actions.runs.other_workflows_tooltip": "이 리포지토리에서 실행되었지만 기본 브랜치에는 존재하지 않는 워크플로입니다.", "actions.runs.workflow_run_count_1": "%d 개 워크플로우 실행", "actions.runs.workflow_run_count_n": "%d 개 워크플로우 실행", "actions.runs.commit": "커밋", @@ -3764,6 +3776,8 @@ "actions.runs.status": "상태", "actions.runs.actors_no_select": "모든 액터", "actions.runs.status_no_select": "모든 상태", + "actions.runs.branch": "브렌치", + "actions.runs.branches_no_select": "모든 브랜치", "actions.runs.no_results": "일치하는 결과가 없습니다.", "actions.runs.no_workflows": "아직 워크플로가 없습니다.", "actions.runs.no_workflows.quick_start": "Gitea Actions를 시작하는 방법을 모르시겠어요? 빠른 시작 가이드를 참조하세요.",