主页面修改和部分国际化
This commit is contained in:
parent
9b8c0f81b2
commit
80d901f666
|
@ -1,6 +1,6 @@
|
|||
# This controller was added by william
|
||||
class TagsController < ApplicationController
|
||||
# layout "base_tags"
|
||||
layout "base_tags"
|
||||
before_filter :require_admin,:only => :show
|
||||
include ProjectsHelper
|
||||
include IssuesHelper
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<td class="font_index"><%=link_to "#{@project.issues.count}", project_issues_path(@project) %></td>
|
||||
<tr class="font_aram">
|
||||
<td align="center" width="80px"> <%= l(:label_member) %></td>
|
||||
<td align="center" width="80px"> <%= l(:label_project_defects) %></td>
|
||||
<td align="center" width="80px"> <%= l(:label_project_issues) %></td>
|
||||
<td align="center" width="80px"><%= l(:label_attachment) %></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<h3 style="padding-top:0px;padding-bottom: 0px;"><%=l(:label_roadmap)%></h3>
|
||||
<!--check boxes-->
|
||||
<fieldset id="filters" class="collapsible collapsed" style="background-color: #FFF">
|
||||
<legend><%= l(:label_versions_settings)%></legend>
|
||||
<legend><%= l(:label_version_display_settings)%></legend>
|
||||
<%= form_tag({}, :method => :get) do %>
|
||||
<% @trackers.each do |tracker| %>
|
||||
<label><%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s), :id => nil %>
|
||||
|
|
|
@ -141,11 +141,11 @@ software development and software crowdsourcing.</td></tr>
|
|||
<div class="welcone_left">
|
||||
<table width="350px">
|
||||
<tr>
|
||||
<td><span class="font_welcome_trustie">Trustie</span><span class="font_welcome_Cdescription">是一个社交化的项目管理、软件开发和众包平台。</span></td>
|
||||
<td><span class="font_welcome_trustie">Trustie</span><span class="font_welcome_Cdescription">,面向有创意和激情的高校大学生与创业者,提供社交化的项目管理、软件开发和众包平台。</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="font_welcome_Edescription">Trustieforge is a socialized collaboration platform for project management,
|
||||
software development and software crowdsourcing.</td>
|
||||
<td class="font_welcome_Edescription">Trustie forge , a socialized collaboration platform for project management ,
|
||||
software development and software crowdsourcing for creative university students and entrepreneurs.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
@ -1092,7 +1092,7 @@ en:
|
|||
#by young
|
||||
label_requirement: Requirement
|
||||
label_requirement_focus: Requirement focus
|
||||
label_developer: Developer
|
||||
label_developer: User
|
||||
label_investor: Investor:
|
||||
label_theme: Theme
|
||||
label_logged_as_new: Current user
|
||||
|
@ -1100,7 +1100,7 @@ en:
|
|||
issue_list: Issue list
|
||||
lastest_respond: Lastest respond
|
||||
label_news_lastest: Lastest news
|
||||
label_versions_settings: Display settings
|
||||
label_version_display_settings: Display settings
|
||||
label_versions_progress: Complete schedule
|
||||
label_versions_description: Versions description
|
||||
label_my_photo: My photo
|
||||
|
@ -1124,7 +1124,7 @@ en:
|
|||
label_user_activities: "You have no activities,come and join us!"
|
||||
label_project_overview: "Overview"
|
||||
label_project_tool: "Tool"
|
||||
label_project_defects: "Defects"
|
||||
label_project_issues: "Issues"
|
||||
label_project_newother: "See other comments"
|
||||
label_project_newshare: "has shared"
|
||||
label_project_newadd: "added"
|
||||
|
|
|
@ -491,7 +491,7 @@ zh:
|
|||
#by young
|
||||
label_requirement: 需求
|
||||
label_requirement_focus: 关注需求
|
||||
label_developer: 开发者
|
||||
label_developer: 用户
|
||||
label_investor: 投资人
|
||||
label_theme: 主题
|
||||
label_logged_as_new: 当前用户
|
||||
|
@ -500,7 +500,7 @@ zh:
|
|||
lastest_respond: 最新反馈
|
||||
label_respond_view_all: 其他120个反馈
|
||||
label_news_lastest: 最新动态
|
||||
label_versions_settings: 显示设置
|
||||
label_version_display_settings: 显示设置
|
||||
label_versions_progress: 完成进度
|
||||
label_versions_description: 版本描述
|
||||
label_my_photo: 我的头像
|
||||
|
@ -773,7 +773,7 @@ zh:
|
|||
label_user_activities: "您当前还没有活动,快来加入我们吧!"
|
||||
label_project_overview: "概述"
|
||||
label_project_tool: "工具"
|
||||
label_project_defects: "缺陷"
|
||||
label_project_issues: "缺陷"
|
||||
label_project_newother: "查看其他评论"
|
||||
label_project_newshare: "分享了"
|
||||
label_project_newadd: "添加了"
|
||||
|
|
Loading…
Reference in New Issue