Skip to content

Commit

Permalink
Merge branch 'b50'
Browse files Browse the repository at this point in the history
  • Loading branch information
repeat committed Mar 4, 2017
2 parents 8a88353 + 3d32b33 commit ae0627e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions template/zh-TW/default/bug/show-multiple.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
[%- FOREACH alias IN bug.alias %]<a href="show_bug.cgi?id=[% alias FILTER uri %]">
[% alias FILTER html %]</a>[% UNLESS loop.last %], [% END %]
[%- END %])
[% END %]
</h1>

<table class="bugfields">
Expand Down
8 changes: 4 additions & 4 deletions template/zh-TW/default/global/user-error.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@

[% ELSIF error == "buglist_parameters_required" %]
[% title = "需要輸入字串" %]
[% docslinks = {'using/finding.html' "搜尋 $terms.bugs",
[% docslinks = {'using/finding.html' => "搜尋 $terms.bugs",
'using/finding.html#bug-lists' => "$terms.Bug 清單"} %]
在未輸入搜尋字串時,你無法搜尋,或儲存搜尋結果。

Expand Down Expand Up @@ -656,9 +656,9 @@

[% ELSIF error == "flag_requestee_unauthorized" %]
[% title = "你要求設定旗標的人未經授權" %]
[% admindocslinks = [% admindocslinks = {'flags.html' => => '管理旗標',
[% admindocslinks = [% admindocslinks = {'flags.html' => '管理旗標',
'categorization.html#assigning-group-controls-to-products' => '群組安全性'} %]
[% docslinks = {'using/understanding.html#flags' => => '使用旗標'} %]
[% docslinks = {'using/understanding.html#flags' => '使用旗標'} %]

你要求 [% requestee.identity FILTER html %] 對[% terms.bug %] [% bug_id FILTER html -%]
[% IF attach_id && attach_id > 0 %]的附件 [% attach_id FILTER html %] [% END %]設定旗標
Expand Down Expand Up @@ -739,7 +739,7 @@
[% title = "拒絕變更旗標" %]
[% admindocslinks = {'flags.html' => '管理旗標',
'categorization.html#assigning-group-controls-to-products' => '群組安全性'} %]
[% docslinks = {'using/understanding.html#flags' '使用旗標'} %]
[% docslinks = {'using/understanding.html#flags' => '使用旗標'} %]
你試著[% IF status == "+" %]同意[% ELSIF status == "-" %]拒絕
[% ELSIF status == "X" %]清除[% ELSE %]要求[% END %]
<code>[% name FILTER html %]
Expand Down
1 change: 1 addition & 0 deletions template/zh-TW/default/reports/report-table.csv.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
[% row_field_disp FILTER csv %]
[% ELSE %]
[% col_field_disp FILTER csv %]
[% END %]
[% IF col_field -%]
[% FOREACH col = col_names -%]
[% colsepchar %]
Expand Down

0 comments on commit ae0627e

Please sign in to comment.