稍该国际化

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>
</div> </div>
<% else %> <% else %>
该项目暂无动态! <%= l(:label_project_no_activity) %>
<% end %> <% end %>

View File

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

View File

@ -34,7 +34,7 @@
<% else %> <% else %>
<% if @user != User.current %> <% if @user != User.current %>
<%= l(:label_project_un) %> <%= 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 %>
<% end %> <% end %>

View File

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

View File

@ -1235,3 +1235,6 @@ en:
label_repository_path_not_null: repository path can't be null label_repository_path_not_null: repository path can't be null
label_password_not_null: password 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

@ -1247,3 +1247,6 @@ zh:
label_repository_path_not_null: 库路径 不能为空字符 label_repository_path_not_null: 库路径 不能为空字符
label_password_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: 暂无任何用户对您进行反馈!