Patch 9725 Email templates of chinese simplified (Andy Wu)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@413 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
be54cb9531
commit
a9a082f05c
|
@ -1,5 +1,5 @@
|
||||||
<%= @added_to %>
|
<%= @added_to %>
|
||||||
<%= @attachments.size %> files(s) added.
|
已添加<%= @attachments.size %> 个文件.
|
||||||
<% @attachments.each do |attachment | %>
|
<% @attachments.each do |attachment | %>
|
||||||
- <%= attachment.filename %><% end %>
|
- <%= attachment.filename %><% end %>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
|
有一个文档已被加入到项目中 <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
|
@ -1,3 +1,3 @@
|
||||||
Issue #<%= @issue.id %> has been reported.
|
任务 #<%= @issue.id %> 已报告
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|
|
@ -1,4 +1,4 @@
|
||||||
Issue #<%= @issue.id %> has been updated.
|
任务 #<%= @issue.id %> 已更新。
|
||||||
<%= @journal.user.name %>
|
<%= @journal.user.name %>
|
||||||
<% for detail in @journal.details %>
|
<% for detail in @journal.details %>
|
||||||
<%= show_detail(detail, true) %>
|
<%= show_detail(detail, true) %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
To change your password, use the following link:
|
请点击下面的链接更改您的口令:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
|
@ -1,3 +1,3 @@
|
||||||
To activate your redMine account, use the following link:
|
请点击下面的链接激活您的redMine账号
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
Loading…
Reference in New Issue