Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (7752 of 7753 strings)

Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/
This commit is contained in:
Eric 2022-07-13 13:57:03 +00:00 committed by Hosted Weblate
parent 48d88cf897
commit 6fb4c715c6
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 11 additions and 15 deletions

View File

@ -19,7 +19,7 @@ msgstr ""
"Project-Id-Version: KiCad_zh_CN_Master_v0.0.32\n" "Project-Id-Version: KiCad_zh_CN_Master_v0.0.32\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-13 06:29-0700\n" "POT-Creation-Date: 2022-07-13 06:29-0700\n"
"PO-Revision-Date: 2022-07-09 21:10+0000\n" "PO-Revision-Date: 2022-07-16 04:16+0000\n"
"Last-Translator: Eric <alchemillatruth@purelymail.com>\n" "Last-Translator: Eric <alchemillatruth@purelymail.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"kicad/master-source/zh_Hans/>\n" "kicad/master-source/zh_Hans/>\n"
@ -28,7 +28,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.13.1-dev\n" "X-Generator: Weblate 4.14-dev\n"
"X-Poedit-KeywordsList: _HKI;_\n" "X-Poedit-KeywordsList: _HKI;_\n"
"X-Poedit-Basepath: ../../kicad-source-mirror\n" "X-Poedit-Basepath: ../../kicad-source-mirror\n"
"X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-SourceCharset: UTF-8\n"
@ -5049,9 +5049,8 @@ msgid "Schematic text && graphics"
msgstr "原理图文本和图形" msgstr "原理图文本和图形"
#: common/layer_id.cpp:125 #: common/layer_id.cpp:125
#, fuzzy
msgid "Symbol private text && graphics" msgid "Symbol private text && graphics"
msgstr "原理图文本和图形" msgstr "符号私有文本 && 图形"
#: common/layer_id.cpp:126 #: common/layer_id.cpp:126
msgid "Schematic text && graphics backgrounds" msgid "Schematic text && graphics backgrounds"
@ -16011,15 +16010,14 @@ msgid "KiCad Symbol Library Viewer"
msgstr "KiCad 符号库查看器" msgstr "KiCad 符号库查看器"
#: eeschema/symbol_viewer_frame.cpp:180 #: eeschema/symbol_viewer_frame.cpp:180
#, fuzzy
msgid "" msgid ""
"Filter on symbol name, keywords, description and pin count.\n" "Filter on symbol name, keywords, description and pin count.\n"
"Search terms are separated by spaces. All search terms must match.\n" "Search terms are separated by spaces. All search terms must match.\n"
"A term which is a number will also match against the pin count." "A term which is a number will also match against the pin count."
msgstr "" msgstr ""
"筛选封装名称、关键字、描述和焊盘计数。\n" "筛选符号名称、关键字、描述和引脚计数。\n"
"搜索词空格分隔。 所有搜索词必须匹配。\n" "搜索词空格分隔。 所有搜索词必须匹配。\n"
"数字的术语也将与焊盘计数匹配。" "数字搜索词还将匹配引脚计数。"
#: eeschema/symbol_viewer_frame.cpp:1149 pcbnew/footprint_viewer_frame.cpp:1094 #: eeschema/symbol_viewer_frame.cpp:1149 pcbnew/footprint_viewer_frame.cpp:1094
#: pcbnew/footprint_viewer_frame.cpp:1099 #: pcbnew/footprint_viewer_frame.cpp:1099
@ -28588,9 +28586,8 @@ msgstr ""
"他设置减少。" "他设置减少。"
#: pcbnew/dialogs/panel_setup_constraints_base.cpp:79 #: pcbnew/dialogs/panel_setup_constraints_base.cpp:79
#, fuzzy
msgid "Minimum connection width:" msgid "Minimum connection width:"
msgstr "最小环形宽度:" msgstr "最小连接宽度:"
#: pcbnew/dialogs/panel_setup_constraints_base.cpp:96 #: pcbnew/dialogs/panel_setup_constraints_base.cpp:96
msgid "Minimum annular width:" msgid "Minimum annular width:"
@ -30625,9 +30622,8 @@ msgid "Drilled holes co-located"
msgstr "钻孔并列在一起了" msgstr "钻孔并列在一起了"
#: pcbnew/drc/drc_item.cpp:112 #: pcbnew/drc/drc_item.cpp:112
#, fuzzy
msgid "Copper connection too narrow" msgid "Copper connection too narrow"
msgstr "到敷铜的焊盘连接:" msgstr "铜连接过窄"
#: pcbnew/drc/drc_item.cpp:116 #: pcbnew/drc/drc_item.cpp:116
msgid "Track width" msgid "Track width"
@ -30925,9 +30921,9 @@ msgid "Checking nets for minimum connection width..."
msgstr "正检查网络的最小连接宽度..." msgstr "正检查网络的最小连接宽度..."
#: pcbnew/drc/drc_test_provider_connection_width.cpp:601 #: pcbnew/drc/drc_test_provider_connection_width.cpp:601
#, fuzzy, c-format #, c-format
msgid "Minimum connection width %s; actual %s" msgid "Minimum connection width %s; actual %s"
msgstr "(%s 最小宽度 %s; 实际 %s)" msgstr "最小连接宽度 %s; 实际 %s"
#: pcbnew/drc/drc_test_provider_connectivity.cpp:71 #: pcbnew/drc/drc_test_provider_connectivity.cpp:71
msgid "Checking pad, via and zone connections..." msgid "Checking pad, via and zone connections..."
@ -36061,7 +36057,7 @@ msgstr "未定义 'diff_pair_uncoupled' 约束。"
#: pcbnew/tools/board_inspection_tool.cpp:820 #: pcbnew/tools/board_inspection_tool.cpp:820
#, c-format #, c-format
msgid "Note: %s is tented; clearance will only be applied to holes." msgid "Note: %s is tented; clearance will only be applied to holes."
msgstr "" msgstr "注意:%s 完全被焊膏覆盖; 间隙仅适用于过孔。"
#: pcbnew/tools/board_inspection_tool.cpp:837 #: pcbnew/tools/board_inspection_tool.cpp:837
msgid "Silkscreen clearance resolution for:" msgid "Silkscreen clearance resolution for:"