diff --git a/app/views/admin/ad_banners/show.html.erb b/app/views/admin/ad_banners/show.html.erb index c03e6a9..251d46b 100644 --- a/app/views/admin/ad_banners/show.html.erb +++ b/app/views/admin/ad_banners/show.html.erb @@ -91,7 +91,7 @@ <%= t("ad_banner.add") %> - Order + t("ad_banner.order") <%= content_tag :div, paginate(@images), class: "pagination pagination-centered" %> @@ -99,7 +99,7 @@ <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 5189b75..9b8901d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -28,4 +28,8 @@ en: add: Add duration: Duration setting: Settings - expired: Expired \ No newline at end of file + expired: Expired + order: Order + order_images: Order Images + save_changes: Save Changes + close: Close diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml index d6530f9..d4e170b 100644 --- a/config/locales/zh_tw.yml +++ b/config/locales/zh_tw.yml @@ -20,9 +20,13 @@ zh_tw: categories: 類別 add: 新增 size: 大小 - setting: Settings + setting: 設定 transition_interval: 轉換間隔 transition_speed: 轉換速度 type: 開啟方式 expired: 已下架 - duration: Duration \ No newline at end of file + duration: 期間 + order: 排序 + order_images: 圖片順序 + save_changes: 儲存變更 + close: 取消