forked from mattermost/mattermost
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ko.json
5046 lines (5046 loc) · 173 KB
/
ko.json
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
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": "April",
"translation": "4월"
},
{
"id": "August",
"translation": "8월"
},
{
"id": "December",
"translation": "10월"
},
{
"id": "February",
"translation": "2월"
},
{
"id": "January",
"translation": "1월"
},
{
"id": "July",
"translation": "7월"
},
{
"id": "June",
"translation": "6월"
},
{
"id": "March",
"translation": "3월"
},
{
"id": "May",
"translation": "5월"
},
{
"id": "November",
"translation": "11월"
},
{
"id": "October",
"translation": "10월"
},
{
"id": "September",
"translation": "9월"
},
{
"id": "api.admin.add_certificate.no_file.app_error",
"translation": "요청의 'certificate' 항목에 파일이 없습니다."
},
{
"id": "api.admin.add_certificate.open.app_error",
"translation": "인증서를 열 수 없습니다."
},
{
"id": "api.admin.add_certificate.saving.app_error",
"translation": "인증서를 저장할 수 없습니다"
},
{
"id": "api.admin.file_read_error",
"translation": "로그 파일을 읽는데 오류가 발생했습니다"
},
{
"id": "api.admin.get_brand_image.not_available.app_error",
"translation": "커스텀 브랜딩을 설정하지 않았거나 서버에서 지원하지 않습니다"
},
{
"id": "api.admin.get_brand_image.storage.app_error",
"translation": "이미지 저장소가 설정되지 않았습니다."
},
{
"id": "api.admin.init.debug",
"translation": "관리자 API 경로 초기화 중"
},
{
"id": "api.admin.recycle_db_end.warn",
"translation": "DB 연결 재사용 완료"
},
{
"id": "api.admin.recycle_db_start.warn",
"translation": "DB 연결을 재사용하려고 시도 중"
},
{
"id": "api.admin.remove_certificate.delete.app_error",
"translation": "증명서 폐기 중 오류가 발생했습니다. config/{{.Filename}} 파일이 있는지 확인하세요."
},
{
"id": "api.admin.saml.metadata.app_error",
"translation": "서비스 제공자 메타데이터를 빌드하는 중 오류가 발생했습니다."
},
{
"id": "api.admin.test_email.body",
"translation": "<br/><br/><br/> Mattermost 이메일이 잘 설정된 것 같군요!"
},
{
"id": "api.admin.test_email.missing_server",
"translation": "SMTP 서버가 필요합니다"
},
{
"id": "api.admin.test_email.reenter_password",
"translation": "SMTP 서버, 포트, 사용자 정보가 변경되었습니다. SMTP 비밀번호를 다시 입력해주세요."
},
{
"id": "api.admin.test_email.subject",
"translation": "Mattermost - 이메일 설정 테스트중"
},
{
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "요청의 'image' 속성에 빈 배열이 전달되었습니다"
},
{
"id": "api.admin.upload_brand_image.no_file.app_error",
"translation": "요청의 'image' 속성 아래에 파일이 없습니다"
},
{
"id": "api.admin.upload_brand_image.not_available.app_error",
"translation": "커스텀 브랜딩을 설정하지 않았거나 서버에서 지원하지 않습니다"
},
{
"id": "api.admin.upload_brand_image.parse.app_error",
"translation": "잘못된 multipart form을 파싱할 수 없습니다."
},
{
"id": "api.admin.upload_brand_image.storage.app_error",
"translation": "이미지 업로드를 할 수 없습니다. 이미지 저장소가 설정되지 않았습니다."
},
{
"id": "api.admin.upload_brand_image.too_large.app_error",
"translation": "용량이 커서 파일을 업로드 할 수 없습니다."
},
{
"id": "api.api.init.parsing_templates.debug",
"translation": "서버 템플릿 %v 파싱 중"
},
{
"id": "api.api.init.parsing_templates.error",
"translation": "서버 템플릿 %v 를 파싱하는데 실패하였습니다"
},
{
"id": "api.api.render.error",
"translation": "템플릿 %v 를 렌더링하는 도중 다음 오류가 발생하였습니다: %v"
},
{
"id": "api.auth.unable_to_get_user.app_error",
"translation": "권한을 확인하기 위한 유저 정보를 가져올 수 없습니다."
},
{
"id": "api.channel.add_member.added",
"translation": "%v 이/가 %v에 의해 채널에 추가되었습니다"
},
{
"id": "api.channel.add_member.find_channel.app_error",
"translation": "채널을 찾는 데 실패하였습니다"
},
{
"id": "api.channel.add_member.find_user.app_error",
"translation": "추가할 사용자를 찾는 데 실패하였습니다"
},
{
"id": "api.channel.add_member.user_adding.app_error",
"translation": "추가를 요청한 사용자를 찾는 데 실패하였습니다"
},
{
"id": "api.channel.add_user.to.channel.failed.app_error",
"translation": "사용자를 채널에 추가하는 데 실패하였습니다"
},
{
"id": "api.channel.add_user.to.channel.failed.deleted.app_error",
"translation": "사용자가 팀에서 제거되어 채널에 추가할 수 없습니다."
},
{
"id": "api.channel.add_user_to_channel.deleted.app_error",
"translation": "채널이 보존 처리 혹은 삭제되었습니다"
},
{
"id": "api.channel.add_user_to_channel.type.app_error",
"translation": "이 유형의 채널엔 사용자를 추가할 수 없습니다"
},
{
"id": "api.channel.can_manage_channel.private_restricted_system_admin.app_error",
"translation": "비공개 그룹 생성, 관리는 시스템 관리자 권한이 필요합니다."
},
{
"id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error",
"translation": "비공개 그룹 생성, 관리는 팀 관리자 또는 시스템 관리자 권한이 필요합니다."
},
{
"id": "api.channel.can_manage_channel.public_restricted_system_admin.app_error",
"translation": "공개 채널 생성, 관리는 시스템 관리자 권한이 필요합니다."
},
{
"id": "api.channel.can_manage_channel.public_restricted_team_admin.app_error",
"translation": "공개 채널 생성, 관리는 팀 관리자 또는 시스템 관리자 권한이 필요합니다."
},
{
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "개인 메시지 채널을 만들기 위해선 반드시 createDirectChannel API 서비스를 이용해야 합니다"
},
{
"id": "api.channel.create_channel.invalid_character.app_error",
"translation": "채널 이름 중 '__' 와 같은 글자는 개인 메시지가 아닌 채널에 적합하지 않습니다"
},
{
"id": "api.channel.create_default_channels.off_topic",
"translation": "잡담방"
},
{
"id": "api.channel.create_default_channels.town_square",
"translation": "광장"
},
{
"id": "api.channel.create_direct_channel.invalid_user.app_error",
"translation": "사용자 아이디가 적합하지 않습니다"
},
{
"id": "api.channel.delete_channel.archived",
"translation": "%v 가 채널을 보존 처리 하였습니다."
},
{
"id": "api.channel.delete_channel.cannot.app_error",
"translation": "기본 채널 {{.Channel}} 은/는 삭제할 수 없습니다"
},
{
"id": "api.channel.delete_channel.deleted.app_error",
"translation": "채널이 보존 처리 혹은 삭제되었습니다"
},
{
"id": "api.channel.delete_channel.failed_post.error",
"translation": "아카이브 메시지 %v 를 포스트 하는 데 실패하였습니다"
},
{
"id": "api.channel.delete_channel.failed_send.app_error",
"translation": "아카이브 메시지를 보내는 데 실패했습니다"
},
{
"id": "api.channel.delete_channel.incoming_webhook.error",
"translation": "Incoming webhook을 삭제하는 중 오류가 발생하였습니다. id=%v"
},
{
"id": "api.channel.delete_channel.outgoing_webhook.error",
"translation": "Outgoing webhook을 삭제하는 중 오류가 발생하였습니다. id=%v"
},
{
"id": "api.channel.delete_channel.permissions.app_error",
"translation": "작업을 할 수 있는 권한이 없습니다"
},
{
"id": "api.channel.get_channel.wrong_team.app_error",
"translation": "team_id={{.TeamId}} 팀에 channel_id={{.ChannelId}} 채널이 없습니다"
},
{
"id": "api.channel.get_channel_counts.app_error",
"translation": "채널의 갯수를 데이터베이스에서 가져오지 못했습니다"
},
{
"id": "api.channel.get_channel_extra_info.deleted.app_error",
"translation": "채널이 보존 처리 혹은 삭제되었습니다"
},
{
"id": "api.channel.get_channel_extra_info.member_limit.app_error",
"translation": "최대 멤버 수를 파싱하는 데 실패하였습니다"
},
{
"id": "api.channel.get_channels.error",
"translation": "강제 로그아웃 중 id=%v 유저 프로필을 가져오는 중 오류가 발생했습니다"
},
{
"id": "api.channel.init.debug",
"translation": "채널 API 경로 초기화 중"
},
{
"id": "api.channel.join_channel.permissions.app_error",
"translation": "사용 권한이 없습니다."
},
{
"id": "api.channel.join_channel.post_and_forget",
"translation": "%v 이(가) 채널에 들어왔습니다."
},
{
"id": "api.channel.leave.default.app_error",
"translation": "기본 채널은 삭제할 수 없습니다 {{.Channel}}"
},
{
"id": "api.channel.leave.direct.app_error",
"translation": "개인 메시지 채널은 나갈 수 없습니다"
},
{
"id": "api.channel.leave.last_member.app_error",
"translation": "비공개 그룹에 당신밖에 남지 않았습니다. 이 그룹을 떠나는 대신 그룹을 삭제하세요."
},
{
"id": "api.channel.leave.left",
"translation": "%v 가 채널을 보존 처리 하였습니다."
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.join_leave.error",
"translation": "메시지 %v 를 포스트 하는 데 실패하였습니다"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.removed",
"translation": "%s이(가) 채널 헤더를 제거했습니다 (이전: %s)"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.retrieve_user.error",
"translation": "업데이트 채널 헤더 메시지 %v을(를) 저장 시도중 사용자를 가져오는데 실패했습니다"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.updated_from",
"translation": "%s 이(가) 채널 헤더를 %s에서 %s(으)로 갱신했습니다"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.updated_to",
"translation": "%s이(가) 채널 헤더를 %s로 갱신했습니다"
},
{
"id": "api.channel.post_user_add_remove_message_and_forget.error",
"translation": "메시지 %v 를 포스트 하는 데 실패하였습니다"
},
{
"id": "api.channel.remove_member.permissions.app_error",
"translation": "작업을 할 수 있는 권한이 없습니다."
},
{
"id": "api.channel.remove_member.removed",
"translation": "%v 가 채널에서 제거되었습니다."
},
{
"id": "api.channel.remove_member.unable.app_error",
"translation": "사용자를 제거할 수 없습니다."
},
{
"id": "api.channel.remove_member.user.app_error",
"translation": "제거할 사용자를 찾는 데 실패하였습니다"
},
{
"id": "api.channel.remove_user_from_channel.deleted.app_error",
"translation": "채널이 보존 처리 혹은 삭제되었습니다"
},
{
"id": "api.channel.update_channel.deleted.app_error",
"translation": "채널이 보존 처리 혹은 삭제되었습니다"
},
{
"id": "api.channel.update_channel.permission.app_error",
"translation": "작업을 할 수 있는 권한이 없습니다."
},
{
"id": "api.channel.update_channel.tried.app_error",
"translation": "기본 채널 {{.Channel}}에 적절하지 않은 갱신을 시도했습니다"
},
{
"id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
"translation": "읽지 않은 메시지 갯수를 가져오지 못했습니다. user_id=%v and channel_id=%v, err=%v"
},
{
"id": "api.command.admin_only.app_error",
"translation": "연동은 관리자만 사용할 수 있습니다."
},
{
"id": "api.command.delete.app_error",
"translation": "삭제 명령 권한 없음"
},
{
"id": "api.command.disabled.app_error",
"translation": "시스템 관리자가 비활성화한 명령입니다."
},
{
"id": "api.command.duplicate_trigger.app_error",
"translation": "선택한 트리거 단어는 이미 사용중입니다. 다른 단어를 선택해주세요."
},
{
"id": "api.command.execute_command.debug",
"translation": "실행 cmd=%v userId=%v"
},
{
"id": "api.command.execute_command.failed.app_error",
"translation": "트리거 '{{.Trigger}}'에 의한 명령어가 실패했습니다"
},
{
"id": "api.command.execute_command.failed_empty.app_error",
"translation": "트리거 '{{.Trigger}}'에 의한 명령어가 빈 응답을 반환했습니다"
},
{
"id": "api.command.execute_command.failed_resp.app_error",
"translation": "트리거 '{{.Trigger}}'에 의한 명령어가 응답 {{.Status}}을(를) 반환했습니다"
},
{
"id": "api.command.execute_command.not_found.app_error",
"translation": "트리거 '{{.Trigger}}'에 의한 명령어를 찾을 수 없습니다"
},
{
"id": "api.command.execute_command.save.app_error",
"translation": "채널에 명령어 응답을 저장하는 중 오류가 발생했습니다"
},
{
"id": "api.command.execute_command.start.app_error",
"translation": "명령어 트리거를 찾을 수 없습니다"
},
{
"id": "api.command.init.debug",
"translation": "명령 API 경로 초기화 중"
},
{
"id": "api.command.invite_people.desc",
"translation": "여러분의 Mattermost 팀에게 초대 메일을 보내기"
},
{
"id": "api.command.invite_people.email_off",
"translation": "이메일이 설정되어 있지 않아서 초대메일 보낼 수 없음"
},
{
"id": "api.command.invite_people.fail",
"translation": "초대 이메일을 보낼 때 오류가 발생했습니다"
},
{
"id": "api.command.invite_people.hint",
"translation": "[[email protected] ...]"
},
{
"id": "api.command.invite_people.name",
"translation": "초대하기"
},
{
"id": "api.command.invite_people.no_email",
"translation": "정확한 이메일을 입력해주세요"
},
{
"id": "api.command.invite_people.sent",
"translation": "초대 이메일을 보냈습니다"
},
{
"id": "api.command.regen.app_error",
"translation": "명령어 토큰을 재생성할 권한 없음"
},
{
"id": "api.command_away.desc",
"translation": "현재 상태를 자리비움으로 설정합니다."
},
{
"id": "api.command_away.name",
"translation": "자리 비움"
},
{
"id": "api.command_away.success",
"translation": "이제 자리비움 상태입니다."
},
{
"id": "api.command_collapse.desc",
"translation": "이미지 미리보기를 자동으로 접습니다"
},
{
"id": "api.command_collapse.name",
"translation": "닫기"
},
{
"id": "api.command_echo.create.app_error",
"translation": "/echo 글을 생성할 수 없습니다, err=%v"
},
{
"id": "api.command_echo.delay.app_error",
"translation": "딜레이는 10000초보다 작아야 합니다"
},
{
"id": "api.command_echo.desc",
"translation": "당신의 계정에서 보낸 Echo back 텍스트"
},
{
"id": "api.command_echo.high_volume.app_error",
"translation": "에코 요청이 너무 많아 요청을 진행할 수 없습니다."
},
{
"id": "api.command_echo.hint",
"translation": "'메시지' [딜레이(초)]"
},
{
"id": "api.command_echo.name",
"translation": "에코"
},
{
"id": "api.command_expand.desc",
"translation": "이미지 미리보기를 자동으로 접지 않습니다"
},
{
"id": "api.command_expand.name",
"translation": "확장"
},
{
"id": "api.command_expand_collapse.fail.app_error",
"translation": "미리보기를 확장하는 중 오류가 발생하였습니다"
},
{
"id": "api.command_join.desc",
"translation": "열린 채널에 참가"
},
{
"id": "api.command_join.fail.app_error",
"translation": "채널에 참가하는 중 오류가 발생했습니다."
},
{
"id": "api.command_join.hint",
"translation": "[채널 이름]"
},
{
"id": "api.command_join.list.app_error",
"translation": "채널 목록을 나열하는 중 오류가 발생했습니다."
},
{
"id": "api.command_join.missing.app_error",
"translation": "채널을 찾을 수 없습니다"
},
{
"id": "api.command_join.name",
"translation": "참가"
},
{
"id": "api.command_join.success",
"translation": "참가한 채널"
},
{
"id": "api.command_logout.desc",
"translation": "Mattermost 로그아웃"
},
{
"id": "api.command_logout.fail_message",
"translation": "로그아웃 실패"
},
{
"id": "api.command_logout.name",
"translation": "로그아웃"
},
{
"id": "api.command_logout.success_message",
"translation": "로그아웃하는 중..."
},
{
"id": "api.command_me.desc",
"translation": "액션 실행"
},
{
"id": "api.command_me.hint",
"translation": "[메시지]"
},
{
"id": "api.command_me.name",
"translation": "나"
},
{
"id": "api.command_msg.desc",
"translation": "유저에게 개인 메시지 전송"
},
{
"id": "api.command_msg.dm_fail.app_error",
"translation": "메시지를 전송하는 중 오류가 발생했습니다."
},
{
"id": "api.command_msg.fail.app_error",
"translation": "사용자에게 메시지를 전달하는 중에 오류가 발생했습니다."
},
{
"id": "api.command_msg.hint",
"translation": "@[유저이름] '메세지'"
},
{
"id": "api.command_msg.list.app_error",
"translation": "사용자 목록을 표시하는 중 오류가 발생했습니다."
},
{
"id": "api.command_msg.missing.app_error",
"translation": "사용자를 찾을 수 없습니다"
},
{
"id": "api.command_msg.name",
"translation": "메시지"
},
{
"id": "api.command_msg.success",
"translation": "메세지를 보낸 유저."
},
{
"id": "api.command_offline.desc",
"translation": "현재 상태를 오프라인으로 설정합니다."
},
{
"id": "api.command_offline.name",
"translation": "오프라인"
},
{
"id": "api.command_offline.success",
"translation": "이제 오프라인 상태입니다."
},
{
"id": "api.command_online.desc",
"translation": "현재 상태를 온라인으로 설정합니다."
},
{
"id": "api.command_online.name",
"translation": "온라인"
},
{
"id": "api.command_online.success",
"translation": "이제 온라인 상태입니다."
},
{
"id": "api.command_shortcuts.browser",
"translation": "#### 브라우저 내장 단축키\n\nALT+LEFT: 이전 채널\nALT+RIGHT: 다음 채널\nCTRL+PLUS: 폰트 사이즈 키우기 (zoom in)\nCTRL+MINUS: 폰트 사이즈 줄이기 (zoom out)\n(입력란에서)SHIFT+UP: 이전 줄까지 선택\n(입력란에서)SHIFT+DOWN: 다음 줄 까지 선택\n(입력란에서)SHIFT+ENTER: 줄 바꿈\n"
},
{
"id": "api.command_shortcuts.browser_mac",
"translation": "#### 브라우저 내장 단축키\n\nCMD+[: 이전 채널\nCMD+]: 다음 채널\nCMD+PLUS: 폰트 사이즈 키우기 (zoom in)\nCMD+MINUS: 폰트 사이즈 줄이기 (zoom out)\n(입력란에서)SHIFT+UP: 이전 줄까지 선택\n(입력란에서)SHIFT+DOWN: 다음 줄 까지 선택\n(입력란에서)SHIFT+ENTER: 줄 바꿈\n"
},
{
"id": "api.command_shortcuts.desc",
"translation": "단축키 목록을 표시합니다."
},
{
"id": "api.command_shortcuts.files",
"translation": "#### 파일\n\nCTRL+U: 파일 업로드\n\n"
},
{
"id": "api.command_shortcuts.files_mac",
"translation": "#### 파일\n\nCMD+U: 파일 업로드\n\n"
},
{
"id": "api.command_shortcuts.msgs",
"translation": "#### 메시지\n\nESC: 현재 채널의 모든 메시지를 읽음으로 표시\n(빈 입력란에서)CTRL+UP: 바로 이전에 입력했던 메시지나 명령어를 다시 입력합니다.\n(빈 입력란에서)CTRL+DOWN: 바로 이전에 입력했던 메시지나 명령어를 다시 입력합니다.\n(빈 입력란에서)UP: 현재 채널에 가장 최근 메시지를 편집합니다.\n@[character]+TAB: [character]로 시작하는 @사용자명을 자동완성합니다.\n:[character]+TAB: [character]로 시작하는 이모티콘을 자동완성합니다.\n\n"
},
{
"id": "api.command_shortcuts.msgs_mac",
"translation": "#### Messages\n\nESC: Mark all messages in the current channel as read\nCMD+UP (in empty input field): Reprint the previous message or slash command you entered\nCMD+DOWN (in empty input field): Reprint the next message or slash command you entered\nUP (in empty input field): Edit your last message in the current channel\n@[character]+TAB: Autocomplete @username beginning with [character]\n:[character]+TAB: Autocomplete emoji beginning with [character]\n\n"
},
{
"id": "api.command_shortcuts.name",
"translation": "단축키"
},
{
"id": "api.command_shortcuts.nav",
"translation": "### Keyboard Shortcuts\n\n#### Navigation\n\nALT+UP: Previous channel or direct message in left hand sidebar\nALT+DOWN: Next channel or direct message in left hand sidebar\nALT+SHIFT+UP: Previous channel or direct message in left hand sidebar with unread messages\nALT+SHIFT+DOWN: Next channel or direct message in left hand sidebar with unread messages\nCTRL+K: Open a quick channel switcher dialog\nCTRL+SHIFT+A: Open account settings\nCTRL+SHIFT+M: Open recent mentions\n\n"
},
{
"id": "api.command_shortcuts.nav_mac",
"translation": "### Keyboard Shortcuts\n\n#### Navigation\n\nALT+UP: Previous channel or direct message in left hand sidebar\nALT+DOWN: Next channel or direct message in left hand sidebar\nALT+SHIFT+UP: Previous channel or direct message in left hand sidebar with unread messages\nALT+SHIFT+DOWN: Next channel or direct message in left hand sidebar with unread messages\nCMD+K: Open a quick channel switcher dialog\nCMD+SHIFT+A: Open account settings\nCMD+SHIFT+M: Open recent mentions\n\n"
},
{
"id": "api.command_shrug.desc",
"translation": "¯\\_(ツ)_/¯를 메시지에 추가"
},
{
"id": "api.command_shrug.hint",
"translation": "[메시지]"
},
{
"id": "api.command_shrug.name",
"translation": "shrug"
},
{
"id": "api.context.404.app_error",
"translation": "죄송합니다, 페이지를 찾을 수 없습니다."
},
{
"id": "api.context.invalid_param.app_error",
"translation": "적절하지 않은 {{.Name}} 파라미터"
},
{
"id": "api.context.invalid_team_url.debug",
"translation": "올바르지 않은 상황에서 팀 URL에 접근했습니다. 팀 URL은 API 함수나 팀과 관련이 없는 곳에서 사용되어서는 안 됩니다."
},
{
"id": "api.context.invalid_token.error",
"translation": "유효하지않은 세션 토큰=%v, err=%v"
},
{
"id": "api.context.last_activity_at.error",
"translation": "LastActivityAt 업데이트에 실패했습니다. user_id=%v and session_id=%v, err=%v"
},
{
"id": "api.context.log.error",
"translation": "%v:%v code=%v rid=%v uid=%v ip=%v %v [details: %v]"
},
{
"id": "api.context.permissions.app_error",
"translation": "작업을 할 수 있는 권한이 없습니다"
},
{
"id": "api.context.session_expired.app_error",
"translation": "잘못되거나 만료된 세션입니다, 다시 로그인 해주세요."
},
{
"id": "api.context.system_permissions.app_error",
"translation": "작업을 할 수 있는 권한이 없습니다 (시스템)"
},
{
"id": "api.context.token_provided.app_error",
"translation": "OAuth 세션이 아님에도 쿼리 문자열에 토큰이 제공되었습니다"
},
{
"id": "api.context.unknown.app_error",
"translation": "알 수 없는 오류가 발생했습니다. 지원 서비스에 연락하시기 바랍니다."
},
{
"id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error",
"translation": "Email batching job's receiving channel was full. Please increase the EmailBatchingBufferSize."
},
{
"id": "api.email_batching.add_notification_email_to_batch.disabled.app_error",
"translation": "시스템 관리자가 이메일 배치 기능을 비활성화 했습니다."
},
{
"id": "api.email_batching.check_pending_emails.finished_running",
"translation": "Email batching job ran. %v user(s) still have notifications pending."
},
{
"id": "api.email_batching.check_pending_emails.status.app_error",
"translation": "Unable to find status of recipient for batched email notification"
},
{
"id": "api.email_batching.render_batched_post.channel.app_error",
"translation": "Unable to find channel of post for batched email notification"
},
{
"id": "api.email_batching.render_batched_post.date",
"translation": "{{.Hour}}:{{.Minute}} {{.Timezone}}, {{.Month}} {{.Day}}"
},
{
"id": "api.email_batching.render_batched_post.direct_message",
"translation": "개인 메시지"
},
{
"id": "api.email_batching.render_batched_post.go_to_post",
"translation": "글로 이동하기"
},
{
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "Unable to find sender of post for batched email notification"
},
{
"id": "api.email_batching.send_batched_email_notification.body_text",
"translation": {
"one": "한개의 신규 메시지가 있습니다.",
"other": ""
}
},
{
"id": "api.email_batching.send_batched_email_notification.preferences.app_error",
"translation": "Unable to find display preferences of recipient for batched email notification"
},
{
"id": "api.email_batching.send_batched_email_notification.send.app_error",
"translation": "Failed to send batched email notification to %v: %v"
},
{
"id": "api.email_batching.send_batched_email_notification.subject",
"translation": {
"one": "[{{.SiteName}}] New Notification for {{.Month}} {{.Day}}, {{.Year}}",
"other": "[{{.SiteName}}] New Notifications for {{.Month}} {{.Day}}, {{.Year}}"
}
},
{
"id": "api.email_batching.send_batched_email_notification.user.app_error",
"translation": "Unable to find recipient for batched email notification"
},
{
"id": "api.email_batching.start.starting",
"translation": "Email batching job starting. Checking for pending emails every %v seconds."
},
{
"id": "api.emoji.create.duplicate.app_error",
"translation": "이모티콘을 생성할 수 없습니다. 같은 이름을 가진 다른 이모티콘이 이미 있습니다."
},
{
"id": "api.emoji.create.parse.app_error",
"translation": "이모티콘을 생성할 수 없습니다. 요청을 이해할 수 없습니다."
},
{
"id": "api.emoji.create.permissions.app_error",
"translation": "이모티콘을 생성할 권한이 없습니다."
},
{
"id": "api.emoji.create.too_large.app_error",
"translation": "이모티콘을 생성할 수 없습니다. 이미지 용량은 반드시 64 KB 이하여야 합니다."
},
{
"id": "api.emoji.delete.permissions.app_error",
"translation": "이모티콘을 삭제할 권한이 없습니다."
},
{
"id": "api.emoji.disabled.app_error",
"translation": "시스템 관리자에 의해 사용자 이모티콘 기능이 비활성화 되어 있습니다."
},
{
"id": "api.emoji.get_image.decode.app_error",
"translation": "이모티콘 이미지를 디코딩 할 수 없습니다"
},
{
"id": "api.emoji.get_image.read.app_error",
"translation": "이모티콘 이미지 파일을 읽을 수 없습니다."
},
{
"id": "api.emoji.init.debug",
"translation": "이모티콘 API 경로 초기화 중"
},
{
"id": "api.emoji.storage.app_error",
"translation": "파일 저장소가 제대로 설정되지 않았습니다. S3나 로컬 서버 파일 저장소를 설정해주세요."
},
{
"id": "api.emoji.upload.image.app_error",
"translation": "이모티콘을 만들 수 없습니다. PNG, JPEG, GIF 파일 이어야 합니다."
},
{
"id": "api.emoji.upload.large_image.app_error",
"translation": "이모티콘을 생성할 수 없습니다. 이미지 최대크기는 128px * 128px 입니다."
},
{
"id": "api.file.file_upload.exceeds",
"translation": "파일이 최대 이미지 용량보다 큽니다."
},
{
"id": "api.file.get_file.not_found.app_error",
"translation": "파일을 찾을 수 없습니다."
},
{
"id": "api.file.get_file.public_disabled.app_error",
"translation": "시스템 관리자가 개인 링크들 저장을 할 수 없도록 했습니다."
},
{
"id": "api.file.get_file.public_invalid.app_error",
"translation": "유효하지 않은 링크입니다."
},
{
"id": "api.file.get_public_link.disabled.app_error",
"translation": "개인 링크들을 사용할 수 없어졌습니다."
},
{
"id": "api.file.handle_images_forget.decode.error",
"translation": "이미지를 복호화 할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.handle_images_forget.encode_jpeg.error",
"translation": "이미지를 jpeg로 변환 할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.handle_images_forget.encode_preview.error",
"translation": "미리보기 jpg로 변환할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.handle_images_forget.upload_preview.error",
"translation": "미리보기를 업로드 할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.handle_images_forget.upload_thumb.error",
"translation": "썸네일을 업로드 할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.init.debug",
"translation": "파일 API 경로 초기화 중"
},
{
"id": "api.file.move_file.configured.app_error",
"translation": "파일 저장소가 제대로 설정되지 않았습니다. S3이나 개인 서버 파일 저장소를 설정해주세요."
},
{
"id": "api.file.move_file.delete_from_s3.app_error",
"translation": "S3으로부터 파일을 지울 수 없습니다."
},
{
"id": "api.file.move_file.get_from_s3.app_error",
"translation": "S3으로부터 파일을 가져올 수 없습니다."
},
{
"id": "api.file.move_file.rename.app_error",
"translation": "파일을 근처로 이동할 수 없습니다."
},
{
"id": "api.file.open_file_write_stream.configured.app_error",
"translation": "파일 저장소가 제대로 설정되지 않았습니다. S3이나 개인 서버 파일 저장소를 설정해주세요."
},
{
"id": "api.file.open_file_write_stream.creating_dir.app_error",
"translation": "새로운 파일을 위한 디렉토리 생성에 실패했습니다."
},
{
"id": "api.file.open_file_write_stream.local_server.app_error",
"translation": "로컬 서버 저장소에 쓰는 도중 에러가 발생했습니다."
},
{
"id": "api.file.open_file_write_stream.s3.app_error",
"translation": "S3를 지원하지 않습니다."
},
{
"id": "api.file.read_file.configured.app_error",
"translation": "파일 저장소가 제대로 설정되지 않았습니다. S3이나 로컬 서버 파일 저장소를 설정해주세요."
},
{
"id": "api.file.read_file.get.app_error",
"translation": "S3에 있는 파일을 가져올 수 없습니다."
},
{
"id": "api.file.read_file.reading_local.app_error",
"translation": "로컬 서버 저장소를 읽는 도중 에러가 발생했습니다."
},
{
"id": "api.file.upload_file.image.app_error",
"translation": "이미지 파일을 업로드 할 수 없습니다."
},
{
"id": "api.file.upload_file.large_image.app_error",
"translation": "이미지 파일을 불러올 수 없습니다. 파일이 너무 큽니다."
},
{
"id": "api.file.upload_file.storage.app_error",
"translation": "파일을 업로드할 수 없습니다. 이미지 저장소가 설정되지 않았습니다."
},
{
"id": "api.file.upload_file.too_large.app_error",
"translation": "파일을 업로드할 수 없습니다. 파일이 너무 큽니다."
},
{
"id": "api.file.write_file.configured.app_error",
"translation": "파일 저장소가 제대로 설정되지 않았습니다. S3이나 로컬 서버 파일 저장소를 설정해주세요."
},
{
"id": "api.file.write_file.s3.app_error",
"translation": "S3에 쓰기를 실패했습니다."
},
{
"id": "api.file.write_file_locally.create_dir.app_error",
"translation": "새 파일을 위한 디렉토리 생성에 실패했습니다."
},
{
"id": "api.file.write_file_locally.writing.app_error",
"translation": "로컬 서버 저장소에 쓰는 도중 에러가 발생했습니다."
},
{
"id": "api.general.init.debug",
"translation": "일반 API 경로 초기화 중"
},
{
"id": "api.import.import_post.saving.debug",
"translation": "글 저장 오류. 사용자=%v, 메시지=%v"
},
{
"id": "api.import.import_user.join_team.error",
"translation": "가져온 사용자를 팀에 추가할 수 없습니다. err=%v"
},
{
"id": "api.import.import_user.joining_default.error",
"translation": "기본 채널에 참여하는데 실패했습니다. 사용자 ID=%s, 팀 ID=%s, 에러=%v"
},
{
"id": "api.import.import_user.saving.error",
"translation": "유저를 저장하는데 오류가 발생했습니다. err=%v"
},
{
"id": "api.import.import_user.set_email.error",
"translation": "확인된 이메일로 설정하는데 실패했습니다. err=%v"
},
{
"id": "api.license.add_license.array.app_error",
"translation": "'license' 아래에 비어있는 배열이 있습니다."
},
{
"id": "api.license.add_license.expired.app_error",
"translation": "라이센스가 만료되었거나 아직 시작되지 않았습니다."
},
{
"id": "api.license.add_license.invalid.app_error",
"translation": "잘못된 라이센스 파일입니다."
},
{
"id": "api.license.add_license.invalid_count.app_error",
"translation": "특별한 유저들의 숫자를 알 수 없습니다."
},
{
"id": "api.license.add_license.no_file.app_error",
"translation": "라이선스 아래에 파일이 없습니다."
},
{
"id": "api.license.add_license.open.app_error",
"translation": "라이센스 파일을 열 수 없습니다."
},
{
"id": "api.license.add_license.save.app_error",
"translation": "라이센스가 제대로 저장되지 않았습니다."
},
{
"id": "api.license.add_license.save_active.app_error",
"translation": "사용가능한 라이센스 ID가 제대로 저장되지 않았습니다."
},
{
"id": "api.license.add_license.unique_users.app_error",
"translation": "시스템이 {{.Count}} 유니크 사용자를 가질 때, 이 라이센스는 {{.Users}} 사용자 만을 지원합니다. 유니크 사용자는 이메일 주소 개수로 구분 됩니다. 사용자 수는 사이트 리포트 -> 통계 보기에서 확인할 수 있습니다."
},
{
"id": "api.license.init.debug",
"translation": "라이선스 API 경로 초기화 중"
},
{