activeadmin 1.1.0 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of activeadmin might be problematic. Click here for more details.
- checksums.yaml +5 -5
- data/CHANGELOG.md +492 -108
- data/CODE_OF_CONDUCT.md +64 -12
- data/CONTRIBUTING.md +117 -49
- data/README.md +73 -19
- data/app/assets/javascripts/active_admin/base.js +509 -0
- data/app/assets/stylesheets/active_admin/_base.scss +29 -29
- data/app/assets/stylesheets/active_admin/_forms.scss +3 -15
- data/app/assets/stylesheets/active_admin/_header.scss +3 -5
- data/app/assets/stylesheets/active_admin/_mixins.scss +1 -1
- data/app/assets/stylesheets/active_admin/components/_scopes.scss +3 -0
- data/app/assets/stylesheets/active_admin/components/_status_tags.scss +0 -5
- data/app/assets/stylesheets/active_admin/components/_tables.scss +1 -2
- data/app/assets/stylesheets/active_admin/components/_tabs.scss +1 -1
- data/app/assets/stylesheets/active_admin/mixins/_all.scss +8 -8
- data/app/assets/stylesheets/active_admin/mixins/_gradients.scss +1 -1
- data/app/assets/stylesheets/active_admin/mixins/_variables.scss +5 -0
- data/app/assets/stylesheets/active_admin/print.scss +2 -2
- data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +1 -1
- data/app/javascript/active_admin/base.js +19 -0
- data/app/javascript/active_admin/ext/jquery-ui.js +7 -0
- data/app/javascript/active_admin/ext/jquery.js +9 -0
- data/app/javascript/active_admin/initializers/batch-actions.js +61 -0
- data/app/javascript/active_admin/initializers/checkbox-toggler.js +3 -0
- data/app/javascript/active_admin/initializers/datepicker.js +16 -0
- data/app/javascript/active_admin/initializers/dropdown-menu.js +9 -0
- data/app/javascript/active_admin/initializers/filters.js +10 -0
- data/app/javascript/active_admin/initializers/has-many.js +95 -0
- data/app/javascript/active_admin/initializers/per-page.js +13 -0
- data/app/javascript/active_admin/initializers/table-checkbox-toggler.js +3 -0
- data/app/javascript/active_admin/initializers/tabs.js +6 -0
- data/app/javascript/active_admin/lib/checkbox-toggler.js +49 -0
- data/app/javascript/active_admin/lib/dropdown-menu.js +116 -0
- data/app/javascript/active_admin/lib/filters.js +39 -0
- data/app/javascript/active_admin/lib/modal-dialog.js +63 -0
- data/app/javascript/active_admin/lib/per-page.js +38 -0
- data/app/javascript/active_admin/lib/table-checkbox-toggler.js +38 -0
- data/app/javascript/active_admin/lib/utils.js +40 -0
- data/app/views/active_admin/devise/confirmations/new.html.erb +2 -2
- data/app/views/active_admin/devise/passwords/edit.html.erb +2 -2
- data/app/views/active_admin/devise/passwords/new.html.erb +2 -2
- data/app/views/active_admin/devise/registrations/new.html.erb +2 -3
- data/app/views/active_admin/devise/sessions/new.html.erb +1 -1
- data/app/views/active_admin/devise/shared/_error_messages.html.erb +15 -0
- data/app/views/active_admin/devise/unlocks/new.html.erb +2 -2
- data/app/views/kaminari/active_admin_countless/_first_page.html.erb +11 -0
- data/app/views/kaminari/active_admin_countless/_gap.html.erb +8 -0
- data/app/views/kaminari/active_admin_countless/_next_page.html.erb +11 -0
- data/app/views/kaminari/active_admin_countless/_page.html.erb +12 -0
- data/app/views/kaminari/active_admin_countless/_paginator.html.erb +24 -0
- data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +11 -0
- data/app/views/layouts/active_admin_logged_out.html.erb +2 -2
- data/config/locales/ar.yml +3 -2
- data/config/locales/az.yml +138 -0
- data/config/locales/bg.yml +1 -1
- data/config/locales/bs.yml +1 -0
- data/config/locales/ca.yml +1 -1
- data/config/locales/cs.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de-CH.yml +1 -0
- data/config/locales/de.yml +29 -0
- data/config/locales/el.yml +1 -0
- data/config/locales/en-CA.yml +1 -0
- data/config/locales/en-GB.yml +1 -0
- data/config/locales/en.yml +21 -1
- data/config/locales/eo.yml +145 -0
- data/config/locales/es-MX.yml +1 -0
- data/config/locales/es.yml +21 -1
- data/config/locales/fa.yml +1 -0
- data/config/locales/fi.yml +2 -1
- data/config/locales/fr.yml +2 -1
- data/config/locales/he.yml +1 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +5 -0
- data/config/locales/id.yml +1 -0
- data/config/locales/it.yml +13 -3
- data/config/locales/ja.yml +6 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +3 -2
- data/config/locales/lv.yml +1 -0
- data/config/locales/mk.yml +134 -0
- data/config/locales/nb.yml +16 -5
- data/config/locales/nl.yml +12 -0
- data/config/locales/pl.yml +72 -3
- data/config/locales/pt-BR.yml +9 -0
- data/config/locales/pt-PT.yml +1 -0
- data/config/locales/ro.yml +1 -0
- data/config/locales/ru.yml +3 -0
- data/config/locales/sk.yml +60 -0
- data/config/locales/sv-SE.yml +3 -0
- data/config/locales/tr.yml +10 -0
- data/config/locales/uk.yml +3 -0
- data/config/locales/vi.yml +48 -6
- data/config/locales/zh-CN.yml +34 -5
- data/config/locales/zh-TW.yml +1 -0
- data/docs/.gitignore +1 -0
- data/docs/0-installation.md +2 -2
- data/docs/1-general-configuration.md +36 -1
- data/docs/10-custom-pages.md +14 -0
- data/docs/12-arbre-components.md +41 -1
- data/docs/13-authorization-adapter.md +41 -22
- data/docs/2-resource-customization.md +10 -5
- data/docs/3-index-pages/custom-index.md +1 -1
- data/docs/3-index-pages/index-as-blog.md +1 -1
- data/docs/3-index-pages/index-as-table.md +12 -5
- data/docs/3-index-pages.md +17 -0
- data/docs/5-forms.md +16 -2
- data/docs/8-custom-actions.md +11 -0
- data/docs/CNAME +1 -1
- data/docs/Gemfile +2 -1
- data/docs/Gemfile.lock +249 -0
- data/docs/_config.yml +3 -1
- data/docs/_includes/toc.html +1 -1
- data/docs/_includes/top-menu.html +9 -1
- data/docs/documentation.md +1 -1
- data/docs/images/tidelift.svg +14 -0
- data/docs/index.html +109 -8
- data/docs/stylesheets/main.css +55 -2
- data/lib/active_admin/abstract_view_factory.rb +13 -51
- data/lib/active_admin/application.rb +53 -160
- data/lib/active_admin/application_settings.rb +42 -0
- data/lib/active_admin/asset_registration.rb +0 -8
- data/lib/active_admin/base_controller/authorization.rb +4 -6
- data/lib/active_admin/base_controller.rb +6 -6
- data/lib/active_admin/batch_actions/controller.rb +2 -2
- data/lib/active_admin/batch_actions/resource_extension.rb +9 -5
- data/lib/active_admin/callbacks.rb +1 -1
- data/lib/active_admin/controller_action.rb +2 -1
- data/lib/active_admin/csv_builder.rb +10 -7
- data/lib/active_admin/dependency.rb +3 -67
- data/lib/active_admin/deprecation.rb +0 -25
- data/lib/active_admin/dsl.rb +1 -8
- data/lib/active_admin/dynamic_setting.rb +38 -0
- data/lib/active_admin/dynamic_settings_node.rb +28 -0
- data/lib/active_admin/engine.rb +5 -0
- data/lib/active_admin/error.rb +4 -2
- data/lib/active_admin/filters/active_filter.rb +49 -12
- data/lib/active_admin/filters/active_sidebar.rb +6 -2
- data/lib/active_admin/filters/forms.rb +7 -4
- data/lib/active_admin/filters/formtastic_addons.rb +1 -1
- data/lib/active_admin/filters/resource_extension.rb +28 -4
- data/lib/active_admin/form_builder.rb +98 -63
- data/lib/active_admin/generators/boilerplate.rb +12 -4
- data/lib/active_admin/helpers/scope_chain.rb +1 -0
- data/lib/active_admin/inputs/datepicker_input.rb +8 -1
- data/lib/active_admin/inputs/filters/base/search_method_select.rb +2 -2
- data/lib/active_admin/inputs/filters/date_range_input.rb +4 -4
- data/lib/active_admin/inputs/filters/select_input.rb +5 -1
- data/lib/active_admin/menu.rb +2 -8
- data/lib/active_admin/menu_item.rb +4 -32
- data/lib/active_admin/namespace.rb +20 -8
- data/lib/active_admin/namespace_settings.rb +123 -0
- data/lib/active_admin/order_clause.rb +2 -2
- data/lib/active_admin/orm/active_record/comments/comment.rb +2 -2
- data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +17 -7
- data/lib/active_admin/orm/active_record/comments.rb +15 -4
- data/lib/active_admin/page_dsl.rb +1 -1
- data/lib/active_admin/page_presenter.rb +2 -1
- data/lib/active_admin/pundit_adapter.rb +18 -5
- data/lib/active_admin/resource/action_items.rb +7 -2
- data/lib/active_admin/resource/attributes.rb +7 -4
- data/lib/active_admin/resource/belongs_to.rb +6 -1
- data/lib/active_admin/resource/menu.rb +3 -3
- data/lib/active_admin/resource/model.rb +15 -0
- data/lib/active_admin/resource/naming.rb +3 -3
- data/lib/active_admin/resource/routes.rb +20 -7
- data/lib/active_admin/resource/scopes.rb +3 -3
- data/lib/active_admin/resource/sidebars.rb +1 -1
- data/lib/active_admin/resource.rb +18 -4
- data/lib/active_admin/resource_collection.rb +2 -2
- data/lib/active_admin/resource_controller/action_builder.rb +10 -0
- data/lib/active_admin/resource_controller/data_access.rb +5 -1
- data/lib/active_admin/resource_controller/decorators.rb +5 -5
- data/lib/active_admin/resource_controller/polymorphic_routes.rb +37 -0
- data/lib/active_admin/resource_controller/resource_class_methods.rb +2 -0
- data/lib/active_admin/resource_controller/scoping.rb +1 -1
- data/lib/active_admin/resource_controller.rb +2 -0
- data/lib/active_admin/resource_dsl.rb +7 -3
- data/lib/active_admin/router.rb +90 -84
- data/lib/active_admin/scope.rb +16 -8
- data/lib/active_admin/settings_node.rb +19 -0
- data/lib/active_admin/sidebar_section.rb +3 -1
- data/lib/active_admin/version.rb +1 -1
- data/lib/active_admin/view_helpers/breadcrumb_helper.rb +2 -2
- data/lib/active_admin/view_helpers/display_helper.rb +13 -4
- data/lib/active_admin/view_helpers/download_format_links_helper.rb +1 -0
- data/lib/active_admin/view_helpers/method_or_proc_helper.rb +3 -0
- data/lib/active_admin/view_helpers.rb +1 -1
- data/lib/active_admin/views/components/active_admin_form.rb +9 -4
- data/lib/active_admin/views/components/attributes_table.rb +3 -3
- data/lib/active_admin/views/components/menu.rb +32 -0
- data/lib/active_admin/views/components/menu_item.rb +58 -0
- data/lib/active_admin/views/components/paginated_collection.rb +4 -3
- data/lib/active_admin/views/components/scopes.rb +11 -4
- data/lib/active_admin/views/components/sidebar.rb +13 -0
- data/lib/active_admin/views/components/site_title.rb +5 -6
- data/lib/active_admin/views/components/status_tag.rb +6 -19
- data/lib/active_admin/views/components/table_for.rb +4 -12
- data/lib/active_admin/views/components/tabs.rb +15 -3
- data/lib/active_admin/views/footer.rb +3 -7
- data/lib/active_admin/views/header.rb +3 -15
- data/lib/active_admin/views/index_as_blog.rb +1 -1
- data/lib/active_admin/views/index_as_grid.rb +25 -25
- data/lib/active_admin/views/index_as_table.rb +18 -10
- data/lib/active_admin/views/pages/base.rb +31 -54
- data/lib/active_admin/views/pages/index.rb +1 -0
- data/lib/active_admin/views/tabbed_navigation.rb +4 -59
- data/lib/active_admin/views.rb +1 -1
- data/lib/active_admin.rb +9 -4
- data/lib/generators/active_admin/assets/assets_generator.rb +2 -2
- data/lib/generators/active_admin/assets/templates/active_admin.js +1 -0
- data/lib/generators/active_admin/install/install_generator.rb +7 -3
- data/lib/generators/active_admin/install/templates/active_admin.rb.erb +38 -3
- data/lib/generators/active_admin/install/templates/dashboard.rb +2 -3
- data/lib/generators/active_admin/install/templates/migrations/create_active_admin_comments.rb.erb +1 -15
- data/lib/generators/active_admin/page/page_generator.rb +1 -1
- data/lib/generators/active_admin/resource/resource_generator.rb +2 -2
- data/lib/generators/active_admin/resource/templates/admin.rb.erb +40 -37
- data/lib/ransack_ext.rb +3 -3
- data/vendor/assets/javascripts/jquery-ui/form-reset-mixin.js +80 -0
- data/vendor/assets/javascripts/jquery-ui/form.js +22 -0
- data/vendor/assets/javascripts/jquery-ui/labels.js +65 -0
- data/vendor/assets/javascripts/jquery-ui/widgets/checkboxradio.js +274 -283
- metadata +115 -527
- data/.github/ISSUE_TEMPLATE.md +0 -20
- data/.gitignore +0 -49
- data/.mdlrc +0 -1
- data/.rubocop.yml +0 -76
- data/.simplecov +0 -13
- data/.travis.yml +0 -51
- data/.yardopts +0 -7
- data/Gemfile +0 -58
- data/Rakefile +0 -54
- data/activeadmin.gemspec +0 -32
- data/app/assets/images/active_admin/nested_menu_arrow.gif +0 -0
- data/app/assets/images/active_admin/nested_menu_arrow_dark.gif +0 -0
- data/app/assets/images/active_admin/orderable.png +0 -0
- data/app/assets/javascripts/active_admin/base.js.coffee +0 -13
- data/app/assets/javascripts/active_admin/ext/jquery-ui.js.coffee +0 -6
- data/app/assets/javascripts/active_admin/ext/jquery.js.coffee +0 -7
- data/app/assets/javascripts/active_admin/initializers/batch_actions.js.coffee +0 -11
- data/app/assets/javascripts/active_admin/initializers/datepicker.js.coffee +0 -14
- data/app/assets/javascripts/active_admin/initializers/filters.js.coffee +0 -26
- data/app/assets/javascripts/active_admin/initializers/tabs.js.coffee +0 -7
- data/app/assets/javascripts/active_admin/lib/batch_actions.js.coffee +0 -42
- data/app/assets/javascripts/active_admin/lib/checkbox-toggler.js.coffee +0 -46
- data/app/assets/javascripts/active_admin/lib/dropdown-menu.js.coffee +0 -104
- data/app/assets/javascripts/active_admin/lib/flash.js.coffee +0 -19
- data/app/assets/javascripts/active_admin/lib/has_many.js.coffee +0 -79
- data/app/assets/javascripts/active_admin/lib/modal_dialog.js.coffee +0 -45
- data/app/assets/javascripts/active_admin/lib/per_page.js.coffee +0 -46
- data/app/assets/javascripts/active_admin/lib/table-checkbox-toggler.js.coffee +0 -22
- data/codecov.yml +0 -25
- data/config/i18n-tasks.yml +0 -26
- data/config/mdl_style.rb +0 -9
- data/cucumber.yml +0 -3
- data/features/action_item.feature +0 -73
- data/features/authorization.feature +0 -64
- data/features/authorization_cancan.feature +0 -52
- data/features/authorization_pundit.feature +0 -37
- data/features/belongs_to.feature +0 -124
- data/features/breadcrumb.feature +0 -75
- data/features/comments/commenting.feature +0 -178
- data/features/comments/viewing_index.feature +0 -19
- data/features/create_another.feature +0 -55
- data/features/dashboard.feature +0 -16
- data/features/decorators.feature +0 -43
- data/features/development_reloading.feature +0 -28
- data/features/edit_page.feature +0 -116
- data/features/favicon.feature +0 -20
- data/features/first_boot.feature +0 -16
- data/features/footer.feature +0 -28
- data/features/global_navigation.feature +0 -29
- data/features/i18n.feature +0 -55
- data/features/index/batch_actions.feature +0 -218
- data/features/index/filters.feature +0 -239
- data/features/index/format_as_csv.feature +0 -220
- data/features/index/formats.feature +0 -88
- data/features/index/index_as_block.feature +0 -15
- data/features/index/index_as_blog.feature +0 -69
- data/features/index/index_as_grid.feature +0 -45
- data/features/index/index_as_table.feature +0 -291
- data/features/index/index_blank_slate.feature +0 -83
- data/features/index/index_parameters.feature +0 -75
- data/features/index/index_scope_to.feature +0 -56
- data/features/index/index_scopes.feature +0 -285
- data/features/index/page_title.feature +0 -41
- data/features/index/pagination.feature +0 -63
- data/features/index/switch_index_view.feature +0 -73
- data/features/menu.feature +0 -72
- data/features/meta_tags.feature +0 -21
- data/features/new_page.feature +0 -107
- data/features/registering_assets.feature +0 -38
- data/features/registering_pages.feature +0 -237
- data/features/registering_resources.feature +0 -33
- data/features/renamed_resource.feature +0 -30
- data/features/root_to.feature +0 -17
- data/features/show/attributes_table_title.feature +0 -54
- data/features/show/columns.feature +0 -40
- data/features/show/default_content.feature +0 -44
- data/features/show/page_title.feature +0 -58
- data/features/show/tabs.feature +0 -33
- data/features/sidebar_sections.feature +0 -210
- data/features/site_title.feature +0 -47
- data/features/specifying_actions.feature +0 -118
- data/features/step_definitions/action_item_steps.rb +0 -7
- data/features/step_definitions/action_link_steps.rb +0 -19
- data/features/step_definitions/additional_web_steps.rb +0 -81
- data/features/step_definitions/asset_steps.rb +0 -15
- data/features/step_definitions/attribute_steps.rb +0 -18
- data/features/step_definitions/attributes_table_title_steps.rb +0 -11
- data/features/step_definitions/batch_action_steps.rb +0 -81
- data/features/step_definitions/blog_steps.rb +0 -3
- data/features/step_definitions/breadcrumb_steps.rb +0 -3
- data/features/step_definitions/column_steps.rb +0 -8
- data/features/step_definitions/comment_steps.rb +0 -32
- data/features/step_definitions/configuration_steps.rb +0 -100
- data/features/step_definitions/dashboard_steps.rb +0 -15
- data/features/step_definitions/factory_steps.rb +0 -35
- data/features/step_definitions/filter_steps.rb +0 -48
- data/features/step_definitions/flash_steps.rb +0 -11
- data/features/step_definitions/footer_steps.rb +0 -11
- data/features/step_definitions/format_steps.rb +0 -56
- data/features/step_definitions/i18n_steps.rb +0 -11
- data/features/step_definitions/index_scope_steps.rb +0 -29
- data/features/step_definitions/index_views_steps.rb +0 -3
- data/features/step_definitions/layout_steps.rb +0 -3
- data/features/step_definitions/member_link_steps.rb +0 -7
- data/features/step_definitions/menu_steps.rb +0 -11
- data/features/step_definitions/meta_tag_steps.rb +0 -3
- data/features/step_definitions/pagination_steps.rb +0 -15
- data/features/step_definitions/sidebar_steps.rb +0 -11
- data/features/step_definitions/site_title_steps.rb +0 -17
- data/features/step_definitions/tab_steps.rb +0 -8
- data/features/step_definitions/table_steps.rb +0 -116
- data/features/step_definitions/user_steps.rb +0 -52
- data/features/step_definitions/web_steps.rb +0 -86
- data/features/sti_resource.feature +0 -65
- data/features/strong_parameters.feature +0 -69
- data/features/support/env.rb +0 -122
- data/features/support/paths.rb +0 -73
- data/features/support/regular_env.rb +0 -7
- data/features/support/reload_env.rb +0 -7
- data/features/support/selectors.rb +0 -45
- data/features/users/logging_in.feature +0 -36
- data/features/users/logging_out.feature +0 -13
- data/features/users/resetting_password.feature +0 -34
- data/gemfiles/rails_42.gemfile +0 -10
- data/gemfiles/rails_50.gemfile +0 -10
- data/gemfiles/rails_51.gemfile +0 -10
- data/lib/active_admin/event.rb +0 -24
- data/lib/active_admin/helpers/settings.rb +0 -114
- data/lib/active_admin/reloader.rb +0 -25
- data/lib/bug_report_templates/active_admin_master.rb +0 -113
- data/lib/generators/active_admin/assets/templates/active_admin.js.coffee +0 -1
- data/spec/bug_report_templates_spec.rb +0 -26
- data/spec/javascripts/coffeescripts/jquery.aa.checkbox-toggler-spec.js.coffee +0 -50
- data/spec/javascripts/coffeescripts/jquery.aa.flash.js.coffee +0 -25
- data/spec/javascripts/coffeescripts/jquery.aa.table-checkbox-toggler-spec.js.coffee +0 -34
- data/spec/javascripts/fixtures/checkboxes.html +0 -9
- data/spec/javascripts/fixtures/flashes.html +0 -2
- data/spec/javascripts/fixtures/table_checkboxes.html +0 -17
- data/spec/javascripts/helpers/SpecHelper.js +0 -3
- data/spec/javascripts/support/jasmine.yml +0 -74
- data/spec/javascripts/support/jasmine_runner.rb +0 -19
- data/spec/rails_helper.rb +0 -59
- data/spec/requests/default_namespace_spec.rb +0 -81
- data/spec/requests/memory_spec.rb +0 -25
- data/spec/requests/stylesheets_spec.rb +0 -18
- data/spec/spec_helper.rb +0 -1
- data/spec/support/active_admin_integration_spec_helper.rb +0 -73
- data/spec/support/active_admin_request_helpers.rb +0 -39
- data/spec/support/rails_template.rb +0 -150
- data/spec/support/rails_template_with_data.rb +0 -327
- data/spec/support/templates/admin/stores.rb +0 -7
- data/spec/support/templates/en.yml +0 -8
- data/spec/support/templates/manifest.js +0 -3
- data/spec/support/templates/policies/active_admin/comment_policy.rb +0 -9
- data/spec/support/templates/policies/active_admin/page_policy.rb +0 -18
- data/spec/support/templates/policies/admin_user_policy.rb +0 -11
- data/spec/support/templates/policies/application_policy.rb +0 -44
- data/spec/support/templates/policies/category_policy.rb +0 -7
- data/spec/support/templates/policies/post_policy.rb +0 -15
- data/spec/support/templates/policies/store_policy.rb +0 -11
- data/spec/support/templates/policies/user_policy.rb +0 -11
- data/spec/support/templates/post_decorator.rb +0 -10
- data/spec/unit/abstract_view_factory_spec.rb +0 -78
- data/spec/unit/action_builder_spec.rb +0 -125
- data/spec/unit/active_admin_spec.rb +0 -11
- data/spec/unit/application_spec.rb +0 -184
- data/spec/unit/asset_registration_spec.rb +0 -81
- data/spec/unit/authorization/authorization_adapter_spec.rb +0 -61
- data/spec/unit/authorization/controller_authorization_spec.rb +0 -43
- data/spec/unit/authorization/index_overriding_spec.rb +0 -23
- data/spec/unit/auto_link_spec.rb +0 -93
- data/spec/unit/batch_actions/resource_spec.rb +0 -84
- data/spec/unit/batch_actions/settings_spec.rb +0 -61
- data/spec/unit/belongs_to_spec.rb +0 -76
- data/spec/unit/cancan_adapter_spec.rb +0 -43
- data/spec/unit/comments_spec.rb +0 -176
- data/spec/unit/component_spec.rb +0 -18
- data/spec/unit/config_shared_examples.rb +0 -59
- data/spec/unit/controller_filters_spec.rb +0 -41
- data/spec/unit/csv_builder_spec.rb +0 -304
- data/spec/unit/dependency_spec.rb +0 -135
- data/spec/unit/devise_spec.rb +0 -110
- data/spec/unit/dsl_spec.rb +0 -120
- data/spec/unit/filters/active_filter_spec.rb +0 -135
- data/spec/unit/filters/active_spec.rb +0 -24
- data/spec/unit/filters/filter_form_builder_spec.rb +0 -502
- data/spec/unit/filters/resource_spec.rb +0 -128
- data/spec/unit/form_builder_spec.rb +0 -990
- data/spec/unit/generators/install_spec.rb +0 -31
- data/spec/unit/helpers/collection_spec.rb +0 -68
- data/spec/unit/helpers/scope_chain_spec.rb +0 -35
- data/spec/unit/helpers/settings_spec.rb +0 -30
- data/spec/unit/i18n_spec.rb +0 -29
- data/spec/unit/localizers/resource_localizer_spec.rb +0 -36
- data/spec/unit/menu_collection_spec.rb +0 -62
- data/spec/unit/menu_item_spec.rb +0 -141
- data/spec/unit/menu_spec.rb +0 -71
- data/spec/unit/namespace/authorization_spec.rb +0 -27
- data/spec/unit/namespace/register_page_spec.rb +0 -99
- data/spec/unit/namespace/register_resource_spec.rb +0 -162
- data/spec/unit/namespace_spec.rb +0 -124
- data/spec/unit/order_clause_spec.rb +0 -81
- data/spec/unit/page_controller_spec.rb +0 -5
- data/spec/unit/page_spec.rb +0 -128
- data/spec/unit/pretty_format_spec.rb +0 -82
- data/spec/unit/pundit_adapter_spec.rb +0 -98
- data/spec/unit/resource/action_items_spec.rb +0 -69
- data/spec/unit/resource/attributes_spec.rb +0 -49
- data/spec/unit/resource/includes_spec.rb +0 -21
- data/spec/unit/resource/menu_spec.rb +0 -18
- data/spec/unit/resource/naming_spec.rb +0 -122
- data/spec/unit/resource/ordering_spec.rb +0 -35
- data/spec/unit/resource/page_presenters_spec.rb +0 -44
- data/spec/unit/resource/pagination_spec.rb +0 -38
- data/spec/unit/resource/routes_spec.rb +0 -125
- data/spec/unit/resource/scopes_spec.rb +0 -50
- data/spec/unit/resource/sidebars_spec.rb +0 -43
- data/spec/unit/resource_collection_spec.rb +0 -175
- data/spec/unit/resource_controller/data_access_spec.rb +0 -230
- data/spec/unit/resource_controller/decorators_spec.rb +0 -94
- data/spec/unit/resource_controller/sidebars_spec.rb +0 -37
- data/spec/unit/resource_controller_spec.rb +0 -273
- data/spec/unit/resource_registration_spec.rb +0 -61
- data/spec/unit/resource_spec.rb +0 -320
- data/spec/unit/routing_spec.rb +0 -211
- data/spec/unit/scope_spec.rb +0 -209
- data/spec/unit/settings_spec.rb +0 -117
- data/spec/unit/view_factory_spec.rb +0 -19
- data/spec/unit/view_helpers/breadcrumbs_spec.rb +0 -252
- data/spec/unit/view_helpers/display_helper_spec.rb +0 -195
- data/spec/unit/view_helpers/download_format_links_helper_spec.rb +0 -39
- data/spec/unit/view_helpers/fields_for_spec.rb +0 -50
- data/spec/unit/view_helpers/flash_helper_spec.rb +0 -24
- data/spec/unit/view_helpers/form_helper_spec.rb +0 -42
- data/spec/unit/view_helpers/method_or_proc_helper_spec.rb +0 -138
- data/spec/unit/views/components/attributes_table_spec.rb +0 -271
- data/spec/unit/views/components/batch_action_selector_spec.rb +0 -43
- data/spec/unit/views/components/blank_slate_spec.rb +0 -27
- data/spec/unit/views/components/columns_spec.rb +0 -187
- data/spec/unit/views/components/index_list_spec.rb +0 -49
- data/spec/unit/views/components/index_table_for_spec.rb +0 -127
- data/spec/unit/views/components/paginated_collection_spec.rb +0 -249
- data/spec/unit/views/components/panel_spec.rb +0 -58
- data/spec/unit/views/components/sidebar_section_spec.rb +0 -68
- data/spec/unit/views/components/site_title_spec.rb +0 -76
- data/spec/unit/views/components/status_tag_spec.rb +0 -265
- data/spec/unit/views/components/table_for_spec.rb +0 -436
- data/spec/unit/views/components/tabs_spec.rb +0 -67
- data/spec/unit/views/components/unsupported_browser_spec.rb +0 -41
- data/spec/unit/views/index_as_blog_spec.rb +0 -76
- data/spec/unit/views/pages/form_spec.rb +0 -54
- data/spec/unit/views/pages/index_spec.rb +0 -60
- data/spec/unit/views/pages/layout_spec.rb +0 -59
- data/spec/unit/views/pages/show_spec.rb +0 -32
- data/spec/unit/views/tabbed_navigation_spec.rb +0 -158
- data/tasks/docs.rake +0 -64
- data/tasks/lint.rake +0 -21
- data/tasks/local.rake +0 -25
- data/tasks/parallel_tests.rake +0 -66
- data/tasks/test.rake +0 -29
- /data/{vendor → app}/assets/stylesheets/active_admin/_normalize.scss +0 -0
- /data/lib/generators/active_admin/install/templates/{admin_user.rb.erb → admin_users.rb.erb} +0 -0
@@ -0,0 +1,145 @@
|
|
1
|
+
eo:
|
2
|
+
active_admin:
|
3
|
+
dashboard: Panelo
|
4
|
+
dashboard_welcome:
|
5
|
+
welcome: "Bonvenon al Active Admin. Jen la defaŭlta panela paĝo."
|
6
|
+
call_to_action: "Por aldoni sekciojn al via panelo, vidu 'app/admin/dashboard.rb'"
|
7
|
+
view: "Vidi"
|
8
|
+
edit: "Redakti"
|
9
|
+
delete: "Forigi"
|
10
|
+
delete_confirmation: "Ĉu vi certas, ke vi volas forigi tion?"
|
11
|
+
create_another: "Krei alian %{model}"
|
12
|
+
new_model: "Nova %{model}"
|
13
|
+
edit_model: "Redakti %{model}"
|
14
|
+
delete_model: "Forigi %{model}"
|
15
|
+
details: "Detaloj de %{model}"
|
16
|
+
cancel: "Nuligi"
|
17
|
+
empty: "Malplena"
|
18
|
+
previous: "Antaŭa"
|
19
|
+
next: "Sekva"
|
20
|
+
download: "Elŝuti:"
|
21
|
+
has_many_new: "Aldoni novan %{model}"
|
22
|
+
has_many_delete: "Forigi"
|
23
|
+
has_many_remove: "Forigi"
|
24
|
+
move: "Movi"
|
25
|
+
filters:
|
26
|
+
buttons:
|
27
|
+
filter: "Filtri"
|
28
|
+
clear: "Viŝi filtrilojn"
|
29
|
+
predicates:
|
30
|
+
contains: "Enhavas"
|
31
|
+
equals: "Egalas al"
|
32
|
+
starts_with: "Komenciĝas per"
|
33
|
+
ends_with: "Finiĝas per"
|
34
|
+
greater_than: "Pli grandas ol"
|
35
|
+
less_than: "Malpli grandas ol"
|
36
|
+
gteq_datetime: "Pli grandas ol aŭ egalas al"
|
37
|
+
lteq_datetime: "Malpli grandas ol aŭ egalas al"
|
38
|
+
from: "De"
|
39
|
+
to: "Al"
|
40
|
+
search_status:
|
41
|
+
headline: "Serĉstato:"
|
42
|
+
current_scope: "Regiono:"
|
43
|
+
current_filters: "Nunaj filtriloj:"
|
44
|
+
no_current_filters: "Neniu"
|
45
|
+
status_tag:
|
46
|
+
"yes": "Jes"
|
47
|
+
"no": "Ne"
|
48
|
+
"unset": "Ne"
|
49
|
+
main_content: "Aldonu %{model}#main_content por montri la enhavon."
|
50
|
+
logout: "Elsaluti"
|
51
|
+
powered_by: "Povigita de %{active_admin} %{version}"
|
52
|
+
sidebars:
|
53
|
+
filters: "Filtriloj"
|
54
|
+
search_status: "Serĉstato"
|
55
|
+
pagination:
|
56
|
+
empty: "Neniu %{model} trovita"
|
57
|
+
one: "Montras <b>1</b> %{model}"
|
58
|
+
one_page: "Montras <b>ĉiujn %{n}</b> %{model}"
|
59
|
+
multiple: "Montras %{model} <b>%{from} - %{to}</b> de <b>%{total}</b> entute"
|
60
|
+
multiple_without_total: "Montras %{model} <b>%{from} - %{to}</b>"
|
61
|
+
per_page: "Paĝe: "
|
62
|
+
entry:
|
63
|
+
one: "ero"
|
64
|
+
other: "eroj"
|
65
|
+
any: "Ĉiuj"
|
66
|
+
blank_slate:
|
67
|
+
content: "Ankoraŭ ne estas %{resource_name}."
|
68
|
+
link: "Krei novan"
|
69
|
+
dropdown_actions:
|
70
|
+
button_label: "Agoj"
|
71
|
+
batch_actions:
|
72
|
+
button_label: "Amasagoj"
|
73
|
+
default_confirmation: "Ĉu vi certas, ke vi volas fari tion?"
|
74
|
+
delete_confirmation: "Ĉu vi certas, ke vi volas forigi tiujn %{plural_model}?"
|
75
|
+
succesfully_destroyed:
|
76
|
+
one: "1 %{model} sukcese forigita"
|
77
|
+
other: "%{count} %{plural_model} sukcese forigitaj"
|
78
|
+
selection_toggle_explanation: "(Baskuligi elekton)"
|
79
|
+
action_label: "%{title} elektita"
|
80
|
+
labels:
|
81
|
+
destroy: "Forigi"
|
82
|
+
comments:
|
83
|
+
created_at: "Kreita"
|
84
|
+
resource_type: "Resursotipo"
|
85
|
+
author_type: "Aŭtorotipo"
|
86
|
+
body: "Enhavo"
|
87
|
+
author: "Aŭtoro"
|
88
|
+
add: "Aldoni komenton"
|
89
|
+
delete: "Forigi komenton"
|
90
|
+
delete_confirmation: "Ĉu vi certas, ke vi volas forigi tiun komenton?"
|
91
|
+
resource: "Resurso"
|
92
|
+
no_comments_yet: "Ankoraŭ neniu komento."
|
93
|
+
author_missing: "Anonimulo"
|
94
|
+
title_content: "Komentoj (%{count})"
|
95
|
+
errors:
|
96
|
+
empty_text: "La komento ne estis konservita, la teksto estis malplena."
|
97
|
+
devise:
|
98
|
+
username:
|
99
|
+
title: "Uzantnomo"
|
100
|
+
email:
|
101
|
+
title: "Retpoŝtadreso"
|
102
|
+
subdomain:
|
103
|
+
title: "Subdomajno"
|
104
|
+
password:
|
105
|
+
title: "Pasvorto"
|
106
|
+
password_confirmation:
|
107
|
+
title: "Konfirmi pasvorton"
|
108
|
+
sign_up:
|
109
|
+
title: "Registriĝi"
|
110
|
+
submit: "Registriĝi"
|
111
|
+
login:
|
112
|
+
title: "Ensaluti"
|
113
|
+
remember_me: "Memori min"
|
114
|
+
submit: "Ensaluti"
|
115
|
+
reset_password:
|
116
|
+
title: "Ĉu vi forgesis vian pasvorton?"
|
117
|
+
submit: "Restarigi mian pasvorton"
|
118
|
+
change_password:
|
119
|
+
title: "Ŝanĝi vian pasvorton"
|
120
|
+
submit: "Ŝanĝi mian pasvorton"
|
121
|
+
unlock:
|
122
|
+
title: "Resendi klarigojn por malŝlosi"
|
123
|
+
submit: "Resendi klarigojn por malŝlosi"
|
124
|
+
resend_confirmation_instructions:
|
125
|
+
title: "Resendi klarigojn por konfirmi"
|
126
|
+
submit: "Resendi klarigojn por konfirmi"
|
127
|
+
links:
|
128
|
+
sign_up: "Registriĝi"
|
129
|
+
sign_in: "Ensaluti"
|
130
|
+
forgot_your_password: "Ĉu vi forgesis vian pasvorton?"
|
131
|
+
sign_in_with_omniauth_provider: "Ensaluti per %{provider}"
|
132
|
+
resend_unlock_instructions: "Resendi klarigojn por malŝlosi"
|
133
|
+
resend_confirmation_instructions: "Resendi klarigojn por konfirmi"
|
134
|
+
unsupported_browser:
|
135
|
+
headline: "Rimarku ke ActiveAdmin ne plu subtenas versiojn 8 kaj mal
|
136
|
+
de Internet Explorer."
|
137
|
+
recommendation: "Ni rekomendas, ke vi <a href=\"http://browsehappy.com/\">ĝisdatigu vian retumilon</a> por plibonigi vian sperton."
|
138
|
+
turn_off_compatibility_view: "Se vi uzas version 8 aŭ pli novan de Internet Explorer, estu certa, ke vi <a href=\"https://support.microsoft.com/en-us/help/17471\">malŝaltu \"kongruecan reĝimon\"</a>."
|
139
|
+
access_denied:
|
140
|
+
message: "Vi ne rajtas fari tiun agon."
|
141
|
+
index_list:
|
142
|
+
table: "Tabelo"
|
143
|
+
block: "Listo"
|
144
|
+
grid: "Krado"
|
145
|
+
blog: "Blogo"
|
data/config/locales/es-MX.yml
CHANGED
data/config/locales/es.yml
CHANGED
@@ -1,6 +1,22 @@
|
|
1
1
|
es:
|
2
|
+
activerecord:
|
3
|
+
models:
|
4
|
+
comment:
|
5
|
+
one: "Comentario"
|
6
|
+
other: "Comentarios"
|
7
|
+
active_admin/comment:
|
8
|
+
one: "Comentario"
|
9
|
+
other: "Comentarios"
|
10
|
+
attributes:
|
11
|
+
active_admin/comment:
|
12
|
+
namespace: "Espacio de nombres"
|
13
|
+
body: "Cuerpo"
|
14
|
+
resource_type: "Tipo de recurso"
|
15
|
+
author_type: "Tipo de autor"
|
16
|
+
created_at: "Fecha de creación"
|
17
|
+
updated_at: "Fecha de actualización"
|
2
18
|
active_admin:
|
3
|
-
dashboard: Inicio
|
19
|
+
dashboard: "Inicio"
|
4
20
|
dashboard_welcome:
|
5
21
|
welcome: "Bienvenido a Active Admin. Esta es la página de inicio predeterminada."
|
6
22
|
call_to_action: "Para agregar secciones edite 'app/admin/dashboard.rb'"
|
@@ -21,6 +37,7 @@ es:
|
|
21
37
|
has_many_new: "Añadir %{model}"
|
22
38
|
has_many_delete: "Eliminar"
|
23
39
|
has_many_remove: "Quitar"
|
40
|
+
move: "Mover"
|
24
41
|
filters:
|
25
42
|
buttons:
|
26
43
|
filter: "Filtrar"
|
@@ -36,6 +53,8 @@ es:
|
|
36
53
|
lteq_datetime: "Menor o igual que"
|
37
54
|
from: "Desde"
|
38
55
|
to: "Hasta"
|
56
|
+
scopes:
|
57
|
+
all: "Todos"
|
39
58
|
search_status:
|
40
59
|
headline: "Estado de la búsqueda:"
|
41
60
|
current_scope: "Alcance:"
|
@@ -44,6 +63,7 @@ es:
|
|
44
63
|
status_tag:
|
45
64
|
"yes": "Sí"
|
46
65
|
"no": "No"
|
66
|
+
"unset": "No"
|
47
67
|
main_content: "Por favor implemente %{model}#main_content para mostrar contenido."
|
48
68
|
logout: "Salir"
|
49
69
|
powered_by: "Funciona con %{active_admin} %{version}"
|
data/config/locales/fa.yml
CHANGED
data/config/locales/fi.yml
CHANGED
@@ -9,7 +9,7 @@ fi:
|
|
9
9
|
delete: "Poista"
|
10
10
|
delete_confirmation: "Oletko varma, että haluat poistaa tämän?"
|
11
11
|
new_model: "Uusi %{model}"
|
12
|
-
edit_model: "
|
12
|
+
edit_model: "Muokkaa %{model}"
|
13
13
|
delete_model: "Poista %{model}"
|
14
14
|
details: "%{model} Tiedot"
|
15
15
|
cancel: "Peruuta"
|
@@ -34,6 +34,7 @@ fi:
|
|
34
34
|
status_tag:
|
35
35
|
"yes": "Kyllä"
|
36
36
|
"no": "Ei"
|
37
|
+
"unset": "Ei"
|
37
38
|
main_content: "Ole hyvä, käytä %{model}#main_content:ia nähdäksesi jotain."
|
38
39
|
logout: "Kirjaudu ulos"
|
39
40
|
powered_by: "Käyttää %{active_admin} %{version}:ia"
|
data/config/locales/fr.yml
CHANGED
@@ -18,7 +18,7 @@ fr:
|
|
18
18
|
previous: "Précédent"
|
19
19
|
next: "Suivant"
|
20
20
|
download: "Télécharger :"
|
21
|
-
has_many_new: "Ajouter un
|
21
|
+
has_many_new: "Ajouter un(e) %{model}"
|
22
22
|
has_many_delete: "Supprimer"
|
23
23
|
has_many_remove: "Enlever"
|
24
24
|
filters:
|
@@ -44,6 +44,7 @@ fr:
|
|
44
44
|
status_tag:
|
45
45
|
"yes": "Oui"
|
46
46
|
"no": "Non"
|
47
|
+
"unset": "Non"
|
47
48
|
main_content: "Veuillez implémenter %{model}#main_content pour afficher le contenu."
|
48
49
|
logout: "Déconnexion"
|
49
50
|
powered_by: "Propulsé par %{active_admin} %{version}"
|
data/config/locales/he.yml
CHANGED
@@ -42,6 +42,7 @@ he:
|
|
42
42
|
status_tag:
|
43
43
|
"yes": "כן"
|
44
44
|
"no": "לא"
|
45
|
+
"unset": "לא"
|
45
46
|
main_content: "אנא הטמע את %{model}#main_content בכדי להציג תוכן."
|
46
47
|
logout: "התנתקות"
|
47
48
|
powered_by: "ממונע בעזרת %{active_admin} %{version}"
|
@@ -138,4 +139,3 @@ he:
|
|
138
139
|
block: "רשימה"
|
139
140
|
grid: "גריד"
|
140
141
|
blog: "בלוג"
|
141
|
-
|
data/config/locales/hr.yml
CHANGED
data/config/locales/hu.yml
CHANGED
@@ -31,9 +31,14 @@ hu:
|
|
31
31
|
ends_with: "végződik"
|
32
32
|
greater_than: "Nagyobb, mint"
|
33
33
|
less_than: "Kisebb, mint"
|
34
|
+
gteq_datetime: "Nagyobb vagy egyenlő, mint"
|
35
|
+
lteq_datetime: "Kisebb vagy egyenlő, mint"
|
36
|
+
from: "-tól"
|
37
|
+
to: "-ig"
|
34
38
|
status_tag:
|
35
39
|
"yes": "Igen"
|
36
40
|
"no": "Nem"
|
41
|
+
"unset": "Nem"
|
37
42
|
main_content: "Kérem, implementálja a %{model}#main_content metódust a tartalom megjelenítéséhez."
|
38
43
|
logout: "Kilépés"
|
39
44
|
powered_by: "Powered by %{active_admin} %{version}"
|
data/config/locales/id.yml
CHANGED
data/config/locales/it.yml
CHANGED
@@ -8,6 +8,7 @@ it:
|
|
8
8
|
edit: "Modifica"
|
9
9
|
delete: "Rimuovi"
|
10
10
|
delete_confirmation: "Sei sicuro di volerlo rimuovere?"
|
11
|
+
create_another: "Crea un altro %{model}"
|
11
12
|
new_model: "Aggiungi %{model}"
|
12
13
|
edit_model: "Modifica %{model}"
|
13
14
|
delete_model: "Rimuovi %{model}"
|
@@ -20,6 +21,7 @@ it:
|
|
20
21
|
has_many_new: "Aggiungi nuovo/a %{model}"
|
21
22
|
has_many_delete: "Rimuovi"
|
22
23
|
has_many_remove: "Rimuovi"
|
24
|
+
move: "Sposta"
|
23
25
|
filters:
|
24
26
|
buttons:
|
25
27
|
filter: "Filtra"
|
@@ -31,6 +33,10 @@ it:
|
|
31
33
|
ends_with: "Finisce con"
|
32
34
|
greater_than: "Maggiore di"
|
33
35
|
less_than: "Minore di"
|
36
|
+
gteq_datetime: "Maggiore o uguale a"
|
37
|
+
lteq_datetime: "Minore o uguale a"
|
38
|
+
from: "Da"
|
39
|
+
to: "A"
|
34
40
|
search_status:
|
35
41
|
headline: "Situazione filtri:"
|
36
42
|
current_scope: "Contesto selezionato:"
|
@@ -39,6 +45,7 @@ it:
|
|
39
45
|
status_tag:
|
40
46
|
"yes": "Sì"
|
41
47
|
"no": "No"
|
48
|
+
"unset": "No"
|
42
49
|
main_content: "Devi implemetare %{model}#main_content per mostrarne il contenuto."
|
43
50
|
logout: "Esci"
|
44
51
|
powered_by: "Powered by %{active_admin} %{version}"
|
@@ -51,6 +58,7 @@ it:
|
|
51
58
|
one_page: "Sto mostrando <b>%{n}</b> %{model}. Lista completa."
|
52
59
|
multiple: "Sto mostrando %{model} <b>%{from} - %{to}</b> di <b>%{total}</b> in totale"
|
53
60
|
multiple_without_total: "Sto mostrando %{model} <b>%{from} - %{to}</b>"
|
61
|
+
per_page: "Oggetti per pagina: "
|
54
62
|
entry:
|
55
63
|
one: "voce"
|
56
64
|
other: "voci"
|
@@ -62,12 +70,12 @@ it:
|
|
62
70
|
button_label: "Azioni"
|
63
71
|
batch_actions:
|
64
72
|
button_label: "Azioni multiple"
|
65
|
-
default_confirmation: "Sei sicuro di che voler
|
73
|
+
default_confirmation: "Sei sicuro di che voler proseguire?"
|
66
74
|
delete_confirmation: "Sei sicuro di volere cancellare %{plural_model}?"
|
67
75
|
succesfully_destroyed:
|
68
76
|
one: "Eliminato con successo 1 %{model}"
|
69
77
|
other: "Eliminati con successo %{count} %{plural_model}"
|
70
|
-
selection_toggle_explanation: "(
|
78
|
+
selection_toggle_explanation: "(cambia selezione)"
|
71
79
|
action_label: "%{title} Selezionati"
|
72
80
|
labels:
|
73
81
|
destroy: "Elimina"
|
@@ -95,6 +103,8 @@ it:
|
|
95
103
|
title: "Sottodominio"
|
96
104
|
password:
|
97
105
|
title: "Password"
|
106
|
+
password_confirmation:
|
107
|
+
title: "Conferma password"
|
98
108
|
sign_up:
|
99
109
|
title: "Iscriviti"
|
100
110
|
submit: "Iscriviti"
|
@@ -122,7 +132,7 @@ it:
|
|
122
132
|
resend_unlock_instructions: "Invia di nuovo le istruzioni per lo sblocco"
|
123
133
|
resend_confirmation_instructions: "Invia di nuovo le istruzioni per la conferma"
|
124
134
|
unsupported_browser:
|
125
|
-
headline: "
|
135
|
+
headline: "Avviso: ActiveAdmin non supporta Internet Explorer 8 o inferiore"
|
126
136
|
recommendation: "Ti raccomandiamo di aggiornare alla versione più recente di <a href=\"http://windows.microsoft.com/ie\">Internet Explorer</a>, <a href=\"https://chrome.google.com/\">Google Chrome</a>, o <a href=\"https://mozilla.org/firefox/\">Firefox</a>."
|
127
137
|
turn_off_compatibility_view: "Se stai utilizzando Internet Explorer 9 o successivo, assicurati di <a href=\"https://support.microsoft.com/it-it/help/17471\">disabilitare la \"Modalità Compatibilità\"</a>."
|
128
138
|
access_denied:
|
data/config/locales/ja.yml
CHANGED
@@ -8,6 +8,7 @@ ja:
|
|
8
8
|
edit: "編集"
|
9
9
|
delete: "削除"
|
10
10
|
delete_confirmation: "本当に削除しますか?"
|
11
|
+
create_another: "%{model} を追加する"
|
11
12
|
new_model: "%{model} を作成する"
|
12
13
|
edit_model: "%{model} を編集する"
|
13
14
|
delete_model: "%{model} を削除する"
|
@@ -31,6 +32,10 @@ ja:
|
|
31
32
|
ends_with: "で終わる"
|
32
33
|
greater_than: "より大きい"
|
33
34
|
less_than: "より小さい"
|
35
|
+
gteq_datetime: "以上"
|
36
|
+
lteq_datetime: "以下"
|
37
|
+
from: "開始"
|
38
|
+
to: "終了"
|
34
39
|
search_status:
|
35
40
|
headline: "検索条件:"
|
36
41
|
current_scope: "範囲:"
|
@@ -39,6 +44,7 @@ ja:
|
|
39
44
|
status_tag:
|
40
45
|
"yes": "はい"
|
41
46
|
"no": "いいえ"
|
47
|
+
"unset": "いいえ"
|
42
48
|
main_content: "内容を表示するために %{model}#main_content を実装してください。"
|
43
49
|
logout: "ログアウト"
|
44
50
|
powered_by: "Powered by %{active_admin} %{version}"
|
data/config/locales/ko.yml
CHANGED
data/config/locales/lt.yml
CHANGED
@@ -43,6 +43,7 @@ lt:
|
|
43
43
|
status_tag:
|
44
44
|
"yes": "Taip"
|
45
45
|
"no": "Nėra"
|
46
|
+
"unset": "Nėra"
|
46
47
|
main_content: 'Prašome realizuoti %{model}#main_content turiniui vaizduoti.'
|
47
48
|
logout: 'Išeiti'
|
48
49
|
powered_by: "Powered by %{active_admin} %{version}"
|
@@ -53,8 +54,8 @@ lt:
|
|
53
54
|
empty: '%{model} nerastas'
|
54
55
|
one: 'Rodoma <B> 1 </ b> %{model}'
|
55
56
|
one_page: 'Rodoma <b>visi %{n} </ b> %{model}'
|
56
|
-
multiple: 'Rodomi %{model} <b>%{
|
57
|
-
multiple_without_total: 'Rodomi %{model} <b>%{
|
57
|
+
multiple: 'Rodomi %{model} <b>%{from} - %{to} </ b> iš<b>%{total} </ b> iš viso'
|
58
|
+
multiple_without_total: 'Rodomi %{model} <b>%{from} - %{to} </ b> '
|
58
59
|
per_page: "Puslapyje: "
|
59
60
|
entry:
|
60
61
|
one: 'įrašas'
|
data/config/locales/lv.yml
CHANGED
@@ -0,0 +1,134 @@
|
|
1
|
+
mk:
|
2
|
+
activerecord:
|
3
|
+
models:
|
4
|
+
comment:
|
5
|
+
one: "Коментар"
|
6
|
+
other: "Коментари"
|
7
|
+
active_admin/comment:
|
8
|
+
one: "Коментар"
|
9
|
+
other: "Коментари"
|
10
|
+
active_admin:
|
11
|
+
dashboard: "Почетна"
|
12
|
+
dashboard_welcome:
|
13
|
+
welcome: "Добредојдовте во Active Admin. Ова е стандардна верзија на почетната страна."
|
14
|
+
call_to_action: "За да додадете секции на почетната страна, прегледајте го 'app/admin/dashboard.rb'."
|
15
|
+
view: "Прегледај"
|
16
|
+
edit: "Измени"
|
17
|
+
delete: "Избриши"
|
18
|
+
delete_confirmation: "Дали сте сигурни дека сакате да го избришете записот?"
|
19
|
+
create_another: "Креирај нов %{model}"
|
20
|
+
new_model: "Додај нов %{model}"
|
21
|
+
edit_model: "Измени %{model}"
|
22
|
+
delete_model: "Избриши %{model}"
|
23
|
+
details: "Детали за %{model}"
|
24
|
+
cancel: "Откажи"
|
25
|
+
empty: "Празно"
|
26
|
+
previous: "Претходно"
|
27
|
+
next: "Следно"
|
28
|
+
download: "Преземи во понудените формати:"
|
29
|
+
has_many_new: "Додај нов %{model}"
|
30
|
+
has_many_delete: "Избриши"
|
31
|
+
has_many_remove: "Отстрани"
|
32
|
+
move: "Премести"
|
33
|
+
filters:
|
34
|
+
buttons:
|
35
|
+
filter: "Пребарај"
|
36
|
+
clear: "Исчисти филтри"
|
37
|
+
predicates:
|
38
|
+
contains: "Содржи"
|
39
|
+
equals: "Е еднакво со"
|
40
|
+
starts_with: "Започнува со"
|
41
|
+
ends_with: "Завршува сo"
|
42
|
+
greater_than: "Е поголемо од"
|
43
|
+
less_than: "Е помало од"
|
44
|
+
gteq_datetime: "Е поголемо или еднакво со"
|
45
|
+
lteq_datetime: "Е помало или еднакво со"
|
46
|
+
from: "Од"
|
47
|
+
to: "До"
|
48
|
+
search_status:
|
49
|
+
headline: "Пронајдени резултати:"
|
50
|
+
current_filters: "Резултати врз основа на следниве филтри:"
|
51
|
+
no_current_filters: "Моментално нема филтри"
|
52
|
+
status_tag:
|
53
|
+
"yes": "Да"
|
54
|
+
"no": "Не"
|
55
|
+
"unset": "Не"
|
56
|
+
main_content: "Ве замолуваме имплементирајте %{model}#main_content за да прикажете содржина."
|
57
|
+
logout: "Одјави се"
|
58
|
+
powered_by: "Овозможено од %{active_admin} %{version}"
|
59
|
+
sidebars:
|
60
|
+
filters: "Филтри за пребарување"
|
61
|
+
search_status: "Резултати од пребарување"
|
62
|
+
pagination:
|
63
|
+
empty: "Нема пронајдени записи за %{model}"
|
64
|
+
one: "Прикажан <b>1</b> %{model}"
|
65
|
+
one_page: "Прикажани <b>сите %{n}</b> %{model}"
|
66
|
+
multiple: "Прикажани %{model} <b>%{from} - %{to}</b> од вкупно <b>%{total}</b>"
|
67
|
+
multiple_without_total: "Прикажани %{model} <b>%{from} - %{to}</b>"
|
68
|
+
per_page: "Прикази на записи по страна:"
|
69
|
+
entry:
|
70
|
+
one: "запис"
|
71
|
+
other: "записи"
|
72
|
+
any: "Било кој"
|
73
|
+
blank_slate:
|
74
|
+
content: "Не се креирани записи од типот на %{resource_name}."
|
75
|
+
link: "Креирај нов"
|
76
|
+
dropdown_actions:
|
77
|
+
button_label: "Активности"
|
78
|
+
batch_actions:
|
79
|
+
button_label: "Групни активности"
|
80
|
+
default_confirmation: "Дали сте сигурни?"
|
81
|
+
delete_confirmation: "Дали сте сигурни дека сакате да ги избришете %{plural_model}?"
|
82
|
+
succesfully_destroyed:
|
83
|
+
one: "Успешно е избришан 1 %{model}"
|
84
|
+
other: "Успешно се избришани %{count} %{plural_model}"
|
85
|
+
selection_toggle_explanation: "(Toggle Selection)"
|
86
|
+
action_label: "%{title} го селектираното"
|
87
|
+
labels:
|
88
|
+
destroy: "Избриши"
|
89
|
+
devise:
|
90
|
+
username:
|
91
|
+
title: "Корисничко име"
|
92
|
+
email:
|
93
|
+
title: "Е-маил"
|
94
|
+
password:
|
95
|
+
title: "Лозинка"
|
96
|
+
password_confirmation:
|
97
|
+
title: "Потврди Лозинка"
|
98
|
+
sign_up:
|
99
|
+
title: "Креирај профил"
|
100
|
+
submit: "Креирај"
|
101
|
+
login:
|
102
|
+
title: "Најави се"
|
103
|
+
remember_me: "Запомни ме"
|
104
|
+
submit: "Најави се"
|
105
|
+
reset_password:
|
106
|
+
title: "Ја заборавивте Вашата лозинка?"
|
107
|
+
submit: "Промени лозинка"
|
108
|
+
change_password:
|
109
|
+
title: "Променете ја лозинката"
|
110
|
+
submit: "Промени лозинка"
|
111
|
+
unlock:
|
112
|
+
title: "Повторно испраќање на инструкции за отклучување на профил"
|
113
|
+
submit: "Испрати инструкции"
|
114
|
+
resend_confirmation_instructions:
|
115
|
+
title: "Повторно испраќање на инструкции за потврдување на профил"
|
116
|
+
submit: "Инспрати инструкции"
|
117
|
+
links:
|
118
|
+
sign_up: "Креирај профил"
|
119
|
+
sign_in: "Најави се"
|
120
|
+
forgot_your_password: "Ја заборавивте Вашата лозинка?"
|
121
|
+
sign_in_with_omniauth_provider: "Најави се со %{provider}"
|
122
|
+
resend_unlock_instructions: "Повторно испрати инструкции за отклучување на профил"
|
123
|
+
resend_confirmation_instructions: "Повторно испрати инструкции за потврдување на профил"
|
124
|
+
unsupported_browser:
|
125
|
+
headline: "Ве замолуваме, имајте во предвид дека ActiveAdmin не нуди поддршка за Internet Explorer 8 верзијата или претходни верзии."
|
126
|
+
recommendation: "Ви порачуваме да го <a href=\"http://browsehappy.com/\"> ажурирате Вашиот пребарувач</a> за да си го подобрите пребарувањето."
|
127
|
+
turn_off_compatibility_view: "Доколку користите IE 9 или понова верзија, Ве замолуваме <a href=\"https://support.microsoft.com/en-us/help/17471\">да исклучите \"Compatibility View\"</a>."
|
128
|
+
access_denied:
|
129
|
+
message: "Немате овластување да ја извршите оваа активност."
|
130
|
+
index_list:
|
131
|
+
table: "Табела"
|
132
|
+
block: "Листа"
|
133
|
+
grid: "Грид"
|
134
|
+
blog: "Блог"
|
data/config/locales/nb.yml
CHANGED
@@ -31,6 +31,10 @@ nb:
|
|
31
31
|
ends_with: "Slutter med"
|
32
32
|
greater_than: "Større enn"
|
33
33
|
less_than: "Mindre enn"
|
34
|
+
gteq_datetime: "Større enn eller lik"
|
35
|
+
lteq_datetime: "Mindre enn eller lik"
|
36
|
+
from: "Fra"
|
37
|
+
to: "Til"
|
34
38
|
search_status:
|
35
39
|
headline: "Søkestatus:"
|
36
40
|
current_scope: "Søkeområde:"
|
@@ -39,6 +43,7 @@ nb:
|
|
39
43
|
status_tag:
|
40
44
|
"yes": "Ja"
|
41
45
|
"no": "Nei"
|
46
|
+
"unset": "Nei"
|
42
47
|
main_content: "Vennligst implementer %{model}#main_content for å vise innhold."
|
43
48
|
logout: "Logg ut"
|
44
49
|
powered_by: "Powered by %{active_admin} %{version}"
|
@@ -70,11 +75,17 @@ nb:
|
|
70
75
|
labels:
|
71
76
|
destroy: "Slett"
|
72
77
|
comments:
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
+
created_at: "Opprettet"
|
79
|
+
resource_type: "Ressurstype"
|
80
|
+
author_type: "Forfattertype"
|
81
|
+
body: "Brødtekst"
|
82
|
+
author: "Forfatter"
|
83
|
+
add: "Legg til kommentar"
|
84
|
+
delete: "Slett kommentar"
|
85
|
+
delete_confirmation: "Er du sikker på at du ønsker å slette kommentaren?"
|
86
|
+
resource: "Ressurs"
|
87
|
+
no_comments_yet: "Ingen kommentarer ennå."
|
88
|
+
author_missing: "Anonym"
|
78
89
|
title_content: "Kommentarer (%{count})"
|
79
90
|
errors:
|
80
91
|
empty_text: "Kommentar ble ikke lagret, teksten var tom."
|
data/config/locales/nl.yml
CHANGED
@@ -8,6 +8,7 @@ nl:
|
|
8
8
|
edit: "Wijzig"
|
9
9
|
delete: "Verwijder"
|
10
10
|
delete_confirmation: "Weet u zeker dat je dit item wilt verwijderen?"
|
11
|
+
create_another: "Maak nog een %{model}"
|
11
12
|
new_model: "Nieuwe %{model}"
|
12
13
|
edit_model: "Wijzig %{model}"
|
13
14
|
delete_model: "Verwijder %{model}"
|
@@ -20,6 +21,7 @@ nl:
|
|
20
21
|
has_many_new: "Voeg nieuwe %{model} toe"
|
21
22
|
has_many_delete: "Verwijderen"
|
22
23
|
has_many_remove: "Verwijderen"
|
24
|
+
move: "Verplaats"
|
23
25
|
filters:
|
24
26
|
buttons:
|
25
27
|
filter: "Filter"
|
@@ -31,18 +33,25 @@ nl:
|
|
31
33
|
ends_with: "Eindigt op"
|
32
34
|
greater_than: "Groter dan"
|
33
35
|
less_than: "Kleiner dan"
|
36
|
+
from: Van
|
37
|
+
gteq_datetime: Groter of gelijk aan
|
38
|
+
lteq_datetime: Kleiner of gelijk aan
|
39
|
+
to: Tot
|
34
40
|
search_status:
|
35
41
|
current_scope: "Scope:"
|
36
42
|
current_filters: "Huidige filters:"
|
37
43
|
no_current_filters: "Geen"
|
44
|
+
headline: "Zoek status"
|
38
45
|
status_tag:
|
39
46
|
"yes": "Ja"
|
40
47
|
"no": "Geen"
|
48
|
+
"unset": "Geen"
|
41
49
|
main_content: "Implementeer %{model}#main_content om de content weer te geven."
|
42
50
|
logout: "Uitloggen"
|
43
51
|
powered_by: "Mogelijk gemaakt door %{active_admin} %{version}"
|
44
52
|
sidebars:
|
45
53
|
filters: "Filters"
|
54
|
+
search_status: "Zoek status"
|
46
55
|
pagination:
|
47
56
|
empty: "Geen %{model} gevonden"
|
48
57
|
one: "Geeft <b>1</b> %{model} weer"
|
@@ -52,6 +61,7 @@ nl:
|
|
52
61
|
entry:
|
53
62
|
one: "entry"
|
54
63
|
other: "entries"
|
64
|
+
per_page: "Per pagina: "
|
55
65
|
any: "Alle"
|
56
66
|
blank_slate:
|
57
67
|
content: "Er zijn geen %{resource_name} gevonden."
|
@@ -93,6 +103,8 @@ nl:
|
|
93
103
|
title: "Subdomein"
|
94
104
|
password:
|
95
105
|
title: "Wachtwoord"
|
106
|
+
password_confirmation:
|
107
|
+
title: "Bevestig password"
|
96
108
|
sign_up:
|
97
109
|
title: "Registreren"
|
98
110
|
submit: "Registreren"
|