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/de.yml
    CHANGED
    
    | 
         @@ -1,142 +1,143 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
       1 
2 
     | 
    
         
             
            de:
         
     | 
| 
       2 
     | 
    
         
            -
              activerecord:
         
     | 
| 
       3 
     | 
    
         
            -
                models:
         
     | 
| 
       4 
     | 
    
         
            -
                  comment:
         
     | 
| 
       5 
     | 
    
         
            -
                    one: "Kommentar"
         
     | 
| 
       6 
     | 
    
         
            -
                    other: "Kommentare"
         
     | 
| 
       7 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       8 
     | 
    
         
            -
                    one: "Kommentar"
         
     | 
| 
       9 
     | 
    
         
            -
                    other: "Kommentare"
         
     | 
| 
       10 
     | 
    
         
            -
                attributes:
         
     | 
| 
       11 
     | 
    
         
            -
                  active_admin/comment:
         
     | 
| 
       12 
     | 
    
         
            -
                    author_type: "Autortyp"
         
     | 
| 
       13 
     | 
    
         
            -
                    body: "Inhalt"
         
     | 
| 
       14 
     | 
    
         
            -
                    created_at: "Erstellt"
         
     | 
| 
       15 
     | 
    
         
            -
                    namespace: "Namensraum"
         
     | 
| 
       16 
     | 
    
         
            -
                    resource_type: "Ressourcentyp"
         
     | 
| 
       17 
     | 
    
         
            -
                    updated_at: "Aktualisiert"
         
     | 
| 
       18 
3 
     | 
    
         
             
              active_admin:
         
     | 
| 
       19 
     | 
    
         
            -
                 
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
                 
     | 
| 
       22 
     | 
    
         
            -
                delete: "Löschen"
         
     | 
| 
       23 
     | 
    
         
            -
                delete_confirmation: "Wollen Sie dieses Element wirklich löschen?"
         
     | 
| 
       24 
     | 
    
         
            -
                create_another: "Mehr %{model} erstellen"
         
     | 
| 
       25 
     | 
    
         
            -
                new_model: "%{model} erstellen"
         
     | 
| 
       26 
     | 
    
         
            -
                edit_model: "%{model} bearbeiten"
         
     | 
| 
       27 
     | 
    
         
            -
                delete_model: "%{model} löschen"
         
     | 
| 
       28 
     | 
    
         
            -
                details: "%{model} Details"
         
     | 
| 
       29 
     | 
    
         
            -
                cancel: "Abbrechen"
         
     | 
| 
       30 
     | 
    
         
            -
                empty: "Leer"
         
     | 
| 
       31 
     | 
    
         
            -
                previous: "Zurück"
         
     | 
| 
       32 
     | 
    
         
            -
                next: "Weiter"
         
     | 
| 
       33 
     | 
    
         
            -
                download: "Herunterladen:"
         
     | 
| 
       34 
     | 
    
         
            -
                has_many_new: "%{model} hinzufügen"
         
     | 
| 
       35 
     | 
    
         
            -
                has_many_delete: "Löschen"
         
     | 
| 
       36 
     | 
    
         
            -
                has_many_remove: "Entfernen"
         
     | 
| 
       37 
     | 
    
         
            -
                move: "Verschieben"
         
     | 
| 
       38 
     | 
    
         
            -
                filters:
         
     | 
| 
       39 
     | 
    
         
            -
                  buttons:
         
     | 
| 
       40 
     | 
    
         
            -
                    filter: "Filtern"
         
     | 
| 
       41 
     | 
    
         
            -
                    clear: "Filter entfernen"
         
     | 
| 
       42 
     | 
    
         
            -
                  predicates:
         
     | 
| 
       43 
     | 
    
         
            -
                    from: "Von"
         
     | 
| 
       44 
     | 
    
         
            -
                    to: "Bis"
         
     | 
| 
       45 
     | 
    
         
            -
                scopes:
         
     | 
| 
       46 
     | 
    
         
            -
                  all: "Alle"
         
     | 
| 
       47 
     | 
    
         
            -
                search_status:
         
     | 
| 
       48 
     | 
    
         
            -
                  title: "Aktive Filter"
         
     | 
| 
       49 
     | 
    
         
            -
                  title_with_scope: "Aktive Filter in %{name}"
         
     | 
| 
       50 
     | 
    
         
            -
                  no_current_filters: "Keine"
         
     | 
| 
       51 
     | 
    
         
            -
                status_tag:
         
     | 
| 
       52 
     | 
    
         
            -
                  "yes": "Ja"
         
     | 
| 
       53 
     | 
    
         
            -
                  "no": "Nein"
         
     | 
| 
       54 
     | 
    
         
            -
                  "unset": "Nein"
         
     | 
| 
       55 
     | 
    
         
            -
                logout: "Abmelden"
         
     | 
| 
       56 
     | 
    
         
            -
                powered_by: "Powered by %{active_admin} %{version}"
         
     | 
| 
       57 
     | 
    
         
            -
                sidebars:
         
     | 
| 
       58 
     | 
    
         
            -
                  filters: "Filter"
         
     | 
| 
       59 
     | 
    
         
            -
                  search_status: "Aktive Filter"
         
     | 
| 
       60 
     | 
    
         
            -
                pagination:
         
     | 
| 
       61 
     | 
    
         
            -
                  empty: "Keine %{model} gefunden"
         
     | 
| 
       62 
     | 
    
         
            -
                  one: "<b>1</b> %{model}"
         
     | 
| 
       63 
     | 
    
         
            -
                  one_page: "<b>Alle %{n}</b> %{model}"
         
     | 
| 
       64 
     | 
    
         
            -
                  multiple: "%{model} <b>%{from} – %{to}</b> von <b>%{total}</b>"
         
     | 
| 
       65 
     | 
    
         
            -
                  multiple_without_total: "%{model} <b>%{from} – %{to}</b>"
         
     | 
| 
       66 
     | 
    
         
            -
                  per_page: "Pro Seite: "
         
     | 
| 
       67 
     | 
    
         
            -
                  previous: "Vorherige"
         
     | 
| 
       68 
     | 
    
         
            -
                  next: "Nächste"
         
     | 
| 
       69 
     | 
    
         
            -
                  entry:
         
     | 
| 
       70 
     | 
    
         
            -
                    one: "Eintrag"
         
     | 
| 
       71 
     | 
    
         
            -
                    other: "Einträge"
         
     | 
| 
       72 
     | 
    
         
            -
                any: "Alle"
         
     | 
| 
       73 
     | 
    
         
            -
                blank_slate:
         
     | 
| 
       74 
     | 
    
         
            -
                  content: "Es gibt noch keine %{resource_name}."
         
     | 
| 
       75 
     | 
    
         
            -
                  link: "Erstellen"
         
     | 
| 
      
 4 
     | 
    
         
            +
                access_denied:
         
     | 
| 
      
 5 
     | 
    
         
            +
                  message: Sie haben nicht die Berechtigung um diese Aktion auszuführen.
         
     | 
| 
      
 6 
     | 
    
         
            +
                any: Alle
         
     | 
| 
       76 
7 
     | 
    
         
             
                batch_actions:
         
     | 
| 
       77 
     | 
    
         
            -
                   
     | 
| 
       78 
     | 
    
         
            -
                   
     | 
| 
       79 
     | 
    
         
            -
                   
     | 
| 
       80 
     | 
    
         
            -
                   
     | 
| 
       81 
     | 
    
         
            -
                    one: "Erfolgreich 1 %{model} gelöscht"
         
     | 
| 
       82 
     | 
    
         
            -
                    other: "Erfolgreich %{count} %{plural_model} gelöscht"
         
     | 
| 
       83 
     | 
    
         
            -
                  selection_toggle_explanation: "(Auswahl umschalten)"
         
     | 
| 
       84 
     | 
    
         
            -
                  action_label: "Ausgewählte %{title}"
         
     | 
| 
      
 8 
     | 
    
         
            +
                  action_label: Ausgewählte %{title}
         
     | 
| 
      
 9 
     | 
    
         
            +
                  button_label: Stapelverarbeitung
         
     | 
| 
      
 10 
     | 
    
         
            +
                  default_confirmation: Sind Sie sicher?
         
     | 
| 
      
 11 
     | 
    
         
            +
                  delete_confirmation: Sind Sie sicher dass Sie diese %{plural_model} löschen wollen?
         
     | 
| 
       85 
12 
     | 
    
         
             
                  labels:
         
     | 
| 
       86 
     | 
    
         
            -
                    destroy:  
     | 
| 
      
 13 
     | 
    
         
            +
                    destroy: löschen
         
     | 
| 
      
 14 
     | 
    
         
            +
                  selection_toggle_explanation: "(Auswahl umschalten)"
         
     | 
| 
      
 15 
     | 
    
         
            +
                  successfully_destroyed:
         
     | 
| 
      
 16 
     | 
    
         
            +
                    one: Erfolgreich 1 %{model} gelöscht
         
     | 
| 
      
 17 
     | 
    
         
            +
                    other: Erfolgreich %{count} %{plural_model} gelöscht
         
     | 
| 
      
 18 
     | 
    
         
            +
                blank_slate:
         
     | 
| 
      
 19 
     | 
    
         
            +
                  content: Es gibt noch keine %{resource_name}.
         
     | 
| 
      
 20 
     | 
    
         
            +
                  link: Erstellen
         
     | 
| 
      
 21 
     | 
    
         
            +
                cancel: Abbrechen
         
     | 
| 
       87 
22 
     | 
    
         
             
                comments:
         
     | 
| 
       88 
     | 
    
         
            -
                   
     | 
| 
       89 
     | 
    
         
            -
                   
     | 
| 
       90 
     | 
    
         
            -
                   
     | 
| 
       91 
     | 
    
         
            -
                   
     | 
| 
       92 
     | 
    
         
            -
                   
     | 
| 
       93 
     | 
    
         
            -
                   
     | 
| 
       94 
     | 
    
         
            -
                  delete:  
     | 
| 
       95 
     | 
    
         
            -
                  delete_confirmation:  
     | 
| 
       96 
     | 
    
         
            -
                  resource: "Ressource"
         
     | 
| 
       97 
     | 
    
         
            -
                  no_comments_yet: "Es gibt noch keine Kommentare."
         
     | 
| 
       98 
     | 
    
         
            -
                  author_missing: "Unbekannt"
         
     | 
| 
       99 
     | 
    
         
            -
                  title_content: "Kommentare (%{count})"
         
     | 
| 
      
 23 
     | 
    
         
            +
                  add: Kommentar hinzufügen
         
     | 
| 
      
 24 
     | 
    
         
            +
                  author: Autor
         
     | 
| 
      
 25 
     | 
    
         
            +
                  author_missing: Unbekannt
         
     | 
| 
      
 26 
     | 
    
         
            +
                  author_type: Autor-Typ
         
     | 
| 
      
 27 
     | 
    
         
            +
                  body: Inhalt
         
     | 
| 
      
 28 
     | 
    
         
            +
                  created_at: Erstellt
         
     | 
| 
      
 29 
     | 
    
         
            +
                  delete: Löschen
         
     | 
| 
      
 30 
     | 
    
         
            +
                  delete_confirmation: Sind Sie sicher dass Sie diesen Kommentar löschen wollen?
         
     | 
| 
       100 
31 
     | 
    
         
             
                  errors:
         
     | 
| 
       101 
     | 
    
         
            -
                    empty_text:  
     | 
| 
      
 32 
     | 
    
         
            +
                    empty_text: Der Kommentar wurde nicht gespeichert, da der Text fehlt.
         
     | 
| 
      
 33 
     | 
    
         
            +
                  no_comments_yet: Es gibt noch keine Kommentare.
         
     | 
| 
      
 34 
     | 
    
         
            +
                  resource: Ressource
         
     | 
| 
      
 35 
     | 
    
         
            +
                  resource_type: Ressourcen-Typ
         
     | 
| 
      
 36 
     | 
    
         
            +
                  title_content: Kommentare (%{count})
         
     | 
| 
      
 37 
     | 
    
         
            +
                create_another: Mehr %{model} erstellen
         
     | 
| 
      
 38 
     | 
    
         
            +
                dashboard: Übersicht
         
     | 
| 
      
 39 
     | 
    
         
            +
                delete: Löschen
         
     | 
| 
      
 40 
     | 
    
         
            +
                delete_confirmation: Wollen Sie dieses Element wirklich löschen?
         
     | 
| 
      
 41 
     | 
    
         
            +
                delete_model: "%{model} löschen"
         
     | 
| 
      
 42 
     | 
    
         
            +
                details: "%{model} Details"
         
     | 
| 
       102 
43 
     | 
    
         
             
                devise:
         
     | 
| 
       103 
     | 
    
         
            -
                   
     | 
| 
       104 
     | 
    
         
            -
                     
     | 
| 
      
 44 
     | 
    
         
            +
                  change_password:
         
     | 
| 
      
 45 
     | 
    
         
            +
                    submit: Mein Passwort ändern
         
     | 
| 
      
 46 
     | 
    
         
            +
                    title: Ändern Sie Ihr Passwort
         
     | 
| 
       105 
47 
     | 
    
         
             
                  email:
         
     | 
| 
       106 
     | 
    
         
            -
                    title:  
     | 
| 
       107 
     | 
    
         
            -
                   
     | 
| 
       108 
     | 
    
         
            -
                     
     | 
| 
      
 48 
     | 
    
         
            +
                    title: E-Mail-Adresse
         
     | 
| 
      
 49 
     | 
    
         
            +
                  links:
         
     | 
| 
      
 50 
     | 
    
         
            +
                    forgot_your_password: Passwort vergessen?
         
     | 
| 
      
 51 
     | 
    
         
            +
                    resend_confirmation_instructions: Bestätigungsanweisung erneut senden
         
     | 
| 
      
 52 
     | 
    
         
            +
                    resend_unlock_instructions: Entsperrungsanweisung erneut senden
         
     | 
| 
      
 53 
     | 
    
         
            +
                    sign_in: Anmeldung
         
     | 
| 
      
 54 
     | 
    
         
            +
                    sign_in_with_omniauth_provider: Anmeldung mit %{provider}
         
     | 
| 
      
 55 
     | 
    
         
            +
                    sign_up: Registrieren
         
     | 
| 
      
 56 
     | 
    
         
            +
                  login:
         
     | 
| 
      
 57 
     | 
    
         
            +
                    remember_me: Angemeldet bleiben
         
     | 
| 
      
 58 
     | 
    
         
            +
                    submit: Login
         
     | 
| 
      
 59 
     | 
    
         
            +
                    title: Login
         
     | 
| 
       109 
60 
     | 
    
         
             
                  password:
         
     | 
| 
       110 
     | 
    
         
            -
                    title:  
     | 
| 
      
 61 
     | 
    
         
            +
                    title: Passwort
         
     | 
| 
       111 
62 
     | 
    
         
             
                  password_confirmation:
         
     | 
| 
       112 
     | 
    
         
            -
                    title:  
     | 
| 
       113 
     | 
    
         
            -
                   
     | 
| 
       114 
     | 
    
         
            -
                     
     | 
| 
       115 
     | 
    
         
            -
                     
     | 
| 
       116 
     | 
    
         
            -
                  login:
         
     | 
| 
       117 
     | 
    
         
            -
                    title: "Login"
         
     | 
| 
       118 
     | 
    
         
            -
                    remember_me: "Angemeldet bleiben"
         
     | 
| 
       119 
     | 
    
         
            -
                    submit: "Login"
         
     | 
| 
      
 63 
     | 
    
         
            +
                    title: Passwort Bestätigung
         
     | 
| 
      
 64 
     | 
    
         
            +
                  resend_confirmation_instructions:
         
     | 
| 
      
 65 
     | 
    
         
            +
                    submit: Anleitung zur Bestätigung noch mal schicken
         
     | 
| 
      
 66 
     | 
    
         
            +
                    title: Anleitung zur Bestätigung noch mal schicken
         
     | 
| 
       120 
67 
     | 
    
         
             
                  reset_password:
         
     | 
| 
       121 
     | 
    
         
            -
                     
     | 
| 
       122 
     | 
    
         
            -
                     
     | 
| 
       123 
     | 
    
         
            -
                   
     | 
| 
       124 
     | 
    
         
            -
                     
     | 
| 
       125 
     | 
    
         
            -
                     
     | 
| 
      
 68 
     | 
    
         
            +
                    submit: Mein Passwort zurücksetzen
         
     | 
| 
      
 69 
     | 
    
         
            +
                    title: Passwort vergessen?
         
     | 
| 
      
 70 
     | 
    
         
            +
                  sign_up:
         
     | 
| 
      
 71 
     | 
    
         
            +
                    submit: Registrieren
         
     | 
| 
      
 72 
     | 
    
         
            +
                    title: Registrieren
         
     | 
| 
      
 73 
     | 
    
         
            +
                  subdomain:
         
     | 
| 
      
 74 
     | 
    
         
            +
                    title: Subdomain
         
     | 
| 
       126 
75 
     | 
    
         
             
                  unlock:
         
     | 
| 
       127 
     | 
    
         
            -
                     
     | 
| 
       128 
     | 
    
         
            -
                     
     | 
| 
       129 
     | 
    
         
            -
                   
     | 
| 
       130 
     | 
    
         
            -
                    title:  
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
       137 
     | 
    
         
            -
                     
     | 
| 
       138 
     | 
    
         
            -
                     
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
       140 
     | 
    
         
            -
             
     | 
| 
      
 76 
     | 
    
         
            +
                    submit: Entsperrungsanweisung erneut senden
         
     | 
| 
      
 77 
     | 
    
         
            +
                    title: Entsperrungsanweisung erneut senden
         
     | 
| 
      
 78 
     | 
    
         
            +
                  username:
         
     | 
| 
      
 79 
     | 
    
         
            +
                    title: Benutzername
         
     | 
| 
      
 80 
     | 
    
         
            +
                download: 'Herunterladen:'
         
     | 
| 
      
 81 
     | 
    
         
            +
                edit: Bearbeiten
         
     | 
| 
      
 82 
     | 
    
         
            +
                edit_model: "%{model} bearbeiten"
         
     | 
| 
      
 83 
     | 
    
         
            +
                empty: Leer
         
     | 
| 
      
 84 
     | 
    
         
            +
                filters:
         
     | 
| 
      
 85 
     | 
    
         
            +
                  buttons:
         
     | 
| 
      
 86 
     | 
    
         
            +
                    clear: Filter entfernen
         
     | 
| 
      
 87 
     | 
    
         
            +
                    filter: Filtern
         
     | 
| 
      
 88 
     | 
    
         
            +
                  predicates:
         
     | 
| 
      
 89 
     | 
    
         
            +
                    from: Von
         
     | 
| 
      
 90 
     | 
    
         
            +
                    to: Bis
         
     | 
| 
      
 91 
     | 
    
         
            +
                has_many_delete: Löschen
         
     | 
| 
      
 92 
     | 
    
         
            +
                has_many_new: "%{model} hinzufügen"
         
     | 
| 
      
 93 
     | 
    
         
            +
                has_many_remove: Entfernen
         
     | 
| 
       141 
94 
     | 
    
         
             
                index_list:
         
     | 
| 
       142 
     | 
    
         
            -
                  table:  
     | 
| 
      
 95 
     | 
    
         
            +
                  table: Tabelle
         
     | 
| 
      
 96 
     | 
    
         
            +
                logout: Abmelden
         
     | 
| 
      
 97 
     | 
    
         
            +
                move: Verschieben
         
     | 
| 
      
 98 
     | 
    
         
            +
                new_model: "%{model} erstellen"
         
     | 
| 
      
 99 
     | 
    
         
            +
                next: Weiter
         
     | 
| 
      
 100 
     | 
    
         
            +
                pagination:
         
     | 
| 
      
 101 
     | 
    
         
            +
                  empty: Keine %{model} gefunden
         
     | 
| 
      
 102 
     | 
    
         
            +
                  entry:
         
     | 
| 
      
 103 
     | 
    
         
            +
                    one: Eintrag
         
     | 
| 
      
 104 
     | 
    
         
            +
                    other: Einträge
         
     | 
| 
      
 105 
     | 
    
         
            +
                  multiple: "%{model} <b>%{from} – %{to}</b> von <b>%{total}</b>"
         
     | 
| 
      
 106 
     | 
    
         
            +
                  multiple_without_total: "%{model} <b>%{from} – %{to}</b>"
         
     | 
| 
      
 107 
     | 
    
         
            +
                  next: Nächste
         
     | 
| 
      
 108 
     | 
    
         
            +
                  one: "<b>1</b> %{model}"
         
     | 
| 
      
 109 
     | 
    
         
            +
                  one_page: "<b>Alle %{n}</b> %{model}"
         
     | 
| 
      
 110 
     | 
    
         
            +
                  per_page: 'Pro Seite: '
         
     | 
| 
      
 111 
     | 
    
         
            +
                  previous: Vorherige
         
     | 
| 
      
 112 
     | 
    
         
            +
                powered_by: Powered by %{active_admin} %{version}
         
     | 
| 
      
 113 
     | 
    
         
            +
                previous: Zurück
         
     | 
| 
      
 114 
     | 
    
         
            +
                scopes:
         
     | 
| 
      
 115 
     | 
    
         
            +
                  all: Alle
         
     | 
| 
      
 116 
     | 
    
         
            +
                search_status:
         
     | 
| 
      
 117 
     | 
    
         
            +
                  no_current_filters: Keine
         
     | 
| 
      
 118 
     | 
    
         
            +
                  title: Aktive Filter
         
     | 
| 
      
 119 
     | 
    
         
            +
                  title_with_scope: Aktive Filter in %{name}
         
     | 
| 
      
 120 
     | 
    
         
            +
                sidebars:
         
     | 
| 
      
 121 
     | 
    
         
            +
                  filters: Filter
         
     | 
| 
      
 122 
     | 
    
         
            +
                  search_status: Aktive Filter
         
     | 
| 
      
 123 
     | 
    
         
            +
                status_tag:
         
     | 
| 
      
 124 
     | 
    
         
            +
                  'no': Nein
         
     | 
| 
      
 125 
     | 
    
         
            +
                  unset: Nein
         
     | 
| 
      
 126 
     | 
    
         
            +
                  'yes': Ja
         
     | 
| 
      
 127 
     | 
    
         
            +
                view: Anzeigen
         
     | 
| 
      
 128 
     | 
    
         
            +
              activerecord:
         
     | 
| 
      
 129 
     | 
    
         
            +
                attributes:
         
     | 
| 
      
 130 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 131 
     | 
    
         
            +
                    author_type: Autortyp
         
     | 
| 
      
 132 
     | 
    
         
            +
                    body: Inhalt
         
     | 
| 
      
 133 
     | 
    
         
            +
                    created_at: Erstellt
         
     | 
| 
      
 134 
     | 
    
         
            +
                    namespace: Namensraum
         
     | 
| 
      
 135 
     | 
    
         
            +
                    resource_type: Ressourcentyp
         
     | 
| 
      
 136 
     | 
    
         
            +
                    updated_at: Aktualisiert
         
     | 
| 
      
 137 
     | 
    
         
            +
                models:
         
     | 
| 
      
 138 
     | 
    
         
            +
                  active_admin/comment:
         
     | 
| 
      
 139 
     | 
    
         
            +
                    one: Kommentar
         
     | 
| 
      
 140 
     | 
    
         
            +
                    other: Kommentare
         
     | 
| 
      
 141 
     | 
    
         
            +
                  comment:
         
     | 
| 
      
 142 
     | 
    
         
            +
                    one: Kommentar
         
     | 
| 
      
 143 
     | 
    
         
            +
                    other: Kommentare
         
     | 
    
        data/config/locales/el.yml
    CHANGED
    
    | 
         @@ -1,106 +1,107 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
       1 
2 
     | 
    
         
             
            el:
         
     | 
| 
       2 
3 
     | 
    
         
             
              active_admin:
         
     | 
| 
       3 
     | 
    
         
            -
                 
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
                 
     | 
| 
       6 
     | 
    
         
            -
                delete: "Διαγραφή"
         
     | 
| 
       7 
     | 
    
         
            -
                delete_confirmation: "Είστε σίγουρος πως θέλετε να το διαγράψετε;"
         
     | 
| 
       8 
     | 
    
         
            -
                new_model: "Δημιουργία %{model}"
         
     | 
| 
       9 
     | 
    
         
            -
                edit_model: "Επεξεργασία %{model}"
         
     | 
| 
       10 
     | 
    
         
            -
                delete_model: "Διαγραφή %{model}"
         
     | 
| 
       11 
     | 
    
         
            -
                details: "Λεπτομέρειες %{model}"
         
     | 
| 
       12 
     | 
    
         
            -
                cancel: "Ακύρωση"
         
     | 
| 
       13 
     | 
    
         
            -
                empty: "Άδειο"
         
     | 
| 
       14 
     | 
    
         
            -
                previous: "Προηγούμενη"
         
     | 
| 
       15 
     | 
    
         
            -
                next: "Επόμενη"
         
     | 
| 
       16 
     | 
    
         
            -
                download: "Κατέβασμα:"
         
     | 
| 
       17 
     | 
    
         
            -
                has_many_new: "Προσθήκη Νέου %{model}"
         
     | 
| 
       18 
     | 
    
         
            -
                has_many_delete: "Διαγραφή"
         
     | 
| 
       19 
     | 
    
         
            -
                has_many_remove: "Αφαίρεση"
         
     | 
| 
       20 
     | 
    
         
            -
                filters:
         
     | 
| 
       21 
     | 
    
         
            -
                  buttons:
         
     | 
| 
       22 
     | 
    
         
            -
                    filter: "Φίλτρα"
         
     | 
| 
       23 
     | 
    
         
            -
                    clear: "Καθαρισμός Φίλτρων"
         
     | 
| 
       24 
     | 
    
         
            -
                status_tag:
         
     | 
| 
       25 
     | 
    
         
            -
                  "yes": "Ναι"
         
     | 
| 
       26 
     | 
    
         
            -
                  "no": "Όχι"
         
     | 
| 
       27 
     | 
    
         
            -
                  "unset": "Όχι"
         
     | 
| 
       28 
     | 
    
         
            -
                logout: "Αποσύνδεση"
         
     | 
| 
       29 
     | 
    
         
            -
                powered_by: "Powered by %{active_admin} %{version}"
         
     | 
| 
       30 
     | 
    
         
            -
                sidebars:
         
     | 
| 
       31 
     | 
    
         
            -
                  filters: "Φίλτρα"
         
     | 
| 
       32 
     | 
    
         
            -
                pagination:
         
     | 
| 
       33 
     | 
    
         
            -
                  empty: "Δε βρέθηκαν %{model}"
         
     | 
| 
       34 
     | 
    
         
            -
                  one: "Εμφάνιζεται <b>1</b> %{model}"
         
     | 
| 
       35 
     | 
    
         
            -
                  one_page: "Εμφανίζονται <b>όλες οι %{n}</b> εγγραφές %{model}"
         
     | 
| 
       36 
     | 
    
         
            -
                  multiple: "Εμφανίζονται %{model} <b>%{from} - %{to}</b> από <b>%{total}</b> συνολικά"
         
     | 
| 
       37 
     | 
    
         
            -
                  multiple_without_total: "Εμφανίζονται %{model} <b>%{from} - %{to}</b>"
         
     | 
| 
       38 
     | 
    
         
            -
                  entry:
         
     | 
| 
       39 
     | 
    
         
            -
                    one: "εγγραφή"
         
     | 
| 
       40 
     | 
    
         
            -
                    other: "εγγραφές"
         
     | 
| 
       41 
     | 
    
         
            -
                any: "Όλες οι εγγραφές"
         
     | 
| 
       42 
     | 
    
         
            -
                blank_slate:
         
     | 
| 
       43 
     | 
    
         
            -
                  content: "Δεν υπάρχουν %{resource_name} ακόμα."
         
     | 
| 
       44 
     | 
    
         
            -
                  link: "Δημιουργήστε μία εγγραφή"
         
     | 
| 
      
 4 
     | 
    
         
            +
                access_denied:
         
     | 
| 
      
 5 
     | 
    
         
            +
                  message: Δεν έχετε πρόσβαση για αυτή την ενέργεια.
         
     | 
| 
      
 6 
     | 
    
         
            +
                any: Όλες οι εγγραφές
         
     | 
| 
       45 
7 
     | 
    
         
             
                batch_actions:
         
     | 
| 
       46 
     | 
    
         
            -
                  button_label: "Μαζικές Ενέργειες"
         
     | 
| 
       47 
     | 
    
         
            -
                  default_confirmation: "Είστε σίγουρος πως θέλετε να το κάνετε αυτό;"
         
     | 
| 
       48 
     | 
    
         
            -
                  delete_confirmation: "Είστε σίγουρος πως θέλετε να διαγράψετε αυτά τα %{plural_model}?"
         
     | 
| 
       49 
     | 
    
         
            -
                  succesfully_destroyed:
         
     | 
| 
       50 
     | 
    
         
            -
                    one: "Διαγράφηκε επιτυχώς 1 %{model}"
         
     | 
| 
       51 
     | 
    
         
            -
                    other: "Διαγράφηκαν επιτυχώς %{count} %{plural_model}"
         
     | 
| 
       52 
     | 
    
         
            -
                  selection_toggle_explanation: "(Αντιστροφή επιλογών)"
         
     | 
| 
       53 
8 
     | 
    
         
             
                  action_label: "%{title} επιλεγμένων"
         
     | 
| 
      
 9 
     | 
    
         
            +
                  button_label: Μαζικές Ενέργειες
         
     | 
| 
      
 10 
     | 
    
         
            +
                  default_confirmation: Είστε σίγουρος πως θέλετε να το κάνετε αυτό;
         
     | 
| 
      
 11 
     | 
    
         
            +
                  delete_confirmation: Είστε σίγουρος πως θέλετε να διαγράψετε αυτά τα %{plural_model}?
         
     | 
| 
       54 
12 
     | 
    
         
             
                  labels:
         
     | 
| 
       55 
     | 
    
         
            -
                    destroy:  
     | 
| 
      
 13 
     | 
    
         
            +
                    destroy: Διαγραφή
         
     | 
| 
      
 14 
     | 
    
         
            +
                  selection_toggle_explanation: "(Αντιστροφή επιλογών)"
         
     | 
| 
      
 15 
     | 
    
         
            +
                  successfully_destroyed:
         
     | 
| 
      
 16 
     | 
    
         
            +
                    one: Διαγράφηκε επιτυχώς 1 %{model}
         
     | 
| 
      
 17 
     | 
    
         
            +
                    other: Διαγράφηκαν επιτυχώς %{count} %{plural_model}
         
     | 
| 
      
 18 
     | 
    
         
            +
                blank_slate:
         
     | 
| 
      
 19 
     | 
    
         
            +
                  content: Δεν υπάρχουν %{resource_name} ακόμα.
         
     | 
| 
      
 20 
     | 
    
         
            +
                  link: Δημιουργήστε μία εγγραφή
         
     | 
| 
      
 21 
     | 
    
         
            +
                cancel: Ακύρωση
         
     | 
| 
       56 
22 
     | 
    
         
             
                comments:
         
     | 
| 
       57 
     | 
    
         
            -
                   
     | 
| 
       58 
     | 
    
         
            -
                   
     | 
| 
       59 
     | 
    
         
            -
                   
     | 
| 
       60 
     | 
    
         
            -
                   
     | 
| 
       61 
     | 
    
         
            -
                   
     | 
| 
       62 
     | 
    
         
            -
                  resource: "Εγγραφή"
         
     | 
| 
       63 
     | 
    
         
            -
                  no_comments_yet: "Δεν υπάρχει κανένα σχόλιο."
         
     | 
| 
       64 
     | 
    
         
            -
                  author_missing: "Ανώνυμος"
         
     | 
| 
       65 
     | 
    
         
            -
                  title_content: "Σχόλια (%{count})"
         
     | 
| 
      
 23 
     | 
    
         
            +
                  add: Προσθήκη Σχολίου
         
     | 
| 
      
 24 
     | 
    
         
            +
                  author: Συγγραφέας
         
     | 
| 
      
 25 
     | 
    
         
            +
                  author_missing: Ανώνυμος
         
     | 
| 
      
 26 
     | 
    
         
            +
                  author_type: Τύπος Συγγραφέα
         
     | 
| 
      
 27 
     | 
    
         
            +
                  body: Κείμενο
         
     | 
| 
       66 
28 
     | 
    
         
             
                  errors:
         
     | 
| 
       67 
     | 
    
         
            -
                    empty_text:  
     | 
| 
      
 29 
     | 
    
         
            +
                    empty_text: Το σχόλιο δε σώθηκε, το κείμενο ήταν κενό.
         
     | 
| 
      
 30 
     | 
    
         
            +
                  no_comments_yet: Δεν υπάρχει κανένα σχόλιο.
         
     | 
| 
      
 31 
     | 
    
         
            +
                  resource: Εγγραφή
         
     | 
| 
      
 32 
     | 
    
         
            +
                  resource_type: Τύπος Εγγραφής
         
     | 
| 
      
 33 
     | 
    
         
            +
                  title_content: Σχόλια (%{count})
         
     | 
| 
      
 34 
     | 
    
         
            +
                dashboard: Σελίδα διαχείρισης
         
     | 
| 
      
 35 
     | 
    
         
            +
                delete: Διαγραφή
         
     | 
| 
      
 36 
     | 
    
         
            +
                delete_confirmation: Είστε σίγουρος πως θέλετε να το διαγράψετε;
         
     | 
| 
      
 37 
     | 
    
         
            +
                delete_model: Διαγραφή %{model}
         
     | 
| 
      
 38 
     | 
    
         
            +
                details: Λεπτομέρειες %{model}
         
     | 
| 
       68 
39 
     | 
    
         
             
                devise:
         
     | 
| 
       69 
     | 
    
         
            -
                   
     | 
| 
       70 
     | 
    
         
            -
                     
     | 
| 
      
 40 
     | 
    
         
            +
                  change_password:
         
     | 
| 
      
 41 
     | 
    
         
            +
                    submit: Αλλαγή του κωδικού
         
     | 
| 
      
 42 
     | 
    
         
            +
                    title: Αλλάξτε τον κωδικό σας
         
     | 
| 
       71 
43 
     | 
    
         
             
                  email:
         
     | 
| 
       72 
     | 
    
         
            -
                    title:  
     | 
| 
       73 
     | 
    
         
            -
                   
     | 
| 
       74 
     | 
    
         
            -
                     
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
                     
     | 
| 
       77 
     | 
    
         
            -
             
     | 
| 
       78 
     | 
    
         
            -
                     
     | 
| 
       79 
     | 
    
         
            -
                     
     | 
| 
      
 44 
     | 
    
         
            +
                    title: Email
         
     | 
| 
      
 45 
     | 
    
         
            +
                  links:
         
     | 
| 
      
 46 
     | 
    
         
            +
                    forgot_your_password: Ξεχάσατε τον κωδικό σας;
         
     | 
| 
      
 47 
     | 
    
         
            +
                    resend_confirmation_instructions: Αποστολή οδηγιών επιβεβαίωσης
         
     | 
| 
      
 48 
     | 
    
         
            +
                    resend_unlock_instructions: Αποστολή οδηγιών ξεκλειδώματος
         
     | 
| 
      
 49 
     | 
    
         
            +
                    sign_in: Σύνδεση
         
     | 
| 
      
 50 
     | 
    
         
            +
                    sign_in_with_omniauth_provider: Σύνδεση με %{provider}
         
     | 
| 
      
 51 
     | 
    
         
            +
                    sign_up: Εγγραφή
         
     | 
| 
       80 
52 
     | 
    
         
             
                  login:
         
     | 
| 
       81 
     | 
    
         
            -
                     
     | 
| 
       82 
     | 
    
         
            -
                     
     | 
| 
       83 
     | 
    
         
            -
                     
     | 
| 
      
 53 
     | 
    
         
            +
                    remember_me: Να με θυμάσαι
         
     | 
| 
      
 54 
     | 
    
         
            +
                    submit: Σύνδεση
         
     | 
| 
      
 55 
     | 
    
         
            +
                    title: Σύνδεση
         
     | 
| 
      
 56 
     | 
    
         
            +
                  password:
         
     | 
| 
      
 57 
     | 
    
         
            +
                    title: Κωδικός
         
     | 
| 
      
 58 
     | 
    
         
            +
                  resend_confirmation_instructions:
         
     | 
| 
      
 59 
     | 
    
         
            +
                    submit: Αποστολή οδηγιών επιβεβαίωσης
         
     | 
| 
      
 60 
     | 
    
         
            +
                    title: Αποστολή οδηγιών επιβεβαίωσης
         
     | 
| 
       84 
61 
     | 
    
         
             
                  reset_password:
         
     | 
| 
       85 
     | 
    
         
            -
                     
     | 
| 
       86 
     | 
    
         
            -
                     
     | 
| 
       87 
     | 
    
         
            -
                   
     | 
| 
       88 
     | 
    
         
            -
                     
     | 
| 
       89 
     | 
    
         
            -
                     
     | 
| 
      
 62 
     | 
    
         
            +
                    submit: Επαναφορά κωδικού
         
     | 
| 
      
 63 
     | 
    
         
            +
                    title: Ξεχάσατε τον κωδικό σας;
         
     | 
| 
      
 64 
     | 
    
         
            +
                  sign_up:
         
     | 
| 
      
 65 
     | 
    
         
            +
                    submit: Εγγραφή
         
     | 
| 
      
 66 
     | 
    
         
            +
                    title: Εγγραφή
         
     | 
| 
      
 67 
     | 
    
         
            +
                  subdomain:
         
     | 
| 
      
 68 
     | 
    
         
            +
                    title: Subdomain
         
     | 
| 
       90 
69 
     | 
    
         
             
                  unlock:
         
     | 
| 
       91 
     | 
    
         
            -
                     
     | 
| 
       92 
     | 
    
         
            -
                     
     | 
| 
       93 
     | 
    
         
            -
                   
     | 
| 
       94 
     | 
    
         
            -
                    title:  
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
     | 
    
         
            -
             
     | 
| 
       97 
     | 
    
         
            -
             
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
                     
     | 
| 
       102 
     | 
    
         
            -
                     
     | 
| 
       103 
     | 
    
         
            -
                 
     | 
| 
       104 
     | 
    
         
            -
             
     | 
| 
      
 70 
     | 
    
         
            +
                    submit: Αποστολή οδηγιών ξεκλειδώματος
         
     | 
| 
      
 71 
     | 
    
         
            +
                    title: Αποστολή οδηγιών ξεκλειδώματος
         
     | 
| 
      
 72 
     | 
    
         
            +
                  username:
         
     | 
| 
      
 73 
     | 
    
         
            +
                    title: Όνομα χρήστη
         
     | 
| 
      
 74 
     | 
    
         
            +
                download: 'Κατέβασμα:'
         
     | 
| 
      
 75 
     | 
    
         
            +
                edit: Επεξεργασία
         
     | 
| 
      
 76 
     | 
    
         
            +
                edit_model: Επεξεργασία %{model}
         
     | 
| 
      
 77 
     | 
    
         
            +
                empty: Άδειο
         
     | 
| 
      
 78 
     | 
    
         
            +
                filters:
         
     | 
| 
      
 79 
     | 
    
         
            +
                  buttons:
         
     | 
| 
      
 80 
     | 
    
         
            +
                    clear: Καθαρισμός Φίλτρων
         
     | 
| 
      
 81 
     | 
    
         
            +
                    filter: Φίλτρα
         
     | 
| 
      
 82 
     | 
    
         
            +
                has_many_delete: Διαγραφή
         
     | 
| 
      
 83 
     | 
    
         
            +
                has_many_new: Προσθήκη Νέου %{model}
         
     | 
| 
      
 84 
     | 
    
         
            +
                has_many_remove: Αφαίρεση
         
     | 
| 
       105 
85 
     | 
    
         
             
                index_list:
         
     | 
| 
       106 
     | 
    
         
            -
                  table:  
     | 
| 
      
 86 
     | 
    
         
            +
                  table: Πίνακας
         
     | 
| 
      
 87 
     | 
    
         
            +
                logout: Αποσύνδεση
         
     | 
| 
      
 88 
     | 
    
         
            +
                new_model: Δημιουργία %{model}
         
     | 
| 
      
 89 
     | 
    
         
            +
                next: Επόμενη
         
     | 
| 
      
 90 
     | 
    
         
            +
                pagination:
         
     | 
| 
      
 91 
     | 
    
         
            +
                  empty: Δε βρέθηκαν %{model}
         
     | 
| 
      
 92 
     | 
    
         
            +
                  entry:
         
     | 
| 
      
 93 
     | 
    
         
            +
                    one: εγγραφή
         
     | 
| 
      
 94 
     | 
    
         
            +
                    other: εγγραφές
         
     | 
| 
      
 95 
     | 
    
         
            +
                  multiple: Εμφανίζονται %{model} <b>%{from} - %{to}</b> από <b>%{total}</b> συνολικά
         
     | 
| 
      
 96 
     | 
    
         
            +
                  multiple_without_total: Εμφανίζονται %{model} <b>%{from} - %{to}</b>
         
     | 
| 
      
 97 
     | 
    
         
            +
                  one: Εμφάνιζεται <b>1</b> %{model}
         
     | 
| 
      
 98 
     | 
    
         
            +
                  one_page: Εμφανίζονται <b>όλες οι %{n}</b> εγγραφές %{model}
         
     | 
| 
      
 99 
     | 
    
         
            +
                powered_by: Powered by %{active_admin} %{version}
         
     | 
| 
      
 100 
     | 
    
         
            +
                previous: Προηγούμενη
         
     | 
| 
      
 101 
     | 
    
         
            +
                sidebars:
         
     | 
| 
      
 102 
     | 
    
         
            +
                  filters: Φίλτρα
         
     | 
| 
      
 103 
     | 
    
         
            +
                status_tag:
         
     | 
| 
      
 104 
     | 
    
         
            +
                  'no': Όχι
         
     | 
| 
      
 105 
     | 
    
         
            +
                  unset: Όχι
         
     | 
| 
      
 106 
     | 
    
         
            +
                  'yes': Ναι
         
     | 
| 
      
 107 
     | 
    
         
            +
                view: Προβολή
         
     |