activeadmin 3.2.3 → 4.0.0.beta1
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 +4 -4
- data/CHANGELOG.md +2 -57
- data/CONTRIBUTING.md +25 -108
- data/README.md +19 -32
- data/app/assets/config/active_admin_manifest.js +2 -0
- data/app/controllers/active_admin/base_controller/menu.rb +39 -0
- data/{lib → app/controllers}/active_admin/base_controller.rb +46 -18
- data/{lib → app/controllers}/active_admin/page_controller.rb +0 -4
- data/{lib → app/controllers}/active_admin/resource_controller/action_builder.rb +1 -1
- data/{lib → app/controllers}/active_admin/resource_controller/data_access.rb +2 -2
- data/{lib → app/controllers}/active_admin/resource_controller/scoping.rb +1 -1
- data/{lib → app/controllers}/active_admin/resource_controller/streaming.rb +2 -2
- data/app/controllers/active_admin/resource_controller.rb +102 -0
- data/app/helpers/active_admin/auto_link_helper.rb +66 -0
- data/app/helpers/active_admin/breadcrumb_helper.rb +41 -0
- data/app/helpers/active_admin/display_helper.rb +117 -0
- data/app/helpers/active_admin/form_helper.rb +95 -0
- data/app/helpers/active_admin/index_helper.rb +40 -0
- data/app/helpers/active_admin/layout_helper.rb +63 -0
- data/app/javascript/active_admin/features/batch_actions.js +89 -0
- data/app/javascript/active_admin/features/dark_mode_toggle.js +37 -0
- data/app/javascript/active_admin/features/filters.js +34 -0
- data/app/javascript/active_admin/features/has_many.js +28 -0
- data/app/javascript/active_admin/features/main_menu.js +12 -0
- data/app/javascript/active_admin/features/per_page.js +9 -0
- data/app/javascript/active_admin/utils/dom.js +17 -0
- data/app/javascript/active_admin.js +10 -0
- data/app/views/active_admin/_flash_messages.html.erb +22 -0
- data/app/views/active_admin/_html_head.html.erb +13 -0
- data/app/views/active_admin/_main_navigation.html.erb +28 -0
- data/app/views/active_admin/_page_header.html.erb +27 -0
- data/app/views/active_admin/_sidebar.html.erb +5 -0
- data/app/views/active_admin/_site_footer.html.erb +7 -0
- data/app/views/active_admin/_site_header.html.erb +30 -0
- data/app/views/active_admin/devise/confirmations/new.html.erb +5 -3
- data/app/views/active_admin/devise/passwords/edit.html.erb +5 -3
- data/app/views/active_admin/devise/passwords/new.html.erb +5 -4
- data/app/views/active_admin/devise/registrations/new.html.erb +6 -4
- data/app/views/active_admin/devise/sessions/new.html.erb +6 -4
- data/app/views/active_admin/devise/shared/_links.erb +3 -1
- data/app/views/active_admin/devise/unlocks/new.html.erb +6 -4
- data/app/views/{kaminari/active_admin_countless → active_admin/kaminari}/_gap.html.erb +3 -1
- data/app/views/active_admin/kaminari/_next_page.html.erb +16 -0
- data/app/views/active_admin/kaminari/_page.html.erb +14 -0
- data/app/views/{kaminari/active_admin_countless → active_admin/kaminari}/_paginator.html.erb +1 -2
- data/app/views/active_admin/kaminari/_prev_page.html.erb +16 -0
- data/app/views/active_admin/page/index.html.arb +5 -1
- data/app/views/active_admin/resource/_active_filters.html.erb +32 -0
- data/app/views/active_admin/resource/_batch_actions_dropdown.html.erb +19 -0
- data/app/views/active_admin/resource/_form.html.arb +16 -0
- data/app/views/active_admin/resource/_form_default.html.arb +12 -0
- data/app/views/active_admin/resource/_index_as_table_default.html.arb +9 -0
- data/app/views/active_admin/resource/_index_blank_slate.html.erb +14 -0
- data/app/views/active_admin/resource/_index_empty_results.html.erb +5 -0
- data/app/views/active_admin/resource/_index_table_actions_default.html.erb +9 -0
- data/app/views/active_admin/resource/_show_default.html.arb +3 -0
- data/app/views/active_admin/resource/edit.html.arb +1 -1
- data/app/views/active_admin/resource/index.html.arb +94 -1
- data/app/views/active_admin/resource/new.html.arb +1 -1
- data/app/views/active_admin/resource/show.html.arb +12 -1
- data/app/views/active_admin/shared/_action_items.html.erb +3 -0
- data/app/views/active_admin/shared/_download_format_links.html.erb +7 -0
- data/app/views/active_admin/shared/_resource_comments.html.erb +51 -0
- data/app/views/active_admin/shared/_sidebar_section.html.arb +7 -0
- data/app/views/active_admin/shared/_sidebar_sections.html.erb +5 -0
- data/app/views/layouts/active_admin.html.erb +20 -0
- data/app/views/layouts/active_admin_logged_out.html.erb +8 -45
- data/config/locales/ar.yml +0 -16
- data/config/locales/az.yml +0 -16
- data/config/locales/bg.yml +0 -9
- data/config/locales/bs.yml +0 -7
- data/config/locales/ca.yml +0 -9
- data/config/locales/cs.yml +0 -9
- data/config/locales/da.yml +0 -16
- data/config/locales/de-CH.yml +0 -10
- data/config/locales/de.yml +0 -16
- data/config/locales/el.yml +0 -13
- data/config/locales/en-CA.yml +0 -16
- data/config/locales/en-GB.yml +0 -16
- data/config/locales/en.yml +18 -28
- data/config/locales/eo.yml +0 -17
- data/config/locales/es-MX.yml +0 -9
- data/config/locales/es.yml +0 -16
- data/config/locales/fa.yml +0 -9
- data/config/locales/fi.yml +0 -9
- data/config/locales/fr.yml +32 -26
- data/config/locales/he.yml +0 -16
- data/config/locales/hr.yml +0 -9
- data/config/locales/hu.yml +0 -6
- data/config/locales/id.yml +0 -16
- data/config/locales/it.yml +0 -16
- data/config/locales/ja.yml +0 -16
- data/config/locales/ko.yml +0 -9
- data/config/locales/lt.yml +0 -16
- data/config/locales/lv.yml +0 -6
- data/config/locales/mk.yml +0 -15
- data/config/locales/nb.yml +0 -12
- data/config/locales/nl.yml +21 -29
- data/config/locales/pl.yml +0 -16
- data/config/locales/pt-BR.yml +0 -16
- data/config/locales/pt-PT.yml +0 -6
- data/config/locales/ro.yml +0 -6
- data/config/locales/ru.yml +0 -16
- data/config/locales/sk.yml +0 -16
- data/config/locales/sv-SE.yml +0 -16
- data/config/locales/tr.yml +0 -16
- data/config/locales/uk.yml +0 -16
- data/config/locales/vi.yml +0 -16
- data/config/locales/zh-CN.yml +0 -16
- data/config/locales/zh-TW.yml +0 -16
- data/lib/active_admin/application.rb +1 -9
- data/lib/active_admin/batch_actions/controller.rb +1 -4
- data/lib/active_admin/batch_actions/resource_extension.rb +6 -13
- data/lib/active_admin/batch_actions/views/batch_action_form.rb +0 -6
- data/lib/active_admin/batch_actions/views/selection_cells.rb +2 -2
- data/lib/active_admin/batch_actions.rb +0 -5
- data/lib/active_admin/callbacks.rb +6 -4
- data/lib/active_admin/component.rb +0 -1
- data/lib/active_admin/csv_builder.rb +1 -1
- data/lib/active_admin/devise.rb +3 -3
- data/lib/active_admin/dsl.rb +2 -2
- data/lib/active_admin/dynamic_settings_node.rb +4 -4
- data/lib/active_admin/engine.rb +19 -6
- data/lib/active_admin/filters/active.rb +6 -4
- data/lib/active_admin/filters/active_filter.rb +1 -3
- data/lib/active_admin/filters/forms.rb +1 -42
- data/lib/active_admin/filters/resource_extension.rb +17 -9
- data/lib/active_admin/filters.rb +0 -2
- data/lib/active_admin/form_builder.rb +15 -14
- data/lib/active_admin/inputs/filters/base/search_method_select.rb +8 -10
- data/lib/active_admin/inputs/filters/base.rb +1 -1
- data/lib/active_admin/inputs/filters/check_boxes_input.rb +1 -6
- data/lib/active_admin/inputs/filters/date_range_input.rb +4 -2
- data/lib/active_admin/inputs.rb +0 -3
- data/lib/active_admin/menu.rb +10 -7
- data/lib/active_admin/menu_collection.rb +1 -1
- data/lib/active_admin/menu_item.rb +24 -3
- data/lib/active_admin/namespace.rb +2 -44
- data/lib/active_admin/namespace_settings.rb +2 -35
- data/lib/active_admin/order_clause.rb +4 -1
- data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +3 -75
- data/lib/active_admin/orm/active_record/comments.rb +10 -5
- data/lib/active_admin/pundit_adapter.rb +1 -1
- data/lib/active_admin/resource/action_items.rb +15 -20
- data/lib/active_admin/resource/attributes.rb +1 -8
- data/lib/active_admin/resource/naming.rb +1 -2
- data/lib/active_admin/resource.rb +1 -0
- data/lib/active_admin/resource_dsl.rb +1 -1
- data/lib/active_admin/scope.rb +1 -1
- data/lib/active_admin/settings_node.rb +1 -1
- data/lib/active_admin/sidebar_section.rb +0 -5
- data/lib/active_admin/version.rb +1 -1
- data/lib/active_admin/view_helpers.rb +0 -12
- data/lib/active_admin/views/components/active_admin_form.rb +20 -16
- data/lib/active_admin/views/components/attributes_table.rb +4 -12
- data/lib/active_admin/views/components/index_list.rb +10 -23
- data/lib/active_admin/views/components/paginated_collection.rb +34 -39
- data/lib/active_admin/views/components/panel.rb +2 -10
- data/lib/active_admin/views/components/scopes.rb +12 -21
- data/lib/active_admin/views/components/status_tag.rb +22 -19
- data/lib/active_admin/views/components/table_for.rb +19 -24
- data/lib/active_admin/views/components/tabs.rb +10 -11
- data/lib/active_admin/views/index_as_table.rb +24 -97
- data/lib/active_admin.rb +7 -11
- data/lib/generators/active_admin/assets/assets_generator.rb +4 -4
- data/lib/generators/active_admin/assets/templates/active_admin.css +3 -0
- data/lib/generators/active_admin/assets/templates/tailwind.config.js +18 -0
- data/lib/generators/active_admin/install/install_generator.rb +2 -8
- data/lib/generators/active_admin/install/templates/active_admin.rb.erb +10 -87
- data/lib/generators/active_admin/install/templates/dashboard.rb +8 -25
- data/lib/generators/active_admin/page/page_generator.rb +0 -1
- data/lib/generators/active_admin/resource/resource_generator.rb +46 -7
- data/lib/generators/active_admin/resource/templates/resource.rb.erb +42 -0
- data/lib/generators/active_admin/views_generator.rb +18 -0
- metadata +67 -214
- data/app/assets/javascripts/active_admin/base.js +0 -521
- data/app/assets/stylesheets/active_admin/_base.scss +0 -57
- data/app/assets/stylesheets/active_admin/_forms.scss +0 -315
- data/app/assets/stylesheets/active_admin/_header.scss +0 -188
- data/app/assets/stylesheets/active_admin/_mixins.scss +0 -1
- data/app/assets/stylesheets/active_admin/_normalize.scss +0 -349
- data/app/assets/stylesheets/active_admin/_print.scss +0 -287
- data/app/assets/stylesheets/active_admin/_typography.scss +0 -100
- data/app/assets/stylesheets/active_admin/components/_batch_actions.scss +0 -6
- data/app/assets/stylesheets/active_admin/components/_blank_slates.scss +0 -30
- data/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss +0 -20
- data/app/assets/stylesheets/active_admin/components/_buttons.scss +0 -6
- data/app/assets/stylesheets/active_admin/components/_columns.scss +0 -3
- data/app/assets/stylesheets/active_admin/components/_comments.scss +0 -41
- data/app/assets/stylesheets/active_admin/components/_date_picker.scss +0 -148
- data/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss +0 -154
- data/app/assets/stylesheets/active_admin/components/_flash_messages.scss +0 -37
- data/app/assets/stylesheets/active_admin/components/_grid.scss +0 -9
- data/app/assets/stylesheets/active_admin/components/_index_list.scss +0 -12
- data/app/assets/stylesheets/active_admin/components/_links.scss +0 -5
- data/app/assets/stylesheets/active_admin/components/_modal_dialog.scss +0 -34
- data/app/assets/stylesheets/active_admin/components/_pagination.scss +0 -58
- data/app/assets/stylesheets/active_admin/components/_panels.scss +0 -6
- data/app/assets/stylesheets/active_admin/components/_scopes.scss +0 -13
- data/app/assets/stylesheets/active_admin/components/_status_tags.scss +0 -12
- data/app/assets/stylesheets/active_admin/components/_table_tools.scss +0 -70
- data/app/assets/stylesheets/active_admin/components/_tables.scss +0 -112
- data/app/assets/stylesheets/active_admin/components/_tabs.scss +0 -68
- data/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss +0 -16
- data/app/assets/stylesheets/active_admin/mixins/_all.scss +0 -8
- data/app/assets/stylesheets/active_admin/mixins/_buttons.scss +0 -65
- data/app/assets/stylesheets/active_admin/mixins/_gradients.scss +0 -28
- data/app/assets/stylesheets/active_admin/mixins/_rounded.scss +0 -22
- data/app/assets/stylesheets/active_admin/mixins/_sections.scss +0 -41
- data/app/assets/stylesheets/active_admin/mixins/_shadows.scss +0 -15
- data/app/assets/stylesheets/active_admin/mixins/_typography.scss +0 -3
- data/app/assets/stylesheets/active_admin/mixins/_utilities.scss +0 -17
- data/app/assets/stylesheets/active_admin/mixins/_variables.scss +0 -51
- data/app/assets/stylesheets/active_admin/pages/_logged_out.scss +0 -44
- data/app/assets/stylesheets/active_admin/structure/_footer.scss +0 -19
- data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +0 -29
- data/app/assets/stylesheets/active_admin/structure/_title_bar.scss +0 -43
- data/app/javascript/active_admin/base.js +0 -28
- data/app/javascript/active_admin/ext/jquery-ui.js +0 -7
- data/app/javascript/active_admin/ext/jquery.js +0 -9
- data/app/javascript/active_admin/initializers/batch-actions.js +0 -61
- data/app/javascript/active_admin/initializers/checkbox-toggler.js +0 -3
- data/app/javascript/active_admin/initializers/datepicker.js +0 -16
- data/app/javascript/active_admin/initializers/dropdown-menu.js +0 -9
- data/app/javascript/active_admin/initializers/filters.js +0 -10
- data/app/javascript/active_admin/initializers/has-many.js +0 -98
- data/app/javascript/active_admin/initializers/per-page.js +0 -13
- data/app/javascript/active_admin/initializers/table-checkbox-toggler.js +0 -3
- data/app/javascript/active_admin/initializers/tabs.js +0 -6
- data/app/javascript/active_admin/lib/checkbox-toggler.js +0 -49
- data/app/javascript/active_admin/lib/dropdown-menu.js +0 -116
- data/app/javascript/active_admin/lib/filters.js +0 -39
- data/app/javascript/active_admin/lib/modal-dialog.js +0 -63
- data/app/javascript/active_admin/lib/per-page.js +0 -38
- data/app/javascript/active_admin/lib/table-checkbox-toggler.js +0 -38
- data/app/javascript/active_admin/lib/utils.js +0 -40
- data/app/views/kaminari/active_admin/_first_page.html.erb +0 -11
- data/app/views/kaminari/active_admin/_gap.html.erb +0 -8
- data/app/views/kaminari/active_admin/_last_page.html.erb +0 -11
- data/app/views/kaminari/active_admin/_next_page.html.erb +0 -11
- data/app/views/kaminari/active_admin/_page.html.erb +0 -12
- data/app/views/kaminari/active_admin/_paginator.html.erb +0 -25
- data/app/views/kaminari/active_admin/_prev_page.html.erb +0 -11
- data/app/views/kaminari/active_admin_countless/_first_page.html.erb +0 -11
- data/app/views/kaminari/active_admin_countless/_next_page.html.erb +0 -11
- data/app/views/kaminari/active_admin_countless/_page.html.erb +0 -12
- data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +0 -11
- data/app/views/layouts/active_admin.html.arb +0 -2
- data/lib/active_admin/abstract_view_factory.rb +0 -48
- data/lib/active_admin/asset_registration.rb +0 -30
- data/lib/active_admin/base_controller/menu.rb +0 -35
- data/lib/active_admin/batch_actions/views/batch_action_selector.rb +0 -59
- data/lib/active_admin/filters/active_sidebar.rb +0 -28
- data/lib/active_admin/generators/boilerplate.rb +0 -54
- data/lib/active_admin/helpers/collection.rb +0 -21
- data/lib/active_admin/helpers/i18n.rb +0 -8
- data/lib/active_admin/inputs/datepicker_input.rb +0 -28
- data/lib/active_admin/inputs/filters/date_picker_input.rb +0 -14
- data/lib/active_admin/orm/active_record/comments/show_page_helper.rb +0 -24
- data/lib/active_admin/orm/mongoid.rb +0 -2
- data/lib/active_admin/resource_controller/sidebars.rb +0 -19
- data/lib/active_admin/resource_controller.rb +0 -68
- data/lib/active_admin/view_factory.rb +0 -28
- data/lib/active_admin/view_helpers/active_admin_application_helper.rb +0 -13
- data/lib/active_admin/view_helpers/auto_link_helper.rb +0 -46
- data/lib/active_admin/view_helpers/breadcrumb_helper.rb +0 -34
- data/lib/active_admin/view_helpers/display_helper.rb +0 -119
- data/lib/active_admin/view_helpers/download_format_links_helper.rb +0 -60
- data/lib/active_admin/view_helpers/fields_for.rb +0 -51
- data/lib/active_admin/view_helpers/flash_helper.rb +0 -15
- data/lib/active_admin/view_helpers/form_helper.rb +0 -21
- data/lib/active_admin/view_helpers/scope_name_helper.rb +0 -17
- data/lib/active_admin/view_helpers/sidebar_helper.rb +0 -16
- data/lib/active_admin/view_helpers/title_helper.rb +0 -12
- data/lib/active_admin/view_helpers/view_factory_helper.rb +0 -12
- data/lib/active_admin/views/action_items.rb +0 -18
- data/lib/active_admin/views/components/active_filters_sidebar_content.rb +0 -59
- data/lib/active_admin/views/components/blank_slate.rb +0 -18
- data/lib/active_admin/views/components/columns.rb +0 -162
- data/lib/active_admin/views/components/dropdown_menu.rb +0 -69
- data/lib/active_admin/views/components/menu.rb +0 -33
- data/lib/active_admin/views/components/menu_item.rb +0 -59
- data/lib/active_admin/views/components/sidebar.rb +0 -14
- data/lib/active_admin/views/components/sidebar_section.rb +0 -35
- data/lib/active_admin/views/components/site_title.rb +0 -55
- data/lib/active_admin/views/components/unsupported_browser.rb +0 -12
- data/lib/active_admin/views/footer.rb +0 -32
- data/lib/active_admin/views/header.rb +0 -20
- data/lib/active_admin/views/index_as_block.rb +0 -37
- data/lib/active_admin/views/index_as_blog.rb +0 -156
- data/lib/active_admin/views/index_as_grid.rb +0 -81
- data/lib/active_admin/views/pages/base.rb +0 -134
- data/lib/active_admin/views/pages/form.rb +0 -65
- data/lib/active_admin/views/pages/index.rb +0 -166
- data/lib/active_admin/views/pages/layout.rb +0 -27
- data/lib/active_admin/views/pages/page.rb +0 -31
- data/lib/active_admin/views/pages/show.rb +0 -60
- data/lib/active_admin/views/tabbed_navigation.rb +0 -12
- data/lib/active_admin/views/title_bar.rb +0 -56
- data/lib/generators/active_admin/assets/templates/active_admin.js +0 -1
- data/lib/generators/active_admin/assets/templates/active_admin.scss +0 -17
- data/lib/generators/active_admin/resource/templates/admin.rb.erb +0 -46
- data/lib/generators/active_admin/webpacker/plugins/jquery.js +0 -7
- data/lib/generators/active_admin/webpacker/templates/active_admin.js +0 -5
- data/lib/generators/active_admin/webpacker/templates/active_admin.scss +0 -17
- data/lib/generators/active_admin/webpacker/templates/print.scss +0 -2
- data/lib/generators/active_admin/webpacker/webpacker_generator.rb +0 -27
- data/vendor/assets/javascripts/jquery-ui/data.js +0 -45
- data/vendor/assets/javascripts/jquery-ui/disable-selection.js +0 -51
- data/vendor/assets/javascripts/jquery-ui/focusable.js +0 -89
- data/vendor/assets/javascripts/jquery-ui/form-reset-mixin.js +0 -83
- data/vendor/assets/javascripts/jquery-ui/form.js +0 -25
- data/vendor/assets/javascripts/jquery-ui/ie.js +0 -20
- data/vendor/assets/javascripts/jquery-ui/keycode.js +0 -51
- data/vendor/assets/javascripts/jquery-ui/labels.js +0 -71
- data/vendor/assets/javascripts/jquery-ui/plugin.js +0 -49
- data/vendor/assets/javascripts/jquery-ui/position.js +0 -513
- data/vendor/assets/javascripts/jquery-ui/safe-active-element.js +0 -46
- data/vendor/assets/javascripts/jquery-ui/safe-blur.js +0 -27
- data/vendor/assets/javascripts/jquery-ui/scroll-parent.js +0 -50
- data/vendor/assets/javascripts/jquery-ui/tabbable.js +0 -41
- data/vendor/assets/javascripts/jquery-ui/unique-id.js +0 -54
- data/vendor/assets/javascripts/jquery-ui/version.js +0 -20
- data/vendor/assets/javascripts/jquery-ui/widget.js +0 -758
- data/vendor/assets/javascripts/jquery-ui/widgets/button.js +0 -454
- data/vendor/assets/javascripts/jquery-ui/widgets/checkboxradio.js +0 -294
- data/vendor/assets/javascripts/jquery-ui/widgets/controlgroup.js +0 -304
- data/vendor/assets/javascripts/jquery-ui/widgets/datepicker.js +0 -2243
- data/vendor/assets/javascripts/jquery-ui/widgets/dialog.js +0 -971
- data/vendor/assets/javascripts/jquery-ui/widgets/draggable.js +0 -1268
- data/vendor/assets/javascripts/jquery-ui/widgets/mouse.js +0 -241
- data/vendor/assets/javascripts/jquery-ui/widgets/resizable.js +0 -1228
- data/vendor/assets/javascripts/jquery-ui/widgets/sortable.js +0 -1622
- data/vendor/assets/javascripts/jquery-ui/widgets/tabs.js +0 -931
- /data/{lib → app/controllers}/active_admin/base_controller/authorization.rb +0 -0
- /data/{lib → app/controllers}/active_admin/resource_controller/decorators.rb +0 -0
- /data/{lib → app/controllers}/active_admin/resource_controller/polymorphic_routes.rb +0 -0
- /data/{lib → app/controllers}/active_admin/resource_controller/resource_class_methods.rb +0 -0
- /data/lib/{active_admin/orm/mongoid/.gitkeep → generators/active_admin/assets/templates/builds/.keep} +0 -0
data/config/locales/el.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
el:
|
2
2
|
active_admin:
|
3
3
|
dashboard: "Σελίδα διαχείρισης"
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "Καλωσορίσατε στο Active Admin. Αυτή είναι η αρχική σελίδα διαχείρισης."
|
6
|
-
call_to_action: "Για να προσθέσετε ενότητες, ανατρέξτε στο αρχείο 'app/admin/dashboard.rb'"
|
7
4
|
view: "Προβολή"
|
8
5
|
edit: "Επεξεργασία"
|
9
6
|
delete: "Διαγραφή"
|
@@ -28,7 +25,6 @@ el:
|
|
28
25
|
"yes": "Ναι"
|
29
26
|
"no": "Όχι"
|
30
27
|
"unset": "Όχι"
|
31
|
-
main_content: "Παρακαλώ υλοποιήστε την %{model}#main_content για να εμφανίσετε περιεχόμενο."
|
32
28
|
logout: "Αποσύνδεση"
|
33
29
|
powered_by: "Powered by %{active_admin} %{version}"
|
34
30
|
sidebars:
|
@@ -46,8 +42,6 @@ el:
|
|
46
42
|
blank_slate:
|
47
43
|
content: "Δεν υπάρχουν %{resource_name} ακόμα."
|
48
44
|
link: "Δημιουργήστε μία εγγραφή"
|
49
|
-
dropdown_actions:
|
50
|
-
button_label: "Ενέργειες"
|
51
45
|
batch_actions:
|
52
46
|
button_label: "Μαζικές Ενέργειες"
|
53
47
|
default_confirmation: "Είστε σίγουρος πως θέλετε να το κάνετε αυτό;"
|
@@ -106,14 +100,7 @@ el:
|
|
106
100
|
sign_in_with_omniauth_provider: "Σύνδεση με %{provider}"
|
107
101
|
resend_unlock_instructions: "Αποστολή οδηγιών ξεκλειδώματος"
|
108
102
|
resend_confirmation_instructions: "Αποστολή οδηγιών επιβεβαίωσης"
|
109
|
-
unsupported_browser:
|
110
|
-
headline: "Το ActiveAdmin δεν υποστηρίζει πλεον τον Internet Explorer έκδοση 8 η μικρότερη."
|
111
|
-
recommendation: "Σας προτείνουμε να αναβαθμίσετε στην τελευταία <a href=\"http://windows.microsoft.com/ie\">Internet Explorer</a>, <a href=\"https://chrome.google.com/\">Google Chrome</a>, or <a href=\"https://mozilla.org/firefox/\">Firefox</a>."
|
112
|
-
turn_off_compatibility_view: "Αν χρησιμοποιείτε IE 9 ή μεγαλύτερη έκδοση, σιγουρευτείτε ότι <a href=\"https://support.microsoft.com/el-gr/help/17471\">turn off \"Compatibility View\"</a>."
|
113
103
|
access_denied:
|
114
104
|
message: "Δεν έχετε πρόσβαση για αυτή την ενέργεια."
|
115
105
|
index_list:
|
116
106
|
table: "Πίνακας"
|
117
|
-
block: "Λίστα"
|
118
|
-
grid: "Πλέγμα"
|
119
|
-
blog: "Blog"
|
data/config/locales/en-CA.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
"en-CA":
|
2
2
|
active_admin:
|
3
3
|
dashboard: Dashboard
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "Welcome to Active Admin. This is the default dashboard page."
|
6
|
-
call_to_action: "To add dashboard sections, checkout 'app/admin/dashboards.rb'"
|
7
4
|
view: "View"
|
8
5
|
edit: "Edit"
|
9
6
|
delete: "Delete"
|
@@ -26,15 +23,11 @@
|
|
26
23
|
filter: "Filter"
|
27
24
|
clear: "Clear Filters"
|
28
25
|
search_status:
|
29
|
-
headline: "Search status:"
|
30
|
-
current_scope: "Scope:"
|
31
|
-
current_filters: "Current filters:"
|
32
26
|
no_current_filters: "None"
|
33
27
|
status_tag:
|
34
28
|
"yes": "Yes"
|
35
29
|
"no": "No"
|
36
30
|
"unset": "No"
|
37
|
-
main_content: "Please implement %{model}#main_content to display content."
|
38
31
|
logout: "Logout"
|
39
32
|
powered_by: "Powered by %{active_admin} %{version}"
|
40
33
|
sidebars:
|
@@ -54,8 +47,6 @@
|
|
54
47
|
blank_slate:
|
55
48
|
content: "There are no %{resource_name} yet."
|
56
49
|
link: "Create one"
|
57
|
-
dropdown_actions:
|
58
|
-
button_label: "Actions"
|
59
50
|
batch_actions:
|
60
51
|
button_label: "Batch Actions"
|
61
52
|
default_confirmation: "Are you sure you want to do this?"
|
@@ -119,14 +110,7 @@
|
|
119
110
|
sign_in_with_omniauth_provider: "Sign in with %{provider}"
|
120
111
|
resend_unlock_instructions: "Resend unlock instructions"
|
121
112
|
resend_confirmation_instructions: "Resend confirmation instructions"
|
122
|
-
unsupported_browser:
|
123
|
-
headline: "Please note that ActiveAdmin no longer supports Internet Explorer versions 8 or less."
|
124
|
-
recommendation: "We recommend upgrading to the latest <a href=\"http://windows.microsoft.com/ie\">Internet Explorer</a>, <a href=\"https://chrome.google.com/\">Google Chrome</a>, or <a href=\"https://mozilla.org/firefox/\">Firefox</a>."
|
125
|
-
turn_off_compatibility_view: "If you are using IE 9 or later, make sure you <a href=\"https://support.microsoft.com/en-ca/help/17471\">turn off \"Compatibility View\"</a>."
|
126
113
|
access_denied:
|
127
114
|
message: "You are not authorized to perform this action."
|
128
115
|
index_list:
|
129
116
|
table: "Table"
|
130
|
-
block: "List"
|
131
|
-
grid: "Grid"
|
132
|
-
blog: "Blog"
|
data/config/locales/en-GB.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
"en-GB":
|
2
2
|
active_admin:
|
3
3
|
dashboard: Dashboard
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "Welcome to Active Admin. This is the default dashboard page."
|
6
|
-
call_to_action: "To add dashboard sections, checkout 'app/admin/dashboards.rb'"
|
7
4
|
view: "View"
|
8
5
|
edit: "Edit"
|
9
6
|
delete: "Delete"
|
@@ -26,15 +23,11 @@
|
|
26
23
|
filter: "Filter"
|
27
24
|
clear: "Clear Filters"
|
28
25
|
search_status:
|
29
|
-
headline: "Search status:"
|
30
|
-
current_scope: "Scope:"
|
31
|
-
current_filters: "Current filters:"
|
32
26
|
no_current_filters: "None"
|
33
27
|
status_tag:
|
34
28
|
"yes": "Yes"
|
35
29
|
"no": "No"
|
36
30
|
"unset": "No"
|
37
|
-
main_content: "Please implement %{model}#main_content to display content."
|
38
31
|
logout: "Logout"
|
39
32
|
powered_by: "Powered by %{active_admin} %{version}"
|
40
33
|
sidebars:
|
@@ -54,8 +47,6 @@
|
|
54
47
|
blank_slate:
|
55
48
|
content: "There are no %{resource_name} yet."
|
56
49
|
link: "Create one"
|
57
|
-
dropdown_actions:
|
58
|
-
button_label: "Actions"
|
59
50
|
batch_actions:
|
60
51
|
button_label: "Batch Actions"
|
61
52
|
default_confirmation: "Are you sure you want to do this?"
|
@@ -119,14 +110,7 @@
|
|
119
110
|
sign_in_with_omniauth_provider: "Sign in with %{provider}"
|
120
111
|
resend_unlock_instructions: "Resend unlock instructions"
|
121
112
|
resend_confirmation_instructions: "Resend confirmation instructions"
|
122
|
-
unsupported_browser:
|
123
|
-
headline: "Please note that ActiveAdmin no longer supports Internet Explorer versions 8 or less."
|
124
|
-
recommendation: "We recommend upgrading to the latest <a href=\"http://windows.microsoft.com/ie\">Internet Explorer</a>, <a href=\"https://chrome.google.com/\">Google Chrome</a>, or <a href=\"https://mozilla.org/firefox/\">Firefox</a>."
|
125
|
-
turn_off_compatibility_view: "If you are using IE 9 or later, make sure you <a href=\"https://support.microsoft.com/en-gb/help/17471\">turn off \"Compatibility View\"</a>."
|
126
113
|
access_denied:
|
127
114
|
message: "You are not authorised to perform this action."
|
128
115
|
index_list:
|
129
116
|
table: "Table"
|
130
|
-
block: "List"
|
131
|
-
grid: "Grid"
|
132
|
-
blog: "Blog"
|
data/config/locales/en.yml
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
en:
|
2
|
+
views:
|
3
|
+
pagination:
|
4
|
+
previous: "Previous"
|
5
|
+
next: "Next"
|
2
6
|
activerecord:
|
3
7
|
models:
|
4
8
|
comment:
|
@@ -17,9 +21,6 @@ en:
|
|
17
21
|
updated_at: "Updated"
|
18
22
|
active_admin:
|
19
23
|
dashboard: "Dashboard"
|
20
|
-
dashboard_welcome:
|
21
|
-
welcome: "Welcome to Active Admin. This is the default dashboard page."
|
22
|
-
call_to_action: "To add dashboard sections, checkout 'app/admin/dashboard.rb'"
|
23
24
|
view: "View"
|
24
25
|
edit: "Edit"
|
25
26
|
delete: "Delete"
|
@@ -48,27 +49,25 @@ en:
|
|
48
49
|
scopes:
|
49
50
|
all: "All"
|
50
51
|
search_status:
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
no_current_filters: "None"
|
52
|
+
title: "Active Search"
|
53
|
+
title_with_scope: "Active Search for %{name}"
|
54
|
+
no_current_filters: "No filters applied"
|
55
55
|
status_tag:
|
56
56
|
"yes": "Yes"
|
57
57
|
"no": "No"
|
58
|
-
"unset": "
|
59
|
-
|
60
|
-
logout: "Logout"
|
58
|
+
"unset": "Unknown"
|
59
|
+
logout: "Sign out"
|
61
60
|
powered_by: "Powered by %{active_admin} %{version}"
|
62
61
|
sidebars:
|
63
62
|
filters: "Filters"
|
64
63
|
search_status: "Search Status"
|
65
64
|
pagination:
|
66
65
|
empty: "No %{model} found"
|
67
|
-
one: "
|
68
|
-
one_page: "
|
69
|
-
multiple: "
|
70
|
-
multiple_without_total: "
|
71
|
-
per_page: "Per page
|
66
|
+
one: "Showing <b>1</b> of <b>1</b>"
|
67
|
+
one_page: "Showing <b>all %{n}</b>"
|
68
|
+
multiple: "Showing <b>%{from}-%{to}</b> of <b>%{total}</b>"
|
69
|
+
multiple_without_total: "Showing <b>%{from}-%{to}</b>"
|
70
|
+
per_page: "Per page "
|
72
71
|
entry:
|
73
72
|
one: "entry"
|
74
73
|
other: "entries"
|
@@ -76,8 +75,6 @@ en:
|
|
76
75
|
blank_slate:
|
77
76
|
content: "There are no %{resource_name} yet."
|
78
77
|
link: "Create one"
|
79
|
-
dropdown_actions:
|
80
|
-
button_label: "Actions"
|
81
78
|
batch_actions:
|
82
79
|
button_label: "Batch Actions"
|
83
80
|
default_confirmation: "Are you sure you want to do this?"
|
@@ -97,11 +94,11 @@ en:
|
|
97
94
|
author: "Author"
|
98
95
|
add: "Add Comment"
|
99
96
|
delete: "Delete Comment"
|
100
|
-
delete_confirmation: "Are you sure you want to delete
|
97
|
+
delete_confirmation: "Are you sure you want to delete this comment?"
|
101
98
|
resource: "Resource"
|
102
99
|
no_comments_yet: "No comments yet."
|
103
100
|
author_missing: "Anonymous"
|
104
|
-
title_content: "Comments (%{count})"
|
101
|
+
title_content: "All Comments (%{count})"
|
105
102
|
errors:
|
106
103
|
empty_text: "Comment wasn't saved, text was empty."
|
107
104
|
devise:
|
@@ -119,9 +116,9 @@ en:
|
|
119
116
|
title: "Sign up"
|
120
117
|
submit: "Sign up"
|
121
118
|
login:
|
122
|
-
title: "
|
119
|
+
title: "Sign In"
|
123
120
|
remember_me: "Remember me"
|
124
|
-
submit: "
|
121
|
+
submit: "Sign In"
|
125
122
|
reset_password:
|
126
123
|
title: "Forgot your password?"
|
127
124
|
submit: "Reset My Password"
|
@@ -141,14 +138,7 @@ en:
|
|
141
138
|
sign_in_with_omniauth_provider: "Sign in with %{provider}"
|
142
139
|
resend_unlock_instructions: "Resend unlock instructions"
|
143
140
|
resend_confirmation_instructions: "Resend confirmation instructions"
|
144
|
-
unsupported_browser:
|
145
|
-
headline: "Please note that ActiveAdmin no longer supports Internet Explorer versions 8 or less."
|
146
|
-
recommendation: "We recommend that you <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience."
|
147
|
-
turn_off_compatibility_view: "If you are using IE 9 or later, make sure you <a href=\"https://support.microsoft.com/en-us/help/17471\">turn off \"Compatibility View\"</a>."
|
148
141
|
access_denied:
|
149
142
|
message: "You are not authorized to perform this action."
|
150
143
|
index_list:
|
151
144
|
table: "Table"
|
152
|
-
block: "List"
|
153
|
-
grid: "Grid"
|
154
|
-
blog: "Blog"
|
data/config/locales/eo.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
eo:
|
2
2
|
active_admin:
|
3
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
4
|
view: "Vidi"
|
8
5
|
edit: "Redakti"
|
9
6
|
delete: "Forigi"
|
@@ -30,15 +27,11 @@ eo:
|
|
30
27
|
from: "De"
|
31
28
|
to: "Al"
|
32
29
|
search_status:
|
33
|
-
headline: "Serĉstato:"
|
34
|
-
current_scope: "Regiono:"
|
35
|
-
current_filters: "Nunaj filtriloj:"
|
36
30
|
no_current_filters: "Neniu"
|
37
31
|
status_tag:
|
38
32
|
"yes": "Jes"
|
39
33
|
"no": "Ne"
|
40
34
|
"unset": "Ne"
|
41
|
-
main_content: "Aldonu %{model}#main_content por montri la enhavon."
|
42
35
|
logout: "Elsaluti"
|
43
36
|
powered_by: "Povigita de %{active_admin} %{version}"
|
44
37
|
sidebars:
|
@@ -58,8 +51,6 @@ eo:
|
|
58
51
|
blank_slate:
|
59
52
|
content: "Ankoraŭ ne estas %{resource_name}."
|
60
53
|
link: "Krei novan"
|
61
|
-
dropdown_actions:
|
62
|
-
button_label: "Agoj"
|
63
54
|
batch_actions:
|
64
55
|
button_label: "Amasagoj"
|
65
56
|
default_confirmation: "Ĉu vi certas, ke vi volas fari tion?"
|
@@ -123,15 +114,7 @@ eo:
|
|
123
114
|
sign_in_with_omniauth_provider: "Ensaluti per %{provider}"
|
124
115
|
resend_unlock_instructions: "Resendi klarigojn por malŝlosi"
|
125
116
|
resend_confirmation_instructions: "Resendi klarigojn por konfirmi"
|
126
|
-
unsupported_browser:
|
127
|
-
headline: "Rimarku ke ActiveAdmin ne plu subtenas versiojn 8 kaj mal
|
128
|
-
de Internet Explorer."
|
129
|
-
recommendation: "Ni rekomendas, ke vi <a href=\"http://browsehappy.com/\">ĝisdatigu vian retumilon</a> por plibonigi vian sperton."
|
130
|
-
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>."
|
131
117
|
access_denied:
|
132
118
|
message: "Vi ne rajtas fari tiun agon."
|
133
119
|
index_list:
|
134
120
|
table: "Tabelo"
|
135
|
-
block: "Listo"
|
136
|
-
grid: "Krado"
|
137
|
-
blog: "Blogo"
|
data/config/locales/es-MX.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
es-MX:
|
2
2
|
active_admin:
|
3
3
|
dashboard: Inicio
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "Bienvenido a Active Admin. Esta es la página de inicio predeterminada."
|
6
|
-
call_to_action: "Para agregar secciones edite 'app/admin/dashboard.rb'"
|
7
4
|
view: "Ver"
|
8
5
|
edit: "Editar"
|
9
6
|
delete: "Eliminar"
|
@@ -28,7 +25,6 @@ es-MX:
|
|
28
25
|
"yes": "Sí"
|
29
26
|
"no": "No"
|
30
27
|
"unset": "No"
|
31
|
-
main_content: "Por favor implemente %{model}#main_content para mostrar contenido."
|
32
28
|
logout: "Salir"
|
33
29
|
powered_by: "Powered by %{active_admin} %{version}"
|
34
30
|
sidebars:
|
@@ -45,8 +41,6 @@ es-MX:
|
|
45
41
|
content: "No hay %{resource_name} aún."
|
46
42
|
link: "Añadir"
|
47
43
|
any: "Cualquiera"
|
48
|
-
dropdown_actions:
|
49
|
-
button_label: "Acciones"
|
50
44
|
batch_actions:
|
51
45
|
button_label: "Acciones en masa"
|
52
46
|
default_confirmation: "¿Seguro que quieres hacer esto?"
|
@@ -85,6 +79,3 @@ es-MX:
|
|
85
79
|
sign_in_with_omniauth_provider: "Conéctate con %{provider}"
|
86
80
|
index_list:
|
87
81
|
table: "Tabla"
|
88
|
-
block: "Lista"
|
89
|
-
grid: "Cuadrícula"
|
90
|
-
blog: "Blog"
|
data/config/locales/es.yml
CHANGED
@@ -17,9 +17,6 @@ es:
|
|
17
17
|
updated_at: "Fecha de actualización"
|
18
18
|
active_admin:
|
19
19
|
dashboard: "Inicio"
|
20
|
-
dashboard_welcome:
|
21
|
-
welcome: "Bienvenido a Active Admin. Esta es la página de inicio predeterminada."
|
22
|
-
call_to_action: "Para agregar secciones edite 'app/admin/dashboard.rb'"
|
23
20
|
view: "Ver"
|
24
21
|
edit: "Editar"
|
25
22
|
delete: "Eliminar"
|
@@ -48,15 +45,11 @@ es:
|
|
48
45
|
scopes:
|
49
46
|
all: "Todos"
|
50
47
|
search_status:
|
51
|
-
headline: "Estado de la búsqueda:"
|
52
|
-
current_scope: "Alcance:"
|
53
|
-
current_filters: "Filtros actuales:"
|
54
48
|
no_current_filters: "Ninguno"
|
55
49
|
status_tag:
|
56
50
|
"yes": "Sí"
|
57
51
|
"no": "No"
|
58
52
|
"unset": "No"
|
59
|
-
main_content: "Por favor implemente %{model}#main_content para mostrar contenido."
|
60
53
|
logout: "Salir"
|
61
54
|
powered_by: "Funciona con %{active_admin} %{version}"
|
62
55
|
sidebars:
|
@@ -76,8 +69,6 @@ es:
|
|
76
69
|
blank_slate:
|
77
70
|
content: "No hay %{resource_name} aún."
|
78
71
|
link: "Añadir"
|
79
|
-
dropdown_actions:
|
80
|
-
button_label: "Acciones"
|
81
72
|
batch_actions:
|
82
73
|
button_label: "Acciones en masa"
|
83
74
|
default_confirmation: "¿Seguro que quieres hacer esto?"
|
@@ -141,14 +132,7 @@ es:
|
|
141
132
|
sign_in_with_omniauth_provider: "Conéctate con %{provider}"
|
142
133
|
resend_unlock_instructions: "Reenviar instrucciones de desbloqueo"
|
143
134
|
resend_confirmation_instructions: "Reenviar instrucciones de confirmación"
|
144
|
-
unsupported_browser:
|
145
|
-
headline: "Por favor tenga en cuenta que Active Admin no soporta versiones de Internet Explorer menores a 8."
|
146
|
-
recommendation: "Recomendamos que actualice a la última versión de <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>."
|
147
|
-
turn_off_compatibility_view: "Si está usando IE 9 o superior, asegúrese de <a href=\"https://support.microsoft.com/es-es/help/17471\">apagar la \"Vista de compatibilidad\"</a>."
|
148
135
|
access_denied:
|
149
136
|
message: "No está autorizado/a a realizar esta acción."
|
150
137
|
index_list:
|
151
138
|
table: "Tabla"
|
152
|
-
block: "Lista"
|
153
|
-
grid: "Grilla"
|
154
|
-
blog: "Blog"
|
data/config/locales/fa.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
fa:
|
2
2
|
active_admin:
|
3
3
|
dashboard: "داشبرد"
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "به اکتیو ادمین خوش آمدید. این صفحه اول داشبرد است."
|
6
|
-
call_to_action: "برای اضافه کردن قسمتهایی به داشبرد اینجا را چک کنید: 'app/admin/dashboard.rb'"
|
7
4
|
view: "نمایش"
|
8
5
|
edit: "ویرایش"
|
9
6
|
delete: "حذف"
|
@@ -28,7 +25,6 @@ fa:
|
|
28
25
|
"yes": "بله"
|
29
26
|
"no": "بدون"
|
30
27
|
"unset": "بدون"
|
31
|
-
main_content: "لطفا %{model}#main_content را پیاده سازی کنید تا محتوی نمایش داده شود."
|
32
28
|
logout: "خروج"
|
33
29
|
powered_by: "قدرت گرفته از %{active_admin} %{version}"
|
34
30
|
sidebars:
|
@@ -46,8 +42,6 @@ fa:
|
|
46
42
|
blank_slate:
|
47
43
|
content: "هنوز هیچ رکوردی از %{resource_name} درج نشده."
|
48
44
|
link: "درج اولین رکورد"
|
49
|
-
dropdown_actions:
|
50
|
-
button_label: "عملیات"
|
51
45
|
batch_actions:
|
52
46
|
button_label: "عملیاتهای دستهای"
|
53
47
|
default_confirmation: "آیا برای اجرای این عملیات اطمینان دارید؟"
|
@@ -107,6 +101,3 @@ fa:
|
|
107
101
|
message: "شما دسترسی لازم برای انجام این عملیات را ندارید."
|
108
102
|
index_list:
|
109
103
|
table: "جدول"
|
110
|
-
block: "لیست"
|
111
|
-
grid: "گرید"
|
112
|
-
blog: "وبلاگ"
|
data/config/locales/fi.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
fi:
|
2
2
|
active_admin:
|
3
3
|
dashboard: Etusivu
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "Tervetuloa! Tämä on Active Adminin oletusetusivu."
|
6
|
-
call_to_action: "Lisätäksesi etusivun osioita katso: 'app/admin/dashboard.rb'"
|
7
4
|
view: "Katso"
|
8
5
|
edit: "Muokkaa"
|
9
6
|
delete: "Poista"
|
@@ -28,7 +25,6 @@ fi:
|
|
28
25
|
"yes": "Kyllä"
|
29
26
|
"no": "Ei"
|
30
27
|
"unset": "Ei"
|
31
|
-
main_content: "Ole hyvä, käytä %{model}#main_content:ia nähdäksesi jotain."
|
32
28
|
logout: "Kirjaudu ulos"
|
33
29
|
powered_by: "Käyttää %{active_admin} %{version}:ia"
|
34
30
|
sidebars:
|
@@ -46,8 +42,6 @@ fi:
|
|
46
42
|
blank_slate:
|
47
43
|
content: "Järjestelmässä ei ole yhtään %{resource_name}:ia vielä."
|
48
44
|
link: "Luo ensimmäinen"
|
49
|
-
dropdown_actions:
|
50
|
-
button_label: "Acciones"
|
51
45
|
batch_actions:
|
52
46
|
button_label: "Toimet"
|
53
47
|
default_confirmation: "Oletko varma, että haluat tehdä tämän?"
|
@@ -100,6 +94,3 @@ fi:
|
|
100
94
|
message: "Sinulla ei ole oikeuksia suorittaa yrittämääsi toimintoa."
|
101
95
|
index_list:
|
102
96
|
table: "Taulukko"
|
103
|
-
block: "Lista"
|
104
|
-
grid: "Ruudukko"
|
105
|
-
blog: "Blogi"
|
data/config/locales/fr.yml
CHANGED
@@ -1,9 +1,26 @@
|
|
1
1
|
fr:
|
2
|
+
views:
|
3
|
+
pagination:
|
4
|
+
previous: "Précédent"
|
5
|
+
next: "Suivant"
|
6
|
+
activerecord:
|
7
|
+
models:
|
8
|
+
comment:
|
9
|
+
one: "Commentaire"
|
10
|
+
other: "Commentaires"
|
11
|
+
active_admin/comment:
|
12
|
+
one: "Commentaire"
|
13
|
+
other: "Commentaires"
|
14
|
+
attributes:
|
15
|
+
active_admin/comment:
|
16
|
+
author_type: "Type d'auteur"
|
17
|
+
body: "Corps"
|
18
|
+
created_at: "Créé le"
|
19
|
+
namespace: "Espace de nom"
|
20
|
+
resource_type: "Type de ressource"
|
21
|
+
updated_at: "Mis à jour le"
|
2
22
|
active_admin:
|
3
23
|
dashboard: "Tableau de bord"
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "Bienvenue dans Active Admin. Ceci est la page par défaut."
|
6
|
-
call_to_action: "Pour ajouter des sections au tableau de bord, consultez 'app/admin/dashboard.rb'"
|
7
24
|
view: "Voir"
|
8
25
|
edit: "Modifier"
|
9
26
|
delete: "Supprimer"
|
@@ -29,15 +46,13 @@ fr:
|
|
29
46
|
from: "De"
|
30
47
|
to: "À"
|
31
48
|
search_status:
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
no_current_filters: "Aucun filtre"
|
49
|
+
title: "Recherche active"
|
50
|
+
title_with_scope: "Recherche active pour %{name}"
|
51
|
+
no_current_filters: "Aucun filtre appliqué"
|
36
52
|
status_tag:
|
37
53
|
"yes": "Oui"
|
38
54
|
"no": "Non"
|
39
|
-
"unset": "
|
40
|
-
main_content: "Veuillez implémenter %{model}#main_content pour afficher le contenu."
|
55
|
+
"unset": "Inconnu"
|
41
56
|
logout: "Déconnexion"
|
42
57
|
powered_by: "Propulsé par %{active_admin} %{version}"
|
43
58
|
sidebars:
|
@@ -45,11 +60,11 @@ fr:
|
|
45
60
|
search_status: "Statut de la recherche"
|
46
61
|
pagination:
|
47
62
|
empty: "Aucun(e) %{model} trouvé(e)"
|
48
|
-
one: "Affichage de <b>1</b>
|
49
|
-
one_page: "Affichage
|
50
|
-
multiple: "Affichage de
|
51
|
-
multiple_without_total: "Affichage de
|
52
|
-
per_page: "Par page
|
63
|
+
one: "Affichage de <b>1</b> sur <b>1</b>"
|
64
|
+
one_page: "Affichage de <b>tous les %{n}</b>"
|
65
|
+
multiple: "Affichage de <b>%{from}-%{to}</b> sur <b>%{total}</b>"
|
66
|
+
multiple_without_total: "Affichage de <b>%{from}-%{to}</b>"
|
67
|
+
per_page: "Par page "
|
53
68
|
entry:
|
54
69
|
one: "entrée"
|
55
70
|
other: "entrées"
|
@@ -57,15 +72,13 @@ fr:
|
|
57
72
|
blank_slate:
|
58
73
|
content: "Il n'y a pas encore de %{resource_name}."
|
59
74
|
link: "Créez en un"
|
60
|
-
dropdown_actions:
|
61
|
-
button_label: "Actions"
|
62
75
|
batch_actions:
|
63
76
|
button_label: "Actions groupées"
|
64
77
|
default_confirmation: "Voulez-vous vraiment faire cela ?"
|
65
78
|
delete_confirmation: "Voulez-vous vraiment supprimer ces %{plural_model} ?"
|
66
79
|
succesfully_destroyed:
|
67
|
-
one: "1 %{model} supprimé"
|
68
|
-
other: "%{count} %{plural_model}
|
80
|
+
one: "1 %{model} supprimé(e)"
|
81
|
+
other: "%{count} %{plural_model} supprimé(e)s"
|
69
82
|
selection_toggle_explanation: "(Inverser la sélection)"
|
70
83
|
action_label: "%{title} les éléments sélectionnés"
|
71
84
|
labels:
|
@@ -82,7 +95,7 @@ fr:
|
|
82
95
|
resource: "Ressource"
|
83
96
|
no_comments_yet: "Aucun commentaire actuellement"
|
84
97
|
author_missing: "Anonyme"
|
85
|
-
title_content: "
|
98
|
+
title_content: "Tous les commentaires (%{count})"
|
86
99
|
errors:
|
87
100
|
empty_text: "Le commentaire n'a pas été enregistré puisque le texte était vide."
|
88
101
|
devise:
|
@@ -120,14 +133,7 @@ fr:
|
|
120
133
|
sign_in_with_omniauth_provider: "Connectez-vous avec %{provider}"
|
121
134
|
resend_unlock_instructions: "Renvoyer les informations de déverrouillage"
|
122
135
|
resend_confirmation_instructions: "Renvoyer les instructions de confirmation"
|
123
|
-
unsupported_browser:
|
124
|
-
headline: "Veuillez noter que ActiveAdmin ne supporte plus les versions d'Internet Explorer 8 ou moins."
|
125
|
-
recommendation: "Nous vous recommandons de <a href=\"http://browsehappy.com/\">mettre à jour votre navigateur</a> pour améliorer votre expérience."
|
126
|
-
turn_off_compatibility_view: "Si vous utilisez IE 9 ou une version ultérieure, assurez-vous d'<a href=\"https://support.microsoft.com/fr-fr/help/17471\">activer \"Affichage de compatibilité\"</a>."
|
127
136
|
access_denied:
|
128
137
|
message: "Vous n'êtes pas autorisé à exécuter cette action"
|
129
138
|
index_list:
|
130
139
|
table: "Tableau"
|
131
|
-
block: "Liste"
|
132
|
-
grid: "Grille"
|
133
|
-
blog: "Blog"
|
data/config/locales/he.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
he:
|
2
2
|
active_admin:
|
3
3
|
dashboard: פנל ניהול
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "ברוכים הבאים לאקטיב אדמין. זהו פנל הניהול"
|
6
|
-
call_to_action: "כדי להוסיף אזורים בפנל הניהול, אנא בדוק את, 'app/admin/dashboard.rb'"
|
7
4
|
view: "צפייה"
|
8
5
|
edit: "עריכה"
|
9
6
|
delete: "מחיקה"
|
@@ -26,15 +23,11 @@ he:
|
|
26
23
|
filter: "סינון"
|
27
24
|
clear: "איפוס שדות"
|
28
25
|
search_status:
|
29
|
-
headline: "תוצאות חיפוש:"
|
30
|
-
current_scope: "תחום:"
|
31
|
-
current_filters: "מסננים:"
|
32
26
|
no_current_filters: "ללא"
|
33
27
|
status_tag:
|
34
28
|
"yes": "כן"
|
35
29
|
"no": "לא"
|
36
30
|
"unset": "לא"
|
37
|
-
main_content: "אנא הטמע את %{model}#main_content בכדי להציג תוכן."
|
38
31
|
logout: "התנתקות"
|
39
32
|
powered_by: "ממונע בעזרת %{active_admin} %{version}"
|
40
33
|
sidebars:
|
@@ -54,8 +47,6 @@ he:
|
|
54
47
|
blank_slate:
|
55
48
|
content: "כרגע אין עוד אף %{resource_name}."
|
56
49
|
link: "צור אחד"
|
57
|
-
dropdown_actions:
|
58
|
-
button_label: "פעולו"
|
59
50
|
batch_actions:
|
60
51
|
button_label: "פעולות מרובות"
|
61
52
|
default_confirmation: "אתה בטוח שאתה רוצה לעשות את זה?"
|
@@ -119,14 +110,7 @@ he:
|
|
119
110
|
sign_in_with_omniauth_provider: "%{provider} היכנס עם"
|
120
111
|
resend_unlock_instructions: "שלח שוב הוראות שיחרור"
|
121
112
|
resend_confirmation_instructions: "שלח שוב הוראות אישור"
|
122
|
-
unsupported_browser:
|
123
|
-
headline: "שים לב ש-ActiveAdmin אינו תומך יותר ב-Internet Explorer גרסא 8 ומטה."
|
124
|
-
recommendation: "אנו ממליצים <a href=\"http://browsehappy.com/\">לשדרג את הדפדפן שלך</a> על מנת לשפר את חווית הגלישה."
|
125
|
-
turn_off_compatibility_view: "אם אתה משתמש ב- IE 9 ואילך, ודא ש<a href=\"https://support.microsoft.com/he-il/help/17471\">כיבית \"תצוגת תאימות\"</a>."
|
126
113
|
access_denied:
|
127
114
|
message: "אינך רשאי לבצע פעולה זו."
|
128
115
|
index_list:
|
129
116
|
table: "טבלה"
|
130
|
-
block: "רשימה"
|
131
|
-
grid: "גריד"
|
132
|
-
blog: "בלוג"
|
data/config/locales/hr.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
hr:
|
2
2
|
active_admin:
|
3
3
|
dashboard: "Upravljačka ploča"
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "Dobrodošli u Active Admin. Ovo je početna upravljačka ploča."
|
6
|
-
call_to_action: "Da biste dodali nove odjeljke na upravljačku ploču, pogledajte 'app/admin/dashboard.rb'"
|
7
4
|
view: "Pregledaj"
|
8
5
|
edit: "Uredi"
|
9
6
|
delete: "Obriši"
|
@@ -28,7 +25,6 @@ hr:
|
|
28
25
|
"yes": "Da"
|
29
26
|
"no": "Nema"
|
30
27
|
"unset": "Nema"
|
31
|
-
main_content: "Molim Vas, implementirajte %{model}#main_content da biste prikazali sadržaj."
|
32
28
|
logout: "Odjavi se"
|
33
29
|
powered_by: "Powered by %{active_admin} %{version}"
|
34
30
|
sidebars:
|
@@ -48,8 +44,6 @@ hr:
|
|
48
44
|
blank_slate:
|
49
45
|
content: "Još uvijek ne postoji niti jedan zapis tipa %{resource_name}."
|
50
46
|
link: "Izradi jedan"
|
51
|
-
dropdown_actions:
|
52
|
-
button_label: "Ukrepi"
|
53
47
|
batch_actions:
|
54
48
|
button_label: "Grupne akcije"
|
55
49
|
default_confirmation: "Jeste li sigurni da želite to učiniti?"
|
@@ -111,6 +105,3 @@ hr:
|
|
111
105
|
message: "Nemaš dopuštenja."
|
112
106
|
index_list:
|
113
107
|
table: "Tabela"
|
114
|
-
block: "Lista"
|
115
|
-
grid: "Rešetka"
|
116
|
-
blog: "Blog"
|
data/config/locales/hu.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
hu:
|
2
2
|
active_admin:
|
3
3
|
dashboard: Vezérlőpult
|
4
|
-
dashboard_welcome:
|
5
|
-
welcome: "Üdvözöljük az Active Admin felületén. Ez a vezérlőpult kezdőlapja"
|
6
|
-
call_to_action: "Elemek hozzáadásához nézze meg a 'app/admin/dashboard.rb' fájlt"
|
7
4
|
view: "Megtekintés"
|
8
5
|
edit: "Szerkesztés"
|
9
6
|
delete: "Törlés"
|
@@ -31,7 +28,6 @@ hu:
|
|
31
28
|
"yes": "Igen"
|
32
29
|
"no": "Nem"
|
33
30
|
"unset": "Nem"
|
34
|
-
main_content: "Kérem, implementálja a %{model}#main_content metódust a tartalom megjelenítéséhez."
|
35
31
|
logout: "Kilépés"
|
36
32
|
powered_by: "Powered by %{active_admin} %{version}"
|
37
33
|
sidebars:
|
@@ -49,8 +45,6 @@ hu:
|
|
49
45
|
blank_slate:
|
50
46
|
content: "Még nincs létrehozva %{resource_name}."
|
51
47
|
link: "Létrehozás most"
|
52
|
-
dropdown_actions:
|
53
|
-
button_label: "Műveletek"
|
54
48
|
batch_actions:
|
55
49
|
button_label: "Tömeges műveletek"
|
56
50
|
default_confirmation: "Biztos vagy benne, hogy a ön akar-hoz csinál ez?"
|