activeadmin 4.0.0.beta15 → 4.0.0.beta17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/README.md +1 -1
 - data/UPGRADING.md +14 -5
 - data/app/controllers/active_admin/resource_controller/data_access.rb +1 -1
 - data/app/controllers/active_admin/resource_controller/streaming.rb +3 -3
 - data/app/helpers/active_admin/form_helper.rb +1 -1
 - data/app/views/active_admin/_flash_messages.html.erb +4 -4
 - data/app/views/active_admin/_site_header.html.erb +4 -4
 - data/app/views/active_admin/devise/confirmations/new.html.erb +1 -1
 - data/app/views/active_admin/devise/passwords/edit.html.erb +1 -1
 - data/app/views/active_admin/devise/passwords/new.html.erb +1 -1
 - data/app/views/active_admin/devise/registrations/new.html.erb +1 -1
 - data/app/views/active_admin/devise/sessions/new.html.erb +1 -1
 - data/app/views/active_admin/devise/unlocks/new.html.erb +1 -1
 - data/app/views/active_admin/kaminari/_gap.html.erb +1 -1
 - data/app/views/active_admin/page/index.html.arb +1 -2
 - data/app/views/active_admin/resource/_form.html.arb +0 -1
 - data/app/views/active_admin/resource/_form_default.html.arb +0 -1
 - data/app/views/active_admin/resource/_index_as_table_default.html.arb +0 -1
 - data/app/views/active_admin/resource/_show_default.html.arb +0 -1
 - data/app/views/active_admin/resource/edit.html.arb +0 -1
 - data/app/views/active_admin/resource/index.html.arb +0 -1
 - data/app/views/active_admin/resource/new.html.arb +0 -1
 - data/app/views/active_admin/resource/show.html.arb +0 -1
 - data/app/views/active_admin/shared/_resource_comments.html.erb +1 -1
 - data/app/views/active_admin/shared/_sidebar_section.html.arb +0 -1
 - data/app/views/layouts/active_admin.html.erb +1 -1
 - data/config/importmap.rb +2 -2
 - data/config/locales/ar.yml +135 -133
 - data/config/locales/az.yml +103 -102
 - data/config/locales/bg.yml +91 -90
 - data/config/locales/bs.yml +95 -94
 - data/config/locales/ca.yml +129 -128
 - data/config/locales/cs.yml +82 -81
 - data/config/locales/da.yml +102 -101
 - data/config/locales/de.yml +130 -129
 - data/config/locales/el.yml +94 -93
 - data/config/locales/en-CA.yml +104 -103
 - data/config/locales/en-GB.yml +104 -103
 - data/config/locales/en.yml +134 -132
 - data/config/locales/eo.yml +107 -106
 - data/config/locales/es-MX.yml +70 -69
 - data/config/locales/es.yml +129 -128
 - data/config/locales/fa.yml +91 -90
 - data/config/locales/fi.yml +84 -83
 - data/config/locales/fr.yml +135 -124
 - data/config/locales/he.yml +103 -102
 - data/config/locales/hr.yml +95 -94
 - data/config/locales/hu.yml +76 -75
 - data/config/locales/id.yml +97 -96
 - data/config/locales/it.yml +134 -132
 - data/config/locales/ja.yml +109 -108
 - data/config/locales/ko.yml +134 -132
 - data/config/locales/lt.yml +106 -105
 - data/config/locales/lv.yml +70 -69
 - data/config/locales/mk.yml +100 -99
 - data/config/locales/nb.yml +98 -97
 - data/config/locales/nl.yml +113 -112
 - data/config/locales/pl.yml +137 -136
 - data/config/locales/pt-BR.yml +134 -105
 - data/config/locales/pt-PT.yml +71 -70
 - data/config/locales/ro.yml +74 -73
 - data/config/locales/ru.yml +141 -140
 - data/config/locales/sk.yml +131 -130
 - data/config/locales/sv-SE.yml +126 -125
 - data/config/locales/tr.yml +105 -104
 - data/config/locales/uk.yml +140 -103
 - data/config/locales/vi.yml +125 -124
 - data/config/locales/zh-CN.yml +135 -133
 - data/config/locales/zh-TW.yml +135 -133
 - data/lib/active_admin/application.rb +2 -2
 - data/lib/active_admin/batch_actions/resource_extension.rb +1 -1
 - data/lib/active_admin/csv_builder.rb +1 -1
 - data/lib/active_admin/dsl.rb +1 -1
 - data/lib/active_admin/filters/active.rb +1 -1
 - data/lib/active_admin/filters/active_filter.rb +1 -7
 - data/lib/active_admin/filters/forms.rb +0 -3
 - data/lib/active_admin/filters/resource_extension.rb +1 -1
 - data/lib/active_admin/form_builder.rb +0 -4
 - data/lib/active_admin/helpers/optional_display.rb +1 -1
 - data/lib/active_admin/inputs/filters/base/search_method_select.rb +2 -2
 - data/lib/active_admin/inputs/filters/select_input.rb +1 -3
 - data/lib/active_admin/resource/action_items.rb +2 -2
 - data/lib/active_admin/resource/belongs_to.rb +0 -1
 - data/lib/active_admin/resource/naming.rb +1 -1
 - data/lib/active_admin/resource.rb +1 -1
 - data/lib/active_admin/resource_collection.rb +1 -1
 - data/lib/active_admin/resource_dsl.rb +2 -2
 - data/lib/active_admin/version.rb +1 -1
 - data/lib/active_admin/view_helpers/method_or_proc_helper.rb +1 -1
 - data/lib/active_admin/views/components/attributes_table.rb +8 -3
 - data/lib/active_admin/views/components/table_for.rb +1 -1
 - data/lib/active_admin/views/index_as_table.rb +7 -2
 - data/plugin.js +46 -181
 - data/vendor/javascript/flowbite.js +1 -1
 - metadata +8 -12
 - data/lib/active_admin/views/components/tabs.rb +0 -40
 
    
        data/config/locales/sk.yml
    CHANGED
    
    | 
         @@ -1,144 +1,145 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
       1 
2 
     | 
    
         
             
            sk:
         
     | 
| 
       2 
     | 
    
         
            -
              activerecord:
         
     | 
| 
       3 
     | 
    
         
            -
                models:
         
     | 
| 
       4 
     | 
    
         
            -
                  comment:
         
     | 
| 
       5 
     | 
    
         
            -
                    one: "Komentár"
         
     | 
| 
       6 
     | 
    
         
            -
                    few: "Komentáre"
         
     | 
| 
       7 
     | 
    
         
            -
                    many: "Komentárov"
         
     | 
| 
       8 
     | 
    
         
            -
                    other: "Komentáre"
         
     | 
| 
       9 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       10 
     | 
    
         
            -
                    one: "Komentár"
         
     | 
| 
       11 
     | 
    
         
            -
                    few: "Komentáre"
         
     | 
| 
       12 
     | 
    
         
            -
                    many: "Komentárov"
         
     | 
| 
       13 
     | 
    
         
            -
                    other: "Komentáre"
         
     | 
| 
       14 
     | 
    
         
            -
                attributes:
         
     | 
| 
       15 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       16 
     | 
    
         
            -
                    author_type: "Typ autora"
         
     | 
| 
       17 
     | 
    
         
            -
                    body: "Telo"
         
     | 
| 
       18 
     | 
    
         
            -
                    created_at: "Vytvorený"
         
     | 
| 
       19 
     | 
    
         
            -
                    namespace: "Namespace"
         
     | 
| 
       20 
     | 
    
         
            -
                    resource_type: "Typ komentovanej položky"
         
     | 
| 
       21 
     | 
    
         
            -
                    updated_at: "Upravený"
         
     | 
| 
       22 
3 
     | 
    
         
             
              active_admin:
         
     | 
| 
       23 
     | 
    
         
            -
                 
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
                 
     | 
| 
       26 
     | 
    
         
            -
                delete: "Zmazať"
         
     | 
| 
       27 
     | 
    
         
            -
                delete_confirmation: "Ste si istí, že chcete túto položku zmazať?"
         
     | 
| 
       28 
     | 
    
         
            -
                create_another: "Vytvoriť ďalší %{model}"
         
     | 
| 
       29 
     | 
    
         
            -
                new_model: "Vytvoriť"
         
     | 
| 
       30 
     | 
    
         
            -
                edit_model: "Upraviť"
         
     | 
| 
       31 
     | 
    
         
            -
                delete_model: "Zmazať"
         
     | 
| 
       32 
     | 
    
         
            -
                details: "Detaily"
         
     | 
| 
       33 
     | 
    
         
            -
                cancel: "Zrušiť"
         
     | 
| 
       34 
     | 
    
         
            -
                empty: "Prázdne"
         
     | 
| 
       35 
     | 
    
         
            -
                previous: "Predchádzajúce"
         
     | 
| 
       36 
     | 
    
         
            -
                next: "Nasledujúce"
         
     | 
| 
       37 
     | 
    
         
            -
                download: "Stiahnúť:"
         
     | 
| 
       38 
     | 
    
         
            -
                has_many_new: "Pridať nový"
         
     | 
| 
       39 
     | 
    
         
            -
                has_many_delete: "Zmazať"
         
     | 
| 
       40 
     | 
    
         
            -
                has_many_remove: "Odstrániť"
         
     | 
| 
       41 
     | 
    
         
            -
                move: "Presunúť"
         
     | 
| 
       42 
     | 
    
         
            -
                filters:
         
     | 
| 
       43 
     | 
    
         
            -
                  buttons:
         
     | 
| 
       44 
     | 
    
         
            -
                    filter: "Filtrovať"
         
     | 
| 
       45 
     | 
    
         
            -
                    clear: "Vyčistiť filtre"
         
     | 
| 
       46 
     | 
    
         
            -
                  predicates:
         
     | 
| 
       47 
     | 
    
         
            -
                    from: "Od"
         
     | 
| 
       48 
     | 
    
         
            -
                    to: "Do"
         
     | 
| 
       49 
     | 
    
         
            -
                scopes:
         
     | 
| 
       50 
     | 
    
         
            -
                  all: "Všetko"
         
     | 
| 
       51 
     | 
    
         
            -
                search_status:
         
     | 
| 
       52 
     | 
    
         
            -
                  no_current_filters: "Žiadne"
         
     | 
| 
       53 
     | 
    
         
            -
                status_tag:
         
     | 
| 
       54 
     | 
    
         
            -
                  "yes": "Áno"
         
     | 
| 
       55 
     | 
    
         
            -
                  "no": "Nie"
         
     | 
| 
       56 
     | 
    
         
            -
                  "unset": "Nie"
         
     | 
| 
       57 
     | 
    
         
            -
                logout: "Odhlásiť"
         
     | 
| 
       58 
     | 
    
         
            -
                powered_by: "%{active_admin} %{version}"
         
     | 
| 
       59 
     | 
    
         
            -
                sidebars:
         
     | 
| 
       60 
     | 
    
         
            -
                  filters: "Filtre"
         
     | 
| 
       61 
     | 
    
         
            -
                  search_status: "Stav vyhľadávania"
         
     | 
| 
       62 
     | 
    
         
            -
                pagination:
         
     | 
| 
       63 
     | 
    
         
            -
                  empty: "Nenájdený."
         
     | 
| 
       64 
     | 
    
         
            -
                  one: "Zobrazená  <b>1</b> položka"
         
     | 
| 
       65 
     | 
    
         
            -
                  one_page: "Počet zobrazených položiek %{n}"
         
     | 
| 
       66 
     | 
    
         
            -
                  multiple: "<b>%{from} - %{to}</b> z <b>%{total}</b>"
         
     | 
| 
       67 
     | 
    
         
            -
                  multiple_without_total: "<b>%{from} - %{to}</b>"
         
     | 
| 
       68 
     | 
    
         
            -
                  entry:
         
     | 
| 
       69 
     | 
    
         
            -
                    one: "položka"
         
     | 
| 
       70 
     | 
    
         
            -
                    few: "položky"
         
     | 
| 
       71 
     | 
    
         
            -
                    other: "položky"
         
     | 
| 
       72 
     | 
    
         
            -
                any: "Akákoľvek"
         
     | 
| 
       73 
     | 
    
         
            -
                blank_slate:
         
     | 
| 
       74 
     | 
    
         
            -
                  content: "Zatiaľ tu nie je žiadny obsah."
         
     | 
| 
       75 
     | 
    
         
            -
                  link: "Vytvoriť"
         
     | 
| 
      
 4 
     | 
    
         
            +
                access_denied:
         
     | 
| 
      
 5 
     | 
    
         
            +
                  message: Nemáte oprávnenie k vykonaniu tejto akcie.
         
     | 
| 
      
 6 
     | 
    
         
            +
                any: Akákoľvek
         
     | 
| 
       76 
7 
     | 
    
         
             
                batch_actions:
         
     | 
| 
       77 
     | 
    
         
            -
                  button_label: "Hromadné akcie"
         
     | 
| 
       78 
     | 
    
         
            -
                  default_confirmation: "Ste si istí, že to chcete spraviť?"
         
     | 
| 
       79 
     | 
    
         
            -
                  delete_confirmation: "Ste si istí, že chcete zmazať tieto %{plural_model}?"
         
     | 
| 
       80 
     | 
    
         
            -
                  succesfully_destroyed:
         
     | 
| 
       81 
     | 
    
         
            -
                    zero: "Nebol zmazaný žiaden %{model}"
         
     | 
| 
       82 
     | 
    
         
            -
                    one: "Úspešne zmazaný %{model}"
         
     | 
| 
       83 
     | 
    
         
            -
                    few: "Úspešne zmazané %{count} %{plural_model}"
         
     | 
| 
       84 
     | 
    
         
            -
                    other: "Úspešne zmazaných %{count} %{plural_model}"
         
     | 
| 
       85 
     | 
    
         
            -
                  selection_toggle_explanation: "(Zmeniť výber)"
         
     | 
| 
       86 
8 
     | 
    
         
             
                  action_label: "%{title}"
         
     | 
| 
      
 9 
     | 
    
         
            +
                  button_label: Hromadné akcie
         
     | 
| 
      
 10 
     | 
    
         
            +
                  default_confirmation: Ste si istí, že to chcete spraviť?
         
     | 
| 
      
 11 
     | 
    
         
            +
                  delete_confirmation: Ste si istí, že chcete zmazať tieto %{plural_model}?
         
     | 
| 
       87 
12 
     | 
    
         
             
                  labels:
         
     | 
| 
       88 
     | 
    
         
            -
                    destroy:  
     | 
| 
      
 13 
     | 
    
         
            +
                    destroy: Vymazať
         
     | 
| 
      
 14 
     | 
    
         
            +
                  selection_toggle_explanation: "(Zmeniť výber)"
         
     | 
| 
      
 15 
     | 
    
         
            +
                  successfully_destroyed:
         
     | 
| 
      
 16 
     | 
    
         
            +
                    few: Úspešne zmazané %{count} %{plural_model}
         
     | 
| 
      
 17 
     | 
    
         
            +
                    one: Úspešne zmazaný %{model}
         
     | 
| 
      
 18 
     | 
    
         
            +
                    other: Úspešne zmazaných %{count} %{plural_model}
         
     | 
| 
      
 19 
     | 
    
         
            +
                    zero: Nebol zmazaný žiaden %{model}
         
     | 
| 
      
 20 
     | 
    
         
            +
                blank_slate:
         
     | 
| 
      
 21 
     | 
    
         
            +
                  content: Zatiaľ tu nie je žiadny obsah.
         
     | 
| 
      
 22 
     | 
    
         
            +
                  link: Vytvoriť
         
     | 
| 
      
 23 
     | 
    
         
            +
                cancel: Zrušiť
         
     | 
| 
       89 
24 
     | 
    
         
             
                comments:
         
     | 
| 
       90 
     | 
    
         
            -
                   
     | 
| 
       91 
     | 
    
         
            -
                   
     | 
| 
       92 
     | 
    
         
            -
                   
     | 
| 
       93 
     | 
    
         
            -
                   
     | 
| 
       94 
     | 
    
         
            -
                   
     | 
| 
       95 
     | 
    
         
            -
                   
     | 
| 
       96 
     | 
    
         
            -
                  delete:  
     | 
| 
       97 
     | 
    
         
            -
                  delete_confirmation:  
     | 
| 
       98 
     | 
    
         
            -
                  resource: "Zdroj"
         
     | 
| 
       99 
     | 
    
         
            -
                  no_comments_yet: "Žiadny komentár"
         
     | 
| 
       100 
     | 
    
         
            -
                  author_missing: "Anonymný"
         
     | 
| 
       101 
     | 
    
         
            -
                  title_content: "Komentáre administrátorov (%{count})"
         
     | 
| 
      
 25 
     | 
    
         
            +
                  add: Pridať komentár
         
     | 
| 
      
 26 
     | 
    
         
            +
                  author: Autor
         
     | 
| 
      
 27 
     | 
    
         
            +
                  author_missing: Anonymný
         
     | 
| 
      
 28 
     | 
    
         
            +
                  author_type: Typ autora
         
     | 
| 
      
 29 
     | 
    
         
            +
                  body: Telo
         
     | 
| 
      
 30 
     | 
    
         
            +
                  created_at: Vytvorený
         
     | 
| 
      
 31 
     | 
    
         
            +
                  delete: Zmazať komentár
         
     | 
| 
      
 32 
     | 
    
         
            +
                  delete_confirmation: Naozaj chcete zmazať tento komentár?
         
     | 
| 
       102 
33 
     | 
    
         
             
                  errors:
         
     | 
| 
       103 
     | 
    
         
            -
                    empty_text:  
     | 
| 
      
 34 
     | 
    
         
            +
                    empty_text: Komentár nebol uložený, je prázdny.
         
     | 
| 
      
 35 
     | 
    
         
            +
                  no_comments_yet: Žiadny komentár
         
     | 
| 
      
 36 
     | 
    
         
            +
                  resource: Zdroj
         
     | 
| 
      
 37 
     | 
    
         
            +
                  resource_type: Typ zdroja
         
     | 
| 
      
 38 
     | 
    
         
            +
                  title_content: Komentáre administrátorov (%{count})
         
     | 
| 
      
 39 
     | 
    
         
            +
                create_another: Vytvoriť ďalší %{model}
         
     | 
| 
      
 40 
     | 
    
         
            +
                dashboard: Úvod
         
     | 
| 
      
 41 
     | 
    
         
            +
                delete: Zmazať
         
     | 
| 
      
 42 
     | 
    
         
            +
                delete_confirmation: Ste si istí, že chcete túto položku zmazať?
         
     | 
| 
      
 43 
     | 
    
         
            +
                delete_model: Zmazať
         
     | 
| 
      
 44 
     | 
    
         
            +
                details: Detaily
         
     | 
| 
       104 
45 
     | 
    
         
             
                devise:
         
     | 
| 
       105 
     | 
    
         
            -
                   
     | 
| 
       106 
     | 
    
         
            -
                     
     | 
| 
      
 46 
     | 
    
         
            +
                  change_password:
         
     | 
| 
      
 47 
     | 
    
         
            +
                    submit: Zmeniť svoje heslo
         
     | 
| 
      
 48 
     | 
    
         
            +
                    title: Zmeniť heslo
         
     | 
| 
       107 
49 
     | 
    
         
             
                  email:
         
     | 
| 
       108 
     | 
    
         
            -
                    title:  
     | 
| 
       109 
     | 
    
         
            -
                   
     | 
| 
       110 
     | 
    
         
            -
                     
     | 
| 
      
 50 
     | 
    
         
            +
                    title: Email
         
     | 
| 
      
 51 
     | 
    
         
            +
                  links:
         
     | 
| 
      
 52 
     | 
    
         
            +
                    forgot_your_password: Zabudli ste heslo?
         
     | 
| 
      
 53 
     | 
    
         
            +
                    resend_confirmation_instructions: Preposlať potvrdzovacie inštrukcie
         
     | 
| 
      
 54 
     | 
    
         
            +
                    resend_unlock_instructions: Poslať znovu inštrukcie na odomknutie účtu
         
     | 
| 
      
 55 
     | 
    
         
            +
                    sign_in: Prihlásiť sa
         
     | 
| 
      
 56 
     | 
    
         
            +
                    sign_in_with_omniauth_provider: Prihlásiť sa cez %{provider}
         
     | 
| 
      
 57 
     | 
    
         
            +
                    sign_up: Registrovať sa
         
     | 
| 
      
 58 
     | 
    
         
            +
                  login:
         
     | 
| 
      
 59 
     | 
    
         
            +
                    remember_me: Zapamätať si ma
         
     | 
| 
      
 60 
     | 
    
         
            +
                    submit: Prihlásiť
         
     | 
| 
      
 61 
     | 
    
         
            +
                    title: Prihlásenie
         
     | 
| 
       111 
62 
     | 
    
         
             
                  password:
         
     | 
| 
       112 
     | 
    
         
            -
                    title:  
     | 
| 
      
 63 
     | 
    
         
            +
                    title: Heslo
         
     | 
| 
       113 
64 
     | 
    
         
             
                  password_confirmation:
         
     | 
| 
       114 
     | 
    
         
            -
                    title:  
     | 
| 
       115 
     | 
    
         
            -
                   
     | 
| 
       116 
     | 
    
         
            -
                     
     | 
| 
       117 
     | 
    
         
            -
                     
     | 
| 
       118 
     | 
    
         
            -
                  login:
         
     | 
| 
       119 
     | 
    
         
            -
                    title: "Prihlásenie"
         
     | 
| 
       120 
     | 
    
         
            -
                    remember_me: "Zapamätať si ma"
         
     | 
| 
       121 
     | 
    
         
            -
                    submit: "Prihlásiť"
         
     | 
| 
      
 65 
     | 
    
         
            +
                    title: Potvrdenie hesla
         
     | 
| 
      
 66 
     | 
    
         
            +
                  resend_confirmation_instructions:
         
     | 
| 
      
 67 
     | 
    
         
            +
                    submit: Preposlať potvrdzovacie inštrukcie
         
     | 
| 
      
 68 
     | 
    
         
            +
                    title: Preposlanie potvrdzovacie inštrukcie
         
     | 
| 
       122 
69 
     | 
    
         
             
                  reset_password:
         
     | 
| 
       123 
     | 
    
         
            -
                     
     | 
| 
       124 
     | 
    
         
            -
                     
     | 
| 
       125 
     | 
    
         
            -
                   
     | 
| 
       126 
     | 
    
         
            -
                     
     | 
| 
       127 
     | 
    
         
            -
                     
     | 
| 
      
 70 
     | 
    
         
            +
                    submit: Obnoviť heslo
         
     | 
| 
      
 71 
     | 
    
         
            +
                    title: Zabudli ste heslo?
         
     | 
| 
      
 72 
     | 
    
         
            +
                  sign_up:
         
     | 
| 
      
 73 
     | 
    
         
            +
                    submit: Registrovať
         
     | 
| 
      
 74 
     | 
    
         
            +
                    title: Registrácia
         
     | 
| 
      
 75 
     | 
    
         
            +
                  subdomain:
         
     | 
| 
      
 76 
     | 
    
         
            +
                    title: Subdoména
         
     | 
| 
       128 
77 
     | 
    
         
             
                  unlock:
         
     | 
| 
       129 
     | 
    
         
            -
                     
     | 
| 
       130 
     | 
    
         
            -
                     
     | 
| 
       131 
     | 
    
         
            -
                   
     | 
| 
       132 
     | 
    
         
            -
                    title:  
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
       138 
     | 
    
         
            -
             
     | 
| 
       139 
     | 
    
         
            -
                     
     | 
| 
       140 
     | 
    
         
            -
                     
     | 
| 
       141 
     | 
    
         
            -
             
     | 
| 
       142 
     | 
    
         
            -
             
     | 
| 
      
 78 
     | 
    
         
            +
                    submit: Zaslať inštrukcií k odomknutiu účtu
         
     | 
| 
      
 79 
     | 
    
         
            +
                    title: Zaslanie inštrukcií k odomknutiu účtu
         
     | 
| 
      
 80 
     | 
    
         
            +
                  username:
         
     | 
| 
      
 81 
     | 
    
         
            +
                    title: Užívateľské meno
         
     | 
| 
      
 82 
     | 
    
         
            +
                download: 'Stiahnúť:'
         
     | 
| 
      
 83 
     | 
    
         
            +
                edit: Upraviť
         
     | 
| 
      
 84 
     | 
    
         
            +
                edit_model: Upraviť
         
     | 
| 
      
 85 
     | 
    
         
            +
                empty: Prázdne
         
     | 
| 
      
 86 
     | 
    
         
            +
                filters:
         
     | 
| 
      
 87 
     | 
    
         
            +
                  buttons:
         
     | 
| 
      
 88 
     | 
    
         
            +
                    clear: Vyčistiť filtre
         
     | 
| 
      
 89 
     | 
    
         
            +
                    filter: Filtrovať
         
     | 
| 
      
 90 
     | 
    
         
            +
                  predicates:
         
     | 
| 
      
 91 
     | 
    
         
            +
                    from: Od
         
     | 
| 
      
 92 
     | 
    
         
            +
                    to: Do
         
     | 
| 
      
 93 
     | 
    
         
            +
                has_many_delete: Zmazať
         
     | 
| 
      
 94 
     | 
    
         
            +
                has_many_new: Pridať nový
         
     | 
| 
      
 95 
     | 
    
         
            +
                has_many_remove: Odstrániť
         
     | 
| 
       143 
96 
     | 
    
         
             
                index_list:
         
     | 
| 
       144 
     | 
    
         
            -
                  table:  
     | 
| 
      
 97 
     | 
    
         
            +
                  table: Tabuľka
         
     | 
| 
      
 98 
     | 
    
         
            +
                logout: Odhlásiť
         
     | 
| 
      
 99 
     | 
    
         
            +
                move: Presunúť
         
     | 
| 
      
 100 
     | 
    
         
            +
                new_model: Vytvoriť
         
     | 
| 
      
 101 
     | 
    
         
            +
                next: Nasledujúce
         
     | 
| 
      
 102 
     | 
    
         
            +
                pagination:
         
     | 
| 
      
 103 
     | 
    
         
            +
                  empty: Nenájdený.
         
     | 
| 
      
 104 
     | 
    
         
            +
                  entry:
         
     | 
| 
      
 105 
     | 
    
         
            +
                    few: položky
         
     | 
| 
      
 106 
     | 
    
         
            +
                    one: položka
         
     | 
| 
      
 107 
     | 
    
         
            +
                    other: položky
         
     | 
| 
      
 108 
     | 
    
         
            +
                  multiple: "<b>%{from} - %{to}</b> z <b>%{total}</b>"
         
     | 
| 
      
 109 
     | 
    
         
            +
                  multiple_without_total: "<b>%{from} - %{to}</b>"
         
     | 
| 
      
 110 
     | 
    
         
            +
                  one: Zobrazená  <b>1</b> položka
         
     | 
| 
      
 111 
     | 
    
         
            +
                  one_page: Počet zobrazených položiek %{n}
         
     | 
| 
      
 112 
     | 
    
         
            +
                powered_by: "%{active_admin} %{version}"
         
     | 
| 
      
 113 
     | 
    
         
            +
                previous: Predchádzajúce
         
     | 
| 
      
 114 
     | 
    
         
            +
                scopes:
         
     | 
| 
      
 115 
     | 
    
         
            +
                  all: Všetko
         
     | 
| 
      
 116 
     | 
    
         
            +
                search_status:
         
     | 
| 
      
 117 
     | 
    
         
            +
                  no_current_filters: Žiadne
         
     | 
| 
      
 118 
     | 
    
         
            +
                sidebars:
         
     | 
| 
      
 119 
     | 
    
         
            +
                  filters: Filtre
         
     | 
| 
      
 120 
     | 
    
         
            +
                  search_status: Stav vyhľadávania
         
     | 
| 
      
 121 
     | 
    
         
            +
                status_tag:
         
     | 
| 
      
 122 
     | 
    
         
            +
                  'no': Nie
         
     | 
| 
      
 123 
     | 
    
         
            +
                  unset: Nie
         
     | 
| 
      
 124 
     | 
    
         
            +
                  'yes': Áno
         
     | 
| 
      
 125 
     | 
    
         
            +
                view: Zobraziť
         
     | 
| 
      
 126 
     | 
    
         
            +
              activerecord:
         
     | 
| 
      
 127 
     | 
    
         
            +
                attributes:
         
     | 
| 
      
 128 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 129 
     | 
    
         
            +
                    author_type: Typ autora
         
     | 
| 
      
 130 
     | 
    
         
            +
                    body: Telo
         
     | 
| 
      
 131 
     | 
    
         
            +
                    created_at: Vytvorený
         
     | 
| 
      
 132 
     | 
    
         
            +
                    namespace: Namespace
         
     | 
| 
      
 133 
     | 
    
         
            +
                    resource_type: Typ komentovanej položky
         
     | 
| 
      
 134 
     | 
    
         
            +
                    updated_at: Upravený
         
     | 
| 
      
 135 
     | 
    
         
            +
                models:
         
     | 
| 
      
 136 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 137 
     | 
    
         
            +
                    few: Komentáre
         
     | 
| 
      
 138 
     | 
    
         
            +
                    many: Komentárov
         
     | 
| 
      
 139 
     | 
    
         
            +
                    one: Komentár
         
     | 
| 
      
 140 
     | 
    
         
            +
                    other: Komentáre
         
     | 
| 
      
 141 
     | 
    
         
            +
                  comment:
         
     | 
| 
      
 142 
     | 
    
         
            +
                    few: Komentáre
         
     | 
| 
      
 143 
     | 
    
         
            +
                    many: Komentárov
         
     | 
| 
      
 144 
     | 
    
         
            +
                    one: Komentár
         
     | 
| 
      
 145 
     | 
    
         
            +
                    other: Komentáre
         
     | 
    
        data/config/locales/sv-SE.yml
    CHANGED
    
    | 
         @@ -1,138 +1,139 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
                models:
         
     | 
| 
       4 
     | 
    
         
            -
                  comment:
         
     | 
| 
       5 
     | 
    
         
            -
                    one: "Kommentar"
         
     | 
| 
       6 
     | 
    
         
            -
                    other: "Kommentarer"
         
     | 
| 
       7 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       8 
     | 
    
         
            -
                    one: "Kommentar"
         
     | 
| 
       9 
     | 
    
         
            -
                    other: "Kommentarer"
         
     | 
| 
       10 
     | 
    
         
            -
                attributes:
         
     | 
| 
       11 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       12 
     | 
    
         
            -
                    author_type: "Författartyp"
         
     | 
| 
       13 
     | 
    
         
            -
                    body: "Innehåll"
         
     | 
| 
       14 
     | 
    
         
            -
                    created_at: "Skapad"
         
     | 
| 
       15 
     | 
    
         
            -
                    namespace: "Namnrymd"
         
     | 
| 
       16 
     | 
    
         
            -
                    resource_type: "Resurstyp"
         
     | 
| 
       17 
     | 
    
         
            -
                    updated_at: "Aktualiserad"
         
     | 
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            sv-SE:
         
     | 
| 
       18 
3 
     | 
    
         
             
              active_admin:
         
     | 
| 
       19 
     | 
    
         
            -
                 
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
                 
     | 
| 
       22 
     | 
    
         
            -
                delete: "Ta bort"
         
     | 
| 
       23 
     | 
    
         
            -
                delete_confirmation: "Är du säker på att du vill ta bort detta?"
         
     | 
| 
       24 
     | 
    
         
            -
                create_another: "Skapa en till %{model}"
         
     | 
| 
       25 
     | 
    
         
            -
                new_model: "Ny %{model}"
         
     | 
| 
       26 
     | 
    
         
            -
                edit_model: "Redigera %{model}"
         
     | 
| 
       27 
     | 
    
         
            -
                delete_model: "Ta bort %{model}"
         
     | 
| 
       28 
     | 
    
         
            -
                details: "%{model}-detaljer"
         
     | 
| 
       29 
     | 
    
         
            -
                cancel: "Avbryt"
         
     | 
| 
       30 
     | 
    
         
            -
                empty: "Tom"
         
     | 
| 
       31 
     | 
    
         
            -
                previous: "Föregående"
         
     | 
| 
       32 
     | 
    
         
            -
                next: "Nästa"
         
     | 
| 
       33 
     | 
    
         
            -
                download: "Ladda ner:"
         
     | 
| 
       34 
     | 
    
         
            -
                has_many_new: "Skapa en ny %{model}"
         
     | 
| 
       35 
     | 
    
         
            -
                has_many_delete: "Ta bort"
         
     | 
| 
       36 
     | 
    
         
            -
                has_many_remove: "Ta bort"
         
     | 
| 
       37 
     | 
    
         
            -
                move: "Flytta"
         
     | 
| 
       38 
     | 
    
         
            -
                filters:
         
     | 
| 
       39 
     | 
    
         
            -
                  buttons:
         
     | 
| 
       40 
     | 
    
         
            -
                    filter: "Filtrera"
         
     | 
| 
       41 
     | 
    
         
            -
                    clear: "Rensa filter"
         
     | 
| 
       42 
     | 
    
         
            -
                  predicates:
         
     | 
| 
       43 
     | 
    
         
            -
                    from: "Från"
         
     | 
| 
       44 
     | 
    
         
            -
                    to: "Till"
         
     | 
| 
       45 
     | 
    
         
            -
                scopes:
         
     | 
| 
       46 
     | 
    
         
            -
                  all: "Alla"
         
     | 
| 
       47 
     | 
    
         
            -
                search_status:
         
     | 
| 
       48 
     | 
    
         
            -
                  no_current_filters: "Inga"
         
     | 
| 
       49 
     | 
    
         
            -
                status_tag:
         
     | 
| 
       50 
     | 
    
         
            -
                  "yes": "Ja"
         
     | 
| 
       51 
     | 
    
         
            -
                  "no": "Nej"
         
     | 
| 
       52 
     | 
    
         
            -
                  "unset": "Nej"
         
     | 
| 
       53 
     | 
    
         
            -
                logout: "Logga ut"
         
     | 
| 
       54 
     | 
    
         
            -
                powered_by: "Powered by %{active_admin} %{version}"
         
     | 
| 
       55 
     | 
    
         
            -
                sidebars:
         
     | 
| 
       56 
     | 
    
         
            -
                  filters: "Filter"
         
     | 
| 
       57 
     | 
    
         
            -
                  search_status: "Sökstatus"
         
     | 
| 
       58 
     | 
    
         
            -
                pagination:
         
     | 
| 
       59 
     | 
    
         
            -
                  empty: "Ingen %{model} hittades"
         
     | 
| 
       60 
     | 
    
         
            -
                  one: "Visar <b>1</b> %{model}"
         
     | 
| 
       61 
     | 
    
         
            -
                  one_page: "Visar <b>alla %{n}</b> %{model}"
         
     | 
| 
       62 
     | 
    
         
            -
                  multiple: "Visar %{model} <b>%{from} - %{to}</b> av <b>%{total}</b> totalt"
         
     | 
| 
       63 
     | 
    
         
            -
                  multiple_without_total: "Visar %{model} <b>%{from} - %{to}</b>"
         
     | 
| 
       64 
     | 
    
         
            -
                  per_page: "Per sida: "
         
     | 
| 
       65 
     | 
    
         
            -
                  entry:
         
     | 
| 
       66 
     | 
    
         
            -
                    one: "inlägg"
         
     | 
| 
       67 
     | 
    
         
            -
                    other: "inlägg"
         
     | 
| 
       68 
     | 
    
         
            -
                any: "Alla"
         
     | 
| 
       69 
     | 
    
         
            -
                blank_slate:
         
     | 
| 
       70 
     | 
    
         
            -
                  content: "Det finns inga %{resource_name} än."
         
     | 
| 
       71 
     | 
    
         
            -
                  link: "Skapa en"
         
     | 
| 
      
 4 
     | 
    
         
            +
                access_denied:
         
     | 
| 
      
 5 
     | 
    
         
            +
                  message: Du har inte behörighet att utföra denna åtgärd.
         
     | 
| 
      
 6 
     | 
    
         
            +
                any: Alla
         
     | 
| 
       72 
7 
     | 
    
         
             
                batch_actions:
         
     | 
| 
       73 
     | 
    
         
            -
                  button_label: "Batch-åtgärder"
         
     | 
| 
       74 
     | 
    
         
            -
                  default_confirmation: "Är du säker på att du vill göra detta?"
         
     | 
| 
       75 
     | 
    
         
            -
                  delete_confirmation: "Är du säker på att du vill radera dessa %{plural_model}?"
         
     | 
| 
       76 
     | 
    
         
            -
                  succesfully_destroyed:
         
     | 
| 
       77 
     | 
    
         
            -
                    one: "Lyckades radera 1 %{model}"
         
     | 
| 
       78 
     | 
    
         
            -
                    other: "Lyckades radera %{count} %{plural_model}"
         
     | 
| 
       79 
     | 
    
         
            -
                  selection_toggle_explanation: "(Byt markering)"
         
     | 
| 
       80 
8 
     | 
    
         
             
                  action_label: "%{title} markerad"
         
     | 
| 
      
 9 
     | 
    
         
            +
                  button_label: Batch-åtgärder
         
     | 
| 
      
 10 
     | 
    
         
            +
                  default_confirmation: Är du säker på att du vill göra detta?
         
     | 
| 
      
 11 
     | 
    
         
            +
                  delete_confirmation: Är du säker på att du vill radera dessa %{plural_model}?
         
     | 
| 
       81 
12 
     | 
    
         
             
                  labels:
         
     | 
| 
       82 
     | 
    
         
            -
                    destroy:  
     | 
| 
      
 13 
     | 
    
         
            +
                    destroy: Radera
         
     | 
| 
      
 14 
     | 
    
         
            +
                  selection_toggle_explanation: "(Byt markering)"
         
     | 
| 
      
 15 
     | 
    
         
            +
                  successfully_destroyed:
         
     | 
| 
      
 16 
     | 
    
         
            +
                    one: Lyckades radera 1 %{model}
         
     | 
| 
      
 17 
     | 
    
         
            +
                    other: Lyckades radera %{count} %{plural_model}
         
     | 
| 
      
 18 
     | 
    
         
            +
                blank_slate:
         
     | 
| 
      
 19 
     | 
    
         
            +
                  content: Det finns inga %{resource_name} än.
         
     | 
| 
      
 20 
     | 
    
         
            +
                  link: Skapa en
         
     | 
| 
      
 21 
     | 
    
         
            +
                cancel: Avbryt
         
     | 
| 
       83 
22 
     | 
    
         
             
                comments:
         
     | 
| 
       84 
     | 
    
         
            -
                   
     | 
| 
       85 
     | 
    
         
            -
                   
     | 
| 
       86 
     | 
    
         
            -
                   
     | 
| 
       87 
     | 
    
         
            -
                   
     | 
| 
       88 
     | 
    
         
            -
                   
     | 
| 
       89 
     | 
    
         
            -
                   
     | 
| 
       90 
     | 
    
         
            -
                  delete:  
     | 
| 
       91 
     | 
    
         
            -
                  delete_confirmation:  
     | 
| 
       92 
     | 
    
         
            -
                  resource: "Resurs"
         
     | 
| 
       93 
     | 
    
         
            -
                  no_comments_yet: "Inga kommentarer än."
         
     | 
| 
       94 
     | 
    
         
            -
                  author_missing: "Anonym"
         
     | 
| 
       95 
     | 
    
         
            -
                  title_content: "Kommentarer (%{count})"
         
     | 
| 
      
 23 
     | 
    
         
            +
                  add: Lägg till kommentar
         
     | 
| 
      
 24 
     | 
    
         
            +
                  author: Författare
         
     | 
| 
      
 25 
     | 
    
         
            +
                  author_missing: Anonym
         
     | 
| 
      
 26 
     | 
    
         
            +
                  author_type: Författartyp
         
     | 
| 
      
 27 
     | 
    
         
            +
                  body: Innehåll
         
     | 
| 
      
 28 
     | 
    
         
            +
                  created_at: Skapad
         
     | 
| 
      
 29 
     | 
    
         
            +
                  delete: Radera kommentar
         
     | 
| 
      
 30 
     | 
    
         
            +
                  delete_confirmation: Är du säker på att du vill radera dessa kommentarer?
         
     | 
| 
       96 
31 
     | 
    
         
             
                  errors:
         
     | 
| 
       97 
     | 
    
         
            -
                    empty_text:  
     | 
| 
      
 32 
     | 
    
         
            +
                    empty_text: Kommentaren sparades inte. Textfältet får inte vara tomt.
         
     | 
| 
      
 33 
     | 
    
         
            +
                  no_comments_yet: Inga kommentarer än.
         
     | 
| 
      
 34 
     | 
    
         
            +
                  resource: Resurs
         
     | 
| 
      
 35 
     | 
    
         
            +
                  resource_type: Resurstyp
         
     | 
| 
      
 36 
     | 
    
         
            +
                  title_content: Kommentarer (%{count})
         
     | 
| 
      
 37 
     | 
    
         
            +
                create_another: Skapa en till %{model}
         
     | 
| 
      
 38 
     | 
    
         
            +
                dashboard: Skrivbord
         
     | 
| 
      
 39 
     | 
    
         
            +
                delete: Ta bort
         
     | 
| 
      
 40 
     | 
    
         
            +
                delete_confirmation: Är du säker på att du vill ta bort detta?
         
     | 
| 
      
 41 
     | 
    
         
            +
                delete_model: Ta bort %{model}
         
     | 
| 
      
 42 
     | 
    
         
            +
                details: "%{model}-detaljer"
         
     | 
| 
       98 
43 
     | 
    
         
             
                devise:
         
     | 
| 
       99 
     | 
    
         
            -
                   
     | 
| 
       100 
     | 
    
         
            -
                     
     | 
| 
      
 44 
     | 
    
         
            +
                  change_password:
         
     | 
| 
      
 45 
     | 
    
         
            +
                    submit: Ändra mitt lösenord
         
     | 
| 
      
 46 
     | 
    
         
            +
                    title: Ändra ditt lösenord
         
     | 
| 
       101 
47 
     | 
    
         
             
                  email:
         
     | 
| 
       102 
     | 
    
         
            -
                    title:  
     | 
| 
       103 
     | 
    
         
            -
                   
     | 
| 
       104 
     | 
    
         
            -
                     
     | 
| 
      
 48 
     | 
    
         
            +
                    title: E-post
         
     | 
| 
      
 49 
     | 
    
         
            +
                  links:
         
     | 
| 
      
 50 
     | 
    
         
            +
                    forgot_your_password: Glömt ditt lösenord?
         
     | 
| 
      
 51 
     | 
    
         
            +
                    resend_confirmation_instructions: Skicka bekräftningsinstruktioner igen
         
     | 
| 
      
 52 
     | 
    
         
            +
                    resend_unlock_instructions: Skicka upplåsningsinstruktioner igen
         
     | 
| 
      
 53 
     | 
    
         
            +
                    sign_in: Logga in
         
     | 
| 
      
 54 
     | 
    
         
            +
                    sign_in_with_omniauth_provider: Logga in med %{provider}
         
     | 
| 
      
 55 
     | 
    
         
            +
                    sign_up: Registera
         
     | 
| 
      
 56 
     | 
    
         
            +
                  login:
         
     | 
| 
      
 57 
     | 
    
         
            +
                    remember_me: Kom ihåg mig
         
     | 
| 
      
 58 
     | 
    
         
            +
                    submit: Inloggning
         
     | 
| 
      
 59 
     | 
    
         
            +
                    title: Inloggning
         
     | 
| 
       105 
60 
     | 
    
         
             
                  password:
         
     | 
| 
       106 
     | 
    
         
            -
                    title:  
     | 
| 
      
 61 
     | 
    
         
            +
                    title: Lösenord
         
     | 
| 
       107 
62 
     | 
    
         
             
                  password_confirmation:
         
     | 
| 
       108 
     | 
    
         
            -
                    title:  
     | 
| 
       109 
     | 
    
         
            -
                   
     | 
| 
       110 
     | 
    
         
            -
                     
     | 
| 
       111 
     | 
    
         
            -
                     
     | 
| 
       112 
     | 
    
         
            -
                  login:
         
     | 
| 
       113 
     | 
    
         
            -
                    title: "Inloggning"
         
     | 
| 
       114 
     | 
    
         
            -
                    remember_me: "Kom ihåg mig"
         
     | 
| 
       115 
     | 
    
         
            -
                    submit: "Inloggning"
         
     | 
| 
      
 63 
     | 
    
         
            +
                    title: Bekräfta lösenord
         
     | 
| 
      
 64 
     | 
    
         
            +
                  resend_confirmation_instructions:
         
     | 
| 
      
 65 
     | 
    
         
            +
                    submit: Skicka bekräftelseinstruktioner
         
     | 
| 
      
 66 
     | 
    
         
            +
                    title: Skicka bekräftelseinstruktioner
         
     | 
| 
       116 
67 
     | 
    
         
             
                  reset_password:
         
     | 
| 
       117 
     | 
    
         
            -
                     
     | 
| 
       118 
     | 
    
         
            -
                     
     | 
| 
       119 
     | 
    
         
            -
                   
     | 
| 
       120 
     | 
    
         
            -
                     
     | 
| 
       121 
     | 
    
         
            -
                     
     | 
| 
      
 68 
     | 
    
         
            +
                    submit: Återställ mitt lösenord
         
     | 
| 
      
 69 
     | 
    
         
            +
                    title: Glömt ditt lösenord?
         
     | 
| 
      
 70 
     | 
    
         
            +
                  sign_up:
         
     | 
| 
      
 71 
     | 
    
         
            +
                    submit: Registera
         
     | 
| 
      
 72 
     | 
    
         
            +
                    title: Registera
         
     | 
| 
      
 73 
     | 
    
         
            +
                  subdomain:
         
     | 
| 
      
 74 
     | 
    
         
            +
                    title: Subdomän
         
     | 
| 
       122 
75 
     | 
    
         
             
                  unlock:
         
     | 
| 
       123 
     | 
    
         
            -
                     
     | 
| 
       124 
     | 
    
         
            -
                     
     | 
| 
       125 
     | 
    
         
            -
                   
     | 
| 
       126 
     | 
    
         
            -
                    title:  
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
             
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
       130 
     | 
    
         
            -
             
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
                     
     | 
| 
       134 
     | 
    
         
            -
                     
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
      
 76 
     | 
    
         
            +
                    submit: Skicka upplåsningsinstruktioner
         
     | 
| 
      
 77 
     | 
    
         
            +
                    title: Skicka upplåsningsinstruktioner
         
     | 
| 
      
 78 
     | 
    
         
            +
                  username:
         
     | 
| 
      
 79 
     | 
    
         
            +
                    title: Användarnamn
         
     | 
| 
      
 80 
     | 
    
         
            +
                download: 'Ladda ner:'
         
     | 
| 
      
 81 
     | 
    
         
            +
                edit: Redigera
         
     | 
| 
      
 82 
     | 
    
         
            +
                edit_model: Redigera %{model}
         
     | 
| 
      
 83 
     | 
    
         
            +
                empty: Tom
         
     | 
| 
      
 84 
     | 
    
         
            +
                filters:
         
     | 
| 
      
 85 
     | 
    
         
            +
                  buttons:
         
     | 
| 
      
 86 
     | 
    
         
            +
                    clear: Rensa filter
         
     | 
| 
      
 87 
     | 
    
         
            +
                    filter: Filtrera
         
     | 
| 
      
 88 
     | 
    
         
            +
                  predicates:
         
     | 
| 
      
 89 
     | 
    
         
            +
                    from: Från
         
     | 
| 
      
 90 
     | 
    
         
            +
                    to: Till
         
     | 
| 
      
 91 
     | 
    
         
            +
                has_many_delete: Ta bort
         
     | 
| 
      
 92 
     | 
    
         
            +
                has_many_new: Skapa en ny %{model}
         
     | 
| 
      
 93 
     | 
    
         
            +
                has_many_remove: Ta bort
         
     | 
| 
       137 
94 
     | 
    
         
             
                index_list:
         
     | 
| 
       138 
     | 
    
         
            -
                  table:  
     | 
| 
      
 95 
     | 
    
         
            +
                  table: Tabell
         
     | 
| 
      
 96 
     | 
    
         
            +
                logout: Logga ut
         
     | 
| 
      
 97 
     | 
    
         
            +
                move: Flytta
         
     | 
| 
      
 98 
     | 
    
         
            +
                new_model: Ny %{model}
         
     | 
| 
      
 99 
     | 
    
         
            +
                next: Nästa
         
     | 
| 
      
 100 
     | 
    
         
            +
                pagination:
         
     | 
| 
      
 101 
     | 
    
         
            +
                  empty: Ingen %{model} hittades
         
     | 
| 
      
 102 
     | 
    
         
            +
                  entry:
         
     | 
| 
      
 103 
     | 
    
         
            +
                    one: inlägg
         
     | 
| 
      
 104 
     | 
    
         
            +
                    other: inlägg
         
     | 
| 
      
 105 
     | 
    
         
            +
                  multiple: Visar %{model} <b>%{from} - %{to}</b> av <b>%{total}</b> totalt
         
     | 
| 
      
 106 
     | 
    
         
            +
                  multiple_without_total: Visar %{model} <b>%{from} - %{to}</b>
         
     | 
| 
      
 107 
     | 
    
         
            +
                  one: Visar <b>1</b> %{model}
         
     | 
| 
      
 108 
     | 
    
         
            +
                  one_page: Visar <b>alla %{n}</b> %{model}
         
     | 
| 
      
 109 
     | 
    
         
            +
                  per_page: 'Per sida: '
         
     | 
| 
      
 110 
     | 
    
         
            +
                powered_by: Powered by %{active_admin} %{version}
         
     | 
| 
      
 111 
     | 
    
         
            +
                previous: Föregående
         
     | 
| 
      
 112 
     | 
    
         
            +
                scopes:
         
     | 
| 
      
 113 
     | 
    
         
            +
                  all: Alla
         
     | 
| 
      
 114 
     | 
    
         
            +
                search_status:
         
     | 
| 
      
 115 
     | 
    
         
            +
                  no_current_filters: Inga
         
     | 
| 
      
 116 
     | 
    
         
            +
                sidebars:
         
     | 
| 
      
 117 
     | 
    
         
            +
                  filters: Filter
         
     | 
| 
      
 118 
     | 
    
         
            +
                  search_status: Sökstatus
         
     | 
| 
      
 119 
     | 
    
         
            +
                status_tag:
         
     | 
| 
      
 120 
     | 
    
         
            +
                  'no': Nej
         
     | 
| 
      
 121 
     | 
    
         
            +
                  unset: Nej
         
     | 
| 
      
 122 
     | 
    
         
            +
                  'yes': Ja
         
     | 
| 
      
 123 
     | 
    
         
            +
                view: Visa
         
     | 
| 
      
 124 
     | 
    
         
            +
              activerecord:
         
     | 
| 
      
 125 
     | 
    
         
            +
                attributes:
         
     | 
| 
      
 126 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 127 
     | 
    
         
            +
                    author_type: Författartyp
         
     | 
| 
      
 128 
     | 
    
         
            +
                    body: Innehåll
         
     | 
| 
      
 129 
     | 
    
         
            +
                    created_at: Skapad
         
     | 
| 
      
 130 
     | 
    
         
            +
                    namespace: Namnrymd
         
     | 
| 
      
 131 
     | 
    
         
            +
                    resource_type: Resurstyp
         
     | 
| 
      
 132 
     | 
    
         
            +
                    updated_at: Aktualiserad
         
     | 
| 
      
 133 
     | 
    
         
            +
                models:
         
     | 
| 
      
 134 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 135 
     | 
    
         
            +
                    one: Kommentar
         
     | 
| 
      
 136 
     | 
    
         
            +
                    other: Kommentarer
         
     | 
| 
      
 137 
     | 
    
         
            +
                  comment:
         
     | 
| 
      
 138 
     | 
    
         
            +
                    one: Kommentar
         
     | 
| 
      
 139 
     | 
    
         
            +
                    other: Kommentarer
         
     |