decidim-admin 0.26.2 → 0.26.3
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.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/decidim/admin/organization_controller.rb +3 -3
- data/app/controllers/decidim/admin/resource_permissions_controller.rb +1 -1
- data/app/helpers/decidim/admin/settings_helper.rb +57 -11
- data/app/packs/entrypoints/decidim_admin.js +5 -1
- data/app/packs/src/decidim/admin/choose_language.js +11 -9
- data/app/packs/src/decidim/admin/dynamic_fields.component.js +1 -0
- data/app/packs/stylesheets/decidim/admin/modules/_forms.scss +6 -0
- data/app/views/decidim/admin/resource_permissions/edit.html.erb +1 -1
- data/config/locales/cs.yml +14 -14
- data/config/locales/fr.yml +14 -14
- data/config/locales/hu.yml +185 -2
- data/config/locales/lt.yml +974 -0
- data/config/locales/nl.yml +61 -1
- data/config/locales/no.yml +5 -0
- data/config/locales/oc-FR.yml +1 -0
- data/config/locales/pl.yml +59 -2
- data/config/locales/sv.yml +1 -0
- data/lib/decidim/admin/version.rb +1 -1
- metadata +9 -8
    
        data/config/locales/nl.yml
    CHANGED
    
    | @@ -45,7 +45,7 @@ nl: | |
| 45 45 | 
             
                    enable_omnipresent_banner: Toon permanente header
         | 
| 46 46 | 
             
                    enable_participatory_space_filters: Schakel filters in voor de participatieve ruimte
         | 
| 47 47 | 
             
                    facebook_handler: Facebook naam
         | 
| 48 | 
            -
                    favicon:  | 
| 48 | 
            +
                    favicon: Favicon
         | 
| 49 49 | 
             
                    force_authentication: Verplicht aanmelden
         | 
| 50 50 | 
             
                    force_users_to_authenticate_before_access_organization: Verplicht gebruikers om zich aan te melden voor toegang tot de organisatie
         | 
| 51 51 | 
             
                    from: E-mailadres afzender
         | 
| @@ -63,6 +63,9 @@ nl: | |
| 63 63 | 
             
                    host: Host
         | 
| 64 64 | 
             
                    instagram_handler: Instagram gebruikersnaam
         | 
| 65 65 | 
             
                    logo: Logo
         | 
| 66 | 
            +
                    machine_translation_display_priority: Voorrang weergave machinevertaling
         | 
| 67 | 
            +
                    machine_translation_display_priority_original: Oorspronkelijke tekst eerst
         | 
| 68 | 
            +
                    machine_translation_display_priority_translation: Vertaalde tekst eerst
         | 
| 66 69 | 
             
                    name: Naam
         | 
| 67 70 | 
             
                    official_img_footer: Officieel logo voettekst
         | 
| 68 71 | 
             
                    official_img_header: Officieel logo header
         | 
| @@ -100,6 +103,8 @@ nl: | |
| 100 103 | 
             
                    name: Naam
         | 
| 101 104 | 
             
                    organization: Organisatie
         | 
| 102 105 | 
             
                    plural: Meervoud
         | 
| 106 | 
            +
                  settings:
         | 
| 107 | 
            +
                    scope_id: Scope
         | 
| 103 108 | 
             
                  static_page:
         | 
| 104 109 | 
             
                    allow_public_access: Toegang zonder authenticatie toestaan
         | 
| 105 110 | 
             
                    changed_notably: Er zijn merkbare veranderingen geweest.
         | 
| @@ -118,6 +123,10 @@ nl: | |
| 118 123 | 
             
                    file: Bestand
         | 
| 119 124 | 
             
                errors:
         | 
| 120 125 | 
             
                  models:
         | 
| 126 | 
            +
                    newsletter:
         | 
| 127 | 
            +
                      attributes:
         | 
| 128 | 
            +
                        base:
         | 
| 129 | 
            +
                          at_least_one_space: Selecteer minstens één participatieve ruimte
         | 
| 121 130 | 
             
                    organization:
         | 
| 122 131 | 
             
                      attributes:
         | 
| 123 132 | 
             
                        official_img_footer:
         | 
| @@ -166,6 +175,7 @@ nl: | |
| 166 175 | 
             
                    per_page: Per pagina
         | 
| 167 176 | 
             
                    permissions: Permissies
         | 
| 168 177 | 
             
                    reject: Weigeren
         | 
| 178 | 
            +
                    share: Deel
         | 
| 169 179 | 
             
                    user:
         | 
| 170 180 | 
             
                      new: Nieuwe gebruiker
         | 
| 171 181 | 
             
                    verify: Verifiëren
         | 
| @@ -315,7 +325,20 @@ nl: | |
| 315 325 | 
             
                      error: Er is een fout opgetreden bij het bijwerken van dit onderdeel.
         | 
| 316 326 | 
             
                      success: Het onderdeel is met succes bijgewerkt.
         | 
| 317 327 | 
             
                  conflicts:
         | 
| 328 | 
            +
                    attempts: Pogingen
         | 
| 329 | 
            +
                    'false': 'Nee'
         | 
| 330 | 
            +
                    managed_user_name: Beheerde gebruiker
         | 
| 331 | 
            +
                    solved: Opgelost
         | 
| 318 332 | 
             
                    title: Controle conflicten
         | 
| 333 | 
            +
                    transfer:
         | 
| 334 | 
            +
                      email: E-mail
         | 
| 335 | 
            +
                      error: Er is een probleem opgetreden bij het overbrengen van de huidige deelnemer naar een beheerde deelnemer.
         | 
| 336 | 
            +
                      name: Naam
         | 
| 337 | 
            +
                      reason: Reden
         | 
| 338 | 
            +
                      success: De overdracht is met succes voltooid.
         | 
| 339 | 
            +
                      title: Overdracht
         | 
| 340 | 
            +
                    'true': 'Ja'
         | 
| 341 | 
            +
                    user_name: Gebruiker
         | 
| 319 342 | 
             
                  dashboard:
         | 
| 320 343 | 
             
                    show:
         | 
| 321 344 | 
             
                      view_more_logs: Bekijk meer logs
         | 
| @@ -507,8 +530,10 @@ nl: | |
| 507 530 | 
             
                    help_sections: Helpsecties
         | 
| 508 531 | 
             
                    homepage: Startpagina
         | 
| 509 532 | 
             
                    impersonations: Zich voordoen als
         | 
| 533 | 
            +
                    moderation: Algemene moderatie
         | 
| 510 534 | 
             
                    newsletters: Nieuwsbrieven
         | 
| 511 535 | 
             
                    participants: Deelnemers
         | 
| 536 | 
            +
                    reported_users: Gerapporteerde gebruikers
         | 
| 512 537 | 
             
                    scope_types: Scope types
         | 
| 513 538 | 
             
                    scopes: Scopes
         | 
| 514 539 | 
             
                    settings: Instellingen
         | 
| @@ -564,6 +589,14 @@ nl: | |
| 564 589 | 
             
                      fields:
         | 
| 565 590 | 
             
                        name: Naam
         | 
| 566 591 | 
             
                        plural: Meervoud
         | 
| 592 | 
            +
                    share_token:
         | 
| 593 | 
            +
                      fields:
         | 
| 594 | 
            +
                        created_at: Aangemaakt op
         | 
| 595 | 
            +
                        expires_at: Vervalt op
         | 
| 596 | 
            +
                        last_used_at: Laatste keer gebruikt
         | 
| 597 | 
            +
                        times_used: Aantal keren gebruikt
         | 
| 598 | 
            +
                        token: Token
         | 
| 599 | 
            +
                        user: Aangemaakt door
         | 
| 567 600 | 
             
                    static_page:
         | 
| 568 601 | 
             
                      fields:
         | 
| 569 602 | 
             
                        created_at: Aangemaakt op
         | 
| @@ -589,8 +622,25 @@ nl: | |
| 589 622 | 
             
                        state: Staat
         | 
| 590 623 | 
             
                        users_count: Aantal deelnemers
         | 
| 591 624 | 
             
                  moderated_users:
         | 
| 625 | 
            +
                    index:
         | 
| 626 | 
            +
                      actions:
         | 
| 627 | 
            +
                        block: Gebruiker blokkeren
         | 
| 628 | 
            +
                        title: Acties
         | 
| 629 | 
            +
                        unblock: Deblokkeer gebruiker
         | 
| 630 | 
            +
                        unreport: Niet langer rapporteren
         | 
| 631 | 
            +
                      name: Naam
         | 
| 632 | 
            +
                      nickname: Bijnaam
         | 
| 633 | 
            +
                      reason: Reden
         | 
| 634 | 
            +
                      reports: Aantal rapporteringen
         | 
| 635 | 
            +
                      title: Gerapporteerde gebruikers weergeven
         | 
| 636 | 
            +
                    report:
         | 
| 637 | 
            +
                      reasons:
         | 
| 638 | 
            +
                        does_not_belong: Hoort niet bij
         | 
| 639 | 
            +
                        offensive: Beledigend
         | 
| 640 | 
            +
                        spam: Spam
         | 
| 592 641 | 
             
                    tabs:
         | 
| 593 642 | 
             
                      blocked: Geblokkeerd
         | 
| 643 | 
            +
                      unblocked: Niet geblokkeerd
         | 
| 594 644 | 
             
                  moderations:
         | 
| 595 645 | 
             
                    index:
         | 
| 596 646 | 
             
                      title: Moderaties
         | 
| @@ -697,6 +747,7 @@ nl: | |
| 697 747 | 
             
                      officialize: "Valideren\n"
         | 
| 698 748 | 
             
                      officialized: Gevalideerd
         | 
| 699 749 | 
             
                      reofficialize: Hervalideren
         | 
| 750 | 
            +
                      reports: Rapporten
         | 
| 700 751 | 
             
                      show_email: Toon e-mailadres
         | 
| 701 752 | 
             
                      status: status
         | 
| 702 753 | 
             
                      unblock: Deblokkeer gebruiker
         | 
| @@ -784,6 +835,7 @@ nl: | |
| 784 835 | 
             
                      invalid: Er is een fout opgetreden bij het lezen van het CSV-bestand.
         | 
| 785 836 | 
             
                      success: Het CSV-bestand is succesvol geüploaded. We sturen een uitnodigingsmail naar de deelnemers. Dit kan even duren.
         | 
| 786 837 | 
             
                    new:
         | 
| 838 | 
            +
                      explanation: 'Upload het CSV-bestand zonder headers. Het moet uit twee kolommen bestaan, met het e-mailadres in de eerste kolom en de naam in de laatste kolom van de gebruikers die je wil toevoegen aan de participatieve ruimte (e-mail, naam). Vermijd tekens als `<>?%&^*#@()[]=+:;"{}\|` in de namen.'
         | 
| 787 839 | 
             
                      title: Upload het CSV-bestand
         | 
| 788 840 | 
             
                      upload: Upload
         | 
| 789 841 | 
             
                  resource_permissions:
         | 
| @@ -834,6 +886,11 @@ nl: | |
| 834 886 | 
             
                      share: Deel
         | 
| 835 887 | 
             
                    destroy:
         | 
| 836 888 | 
             
                      error: Er is een fout opgetreden bij het vernietigen van de token.
         | 
| 889 | 
            +
                      success: Token met succes verwijderd.
         | 
| 890 | 
            +
                    share_tokens:
         | 
| 891 | 
            +
                      empty: Er zijn geen actieve tokens
         | 
| 892 | 
            +
                      help: Deze tokens worden gebruikt om deze niet-gepubliceerde bron openbaar te delen met alle gebruikers. Ze worden verborgen wanneer de bron is gepubliceerd. Klik op het pictogram “delen” van het token om de deelbare URL te bezoeken.
         | 
| 893 | 
            +
                      title: Tokens delen
         | 
| 837 894 | 
             
                  shared:
         | 
| 838 895 | 
             
                    gallery:
         | 
| 839 896 | 
             
                      add_images: Afbeeldingen toevoegen
         | 
| @@ -891,6 +948,7 @@ nl: | |
| 891 948 | 
             
                    impersonatable_users: Beheersbare deelnemers
         | 
| 892 949 | 
             
                    impersonations: Beheer van deelnemers
         | 
| 893 950 | 
             
                    metrics: Cijfers
         | 
| 951 | 
            +
                    panel: Admin
         | 
| 894 952 | 
             
                    participants: Deelnemers
         | 
| 895 953 | 
             
                    scope_types: Scope types
         | 
| 896 954 | 
             
                    scopes: Scopes
         | 
| @@ -950,6 +1008,7 @@ nl: | |
| 950 1008 | 
             
                metrics:
         | 
| 951 1009 | 
             
                  blocked_users:
         | 
| 952 1010 | 
             
                    object: geblokkeerde gebruikers
         | 
| 1011 | 
            +
                    title: Geblokkeerde gebruikers
         | 
| 953 1012 | 
             
                  reported_users:
         | 
| 954 1013 | 
             
                    object: gerapporteerde gebruikers
         | 
| 955 1014 | 
             
                    title: Gerapporteerde gebruikers
         | 
| @@ -983,6 +1042,7 @@ nl: | |
| 983 1042 | 
             
                        hidden_at: Verborgen op
         | 
| 984 1043 | 
             
                        participatory_space: Participatieve ruimte
         | 
| 985 1044 | 
             
                        report_count: Aantal
         | 
| 1045 | 
            +
                        reportable_id: ID
         | 
| 986 1046 | 
             
                        reportable_type: Type
         | 
| 987 1047 | 
             
                        reported_content_url: Gerapporteerde inhouds-URL
         | 
| 988 1048 | 
             
                        reports: Meldingen
         | 
    
        data/config/locales/no.yml
    CHANGED
    
    | @@ -123,6 +123,10 @@ | |
| 123 123 | 
             
                    file: Fil
         | 
| 124 124 | 
             
                errors:
         | 
| 125 125 | 
             
                  models:
         | 
| 126 | 
            +
                    newsletter:
         | 
| 127 | 
            +
                      attributes:
         | 
| 128 | 
            +
                        base:
         | 
| 129 | 
            +
                          at_least_one_space: Velg minst et rom
         | 
| 126 130 | 
             
                    organization:
         | 
| 127 131 | 
             
                      attributes:
         | 
| 128 132 | 
             
                        official_img_footer:
         | 
| @@ -1038,6 +1042,7 @@ | |
| 1038 1042 | 
             
                        hidden_at: Skjult på
         | 
| 1039 1043 | 
             
                        participatory_space: Deltakerrom
         | 
| 1040 1044 | 
             
                        report_count: Antall
         | 
| 1045 | 
            +
                        reportable_id: ID
         | 
| 1041 1046 | 
             
                        reportable_type: Type
         | 
| 1042 1047 | 
             
                        reported_content_url: Rapportert innholds URL
         | 
| 1043 1048 | 
             
                        reports: Rapporter
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            oc:
         | 
    
        data/config/locales/pl.yml
    CHANGED
    
    | @@ -185,10 +185,12 @@ pl: | |
| 185 185 | 
             
                      success: Świetnie! Zaakceptowano warunki użytkowania dla administratorów.
         | 
| 186 186 | 
             
                    actions:
         | 
| 187 187 | 
             
                      accept: Zgadzam się z warunkami użytkowania
         | 
| 188 | 
            +
                      are_you_sure: Czy na pewno nie wyrażasz zgody na warunki użytkowania dla administratorów?
         | 
| 188 189 | 
             
                      refuse: Nie akceptuję warunków dla administratorów
         | 
| 189 190 | 
             
                      title: Akceptuję warunki użytkowania
         | 
| 190 191 | 
             
                    required_review:
         | 
| 191 192 | 
             
                      alert: 'Wymagane: Zapoznaj się z warunkami użytkowania dla administratorów'
         | 
| 193 | 
            +
                      callout: Poświęć chwilę, aby zapoznać się z Warunkami użytkowania dla administratorów. W przeciwnym razie nie uzyskasz dostępu do administrowania platformą.
         | 
| 192 194 | 
             
                      cta: Zapoznaj się teraz.
         | 
| 193 195 | 
             
                    title: Warunki użytkowania dla administratorów
         | 
| 194 196 | 
             
                  area_types:
         | 
| @@ -263,6 +265,7 @@ pl: | |
| 263 265 | 
             
                  block_user:
         | 
| 264 266 | 
             
                    new:
         | 
| 265 267 | 
             
                      action: Zablokuj konto i wyślij uzasadnienie
         | 
| 268 | 
            +
                      description: Blokowanie użytkownika sprawi, że jego konto nie będzie użyteczne. Możesz podać w uzasadnieniu wszelkie wytyczne dotyczące sposobu odblokowania użytkownika.
         | 
| 266 269 | 
             
                      justification: Uzasadnienie
         | 
| 267 270 | 
             
                      title: Zablokuj użytkownika %{name}
         | 
| 268 271 | 
             
                  categories:
         | 
| @@ -325,6 +328,7 @@ pl: | |
| 325 328 | 
             
                    'false': 'Nie'
         | 
| 326 329 | 
             
                    managed_user_name: Zarządzany użytkownik
         | 
| 327 330 | 
             
                    solved: Rozwiązane
         | 
| 331 | 
            +
                    title: Konflikty weryfikacji
         | 
| 328 332 | 
             
                    transfer:
         | 
| 329 333 | 
             
                      email: Adres e-mail
         | 
| 330 334 | 
             
                      error: Podczas transferu bieżącego użytkownika do zarządzanego użytkownika wystąpił błąd.
         | 
| @@ -343,6 +347,7 @@ pl: | |
| 343 347 | 
             
                      domain_too_short: Domena jest zbyt krótka
         | 
| 344 348 | 
             
                    update:
         | 
| 345 349 | 
             
                      error: Nie udało się zaktualizować białej listy domen
         | 
| 350 | 
            +
                      success: Biała lista domen pomyślnie zaktualizowana
         | 
| 346 351 | 
             
                  exports:
         | 
| 347 352 | 
             
                    export_as: "%{name} jako %{export_format}"
         | 
| 348 353 | 
             
                    formats:
         | 
| @@ -361,9 +366,17 @@ pl: | |
| 361 366 | 
             
                        'false': 'Nie'
         | 
| 362 367 | 
             
                        'true': 'Tak'
         | 
| 363 368 | 
             
                    last_sign_in_at_present:
         | 
| 369 | 
            +
                      label: Zawsze zalogowany
         | 
| 364 370 | 
             
                      values:
         | 
| 365 371 | 
             
                        'false': 'Nie'
         | 
| 366 372 | 
             
                        'true': 'Tak'
         | 
| 373 | 
            +
                    moderated_users:
         | 
| 374 | 
            +
                      reports_reason_eq:
         | 
| 375 | 
            +
                        label: Powód zgłoszenia
         | 
| 376 | 
            +
                        values:
         | 
| 377 | 
            +
                          does_not_belong: Nie należy
         | 
| 378 | 
            +
                          offensive: Ofensywny
         | 
| 379 | 
            +
                          spam: Spam
         | 
| 367 380 | 
             
                    moderations:
         | 
| 368 381 | 
             
                      reportable_type_string_eq:
         | 
| 369 382 | 
             
                        label: Typ
         | 
| @@ -398,9 +411,11 @@ pl: | |
| 398 411 | 
             
                    search_label: Szukaj
         | 
| 399 412 | 
             
                    search_placeholder:
         | 
| 400 413 | 
             
                      name_or_nickname_or_email_cont: Przeszukaj %{collection} według adresu e-mail, nazwiska lub nazwy użytkownika.
         | 
| 414 | 
            +
                      report_count_eq: Licznik raportów
         | 
| 401 415 | 
             
                      reported_id_string_or_reported_content_cont: Przeszukaj %{collection} według identyfikatora lub treści zgłoszenia.
         | 
| 402 416 | 
             
                      title_cont: Przeszukaj %{collection} według tytułu.
         | 
| 403 417 | 
             
                      user_name_or_user_email_cont: Przeszukaj %{collection} według nazwy lub e-maila.
         | 
| 418 | 
            +
                      user_name_or_user_nickname_or_user_email_cont: Szukaj %{collection} według adresu e-mail, nazwy lub pseudonimu.
         | 
| 404 419 | 
             
                    state_eq:
         | 
| 405 420 | 
             
                      label: Stan
         | 
| 406 421 | 
             
                      values:
         | 
| @@ -454,7 +469,38 @@ pl: | |
| 454 469 | 
             
                      impersonate_new_managed_user: Zarządzaj nowym uczestnikiem
         | 
| 455 470 | 
             
                  imports:
         | 
| 456 471 | 
             
                    and: i
         | 
| 472 | 
            +
                    data_errors:
         | 
| 473 | 
            +
                      duplicate_headers:
         | 
| 474 | 
            +
                        detail: Proszę sprawdzić, czy plik zawiera wymagane kolumny lub nagłówki tylko raz.
         | 
| 475 | 
            +
                        message:
         | 
| 476 | 
            +
                          one: Duplikuj kolumnę %{columns}.
         | 
| 477 | 
            +
                          few: Duplikuj kolumny %{columns}.
         | 
| 478 | 
            +
                          many: Duplikuj kolumny %{columns}.
         | 
| 479 | 
            +
                          other: Duplikuj kolumny %{columns}.
         | 
| 480 | 
            +
                      invalid_indexes:
         | 
| 481 | 
            +
                        lines:
         | 
| 482 | 
            +
                          detail: Sprawdź, czy te dane są sformatowane poprawnie i zawierają prawidłowe rekordy.
         | 
| 483 | 
            +
                          message:
         | 
| 484 | 
            +
                            one: Znaleziono błąd w pliku importu. linia %{indexes}.
         | 
| 485 | 
            +
                            few: Znaleziono błąd w pliku importu. linie %{indexes}.
         | 
| 486 | 
            +
                            many: Znaleziono błąd w pliku importu. linie %{indexes}.
         | 
| 487 | 
            +
                            other: Znaleziono błędy w pliku importu w liniach %{indexes}.
         | 
| 488 | 
            +
                        records:
         | 
| 489 | 
            +
                          detail: Sprawdź, czy te rekordy są sformatowane poprawnie i zawierają prawidłowe rekordy.
         | 
| 490 | 
            +
                          message:
         | 
| 491 | 
            +
                            one: Znaleziono błąd w pliku importu dla rekordów o numerach porządkowych %{indexes}.
         | 
| 492 | 
            +
                            few: Znaleziono błąd w pliku importu dla rekordów o numerach porządkowych %{indexes}.
         | 
| 493 | 
            +
                            many: Znaleziono błąd w pliku importu dla rekordów o numerach porządkowych %{indexes}.
         | 
| 494 | 
            +
                            other: Znaleziono błędy w pliku importu dla rekordów o numerach porządkowych %{indexes}.
         | 
| 495 | 
            +
                      missing_headers:
         | 
| 496 | 
            +
                        detail: Proszę sprawdzić, czy plik zawiera wymagane kolumny.
         | 
| 497 | 
            +
                        message:
         | 
| 498 | 
            +
                          one: Brakująca kolumna %{columns}.
         | 
| 499 | 
            +
                          few: Brakujące kolumny %{columns}.
         | 
| 500 | 
            +
                          many: Brakujące kolumny %{columns}.
         | 
| 501 | 
            +
                          other: Brakujące kolumny %{columns}.
         | 
| 457 502 | 
             
                    error: Podczas importowania wystąpił błąd
         | 
| 503 | 
            +
                    example_error: Nie można utworzyć przykładu dla podanego typu
         | 
| 458 504 | 
             
                    new:
         | 
| 459 505 | 
             
                      accepted_mime_types:
         | 
| 460 506 | 
             
                        csv: csv
         | 
| @@ -462,6 +508,8 @@ pl: | |
| 462 508 | 
             
                        xlsx: xlsx
         | 
| 463 509 | 
             
                      actions:
         | 
| 464 510 | 
             
                        back: Wróć
         | 
| 511 | 
            +
                      download_example: Pobierz przykład
         | 
| 512 | 
            +
                      download_example_format: Przykład jako %{name}
         | 
| 465 513 | 
             
                      file_legend: Zaimportuj plik, który zostanie przetworzony.
         | 
| 466 514 | 
             
                      import: Importuj
         | 
| 467 515 | 
             
                    notice: "Zaimportowano %{resource_name} %{number}"
         | 
| @@ -564,7 +612,7 @@ pl: | |
| 564 612 | 
             
                      fields:
         | 
| 565 613 | 
             
                        created_at: Data utworzenia
         | 
| 566 614 | 
             
                        email: E-mail
         | 
| 567 | 
            -
                        last_sign_in_at:  | 
| 615 | 
            +
                        last_sign_in_at: Ostatnie logowanie
         | 
| 568 616 | 
             
                        name: Imię
         | 
| 569 617 | 
             
                        role: Rola
         | 
| 570 618 | 
             
                        roles:
         | 
| @@ -634,6 +682,7 @@ pl: | |
| 634 682 | 
             
                  newsletters:
         | 
| 635 683 | 
             
                    create:
         | 
| 636 684 | 
             
                      error: Podczas tworzenia newslettera wystąpił błąd.
         | 
| 685 | 
            +
                      success: Newsletter został pomyślnie utworzony. Sprawdź go przed wysłaniem.
         | 
| 637 686 | 
             
                    deliver:
         | 
| 638 687 | 
             
                      error: Podczas dostarczania tego newslettera wystąpił błąd.
         | 
| 639 688 | 
             
                      success: Newsletter został dostarczony pomyślnie.
         | 
| @@ -716,10 +765,12 @@ pl: | |
| 716 765 | 
             
                      title: Oficjalizuj użytkownika "%{name}"
         | 
| 717 766 | 
             
                    show_email_modal:
         | 
| 718 767 | 
             
                      close_modal: Zamknij okno
         | 
| 768 | 
            +
                      description: Jeśli chcesz skontaktować się bezpośrednio z uczestnikiem, możesz kliknąć przycisk Pokaż aby zobaczyć jego adres e-mail. Ta akcja zostanie zarejestrowana.
         | 
| 719 769 | 
             
                      email_address: Adres e-mail
         | 
| 720 770 | 
             
                      full_name: Imię i nazwisko
         | 
| 721 771 | 
             
                      hidden: ukryty
         | 
| 722 772 | 
             
                      show: Pokaż
         | 
| 773 | 
            +
                      title: Pokaż adres e-mail uczestnika
         | 
| 723 774 | 
             
                    unblock:
         | 
| 724 775 | 
             
                      error: Wystąpił błąd podczas odblokowywania użytkownika
         | 
| 725 776 | 
             
                      success: Użytkownik został odblokowany
         | 
| @@ -745,6 +796,7 @@ pl: | |
| 745 796 | 
             
                    form:
         | 
| 746 797 | 
             
                      colors:
         | 
| 747 798 | 
             
                        colors_title: Kolory organizacji
         | 
| 799 | 
            +
                        colors_warning_html: Uwaga! Zmiana tych kolorów może ograniczyć czytelność. Możesz sprawdzić kontrast wybranych kolorów korzystając z <a href="%{link}">WebAIM Contrast Checker</a> albo innych podobnych narzędzi.
         | 
| 748 800 | 
             
                        header_snippets_help: Użyj tego pola, aby dodać elementy do nagłówka kodu HTML. Najczęstszym zastosowaniem jest zintegrowanie usług innych firm, które wymagają dodatkowego kodu JavaScript lub CSS. Można również użyć go do dodawania dodatkowych meta tagów do HTML. Zauważ, że będzie to widoczne tylko na stronach publicznych, a nie w sekcji administracyjnej.
         | 
| 749 801 | 
             
                      cta_button_path_help: 'Możesz nadpisać adres do jakiego kieruje przycisk CTA na stronie głównej. Należy wpisać tylko to, co ma znaleźć się na końcu po znaku „/”, a nie pełen adres. Można użyć liter, cyfr, myślników i ukośników. Musi zaczynać się od litery. Przycisk CTA zostanie wyświetlony na stronie głównej między tekstem powitalnym a opisem. Przykład: %{url}'
         | 
| 750 802 | 
             
                      cta_button_text_help: Można nadpisać tekst przycisku CTA na stronie głównej dla każdego dostępnego języka organizacji. Jeśli to pole nie zostanie wypełnione, zostanie użyta wartość domyślna. Przycisk CTA zostanie wyświetlony na stronie głównej między tekstem powitalnym a opisem.
         | 
| @@ -879,7 +931,7 @@ pl: | |
| 879 931 | 
             
                      title: Edytuj stronę
         | 
| 880 932 | 
             
                      update: Aktualizuj
         | 
| 881 933 | 
             
                    form:
         | 
| 882 | 
            -
                      none:  | 
| 934 | 
            +
                      none: Bez tematu
         | 
| 883 935 | 
             
                      slug_help: 'Wpisz tutaj tylko to, co ma znaleźć się na końcu po znaku „/”, a nie pełny adres URL. Można użyć liter, cyfr i myślników. Musi zaczynać się od litery. Przykład: %{url}'
         | 
| 884 936 | 
             
                    index:
         | 
| 885 937 | 
             
                      last_notable_change: Ostatnia istotna zmiana
         | 
| @@ -956,6 +1008,10 @@ pl: | |
| 956 1008 | 
             
                      no_users_count_statistics_yet: Nie ma jeszcze statystyk dotyczących liczby użytkowników
         | 
| 957 1009 | 
             
                      participants: Użytkownicy
         | 
| 958 1010 | 
             
                  view_public_page: Zobacz stronę publiczną
         | 
| 1011 | 
            +
                forms:
         | 
| 1012 | 
            +
                  errors:
         | 
| 1013 | 
            +
                    impersonate_user:
         | 
| 1014 | 
            +
                      reason: Aby zarządzać uczestnikiem niezarządzanym należy podać powód
         | 
| 959 1015 | 
             
                metrics:
         | 
| 960 1016 | 
             
                  blocked_users:
         | 
| 961 1017 | 
             
                    object: zablokowani użytkownicy
         | 
| @@ -993,6 +1049,7 @@ pl: | |
| 993 1049 | 
             
                        hidden_at: Ukryto
         | 
| 994 1050 | 
             
                        participatory_space: Przestrzeń partycypacyjna
         | 
| 995 1051 | 
             
                        report_count: Liczba
         | 
| 1052 | 
            +
                        reportable_id: ID
         | 
| 996 1053 | 
             
                        reportable_type: Typ
         | 
| 997 1054 | 
             
                        reported_content_url: URL zgłoszonej treści
         | 
| 998 1055 | 
             
                        reports: Zgłoszenia
         | 
    
        data/config/locales/sv.yml
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: decidim-admin
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.26. | 
| 4 | 
            +
              version: 0.26.3
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Josep Jaume Rey Peroy
         | 
| @@ -10,7 +10,7 @@ authors: | |
| 10 10 | 
             
            autorequire: 
         | 
| 11 11 | 
             
            bindir: bin
         | 
| 12 12 | 
             
            cert_chain: []
         | 
| 13 | 
            -
            date: 2022- | 
| 13 | 
            +
            date: 2022-09-29 00:00:00.000000000 Z
         | 
| 14 14 | 
             
            dependencies:
         | 
| 15 15 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 16 16 | 
             
              name: active_link_to
         | 
| @@ -32,14 +32,14 @@ dependencies: | |
| 32 32 | 
             
                requirements:
         | 
| 33 33 | 
             
                - - '='
         | 
| 34 34 | 
             
                  - !ruby/object:Gem::Version
         | 
| 35 | 
            -
                    version: 0.26. | 
| 35 | 
            +
                    version: 0.26.3
         | 
| 36 36 | 
             
              type: :runtime
         | 
| 37 37 | 
             
              prerelease: false
         | 
| 38 38 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 39 39 | 
             
                requirements:
         | 
| 40 40 | 
             
                - - '='
         | 
| 41 41 | 
             
                  - !ruby/object:Gem::Version
         | 
| 42 | 
            -
                    version: 0.26. | 
| 42 | 
            +
                    version: 0.26.3
         | 
| 43 43 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 44 44 | 
             
              name: devise
         | 
| 45 45 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -88,28 +88,28 @@ dependencies: | |
| 88 88 | 
             
                requirements:
         | 
| 89 89 | 
             
                - - '='
         | 
| 90 90 | 
             
                  - !ruby/object:Gem::Version
         | 
| 91 | 
            -
                    version: 0.26. | 
| 91 | 
            +
                    version: 0.26.3
         | 
| 92 92 | 
             
              type: :development
         | 
| 93 93 | 
             
              prerelease: false
         | 
| 94 94 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 95 95 | 
             
                requirements:
         | 
| 96 96 | 
             
                - - '='
         | 
| 97 97 | 
             
                  - !ruby/object:Gem::Version
         | 
| 98 | 
            -
                    version: 0.26. | 
| 98 | 
            +
                    version: 0.26.3
         | 
| 99 99 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 100 100 | 
             
              name: decidim-participatory_processes
         | 
| 101 101 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 102 102 | 
             
                requirements:
         | 
| 103 103 | 
             
                - - '='
         | 
| 104 104 | 
             
                  - !ruby/object:Gem::Version
         | 
| 105 | 
            -
                    version: 0.26. | 
| 105 | 
            +
                    version: 0.26.3
         | 
| 106 106 | 
             
              type: :development
         | 
| 107 107 | 
             
              prerelease: false
         | 
| 108 108 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 109 109 | 
             
                requirements:
         | 
| 110 110 | 
             
                - - '='
         | 
| 111 111 | 
             
                  - !ruby/object:Gem::Version
         | 
| 112 | 
            -
                    version: 0.26. | 
| 112 | 
            +
                    version: 0.26.3
         | 
| 113 113 | 
             
            description: Organization administration to manage a single organization.
         | 
| 114 114 | 
             
            email:
         | 
| 115 115 | 
             
            - josepjaume@gmail.com
         | 
| @@ -625,6 +625,7 @@ files: | |
| 625 625 | 
             
            - config/locales/mt.yml
         | 
| 626 626 | 
             
            - config/locales/nl.yml
         | 
| 627 627 | 
             
            - config/locales/no.yml
         | 
| 628 | 
            +
            - config/locales/oc-FR.yml
         | 
| 628 629 | 
             
            - config/locales/om-ET.yml
         | 
| 629 630 | 
             
            - config/locales/pl.yml
         | 
| 630 631 | 
             
            - config/locales/pt-BR.yml
         |