fix translation
This commit is contained in:
parent
05d79cf30b
commit
c6fda4dd02
|
@ -1,6 +1,7 @@
|
||||||
en:
|
en:
|
||||||
|
|
||||||
gallery:
|
gallery:
|
||||||
|
setting: Gallery Setting
|
||||||
inner_page_layout: Inner Page Layout
|
inner_page_layout: Inner Page Layout
|
||||||
card_style: Card Style
|
card_style: Card Style
|
||||||
grid_style: Grid Style
|
grid_style: Grid Style
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
zh_tw:
|
zh_tw:
|
||||||
|
|
||||||
gallery:
|
gallery:
|
||||||
|
setting: 相簿設定
|
||||||
inner_page_layout: 內頁頁面樣式
|
inner_page_layout: 內頁頁面樣式
|
||||||
card_style: 卡片樣式
|
card_style: 卡片樣式
|
||||||
grid_style: 格子排版樣式
|
grid_style: 格子排版樣式
|
||||||
|
|
|
@ -83,7 +83,7 @@ module Gallery
|
||||||
:active_for_action=>{'admin/galleries'=>'tags'},
|
:active_for_action=>{'admin/galleries'=>'tags'},
|
||||||
:active_for_tag => 'Gallery',
|
:active_for_tag => 'Gallery',
|
||||||
:available_for => 'managers'
|
:available_for => 'managers'
|
||||||
context_link 'setting',
|
context_link 'gallery.setting',
|
||||||
:link_path=>"admin_galleries_setting_path" ,
|
:link_path=>"admin_galleries_setting_path" ,
|
||||||
:priority=>5,
|
:priority=>5,
|
||||||
:active_for_action=>{'admin/galleries'=>'setting'},
|
:active_for_action=>{'admin/galleries'=>'setting'},
|
||||||
|
|
Loading…
Reference in New Issue