Project

General

Profile

Patch #23374

Updated by Toshi MARUYAMA almost 8 years ago

From #23171. 

 <pre><code class="diff"> 
 diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml 
 --- a/config/locales/zh-TW.yml 
 +++ b/config/locales/zh-TW.yml 
 @@ -186,7 +186,7 @@ 
          not_same_project: "不屬於同一個專案" 
          circular_dependency: "這個關聯會導致環狀相依" 
          cant_link_an_issue_with_a_descendant: "議題無法被連結至自己的子任務" 
 -          earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" 
 +          earlier_than_minimum_start_date: "不能早於 %{date} 因為有前置議題" 
 
        # You can define own errors for models or model attributes. 
        # The values :model, :attribute and :value are always available for interpolation. 
 </code></pre> 

 From #23171. 
 <pre><code class="diff"> 
 === (+1,-1) public/help/zh-tw/wiki_syntax_markdown.html === 
 @@ -50,7 +50,7 @@ table.sample th, table.sample td { borde 
 
  <tr><th colspan="3">Redmine 連結</th></tr> 
  <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="連結至一個 Wiki 頁面" /></th><td>[[Wiki 頁面]]</td><td><a href="#">Wiki 頁面</a></td></tr> 
 -<tr><th></th><td>問題 #12</td><td>問題 <a href="#">#12</a></td></tr> 
 +<tr><th></th><td>議題 #12</td><td>議題 <a href="#">#12</a></td></tr> 
  <tr><th></th><td>版次 r43</td><td>版次 <a href="#">r43</a></td></tr> 
  <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> 
  <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> 
 === (+1,-1) public/help/zh-tw/wiki_syntax_textile.html === 
 @@ -52,7 +52,7 @@ table.sample th, table.sample td { borde 
 
  <tr><th colspan="3">Redmine 連結</th></tr> 
  <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="連結至一個 Wiki 頁面" /></th><td>[[Wiki 頁面]]</td><td><a href="#">Wiki 頁面</a></td></tr> 
 -<tr><th></th><td>問題 #12</td><td>問題 <a href="#">#12</a></td></tr> 
 +<tr><th></th><td>議題 #12</td><td>議題 <a href="#">#12</a></td></tr> 
  <tr><th></th><td>版次 r43</td><td>版次 <a href="#">r43</a></td></tr> 
  <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> 
  <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> 
 </code></pre> 

Back