项目界面国际化

memcached_alan
whimlex 10 years ago
parent 3b84b0417a
commit bcf83328f2

@ -25,7 +25,7 @@
<%= form_for(@member, {:as => :membership, :url => project_memberships_path(@project), :method => :post}) do |f| %>
<div class="invi_search">
<input hidden="hidden" value="true" name="flag">
<input id="principal_search" class="invi_search_input fl" type="text" placeholder="请输入用户名称来搜索好友">
<input id="principal_search" class="invi_search_input fl" type="text" placeholder=<%= l(:label_invite_trustie_user_tips) %>>
<%= javascript_tag "observeSearchfield('principal_search', null, '#{ escape_javascript autocomplete_project_memberships_path(@project, :format => 'js',:flag => true) }')" %>
<div class="cl"></div>

@ -213,8 +213,12 @@ en:
button_unfollow: Unfollow
button_follow: Follow
button_browse: Browse
button_create: Create
label_preview: Preview
button_update: Update
button_copy: Copy
#
# Trustie上传头像模块
#
@ -367,9 +371,9 @@ en:
label_log_active_record_time_percent: "AR响应时间百分比"
views:
pagination:
first: "&laquo; 首页"
last: "末页 &raquo;"
previous: "&laquo; 上一页"
next: "下一页 &raquo;"
first: "&laquo; First"
last: "Last &raquo;"
previous: "&laquo; Previous"
next: "Next &raquo;"
truncate: "..."

@ -218,8 +218,11 @@ zh:
button_watch: 跟踪
button_unwatch: 取消跟踪
button_browse: 浏览
button_create: 提交
label_preview: 预览
button_update: 更新
button_copy: 复制
#
# Trustie上传头像模块
#

@ -126,7 +126,7 @@ en:
field_logo_size: Logo Size
field_start_page: Start page
field_subproject: Subproject
field_hours: Hours
field_activity: Activity
field_spent_on: Date
field_is_filter: Used as a filter
@ -401,7 +401,7 @@ en:
other: "%{count} projects"
label_project_all: All Projects
label_project_latest: Latest projects
label_issue_new: New issue
label_issue_plural: Issues Tracking
label_issue_view_all: View all issues
label_issues_by: "Issues by %{value}"
@ -524,9 +524,8 @@ en:
label_permissions: Permissions
label_current_status: Current status
label_new_statuses_allowed: New statuses allowed
label_all: all
label_any: any
label_none: none
label_nobody: nobody
label_next: Next
label_previous: Previous
@ -550,42 +549,8 @@ en:
label_comment_add: Add a comment
label_comment_added: Comment added
label_comment_delete: Delete comments
label_query: Custom query
label_query_plural: Custom queries
label_query_new: New query
label_my_queries: My custom queries
label_filter_add: Add filter
label_filter_plural: Query condition
label_equals: is
label_not_equals: is not
label_in_less_than: in less than
label_in_more_than: in more than
label_in_the_next_days: in the next
label_in_the_past_days: in the past
label_in_users: 'in the user '
label_greater_or_equal: '>='
label_less_or_equal: '<='
label_between: between
label_in: in
label_today: today
label_all_time: all time
label_yesterday: yesterday
label_this_week: this week
label_last_week: last week
label_last_n_weeks: "last %{count} weeks"
label_last_n_days: "last %{count} days"
label_this_month: this month
label_last_month: last month
label_this_year: this year
label_date_range: Date range
label_less_than_ago: less than days ago
label_more_than_ago: more than days ago
label_ago: days ago
label_contains: contains
label_not_contains: doesn't contain
label_any_issues_in_project: any issues in project
label_any_issues_not_in_project: any issues not in project
label_no_issues_in_project: no issues in project
label_day_plural: days
label_repository: Repository
#add by tan
@ -626,7 +591,7 @@ en:
label_index_by_title: Index by title
label_index_by_date: Index by date
label_current_version: Current version
label_preview: Preview
label_feed_plural: Feeds
label_changes_details: Details of all changes
@ -819,10 +784,9 @@ en:
button_reset: Reset
button_rename: Rename
button_copy: Copy
button_copy_and_follow: Copy and follow
button_annotate: Annotate
button_update: Update
button_configure: Configure
button_quote: Quote
button_duplicate: Duplicate
@ -1199,8 +1163,7 @@ en:
label_issue_query_condition: Query condition
label_homework_source: Task
label_issue_query: Query
label_issue_cancel_query: Cancel query
field_reward_type: The type of reward
label_bid_publish: published
label_bid_project: projects
@ -1521,7 +1484,7 @@ en:
label_borad_project: Project-borad
label_borad_course: Course-borad
label_project_notice: release the notice

@ -73,7 +73,7 @@ en:
#
# 项目托管平台
#
# 项目成员
# 项目成员列表
#
label_member_list: Members
@ -139,10 +139,57 @@ en:
label_issues_sum: 'Total'
lable_issues_undo: 'Unresolved'
label_successful_create: Successfully created
label_query: Custom query
label_issue_new: New issue
# 自定义查询
label_query_plural: Custom queries
label_query_new: New query
label_my_queries: My custom queries
label_filter_plural: Query condition
label_filter_add: Add filter
label_contains: contains
label_not_contains: doesn't contain
label_any: any
label_none: none
label_all: all
label_equals: is
label_not_equals: is not
label_in_less_than: in less than
label_in_more_than: in more than
label_in_the_next_days: in the next
label_in_the_past_days: in the past
label_in_users: 'in the user '
label_greater_or_equal: '>='
label_less_or_equal: '<='
label_between: between
label_in: in
label_today: today
label_all_time: all time
label_yesterday: yesterday
label_this_week: this week
label_last_week: last week
label_last_n_weeks: "last %{count} weeks"
label_last_n_days: "last %{count} days"
label_this_month: this month
label_last_month: last month
label_this_year: this year
label_date_range: Date range
label_less_than_ago: less than days ago
label_more_than_ago: more than days ago
label_ago: days ago
label_contains: contains
label_not_contains: doesn't contain
label_any_issues_in_project: any issues in project
label_any_issues_not_in_project: any issues not in project
label_no_issues_in_project: no issues in project
#
label_issue_query: Query
label_issue_cancel_query: Cancel query
# 问题优先级
default_priority_low: Low
@ -150,7 +197,7 @@ en:
default_priority_high: High
default_priority_urgent: Urgent
default_priority_immediate: Immediate
field_hours: Hours
#
# 项目托管平台
@ -205,7 +252,7 @@ en:
label_input_email: Please input email address
label_invite_trustie_user: "Invite Trustie registered users"
label_invite_trustie_user_tips: "Type to find users"
label_invite_trustie_user_tips: "Type nickname to find users"
label_user_role_null: User and Role can not be blank
label_invite_project: "invites you to join the project"
label_invite_success: Successful invitation
@ -228,7 +275,7 @@ en:
field_is_public: Public
field_hidden_repo: code protected
button_create: Create
#

@ -75,7 +75,7 @@ zh:
#
# 项目托管平台
#
# 项目成员
# 项目成员列表
#
label_member_list: 成员列表
@ -139,22 +139,116 @@ zh:
label_file_count: "个文件已上传"
text_are_you_sure_all: 您确定要删除所有文件吗
#
# 项目托管平台
#
# 问题跟踪
#
label_successful_create: 创建成功
label_issues_sum: '问题总数'
lable_issues_undo: '未解决:'
#
label_issue_new: 新建问题
label_query: 自定义查询
# 自定义查询
label_query_plural: 自定义查询
label_query_new: 新建查询
label_filter_plural: 查询条件
label_filter_add: 增加过滤器
# 自定义查询> 过滤器类别
field_status: 状态
field_fixed_version: 目标版本
field_assigned_to_role: 角色的成员
field_category: 类别
field_created_on: 创建于
field_updated_on: 更新于
field_closed_on: 已关闭
field_start_date: 开始日期
field_due_date: 计划完成日期
field_estimated_hours: 预期时间
field_assigned_to: 指派给
field_priority: 优先级
field_done_ratio: "% 完成"
field_is_private: 私有
field_watcher: 跟踪者
label_relates_to: 关联到
label_duplicates: 重复
label_duplicated_by: 与其重复
label_blocks: 阻挡
label_blocked_by: 被阻挡
label_precedes: 优先于
label_follows: 跟随于
label_copied_to: 复制到
label_copied_from: 复制于
# 自定义查询> 过滤器属性
label_contains: 包含
label_not_contains: 不包含
label_none:
label_any: 全部
label_all: 全部
label_equals: 等于
label_not_equals: 不等于
label_open_issues: 打开
label_closed_issues: 已关闭
label_greater_or_equal: '>='
label_less_or_equal: '<='
label_between: 介于
label_in_less_than: 剩余天数小于
label_in_more_than: 剩余天数大于
label_in_the_next_days: 之后
label_in_the_past_days: 之前
label_in: 剩余天数
label_today: 今天
label_all_time: 全部时间
label_yesterday: 昨天
label_this_week: 本周
label_last_week: 上周
label_last_n_weeks: 上 %{count} 周前
label_last_n_days: "最后 %{count} 天"
label_this_month: 本月
label_last_month: 上月
label_this_year: 今年
label_date_range: 日期范围
label_less_than_ago: 之前天数少于
label_more_than_ago: 之前天数大于
label_ago: 之前第
label_any_issues_in_project: 项目内任意问题
label_any_issues_not_in_project: 项目外任意问题
label_no_issues_in_project: 项目内无相关问题
label_issue_query: 查询
label_issue_cancel_query: 取消查询
# 新建问题
field_tracker: 跟踪
field_subject: 主题
field_quote: 描述
label_change_properties: 修改属性
# 属性同上自定义属性
default_priority_low:
default_priority_normal: 普通
default_priority_high:
default_priority_urgent: 紧急
default_priority_immediate: 立刻
default_priority_immediate: 立刻
field_hours: 小时
label_issue_watchers: 跟踪者
label_search_for_watchers: 通过查找方式添加跟踪者
#问题更新
#顶和踩
label_issue_praise: 好问题,顶!
label_issue_tread: 烂问题,踩!
label_issue_praise_over: 我刚才顶过了~
label_issue_tread_over: 我刚才踩过了~
label_issue_not_praise_over: 不能顶自己~
label_issue_not_treed_over: 不能踩自己~
label_issues_score_not_enough: 积分不够,不能踩别人~
#
@ -231,7 +325,7 @@ zh:
text_project_identifier_info: "小写字母a-z、数字、破折号-和下划线_可以使用。<br />一旦保存,标识无法修改。"
field_is_public: 公开
field_hidden_repo: 隐藏代码库
button_create: 提交
#

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save