config/locales/en.yml in activeadmin-1.3.1 vs config/locales/en.yml in activeadmin-1.4.0

- old
+ new

@@ -1,8 +1,24 @@ en: + activerecord: + models: + comment: + one: "Comment" + other: "Comments" + active_admin/comment: + one: "Comment" + other: "Comments" + attributes: + active_admin/comment: + author_type: "Author type" + body: "Body" + created_at: "Created" + namespace: "Namespace" + resource_type: "Resource type" + updated_at: "Updated" active_admin: - dashboard: Dashboard + dashboard: "Dashboard" dashboard_welcome: welcome: "Welcome to Active Admin. This is the default dashboard page." call_to_action: "To add dashboard sections, checkout 'app/admin/dashboard.rb'" view: "View" edit: "Edit" @@ -35,9 +51,11 @@ less_than: "Less than" gteq_datetime: "Greater or equal to" lteq_datetime: "Lesser or equal to" from: "From" to: "To" + scopes: + all: "All" search_status: headline: "Search status:" current_scope: "Scope:" current_filters: "Current filters:" no_current_filters: "None"