-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdjangojs.po
3362 lines (2748 loc) · 117 KB
/
djangojs.po
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-05 19:05+0000\n"
"PO-Revision-Date: 2024-10-28 08:17+0000\n"
"Last-Translator: Park Jeongyong <[email protected]>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/webodm/react-ui/"
"ko/>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.8.2-dev\n"
#: app/static/app/js/Console.jsx:135
#, python-format
msgid "output truncated at %(count)s lines"
msgstr "%(count)s 번째 줄에서 출력을 생략"
#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155
#: app/static/app/js/Console.jsx:165
msgid "Toggle Fullscreen"
msgstr "전체화면 토글"
#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156
msgid "Exit Fullscreen"
msgstr "전체화면 나가기"
#: app/static/app/js/Console.jsx:162
msgid "Download To File"
msgstr "파일 다운로드"
#: app/static/app/js/Dashboard.jsx:34
msgid "Name field is required"
msgstr "이름 필드가 필요합니다"
#: app/static/app/js/Dashboard.jsx:75
msgid "Add Project"
msgstr "프로젝트 추가"
#: app/static/app/js/Dashboard.jsx:111
msgid "Your changes will be lost. Are you sure you want to leave?"
msgstr "변경사항들을 잃게 됩니다. 정말로 떠나기를 원하십니까?"
#: app/static/app/js/MapView.jsx:123
#: app/static/app/js/classes/AssetDownloads.js:46
#: app/static/app/js/classes/PipelineSteps.js:47
#: app/static/app/js/components/Map.jsx:112
msgid "Orthophoto"
msgstr "정사영상"
#: app/static/app/js/MapView.jsx:128 app/static/app/js/components/Map.jsx:114
msgid "Thermal"
msgstr "열"
#: app/static/app/js/MapView.jsx:128 app/static/app/js/components/Map.jsx:114
msgid "Plant Health"
msgstr "식생 건강"
#: app/static/app/js/MapView.jsx:133
#: app/static/app/js/classes/AssetDownloads.js:51
#: app/static/app/js/components/Map.jsx:116
msgid "Surface Model"
msgstr "표면 모델"
#: app/static/app/js/MapView.jsx:138
#: app/static/app/js/classes/AssetDownloads.js:49
#: app/static/app/js/components/Map.jsx:118
msgid "Terrain Model"
msgstr "지형 모델"
#: app/static/app/js/ModelView.jsx:38
msgid "Cannot set initial camera view"
msgstr "카메라 뷰를 초기화 할 수 없습니다"
#: app/static/app/js/ModelView.jsx:63
msgid "set initial camera view"
msgstr "카메라 뷰 초기화"
#: app/static/app/js/ModelView.jsx:89 app/static/app/js/components/Map.jsx:403
msgid "Cameras"
msgstr "카메라"
#: app/static/app/js/ModelView.jsx:102
msgid "Show Model"
msgstr "모델 보기"
#: app/static/app/js/ModelView.jsx:129
msgid "Show Cameras"
msgstr "카메라 보기"
#: app/static/app/js/ModelView.jsx:772
msgid "Loading textured model..."
msgstr "텍스쳐된 모델 불러오는 중..."
#: app/static/app/js/classes/AssetDownloads.js:47
msgid "Orthophoto (MBTiles)"
msgstr "정사영상 (MBTiles)"
#: app/static/app/js/classes/AssetDownloads.js:48
msgid "Orthophoto (Tiles)"
msgstr "정사영상 (Tiles)"
#: app/static/app/js/classes/AssetDownloads.js:50
msgid "Terrain Model (Tiles)"
msgstr "지형모델 (Tiles)"
#: app/static/app/js/classes/AssetDownloads.js:52
msgid "Surface Model (Tiles)"
msgstr "표면모델 (Tiles)"
#: app/static/app/js/classes/AssetDownloads.js:53
msgid "Point Cloud"
msgstr "포인트 클라우드"
#: app/static/app/js/classes/AssetDownloads.js:54
msgid "Point Cloud (3D Tiles)"
msgstr "포인트 클라우드(3D 타일)"
#: app/static/app/js/classes/AssetDownloads.js:55
msgid "Textured Model"
msgstr "텍스쳐된 모델"
#: app/static/app/js/classes/AssetDownloads.js:56
msgid "Textured Model (3D Tiles)"
msgstr "질감 모델 (3D 타일)"
#: app/static/app/js/classes/AssetDownloads.js:57
msgid "Textured Model (glTF)"
msgstr "텍스쳐된 모델(glTF)"
#: app/static/app/js/classes/AssetDownloads.js:58
msgid "Camera Parameters"
msgstr "카메라 파라미터"
#: app/static/app/js/classes/AssetDownloads.js:59
msgid "Camera Shots"
msgstr "카메라 촬영"
#: app/static/app/js/classes/AssetDownloads.js:60
#: app/static/app/js/components/Map.jsx:457
msgid "Ground Control Points"
msgstr "지상기준점"
#: app/static/app/js/classes/AssetDownloads.js:61
msgid "Quality Report"
msgstr "품질 보고서"
#: app/static/app/js/classes/AssetDownloads.js:66
msgid "All Assets"
msgstr "모든 자산들"
#: app/static/app/js/classes/Basemaps.js:9
msgid "Google Maps Hybrid"
msgstr "구글 지도 하이브리드"
#: app/static/app/js/classes/Basemaps.js:17
msgid "ESRI Satellite"
msgstr "ESRI 위성영상"
#: app/static/app/js/classes/Basemaps.js:26
msgid "OpenStreetMap"
msgstr "오픈스트리트맵"
#: app/static/app/js/classes/PendingActions.js:11
msgid "Canceling..."
msgstr "취소 중..."
#: app/static/app/js/classes/PendingActions.js:14
#: app/static/app/js/components/FormDialog.jsx:169
msgid "Deleting..."
msgstr "삭제 중..."
#: app/static/app/js/classes/PendingActions.js:17
msgid "Restarting..."
msgstr "재시작 중..."
#: app/static/app/js/classes/PendingActions.js:20
msgid "Resizing images..."
msgstr "이미지 크기 조정 중..."
#: app/static/app/js/classes/PendingActions.js:23
msgid "Importing..."
msgstr "불러오는 중..."
#: app/static/app/js/classes/PipelineSteps.js:7
msgid "Load Dataset"
msgstr "데이터셋 불러오기"
#: app/static/app/js/classes/PipelineSteps.js:12
msgid "Structure From Motion"
msgstr "모션으로부터 구조화"
#: app/static/app/js/classes/PipelineSteps.js:17
msgid "Multi View Stereo"
msgstr "멀티 뷰 스테레오"
#: app/static/app/js/classes/PipelineSteps.js:22
msgid "Point Filtering"
msgstr "점 필터링"
#: app/static/app/js/classes/PipelineSteps.js:27
msgid "Meshing"
msgstr "메쉬 생성 중"
#: app/static/app/js/classes/PipelineSteps.js:32
msgid "Texturing"
msgstr "텍스쳐 생성 중"
#: app/static/app/js/classes/PipelineSteps.js:37
msgid "Georeferencing"
msgstr "지오레퍼런싱"
#: app/static/app/js/classes/PipelineSteps.js:42
msgid "DEM"
msgstr "DEM"
#: app/static/app/js/classes/PipelineSteps.js:52
msgid "Report"
msgstr "보고"
#: app/static/app/js/classes/PipelineSteps.js:57
msgid "Postprocess"
msgstr "후처리"
#: app/static/app/js/classes/ResizeModes.js:4
msgid "No"
msgstr "아니오"
#: app/static/app/js/classes/ResizeModes.js:5
msgid "Yes"
msgstr "예"
#: app/static/app/js/classes/StatusCodes.js:11
msgid "Queued"
msgstr "대기열에 추가 됨"
#: app/static/app/js/classes/StatusCodes.js:15
msgid "Processing"
msgstr "프로세싱"
#: app/static/app/js/classes/StatusCodes.js:19
msgid "Failed"
msgstr "실패 됨"
#: app/static/app/js/classes/StatusCodes.js:23
msgid "Completed"
msgstr "완료 됨"
#: app/static/app/js/classes/StatusCodes.js:27
msgid "Canceled"
msgstr "취소 됨"
#: app/static/app/js/classes/TempLayer.js:14
#, python-format
msgid "%(file)s is bigger than 5 MB."
msgstr "%(file)s 이 5MB 보다 큽니다."
#: app/static/app/js/classes/TempLayer.js:30
#, python-format
msgid "Not a proper zipped shapefile: %(file)s"
msgstr "유효한 압축된 쉐이프파일이 아닙니다: %(file)s"
#: app/static/app/js/classes/TempLayer.js:43
#, python-format
msgid "Not a proper JSON file: %(file)s"
msgstr "유효한 JSON 파일이 아닙니다: %(file)s"
#: app/static/app/js/classes/Units.js:15 app/static/app/js/classes/Units.js:22
#: coreplugins/measure/public/app.jsx:36
msgid "Acres"
msgstr "에이커"
#: app/static/app/js/classes/Units.js:29 app/static/app/js/classes/Units.js:36
#: coreplugins/measure/public/app.jsx:37
msgid "Feet"
msgstr "피트"
#: app/static/app/js/classes/Units.js:43 coreplugins/measure/public/app.jsx:39
msgid "Hectares"
msgstr "헥타르"
#: app/static/app/js/classes/Units.js:50 coreplugins/measure/public/app.jsx:40
msgid "Meters"
msgstr "미터"
#: app/static/app/js/classes/Units.js:57 coreplugins/measure/public/app.jsx:38
msgid "Kilometers"
msgstr "킬로미터"
#: app/static/app/js/classes/Units.js:64
msgid "Centimeters"
msgstr "센티미터"
#: app/static/app/js/classes/Units.js:71 app/static/app/js/classes/Units.js:78
#: coreplugins/measure/public/app.jsx:41
msgid "Miles"
msgstr "마일"
#: app/static/app/js/classes/Units.js:85 app/static/app/js/classes/Units.js:92
msgid "Square Feet"
msgstr "평방피트"
#: app/static/app/js/classes/Units.js:99
msgid "Square Meters"
msgstr "평방미터"
#: app/static/app/js/classes/Units.js:106
msgid "Square Kilometers"
msgstr "평방킬로미터"
#: app/static/app/js/classes/Units.js:113
#: app/static/app/js/classes/Units.js:120
msgid "Square Miles"
msgstr "평방마일"
#: app/static/app/js/classes/Units.js:127
msgid "Cubic Meters"
msgstr "입방미터"
#: app/static/app/js/classes/Units.js:134
#: app/static/app/js/classes/Units.js:141
msgid "Cubic Yards"
msgstr "입방야드"
#: app/static/app/js/classes/Units.js:151
msgid "Celsius"
msgstr ""
#: app/static/app/js/classes/Units.js:161
msgid "Fahrenheit"
msgstr ""
#: app/static/app/js/classes/Units.js:279
msgid "Metric"
msgstr "미터"
#: app/static/app/js/classes/Units.js:313
msgid "Imperial"
msgstr "영미단위계"
#: app/static/app/js/classes/Units.js:372
msgid "Imperial (US)"
msgstr "영미단위계(미국)"
#: app/static/app/js/components/AssetDownloadButtons.jsx:56
msgid "Download Assets"
msgstr "자산 다운로드"
#: app/static/app/js/components/AssetDownloadButtons.jsx:86
msgid "Backup"
msgstr "백업"
#: app/static/app/js/components/EditPermissionsPanel.jsx:49
msgid "Cannot load permissions."
msgstr "권한을 불러올 수 없습니다."
#: app/static/app/js/components/EditPermissionsPanel.jsx:150
msgid "Read/Write"
msgstr "읽기/쓰기"
#: app/static/app/js/components/EditPermissionsPanel.jsx:151
msgid "Read"
msgstr "읽기"
#: app/static/app/js/components/EditPermissionsPanel.jsx:152
msgid "No Access"
msgstr "접근 없음"
#: app/static/app/js/components/EditPermissionsPanel.jsx:225
msgid "Username"
msgstr "사용자명"
#: app/static/app/js/components/EditPermissionsPanel.jsx:248
msgid "Permissions"
msgstr "권한"
#: app/static/app/js/components/EditPresetDialog.jsx:110
#: app/static/app/js/components/EditTaskForm.jsx:560
msgid "Edit Task Options"
msgstr "작업 옵션 수정"
#: app/static/app/js/components/EditPresetDialog.jsx:116
#: app/static/app/js/components/EditProjectDialog.jsx:169
#: app/static/app/js/components/EditTaskForm.jsx:645
#: app/static/app/js/components/Paginator.jsx:28
#: app/static/app/js/components/ProjectListItem.jsx:54
#: coreplugins/annotate/public/Popup.jsx:598
msgid "Name"
msgstr "이름"
#: app/static/app/js/components/EditPresetDialog.jsx:124
#: app/static/app/js/components/Paginator.jsx:121
msgid "Search"
msgstr "검색"
#: app/static/app/js/components/EditProjectDialog.jsx:16
msgid "New Project"
msgstr "새 프로젝트"
#: app/static/app/js/components/EditProjectDialog.jsx:17
msgid "Create Project"
msgstr "프로젝트 생성"
#: app/static/app/js/components/EditProjectDialog.jsx:18
msgid "Creating project..."
msgstr "프로젝트 생성 중..."
#: app/static/app/js/components/EditProjectDialog.jsx:125
#: app/static/app/js/components/EditProjectDialog.jsx:131
#: app/static/app/js/components/TaskListItem.jsx:215
#: app/static/app/js/components/TaskListItem.jsx:223
msgid "Cannot complete operation."
msgstr "명령을 완료할 수 없습니다."
#: app/static/app/js/components/EditProjectDialog.jsx:153
#: app/static/app/js/components/EditTaskForm.jsx:593
#: app/static/app/js/components/Paginator.jsx:31
#: app/static/app/js/components/ProjectListItem.jsx:57
msgid "Tags"
msgstr "태그"
#: app/static/app/js/components/EditProjectDialog.jsx:165
#: app/static/app/js/components/EditTaskForm.jsx:574
#: app/static/app/js/components/TaskListItem.jsx:760
msgid "Duplicate"
msgstr "복제"
#: app/static/app/js/components/EditProjectDialog.jsx:172
#: app/static/app/js/components/EditTaskForm.jsx:656
msgid "Add tags"
msgstr "태그 추가"
#: app/static/app/js/components/EditProjectDialog.jsx:179
msgid "Description (optional)"
msgstr "설명 (선택)"
#: app/static/app/js/components/EditTaskForm.jsx:114
msgid ""
"Could not load list of processing nodes. Are you connected to the internet?"
msgstr "프로세싱 노드의 목록을 불러올 수 없습니다. 인터넷과 연결된 상태인가요?"
#: app/static/app/js/components/EditTaskForm.jsx:122
msgid "We tried to reach:"
msgstr "달성하기 위해 시도하였음:"
#: app/static/app/js/components/EditTaskForm.jsx:123
msgid "There are no usable processing nodes."
msgstr "사용 가능한 프로세싱 노드가 없습니다."
#: app/static/app/js/components/EditTaskForm.jsx:123
msgid ""
"Make sure that at least one processing node is reachable and that you have "
"granted the current user sufficient permissions to view the processing node "
"(by going to Administration -- Processing Nodes -- Select Node -- Object "
"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you "
"are bringing a node back online, it will take about 30 seconds for WebODM to "
"recognize it."
msgstr ""
"하나 이상의 프로세싱 노드에 연결할 수 있고 현재 사용자에게 프로세싱 노드를 "
"볼 수 있는 충분한 권한이 부여되어 있는지 확인하십시오(관리 -- 프로세싱 노드 "
"-- 노드 선택 -- 개체 권한 -- 사용자/그룹 추가 그리고 프로세싱 노드를 볼 수 있"
"는 권한 확인). WebODM이 프로세싱 노드를 인식하고 온라인상태로 돌아가기까지 30"
"초 정도 걸릴 수 있습니다."
#: app/static/app/js/components/EditTaskForm.jsx:222
msgid "Could not load list of presets. Are you connected to the internet?"
msgstr "사전 설정 목록을 가져올 수 없습니다. 인터넷과 연결된 상태인가요?"
#: app/static/app/js/components/EditTaskForm.jsx:231
#: app/static/app/js/components/EditTaskForm.jsx:412
#: app/static/app/js/components/ExportAssetPanel.jsx:198
#: app/static/app/js/components/Map.jsx:573
#: app/static/app/js/components/MapPreview.jsx:113
#: coreplugins/contours/public/ContoursPanel.jsx:301
#: coreplugins/contours/public/ContoursPanel.jsx:328
#: coreplugins/contours/public/ContoursPanel.jsx:347
msgid "Custom"
msgstr "사용자 설정"
#: app/static/app/js/components/EditTaskForm.jsx:238
#: app/static/app/js/components/EditTaskForm.jsx:380
msgid "Default"
msgstr "기본값"
#: app/static/app/js/components/EditTaskForm.jsx:465
msgid "My Preset"
msgstr "나의 사전 설정"
#: app/static/app/js/components/EditTaskForm.jsx:465
#, python-format
msgid "Copy of %(preset)s"
msgstr "%(preset)s의 복사본"
#: app/static/app/js/components/EditTaskForm.jsx:488
msgid "Could not duplicate the preset. Please try to refresh the page."
msgstr "사전 설정을 복제할 수 없습니다. 페이지를 새로 고침하세요."
#: app/static/app/js/components/EditTaskForm.jsx:497
msgid ""
"System presets can only be removed by a staff member from the Administration "
"panel."
msgstr ""
"시스템 사전 설정은 관리자 패널에서 스텝 사용자에 의해서만 제거될 수 있습니다."
#: app/static/app/js/components/EditTaskForm.jsx:501
#, python-format
msgid "Are you sure you want to delete \"%(preset)s\"?"
msgstr "\"%(preset)s\" 삭제를 정말로 하시겠습니까?"
#: app/static/app/js/components/EditTaskForm.jsx:514
msgid "Could not delete the preset. Please try to refresh the page."
msgstr "사전 설정을 삭제할 수 없습니다. 페이지를 새로고침해주세요."
#: app/static/app/js/components/EditTaskForm.jsx:538
msgid "Retry"
msgstr "재시도"
#: app/static/app/js/components/EditTaskForm.jsx:561
#: app/static/app/js/components/EditTaskForm.jsx:568
#: app/static/app/js/components/ProjectListItem.jsx:754
#: app/static/app/js/components/TaskListItem.jsx:502
#: app/static/app/js/components/TaskListItem.jsx:754
#: coreplugins/annotate/public/Popup.jsx:615
#: coreplugins/editshortlinks/public/SLControls.jsx:162
msgid "Edit"
msgstr "편집"
#: app/static/app/js/components/EditTaskForm.jsx:578
#: app/static/app/js/components/EditTaskPanel.jsx:82
#: app/static/app/js/components/FormDialog.jsx:11
#: coreplugins/editshortlinks/public/SLControls.jsx:170
msgid "Save"
msgstr "저장"
#: app/static/app/js/components/EditTaskForm.jsx:582
#: app/static/app/js/components/FormDialog.jsx:172
#: app/static/app/js/components/LayersControlAnnotations.jsx:73
#: app/static/app/js/components/LayersControlAnnotations.jsx:151
#: app/static/app/js/components/MapPreview.jsx:455
#: app/static/app/js/components/ProjectListItem.jsx:760
#: app/static/app/js/components/TaskListItem.jsx:530
#: app/static/app/js/components/TaskListItem.jsx:770
#: coreplugins/measure/public/app.jsx:35
msgid "Delete"
msgstr "삭제"
#: app/static/app/js/components/EditTaskForm.jsx:604
#: coreplugins/lightning/public/Dashboard.jsx:153
msgid "Processing Node"
msgstr "프로세싱 노드"
#: app/static/app/js/components/EditTaskForm.jsx:614
msgid "Options"
msgstr "옵션"
#: app/static/app/js/components/EditTaskForm.jsx:638
msgid "Loading processing nodes and presets..."
msgstr "프로세싱 노드와 사전 설정을 불러오는 중..."
#: app/static/app/js/components/EditTaskPanel.jsx:56
msgid "Could not update task information. Please try again."
msgstr "작업 정보를 갱신할 수 없습니다. 다시 시도해 주세요."
#: app/static/app/js/components/EditTaskPanel.jsx:75
#: app/static/app/js/components/FormDialog.jsx:199
#: app/static/app/js/components/NewTaskPanel.jsx:220
#: app/static/app/js/components/NewTaskPanel.jsx:303
#: app/static/app/js/components/TaskListItem.jsx:511
#: app/static/app/js/components/TaskListItem.jsx:749
#: coreplugins/measure/public/app.jsx:34
msgid "Cancel"
msgstr "취소"
#: app/static/app/js/components/EditTaskPanel.jsx:79
msgid "Saving..."
msgstr "저장 중..."
#: app/static/app/js/components/ErrorMessage.jsx:29
#: app/static/app/js/components/NewTaskPanel.jsx:211
#: app/static/app/js/components/ProjectListItem.jsx:772
msgid "Close"
msgstr "닫기"
#: app/static/app/js/components/ExportAssetDialog.jsx:38
msgid "Downloading…"
msgstr "내려받는 중…"
#: app/static/app/js/components/ExportAssetDialog.jsx:39
#: app/static/app/js/components/MapPreview.jsx:623
#: coreplugins/objdetect/public/ObjDetectPanel.jsx:208
msgid "Download"
msgstr "다운로드"
#: app/static/app/js/components/ExportAssetPanel.jsx:165
#: app/static/app/js/components/ImportTaskPanel.jsx:141
#: app/static/app/js/components/LayersControlLayer.jsx:330
#: app/static/app/js/components/ProjectList.jsx:72
#, python-format
msgid "Invalid JSON response: %(error)s"
msgstr "유효하지 않은 JSON 응답:%(error)s"
#: app/static/app/js/components/ExportAssetPanel.jsx:192
#: coreplugins/contours/public/ContoursPanel.jsx:342
msgid "Projection:"
msgstr "투영:"
#: app/static/app/js/components/ExportAssetPanel.jsx:196
#: coreplugins/contours/public/ContoursPanel.jsx:345
msgid "Lat/Lon"
msgstr "위/경"
#: app/static/app/js/components/ExportAssetPanel.jsx:197
#: coreplugins/contours/public/ContoursPanel.jsx:346
msgid "Web Mercator"
msgstr "웹 메르카토르"
#: app/static/app/js/components/ExportAssetPanel.jsx:215
msgid "Format:"
msgstr "형식:"
#: app/static/app/js/components/ExportAssetPanel.jsx:223
#, fuzzy
#| msgid "(meters)"
msgid "Resample (meters):"
msgstr "(미터)"
#: app/static/app/js/components/ExportAssetPanel.jsx:231
msgid "Export:"
msgstr "내보내기:"
#: app/static/app/js/components/ExportAssetPanel.jsx:236
msgid "Exporting..."
msgstr "내보내는 중..."
#: app/static/app/js/components/FormDialog.jsx:10
msgid "Title"
msgstr "제목"
#: app/static/app/js/components/FormDialog.jsx:12
msgid "Saving…"
msgstr "저장 중…"
#: app/static/app/js/components/FormDialog.jsx:14
#: coreplugins/editshortlinks/public/SLControls.jsx:112
msgid "Are you sure?"
msgstr "확실합니까?"
#: app/static/app/js/components/FormDialog.jsx:130
msgid "Could not apply changes"
msgstr "변경사항을 적용할 수 없습니다"
#: app/static/app/js/components/FormDialog.jsx:151
#: app/static/app/js/components/ProjectListItem.jsx:472
msgid "Could not delete item"
msgstr "항목을 삭제할 수 없습니다"
#: app/static/app/js/components/GCPPopup.jsx:81
#: app/static/app/js/components/ImagePopup.jsx:47
#: coreplugins/annotate/public/Popup.jsx:481
msgid "Image missing"
msgstr "이미지 손실"
#: app/static/app/js/components/GCPPopup.jsx:175
msgid "Horizontal error:"
msgstr "수평적 오류:"
#: app/static/app/js/components/GCPPopup.jsx:175
#: app/static/app/js/components/GCPPopup.jsx:178
msgid "(meters)"
msgstr "(미터)"
#: app/static/app/js/components/GCPPopup.jsx:178
msgid "Vertical error:"
msgstr "수직적 오류:"
#: app/static/app/js/components/Histogram.jsx:353
msgid "Min:"
msgstr "최소:"
#: app/static/app/js/components/Histogram.jsx:354
msgid "Max:"
msgstr "최대:"
#: app/static/app/js/components/ImagePopup.jsx:86
msgid "Download Image"
msgstr "이미지 다운로드"
#: app/static/app/js/components/ImportTaskPanel.jsx:65
msgid "Cannot upload file. Check your internet connection and try again."
msgstr "파일을 올릴 수 없습니다. 인터넷 연결상태를 확인하시고 다시 시도하세요."
#: app/static/app/js/components/ImportTaskPanel.jsx:94
#: coreplugins/editshortlinks/public/SLControls.jsx:44
#: coreplugins/editshortlinks/public/SLControls.jsx:62
#: coreplugins/editshortlinks/public/SLControls.jsx:100
#: coreplugins/editshortlinks/public/SLControls.jsx:128
#: coreplugins/editshortlinks/public/SLControls.jsx:131
#: coreplugins/shortlinks/public/SLCheckbox.jsx:46
#: coreplugins/shortlinks/public/SLCheckbox.jsx:50
#, python-format
msgid "Invalid response from server: %(error)s"
msgstr "서버로부터 유효하지 않은 응답:%(error)s"
#: app/static/app/js/components/ImportTaskPanel.jsx:97
msgid "An error occured while uploading the file. Please try again."
msgstr "파일을 올리는 동안 오류가 발생하였습니다. 다시 시도해주세요."
#: app/static/app/js/components/ImportTaskPanel.jsx:145
msgid "Cannot import from URL. Check your internet connection."
msgstr "URL으로부터 불러올 수 없습니다. 인터넷 연결을 확인하세요."
#: app/static/app/js/components/ImportTaskPanel.jsx:162
msgid "Import Assets or Backups"
msgstr "자산을 불러오거나 보관하기"
#: app/static/app/js/components/ImportTaskPanel.jsx:163
#, python-format
msgid ""
"You can import .zip files that have been exported from existing tasks via "
"Download Assets %(arrow)s All Assets | Backup."
msgstr ""
"기존 작업에서 내보낸 .zip 파일은 '자산 다운로드' %(arrow)s '모든 자산| 보"
"관'을 통해 가져올 수 있습니다."
#: app/static/app/js/components/ImportTaskPanel.jsx:170
msgid "Upload a File"
msgstr "파일 올리기"
#: app/static/app/js/components/ImportTaskPanel.jsx:178
msgid "Import From URL"
msgstr "URL로부터 가져오기"
#: app/static/app/js/components/ImportTaskPanel.jsx:187
#: app/static/app/js/components/ProjectListItem.jsx:671
msgid "Import"
msgstr "가져오기"
#: app/static/app/js/components/ImportTaskPanel.jsx:197
msgid "Cancel Upload"
msgstr "올리기 취소"
#: app/static/app/js/components/LayersControlAnnotations.jsx:61
#: app/static/app/js/components/LayersControlAnnotations.jsx:134
#: coreplugins/annotate/public/Popup.jsx:466
msgid "Are you sure you want to delete this?"
msgstr "이것을 정말로 삭제하시겠습니까?"
#: app/static/app/js/components/LayersControlAnnotations.jsx:149
#: app/static/app/js/translations/potree_autogenerated.js:8
msgid "Annotations"
msgstr "주석"
#: app/static/app/js/components/LayersControlAnnotations.jsx:150
#: coreplugins/measure/public/MeasurePopup.jsx:201
msgid "Export to GeoJSON"
msgstr "GeoJSON으로 내보내기"
#: app/static/app/js/components/LayersControlLayer.jsx:365
msgid "Side By Side"
msgstr ""
#: app/static/app/js/components/LayersControlLayer.jsx:365
msgid "Zoom To"
msgstr "확대 하기"
#: app/static/app/js/components/LayersControlLayer.jsx:384
msgid "Algorithm:"
msgstr "알고리즘:"
#: app/static/app/js/components/LayersControlLayer.jsx:396
msgid "Bands:"
msgstr "밴드:"
#: app/static/app/js/components/LayersControlLayer.jsx:401
#: app/static/app/js/components/NewTaskPanel.jsx:248
msgid "Automatic"
msgstr "자동적"
#: app/static/app/js/components/LayersControlLayer.jsx:405
#, python-format
msgid "Not every band for %(name)s could be automatically identified."
msgstr "%(name)s의 모든 밴드를 자동으로 식별할 수 있는 것은 아닙니다."
#: app/static/app/js/components/LayersControlLayer.jsx:405
msgid "Your sensor might not have the proper bands for using this algorithm."
msgstr ""
"귀하의 센서에는 이 알고리즘을 사용하기에 적합한 대역이 없을 수 있습니다."
#: app/static/app/js/components/LayersControlLayer.jsx:412
msgid "Color:"
msgstr "색상:"
#: app/static/app/js/components/LayersControlLayer.jsx:424
msgid "Shading:"
msgstr "쉐이딩:"
#: app/static/app/js/components/LayersControlLayer.jsx:427
#: app/static/app/js/components/Map.jsx:574
#: app/static/app/js/components/MapPreview.jsx:114
#: coreplugins/annotate/public/Popup.jsx:567
#: coreplugins/annotate/public/Popup.jsx:573
msgid "None"
msgstr "없음"
#: app/static/app/js/components/LayersControlLayer.jsx:428
#: coreplugins/contours/public/ContoursPanel.jsx:283
msgid "Normal"
msgstr "보통"
#: app/static/app/js/components/LayersControlLayer.jsx:429
msgid "Extruded"
msgstr "돌출"
#: app/static/app/js/components/LayersControlPanel.jsx:38
#: app/static/app/js/components/NewTaskPanel.jsx:305
#: coreplugins/contours/public/ContoursPanel.jsx:291
#: coreplugins/objdetect/public/ObjDetectPanel.jsx:186
msgid "Loading…"
msgstr "불러오는 중…"
#: app/static/app/js/components/LayersControlPanel.jsx:109
msgid "Layers"
msgstr "레이어"
#: app/static/app/js/components/Map.jsx:554
#: app/static/app/js/components/MapPreview.jsx:94
msgid "Enter a tile URL template. Valid coordinates are:"
msgstr "타일 URL 템플릿을 입력하세. 유요한 좌표는:"
#: app/static/app/js/components/Map.jsx:555
#: app/static/app/js/components/MapPreview.jsx:95
#, python-brace-format
msgid "{z}, {x}, {y} for Z/X/Y tile scheme"
msgstr "Z/X/Y 타일 스키마를 위한 {z}, {x}, {y}"
#: app/static/app/js/components/Map.jsx:556
#: app/static/app/js/components/MapPreview.jsx:96
msgid "{-y} for flipped TMS-style Y coordinates"
msgstr "플립된 TMS 스타일의 Y 좌표는 {-y} 를 이용"
#: app/static/app/js/components/Map.jsx:558
#: app/static/app/js/components/MapPreview.jsx:98
msgid "Example:"
msgstr "예시:"
#: app/static/app/js/components/Map.jsx:626
msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay"
msgstr "임시 GeoJSON(.json) 또는 쉐이프파일(.zip) 오버레이 추가"
#: app/static/app/js/components/Map.jsx:684
msgid "Error: cannot load assets list."
msgstr "오류: 자산 목록을 불러올 수 없음."
#: app/static/app/js/components/Map.jsx:821
msgid "Opacity:"
msgstr "불투명도:"
#: app/static/app/js/components/Map.jsx:825
#: app/static/app/js/components/NewTaskPanel.jsx:248
#: app/static/app/js/components/TaskList.jsx:143
msgid "Loading..."
msgstr "불러오는 중..."
#: app/static/app/js/components/MapPreview.jsx:282
#, fuzzy, python-format
#| msgid "Cannot restart task from (stage)s."
msgid "Cannot extract GPS data from %(file)s"
msgstr "(stage)에서 작업을 다시 시작할 수 없습니다."
#: app/static/app/js/components/MapPreview.jsx:612
#, fuzzy
#| msgid "Point location"
msgid "Plotting GPS locations..."
msgstr "점 위치"
#: app/static/app/js/components/MapPreview.jsx:617
#, python-format
msgid "For performance reasons, only %(num)s images are plotted"
msgstr ""
#: app/static/app/js/components/MapPreview.jsx:628
#, fuzzy
#| msgid "Import GeoJSON"
msgid "GeoJSON"
msgstr "GeoJSON 불러오기"
#: app/static/app/js/components/MapPreview.jsx:629
msgid "CSV"
msgstr ""
#: app/static/app/js/components/MapPreview.jsx:630
#, fuzzy
#| msgid "Download To File"
msgid "Geolocation File"
msgstr "파일 다운로드"
#: app/static/app/js/components/MapPreview.jsx:637
#, fuzzy
#| msgid "Description (optional)"
msgid "Set Reconstruction Area (optional)"
msgstr "설명 (선택)"
#: app/static/app/js/components/MoveTaskDialog.jsx:9
msgid "Move Task"
msgstr "작업 이동"
#: app/static/app/js/components/MoveTaskDialog.jsx:10
#: app/static/app/js/components/ProjectListItem.jsx:640
msgid "Save Changes"
msgstr "변경사항 저장"
#: app/static/app/js/components/MoveTaskDialog.jsx:11
msgid "Moving..."
msgstr "이동 중..."
#: app/static/app/js/components/MoveTaskDialog.jsx:54
#: app/static/app/js/components/ProjectList.jsx:79
#, python-format
msgid "Could not load projects list: %(error)s"
msgstr "프로젝트 목록을 불러올 수 없습니다:%(error)s"
#: app/static/app/js/components/MoveTaskDialog.jsx:88
msgid "Project"
msgstr "프로젝트"
#: app/static/app/js/components/NewTaskPanel.jsx:119
msgid "Are you sure you want to cancel?"
msgstr "정말로 취소하기를 원합니까?"
#: app/static/app/js/components/NewTaskPanel.jsx:208
#, python-format
msgid "%(count)s files selected. Please check these additional options:"
msgstr ""
"%(count)s 파일들이 선택되었습니다. 다음의 추가적인 옵션들을 확인하세요:"
#: app/static/app/js/components/NewTaskPanel.jsx:212
msgid ""
"Did you forget any images? When images exceed 1000, they are often stored "
"inside multiple folders on the SD card."
msgstr ""
#: app/static/app/js/components/NewTaskPanel.jsx:218
#, python-format
msgid ""
"Number of files selected exceeds the maximum of %(count)s allowed on this "
"processing node."
msgstr ""
"선택한 파일 수가 이 처리 노드에서 허용되는 최대 개수 %(count)s를 초과했습니"
"다."
#: app/static/app/js/components/NewTaskPanel.jsx:245
#: app/static/app/js/components/TaskListItem.jsx:438
msgid "Alignment"
msgstr ""
#: app/static/app/js/components/NewTaskPanel.jsx:261
msgid "Resize Images"
msgstr "이미지 크기 조정"
#: app/static/app/js/components/NewTaskPanel.jsx:285
msgid "px"
msgstr "픽셀"
#: app/static/app/js/components/NewTaskPanel.jsx:307
msgid "Review"
msgstr "검토"
#: app/static/app/js/components/NewTaskPanel.jsx:307
msgid "Start Processing"
msgstr "처리 시작"
#: app/static/app/js/components/Paginator.jsx:25
#: app/static/app/js/components/ProjectListItem.jsx:51
msgid "Created on"
msgstr "생성됨"
#: app/static/app/js/components/Paginator.jsx:34
msgid "Owner"
msgstr "소유자"
#: app/static/app/js/components/Paginator.jsx:127
#, fuzzy
#| msgid "Search names or #tags"
msgid "Search names, #tags or @user"
msgstr "이름이나 #태그 검색"
#: app/static/app/js/components/Paginator.jsx:138
#: app/static/app/js/components/ProjectListItem.jsx:739
msgid "Sort"
msgstr "정렬"
#: app/static/app/js/components/Paginator.jsx:145