mirror of https://github.com/gogs/gogs.git
locale: sync from Crowdin (#6174)
parent
cb406bb350
commit
7e99a6ce42
|
@ -1269,61 +1269,61 @@ config.user_config=User configuration
|
|||
config.user.enable_email_notify=Enable email notification
|
||||
|
||||
config.session_config=세션 설정
|
||||
config.session.provider=Provider
|
||||
config.session.provider_config=Provider config
|
||||
config.session.cookie_name=Cookie
|
||||
config.session.https_only=HTTPS only
|
||||
config.session.gc_interval=GC interval
|
||||
config.session.provider=공급자
|
||||
config.session.provider_config=공급자 설정
|
||||
config.session.cookie_name=쿠키
|
||||
config.session.https_only=HTTPS만
|
||||
config.session.gc_interval=GC 간격
|
||||
config.session.max_life_time=Max life time
|
||||
config.session.csrf_cookie_name=CSRF cookie
|
||||
config.session.csrf_cookie_name=CSRF 쿠키
|
||||
|
||||
config.cache_config=캐시 설정
|
||||
config.cache.adapter=Adapter
|
||||
config.cache.interval=GC interval
|
||||
config.cache.host=Host
|
||||
config.cache.interval=GC 간격
|
||||
config.cache.host=호스트
|
||||
|
||||
config.http_config=HTTP 설정
|
||||
config.http.access_control_allow_origin=Access control allow origin
|
||||
|
||||
config.attachment_config=Attachment configuration
|
||||
config.attachment.enabled=Enabled
|
||||
config.attachment.path=Path
|
||||
config.attachment.allowed_types=Allowed types
|
||||
config.attachment.max_size=Size limit
|
||||
config.attachment.max_files=Files limit
|
||||
config.attachment.enabled=활성화됨
|
||||
config.attachment.path=경로
|
||||
config.attachment.allowed_types=허용 유형
|
||||
config.attachment.max_size=크기 제한
|
||||
config.attachment.max_files=파일 제한
|
||||
|
||||
config.release_config=Release configuration
|
||||
config.release.attachment.enabled=Attachment enabled
|
||||
config.release.attachment.allowed_types=Attachment allowed types
|
||||
config.release.attachment.max_size=Attachment size limit
|
||||
config.release.attachment.max_files=Attachment files limit
|
||||
config.release_config=릴리즈 설정
|
||||
config.release.attachment.enabled=첨부 파일 활성화됨
|
||||
config.release.attachment.allowed_types=허용되는 첨부 파일 유형
|
||||
config.release.attachment.max_size=첨부 파일 크기 제한
|
||||
config.release.attachment.max_files=첨부 파일 제한
|
||||
|
||||
config.picture_config=이미지 설정
|
||||
config.picture.avatar_upload_path=User avatar upload path
|
||||
config.picture.avatar_upload_path=사용자 아바타 업로드 경로
|
||||
config.picture.repo_avatar_upload_path=Repository avatar upload path
|
||||
config.picture.gravatar_source=Gravatar source
|
||||
config.picture.disable_gravatar=Disable Gravatar
|
||||
config.picture.enable_federated_avatar=Enable federated avatars
|
||||
|
||||
config.mirror_config=Mirror configuration
|
||||
config.mirror.default_interval=Default interval
|
||||
config.mirror.default_interval=기본 간격
|
||||
|
||||
config.webhook_config=웹훅 설정
|
||||
config.webhook.types=Types
|
||||
config.webhook.deliver_timeout=Deliver timeout
|
||||
config.webhook.skip_tls_verify=Skip TLS verify
|
||||
config.webhook.types=유형
|
||||
config.webhook.deliver_timeout=배달 제한 시간
|
||||
config.webhook.skip_tls_verify=TLS 검증 건너뛰기
|
||||
|
||||
config.git_config=깃 설정
|
||||
config.git.disable_diff_highlight=Disable diff syntax highlight
|
||||
config.git.max_diff_lines=Diff lines limit (for a single file)
|
||||
config.git.max_diff_line_characters=Diff characters limit (for a single line)
|
||||
config.git.max_diff_files=Diff files limit (for a single diff)
|
||||
config.git.gc_args=GC arguments
|
||||
config.git.migrate_timeout=Migration timeout
|
||||
config.git.mirror_timeout=Mirror fetch timeout
|
||||
config.git.clone_timeout=Clone timeout
|
||||
config.git.pull_timeout=Pull timeout
|
||||
config.git.gc_timeout=GC timeout
|
||||
config.git.gc_args=GC 인수
|
||||
config.git.migrate_timeout=마이그레이션 제한 시간
|
||||
config.git.mirror_timeout=미러 페치 제한 시간
|
||||
config.git.clone_timeout=클론 제한 시간
|
||||
config.git.pull_timeout=풀 제한 시간
|
||||
config.git.gc_timeout=GC 제한 시간
|
||||
|
||||
config.log_config=로그 설정
|
||||
config.log_file_root_path=로그 파일 최상위 경로
|
||||
|
@ -1398,7 +1398,7 @@ months=%d 달 %s
|
|||
years=%d 년 %s
|
||||
raw_seconds=초
|
||||
raw_minutes=분
|
||||
raw_hours=hours
|
||||
raw_hours=시간
|
||||
|
||||
[dropzone]
|
||||
default_message=여기에 파일을 끌어 놓거나 클릭하여 업로드하세요.
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue