From 04cc4f8c63a635bcdbce4d887e7c6b3483e6f141 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 5 Apr 2011 14:27:30 +0200 Subject: make event xml description translatable --- po/zh_CN.po | 337 +++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 253 insertions(+), 84 deletions(-) (limited to 'po/zh_CN.po') diff --git a/po/zh_CN.po b/po/zh_CN.po index ee39d785..ee47025e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ABRT\n" "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" -"POT-Creation-Date: 2011-03-29 15:09+0200\n" +"POT-Creation-Date: 2011-04-05 14:23+0200\n" "PO-Revision-Date: 2011-03-27 12:53+0000\n" "Last-Translator: lovenemesis \n" "Language-Team: Chinese (China) \n" @@ -21,21 +21,21 @@ msgstr "" msgid "ABRT notification applet" msgstr "ABRT 通知程序" -#: ../src/applet/abrt-applet.desktop.in.h:2 ../src/gui-gtk/abrt-gtk.c:351 -#: ../src/gui-gtk/abrt.desktop.in.h:1 +#: ../src/applet/abrt-applet.desktop.in.h:2 ../src/gui-gtk/abrt.desktop.in.h:1 +#: ../src/gui-gtk/abrt-gtk.c:351 msgid "Automatic Bug Reporting Tool" msgstr "自动 Bug 报告工具" -#: ../src/applet/applet.c:76 +#: ../src/applet/applet.c:83 #, c-format msgid "A crash in the %s package has been detected" msgstr "检测到 %s 软件包中的一个崩溃" -#: ../src/applet/applet.c:78 +#: ../src/applet/applet.c:85 msgid "A crash has been detected" msgstr "检测到一个崩溃" -#: ../src/applet/applet.c:275 +#: ../src/applet/applet.c:279 msgid "ABRT service is not running" msgstr "ABRT 服务没有运行" @@ -94,7 +94,7 @@ msgstr "" msgid "\tHostname : %s\n" msgstr "\tHostname : %s\n" -#: ../src/cli/cli.c:142 +#: ../src/cli/cli.c:143 #, c-format msgid "" "Dump directory: %s\n" @@ -117,27 +117,27 @@ msgstr "" "系统: %s, kernel %s\n" "原因: %s\n" -#: ../src/cli/cli.c:170 +#: ../src/cli/cli.c:171 #, c-format msgid "Coredump file: %s\n" msgstr "核心转储文件: %s\n" -#: ../src/cli/cli.c:174 +#: ../src/cli/cli.c:175 #, c-format msgid "Rating: %s\n" msgstr "评分: %s\n" -#: ../src/cli/cli.c:179 +#: ../src/cli/cli.c:180 #, c-format msgid "Crash function: %s\n" msgstr "崩溃函数: %s\n" -#: ../src/cli/cli.c:183 +#: ../src/cli/cli.c:184 #, c-format msgid "Hostname: %s\n" msgstr "主机名: %s\n" -#: ../src/cli/cli.c:187 +#: ../src/cli/cli.c:188 #, c-format msgid "" "\n" @@ -148,7 +148,7 @@ msgstr "" "注释:\n" "%s\n" -#: ../src/cli/cli.c:193 +#: ../src/cli/cli.c:194 #, c-format msgid "" "\n" @@ -159,7 +159,7 @@ msgstr "" "回溯:\n" "%s\n" -#: ../src/cli/cli.c:250 +#: ../src/cli/cli.c:251 #, c-format msgid "" "Usage: %s -l[f] [-D BASE_DIR]...]\n" @@ -200,7 +200,7 @@ msgstr "" "\t-V, --version\t\t显示版本再退出\n" "\t-v, --verbose\t\t详细\n" -#: ../src/cli/cli.c:298 +#: ../src/cli/cli.c:299 msgid "You must specify exactly one operation" msgstr "您必须指定一个具体的操作" @@ -286,45 +286,64 @@ msgstr "y" msgid "N" msgstr "N" -#: ../src/cli/report.cpp:511 +#: ../src/cli/report.cpp:514 msgid "Your input is not valid, because of:" msgstr "您的输入不合法,因为:" -#: ../src/cli/report.cpp:514 +#: ../src/cli/report.cpp:517 #, c-format msgid "Bad value for '%s': %s" msgstr "'%s' 值错误: %s" -#: ../src/cli/report.cpp:670 ../src/gui-wizard-gtk/wizard.c:1043 +#: ../src/cli/report.cpp:615 +#, fuzzy, c-format +msgid "Select how you would like to analyze the problem:\n" +msgstr "选择怎样分析这个问题:" + +#: ../src/cli/report.cpp:631 +#, c-format +msgid "Choose option [0 - %u]: " +msgstr "" + +#: ../src/cli/report.cpp:645 +#, c-format +msgid "You have chosen number out of range" +msgstr "" + +#: ../src/cli/report.cpp:653 +msgid "Invalid input, program exiting..." +msgstr "" + +#: ../src/cli/report.cpp:769 ../src/gui-wizard-gtk/wizard.c:1047 msgid "Reporting..." msgstr "报告中……" -#: ../src/cli/report.cpp:684 +#: ../src/cli/report.cpp:783 #, c-format msgid "Report using %s?" msgstr "用 %s 报告?" -#: ../src/cli/report.cpp:687 +#: ../src/cli/report.cpp:786 msgid "Skipping..." msgstr "跳过中……" -#: ../src/cli/report.cpp:704 +#: ../src/cli/report.cpp:803 msgid "Reporting disabled because the backtrace is unusable" msgstr "因为回溯不可用而禁用提交" -#: ../src/cli/report.cpp:708 +#: ../src/cli/report.cpp:807 #, c-format msgid "" "Please try to install debuginfo manually using the command: \"debuginfo-" "install %s\" and try again\n" msgstr "请尝试用命令\"debuginfo-install %s\"手动安装除错信息并重试\n" -#: ../src/cli/report.cpp:724 +#: ../src/cli/report.cpp:823 #, c-format msgid "Crash reported via %d report events (%d errors)\n" msgstr "使用 %d 报告的崩溃(%d 错误)\n" -#: ../src/daemon/abrt-action-save-package-data.c:252 +#: ../src/daemon/abrt-action-save-package-data.c:255 msgid "" " [-v] -d DIR\n" "\n" @@ -334,13 +353,13 @@ msgstr "" "\n" "查询软件包数据库并保存软件包名、组件和描述" -#: ../src/daemon/abrt-action-save-package-data.c:263 +#: ../src/daemon/abrt-action-save-package-data.c:266 #: ../src/daemon/abrt-handle-crashdump.c:61 -#: ../src/plugins/abrt-action-analyze-c.c:178 #: ../src/plugins/abrt-action-analyze-backtrace.c:72 +#: ../src/plugins/abrt-action-analyze-c.c:178 #: ../src/plugins/abrt-action-analyze-oops.c:144 #: ../src/plugins/abrt-action-analyze-python.c:49 -#: ../src/plugins/abrt-action-bugzilla.cpp:932 +#: ../src/plugins/abrt-action-bugzilla.cpp:931 #: ../src/plugins/abrt-action-generate-backtrace.c:256 #: ../src/plugins/abrt-action-kerneloops.c:145 #: ../src/plugins/abrt-action-mailx.c:147 @@ -372,8 +391,8 @@ msgid "List possible events [which start with PFX]" msgstr "列出可能的事件 [用PFX开始的那个]" #: ../src/daemon/abrt-handle-crashdump.c:64 ../src/daemon/abrt-server.c:298 -#: ../src/daemon/Daemon.cpp:550 ../src/gui-gtk/main.c:170 -#: ../src/gui-wizard-gtk/main.c:93 +#: ../src/daemon/Daemon.cpp:550 ../src/gui-gtk/main.c:175 +#: ../src/gui-wizard-gtk/main.c:94 msgid "Add program names to log" msgstr "添加程序名到日志" @@ -424,6 +443,10 @@ msgstr "事件" msgid "Configure E_vent" msgstr "配置事件 (_V)" +#: ../src/gui-gtk/abrt.desktop.in.h:2 +msgid "View and report application crashes" +msgstr "查看并报告应用程序崩溃" + #: ../src/gui-gtk/abrt-gtk.c:255 msgid "Reported" msgstr "已报告" @@ -456,11 +479,7 @@ msgstr "事件配置 (_E)" msgid "Online _Help" msgstr "在线帮助 (_H)" -#: ../src/gui-gtk/abrt.desktop.in.h:2 -msgid "View and report application crashes" -msgstr "查看并报告应用程序崩溃" - -#: ../src/gui-gtk/main.c:158 +#: ../src/gui-gtk/main.c:163 msgid "" " [-vp] [DIR]...\n" "\n" @@ -472,7 +491,7 @@ msgstr "" "显示指定目录下的 ADRT 转储目录列表\n" "(默认目录: " -#: ../src/gui-wizard-gtk/main.c:80 +#: ../src/gui-wizard-gtk/main.c:81 msgid "" " [-vp] [-g GUI_FILE] DIR\n" "\n" @@ -482,7 +501,7 @@ msgstr "" "\n" "图形化工具,用于分析并报告存储在指定目录下问题" -#: ../src/gui-wizard-gtk/main.c:92 +#: ../src/gui-wizard-gtk/main.c:93 msgid "Alternate GUI file" msgstr "备用 GUI 文件" @@ -512,50 +531,50 @@ msgid "%llu bytes, %u files" msgstr "%llu字节,%u个文件" #. TODO: better msg? -#: ../src/gui-wizard-gtk/wizard.c:848 +#: ../src/gui-wizard-gtk/wizard.c:851 #, c-format msgid "No processing for event '%s' is defined" msgstr "没有定义针对事件 `%s' 的处理" #. bt is usable, but not complete, so show a warning -#: ../src/gui-wizard-gtk/wizard.c:943 +#: ../src/gui-wizard-gtk/wizard.c:946 msgid "" "The backtrace is incomplete, please make sure you provide the steps to " "reproduce." msgstr "回溯是不完整的,请确定您提供了重复该错误的完整步骤。" #. FIXME: see CreporterAssistant: 394 for ideas -#: ../src/gui-wizard-gtk/wizard.c:949 +#: ../src/gui-wizard-gtk/wizard.c:952 msgid "Reporting disabled because the backtrace is unusable." msgstr "不能报告因为回溯不可用。" -#: ../src/gui-wizard-gtk/wizard.c:958 +#: ../src/gui-wizard-gtk/wizard.c:961 msgid "You should check the backtrace for sensitive data." msgstr "您应该检查回溯中是否有敏感数据。" -#: ../src/gui-wizard-gtk/wizard.c:959 +#: ../src/gui-wizard-gtk/wizard.c:962 msgid "You must agree with sending the backtrace." msgstr "您必须同意发送此回溯。" -#: ../src/gui-wizard-gtk/wizard.c:1015 +#: ../src/gui-wizard-gtk/wizard.c:1018 msgid "Analyzing..." msgstr "分析..." -#: ../src/gui-wizard-gtk/wizard.c:1016 +#: ../src/gui-wizard-gtk/wizard.c:1019 #, c-format msgid "Analyzing finished with exit code %d" msgstr "分析完成,退出码为%d" -#: ../src/gui-wizard-gtk/wizard.c:1044 +#: ../src/gui-wizard-gtk/wizard.c:1048 #, c-format msgid "Reporting finished with exit code %d" msgstr "报告结束,退出码 %d" -#: ../src/gui-wizard-gtk/wizard.c:1162 +#: ../src/gui-wizard-gtk/wizard.c:1166 msgid "Name" msgstr "名称" -#: ../src/gui-wizard-gtk/wizard.c:1171 +#: ../src/gui-wizard-gtk/wizard.c:1175 msgid "Value" msgstr "值" @@ -647,26 +666,26 @@ msgstr "在您安装附加调试包后使用这个按钮来生成更多回溯信 msgid "Uploaded: %llu of %llu kbytes" msgstr "上传:%llu之于%llu KB" -#: ../src/lib/event_config.c:313 +#: ../src/lib/event_config.c:291 msgid "Missing mandatory value" msgstr "缺少必需值" -#: ../src/lib/event_config.c:321 +#: ../src/lib/event_config.c:299 #, c-format msgid "Invalid utf8 character '%c'" msgstr "无效的 utf8 字符 ‘%c'" -#: ../src/lib/event_config.c:332 +#: ../src/lib/event_config.c:312 #, c-format msgid "Invalid number '%s'" msgstr "无效的数字 '%s'" -#: ../src/lib/event_config.c:343 +#: ../src/lib/event_config.c:324 #, c-format msgid "Invalid boolean value '%s'" msgstr "无效的布尔值 '%s'" -#: ../src/lib/event_config.c:347 +#: ../src/lib/event_config.c:328 msgid "Unsupported option type" msgstr "不支持的操作类型" @@ -675,16 +694,6 @@ msgstr "不支持的操作类型" msgid "Usage: %s\n" msgstr "用法: %s\n" -#: ../src/plugins/abrt-action-analyze-c.c:167 -msgid "" -" [-v] -d DIR\n" -"\n" -"Calculates and saves UUID of coredump in dump directory DIR" -msgstr "" -" [-v] -d DIR\n" -"\n" -"在转储目录 DIR 中计算并保存核心转储 UUID" - #: ../src/plugins/abrt-action-analyze-backtrace.c:61 msgid "" " [options] -d DIR\n" @@ -705,6 +714,16 @@ msgstr "" msgid "Backtrace parsing failed for %s" msgstr "%s的回溯解析失败" +#: ../src/plugins/abrt-action-analyze-c.c:167 +msgid "" +" [-v] -d DIR\n" +"\n" +"Calculates and saves UUID of coredump in dump directory DIR" +msgstr "" +" [-v] -d DIR\n" +"\n" +"在转储目录 DIR 中计算并保存核心转储 UUID" + #: ../src/plugins/abrt-action-analyze-oops.c:133 msgid "" " [-vs] -d DIR\n" @@ -725,81 +744,81 @@ msgstr "" "\n" "计算并保存Python崩溃转储的UUID和DUPHASH" -#: ../src/plugins/abrt-action-bugzilla.cpp:517 +#: ../src/plugins/abrt-action-bugzilla.cpp:518 #, c-format msgid "New bug id: %i" msgstr "新的 bug id:%i" #: ../src/plugins/abrt-action-bugzilla.cpp:647 -#, c-format -msgid "Empty login or password, please check %s" +#, fuzzy +msgid "Empty login or password, please check your configuration" msgstr "空登陆或密码,请检查 %s" -#: ../src/plugins/abrt-action-bugzilla.cpp:662 +#: ../src/plugins/abrt-action-bugzilla.cpp:661 #, c-format msgid "Essential file '%s' is missing, can't continue.." msgstr "" -#: ../src/plugins/abrt-action-bugzilla.cpp:666 +#: ../src/plugins/abrt-action-bugzilla.cpp:665 #, c-format msgid "Essential file '%s' is empty, can't continue.." msgstr "" -#: ../src/plugins/abrt-action-bugzilla.cpp:675 +#: ../src/plugins/abrt-action-bugzilla.cpp:674 #, c-format msgid "Logging into Bugzilla at %s" msgstr "登陆至位于 %s 的 Bugzilla" -#: ../src/plugins/abrt-action-bugzilla.cpp:678 +#: ../src/plugins/abrt-action-bugzilla.cpp:677 msgid "Checking for duplicates" msgstr "检查是否重复" -#: ../src/plugins/abrt-action-bugzilla.cpp:700 -#: ../src/plugins/abrt-action-bugzilla.cpp:736 +#: ../src/plugins/abrt-action-bugzilla.cpp:699 +#: ../src/plugins/abrt-action-bugzilla.cpp:735 msgid "Missing mandatory member 'bugs'" msgstr "缺少必需成员 'bugs'" -#: ../src/plugins/abrt-action-bugzilla.cpp:719 -#: ../src/plugins/abrt-action-bugzilla.cpp:752 -#: ../src/plugins/abrt-action-bugzilla.cpp:828 +#: ../src/plugins/abrt-action-bugzilla.cpp:718 +#: ../src/plugins/abrt-action-bugzilla.cpp:751 +#: ../src/plugins/abrt-action-bugzilla.cpp:827 msgid "get_bug_info() failed. Could not collect all mandatory information" msgstr "get_bug_info() 失败。无法收集到所有必需信息" -#: ../src/plugins/abrt-action-bugzilla.cpp:767 +#: ../src/plugins/abrt-action-bugzilla.cpp:766 msgid "Creating a new bug" msgstr "创建一个新 Bug" -#: ../src/plugins/abrt-action-bugzilla.cpp:772 +#: ../src/plugins/abrt-action-bugzilla.cpp:771 msgid "Bugzilla entry creation failed" msgstr "Bugzilla 条目生成失败" -#: ../src/plugins/abrt-action-bugzilla.cpp:784 -#: ../src/plugins/abrt-action-bugzilla.cpp:884 +#: ../src/plugins/abrt-action-bugzilla.cpp:783 +#: ../src/plugins/abrt-action-bugzilla.cpp:883 msgid "Logging out" msgstr "登出" #. decision based on state -#: ../src/plugins/abrt-action-bugzilla.cpp:802 +#: ../src/plugins/abrt-action-bugzilla.cpp:801 #, c-format msgid "Bug is already reported: %i" msgstr " bug 已报告:%i" -#: ../src/plugins/abrt-action-bugzilla.cpp:813 +#: ../src/plugins/abrt-action-bugzilla.cpp:812 #, c-format msgid "Bugzilla couldn't find parent of bug %d" msgstr "Bugzilla 不能找到 bug 的父级(%d)" -#: ../src/plugins/abrt-action-bugzilla.cpp:843 +#: ../src/plugins/abrt-action-bugzilla.cpp:842 #, c-format msgid "Add %s to CC list" msgstr "添加 %s 到CC List" -#: ../src/plugins/abrt-action-bugzilla.cpp:869 +#: ../src/plugins/abrt-action-bugzilla.cpp:868 #, c-format msgid "Adding new comment to bug %d" msgstr "在 bug 中添加新注释(%d)" -#: ../src/plugins/abrt-action-bugzilla.cpp:920 +#: ../src/plugins/abrt-action-bugzilla.cpp:919 msgid "" " [-v] -c CONFFILE -d DIR\n" "\n" @@ -809,7 +828,7 @@ msgstr "" "\n" "汇报问题至 Bugzilla" -#: ../src/plugins/abrt-action-bugzilla.cpp:933 +#: ../src/plugins/abrt-action-bugzilla.cpp:932 #: ../src/plugins/abrt-action-rhtsupport.c:277 msgid "Configuration file (may be given many times)" msgstr "配置文件(或许需要一点时间)" @@ -1133,6 +1152,156 @@ msgstr "不退出,而为新的opps而监视此文件" msgid "Make the dump directory world readable" msgstr "让转储目录全局可读" -#: ../src/plugins/abrt-retrace-client.c:704 +#: ../src/plugins/abrt-retrace-client.c:707 msgid "log to syslog" msgstr "记录到系统日志" + +#: ../src/plugins/analyze_LocalGDB.xml.in.h:1 +msgid "Download debuginfo packages and generate backtrace locally using GDB" +msgstr "" + +#: ../src/plugins/analyze_LocalGDB.xml.in.h:2 +msgid "Local GNU Debugger" +msgstr "" + +#: ../src/plugins/analyze_RetraceServer.xml.in.h:1 +msgid "Address of the retrace server" +msgstr "" + +#: ../src/plugins/analyze_RetraceServer.xml.in.h:2 +msgid "Retrace server URL" +msgstr "" + +#: ../src/plugins/analyze_RetraceServer.xml.in.h:3 +msgid "Send core dump to remote retrace server for analysis" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:1 +msgid "Address of Bugzilla server" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:2 +msgid "Bugzilla" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:3 +msgid "Bugzilla URL" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:4 +msgid "Bugzilla account password" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:5 +msgid "Bugzilla account user name" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:6 +#: ../src/plugins/report_RHTSupport.xml.in.h:2 +msgid "Check SSL key validity" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:7 +#: ../src/plugins/report_RHTSupport.xml.in.h:3 +#, fuzzy +msgid "Password" +msgstr "显示密码" + +#: ../src/plugins/report_Bugzilla.xml.in.h:8 +msgid "Report to Bugzilla bug tracker" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:9 +msgid "User name" +msgstr "" + +#: ../src/plugins/report_Bugzilla.xml.in.h:10 +#: ../src/plugins/report_RHTSupport.xml.in.h:10 +msgid "Verify SSL" +msgstr "" + +#: ../src/plugins/report_Kerneloops.xml.in.h:1 +msgid "Kerneloops URL" +msgstr "" + +#: ../src/plugins/report_Kerneloops.xml.in.h:2 +msgid "Kerneloops.org" +msgstr "" + +#: ../src/plugins/report_Kerneloops.xml.in.h:3 +msgid "Oops server url" +msgstr "" + +#: ../src/plugins/report_Kerneloops.xml.in.h:4 +msgid "Send kernel problems to oops tracker" +msgstr "" + +#: ../src/plugins/report_Mailx.xml.in.h:1 +msgid "Mailx" +msgstr "" + +#: ../src/plugins/report_Mailx.xml.in.h:2 +msgid "Message subject" +msgstr "" + +#: ../src/plugins/report_Mailx.xml.in.h:3 +msgid "Recipient" +msgstr "" + +#: ../src/plugins/report_Mailx.xml.in.h:4 +msgid "Recipient's email" +msgstr "" + +#: ../src/plugins/report_Mailx.xml.in.h:5 +msgid "Send Binary Data" +msgstr "" + +#: ../src/plugins/report_Mailx.xml.in.h:6 +msgid "Send binary files like coredump" +msgstr "" + +#: ../src/plugins/report_Mailx.xml.in.h:7 +#, fuzzy +msgid "Send via email" +msgstr "正在发送电子邮件……" + +#: ../src/plugins/report_Mailx.xml.in.h:8 +msgid "Sender" +msgstr "" + +#: ../src/plugins/report_Mailx.xml.in.h:9 +#, fuzzy +msgid "Sender's email" +msgstr "正在发送电子邮件……" + +#: ../src/plugins/report_Mailx.xml.in.h:10 +msgid "Subject" +msgstr "" + +#: ../src/plugins/report_RHTSupport.xml.in.h:1 +msgid "Address of the Red Hat support portal" +msgstr "" + +#: ../src/plugins/report_RHTSupport.xml.in.h:4 +msgid "RH Portal URL" +msgstr "" + +#: ../src/plugins/report_RHTSupport.xml.in.h:5 +msgid "Red Hat Customer Support" +msgstr "" + +#: ../src/plugins/report_RHTSupport.xml.in.h:6 +msgid "Red Hat customer password" +msgstr "" + +#: ../src/plugins/report_RHTSupport.xml.in.h:7 +msgid "Red Hat customer user name" +msgstr "" + +#: ../src/plugins/report_RHTSupport.xml.in.h:8 +msgid "Report to Red Hat support" +msgstr "" + +#: ../src/plugins/report_RHTSupport.xml.in.h:9 +msgid "Username" +msgstr "" -- cgit