diff --git a/app/views/admin/object_auths_new_interface/setting.html.erb b/app/views/admin/object_auths_new_interface/setting.html.erb
index 04883284..70937731 100644
--- a/app/views/admin/object_auths_new_interface/setting.html.erb
+++ b/app/views/admin/object_auths_new_interface/setting.html.erb
@@ -19,7 +19,7 @@
- <%= 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'%>
<%#= label_tag :role, t(:roles) %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index cfbaabeb..6db7e53b 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -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"
diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml
index bc6df3ee..6e116c87 100644
--- a/config/locales/zh_tw.yml
+++ b/config/locales/zh_tw.yml
@@ -37,6 +37,7 @@ zh_tw:
all_member: 所有會員
always_display_title: 永遠顯示標題
app_auth:
+ list_setting_result: 授權列表
assigning_manager:
add_manager_fail: 新增管理員失敗
add_manager_ok: 新增管理員成功
@@ -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: "關閉"
@@ -211,7 +212,7 @@ zh_tw:
module_widget: 外掛模塊
public_r_tag: 系統模塊
text: 文字區域
- passed: 已認可
+ passed: 通過審核
password: 密碼
pending: 待審核
picture: 圖片
@@ -283,7 +284,7 @@ zh_tw:
tags: 標籤
template: 樣版
template_name: 樣版名稱
- text: 文字
+ text: 內文
theme: 主題
themes: 主題
title: 標題
@@ -304,7 +305,7 @@ zh_tw:
user: 使用者已更新成功
success_: 更新成功
update_: 更新
- update_at: 在…更新
+ update_at: 最後更新時間
url: 網址
use_status: ''
user: 使用者
diff --git a/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb b/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb
index 95de498c..cc4d483e 100644
--- a/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb
+++ b/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb
@@ -152,7 +152,7 @@
">
- <%= f.label :title, t(:text)%>
+ <%= f.label :title, t(:title)%>
<%= f.fields_for :title_translations do |f| %>
<%= I18nVariable.from_locale(locale) %>
<%= f.text_field locale, :class=>'post-title', :value => (@news_bulletin.title_translations[locale] rescue nil) %>
diff --git a/vendor/built_in_modules/news/config/locales/en.yml b/vendor/built_in_modules/news/config/locales/en.yml
index 8044ca0d..53b1180a 100644
--- a/vendor/built_in_modules/news/config/locales/en.yml
+++ b/vendor/built_in_modules/news/config/locales/en.yml
@@ -14,4 +14,4 @@ en:
search: Search for News
update_news_bulletin_category_success: News category was successfully updated
update_news_bulletin_success: News was successfully updated
- ut_prompt: Please select UT
+ ut_prompt: Please select Unit
diff --git a/vendor/built_in_modules/news/config/locales/zh_tw.yml b/vendor/built_in_modules/news/config/locales/zh_tw.yml
index 7c70747e..791968de 100644
--- a/vendor/built_in_modules/news/config/locales/zh_tw.yml
+++ b/vendor/built_in_modules/news/config/locales/zh_tw.yml
@@ -14,4 +14,4 @@ zh_tw:
search: 搜尋新聞
update_news_bulletin_category_success: 新聞類別已成功建立
update_news_bulletin_success: 新聞已成功更新
- ut_prompt: 請選擇 UT
+ ut_prompt: 請選擇單位