aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenbin Lv <wenbin816@gmail.com>2021-08-17 16:11:32 +0800
committerWenbin Lv <wenbin816@gmail.com>2021-08-17 16:12:24 +0800
commit9a5bd2cb746a20a92ec9eb46bac85a4ea6294d79 (patch)
tree457042bfcecd91463da7b43fc5e22d5896e236a1
parentea9b72cd654e1e24c18c4bf061ba95fde6c9dd5c (diff)
(cn) sync translation with English
-rw-r--r--chinese/Bugs/Reporting.wml16
-rw-r--r--chinese/devel/constitution.wml6
2 files changed, 18 insertions, 4 deletions
diff --git a/chinese/Bugs/Reporting.wml b/chinese/Bugs/Reporting.wml
index 50f16e73c26..d8912c7c483 100644
--- a/chinese/Bugs/Reporting.wml
+++ b/chinese/Bugs/Reporting.wml
@@ -1,5 +1,5 @@
#use wml::debian::template title="Debian 缺陷跟踪系统——报告缺陷" NOHEADER=yes NOCOPYRIGHT=true
-#use wml::debian::translation-check translation="aae1f407069d5da9f371cf574b2f997f8e6b5136" maintainer="Boyuan Yang"
+#use wml::debian::translation-check translation="8a8a9eb42466b527acfb4f0ec8730550acec5b94" maintainer="Boyuan Yang"
<h1>如何使用 reportbug 在 Debian 中报告问题</h1>
@@ -255,6 +255,20 @@ Usertags: &lt;<var>usertags</var>&gt;
&lt;<var>username</var>&gt;(即用户名),系统将为该用户分配您指定的用户标签。
否则系统将把提交者的电子邮件地址作为用户名来分配用户标签。</p>
+<p>您可以在提交缺陷报告时为多个用户指定用户标签。要如此做,您需要添加
+多个 User 伪信头,而每一个 Usertags 伪信头都将为其上方最后一个 User 伪信头
+设置用户标签。这在某些情况下十分有用,例如为含有多个用户的团队设置
+用户标签、为多个团队设置用户标签,或者为影响多个架构的缺陷
+设置<a href="https://wiki.debian.org/Teams/Debbugs/ArchitectureTags">架构用户标签</a>。
+</p>
+
+<pre>
+User: &lt;<var>first-username</var>&gt;
+Usertags: &lt;<var>first-username usertags</var>&gt;
+User: &lt;<var>second-username</var>&gt;
+Usertags: &lt;<var>second-username usertags</var>&gt;
+</pre>
+
<h2>设置(缺陷)转发信息</h2>
<pre>
Forwarded: <var>foo@example.com</var>
diff --git a/chinese/devel/constitution.wml b/chinese/devel/constitution.wml
index 310ae4da036..23571175b9b 100644
--- a/chinese/devel/constitution.wml
+++ b/chinese/devel/constitution.wml
@@ -1,6 +1,6 @@
#use wml::debian::template title="Debian 宪章" BARETITLE="true"
#use wml::debian::toc
-#use wml::debian::translation-check translation="ba01cfdc529712e3626bdf15fd37d39e94126794"
+#use wml::debian::translation-check translation="e3d525d9f092f9014e00417cc847900ac5a99649"
<h1>项目宪章(1.7版本)</h1>
@@ -705,8 +705,8 @@
<ol>
<li>给定两个选项 A 和 B,V(A,B) 为选择 A 项多过选择 B 的投票者的人数。
</li>
- <li>若 V(A,D) 大于等于 N*V(D,A) 且 V(A,D) 严格较大, 则选项 A 以
- 多数比例 N 胜过默认选项 D。
+ <li>若 V(A,D) 大于等于 N*V(D,A) 且 V(A,D) 严格大于 V(D,A),则
+ 选项 A 以多数比例 N 胜过默认选项 D。
<cite>译注:多数比例 N 为 赞成/反对,不是 赞成/总数。</cite>
</li>
<li>如果 A 需要 S:1 的绝对多数,那么其多数比例为 S;

© 2014-2024 Faster IT GmbH | imprint | privacy policy