Translated using Weblate (Korean)

Currently translated at 99.8% (8001 of 8014 strings)

Translation: KiCad EDA/v7
Translate-URL: https://hosted.weblate.org/projects/kicad/v7/ko/
This commit is contained in:
김랑기 2023-06-07 11:53:55 +00:00 committed by Hosted Weblate
parent 495aaa4c56
commit 05b0cc9e76
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 111 additions and 75 deletions

View File

@ -3785,7 +3785,8 @@ msgstr "선 스타일"
#: eeschema/sch_textbox.cpp:440 include/stroke_params.h:80
#: pcbnew/fp_text.cpp:309 pcbnew/fp_textbox.cpp:336
#: pcbnew/pcb_dimension.cpp:332 pcbnew/pcb_text.cpp:130
#: pcbnew/pcb_textbox.cpp:297
#: pcbnew/pcb_textbox.cpp:297 eeschema/sch_label.cpp:892
#: eeschema/sch_text.cpp:496
msgid "Default"
msgstr "기본값"
@ -4247,9 +4248,9 @@ msgid "Zoom %.2f"
msgstr "줌 %.2f"
#: common/eda_draw_frame.cpp:617
#, fuzzy, c-format
#, c-format
msgid "grid %s"
msgstr "사용자 그리드"
msgstr "그리드 %s"
#: common/eda_draw_frame.cpp:630 pagelayout_editor/pl_editor_frame.cpp:752
msgid "inches"
@ -4389,15 +4390,18 @@ msgid "Net Label"
msgstr "네트 라벨"
#: common/eda_item.cpp:365 eeschema/sch_label.cpp:906
#: eeschema/sch_label.cpp:1309
#: eeschema/sch_label.cpp:1309 eeschema/sch_label.cpp:878
#: eeschema/sch_label.cpp:1250
msgid "Directive Label"
msgstr "지시문 레이블"
#: common/eda_item.cpp:366 eeschema/sch_label.cpp:907
#: eeschema/sch_label.cpp:879
msgid "Global Label"
msgstr "전역 라벨"
#: common/eda_item.cpp:367 eeschema/sch_label.cpp:908
#: eeschema/sch_label.cpp:880
msgid "Hierarchical Label"
msgstr "계층 라벨"
@ -4601,7 +4605,8 @@ msgstr "채움"
#: gerbview/gerber_file_image.cpp:345
#: pcbnew/microwave/microwave_polygon.cpp:128
#: pcbnew/widgets/appearance_controls.cpp:635
#: pcbnew/widgets/appearance_controls.cpp:1762
#: pcbnew/widgets/appearance_controls.cpp:1762 eeschema/sch_label.cpp:894
#: eeschema/sch_text.cpp:498
msgid "Normal"
msgstr "표준"
@ -4627,7 +4632,8 @@ msgstr "표준"
#: pcbnew/dialogs/dialog_global_edit_text_and_graphics_base.cpp:205
#: pcbnew/dialogs/panel_fp_editor_defaults_base.cpp:133
#: pcbnew/dialogs/panel_setup_text_and_graphics_base.cpp:50
#: pcbnew/fp_text_grid_table.cpp:105
#: pcbnew/fp_text_grid_table.cpp:105 eeschema/sch_label.cpp:894
#: eeschema/sch_text.cpp:498
msgid "Italic"
msgstr "이탤릭체"
@ -4648,6 +4654,7 @@ msgstr "이탤릭체"
#: eeschema/sch_textbox.cpp:442
#: pagelayout_editor/dialogs/properties_frame_base.cpp:93
#: pcbnew/dialogs/dialog_global_edit_text_and_graphics_base.cpp:186
#: eeschema/sch_label.cpp:894 eeschema/sch_text.cpp:498
msgid "Bold"
msgstr "굵게"
@ -7686,6 +7693,7 @@ msgstr "%s 발견"
#: eeschema/cross-probing.cpp:175 eeschema/sim/sim_plot_frame.cpp:606
#: eeschema/sim/sim_plot_frame.cpp:922 eeschema/widgets/tuner_slider.cpp:52
#: eeschema/sim/sim_plot_frame.cpp:599 eeschema/sim/sim_plot_frame.cpp:915
#, c-format
msgid "%s not found"
msgstr "%s을(를) 찾을 수 없음"
@ -7944,12 +7952,12 @@ msgid ""
"python <script file name> <input filename> <output filename>\n"
"```\n"
"\n"
"On Windows, if the desired generator script for a CSV BOM is `C:"
"\\Users\\username\\kicad\\my_python_script.py`, the command line would be:\n"
"On Windows, if the desired generator script for a CSV BOM is `C:\\Users"
"\\username\\kicad\\my_python_script.py`, the command line would be:\n"
"\n"
"```\n"
"python.exe C:\\Users\\username\\kicad\\my_python_script.py \"%I\" \"%O."
"csv\"\n"
"python.exe C:\\Users\\username\\kicad\\my_python_script.py \"%I\" \"%O.csv"
"\"\n"
"```\n"
"\n"
"On Linux, if the desired generator script for a CSV BOM is `/home/username/"
@ -8018,13 +8026,12 @@ msgstr ""
"파이썬 <스크립트 파일 이름 > < 입력 파일 이름 > < 출력 파일 이름>\n"
"```\n"
"\n"
"Windows에서 CSV BOM에 대해 원하는 생성기 스크립트가 'C:"
"\\Users\\username\\kicad\\my_python_script.py'인 경우 명령줄은 다음과 같습니"
"다.\n"
"Windows에서 CSV BOM에 대해 원하는 생성기 스크립트가 'C:\\Users\\username"
"\\kicad\\my_python_script.py'인 경우 명령줄은 다음과 같습니다.\n"
"\n"
"```\n"
"python.exe C:\\Users\\username\\kicad\\my_python_script.py \"%I\" \"%O."
"csv\"\n"
"python.exe C:\\Users\\username\\kicad\\my_python_script.py \"%I\" \"%O.csv"
"\"\n"
"```\n"
"\n"
"Linux에서 CSV BOM에 대해 원하는 생성기 스크립트가 '/home/username/kicad/"
@ -8595,6 +8602,7 @@ msgstr "네트리스트 내보내기"
#: eeschema/dialogs/dialog_export_netlist.cpp:320
#: eeschema/sim/sim_plot_frame.cpp:464 eeschema/sim/sim_plot_frame.cpp:1738
#: eeschema/sim/sim_plot_frame.cpp:463
msgid "Simulator requires a fully annotated schematic."
msgstr "시뮬레이터는 완전히 주석 처리된 회로도가 필요합니다."
@ -8790,6 +8798,7 @@ msgstr "KiCad 글꼴"
#: eeschema/dialogs/dialog_lib_textbox_properties_base.cpp:99
#: eeschema/dialogs/dialog_text_properties_base.cpp:120
#: eeschema/sch_label.cpp:932 eeschema/sch_text.cpp:509
#: eeschema/sch_label.cpp:904 eeschema/sch_text.cpp:508
msgid "Align left"
msgstr "왼쪽 정렬"
@ -8805,6 +8814,7 @@ msgstr "수평 중앙 정렬"
#: eeschema/dialogs/dialog_lib_textbox_properties_base.cpp:109
#: eeschema/dialogs/dialog_text_properties_base.cpp:130
#: eeschema/sch_label.cpp:930 eeschema/sch_text.cpp:507
#: eeschema/sch_label.cpp:902 eeschema/sch_text.cpp:506
msgid "Align right"
msgstr "오른쪽 정렬"
@ -8815,6 +8825,7 @@ msgstr "오른쪽 정렬"
#: eeschema/dialogs/dialog_lib_textbox_properties_base.cpp:129
#: eeschema/dialogs/dialog_text_properties_base.cpp:140
#: eeschema/sch_label.cpp:933 eeschema/sch_text.cpp:510
#: eeschema/sch_label.cpp:905 eeschema/sch_text.cpp:509
msgid "Align top"
msgstr "위쪽 정렬"
@ -8830,6 +8841,7 @@ msgstr "수직 중앙 정렬"
#: eeschema/dialogs/dialog_lib_textbox_properties_base.cpp:139
#: eeschema/dialogs/dialog_text_properties_base.cpp:150
#: eeschema/sch_label.cpp:931 eeschema/sch_text.cpp:508
#: eeschema/sch_label.cpp:903 eeschema/sch_text.cpp:507
msgid "Align bottom"
msgstr "아래쪽 정렬"
@ -9240,7 +9252,8 @@ msgstr "V 정렬"
#: eeschema/lib_text.cpp:428 eeschema/lib_textbox.cpp:490
#: eeschema/sch_field.cpp:755 eeschema/sch_label.cpp:926
#: eeschema/sch_text.cpp:503 eeschema/sch_textbox.cpp:446
#: pcbnew/tools/board_inspection_tool.cpp:1237
#: pcbnew/tools/board_inspection_tool.cpp:1237 eeschema/sch_label.cpp:898
#: eeschema/sch_text.cpp:502
msgid "Text Size"
msgstr "텍스트 크기"
@ -9274,7 +9287,8 @@ msgstr "Y 위치"
#: eeschema/sch_text.cpp:497 eeschema/sch_textbox.cpp:440
#: pcbnew/fp_text.cpp:309 pcbnew/fp_textbox.cpp:336
#: pcbnew/pcb_dimension.cpp:332 pcbnew/pcb_text.cpp:130
#: pcbnew/pcb_textbox.cpp:297
#: pcbnew/pcb_textbox.cpp:297 eeschema/sch_label.cpp:892
#: eeschema/sch_text.cpp:496
msgid "Font"
msgstr "폰트"
@ -10553,9 +10567,8 @@ msgid "Replace matches in reference designators"
msgstr "참조 지정자의 일치 항목 바꾸기"
#: eeschema/dialogs/dialog_schematic_find_base.cpp:120
#, fuzzy
msgid "Replace"
msgstr "바꾸기 (&R)"
msgstr "교체"
#: eeschema/dialogs/dialog_schematic_setup.cpp:41
msgid "Schematic Setup"
@ -10761,7 +10774,8 @@ msgstr "시트에는 지정된 파일이 있어야 합니다."
#: eeschema/sch_text.cpp:501 eeschema/sch_textbox.cpp:444
#: pcbnew/teardrop/dialog_teardrop_base.cpp:122
#: pcbnew/teardrop/dialog_teardrop_base.cpp:226
#: pcbnew/teardrop/dialog_teardrop_base.cpp:330
#: pcbnew/teardrop/dialog_teardrop_base.cpp:330 eeschema/sch_label.cpp:896
#: eeschema/sch_text.cpp:500
msgid "Style"
msgstr "스타일"
@ -10803,7 +10817,7 @@ msgid "Add signal by name:"
msgstr "이름으로 신호 추가:"
#: eeschema/dialogs/dialog_signal_list_base.h:50
#: eeschema/sim/sim_plot_frame.cpp:165
#: eeschema/sim/sim_plot_frame.cpp:165 eeschema/sim/sim_plot_frame.cpp:164
msgid "Add Signals"
msgstr "신호 추가"
@ -11144,6 +11158,7 @@ msgstr "매개변수"
#: pcbnew/fp_text.cpp:294 pcbnew/pcb_marker.cpp:193 pcbnew/pcb_shape.cpp:304
#: pcbnew/pcb_track.cpp:861 pcbnew/pcb_track.cpp:935
#: pcbnew/tools/drawing_stackup_table_tool.cpp:249 pcbnew/zone.cpp:536
#: eeschema/sch_label.cpp:890
msgid "Type"
msgstr "형식"
@ -12558,7 +12573,7 @@ msgid "Unknown netlist format.\n"
msgstr "알 수 없는 네트리스트 형식.\n"
#: eeschema/eeschema_jobs_handler.cpp:396
#, fuzzy, c-format
#, c-format
msgid "Plotting symbol '%s' unit %d to '%s'\n"
msgstr "플로팅 심볼 '%s' 단위 %d ~ '%s'\n"
@ -13267,6 +13282,7 @@ msgid "Unit %s"
msgstr "단위 %s"
#: eeschema/lib_text.cpp:477 eeschema/sch_text.cpp:393
#: eeschema/sch_text.cpp:392
#, c-format
msgid "Graphic Text '%s'"
msgstr "그래픽 텍스트 '%s'"
@ -13277,6 +13293,7 @@ msgstr "그래픽 텍스트 상자"
#: eeschema/lib_textbox.cpp:486 eeschema/sch_label.cpp:922
#: eeschema/sch_text.cpp:499 eeschema/sch_textbox.cpp:442
#: eeschema/sch_label.cpp:894 eeschema/sch_text.cpp:498
msgid "Bold Italic"
msgstr "굵은 기울임꼴"
@ -13404,11 +13421,13 @@ msgid "P&references"
msgstr "설정 (&r)"
#: eeschema/netlist_exporters/netlist_exporter_spice.cpp:478
#: eeschema/netlist_exporters/netlist_exporter_spice.cpp:477
#, c-format
msgid "Could not open file '%s' to write IBIS model"
msgstr "IBIS 모델을 쓰기 위해 '%s' 파일을 열 수 없음"
#: eeschema/netlist_exporters/netlist_exporter_spice.cpp:532
#: eeschema/netlist_exporters/netlist_exporter_spice.cpp:531
#, c-format
msgid "Could not find library file '%s'"
msgstr "라이브러리 파일 '%s'을(를) 찾을 수 없음"
@ -13634,6 +13653,7 @@ msgstr "버스 엔트리 유형"
#: eeschema/sch_bus_entry.cpp:512 eeschema/sch_label.cpp:950
#: eeschema/sch_line.cpp:924 pcbnew/pad.cpp:1005 pcbnew/pcb_track.cpp:963
#: pcbnew/tools/pcb_control.cpp:1544 pcbnew/zone.cpp:566
#: eeschema/sch_label.cpp:922
msgid "Resolved Netclass"
msgstr "해결된 네트클래스"
@ -13664,7 +13684,7 @@ msgstr "새 회로도 파일이 저장되지 않음"
#: eeschema/symbol_editor/symbol_editor.cpp:1163
#: pagelayout_editor/pl_editor_frame.cpp:395
#: pcbnew/footprint_edit_frame.cpp:715 pcbnew/footprint_edit_frame.cpp:755
#: pcbnew/pcb_edit_frame.cpp:1050
#: pcbnew/pcb_edit_frame.cpp:1050 eeschema/sim/sim_plot_frame.cpp:1761
#, c-format
msgid "Save changes to '%s' before closing?"
msgstr "닫기 전에 '%s'에 대한 변경 사항을 저장하시겠습니까?"
@ -13707,12 +13727,13 @@ msgstr "CvPcb를 열 수 없습니다"
#: eeschema/sch_edit_frame.cpp:1420 eeschema/sim/sim_plot_frame.cpp:350
#: kicad/kicad_manager_frame.cpp:776 pcbnew/footprint_edit_frame.cpp:926
#: pcbnew/pcb_edit_frame.cpp:1566
#: pcbnew/pcb_edit_frame.cpp:1566 eeschema/sim/sim_plot_frame.cpp:349
msgid "[Read Only]"
msgstr "[읽기 전용]"
#: eeschema/sch_edit_frame.cpp:1423 eeschema/sim/sim_plot_frame.cpp:353
#: pcbnew/footprint_edit_frame.cpp:935 pcbnew/pcb_edit_frame.cpp:1569
#: eeschema/sim/sim_plot_frame.cpp:352
msgid "[Unsaved]"
msgstr "[저장되지 않음]"
@ -13757,15 +13778,16 @@ msgstr "알 수 없는 SCH_FILE_T 값: %d"
msgid "Tri-State"
msgstr "3-상태"
#: eeschema/sch_label.cpp:905
#: eeschema/sch_label.cpp:905 eeschema/sch_label.cpp:877
msgid "Label"
msgstr "라벨"
#: eeschema/sch_label.cpp:909
#: eeschema/sch_label.cpp:909 eeschema/sch_label.cpp:881
msgid "Hierarchical Sheet Pin"
msgstr "계층 시트 핀"
#: eeschema/sch_label.cpp:937 eeschema/sch_text.cpp:514
#: eeschema/sch_label.cpp:909 eeschema/sch_text.cpp:513
msgid "Justification"
msgstr "위치 맞춤"
@ -13776,39 +13798,41 @@ msgstr "위치 맞춤"
#: pcbnew/pad.cpp:1796 pcbnew/pcb_track.cpp:961
#: pcbnew/tools/pcb_control.cpp:1541
#: pcbnew/widgets/pcb_properties_panel.cpp:260 pcbnew/zone.cpp:564
#: pcbnew/zone.cpp:1455
#: pcbnew/zone.cpp:1455 eeschema/sch_label.cpp:973
msgid "Net"
msgstr "네트"
#: eeschema/sch_label.cpp:1004 eeschema/sch_line.cpp:867
#: eeschema/sch_label.cpp:976
msgid "Resolved netclass"
msgstr "해결된 넷클래스"
#: eeschema/sch_label.cpp:1020
#: eeschema/sch_label.cpp:1020 eeschema/sch_label.cpp:992
msgid "Hierarchical Labels"
msgstr "계층 라벨"
#: eeschema/sch_label.cpp:1105
#: eeschema/sch_label.cpp:1105 eeschema/sch_label.cpp:1077
#, c-format
msgid "Label '%s'"
msgstr "라벨 '%s'"
#: eeschema/sch_label.cpp:1313
#: eeschema/sch_label.cpp:1313 eeschema/sch_label.cpp:1254
#, c-format
msgid "Directive Label [%s %s]"
msgstr "지시문 레이블 [%s %s]"
#: eeschema/sch_label.cpp:1590
#: eeschema/sch_label.cpp:1590 eeschema/sch_label.cpp:1531
#, c-format
msgid "Global Label '%s'"
msgstr "전역 라벨 '%s'"
#: eeschema/sch_label.cpp:1723
#: eeschema/sch_label.cpp:1723 eeschema/sch_label.cpp:1664
#, c-format
msgid "Hierarchical Label '%s'"
msgstr "계층 라벨 '%s'"
#: eeschema/sch_label.cpp:1740 pcbnew/dialogs/panel_setup_rules.cpp:687
#: eeschema/sch_label.cpp:1681
msgid "Syntax Help"
msgstr "구문 도움말"
@ -14633,7 +14657,7 @@ msgstr "%s에서 심볼을 찾을 수 없음!"
msgid "Symbol %s [%s]"
msgstr "심볼 %s [%s]"
#: eeschema/sch_text.cpp:495
#: eeschema/sch_text.cpp:495 eeschema/sch_text.cpp:494
msgid "Graphic Text"
msgstr "그래픽 텍스트"
@ -15813,47 +15837,51 @@ msgstr ""
"이 시뮬레이션이 제공하는 플롯이 없습니다. 결과를 확인하려면 콘솔 창을 참조하"
"세요."
#: eeschema/sim/sim_plot_frame.cpp:163
#: eeschema/sim/sim_plot_frame.cpp:163 eeschema/sim/sim_plot_frame.cpp:162
msgid "Run/Stop Simulation"
msgstr "시뮬레이션 실행/중지"
#: eeschema/sim/sim_plot_frame.cpp:164 eeschema/sim/sim_plot_frame_base.cpp:55
#: eeschema/sim/sim_plot_frame.cpp:163
msgid "Run Simulation"
msgstr "시뮬레이터 실행"
#: eeschema/sim/sim_plot_frame.cpp:166
#: eeschema/sim/sim_plot_frame.cpp:166 eeschema/sim/sim_plot_frame.cpp:165
msgid "Add signals to plot"
msgstr "플롯에 신호 추가"
#: eeschema/sim/sim_plot_frame.cpp:167
#: eeschema/sim/sim_plot_frame.cpp:167 eeschema/sim/sim_plot_frame.cpp:166
msgid "Probe"
msgstr "프로브"
#: eeschema/sim/sim_plot_frame.cpp:168
#: eeschema/sim/sim_plot_frame.cpp:168 eeschema/sim/sim_plot_frame.cpp:167
msgid "Probe signals on the schematic"
msgstr "회로도에서의 신호 조사"
#: eeschema/sim/sim_plot_frame.cpp:169 eeschema/sim/sim_plot_frame_base.cpp:242
#: eeschema/sim/sim_plot_frame.cpp:168
msgid "Tune"
msgstr "조정"
#: eeschema/sim/sim_plot_frame.cpp:170
#: eeschema/sim/sim_plot_frame.cpp:170 eeschema/sim/sim_plot_frame.cpp:169
msgid "Tune component values"
msgstr "컴포넌트 값 조정"
#: eeschema/sim/sim_plot_frame.cpp:171
#: eeschema/sim/sim_plot_frame.cpp:171 eeschema/sim/sim_plot_frame.cpp:170
msgid "Sim Command"
msgstr "Sim 명령"
#: eeschema/sim/sim_plot_frame.cpp:172
#: eeschema/sim/sim_plot_frame.cpp:172 eeschema/sim/sim_plot_frame.cpp:171
msgid "Simulation command and settings"
msgstr "시뮬레이션 명령 및 설정"
#: eeschema/sim/sim_plot_frame.cpp:355 eeschema/sim/sim_plot_frame_base.h:130
#: eeschema/sim/sim_plot_frame.cpp:354
msgid "Spice Simulator"
msgstr "Spice 시뮬레이터"
#: eeschema/sim/sim_plot_frame.cpp:473 eeschema/sim/sim_plot_frame.cpp:1571
#: eeschema/sim/sim_plot_frame.cpp:466 eeschema/sim/sim_plot_frame.cpp:1564
msgid ""
"Errors during netlist generation; simulation aborted.\n"
"\n"
@ -15861,7 +15889,7 @@ msgstr ""
"네트리스트 생성 중 오류; 시뮬레이션이 중단되었습니다.\n"
"\n"
#: eeschema/sim/sim_plot_frame.cpp:490
#: eeschema/sim/sim_plot_frame.cpp:490 eeschema/sim/sim_plot_frame.cpp:483
msgid ""
"Schematic sheet simulation command directive has changed. Do you wish to "
"update the Simulation Command?"
@ -15870,77 +15898,83 @@ msgstr ""
"이트하시겠습니까?"
#: eeschema/sim/sim_plot_frame.cpp:513 eeschema/sim/sim_plot_frame.cpp:2007
#: eeschema/sim/sim_plot_frame.cpp:506 eeschema/sim/sim_plot_frame.cpp:1993
msgid "Another simulation is already running."
msgstr "다른 시뮬레이션이 이미 실행 중입니다."
#: eeschema/sim/sim_plot_frame.cpp:541
#: eeschema/sim/sim_plot_frame.cpp:541 eeschema/sim/sim_plot_frame.cpp:534
#, c-format
msgid "Plot%u - "
msgstr "플롯%u - "
#: eeschema/sim/sim_plot_frame.cpp:605 eeschema/sim/sim_plot_frame.cpp:617
#: eeschema/sim/sim_plot_frame.cpp:941
#: eeschema/sim/sim_plot_frame.cpp:941 eeschema/sim/sim_plot_frame.cpp:598
#: eeschema/sim/sim_plot_frame.cpp:610 eeschema/sim/sim_plot_frame.cpp:934
msgid "Could not apply tuned value(s):"
msgstr "조정된 값을 적용할 수 없음:"
#: eeschema/sim/sim_plot_frame.cpp:618 eeschema/sim/sim_plot_frame.cpp:930
#: eeschema/sim/sim_plot_frame.cpp:611 eeschema/sim/sim_plot_frame.cpp:923
#, c-format
msgid "%s is not tunable"
msgstr "%s는 조정할 수 없음"
#: eeschema/sim/sim_plot_frame.cpp:661
#: eeschema/sim/sim_plot_frame.cpp:661 eeschema/sim/sim_plot_frame.cpp:654
msgid "Error: simulation type not defined!\n"
msgstr "오류: 시뮬레이션 유형이 정의되지 않았습니다!\n"
#: eeschema/sim/sim_plot_frame.cpp:667
#: eeschema/sim/sim_plot_frame.cpp:667 eeschema/sim/sim_plot_frame.cpp:660
msgid "Error: simulation type doesn't support plotting!\n"
msgstr "오류: 시뮬레이션 유형이 플로팅을 지원하지 않습니다!\n"
#: eeschema/sim/sim_plot_frame.cpp:739 eeschema/sim/sim_plot_panel.h:117
#: eeschema/sim/sim_plot_frame.cpp:732
msgid " (mag)"
msgstr " (mag)"
#: eeschema/sim/sim_plot_frame.cpp:741 eeschema/sim/sim_plot_panel.h:119
#: eeschema/sim/sim_plot_frame.cpp:734
msgid " (phase)"
msgstr " (상)"
#: eeschema/sim/sim_plot_frame.cpp:851 eeschema/sim/sim_plot_frame.cpp:1822
#: eeschema/sim/sim_plot_frame.cpp:844 eeschema/sim/sim_plot_frame.cpp:1808
msgid "Signal"
msgstr "신호"
#: eeschema/sim/sim_plot_frame.cpp:1188
#: eeschema/sim/sim_plot_frame.cpp:1188 eeschema/sim/sim_plot_frame.cpp:1181
msgid "noname"
msgstr "이름 없음"
#: eeschema/sim/sim_plot_frame.cpp:1237
#: eeschema/sim/sim_plot_frame.cpp:1237 eeschema/sim/sim_plot_frame.cpp:1230
msgid "Open simulation workbook"
msgstr "시뮬레이션 워크북 열기"
#: eeschema/sim/sim_plot_frame.cpp:1266
#: eeschema/sim/sim_plot_frame.cpp:1266 eeschema/sim/sim_plot_frame.cpp:1259
msgid "Save Simulation Workbook As"
msgstr "시뮬레이션 통합 문서 저장"
#: eeschema/sim/sim_plot_frame.cpp:1281
#: eeschema/sim/sim_plot_frame.cpp:1281 eeschema/sim/sim_plot_frame.cpp:1274
msgid "Save Plot as Image"
msgstr "플롯을 이미지로 저장"
#: eeschema/sim/sim_plot_frame.cpp:1298
#: eeschema/sim/sim_plot_frame.cpp:1298 eeschema/sim/sim_plot_frame.cpp:1291
msgid "Save Plot Data"
msgstr "플롯 데이터 저장"
#: eeschema/sim/sim_plot_frame.cpp:1636
#: eeschema/sim/sim_plot_frame.cpp:1636 eeschema/sim/sim_plot_frame.cpp:1629
msgid "You need to run plot-providing simulation first."
msgstr "플롯 제공 시뮬레이션을 먼저 실행하여야 합니다."
#: eeschema/sim/sim_plot_frame.cpp:1693
#: eeschema/sim/sim_plot_frame.cpp:1693 eeschema/sim/sim_plot_frame.cpp:1686
msgid "SPICE Netlist"
msgstr "SPICE 네트리스트"
#: eeschema/sim/sim_plot_frame.cpp:1772
#: eeschema/sim/sim_plot_frame.cpp:1772 eeschema/sim/sim_plot_frame.cpp:1758
msgid "Save changes to workbook?"
msgstr "통합 문서에 변경 내용을 저장하시겠습니까?"
#: eeschema/sim/sim_plot_frame.cpp:1937
#: eeschema/sim/sim_plot_frame.cpp:1937 eeschema/sim/sim_plot_frame.cpp:1923
msgid ""
"\n"
"\n"
@ -15952,19 +15986,20 @@ msgstr ""
"시뮬레이션 결과:\n"
"\n"
#: eeschema/sim/sim_plot_frame.cpp:2028
#: eeschema/sim/sim_plot_frame.cpp:2028 eeschema/sim/sim_plot_frame.cpp:2014
msgid "Remove Signal"
msgstr "신호 제거"
#: eeschema/sim/sim_plot_frame.cpp:2028
#: eeschema/sim/sim_plot_frame.cpp:2028 eeschema/sim/sim_plot_frame.cpp:2014
msgid "Remove the signal from the plot"
msgstr "플롯에서 신호 제거"
#: eeschema/sim/sim_plot_frame.cpp:2036 eeschema/sim/sim_plot_frame.cpp:2063
#: eeschema/sim/sim_plot_frame.cpp:2022 eeschema/sim/sim_plot_frame.cpp:2049
msgid "Hide Cursor"
msgstr "커서 숨김"
#: eeschema/sim/sim_plot_frame.cpp:2038
#: eeschema/sim/sim_plot_frame.cpp:2038 eeschema/sim/sim_plot_frame.cpp:2024
msgid "Show Cursor"
msgstr "커서 표시"
@ -16192,8 +16227,8 @@ msgstr ""
#: eeschema/symbol_checker.cpp:146
#, c-format
msgid ""
"<b>Duplicate pin %s</b> %s at location <b>(%s, %s)</b> conflicts with pin "
"%s%s at location <b>(%s, %s)</b>."
"<b>Duplicate pin %s</b> %s at location <b>(%s, %s)</b> conflicts with pin %s"
"%s at location <b>(%s, %s)</b>."
msgstr ""
"<b> 중복되는 핀 %s</b> %s (위치 <b>(%s, %s)</b>) 이(가) 핀 %s%s (위치 "
"<b>(%s, %s)</b>) 와 충돌합니다."
@ -16201,8 +16236,8 @@ msgstr ""
#: eeschema/symbol_checker.cpp:159
#, c-format
msgid ""
"<b>Duplicate pin %s</b> %s at location <b>(%s, %s)</b> conflicts with pin "
"%s%s at location <b>(%s, %s)</b> in units %s and %s."
"<b>Duplicate pin %s</b> %s at location <b>(%s, %s)</b> conflicts with pin %s"
"%s at location <b>(%s, %s)</b> in units %s and %s."
msgstr ""
"<b> 중복되는 핀 %s</b> %s (위치 <b>(%s, %s)</b>) 가 핀 %s%s (위치 <b>(%s, "
"%s)</b>) 와 충돌합니다 (유닛 %s와 %s)."
@ -31422,13 +31457,13 @@ msgid ""
"\n"
" (rule \"Distance between Vias of Different Nets\"\n"
" (constraint hole_to_hole (min 0.254mm))\n"
" (condition \"A.Type == 'Via' && B.Type == 'Via' && A.Net != B."
"Net\"))\n"
" (condition \"A.Type == 'Via' && B.Type == 'Via' && A.Net != B.Net"
"\"))\n"
"\n"
" (rule \"Clearance between Pads of Different Nets\"\n"
" (constraint clearance (min 3.0mm))\n"
" (condition \"A.Type == 'Pad' && B.Type == 'Pad' && A.Net != B."
"Net\"))\n"
" (condition \"A.Type == 'Pad' && B.Type == 'Pad' && A.Net != B.Net"
"\"))\n"
"\n"
"\n"
" (rule \"Via Hole to Track Clearance\"\n"
@ -31750,13 +31785,13 @@ msgstr ""
"\n"
" (rule \"Distance between Vias of Different Nets\"\n"
" (constraint hole_to_hole (min 0.254mm))\n"
" (condition \"A.Type == 'Via' && B.Type == 'Via' && A.Net != B."
"Net\"))\n"
" (condition \"A.Type == 'Via' && B.Type == 'Via' && A.Net != B.Net"
"\"))\n"
"\n"
" (rule \"Clearance between Pads of Different Nets\"\n"
" (constraint clearance (min 3.0mm))\n"
" (condition \"A.Type == 'Pad' && B.Type == 'Pad' && A.Net != B."
"Net\"))\n"
" (condition \"A.Type == 'Pad' && B.Type == 'Pad' && A.Net != B.Net"
"\"))\n"
"\n"
"\n"
" (rule \"Via Hole to Track Clearance\"\n"
@ -35043,9 +35078,9 @@ msgid "Error creating svg file"
msgstr "svg 파일 생성 오류"
#: pcbnew/pcbnew_jobs_handler.cpp:337 pcbnew/pcbnew_jobs_handler.cpp:414
#, fuzzy, c-format
#, c-format
msgid "Failed to plot to '%s'.\n"
msgstr "'%s'을(를) 불러오기 실패하였습니다."
msgstr "'%s'로 플롯 실패.\n"
#: pcbnew/pcbnew_jobs_handler.cpp:624 pcbnew/pcbnew_jobs_handler.cpp:695
msgid "Loading footprint library\n"
@ -36555,6 +36590,7 @@ msgstr ""
"자체 교차하는 다각형이 아닌지 확인하세요."
#: pcbnew/router/pns_kicad_iface.cpp:1927 pcbnew/router/router_tool.cpp:453
#: pcbnew/router/pns_kicad_iface.cpp:1923
msgid "Interactive Router"
msgstr "인터랙티브 라우터"
@ -41231,8 +41267,8 @@ msgstr "KiCad 인쇄 회로 기판"
#~ "\n"
#~ "On Linux:\n"
#~ "```\n"
#~ "python /usr/local/kicad/bin/plugins/bom-in-python/my_python_script.py "
#~ "\"%I\" \"%O.csv\"\n"
#~ "python /usr/local/kicad/bin/plugins/bom-in-python/my_python_script.py \"%I"
#~ "\" \"%O.csv\"\n"
#~ "```\n"
#~ msgstr ""
#~ "# 1 - 전체 문서\n"
@ -41409,8 +41445,8 @@ msgstr "KiCad 인쇄 회로 기판"
#~ "\n"
#~ "리눅스에서:\n"
#~ "```\n"
#~ "python /usr/local/kicad/bin/plugins/bom-in-python/my_python_script.py "
#~ "\"%I\" \"%O.csv\"\n"
#~ "python /usr/local/kicad/bin/plugins/bom-in-python/my_python_script.py \"%I"
#~ "\" \"%O.csv\"\n"
#~ "```\n"
#, c-format