fix i18n
This commit is contained in:
parent
170bfbab52
commit
87904f8b8d
|
@ -3,7 +3,7 @@
|
|||
<div class="modal hide fade in" id="ob_auth-<%=ob_auth.id%>">
|
||||
<div class="modal-header">
|
||||
<a class="close" data-dismiss="modal">×</a>
|
||||
<h3><%= t("object_auth.list_title_of_users",:auth_title => ob_auth.title) %></h3>
|
||||
<h3><%= t("object_auth.list_title_of_users") %></h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="clear">
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
</li>
|
||||
</ul>
|
||||
<%= link_to t("object_auth.list_title_of_users", :auth_title => @ob_auth.title), admin_object_auth_ob_auth_show_path(:app_key=>@module_app.key), :class=>'preview_trigger btn btn-success pull-right'%>
|
||||
<%= link_to t("object_auth.list_title_of_users"), admin_object_auth_ob_auth_show_path(:app_key=>@module_app.key), :class=>'preview_trigger btn btn-success pull-right'%>
|
||||
|
||||
</div>
|
||||
<%#= label_tag :role, t(:roles) %>
|
||||
|
|
|
@ -37,6 +37,7 @@ en:
|
|||
all_member: All Member
|
||||
always_display_title: Always displayed in the title bar
|
||||
app_auth:
|
||||
list_setting_result: Authorization List
|
||||
assigning_manager:
|
||||
add_manager_fail: Manager successfully added
|
||||
add_manager_ok: Adding manager failed
|
||||
|
@ -199,7 +200,7 @@ en:
|
|||
no_deadline: No deadline
|
||||
object_auth:
|
||||
a_object_must_have_only_one_object_auth_profile_for_each_action: ''
|
||||
list_title_of_users: %{auth_title} authorization list
|
||||
list_title_of_users: authorization list
|
||||
new_object_auth: New authorization
|
||||
off_upcase: "OFF"
|
||||
on_upcase: "ON"
|
||||
|
|
|
@ -37,6 +37,7 @@ zh_tw:
|
|||
all_member: 所有會員
|
||||
always_display_title: 永遠顯示標題
|
||||
app_auth:
|
||||
list_setting_result: 授權列表
|
||||
assigning_manager:
|
||||
add_manager_fail: 新增管理員失敗
|
||||
add_manager_ok: 新增管理員成功
|
||||
|
@ -55,7 +56,7 @@ zh_tw:
|
|||
not_pass: 無法通過
|
||||
not_pass_reason: 無法通過原因
|
||||
pass: 通過
|
||||
setting: 通過設定
|
||||
setting: 審核設定
|
||||
stat: 通過狀態
|
||||
user_list: 使用者列表
|
||||
approval_: 核准
|
||||
|
@ -143,8 +144,8 @@ zh_tw:
|
|||
intro: 簡介
|
||||
is_published: 已發佈
|
||||
item: 項目
|
||||
key: 關鍵
|
||||
last_modified: 最後一次修改
|
||||
key: 索引
|
||||
last_modified: 最後修改者
|
||||
layout: 範本
|
||||
link: 連結
|
||||
list:
|
||||
|
@ -199,7 +200,7 @@ zh_tw:
|
|||
no_deadline: 沒有期限
|
||||
object_auth:
|
||||
a_object_must_have_only_one_object_auth_profile_for_each_action: ''
|
||||
list_title_of_users: %{auth_title} 授權列表
|
||||
list_title_of_users: 授權列表
|
||||
new_object_auth: 新增授權
|
||||
off_upcase: "開啟"
|
||||
on_upcase: "關閉"
|
||||
|
@ -304,7 +305,7 @@ zh_tw:
|
|||
user: 使用者已更新成功
|
||||
success_: 更新成功
|
||||
update_: 更新
|
||||
update_at: 在…更新
|
||||
update_at: 最後更新時間
|
||||
url: 網址
|
||||
use_status: ''
|
||||
user: 使用者
|
||||
|
|
Loading…
Reference in New Issue