稍该国际化

This commit is contained in:
kaizheng 2013-08-13 10:45:01 +08:00
parent 4aa174ea74
commit 53c6a981e9
6 changed files with 12 additions and 6 deletions

View File

@ -52,7 +52,7 @@
</div>
</div>
<% else %>
该项目暂无动态!
<%= l(:label_project_no_activity) %>
<% end %>

View File

@ -51,6 +51,6 @@
<ul>
</div>
<% else %>
暂无任何用户对您进行反馈
<%= l(:label_no_user_respond_you) %>
<% end %>

View File

@ -34,7 +34,7 @@
<% else %>
<% if @user != User.current %>
<%= l(:label_project_un) %>
<% else %><%= l(:label_project_unadd) %><%= link_to"新建",:controller=>'projects',:action=>'new'%>
<% else %><%= l(:label_project_unadd) %><%= link_to"#{l(:label_new)}",:controller=>'projects',:action=>'new'%>
<% end %>
<% end %>

View File

@ -47,5 +47,5 @@
<ul>
</div>
<% else %>
暂未关注任何需求
<%= l(:label_follow_no_requirement) %>
<% end %>

View File

@ -1234,4 +1234,7 @@ en:
label_welcome_page_to: Participate %{project_count} projects
label_repository_path_not_null: repository path can't be null
label_password_not_null: password can't be null。
label_exist_repository_path: Define exist repository's path of URL and format must be file:///, http://, https://, svn://
label_exist_repository_path: Define exist repository's path of URL and format must be file:///, http://, https://, svn://
label_project_no_activity: The project has no activities now
label_follow_no_requirement: You don't have followed any requirements
label_no_user_respond_you: There is no respond for you

View File

@ -1246,4 +1246,7 @@ zh:
label_welcome_page_to: 参与了 %{project_count} 个项目!
label_repository_path_not_null: 库路径 不能为空字符
label_password_not_null: 密码不能设置为空。
label_exist_repository_path: 定义已有版本库URL路径定义格式file:///, http://, https://, svn://
label_exist_repository_path: 定义已有版本库URL路径定义格式file:///, http://, https://, svn://
label_project_no_activity: 该项目暂无动态!
label_follow_no_requirement: 暂未关注任何需求!
label_no_user_respond_you: 暂无任何用户对您进行反馈!