blob: 77ec5893788862059c3c62899cea6d7273704673 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
|
home=홈
dashboard=대시보드
explore=탐색
help=도움말
sign_in=로그인
sign_out=로그아웃
link_account=계정 연결
register=가입하기
website=웹 사이트
version=버전
page=페이지
template=템플릿
language=언어
notifications=알림
signed_in_as=다음 사용자로 로그인됨
username=사용자명
password=비밀번호
passcode=인증코드
repository=저장소
organization=조직
mirror=미러
new_repo=새 저장소
new_migrate=새 마이그레이션
new_mirror=새로운 미러
new_fork=새 저장소 포크
new_org=새로운 조직
manage_org=조직 관리
account_settings=계정 설정
settings=설정
all=전체
sources=소스
mirrors=미러
collaborative=협업
forks=포크
activities=활동
pull_requests=풀 리퀘스트
issues=이슈들
cancel=취소
[install]
install=설치
db_title=데이터베이스 설정
db_type=데이터베이스 유형
host=호스트
password=비밀번호
db_name=데이터베이스 이름
path=경로
repo_path=저장소 최상위 경로
log_root_path=로그 경로
optional_title=추가설정
smtp_host=SMTP 호스트
federated_avatar_lookup_popup=libravatar 기반 오픈소스 서비스 사용 목적으로 연합 아바타 조회를 허용하기
openid_signin=OpenID 로그인 사용
enable_captcha_popup=사용자 등록시 캡차 요구
admin_password=비밀번호
confirm_password=비밀번호 확인
install_btn_confirm=Gitea 설치하기
test_git_failed='git' 명령 테스트 실패: %v
save_config_failed=설정을 저장할 수 없습니다: %v
[home]
password_holder=비밀번호
switch_dashboard_context=대시보드 컨텍스트 바꾸기
collaborative_repos=협업 저장소
my_orgs=내 조직
my_mirrors=내 미러 저장소들
view_home=%s 보기
issues.in_your_repos=당신의 저장소에
[explore]
repos=저장소
users=유저
organizations=조직
search=검색
[auth]
register_helper_msg=이미 계정을 가지고 계신가요? 로그인하세요!
remember_me=자동 로그인
forgot_password_title=비밀번호 찾기
forgot_password=비밀번호를 잊으셨나요?
confirmation_mail_sent_prompt=새로운 확인 메일이 <b>%s</b>로 전송되었습니다. 받은 편지함으로 도착한 메일을 %s 안에 확인해서 등록 절차를 완료하십시오.
reset_password_mail_sent_prompt=확인 메일이 <b>%s</b>로 전송되었습니다. 받은 편지함으로 도착한 메일을 %s 안에 확인해서 비밀번호 찾기 절차를 완료하십시오.
active_your_account=계정 활성화
has_unconfirmed_mail=안녕하세요 %s, 이메일 주소(<b>%s</b>)가 확인되지 않았습니다. 확인 메일을 받으시지 못하겼거나 새로운 확인 메일이 필요하다면, 아래 버튼을 클릭해 재발송하실 수 있습니다.
resend_mail=여기를 눌러 확인 메일 재전송
email_not_associate=이 이메일 주소로 등록된 계정이 없습니다.
send_reset_mail=여기를 눌러 비밀번호 초기화 메일을 재전송
reset_password=비밀번호 초기화
reset_password_helper=이곳을 눌러 비밀번호를 재설정
verify=확인
scratch_code=스크래치 코드
use_scratch_code=스크래치 코드 사용
login_openid=OpenID
openid_connect_submit=연결
openid_connect_title=기존 계정으로 연결하기
openid_register_title=새 계정 생성
[mail]
activate_account=계정을 활성화하세요
activate_email=이메일 주소 확인
reset_password=비밀번호 초기화
register_success=등록 완료
register_notify=Gitea에 오신것을 환영합니다!
[modal]
yes=예
no=아니오
[form]
UserName=사용자 이름
RepoName=저장소 이름
Email=이메일 주소
Password=비밀번호
SSHTitle=SSH 키 이름
HttpsUrl=HTTPS URL
PayloadUrl=페이로드 URL
TeamName=팀 이름
AuthName=권한 이름
AdminEmail=관리자 이메일
NewBranchName=새로운 브랜치명
CommitSummary=커밋 요약
CommitMessage=커밋 메시지
CommitChoice=커밋 선택
TreeName=파일 경로
Content=컨텐츠
require_error=` 비어 있을 수 없습니다.`
size_error=` %s 글자여야 합니다.`
min_size_error=` 최소 %s 글자여야 합니다.`
max_size_error=` %s 글자를 넘을 수 없습니다.`
email_error=` 올바른 이메일 주소가 아닙니다.`
url_error=` 올바른 URL이 아닙니다.`
include_error=` 반드시 '%s'를 포함해야 합니다.`
unknown_error=알 수 없는 오류:
user_not_exist=존재하지 않는 사용자입니다.
auth_failed=인증 실패: %v
target_branch_not_exist=대상 브랜치가 존재하지 않습니다.
[user]
join_on=가입 :
repositories=저장소
activity=공개 활동
followers=팔로워
following=팔로우 중
follow=추적하기
unfollow=추적해제
form.name_reserved=사용자 이름 '%s'는 예약되어 있습니다.
[settings]
profile=프로필
password=비밀번호
avatar=아바타
ssh_gpg_keys=SSH / GPG 키
social=소셜 계정
delete=계정 삭제
twofa=2단계 인증
uid=Uid
public_profile=공개 프로필
full_name=성명
website=웹 사이트
location=위치
update_profile=프로필 업데이트
update_profile_success=프로필이 업데이트 되었습니다.
continue=계속하기
cancel=취소
federated_avatar_lookup=연합 아바타 조회
enable_custom_avatar=사용자정의 아바타를 사용
choose_new_avatar=새로운 아바타 선택
delete_current_avatar=현재 아바타 삭제
old_password=현재 비밀번호
new_password=새 비밀번호
emails=이메일 주소
email_desc=주 사용 이메일 주소는 알림과 기타 작업에 사용됩니다.
primary=기본
manage_ssh_keys=SSH 키 관리
manage_gpg_keys=GPG 키 관리
add_key=키 추가
add_new_key=SSH 키 추가
add_new_gpg_key=GPG 키 추가
key_id=키 ID
key_name=키 이름
key_content=컨텐츠
add_on=추가 :
valid_until=까지 유효
valid_forever=영원히 유효
last_used=마지막 사용 :
no_activity=최근 활동 없음
key_state_desc=이 키는 최근 1주일 동안 사용된 적이 있습니다.
token_state_desc=이 토큰은 최근 1주일 동안 사용된 적이 있습니다.
show_openid=프로필에 표시
hide_openid=프로필에서 숨기기
manage_social=SNS계정 관리
generate_new_token=새 토큰을 생성
token_name=토큰 이름
generate_token=토큰 생성
delete_token=삭제
scan_this_image=이 이미지를 당신의 인증 애플리케이션에서 스캔하세요:
or_enter_secret=또는 이 비밀키를 입력하세요: %s
orgs_none=당신은 어떤 조직의 구성원도 아닙니다.
repos_none=어떤 레포지터리도 존재하지 않습니다.
delete_account=계정 삭제
confirm_delete_account=삭제 승인
[repo]
owner=소유자
repo_name=저장소 이름
visibility=가시성
fork_repo=저장소 포크
fork_from=원본 프로젝트 :
repo_desc=설명
repo_lang=언어
license=라이센스
create_repo=저장소 만들기
default_branch=기본 브랜치
mirror_prune=정리
watchers=주시하고 있는 사람들
stargazers=별을 준 사람들
forks=포크
form.reach_limit_of_creation=이미 최대치인 %d 개의 레포지터리를 가지고 있습니다.
form.name_reserved=저장소 이름 '%s'은 예약 되어 있습니다.
migrate_type=마이그레이션 유형
migrate_type_helper=이 저장소는 <span class="text blue">미러</span>가 됩니다.
migrate_repo=저장소 마이그레이션
migrate.permission_denied=로컬 저장소는 가져오기를 할 수 없습니다.
migrate.failed=마이그레이션 실패: %v
mirror_from=의 미러
forked_from=원본 프로젝트 :
copy_link=복사
copied=복사 완료
unwatch=보지않기
watch=보기
unstar=좋아요 취소
star=좋아요
fork=포크
no_desc=설명 없음
quick_guide=퀵 가이드
clone_this_repo=이 저장소 복제
create_new_repo_command=커맨드 라인에서 새 레포리지터리 생성
push_exist_repo=커맨드라인에서 기존 레포지터리 푸시
code=코드
branch=브렌치
tree=트리
filter_branch_and_tag=브랜치나 태그로 필터
branches=브랜치
tags=태그
issues=이슈
pulls=풀 리퀘스트
labels=레이블
milestones=마일스톤
commits=커밋
releases=릴리즈
file_history=히스토리
file_view_raw=원본 보기
file_permalink=고유링크
stored_lfs=Git LFS에 저장되어 있습니다
editor.preview_changes=변경내용 미리보기
editor.or=혹은
editor.commit_changes=변경 내용을 커밋
editor.add_tmpl=추가 '%s/<filename>'
editor.add=추가 '%s'
editor.update=업데이트 '%s'
editor.delete=삭제 '%s'
editor.commit_directly_to_this_branch=<strong class="branch-name">%s</strong> 브랜치에서 직접 커밋해주세요.
editor.create_new_branch=이 커밋에 대한 <strong>새로운 브랜치</strong>를 만들고 끌어오기 요청을 시작합니다.
editor.cancel=취소
editor.branch_already_exists=이 저장소에 브랜치 '%s'가 이미 존재합니다.
editor.no_changes_to_show=표시할 변경사항이 없습니다.
editor.fail_to_update_file=파일 '%s'를 변경/추가 하는데 실패하였습니다. 에러: %v
editor.unable_to_upload_files=파일 '%s'를 업로드하는데 실패하였습니다. 에러: %v
editor.upload_files_to_dir=파일 업로드 '%s'
commits.commits=커밋
commits.find=검색
commits.author=작성자
commits.message=메시지
commits.date=날짜
commits.older=이전
commits.newer=최신
commits.signed_by=로그인 계정
issues.new=새로운 이슈
issues.new.labels=레이블
issues.new.no_label=레이블 없음
issues.new.clear_labels=레이블 초기화
issues.new.milestone=마일스톤
issues.new.no_milestone=마일스톤 없음
issues.new.clear_milestone=마일스톤 초기화
issues.new.open_milestone=마일스톤 생성
issues.new.closed_milestone=마일스톤 닫기
issues.no_ref=Branch/Tag 가 지정되어 있지 않습니다.
issues.create=이슈 생성
issues.new_label=새로운 레이블
issues.create_label=레이블 만들기
issues.label_templates.title=사전정의 라벨 로드
issues.label_templates.helper=라벨 세트 선택
issues.label_templates.fail_to_load_file=라벨 템플릿 파일 '%s'를 로드하는데 실패하였습니다.: %v
issues.deleted_milestone=`(삭제됨)`
issues.open_tab=%d 오픈
issues.close_tab=%d 닫힘
issues.filter_label=레이블
issues.filter_milestone=마일스톤
issues.filter_assignee=담당자
issues.filter_type=유형
issues.filter_type.all_issues=모든 이슈
issues.filter_type.assigned_to_you=나에게 할당됨
issues.filter_type.created_by_you=내가 생성함
issues.filter_type.mentioning_you=나를 언급함
issues.filter_sort=정렬
issues.filter_sort.latest=최신
issues.filter_sort.oldest=오래된
issues.filter_sort.recentupdate=최근 업데이트
issues.filter_sort.leastupdate=가장 최근에 업데이트
issues.filter_sort.mostcomment=가장 많은 코멘트
issues.filter_sort.leastcomment=가장 적은 코멘트
issues.action_open=열기
issues.action_close=닫기
issues.action_label=레이블
issues.action_milestone=마일스톤
issues.action_milestone_no_select=마일스톤 없음
issues.action_assignee=담당자
issues.action_assignee_no_select=담당자 없음
issues.opened_by=<a href="%[2]s"> %[3]s</a>가 %[1]s을 오픈
issues.opened_by_fake=%[2]s이 %[1]s를 오픈
issues.previous=이전
issues.next=다음
issues.open_title=오픈
issues.closed_title=닫힘
issues.num_comments=%d개의 코멘트
issues.commented_at=`코멘트됨, <a href="#%s">%s</a>`
issues.delete_comment_confirm=이 댓글을 정말 삭제하시겠습니까?
issues.no_content=아직 콘텐츠가 없습니다.
issues.close_issue=닫기
issues.reopen_issue=다시 열기
issues.create_comment=코멘트
issues.closed_at=`<a id="%[1]s" href="#%[1]s">%[2]s</a>가 Close`
issues.reopened_at=`<a id="%[1]s" href="#%[1]s">%[2]s</a>를 다시 열음`
issues.commit_ref_at=` 커밋 <a id="%[1]s" href="#%[1]s">%[2]s</a>에서 이 이슈 언급`
issues.poster=포스터
issues.collaborator=협업자
issues.owner=소유자
issues.sign_in_require_desc=<a href="%s">로그인</a>하여 이 대화에 참여
issues.edit=수정
issues.cancel=취소
issues.save=저장
issues.label_title=레이블 이름
issues.label_color=레이블 색상
issues.label_count=레이블 %d개
issues.label_open_issues=열린 이슈 %d개
issues.label_edit=수정
issues.label_delete=삭제
issues.label.filter_sort.alphabetically=알파벳순
issues.label.filter_sort.reverse_alphabetically=이름 역순으로 정렬
issues.label.filter_sort.by_size=크기
issues.num_participants=참여자 %d명
issues.attachment.open_tab=`클릭하여 "%s" 새탭으로 보기`
issues.attachment.download=' "%s"를 다운로드 하려면 클릭 하십시오 '
issues.subscribe=구독하기
issues.unsubscribe=구독 취소
issues.start_tracking_short=시작
issues.start_tracking_history=`%s가 작업 시작`
issues.stop_tracking=중단
issues.stop_tracking_history=`작업 중단 %s`
issues.add_time_cancel=취소
issues.add_time_history=`사용 시간이 추가됨 %s`
issues.add_time_hours=시간
issues.add_time_minutes=분
issues.cancel_tracking=취소
pulls.new=새 풀 리퀘스트
pulls.filter_branch=Filter Branch
pulls.no_results=결과 없음
pulls.create=풀 리퀘스트 생성
pulls.title_desc=<code>%[2]s</code> 에서 <code>%[3]s</code> 로 %[1]d commits 를 머지하려 합니다
pulls.merged_title_desc=<code>%[2]s</code> 에서 <code>%[3]s</code> 로 %[1]d commits 를 머지했습니다 %[4]s
pulls.tab_conversation=대화
pulls.tab_commits=커밋
pulls.reopen_to_merge=머지 작업을 수행하려면 이 풀 리퀘스트를 다시 열어주세요.
pulls.merged=병합
pulls.can_auto_merge_desc=이 풀리퀘스트는 자동적으로 머지될 수 있습니다.
pulls.merge_pull_request=풀리퀘스트 머지
milestones.new=새로운 마일스톤
milestones.open_tab=%d개 열림
milestones.close_tab=%d개 닫힘
milestones.closed=닫힘 %s
milestones.no_due_date=기한 없음
milestones.open=열기
milestones.close=닫기
milestones.create=마일스톤 생성
milestones.title=타이틀
milestones.desc=설명
milestones.due_date=기한 (선택 사항)
milestones.clear=지우기
milestones.edit=마일스톤 편집
milestones.cancel=취소
wiki=위키
wiki.page=페이지
wiki.save_page=페이지 저장하기
wiki.last_commit_info=%s이(가) %s에 이 페이지를 수정함
wiki.edit_page_button=수정하기
wiki.new_page_button=새로운 페이지
wiki.delete_page_button=페이지 삭제
wiki.page_already_exists=같은 이름의 위키 페이지가 이미 존재 합니다.
wiki.pages=페이지
wiki.last_updated=마지막 업데이트: %s
settings=설정
settings.collaboration.write=쓰기
settings.collaboration.read=읽기
settings.collaboration.undefined=미정의
settings.basic_settings=기본 설정
settings.mirror_settings=미러 설정
settings.update_settings=설정 저장
settings.advanced_settings=고급 설정
settings.external_wiki_url=외부 위키 URL
settings.tracker_url_format=외부 이슈 트래커 URL 형식
settings.tracker_issue_style.numeric=숫자
settings.tracker_issue_style.alphanumeric=문자 숫자
settings.danger_zone=위험 설정
settings.new_owner_has_same_repo=새로운 소유자가 같은 이름의 저장소를 이미 가지고 있습니다. 다른 이름을 선택해주세요.
settings.transfer=소유권 이전
settings.delete=이 저장소 삭제
settings.delete_notices_1=- 이 작업은 취소할 수 <strong>없습니다.</strong>
settings.transfer_owner=새 소유자
settings.add_webhook=Webhook 추가
settings.webhook.test_delivery=전달 시험
settings.webhook.request=요청
settings.webhook.response=응답
settings.webhook.headers=제목
settings.webhook.body=본문
settings.githook_edit_desc=후크가 비활성인 경우 샘플 콘텐츠가 표시됩니다. 내용을 빈 값으로 두면 이 훅은 비활성화됩니다.
settings.githook_name=Hook 이름
settings.githook_content=Hook 내용
settings.update_githook=Hook 갱신
settings.secret=비밀
settings.slack_username=사용자 이름
settings.slack_icon_url=아이콘 URL
settings.slack_color=색
settings.event_create=생성
settings.event_pull_request=끌어오기 요청
settings.event_push=푸시
settings.update_webhook=Webhook 갱신
settings.recent_deliveries=최근의 Deliveries
settings.hook_type=훅 타입
settings.slack_token=토큰
settings.slack_domain=도메인
settings.slack_channel=채널
settings.deploy_keys=배포 키
settings.add_deploy_key=배포 키 추가
settings.title=제목
settings.deploy_key_content=내용
settings.branches=브랜치
settings.protected_branch=브랜치 보호
settings.add_protected_branch=보호 활성화
settings.delete_protected_branch=보호 비활성화
diff.browse_source=소스 검색
diff.parent=부모
diff.commit=커밋
diff.data_not_available=변경 데이터를 사용할 수 없습니다.
diff.show_diff_stats=변경상태 보기
diff.show_split_view=분할 보기
diff.show_unified_view=통합 보기
diff.stats_desc=<strong>%d개의 변경된 파일</strong>과 <strong>%d개의 추가작업</strong> 그리고 <strong>%d개의 파일을 삭제</strong>
diff.bin=BIN
diff.view_file=파일 보기
diff.file_suppressed=파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
diff.too_many_files=이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.
release.releases=릴리즈
release.new_release=새로운 릴리즈
release.draft=초안
release.prerelease=사전 릴리즈
release.stable=안정
release.edit=편집
release.ahead=이 릴리스 이후로 <strong>%d</strong> %s에 커밋합니다.
release.source_code=소스 코드
release.tag_name=태그 이름
release.target=대상
release.title=제목
release.content=컨텐츠
release.cancel=취소
release.publish=릴리즈 게시
release.save_draft=초안 저장
release.deletion_success=릴리즈가 삭제되었습니다.
release.downloads=다운로드
[org]
org_name_holder=조직 이름
org_full_name_holder=조직 전체 이름
create_org=새로운 조직
repo_updated=업데이트됨
people=사람
teams=팀
lower_members=회원
lower_repositories=저장소
org_desc=설명
team_name=팀 이름
team_desc=설명
settings=설정
settings.full_name=성명
settings.website=웹 사이트
settings.location=위치
settings.update_settings=설정 업데이트
settings.update_setting_success=조직 설정이 변경되었습니다.
settings.delete=조직 삭제
settings.delete_account=이 조직을 삭제합니다.
settings.confirm_delete_account=삭제 승인
members.membership_visibility=회원 표시:
members.member_role=회원 역할:
members.owner=소유자
members.member=멤버
members.remove=제거
members.leave=나가기
members.invite_desc=새로운 맴버를 %s에 추가:
members.invite_now=지금 초대하기
teams.join=가입
teams.leave=탈퇴
teams.read_access=읽기 접근
teams.write_access=쓰기 접근
teams.no_desc=이 팀은 설명이 없습니다.
teams.settings=설정
teams.members=팀 구성원
teams.update_settings=설정 업데이트
teams.add_team_member=팀 구성원 추가
teams.delete_team_success=팀이 삭제되었습니다.
teams.repositories=팀 저장소
teams.add_team_repository=팀 저장소 추가
teams.remove_repo=삭제
teams.add_nonexistent_repo=추가하려는 저장소를 존재하지 않습니다. 먼저 생성해주세요.
[admin]
dashboard=대시보드
organizations=조직
repositories=저장소
config=설정
notices=시스템 공지
monitor=모니터링
first_page=처음
last_page=마지막
total=총: %d
dashboard.operation_name=작업 명
dashboard.operation_switch=스위치
dashboard.operation_run=실행
dashboard.server_uptime=서버를 켠 시간
dashboard.current_goroutine=현재 Go루틴
dashboard.current_memory_usage=현재 메모리 사용율
dashboard.total_memory_allocated=전체 할당 메모리
dashboard.memory_obtained=메모리 확보
dashboard.pointer_lookup_times=포인터 조회 시간
dashboard.current_heap_usage=현재 힙 사용현황
dashboard.heap_memory_obtained=힙 메모리 확보
dashboard.heap_memory_idle=힙 메모리 유휴
dashboard.heap_memory_in_use=힙 메모리 사용중
dashboard.heap_memory_released=힙 메모리 풀림
dashboard.heap_objects=힙 객체
dashboard.bootstrap_stack_usage=부트스트랩 스택 사용현황
dashboard.stack_memory_obtained=스택 메모리 확보
dashboard.mspan_structures_usage=MSpan 구조 사용현황
dashboard.mspan_structures_obtained=MSpan 구조 확보
dashboard.mcache_structures_usage=MCache 구조 사용현황
dashboard.mcache_structures_obtained=MCache 구조 확보
dashboard.profiling_bucket_hash_table_obtained=버켓 해시 테이블 확보 프로파일링
dashboard.gc_metadata_obtained=가비지 콜렉션 메타 데이터 확보
dashboard.other_system_allocation_obtained=기타 시스템 할당 확보
dashboard.next_gc_recycle=다음 가비지 콜렉션 순환
dashboard.last_gc_time=마지막 가비지 콜렉션 시간
dashboard.total_gc_time=모든 가비지 콜렉션 중지
dashboard.total_gc_pause=모든 가비지 콜렉션 중지
dashboard.last_gc_pause=마지막 가비지 콜렉션 중지
dashboard.gc_times=가비지 콜렉션 시간
users.activated=활성화됨
users.admin=관리자
users.repos=저장소
users.created=작성일
users.edit=수정하기
users.auth_source=인증 소스
users.local=로컬
orgs.name=이름
orgs.teams=팀
orgs.members=멤버
repos.owner=소유자
repos.name=이름
repos.private=비공개
repos.watches=지켜보기
repos.issues=이슈
auths.name=이름
auths.type=유형
auths.enabled=활성화됨
auths.updated=업데이트됨
auths.auth_type=인증 유형
auths.auth_name=인증 이름
auths.security_protocol=보안 프로토콜
auths.domain=도메인
auths.host=호스트
auths.port=포트
auths.bind_dn=DN 연결
auths.bind_password=비밀번호 연결
auths.user_base=사용자 검색 기준
auths.user_dn=사용자 DN
auths.filter=사용자 필터
auths.admin_filter=관리자 필터
auths.smtp_auth=SMTP 인증 유형
auths.smtphost=SMTP 호스트
auths.smtpport=SMTP 포트
auths.allowed_domains=허용된 도메인
auths.enable_tls=TLS 암호화 활성화
auths.skip_tls_verify=TLS 검증 건너뛰기
auths.pam_service_name=PAM 서비스 명
auths.enable_auto_register=자동 등록을 활성화
auths.tips=도움말
config.server_config=서버 설정
config.disable_router_log=라우터 로그 비활성화
config.run_mode=실행 모드
config.repo_root_path=저장소 최상위 경로
config.static_file_root_path=정적 파일 최상위 경로
config.script_type=스크립트 유형
config.reverse_auth_user=역방향 사용자 인증
config.ssh_config=SSH 설정
config.ssh_enabled=활성화됨
config.ssh_port=포트
config.ssh_listen_port=수신 대기 포트
config.ssh_root_path=최상위 경로
config.ssh_key_test_path=주 테스트 경로
config.ssh_keygen_path=키 생성 ('ssh-keygen') 경로
config.ssh_minimum_key_size_check=최소 키 사이즈 검사
config.ssh_minimum_key_sizes=최소 키 사이즈
config.db_config=데이터베이스 설정
config.db_type=유형
config.db_host=호스트
config.db_name=이름
config.db_path=경로
config.service_config=서비스 설정
config.show_registration_button=등록 버튼을 표시
config.disable_key_size_check=최소 키 크기 검사를 비활성화
config.active_code_lives=코드 만료 기한
config.webhook_config=웹훅 설정
config.queue_length=큐 길이
config.deliver_timeout=시간 제한 사용
config.mailer_enabled=활성화됨
config.mailer_disable_helo=HELO 비활성화
config.mailer_name=이름
config.mailer_host=호스트
config.mailer_user=사용자
config.oauth_config=OAuth 설정
config.oauth_enabled=활성화됨
config.cache_config=캐시 설정
config.cache_adapter=캐시 어댑터
config.cache_interval=캐시 간격
config.cache_conn=캐시 연결
config.session_config=세션 설정
config.session_provider=세션 공급자
config.provider_config=공급자 설정
config.cookie_name=쿠키 이름
config.enable_set_cookie=쿠키 활성화
config.gc_interval_time=GC 인터벌 시간
config.session_life_time=세션 수명
config.https_only=HTTPS만
config.cookie_life_time=쿠키 수명
config.picture_service=이미지 서비스
config.disable_gravatar=Gravatar 사용안함
config.enable_federated_avatar=연합 아바타 사용
config.git_config=깃 설정
config.git_disable_diff_highlight=변경 사항 구문 강조 비활성화
config.git_max_diff_lines=변경사항 최대 표시 줄 수 (단일 파일에 대해)
config.git_max_diff_line_characters=변경사항 최대 표시 문자 수 (단일 행에 대해)
config.git_max_diff_files=변경사항 최대 파일 개 수 (표시 되는)
config.git_gc_args=가비지 콜렉션 인수
config.git_migrate_timeout=마이그레이션 제한 시간
config.git_mirror_timeout=미러 업데이트 시간 제한
config.git_clone_timeout=복제 작업 시간 제한
config.git_pull_timeout=끌어오기 작업 시간 제한
config.git_gc_timeout=가비지 콜렉션 작업 시간 제한
config.log_config=로그 설정
config.log_mode=로그 모드
monitor.cron=Cron 작업
monitor.name=이름
monitor.schedule=스케줄
monitor.next=다음 시간
monitor.previous=이전 시간
monitor.process=실행중인 프로세스들
monitor.desc=설명
monitor.start=시작 시간
monitor.execute_time=실행 시간
notices.system_notice_list=시스템 공지
notices.actions=동작
notices.select_all=모두 선택
notices.deselect_all=모두 선택 해제
notices.inverse_selection=선택 반전
notices.delete_selected=선택 삭제
notices.delete_all=모든 알림을 삭제
notices.type=유형
notices.type_1=저장소
notices.desc=설명
notices.op=일.
[action]
create_repo=저장소를 만들었습니다. <a href="%s">%s</a>
rename_repo=<code>%[1]s에서</code>에서 <a href="%[2]s"> %[3]s</a>으로 저장소 이름을 바꾸었습니다.
create_issue=`열린 이슈 <a href="%s/issues/%s"> %s #%[2]s</a>`
close_issue=`닫힌 이슈 <a href="%s/issues/%s"> %s #%[2]s</a>`
reopen_issue=`다시 열린 이슈 <a href="%s/issues/%s"> %s #%[2]s</a>`
create_pull_request=`만들어진 끌어오기 요청 <a href="%s/pulls/%s"> %s #%[2]s</a>`
close_pull_request=`닫힌 끌어오기 요청 <a href="%s/pulls/%s"> %s #%[2]s</a>`
reopen_pull_request=`다시 열린 끌어오기 요청 <a href="%s/pulls/%s"> %s #%[2]s</a>`
comment_issue=`이슈에 댓글이 달렸습니다. <a href="%s/issues/%s"> %s #%[2]s</a>`
merge_pull_request=`병합된 끌어오기 요청 <a href="%s/pulls/%s"> %s #%[2]s</a>`
transfer_repo=<code>%s</code>에서 <a href="%s">%s</a>로 저장소가 전송되었습니다.
compare_commits=%d 커밋들 비교
[tool]
ago=%s 전
from_now=%s 지금부터
now=현재
future=미래
1s=1 초
1m=1 분
1h=1 시간
1d=1 일
1w=1 주
1mon=1 개월
1y=1 년
seconds=%d 초
minutes=%d 분
hours=%d 시간
days=%d 일
weeks=%d 주
months=%d 달
years=%d 년
raw_seconds=초
raw_minutes=분
[dropzone]
file_too_big=파일 크기({{filesize}} MB) 가 최대 크기({{maxFilesize}} MB) 를 초과합니다.
remove_file=파일 제거
[notification]
notifications=알림
mark_as_read=읽음으로 표시
mark_as_unread=읽지 않음으로 표시
[gpg]
error.extract_sign=서명 추출에 실패
error.generate_hash=커밋의 해시 생성에 실패
[units]
|