config/locales/en.yml in spree_static_content-0.40.2 vs config/locales/en.yml in spree_static_content-0.60.0

- old
+ new

@@ -1,22 +1,32 @@ --- en: - pages: Pages - ext_static_content_static_pages: Static pages - ext_static_content_static_pages_desc: Manage static page with WYSIWYG editor. - ext_static_content_title: Title - ext_static_content_slug: Slug - ext_static_content_body: Body - ext_static_content_new_page: New page - ext_static_content_editing_page: Editing page - ext_static_content_foreign_link: Foreign link (URL) - ext_static_content_show_in_sidebar: Show in sidebar - ext_static_content_show_in_header: Show in header - ext_static_content_show_in_footer: Show in footer - ext_static_content_position: Position - ext_static_content_visible: Visible - ext_static_content_confirm_delete: Are you sure ? - ext_static_content_link: Link - ext_static_content_meta_title: Meta Title - ext_static_content_meta_keywords: Meta Keywords - ext_static_content_meta_description: Meta Description - ext_static_content_layout: Layout + activerecord: + attributes: + page: + title: Title + slug: Slug + body: Body + foreign_link: Foreign link (URL) + show_in_sidebar: Show in sidebar + show_in_header: Show in header + show_in_footer: Show in footer + position: Position + visible: Visible + meta_keywords: Meta Keywords + meta_description: Meta Description + layout: Layout + models: + page: + one: Page + many: Pages + + page: Page + pages: Pages + static_content: + static_pages: Static pages + static_pages_desc: Manage static page with WYSIWYG editor. + new_page: New page + editing_page: Editing page + confirm_delete: Are you sure ? + link: Link + meta_title: Meta Title