mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-24 19:12:54 +00:00
204 lines
5.3 KiB
Text
204 lines
5.3 KiB
Text
# Copyright (C) YEAR This_file_is_part_of_KDE
|
||
# This file is distributed under the same license as the PACKAGE package.
|
||
#
|
||
# Feng Chao <rainofchaos@gmail.com>, 2011, 2013.
|
||
# Ni Hui <shuizhuyuanluo@126.com>, 2011, 2012.
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: \n"
|
||
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
|
||
"POT-Creation-Date: 2015-07-27 00:40+0300\n"
|
||
"PO-Revision-Date: 2013-01-20 20:29+0800\n"
|
||
"Last-Translator: FengChao <rainofchaos@gmail.com>\n"
|
||
"Language-Team: Chinese Simplified <kde-china@kde.org>\n"
|
||
"Language: zh_CN\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
"X-Generator: Lokalize 1.5\n"
|
||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||
|
||
#. i18n: file: configwidget.ui:19
|
||
#. i18n: ectx: property (text), widget (QLabel, label_5)
|
||
#: rc.cpp:3
|
||
msgid "Build Directory:"
|
||
msgstr "构建目录:"
|
||
|
||
#. i18n: file: configwidget.ui:27
|
||
#. i18n: ectx: property (toolTip), widget (KUrlRequester, buildDir)
|
||
#: rc.cpp:6
|
||
msgid ""
|
||
"Select the directory where the tools are being executed in.\n"
|
||
"If this is the same as the source directory you can leave it empty."
|
||
msgstr ""
|
||
"选择工具运行的目录。\n"
|
||
"如果与源代码目录相同,可以留空。"
|
||
|
||
#. i18n: file: configwidget.ui:33
|
||
#. i18n: ectx: property (clickMessage), widget (KUrlRequester, buildDir)
|
||
#: rc.cpp:10
|
||
msgid "The directory where the tools are executed"
|
||
msgstr "工具运行的目录"
|
||
|
||
#. i18n: file: configwidget.ui:45
|
||
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
|
||
#: rc.cpp:13
|
||
msgid "Build Tools"
|
||
msgstr "构建工具"
|
||
|
||
#. i18n: file: configwidget.ui:51
|
||
#. i18n: ectx: property (text), widget (QLabel, label_6)
|
||
#: rc.cpp:16
|
||
msgid "Action:"
|
||
msgstr "动作:"
|
||
|
||
#. i18n: file: configwidget.ui:61
|
||
#. i18n: ectx: property (text), widget (QLabel, label_10)
|
||
#: rc.cpp:19
|
||
msgid "Enable:"
|
||
msgstr "启用:"
|
||
|
||
#. i18n: file: configwidget.ui:78
|
||
#. i18n: ectx: property (text), widget (QLabel, execLabel)
|
||
#: rc.cpp:22
|
||
msgid "Executable:"
|
||
msgstr "可执行文件:"
|
||
|
||
#. i18n: file: configwidget.ui:88
|
||
#. i18n: ectx: property (toolTip), widget (KUrlRequester, actionExecutable)
|
||
#: rc.cpp:25
|
||
msgid ""
|
||
"This is the executable that should be executed when selecting the action "
|
||
"from the Project menu"
|
||
msgstr "从工程菜单中选择动作时要执行的可执行文件"
|
||
|
||
#. i18n: file: configwidget.ui:98
|
||
#. i18n: ectx: property (text), widget (QLabel, argLabel)
|
||
#: rc.cpp:28
|
||
msgid "Arguments:"
|
||
msgstr "参数:"
|
||
|
||
#. i18n: file: configwidget.ui:108
|
||
#. i18n: ectx: property (toolTip), widget (QLineEdit, actionArguments)
|
||
#: rc.cpp:31
|
||
msgid "The arguments that the tool needs to execute properly."
|
||
msgstr "工具正确执行所需的参数。"
|
||
|
||
#. i18n: file: configwidget.ui:118
|
||
#. i18n: ectx: property (text), widget (QLabel, envLabel)
|
||
#: rc.cpp:34
|
||
msgid "Environment:"
|
||
msgstr "环境:"
|
||
|
||
#. i18n: file: configwidget.ui:128
|
||
#. i18n: ectx: property (toolTip), widget (KDevelop::EnvironmentSelectionWidget, actionEnvironment)
|
||
#: rc.cpp:37
|
||
msgid "Choose a pre-configured environment for your tool"
|
||
msgstr "为您的工具选择预配置环境"
|
||
|
||
#. i18n: file: custombuildsystemconfigwidget.ui:19
|
||
#. i18n: ectx: property (text), widget (QLabel, label)
|
||
#: rc.cpp:40
|
||
msgid "Build Configuration:"
|
||
msgstr "构建配置:"
|
||
|
||
#. i18n: file: custombuildsystemconfigwidget.ui:42
|
||
#. i18n: ectx: property (text), widget (KPushButton, addConfig)
|
||
#: rc.cpp:43
|
||
msgid "Add"
|
||
msgstr "添加"
|
||
|
||
#. i18n: file: custombuildsystemconfigwidget.ui:49
|
||
#. i18n: ectx: property (text), widget (KPushButton, removeConfig)
|
||
#: rc.cpp:46
|
||
msgid "Remove"
|
||
msgstr "删除"
|
||
|
||
#: configwidget.cpp:40
|
||
msgid "Build"
|
||
msgstr "构建"
|
||
|
||
#: configwidget.cpp:41
|
||
msgid "Configure"
|
||
msgstr "配置"
|
||
|
||
#: configwidget.cpp:42
|
||
msgid "Install"
|
||
msgstr "安装"
|
||
|
||
#: configwidget.cpp:43
|
||
msgid "Clean"
|
||
msgstr "清理"
|
||
|
||
#: configwidget.cpp:44
|
||
msgid "Prune"
|
||
msgstr "净化"
|
||
|
||
#: custombuildjob.cpp:50
|
||
msgid "Building:"
|
||
msgstr "正在构建:"
|
||
|
||
#: custombuildjob.cpp:54
|
||
msgid "Cleaning:"
|
||
msgstr "正在清理:"
|
||
|
||
#: custombuildjob.cpp:58
|
||
msgid "Installing:"
|
||
msgstr "正在安装:"
|
||
|
||
#: custombuildjob.cpp:62
|
||
msgid "Configuring:"
|
||
msgstr "正在配置:"
|
||
|
||
#: custombuildjob.cpp:66
|
||
msgid "Pruning:"
|
||
msgstr "正在净化:"
|
||
|
||
#: custombuildjob.cpp:90
|
||
msgid "Undefined Build type"
|
||
msgstr "未定义的构建类型"
|
||
|
||
#: custombuildjob.cpp:94
|
||
msgid "No command given"
|
||
msgstr "未指定命令"
|
||
|
||
#: custombuildjob.cpp:98
|
||
msgid "This command is disabled"
|
||
msgstr "此命令已禁用"
|
||
|
||
#: custombuildjob.cpp:109
|
||
msgid ""
|
||
"The given arguments would need a real shell, this is not supported currently."
|
||
msgstr "给定的参数需要一个真实的 shell,现在尚未支持。"
|
||
|
||
#: custombuildjob.cpp:154
|
||
msgid "Failed to start command."
|
||
msgstr "启动命令失败。"
|
||
|
||
#: custombuildjob.cpp:157
|
||
msgid "Command crashed."
|
||
msgstr "命令已崩溃。"
|
||
|
||
#: custombuildjob.cpp:160
|
||
msgid "Unknown error executing command."
|
||
msgstr "执行命令时发生未知错误。"
|
||
|
||
#: custombuildjob.cpp:177
|
||
msgid "*** Failed ***"
|
||
msgstr "*** 已失败 ***"
|
||
|
||
#: custombuildjob.cpp:179
|
||
msgid "*** Finished ***"
|
||
msgstr "*** 已完成 ***"
|
||
|
||
#: custombuildsystemplugin.cpp:53
|
||
msgid "Custom Build System"
|
||
msgstr "自定义构建系统"
|
||
|
||
#: custombuildsystemplugin.cpp:53
|
||
msgid "Support for building and managing custom build systems"
|
||
msgstr "构建和管理自定义构建系统支持"
|
||
|
||
#: custombuildsystemplugin.cpp:53
|
||
msgid "Copyright 2010 Andreas Pakulat <apaku@gmx.de>"
|
||
msgstr "Copyright 2010 Andreas Pakulat <apaku@gmx.de>"
|