1# Copyright (C) YEAR This_file_is_part_of_KDE
2# This file is distributed under the same license as the PACKAGE package.
3#
4# Weng Xuetian <wengxt@gmail.com>, 2016.
5msgid ""
6msgstr ""
7"Project-Id-Version: kdeorg\n"
8"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
9"POT-Creation-Date: 2021-11-09 00:15+0000\n"
10"PO-Revision-Date: 2022-02-26 05:19\n"
11"Last-Translator: \n"
12"Language-Team: Chinese Simplified\n"
13"Language: zh_CN\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=1; plural=0;\n"
18"X-Crowdin-Project: kdeorg\n"
19"X-Crowdin-Project-ID: 269464\n"
20"X-Crowdin-Language: zh-CN\n"
21"X-Crowdin-File: /kf5-stable/messages/kdevelop/kdevwelcomepage.pot\n"
22"X-Crowdin-File-ID: 3957\n"
23
24#: qml/area_code.qml:53
25msgid "News"
26msgstr "新闻"
27
28#: qml/area_code.qml:74
29msgid "Need Help?"
30msgstr "需要帮助?"
31
32#: qml/area_code.qml:82
33msgid "KDevelop.org"
34msgstr "KDevelop.org"
35
36#: qml/area_code.qml:89
37msgid "Learn about KDevelop"
38msgstr "学习 KDevelop"
39
40#: qml/area_code.qml:94
41msgid "Join KDevelop's team!"
42msgstr "加入 KDevelop 团队!"
43
44#: qml/area_code.qml:99
45msgid "Handbook"
46msgstr "手册"
47
48#: qml/area_debug.qml:18 qml/area_review.qml:16
49msgid "Back to code"
50msgstr "返回代码"
51
52#: qml/area_debug.qml:37
53msgid "Configure a new Launcher"
54msgstr "配置新启动器"
55
56#: qml/area_debug.qml:38
57msgid "Attach to Process"
58msgstr "附加到进程"
59
60#: qml/area_debug.qml:39
61msgid "Debug your program"
62msgstr "调试您的程序"
63
64#: qml/area_debug.qml:41
65msgid "Debug Area"
66msgstr "调试区域"
67
68#: qml/area_debug.qml:44
69msgid ""
70"On the <em>Debug</em> area you will be able to see and analyze how your "
71"program works on execution. On the <em>Run</em> menu you will find all the "
72"possible options."
73msgstr ""
74"在 <em>调试</em> 区域中,您将能够查看和分析程序在执行过程中的工作情况。在 "
75"<em>运行</em> 菜单中,您可以找到所有可能的选项。"
76
77#: qml/area_debug.qml:50
78msgid ""
79"As you can see, here you can just execute your application or debug it if "
80"you need further runtime information. You can select what is going to be run "
81"by configuring the launches and selecting the one you want to use in the "
82"<em>Current Launch Configuration</em> sub-menu."
83msgstr ""
84"如您所见,在这里您可以只执行应用程序,或者如果您需要进一步的运行时信息,可以"
85"调试它。通过配置启动流程并选择要在 <em>当前启动配置</em> 子菜单中使用的选项, "
86"可以选择要运行的内容。"
87
88#: qml/area_review.qml:38
89msgid "Review a Patch"
90msgstr "审核补丁"
91
92#: qml/area_review.qml:46
93msgid "Review Area"
94msgstr "审核区域"
95
96#: qml/area_review.qml:50
97msgid ""
98"On the <em>Review</em> area you will be able to find the tools you need to "
99"review changes in your projects, either the ones you made or some external "
100"patch."
101msgstr ""
102"在 <em>审核</em> 区域,您可以找到用于审核工程更改所需的工具,包括您自己的和外"
103"部的补丁。"
104
105#: qml/area_review.qml:56
106msgid ""
107"Also it will help you send the changes to the community you're contributing "
108"to, either by committing the changes, sending them by e-mail or putting them "
109"on a ReviewBoard service."
110msgstr ""
111"此外,它还将帮助您将更改发送到您所贡献的社区,或者通过提交更改、通过电子邮件"
112"发送它们或将它们放在 ReviewBoard 服务上。"
113
114#: qml/Develop.qml:32
115msgid "New Project"
116msgstr "新建工程"
117
118#: qml/Develop.qml:37
119msgid "Open Project"
120msgstr "打开工程"
121
122#: qml/Develop.qml:43
123msgid "Fetch Project"
124msgstr "获取工程"
125
126#: qml/Develop.qml:50
127msgid "Recent Projects"
128msgstr "最近的工程"
129
130#: qml/Develop.qml:65
131msgid ""
132"<h3>Welcome to KDevelop!</h3>\n"
133"<p>You can start working on a project by opening an existing or creating a "
134"new one via the above buttons.</p>\n"
135"<p>If you need help, please check out the <a href=\"https://userbase.kde.org/"
136"KDevelop\">User Manual.</a></p>"
137msgstr ""
138"<h3>欢迎使用 KDevelop!</h3>\n"
139"<p>您可以打开现有的工程或通过上面的按钮创建一个新工程来开始工作。</p>\n"
140"<p>如果您需要帮助, 请查阅<a href=\"https://userbase.kde.org/KDevelop\">用户手"
141"册</a>。</p>"
142
143#: qml/Develop.qml:70
144msgid ""
145"<br/>\n"
146"<h3>Note for Windows users</h3>\n"
147"<p>Note that KDevelop does NOT ship a C/C++ compiler on Windows!</p>\n"
148"<p>You need to install either GCC via MinGW or install a recent version of "
149"the Microsoft Visual Studio IDE and make sure the environment is setup "
150"correctly <i>before</i> starting KDevelop.</p>\n"
151"<p>If you need further assistance, please check out the <a href=\"https://"
152"userbase.kde.org/KDevelop4/Manual/WindowsSetup\">KDevelop under Windows "
153"instructions.</a></p>"
154msgstr ""
155"<br/>\n"
156"<h3>Windows 用户请注意</h3>\n"
157"<p>请注意 KDevelop 的 Windows 版本没有预装 C/C++ 编译器!</p>\n"
158"<p>您需要通过 MinGW 安装 GCC,或者安装 Microsoft Visual Studio 的最新版本,并"
159"在启动<i>之前</i>确保环境安装正确。</p>\n"
160"<p>如果需要进一步的帮助, 请查阅 <a href=\"https://userbase.kde.org/KDevelop4/"
161"Manual/WindowsSetup\">KDevelop Windows 版说明</a>。</p>"
162
163#: qml/Develop.qml:107
164msgid "%1: %2"
165msgstr "%1:(%2)"
166
167#: qml/Develop.qml:126
168msgid "Sessions"
169msgstr "会话"
170
171#: qml/GettingStarted.qml:49
172msgid "Go!"
173msgstr "开始!"
174
175#: qml/GettingStarted.qml:57
176msgid "Documentation for KDevelop users"
177msgstr "KDevelop 用户文档"
178
179#: qml/GettingStarted.qml:62
180msgid "Keep up with KDevelop's development"
181msgstr "紧跟 KDevelop 的发展!"
182
183#: qml/GettingStarted.qml:67
184msgid "Help us improve KDevelop"
185msgstr "帮助我们改善 KDevelop!"
186
187#: qml/NewsFeed.qml:136
188msgctxt "Example: Tue, 03 Jan 2017 10:00:00 (new)"
189msgid "%1 (new)"
190msgstr "%1 (新)"
191
192#: qml/NewsFeed.qml:147
193msgid "Fetching feeds..."
194msgstr "正在抓取订阅..."
195
196#: qml/NewsFeed.qml:148
197msgid "No recent news"
198msgstr "没有新闻"
199
200#: qml/plugins/Branches.qml:16
201msgid "Branches"
202msgstr "分支"
203
204#: qml/plugins/Projects.qml:15
205msgid "Projects"
206msgstr "工程"
207