mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-26 09:01:41 +00:00
[skip ci] Updated translations via Crowdin
This commit is contained in:
@@ -2597,6 +2597,8 @@
|
||||
"repo.diff.file_byte_size": "Taille",
|
||||
"repo.diff.file_suppressed": "Fichier diff supprimé car celui-ci est trop grand",
|
||||
"repo.diff.file_suppressed_line_too_long": "Diff de fichier supprimé car une ou plusieurs lignes sont trop longues",
|
||||
"repo.diff.show_more": "Voir plus",
|
||||
"repo.diff.load": "Voir la Diff",
|
||||
"repo.diff.generated": "Générée",
|
||||
"repo.diff.vendored": "Externe",
|
||||
"repo.diff.comment.add_line_comment": "Commenter cette ligne",
|
||||
|
||||
@@ -2597,6 +2597,9 @@
|
||||
"repo.diff.file_byte_size": "Méid",
|
||||
"repo.diff.file_suppressed": "Tá difríocht comhad cosc orthu toisc go bhfuil sé ró-mhór",
|
||||
"repo.diff.file_suppressed_line_too_long": "Cuirtear difríocht comhad faoi chois toisc go bhfuil líne amháin nó níos mó rófhada",
|
||||
"repo.diff.too_many_files": "Luchtaíodh %[1]d de %[2]d comhad, níor taispeánadh níos mó comhad mar gheall ar an iomarca comhad athraithe sa difríocht seo.",
|
||||
"repo.diff.show_more": "Taispeáin níos mó",
|
||||
"repo.diff.load": "Luchtaigh an difríocht",
|
||||
"repo.diff.generated": "Gineadh",
|
||||
"repo.diff.vendored": "Díoltóir",
|
||||
"repo.diff.comment.add_line_comment": "Cuir trácht líne leis",
|
||||
@@ -2624,6 +2627,15 @@
|
||||
"repo.diff.has_escaped": "Tá carachtair Unicode i bhfolach ag an líne seo",
|
||||
"repo.diff.show_file_tree": "Taispeáin crann comhad",
|
||||
"repo.diff.hide_file_tree": "Folaigh crann comhad",
|
||||
"repo.diff.filter_files": "Scag comhaid…",
|
||||
"repo.diff.filter_files_clear": "Glan an scagaire",
|
||||
"repo.diff.filter_by_file_extension": "Scag de réir síneadh comhaid",
|
||||
"repo.diff.file_extensions": "Síneadh comhaid",
|
||||
"repo.diff.no_file_extension": "Gan síneadh",
|
||||
"repo.diff.dotfile_extension": "Comhaid ponc",
|
||||
"repo.diff.all_file_extensions": "Gach síneadh",
|
||||
"repo.diff.no_files_matched": "Níor tháinig aon chomhaid le do chuardach",
|
||||
"repo.diff.show_more_matching": "Taispeáin níos mó - %[1]d meaitseáil thíos",
|
||||
"repo.diff.submodule_added": "Fomhodúl %[1]s curtha leis ag %[2]s",
|
||||
"repo.diff.submodule_deleted": "Scriosadh fomhodúl %[1]s ó %[2]s",
|
||||
"repo.diff.submodule_updated": "Nuashonraíodh fomhodúl %[1]s: %[2]s",
|
||||
@@ -2994,6 +3006,7 @@
|
||||
"admin.dashboard.cleanup_hook_task_table": "Glan suas an tábla hook_task",
|
||||
"admin.dashboard.cleanup_packages": "Glan suas pacáistí atá imithe in éag",
|
||||
"admin.dashboard.cleanup_actions": "Glan suas acmhainní gníomhartha atá imithe in éag",
|
||||
"admin.dashboard.cleanup_action_runs": "Ritheann gníomh scriosta níos sine ná an tréimhse choinneála",
|
||||
"admin.dashboard.server_uptime": "Aga fónaimh Freastalaí",
|
||||
"admin.dashboard.current_goroutine": "Goroutines Reatha",
|
||||
"admin.dashboard.current_memory_usage": "Úsáid Cuimhne Reatha",
|
||||
|
||||
@@ -536,6 +536,24 @@
|
||||
"form.Content": "컨텐츠",
|
||||
"form.SSPISeparatorReplacement": "구분자",
|
||||
"form.SSPIDefaultLanguage": "기본 언어",
|
||||
"form.require_error": "%s 는 비어 있을 수 없습니다.",
|
||||
"form.alpha_dash_error": "%s에는 영문자, 숫자, 대시('-'), 밑줄('_')만 사용할 수 있습니다.",
|
||||
"form.alpha_dash_dot_error": "%s에는 영숫자, 대시('-'), 밑줄('_') 및 점('.') 문자만 포함해야 합니다.",
|
||||
"form.git_ref_name_error": "%s는 올바른 형식의 Git 참조 이름이어야 합니다.",
|
||||
"form.size_error": "%[1]s 크기는 %[2]s이어야 합니다.",
|
||||
"form.min_size_error": "%[1]s에는 최소한 %[2]s개의 문자가 포함되어야 합니다.",
|
||||
"form.max_size_error": "%[1]s에는 최대 %[2]s개의 문자가 포함되어야 합니다.",
|
||||
"form.range_error": "%[1]s는 %[2]s부터 %[3]s까지의 숫자여야 합니다.",
|
||||
"form.email_error": "%s는 올바른 이메일 주소가 아닙니다.",
|
||||
"form.url_error": "%s 는 유효한 URL이 아닙니다.",
|
||||
"form.in_error": "%[1]s 는 다음 중 하나 이어야 합니다: %[2]s.",
|
||||
"form.include_error": "%[1]s는 반드시 \"%[2]s\" 문자열을 포함해야 합니다.",
|
||||
"form.glob_pattern_error": "%[1]s 와일드카드(glob) 패턴이 잘못됨: %[2]s.",
|
||||
"form.regex_pattern_error": "%[1]은 정규식 패턴이 유효하지 않음: %[2]s.",
|
||||
"form.username_error": "%s 에는 `영숫자 ('0-9','a-z','A-Z'), 대시('-'), 밑줄('_'), 마침점 ('.') 만 포함할 수 있습니다. 시작과 끝문자는 반드시 영숫자이어야 하고, 영숫자가 아닌 문자를 연속해서 사용할 수 없습니다.`.",
|
||||
"form.invalid_slug_error": "%s는 유효하지 않음.",
|
||||
"form.invalid_group_team_map_error": "%[1]s 매핑이 잘못되었습니다: %[2]s",
|
||||
"form.field_invalid_message": "%[1]s는 유효하지 않습니다: %[2]s",
|
||||
"form.captcha_incorrect": "CAPTCHA 코드가 올바르지 않습니다.",
|
||||
"form.password_not_match": "비밀번호가 일치하지 않습니다.",
|
||||
"form.lang_select_error": "목록에서 언어를 선택해주세요.",
|
||||
@@ -837,6 +855,9 @@
|
||||
"settings.access_token_deletion_confirm_action": "삭제",
|
||||
"settings.access_token_deletion_desc": "토큰을 삭제하면 해당 토큰을 사용하는 애플리케이션의 계정 액세스 권한이 해지됩니다. 이 작업은 되돌릴 수 없습니다. 계속하시겠습니까?",
|
||||
"settings.delete_token_success": "토큰이 삭제되었습니다. 해당 토큰을 사용하는 어플리케이션은 더 이상 이 계정으로 접근할 수 없습니다.",
|
||||
"settings.regenerate_token": "재생성",
|
||||
"settings.access_token_regeneration": "액세스 토큰 재생성",
|
||||
"settings.access_token_regeneration_desc": "토큰을 다시 생성하면 이전 값이 즉시 무효화됩니다. 여전히 이전 값을 사용하는 애플리케이션은 액세스 권한을 잃게 됩니다. 해당 이름과 권한은 유지됩니다. 이 작업은 취소할 수 없습니다. 계속할까요?",
|
||||
"settings.repo_and_org_access": "리포지토리와 조직에 액세스",
|
||||
"settings.permissions_public_only": "공개만",
|
||||
"settings.permissions_access_all": "모두 (공개, 비공개, 제한적 액세스)",
|
||||
@@ -1052,6 +1073,8 @@
|
||||
"repo.desc.internal": "내부",
|
||||
"repo.desc.archived": "아카이빙됨",
|
||||
"repo.desc.sha256": "SHA256",
|
||||
"repo.switch_repository": "리포지토리 스위칭",
|
||||
"repo.switch_repository.search": "리포지토리 검색...",
|
||||
"repo.template.items": "템플릿 항목",
|
||||
"repo.template.git_content": "Git 콘텐츠 (기본 브랜치)",
|
||||
"repo.template.git_hooks": "Git Hook",
|
||||
@@ -2574,7 +2597,9 @@
|
||||
"repo.diff.file_byte_size": "크기",
|
||||
"repo.diff.file_suppressed": "파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.",
|
||||
"repo.diff.file_suppressed_line_too_long": "하나 이상의 라인이 너무 길어 파일 Diff가 표시되지 않음",
|
||||
"repo.diff.too_many_files": "%[2]d 파일 중 %[1]d개를 로드했습니다. 이 diff에 너무 많은 파일이 변경되었기 때문에 더 많은 파일이 표시되지 않았습니다.",
|
||||
"repo.diff.show_more": "더 보기",
|
||||
"repo.diff.load": "Diff 로드",
|
||||
"repo.diff.generated": "생성됨",
|
||||
"repo.diff.vendored": "벤더링 됨",
|
||||
"repo.diff.comment.add_line_comment": "라인 댓글 추가",
|
||||
@@ -2602,6 +2627,15 @@
|
||||
"repo.diff.has_escaped": "이 라인에는 숨겨진 유니코드 문자가 있습니다",
|
||||
"repo.diff.show_file_tree": "파일 트리 표시",
|
||||
"repo.diff.hide_file_tree": "파일 트리 숨기기",
|
||||
"repo.diff.filter_files": "파일 필터링…",
|
||||
"repo.diff.filter_files_clear": "필터 지우기",
|
||||
"repo.diff.filter_by_file_extension": "파일 확장자으로 필터링",
|
||||
"repo.diff.file_extensions": "파일 확장자",
|
||||
"repo.diff.no_file_extension": "확장자 없음",
|
||||
"repo.diff.dotfile_extension": "Dotfiles",
|
||||
"repo.diff.all_file_extensions": "모든 확장자",
|
||||
"repo.diff.no_files_matched": "검색과 일치하는 파일 없음",
|
||||
"repo.diff.show_more_matching": "더 보기 - 다음 %[1]d 일치",
|
||||
"repo.diff.submodule_added": "서브모듈 %[1]s이 %[2]s에 추가됨",
|
||||
"repo.diff.submodule_deleted": "%[2]s에서 서브모듈 %[1]s가 삭제됨",
|
||||
"repo.diff.submodule_updated": "서브모듈 %[1]s 업데이트됨: %[2]s",
|
||||
@@ -2820,7 +2854,9 @@
|
||||
"org.teams.read_access_helper": "멤버는 팀 리포지토리를 보고 클로닝할 수 있습니다.",
|
||||
"org.teams.write_access": "쓰기",
|
||||
"org.teams.write_access_helper": "멤버는 팀 리포지토리를 읽고 푸시할 수 있습니다.",
|
||||
"org.teams.write_access_all_helper": "멤버는 팀 리포지토리의 모든 유닛에 대한 쓰기 액세스 권한을 얻습니다.",
|
||||
"org.teams.admin_access": "운영자 액세스",
|
||||
"org.teams.admin_access_helper": "멤버는 팀 리포지토리에 풀 및 푸시를 할 수 있으며, 공동작업자를 추가할 수 있습니다.",
|
||||
"org.teams.no_desc": "이 팀은 설명이 없습니다.",
|
||||
"org.teams.settings": "설정",
|
||||
"org.teams.owners_permission_desc": "소유자는 <strong>모든 리포지토리</strong>에 대한 전체 액세스 권한을 가지며 조직에 대한 <strong>운영자 액세스 권한</strong>을 가집니다.",
|
||||
@@ -2970,6 +3006,7 @@
|
||||
"admin.dashboard.cleanup_hook_task_table": "hook_task 테이블 정리",
|
||||
"admin.dashboard.cleanup_packages": "만료된 패키지 정리",
|
||||
"admin.dashboard.cleanup_actions": "만료된 액션 리소스 정리",
|
||||
"admin.dashboard.cleanup_action_runs": "삭제 작업이 보존 기간보다 길게 실행되었습니다",
|
||||
"admin.dashboard.server_uptime": "서버를 켠 시간",
|
||||
"admin.dashboard.current_goroutine": "현재 Go루틴",
|
||||
"admin.dashboard.current_memory_usage": "현재 메모리 사용율",
|
||||
@@ -3031,6 +3068,8 @@
|
||||
"admin.users.new_success": "사용자 계정 \"%s\"이 생성되었습니다.",
|
||||
"admin.users.edit": "수정하기",
|
||||
"admin.users.impersonate": "대리",
|
||||
"admin.users.impersonate_stop": "대리 중지",
|
||||
"admin.users.impersonating_notice": "귀하는 <strong>%s</strong>를 대리하고 있습니다. 귀하가 수행하는 작업은 이 사용자로서 수행됩니다.",
|
||||
"admin.users.auth_source": "인증 소스",
|
||||
"admin.users.local": "로컬",
|
||||
"admin.users.auth_login_name": "인증 로그인 명",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user