decidim-admin 0.29.4 → 0.29.6
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/app/packs/stylesheets/decidim/admin/_forms.scss +22 -13
 - data/app/views/decidim/admin/officializations/index.html.erb +7 -2
 - data/config/locales/ar.yml +1 -1
 - data/config/locales/bg.yml +1 -1
 - data/config/locales/ca-IT.yml +3 -2
 - data/config/locales/ca.yml +3 -2
 - data/config/locales/cs.yml +3 -2
 - data/config/locales/de.yml +5 -4
 - data/config/locales/en.yml +1 -0
 - data/config/locales/es-MX.yml +1 -0
 - data/config/locales/es-PY.yml +1 -0
 - data/config/locales/es.yml +1 -0
 - data/config/locales/eu.yml +3 -2
 - data/config/locales/fi-plain.yml +12 -0
 - data/config/locales/fi.yml +12 -0
 - data/config/locales/fr-CA.yml +1 -1
 - data/config/locales/fr.yml +1 -1
 - data/config/locales/hu.yml +2 -2
 - data/config/locales/it.yml +67 -2
 - data/config/locales/ja.yml +11 -1
 - data/config/locales/ko.yml +2 -3
 - data/config/locales/lb.yml +1 -1
 - data/config/locales/lt.yml +0 -1
 - data/config/locales/no.yml +1 -0
 - data/config/locales/pt-BR.yml +13 -2
 - data/config/locales/ro-RO.yml +1 -1
 - data/config/locales/sl.yml +1 -1
 - data/config/locales/sq-AL.yml +3 -1
 - data/config/locales/sv.yml +1 -1
 - data/config/locales/th-TH.yml +5 -0
 - data/config/locales/uk.yml +1 -1
 - data/lib/decidim/admin/version.rb +1 -1
 - metadata +8 -8
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: ff7e198739747b3cba473cf9b91c812d5feb0d7a21e529add676d67be567b22b
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: fb8124ea118b9a492247d6e1ee512271b3510f1457aae90af9c07700558fe73b
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 81720488852c01ba440876fd4fda0ceb2c2549896e217e0fd20cd559d25b371304fb59684e8312c62f83d512ac509d3ade07fc80a342d4cd2d10f05415454f56
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 88689462a06f5bbfae462a666a347c7d7ec8a7d036fb024893fe6c3b44ffd9707507144ea06d76c99a6565f6188fc5f4a3abf556f1c55e7d68fedf5c458228ed
         
     | 
| 
         @@ -58,24 +58,33 @@ 
     | 
|
| 
       58 
58 
     | 
    
         
             
              }
         
     | 
| 
       59 
59 
     | 
    
         
             
            }
         
     | 
| 
       60 
60 
     | 
    
         | 
| 
       61 
     | 
    
         
            -
            .questionnaire- 
     | 
| 
       62 
     | 
    
         
            -
               
     | 
| 
       63 
     | 
    
         
            -
                . 
     | 
| 
       64 
     | 
    
         
            -
                  @apply block;
         
     | 
| 
       65 
     | 
    
         
            -
                }
         
     | 
| 
      
 61 
     | 
    
         
            +
            .questionnaire-questions {
         
     | 
| 
      
 62 
     | 
    
         
            +
              .questionnaire-question {
         
     | 
| 
      
 63 
     | 
    
         
            +
                transition: all 0.2s ease;
         
     | 
| 
       66 
64 
     | 
    
         | 
| 
       67 
     | 
    
         
            -
                 
     | 
| 
       68 
     | 
    
         
            -
                   
     | 
| 
      
 65 
     | 
    
         
            +
                svg[role="img"] {
         
     | 
| 
      
 66 
     | 
    
         
            +
                  cursor: default !important;
         
     | 
| 
      
 67 
     | 
    
         
            +
                  transition: color 0.2s ease;
         
     | 
| 
       69 
68 
     | 
    
         
             
                }
         
     | 
| 
       70 
     | 
    
         
            -
              }
         
     | 
| 
       71 
69 
     | 
    
         | 
| 
       72 
     | 
    
         
            -
             
     | 
| 
       73 
     | 
    
         
            -
             
     | 
| 
       74 
     | 
    
         
            -
             
     | 
| 
      
 70 
     | 
    
         
            +
                button[aria-expanded="true"] {
         
     | 
| 
      
 71 
     | 
    
         
            +
                  .icon-collapse {
         
     | 
| 
      
 72 
     | 
    
         
            +
                    @apply block;
         
     | 
| 
      
 73 
     | 
    
         
            +
                  }
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
                  .icon-expand {
         
     | 
| 
      
 76 
     | 
    
         
            +
                    @apply hidden;
         
     | 
| 
      
 77 
     | 
    
         
            +
                  }
         
     | 
| 
       75 
78 
     | 
    
         
             
                }
         
     | 
| 
       76 
79 
     | 
    
         | 
| 
       77 
     | 
    
         
            -
                 
     | 
| 
       78 
     | 
    
         
            -
                   
     | 
| 
      
 80 
     | 
    
         
            +
                button[aria-expanded="false"] {
         
     | 
| 
      
 81 
     | 
    
         
            +
                  .icon-collapse {
         
     | 
| 
      
 82 
     | 
    
         
            +
                    @apply hidden;
         
     | 
| 
      
 83 
     | 
    
         
            +
                  }
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
                  .icon-expand {
         
     | 
| 
      
 86 
     | 
    
         
            +
                    @apply block;
         
     | 
| 
      
 87 
     | 
    
         
            +
                  }
         
     | 
| 
       79 
88 
     | 
    
         
             
                }
         
     | 
| 
       80 
89 
     | 
    
         
             
              }
         
     | 
| 
       81 
90 
     | 
    
         
             
            }
         
     | 
| 
         @@ -20,8 +20,13 @@ 
     | 
|
| 
       20 
20 
     | 
    
         
             
                  <tbody>
         
     | 
| 
       21 
21 
     | 
    
         
             
                  <% @users.each do |user| %>
         
     | 
| 
       22 
22 
     | 
    
         
             
                    <tr data-user-id="<%= user.id %>">
         
     | 
| 
       23 
     | 
    
         
            -
                       
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
      
 23 
     | 
    
         
            +
                      <% if user.nickname.present? %>
         
     | 
| 
      
 24 
     | 
    
         
            +
                        <td><%= link_to user.name, decidim.profile_path(user.nickname) %></td>
         
     | 
| 
      
 25 
     | 
    
         
            +
                        <td><%= link_to user.nickname, decidim.profile_path(user.nickname) %></td>
         
     | 
| 
      
 26 
     | 
    
         
            +
                      <% else %>
         
     | 
| 
      
 27 
     | 
    
         
            +
                        <td><%= user.name %></td>
         
     | 
| 
      
 28 
     | 
    
         
            +
                        <td><%= user.nickname %></td>
         
     | 
| 
      
 29 
     | 
    
         
            +
                      <% end %>
         
     | 
| 
       25 
30 
     | 
    
         
             
                      <td><%= l user.created_at, format: :short %></td>
         
     | 
| 
       26 
31 
     | 
    
         
             
                      <td><%= user.officialized? ? t(".officialized") : t(".not_officialized") %></td>
         
     | 
| 
       27 
32 
     | 
    
         
             
                      <td><%= translated_attribute(user.officialized_as) %></td>
         
     | 
    
        data/config/locales/ar.yml
    CHANGED
    
    | 
         @@ -69,7 +69,7 @@ ar: 
     | 
|
| 
       69 
69 
     | 
    
         
             
                    highlighted_content_banner_action_url: عنوان URL لزر الإجراء
         
     | 
| 
       70 
70 
     | 
    
         
             
                    highlighted_content_banner_enabled: إظهار شعار المحتوى المميز
         
     | 
| 
       71 
71 
     | 
    
         
             
                    highlighted_content_banner_image: الصورة
         
     | 
| 
       72 
     | 
    
         
            -
                    highlighted_content_banner_short_description: وصف  
     | 
| 
      
 72 
     | 
    
         
            +
                    highlighted_content_banner_short_description: وصف قصير
         
     | 
| 
       73 
73 
     | 
    
         
             
                    highlighted_content_banner_title: العنوان
         
     | 
| 
       74 
74 
     | 
    
         
             
                    host: المضيف
         
     | 
| 
       75 
75 
     | 
    
         
             
                    instagram_handler: مُعرّف حساب استجرام
         
     | 
    
        data/config/locales/bg.yml
    CHANGED
    
    | 
         @@ -806,7 +806,7 @@ bg: 
     | 
|
| 
       806 
806 
     | 
    
         
             
                      reports: Доклади
         
     | 
| 
       807 
807 
     | 
    
         
             
                      show_email: Показване на електронната поща
         
     | 
| 
       808 
808 
     | 
    
         
             
                      status: Статус
         
     | 
| 
       809 
     | 
    
         
            -
                      unblock: Разблокирай  
     | 
| 
      
 809 
     | 
    
         
            +
                      unblock: Разблокирай потребител
         
     | 
| 
       810 
810 
     | 
    
         
             
                      unofficialize: Премахване на официализирането
         
     | 
| 
       811 
811 
     | 
    
         
             
                    new:
         
     | 
| 
       812 
812 
     | 
    
         
             
                      badge: Бадж за официализиране
         
     | 
    
        data/config/locales/ca-IT.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ ca-IT: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Personalitza la notificació de benvinguda
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Idioma per defecte
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Descripció
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Habilitar traduccions automàtiques
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Mostrar el banner omnipresent
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Habilitar els filtres a l'espai de participació
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Nom d'usuari de Facebook
         
     | 
| 
         @@ -802,7 +803,7 @@ ca-IT: 
     | 
|
| 
       802 
803 
     | 
    
         
             
                      success: S'ha retirat correctament l'oficialització de la participant.
         
     | 
| 
       803 
804 
     | 
    
         
             
                    index:
         
     | 
| 
       804 
805 
     | 
    
         
             
                      actions: Accions
         
     | 
| 
       805 
     | 
    
         
            -
                      badge:  
     | 
| 
      
 806 
     | 
    
         
            +
                      badge: Ensenya
         
     | 
| 
       806 
807 
     | 
    
         
             
                      block: Bloquejar usuària
         
     | 
| 
       807 
808 
     | 
    
         
             
                      created_at: Creat el
         
     | 
| 
       808 
809 
     | 
    
         
             
                      name: Nom
         
     | 
| 
         @@ -817,7 +818,7 @@ ca-IT: 
     | 
|
| 
       817 
818 
     | 
    
         
             
                      unblock: Desbloquejar usuària
         
     | 
| 
       818 
819 
     | 
    
         
             
                      unofficialize: Des-oficialitzar
         
     | 
| 
       819 
820 
     | 
    
         
             
                    new:
         
     | 
| 
       820 
     | 
    
         
            -
                      badge:  
     | 
| 
      
 821 
     | 
    
         
            +
                      badge: Ensenya d'oficialització
         
     | 
| 
       821 
822 
     | 
    
         
             
                      officialize: Oficialitza
         
     | 
| 
       822 
823 
     | 
    
         
             
                      title: Oficialitza la participant "%{name}"
         
     | 
| 
       823 
824 
     | 
    
         
             
                    show_email_modal:
         
     | 
    
        data/config/locales/ca.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ ca: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Personalitza la notificació de benvinguda
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Idioma per defecte
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Descripció
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Habilitar traduccions automàtiques
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Mostrar el banner omnipresent
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Habilitar els filtres a l'espai de participació
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Nom d'usuari de Facebook
         
     | 
| 
         @@ -802,7 +803,7 @@ ca: 
     | 
|
| 
       802 
803 
     | 
    
         
             
                      success: S'ha retirat correctament l'oficialització de la participant.
         
     | 
| 
       803 
804 
     | 
    
         
             
                    index:
         
     | 
| 
       804 
805 
     | 
    
         
             
                      actions: Accions
         
     | 
| 
       805 
     | 
    
         
            -
                      badge:  
     | 
| 
      
 806 
     | 
    
         
            +
                      badge: Ensenya
         
     | 
| 
       806 
807 
     | 
    
         
             
                      block: Bloquejar usuària
         
     | 
| 
       807 
808 
     | 
    
         
             
                      created_at: Creat el
         
     | 
| 
       808 
809 
     | 
    
         
             
                      name: Nom
         
     | 
| 
         @@ -817,7 +818,7 @@ ca: 
     | 
|
| 
       817 
818 
     | 
    
         
             
                      unblock: Desbloquejar usuària
         
     | 
| 
       818 
819 
     | 
    
         
             
                      unofficialize: Des-oficialitzar
         
     | 
| 
       819 
820 
     | 
    
         
             
                    new:
         
     | 
| 
       820 
     | 
    
         
            -
                      badge:  
     | 
| 
      
 821 
     | 
    
         
            +
                      badge: Ensenya d'oficialització
         
     | 
| 
       821 
822 
     | 
    
         
             
                      officialize: Oficialitza
         
     | 
| 
       822 
823 
     | 
    
         
             
                      title: Oficialitza la participant "%{name}"
         
     | 
| 
       823 
824 
     | 
    
         
             
                    show_email_modal:
         
     | 
    
        data/config/locales/cs.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ cs: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Přizpůsobit uvítací oznámení
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Výchozí jazyk
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Popis
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Povolit strojové překlady
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Zobrazit všudypřítomný banner
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Povolit filtry participačního prostoru
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Facebook handler
         
     | 
| 
         @@ -70,7 +71,7 @@ cs: 
     | 
|
| 
       70 
71 
     | 
    
         
             
                    highlighted_content_banner_enabled: Zobrazit zvýrazněný banner obsahu
         
     | 
| 
       71 
72 
     | 
    
         
             
                    highlighted_content_banner_image: Obrázek
         
     | 
| 
       72 
73 
     | 
    
         
             
                    highlighted_content_banner_short_description: Stručný popis
         
     | 
| 
       73 
     | 
    
         
            -
                    highlighted_content_banner_title:  
     | 
| 
      
 74 
     | 
    
         
            +
                    highlighted_content_banner_title: Název
         
     | 
| 
       74 
75 
     | 
    
         
             
                    host: Hostitel
         
     | 
| 
       75 
76 
     | 
    
         
             
                    instagram_handler: Instagram handler
         
     | 
| 
       76 
77 
     | 
    
         
             
                    logo: Logo
         
     | 
| 
         @@ -813,7 +814,7 @@ cs: 
     | 
|
| 
       813 
814 
     | 
    
         
             
                    index:
         
     | 
| 
       814 
815 
     | 
    
         
             
                      actions: Akce
         
     | 
| 
       815 
816 
     | 
    
         
             
                      badge: Odznak
         
     | 
| 
       816 
     | 
    
         
            -
                      block:  
     | 
| 
      
 817 
     | 
    
         
            +
                      block: Blokovat uživatele
         
     | 
| 
       817 
818 
     | 
    
         
             
                      created_at: Vytvořeno na
         
     | 
| 
       818 
819 
     | 
    
         
             
                      name: Název
         
     | 
| 
       819 
820 
     | 
    
         
             
                      nickname: Přezdívka
         
     | 
    
        data/config/locales/de.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ de: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Willkommens-Benachrichtigung anpassen
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Standardgebietsschema
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Beschreibung
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Maschinelle Übersetzungen aktivieren
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Zeige allgegenwärtiges Banner
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Bereichs- und Gebietsfilter aktivieren
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Facebook-Handler
         
     | 
| 
         @@ -519,7 +520,7 @@ de: 
     | 
|
| 
       519 
520 
     | 
    
         
             
                    and: und
         
     | 
| 
       520 
521 
     | 
    
         
             
                    data_errors:
         
     | 
| 
       521 
522 
     | 
    
         
             
                      duplicate_headers:
         
     | 
| 
       522 
     | 
    
         
            -
                        detail: Bitte überprüfen Sie, dass die Datei  
     | 
| 
      
 523 
     | 
    
         
            +
                        detail: Bitte überprüfen Sie, dass die Datei die benötigten Spalten oder Kopfzeilen nur einmal enthält.
         
     | 
| 
       523 
524 
     | 
    
         
             
                        message:
         
     | 
| 
       524 
525 
     | 
    
         
             
                          one: Spalte %{columns} duplizieren.
         
     | 
| 
       525 
526 
     | 
    
         
             
                          other: Spalten %{columns} duplizieren.
         
     | 
| 
         @@ -776,7 +777,7 @@ de: 
     | 
|
| 
       776 
777 
     | 
    
         
             
                      recipients_count: Dieser Newsletter wird an <strong id='recipients_count'>%{count}</strong> Teilnehmer gesendet.
         
     | 
| 
       777 
778 
     | 
    
         
             
                      scopes_help: Sendet den Newsletter an Teilnehmer, die einen der gewählten Themenbereiche in den "Meine Interessen" Einstellungen ihres Kontos aktiviert haben.
         
     | 
| 
       778 
779 
     | 
    
         
             
                      select_scopes: Nur Teilnehmer anzeigen, die einen der gewählten Themenbereiche in Ihren "Meine Interessen" Einstellungen ihres Kontos aktiviert haben.
         
     | 
| 
       779 
     | 
    
         
            -
                      select_spaces:  
     | 
| 
      
 780 
     | 
    
         
            +
                      select_spaces: Bereiche zum Segmentieren des Newsletters auswählen
         
     | 
| 
       780 
781 
     | 
    
         
             
                      select_users: Wählen Sie aus, welchen Benutzern Sie den Newsletter senden möchten
         
     | 
| 
       781 
782 
     | 
    
         
             
                      title: Empfänger auswählen
         
     | 
| 
       782 
783 
     | 
    
         
             
                      warning: "<strong>Achtung:</strong> Dieser Newsletter wird nur an Benutzer gesendet, die <em>Ich möchte Newsletter empfangen</em> in ihren Benachrichtigungseinstellungen aktiviert haben."
         
     | 
| 
         @@ -814,7 +815,7 @@ de: 
     | 
|
| 
       814 
815 
     | 
    
         
             
                      reports: Berichte
         
     | 
| 
       815 
816 
     | 
    
         
             
                      show_email: E-Mail-Adresse anzeigen
         
     | 
| 
       816 
817 
     | 
    
         
             
                      status: Status
         
     | 
| 
       817 
     | 
    
         
            -
                      unblock: Blockierung des  
     | 
| 
      
 818 
     | 
    
         
            +
                      unblock: Blockierung des Benutzers aufheben
         
     | 
| 
       818 
819 
     | 
    
         
             
                      unofficialize: Nicht offiziell
         
     | 
| 
       819 
820 
     | 
    
         
             
                    new:
         
     | 
| 
       820 
821 
     | 
    
         
             
                      badge: Offizielles Abzeichen
         
     | 
| 
         @@ -884,7 +885,7 @@ de: 
     | 
|
| 
       884 
885 
     | 
    
         
             
                  participatory_space_private_users:
         
     | 
| 
       885 
886 
     | 
    
         
             
                    create:
         
     | 
| 
       886 
887 
     | 
    
         
             
                      error: Beim Hinzufügen eines privaten Benutzers für diesen partizipativen Bereich ist ein Fehler aufgetreten.
         
     | 
| 
       887 
     | 
    
         
            -
                      success:  
     | 
| 
      
 888 
     | 
    
         
            +
                      success: Ein privater Zugriff für diesen Beteiligungsbereich wurde erfolgreich für das Konto erstellt.
         
     | 
| 
       888 
889 
     | 
    
         
             
                    destroy:
         
     | 
| 
       889 
890 
     | 
    
         
             
                      error: Beim Löschen eines privaten Benutzers für diesen partizipativen Bereich ist ein Fehler aufgetreten.
         
     | 
| 
       890 
891 
     | 
    
         
             
                      success: Privater Zugriff zum partizipativen Raum erfolgreich gelöscht.
         
     | 
    
        data/config/locales/en.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ en: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Customize welcome notification
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Default locale
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Description
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Enable machine translations
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Show omnipresent banner
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Enable participatory space filters
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Facebook handler
         
     | 
    
        data/config/locales/es-MX.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ es-MX: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Personalizar notificación de bienvenida
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Idioma predeterminado
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Descripción
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Habilitar traducciones automáticas
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Mostrar banner omnipresente
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Habilitar los filtros en el espacio de participación
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Nombre en Facebook
         
     | 
    
        data/config/locales/es-PY.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ es-PY: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Personalizar notificación de bienvenida
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Idioma predeterminado
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Descripción
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Habilitar traducciones automáticas
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Mostrar banner omnipresente
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Habilitar los filtros en el espacio de participación
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Nombre en Facebook
         
     | 
    
        data/config/locales/es.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ es: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Personalizar notificación de bienvenida
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Idioma predeterminado
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Descripción
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Habilitar traducciones automáticas
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Mostrar banner omnipresente
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Habilitar los filtros en el espacio de participación
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Nombre en Facebook
         
     | 
    
        data/config/locales/eu.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ eu: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Pertsonalizatu ongi etorri jakinarazpena
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Kokapen lehenetsia
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Deskribapena
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Gaitu itzulpen automatikoak
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Erakutsi banner nonahikoa
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Gaitu iragazkiak parte hartzeko espazioan
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Facebook kudeatzailea
         
     | 
| 
         @@ -803,7 +804,7 @@ eu: 
     | 
|
| 
       803 
804 
     | 
    
         
             
                    index:
         
     | 
| 
       804 
805 
     | 
    
         
             
                      actions: Ekintzak
         
     | 
| 
       805 
806 
     | 
    
         
             
                      badge: Garaikurra
         
     | 
| 
       806 
     | 
    
         
            -
                      block: Blokeatu  
     | 
| 
      
 807 
     | 
    
         
            +
                      block: Blokeatu erabiltzailea
         
     | 
| 
       807 
808 
     | 
    
         
             
                      created_at: Noiz sortua
         
     | 
| 
       808 
809 
     | 
    
         
             
                      name: Izena
         
     | 
| 
       809 
810 
     | 
    
         
             
                      nickname: Ezizena
         
     | 
| 
         @@ -848,7 +849,7 @@ eu: 
     | 
|
| 
       848 
849 
     | 
    
         
             
                      success: Erakundea zuzen eguneratua.
         
     | 
| 
       849 
850 
     | 
    
         
             
                  organization_appearance:
         
     | 
| 
       850 
851 
     | 
    
         
             
                    edit:
         
     | 
| 
       851 
     | 
    
         
            -
                      update:  
     | 
| 
      
 852 
     | 
    
         
            +
                      update: Onartu
         
     | 
| 
       852 
853 
     | 
    
         
             
                    form:
         
     | 
| 
       853 
854 
     | 
    
         
             
                      colors:
         
     | 
| 
       854 
855 
     | 
    
         
             
                        choose_color: Aukeratu kolore nagusia
         
     | 
    
        data/config/locales/fi-plain.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ fi-pl: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Muokkaa tervetuloilmoitusta
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Oletuskieli
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Kuvaus
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Ota konekäännökset käyttöön
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Näytä kaikkialla näkyvä banneri
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Ota käyttöön osallistumistilan suodattimet
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Facebook-käsittelijä
         
     | 
| 
         @@ -850,6 +851,15 @@ fi-pl: 
     | 
|
| 
       850 
851 
     | 
    
         
             
                    edit:
         
     | 
| 
       851 
852 
     | 
    
         
             
                      update: Päivitä
         
     | 
| 
       852 
853 
     | 
    
         
             
                    form:
         
     | 
| 
      
 854 
     | 
    
         
            +
                      colors:
         
     | 
| 
      
 855 
     | 
    
         
            +
                        choose_color: Valitse ensisijainen väri
         
     | 
| 
      
 856 
     | 
    
         
            +
                        colors_title: Organisaation värit
         
     | 
| 
      
 857 
     | 
    
         
            +
                        colors_warning_html: Varoitus! Näiden värien muuttaminen voi rikkoa palvelun saavutettavuuden vaatimat kontrastiarvot. Voit tarkastaa kontrastiarvot valitsemillesi väreille <a href="https://webaim.org/resources/contrastchecker">WebAIM kontrastintarkastustyökalulla</a> tai muilla vastaavilla työkaluilla.
         
     | 
| 
      
 858 
     | 
    
         
            +
                        explanation: Tämä työkalu auttaa sinua valitsemaan värimaailman, joka koostuu tasaisesti valituista väriympyrän sävyistä. Näitä värejä käytetään verkkosivuston värimäärityksissä.
         
     | 
| 
      
 859 
     | 
    
         
            +
                        legend_html: Sovelluksen päävärit valitaan <a href="https://www.color-meanings.com/triadic-colors/">kolmiasteisella algoritmilla (triadic)</a>. <i>Toissijainen</i> väri lasketaan automaattisesti ensisijaisen värin ja valitsemasi värikylläisyysarvon perusteella.
         
     | 
| 
      
 860 
     | 
    
         
            +
                        saturation: Värikylläisyys
         
     | 
| 
      
 861 
     | 
    
         
            +
                        title: Värin valinta
         
     | 
| 
      
 862 
     | 
    
         
            +
                        update_suggested_colors: Päivitä ehdotetut värit
         
     | 
| 
       853 
863 
     | 
    
         
             
                      cta_button_path_help_html: 'Voit määrittää, mihin kotisivun toimintopainike (Call To Action) linkkaa. Käytä tässä osoitepolkuja, ei kokonaisia URL-osoitteita. Hyväksyy kirjaimet, numerot, viivat ja kauttaviivat. Arvon on alettava kirjaimella. Toimintopainike näytetään kotisivulla Tervetuloa-tekstin ja kuvauksen välissä. Esimerkki: %{url}'
         
     | 
| 
       854 
864 
     | 
    
         
             
                      cta_button_text_help: Voit korvata toimintopainikkeen (Call to Action) tekstin kotisivulla jokaiselle organisaatiosi kielelle. Mikäli tätä ei ole asetettu, oletusarvoa käytetään. Toimintopainike näytetään kotisivulla Tervetuloa-tekstin ja kuvauksen välissä.
         
     | 
| 
       855 
865 
     | 
    
         
             
                      header_snippets:
         
     | 
| 
         @@ -1108,6 +1118,7 @@ fi-pl: 
     | 
|
| 
       1108 
1118 
     | 
    
         
             
                    hidden: Piilotettu
         
     | 
| 
       1109 
1119 
     | 
    
         
             
                    hide: Piilota
         
     | 
| 
       1110 
1120 
     | 
    
         
             
                    not_hidden: Näkyvillä
         
     | 
| 
      
 1121 
     | 
    
         
            +
                    parent_hidden: Et voi palauttaa tätä kohdetta näkyviin, koska se on liitetty kohteeseen, joka on edelleen piilotettu.
         
     | 
| 
       1111 
1122 
     | 
    
         
             
                    title: Toiminnot
         
     | 
| 
       1112 
1123 
     | 
    
         
             
                    unhide: unhide
         
     | 
| 
       1113 
1124 
     | 
    
         
             
                    unreport: Poista ilmoitus
         
     | 
| 
         @@ -1118,6 +1129,7 @@ fi-pl: 
     | 
|
| 
       1118 
1129 
     | 
    
         
             
                        success: Resurssi piilotettu onnistuneesti.
         
     | 
| 
       1119 
1130 
     | 
    
         
             
                      unhide:
         
     | 
| 
       1120 
1131 
     | 
    
         
             
                        invalid: Resurssin irrottamisessa on ollut ongelma.
         
     | 
| 
      
 1132 
     | 
    
         
            +
                        parent_invalid: Kohteen palautus näkyviin epäonnistui. Kohde on liitetty toiseen kohteeseen, joka on piilotettu.
         
     | 
| 
       1121 
1133 
     | 
    
         
             
                        success: Resurssi hylättiin onnistuneesti.
         
     | 
| 
       1122 
1134 
     | 
    
         
             
                      unreport:
         
     | 
| 
       1123 
1135 
     | 
    
         
             
                        invalid: Resurssin raportoinnin poistamisessa tapahtui virhe.
         
     | 
    
        data/config/locales/fi.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ fi: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: Muokkaa tervetuloilmoitusta
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: Oletuskieli
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: Kuvaus
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: Ota konekäännökset käyttöön
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Näytä kaikkialla näkyvä banneri
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: Ota käyttöön osallistumistilan suodattimet
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Facebook-käsittelijä
         
     | 
| 
         @@ -850,6 +851,15 @@ fi: 
     | 
|
| 
       850 
851 
     | 
    
         
             
                    edit:
         
     | 
| 
       851 
852 
     | 
    
         
             
                      update: Päivitä
         
     | 
| 
       852 
853 
     | 
    
         
             
                    form:
         
     | 
| 
      
 854 
     | 
    
         
            +
                      colors:
         
     | 
| 
      
 855 
     | 
    
         
            +
                        choose_color: Valitse ensisijainen väri
         
     | 
| 
      
 856 
     | 
    
         
            +
                        colors_title: Organisaation värit
         
     | 
| 
      
 857 
     | 
    
         
            +
                        colors_warning_html: Varoitus! Näiden värien muuttaminen voi rikkoa palvelun saavutettavuuden vaatimat kontrastiarvot. Voit tarkastaa kontrastiarvot valitsemillesi väreille <a href="https://webaim.org/resources/contrastchecker">WebAIM kontrastintarkastustyökalulla</a> tai muilla vastaavilla työkaluilla.
         
     | 
| 
      
 858 
     | 
    
         
            +
                        explanation: Tämä työkalu auttaa sinua valitsemaan värimaailman, joka koostuu tasaisesti valituista väriympyrän sävyistä. Näitä värejä käytetään verkkosivuston värimäärityksissä.
         
     | 
| 
      
 859 
     | 
    
         
            +
                        legend_html: Sovelluksen päävärit valitaan <a href="https://www.color-meanings.com/triadic-colors/">kolmiasteisella algoritmilla (triadic)</a>. <i>Toissijainen</i> väri lasketaan automaattisesti ensisijaisen värin ja valitsemasi värikylläisyysarvon perusteella.
         
     | 
| 
      
 860 
     | 
    
         
            +
                        saturation: Värikylläisyys
         
     | 
| 
      
 861 
     | 
    
         
            +
                        title: Värin valinta
         
     | 
| 
      
 862 
     | 
    
         
            +
                        update_suggested_colors: Päivitä ehdotetut värit
         
     | 
| 
       853 
863 
     | 
    
         
             
                      cta_button_path_help_html: 'Voit määrittää, mihin kotisivun toimintopainike (Call To Action) linkkaa. Käytä tässä osoitepolkuja, ei kokonaisia URL-osoitteita. Hyväksyy kirjaimet, numerot, viivat ja kauttaviivat. Arvon on alettava kirjaimella. Toimintopainike näytetään kotisivulla Tervetuloa-tekstin ja kuvauksen välissä. Esimerkki: %{url}'
         
     | 
| 
       854 
864 
     | 
    
         
             
                      cta_button_text_help: Voit korvata toimintopainikkeen (Call to Action) tekstin kotisivulla jokaiselle organisaatiosi kielelle. Mikäli tätä ei ole asetettu, oletusarvoa käytetään. Toimintopainike näytetään kotisivulla Tervetuloa-tekstin ja kuvauksen välissä.
         
     | 
| 
       855 
865 
     | 
    
         
             
                      header_snippets:
         
     | 
| 
         @@ -1108,6 +1118,7 @@ fi: 
     | 
|
| 
       1108 
1118 
     | 
    
         
             
                    hidden: Piilotettu
         
     | 
| 
       1109 
1119 
     | 
    
         
             
                    hide: Piilota
         
     | 
| 
       1110 
1120 
     | 
    
         
             
                    not_hidden: Näkyvillä
         
     | 
| 
      
 1121 
     | 
    
         
            +
                    parent_hidden: Et voi palauttaa tätä kohdetta näkyviin, koska se on liitetty kohteeseen, joka on edelleen piilotettu.
         
     | 
| 
       1111 
1122 
     | 
    
         
             
                    title: Toiminnot
         
     | 
| 
       1112 
1123 
     | 
    
         
             
                    unhide: Poista piilotus
         
     | 
| 
       1113 
1124 
     | 
    
         
             
                    unreport: Poista ilmoitus
         
     | 
| 
         @@ -1118,6 +1129,7 @@ fi: 
     | 
|
| 
       1118 
1129 
     | 
    
         
             
                        success: Resurssin piilotus onnistui.
         
     | 
| 
       1119 
1130 
     | 
    
         
             
                      unhide:
         
     | 
| 
       1120 
1131 
     | 
    
         
             
                        invalid: Kohteen piilotuksen poisto epäonnistui.
         
     | 
| 
      
 1132 
     | 
    
         
            +
                        parent_invalid: Kohteen palautus näkyviin epäonnistui. Kohde on liitetty toiseen kohteeseen, joka on piilotettu.
         
     | 
| 
       1121 
1133 
     | 
    
         
             
                        success: Resurssin piilotuksen poistaminen onnistui.
         
     | 
| 
       1122 
1134 
     | 
    
         
             
                      unreport:
         
     | 
| 
       1123 
1135 
     | 
    
         
             
                        invalid: Kohteen ilmoituksen poisto epäonnistui.
         
     | 
    
        data/config/locales/fr-CA.yml
    CHANGED
    
    
    
        data/config/locales/fr.yml
    CHANGED
    
    
    
        data/config/locales/hu.yml
    CHANGED
    
    | 
         @@ -798,7 +798,7 @@ hu: 
     | 
|
| 
       798 
798 
     | 
    
         
             
                      reports: Jelentések
         
     | 
| 
       799 
799 
     | 
    
         
             
                      show_email: E-mail cím megjelenítése
         
     | 
| 
       800 
800 
     | 
    
         
             
                      status: Állapot
         
     | 
| 
       801 
     | 
    
         
            -
                      unblock: Felhasználó  
     | 
| 
      
 801 
     | 
    
         
            +
                      unblock: Felhasználó feloldása
         
     | 
| 
       802 
802 
     | 
    
         
             
                      unofficialize: Hivatalossá tétel visszavonása
         
     | 
| 
       803 
803 
     | 
    
         
             
                    new:
         
     | 
| 
       804 
804 
     | 
    
         
             
                      badge: A hivatalosság jelvénye
         
     | 
| 
         @@ -998,7 +998,7 @@ hu: 
     | 
|
| 
       998 
998 
     | 
    
         
             
                    authorization_workflows: Ellenőrzési módszerek
         
     | 
| 
       999 
999 
     | 
    
         
             
                    dashboard: Vezérlőpult
         
     | 
| 
       1000 
1000 
     | 
    
         
             
                    edit_external_domains: Engedélyezett külső domainek listája
         
     | 
| 
       1001 
     | 
    
         
            -
                    edit_landing_page:  
     | 
| 
      
 1001 
     | 
    
         
            +
                    edit_landing_page: Oldal tartalom
         
     | 
| 
       1002 
1002 
     | 
    
         
             
                    edit_organization_appearance: Honlap megjelenésének szerkesztése
         
     | 
| 
       1003 
1003 
     | 
    
         
             
                    impersonatable_users: Kezelhető résztvevők
         
     | 
| 
       1004 
1004 
     | 
    
         
             
                    impersonations: Résztvevők kezelése
         
     | 
    
        data/config/locales/it.yml
    CHANGED
    
    | 
         @@ -205,6 +205,7 @@ it: 
     | 
|
| 
       205 
205 
     | 
    
         
             
                    verify: Verifica
         
     | 
| 
       206 
206 
     | 
    
         
             
                  admin_terms_of_service:
         
     | 
| 
       207 
207 
     | 
    
         
             
                    accept:
         
     | 
| 
      
 208 
     | 
    
         
            +
                      error: Si è verificato un problema durante l'accettazione dei termini di servizio per l'amministratore.
         
     | 
| 
       208 
209 
     | 
    
         
             
                      success: Ottimo! Hai accettato i termini d'uso per l'amministratrice/tore.
         
     | 
| 
       209 
210 
     | 
    
         
             
                    actions:
         
     | 
| 
       210 
211 
     | 
    
         
             
                      accept: Sono d'accordo con i termini
         
     | 
| 
         @@ -368,6 +369,7 @@ it: 
     | 
|
| 
       368 
369 
     | 
    
         
             
                    user_name: Utente
         
     | 
| 
       369 
370 
     | 
    
         
             
                  content_blocks:
         
     | 
| 
       370 
371 
     | 
    
         
             
                    create:
         
     | 
| 
      
 372 
     | 
    
         
            +
                      error: Si è verificato un problema durante la creazione del blocco contenuti.
         
     | 
| 
       371 
373 
     | 
    
         
             
                      success: Blocco contenuto creato correttamente.
         
     | 
| 
       372 
374 
     | 
    
         
             
                    destroy:
         
     | 
| 
       373 
375 
     | 
    
         
             
                      error: Si è verificato un problema cercando di eliminare questo blocco di contenuti.
         
     | 
| 
         @@ -538,6 +540,7 @@ it: 
     | 
|
| 
       538 
540 
     | 
    
         
             
                          one: Colonna mancante %{columns}.
         
     | 
| 
       539 
541 
     | 
    
         
             
                          other: Colonne mancanti %{columns}.
         
     | 
| 
       540 
542 
     | 
    
         
             
                    error: Si è verificato un errore durante l'importazione.
         
     | 
| 
      
 543 
     | 
    
         
            +
                    example_error: Si è verificato un problema durante la creazione di un esempio per il tipo specificato.
         
     | 
| 
       541 
544 
     | 
    
         
             
                    new:
         
     | 
| 
       542 
545 
     | 
    
         
             
                      accepted_mime_types:
         
     | 
| 
       543 
546 
     | 
    
         
             
                        csv: csv
         
     | 
| 
         @@ -546,8 +549,18 @@ it: 
     | 
|
| 
       546 
549 
     | 
    
         
             
                      actions:
         
     | 
| 
       547 
550 
     | 
    
         
             
                        back: Indietro
         
     | 
| 
       548 
551 
     | 
    
         
             
                      download_example: Scarica esempio
         
     | 
| 
      
 552 
     | 
    
         
            +
                      download_example_format: Esempio come %{name}
         
     | 
| 
       549 
553 
     | 
    
         
             
                      file_legend: Aggiungi un file da importare che verrà analizzato.
         
     | 
| 
       550 
554 
     | 
    
         
             
                      import: Importazione
         
     | 
| 
      
 555 
     | 
    
         
            +
                    notice: "%{number} %{resource_name} importati con successo."
         
     | 
| 
      
 556 
     | 
    
         
            +
                  logs:
         
     | 
| 
      
 557 
     | 
    
         
            +
                    filters:
         
     | 
| 
      
 558 
     | 
    
         
            +
                      participatory_space: Trova spazio partecipativo
         
     | 
| 
      
 559 
     | 
    
         
            +
                      text: Ricerca per email, nome o nickname.
         
     | 
| 
      
 560 
     | 
    
         
            +
                      user: Utente
         
     | 
| 
      
 561 
     | 
    
         
            +
                    logs_list:
         
     | 
| 
      
 562 
     | 
    
         
            +
                      no_logs_yet: Non ci sono ancora log.
         
     | 
| 
      
 563 
     | 
    
         
            +
                      no_matching_logs: Non ci sono registri con i filtri di ricerca forniti. Prova a cambiarli e riprovare.
         
     | 
| 
       551 
564 
     | 
    
         
             
                  managed_users:
         
     | 
| 
       552 
565 
     | 
    
         
             
                    promotion:
         
     | 
| 
       553 
566 
     | 
    
         
             
                      error: Si è verificato un problema nella promozione del partecipante gestito.
         
     | 
| 
         @@ -565,6 +578,8 @@ it: 
     | 
|
| 
       565 
578 
     | 
    
         
             
                    areas: Ambiti territoriali
         
     | 
| 
       566 
579 
     | 
    
         
             
                    components: Componenti
         
     | 
| 
       567 
580 
     | 
    
         
             
                    configuration: Configurazione
         
     | 
| 
      
 581 
     | 
    
         
            +
                    content: Contenuto segnalato
         
     | 
| 
      
 582 
     | 
    
         
            +
                    external_domain_allowlist: Consenti l'uso di domini esterni
         
     | 
| 
       568 
583 
     | 
    
         
             
                    help_sections: Sezioni di Aiuto
         
     | 
| 
       569 
584 
     | 
    
         
             
                    homepage: Homepage
         
     | 
| 
       570 
585 
     | 
    
         
             
                    impersonations: Impersonificazioni
         
     | 
| 
         @@ -575,7 +590,9 @@ it: 
     | 
|
| 
       575 
590 
     | 
    
         
             
                    reported_users: Partecipanti segnalati
         
     | 
| 
       576 
591 
     | 
    
         
             
                    scope_types: Tipi di ambito
         
     | 
| 
       577 
592 
     | 
    
         
             
                    scopes: Ambito tematico
         
     | 
| 
      
 593 
     | 
    
         
            +
                    see_site: Vedi sito
         
     | 
| 
       578 
594 
     | 
    
         
             
                    settings: Impostazioni
         
     | 
| 
      
 595 
     | 
    
         
            +
                    static_page_topics: Argomenti
         
     | 
| 
       579 
596 
     | 
    
         
             
                    static_pages: Pagine
         
     | 
| 
       580 
597 
     | 
    
         
             
                    user_groups: Gruppi
         
     | 
| 
       581 
598 
     | 
    
         
             
                    users: Partecipanti
         
     | 
| 
         @@ -644,6 +661,7 @@ it: 
     | 
|
| 
       644 
661 
     | 
    
         
             
                      fields:
         
     | 
| 
       645 
662 
     | 
    
         
             
                        created_at: Data di creazione
         
     | 
| 
       646 
663 
     | 
    
         
             
                        email: E-mail
         
     | 
| 
      
 664 
     | 
    
         
            +
                        last_sign_in_at: Data dell'ultimo accesso
         
     | 
| 
       647 
665 
     | 
    
         
             
                        name: Nome
         
     | 
| 
       648 
666 
     | 
    
         
             
                        role: Ruolo
         
     | 
| 
       649 
667 
     | 
    
         
             
                        roles:
         
     | 
| 
         @@ -671,6 +689,7 @@ it: 
     | 
|
| 
       671 
689 
     | 
    
         
             
                      nickname: Nickname
         
     | 
| 
       672 
690 
     | 
    
         
             
                      reason: Motivazione
         
     | 
| 
       673 
691 
     | 
    
         
             
                      reports: Numero di segnalazioni
         
     | 
| 
      
 692 
     | 
    
         
            +
                      title: Partecipanti segnalati
         
     | 
| 
       674 
693 
     | 
    
         
             
                    report:
         
     | 
| 
       675 
694 
     | 
    
         
             
                      reasons:
         
     | 
| 
       676 
695 
     | 
    
         
             
                        does_not_belong: Non appartiene
         
     | 
| 
         @@ -680,10 +699,14 @@ it: 
     | 
|
| 
       680 
699 
     | 
    
         
             
                      blocked: Bloccato
         
     | 
| 
       681 
700 
     | 
    
         
             
                      unblocked: Non Bloccato
         
     | 
| 
       682 
701 
     | 
    
         
             
                  moderations:
         
     | 
| 
      
 702 
     | 
    
         
            +
                    index:
         
     | 
| 
      
 703 
     | 
    
         
            +
                      title: Contenuto segnalato
         
     | 
| 
       683 
704 
     | 
    
         
             
                    report:
         
     | 
| 
       684 
705 
     | 
    
         
             
                      reasons:
         
     | 
| 
       685 
706 
     | 
    
         
             
                        does_not_belong: Non appartiene
         
     | 
| 
      
 707 
     | 
    
         
            +
                        hidden_during_block: Nascosto durante il blocco dell'utente
         
     | 
| 
       686 
708 
     | 
    
         
             
                        offensive: Offensivo
         
     | 
| 
      
 709 
     | 
    
         
            +
                        parent_hidden: Il contenuto padre è stato nascosto
         
     | 
| 
       687 
710 
     | 
    
         
             
                        spam: Spam
         
     | 
| 
       688 
711 
     | 
    
         
             
                    reports:
         
     | 
| 
       689 
712 
     | 
    
         
             
                      index:
         
     | 
| 
         @@ -771,6 +794,7 @@ it: 
     | 
|
| 
       771 
794 
     | 
    
         
             
                      success: OK, la Newsletter è stata aggiornata. Conviene controllarla prima di inviarla.
         
     | 
| 
       772 
795 
     | 
    
         
             
                  officializations:
         
     | 
| 
       773 
796 
     | 
    
         
             
                    block:
         
     | 
| 
      
 797 
     | 
    
         
            +
                      error: Si è verificato un errore durante il blocco del partecipante.
         
     | 
| 
       774 
798 
     | 
    
         
             
                      success: Partecipante bloccato con successo.
         
     | 
| 
       775 
799 
     | 
    
         
             
                    create:
         
     | 
| 
       776 
800 
     | 
    
         
             
                      success: Partecipante ufficializzato con successo.
         
     | 
| 
         @@ -804,6 +828,7 @@ it: 
     | 
|
| 
       804 
828 
     | 
    
         
             
                      show: Mostra
         
     | 
| 
       805 
829 
     | 
    
         
             
                      title: Mostra l'indirizzo email del partecipante
         
     | 
| 
       806 
830 
     | 
    
         
             
                    unblock:
         
     | 
| 
      
 831 
     | 
    
         
            +
                      error: Si è verificato un errore durante lo sblocco del partecipante.
         
     | 
| 
       807 
832 
     | 
    
         
             
                      success: Partecipante sbloccato con successo.
         
     | 
| 
       808 
833 
     | 
    
         
             
                  organization:
         
     | 
| 
       809 
834 
     | 
    
         
             
                    edit:
         
     | 
| 
         @@ -823,13 +848,22 @@ it: 
     | 
|
| 
       823 
848 
     | 
    
         
             
                      success: OK, l'organizzazione è stata modificata.
         
     | 
| 
       824 
849 
     | 
    
         
             
                  organization_appearance:
         
     | 
| 
       825 
850 
     | 
    
         
             
                    edit:
         
     | 
| 
       826 
     | 
    
         
            -
                      update:  
     | 
| 
      
 851 
     | 
    
         
            +
                      update: Aggiorna
         
     | 
| 
       827 
852 
     | 
    
         
             
                    form:
         
     | 
| 
      
 853 
     | 
    
         
            +
                      colors:
         
     | 
| 
      
 854 
     | 
    
         
            +
                        choose_color: Scegli un colore primario
         
     | 
| 
      
 855 
     | 
    
         
            +
                        colors_title: Colori dell'organizzazione
         
     | 
| 
      
 856 
     | 
    
         
            +
                        colors_warning_html: Attenzione! Cambiare questi colori può violare l'accessibilità dei contrasti dei colori. Puoi controllare il contrasto della tua scelta dei colori con <a href="https://webaim.org/resources/contrastchecker">WebAIM Contrast Checker</a> o altri strumenti simili.
         
     | 
| 
      
 857 
     | 
    
         
            +
                        explanation: Questo strumento ti aiuta a scegliere uno schema di colori, composto da tonalità ugualmente distanziate intorno alla gamma dei colori, che saranno utilizzate nel sito web dell'organizzazione.
         
     | 
| 
      
 858 
     | 
    
         
            +
                        legend_html: I principali colori dell'applicazione, basati sull'algoritmo <a href="https://www.color-meanings.com/triadic-colors/">Triadic</a>. Il colore <i>secondario</i> è calcolato a partire dal colore primario e dalla saturazione che hai scelto.
         
     | 
| 
      
 859 
     | 
    
         
            +
                        saturation: Saturazione
         
     | 
| 
      
 860 
     | 
    
         
            +
                        title: Selettore colore
         
     | 
| 
      
 861 
     | 
    
         
            +
                        update_suggested_colors: Aggiorna i colori suggeriti
         
     | 
| 
       828 
862 
     | 
    
         
             
                      cta_button_path_help_html: 'È possibile modificare la posizione in cui il pulsante "Chiamata all''Azione" nella home page viene mostrato. Per farlo utilizzare URL relativi, non URL assoluti. Accetta lettere, numeri, trattini e barre, e deve iniziare con una lettera. Il pulsante "Chiamata all''Azione" è mostrato nella home page tra il testo di benvenuto e la descrizione. Ad esempio: %{url}'
         
     | 
| 
       829 
863 
     | 
    
         
             
                      cta_button_text_help: Puoi sovrascrivere il testo del pulsante Chiamata all'azione nella home page per ogni lingua disponibile nell'organizzazione. Se non è impostato, verrà utilizzato il valore predefinito. Il pulsante Chiamata all'azione è mostrato nella homepage tra il testo di benvenuto e la descrizione.
         
     | 
| 
       830 
864 
     | 
    
         
             
                      header_snippets:
         
     | 
| 
       831 
865 
     | 
    
         
             
                        header_snippets_help_html: Usa questo campo per aggiungere funzionalità all head HTML. L'uso più comune è quello di integrare servizi di terze parti che richiedono alcuni JavaScript o CSS aggiuntivi. Inoltre, è possibile utilizzarlo per aggiungere meta tag extra per l'HTML. Nota che questo sarà reso solo nelle pagine pubbliche, non nella sezione amministrazione. Se il codice interagisce con API esterne o non è conforme alle linee guida di sicurezza dell’applicazione, sarà necessario modificare la Content Security Policy. Per saperne di più su <a href="https://docs.decidim.org/develop/en/customize/content_security_policy">nella documentazione di Decidim</a>.
         
     | 
| 
       832 
     | 
    
         
            -
                        title: Frammenti  
     | 
| 
      
 866 
     | 
    
         
            +
                        title: Frammenti d'intestazione HTML
         
     | 
| 
       833 
867 
     | 
    
         
             
                      homepage_appearance_title: Modifica l'aspetto della home page
         
     | 
| 
       834 
868 
     | 
    
         
             
                      homepage_highlighted_content_banner_title: Banner con contenuti Highligted
         
     | 
| 
       835 
869 
     | 
    
         
             
                      images:
         
     | 
| 
         @@ -846,6 +880,7 @@ it: 
     | 
|
| 
       846 
880 
     | 
    
         
             
                      up: Su
         
     | 
| 
       847 
881 
     | 
    
         
             
                    form:
         
     | 
| 
       848 
882 
     | 
    
         
             
                      add: Aggiungi alla lista consentita
         
     | 
| 
      
 883 
     | 
    
         
            +
                      title: Elenco di domini esterni consentiti
         
     | 
| 
       849 
884 
     | 
    
         
             
                  participatory_space_private_users:
         
     | 
| 
       850 
885 
     | 
    
         
             
                    create:
         
     | 
| 
       851 
886 
     | 
    
         
             
                      error: Si è verificato un errore durante l'aggiunta di un utente privato per questo spazio partecipativo.
         
     | 
| 
         @@ -860,9 +895,24 @@ it: 
     | 
|
| 
       860 
895 
     | 
    
         
             
                      create: Creare
         
     | 
| 
       861 
896 
     | 
    
         
             
                      title: Nuovo utente privato dello spazio partecipativo.
         
     | 
| 
       862 
897 
     | 
    
         
             
                  participatory_space_private_users_csv_imports:
         
     | 
| 
      
 898 
     | 
    
         
            +
                    create:
         
     | 
| 
      
 899 
     | 
    
         
            +
                      invalid: Si è verificato un problema durante la lettura del file CSV. Assicurati di aver seguito le istruzioni.
         
     | 
| 
      
 900 
     | 
    
         
            +
                      success: File CSV caricato con successo, stiamo inviando un'email di invito ai partecipanti. Potrebbe richiedere un po' di tempo.
         
     | 
| 
       863 
901 
     | 
    
         
             
                    new:
         
     | 
| 
       864 
902 
     | 
    
         
             
                      csv_upload:
         
     | 
| 
       865 
903 
     | 
    
         
             
                        title: Carica il tuo file CSV
         
     | 
| 
      
 904 
     | 
    
         
            +
                      destroy:
         
     | 
| 
      
 905 
     | 
    
         
            +
                        button: Elimina tutti i partecipanti privati
         
     | 
| 
      
 906 
     | 
    
         
            +
                        confirm: Sei sicuro di voler eliminare tutti i partecipanti privati? Questa azione non può essere annullata, non sarai in grado di recuperarli.
         
     | 
| 
      
 907 
     | 
    
         
            +
                        empty: Non hai partecipanti privati.
         
     | 
| 
      
 908 
     | 
    
         
            +
                        explanation: Hai %{count} partecipanti privati.
         
     | 
| 
      
 909 
     | 
    
         
            +
                        title: Elimina tutti i partecipanti privati
         
     | 
| 
      
 910 
     | 
    
         
            +
                      example_file: 'File di esempio:'
         
     | 
| 
      
 911 
     | 
    
         
            +
                      explanation: 'Carica il file CSV. Il file deve contenere due colonne (e-mail e nome) senza intestazioni: nella prima sono elencati gli indirizzi e-mail degli utenti che si desidera aggiungere allo spazio partecipativo, nella seconda i loro nomi. Evita di usare caratteri non validi come `<>?%&^*#@()[]=+:;"{}\|` nella colonna dei nomi.'
         
     | 
| 
      
 912 
     | 
    
         
            +
                      explanation_example: |
         
     | 
| 
      
 913 
     | 
    
         
            +
                        john.doe@example.org%{csv_col_sep}John Doe
         
     | 
| 
      
 914 
     | 
    
         
            +
                        jane.doe@example.org%{csv_col_sep}Jane Doe
         
     | 
| 
      
 915 
     | 
    
         
            +
                      title: Importa partecipanti privati tramite CSV
         
     | 
| 
       866 
916 
     | 
    
         
             
                      upload: Carica File
         
     | 
| 
       867 
917 
     | 
    
         
             
                  reminders:
         
     | 
| 
       868 
918 
     | 
    
         
             
                    create:
         
     | 
| 
         @@ -898,6 +948,8 @@ it: 
     | 
|
| 
       898 
948 
     | 
    
         
             
                    create:
         
     | 
| 
       899 
949 
     | 
    
         
             
                      error: Si è verificato un errore creando un nuovo ambito.
         
     | 
| 
       900 
950 
     | 
    
         
             
                      success: OK, è stato creato il nuovo àmbito.
         
     | 
| 
      
 951 
     | 
    
         
            +
                    destroy:
         
     | 
| 
      
 952 
     | 
    
         
            +
                      success: Ambito eliminato correttamente.
         
     | 
| 
       901 
953 
     | 
    
         
             
                    edit:
         
     | 
| 
       902 
954 
     | 
    
         
             
                      title: Modifica l'àmbito
         
     | 
| 
       903 
955 
     | 
    
         
             
                      update: Aggiorna
         
     | 
| 
         @@ -917,6 +969,7 @@ it: 
     | 
|
| 
       917 
969 
     | 
    
         
             
                      error: Si è verificato un problema durante la distruzione del token.
         
     | 
| 
       918 
970 
     | 
    
         
             
                      success: Token eliminato correttamente.
         
     | 
| 
       919 
971 
     | 
    
         
             
                    share_tokens:
         
     | 
| 
      
 972 
     | 
    
         
            +
                      empty: Non esistono token attivi.
         
     | 
| 
       920 
973 
     | 
    
         
             
                      help: Questi token sono utilizzati per condividere pubblicamente questa risorsa non pubblicata con qualsiasi utente. Saranno nascosti al momento della pubblicazione della risorsa. Clicca sull'icona di condivisione del token per visitare l'URL condivisibile.
         
     | 
| 
       921 
974 
     | 
    
         
             
                      title: Condividi token
         
     | 
| 
       922 
975 
     | 
    
         
             
                  shared:
         
     | 
| 
         @@ -967,6 +1020,7 @@ it: 
     | 
|
| 
       967 
1020 
     | 
    
         
             
                    areas: Ambiti territoriali
         
     | 
| 
       968 
1021 
     | 
    
         
             
                    authorization_workflows: Metodi di verifica
         
     | 
| 
       969 
1022 
     | 
    
         
             
                    dashboard: Cruscotto (Dashboard)
         
     | 
| 
      
 1023 
     | 
    
         
            +
                    edit_landing_page: Contenuti della pagina
         
     | 
| 
       970 
1024 
     | 
    
         
             
                    impersonatable_users: Partecipanti gestibili
         
     | 
| 
       971 
1025 
     | 
    
         
             
                    impersonations: Gestione dei partecipanti
         
     | 
| 
       972 
1026 
     | 
    
         
             
                    metrics: Partecipazione in cifre
         
     | 
| 
         @@ -979,10 +1033,13 @@ it: 
     | 
|
| 
       979 
1033 
     | 
    
         
             
                  user_group:
         
     | 
| 
       980 
1034 
     | 
    
         
             
                    csv_verify:
         
     | 
| 
       981 
1035 
     | 
    
         
             
                      invalid: Si è verificato un errore durante la lettura del file CSV.
         
     | 
| 
      
 1036 
     | 
    
         
            +
                      success: File CSV caricato con successo, stiamo verificando i gruppi di utenti che soddisfano i criteri. Questo potrebbe richiedere del tempo.
         
     | 
| 
       982 
1037 
     | 
    
         
             
                    reject:
         
     | 
| 
       983 
1038 
     | 
    
         
             
                      invalid: Si è verificato un errore rifiutando questo gruppo di utenti.
         
     | 
| 
      
 1039 
     | 
    
         
            +
                      success: Gruppo utenti rifiutato correttamente.
         
     | 
| 
       984 
1040 
     | 
    
         
             
                    verify:
         
     | 
| 
       985 
1041 
     | 
    
         
             
                      invalid: Si è verificato un errore durante la verifica di questo gruppo di utenti.
         
     | 
| 
      
 1042 
     | 
    
         
            +
                      success: Il gruppo utenti è stato verificato correttamente.
         
     | 
| 
       986 
1043 
     | 
    
         
             
                  user_groups:
         
     | 
| 
       987 
1044 
     | 
    
         
             
                    index:
         
     | 
| 
       988 
1045 
     | 
    
         
             
                      state:
         
     | 
| 
         @@ -992,7 +1049,11 @@ it: 
     | 
|
| 
       992 
1049 
     | 
    
         
             
                      verify_via_csv: Verifica tramite CSV
         
     | 
| 
       993 
1050 
     | 
    
         
             
                  user_groups_csv_verifications:
         
     | 
| 
       994 
1051 
     | 
    
         
             
                    new:
         
     | 
| 
      
 1052 
     | 
    
         
            +
                      example_file: 'File di esempio:'
         
     | 
| 
       995 
1053 
     | 
    
         
             
                      explanation: Carica il tuo file CSV. Deve avere le e-mail ufficiali dei gruppi di utenti nella tua organizzazione nella prima colonna del file, senza intestazioni. Verranno convalidati solo i gruppi di utenti che hanno confermato la loro e-mail e che hanno una e-mail che appare nel file CSV.
         
     | 
| 
      
 1054 
     | 
    
         
            +
                      explanation_example: |
         
     | 
| 
      
 1055 
     | 
    
         
            +
                        acme@example.org
         
     | 
| 
      
 1056 
     | 
    
         
            +
                        bubba.gump@example.org
         
     | 
| 
       996 
1057 
     | 
    
         
             
                      title: Carica il tuo file CSV
         
     | 
| 
       997 
1058 
     | 
    
         
             
                      upload: Carica File
         
     | 
| 
       998 
1059 
     | 
    
         
             
                  users:
         
     | 
| 
         @@ -1048,10 +1109,14 @@ it: 
     | 
|
| 
       1048 
1109 
     | 
    
         
             
                  models:
         
     | 
| 
       1049 
1110 
     | 
    
         
             
                    moderation:
         
     | 
| 
       1050 
1111 
     | 
    
         
             
                      fields:
         
     | 
| 
      
 1112 
     | 
    
         
            +
                        deleted_resource: Risorsa eliminata
         
     | 
| 
       1051 
1113 
     | 
    
         
             
                        hidden_at: Nascosto a
         
     | 
| 
       1052 
1114 
     | 
    
         
             
                        participatory_space: Spazio partecipativo
         
     | 
| 
      
 1115 
     | 
    
         
            +
                        report_count: Numero di segnalazioni
         
     | 
| 
      
 1116 
     | 
    
         
            +
                        reportable_id: ID
         
     | 
| 
       1053 
1117 
     | 
    
         
             
                        reportable_type: Tipo
         
     | 
| 
       1054 
1118 
     | 
    
         
             
                        reported_content_url: URL del contenuto riportato
         
     | 
| 
      
 1119 
     | 
    
         
            +
                        reports: Motivo
         
     | 
| 
       1055 
1120 
     | 
    
         
             
                        visit_url: Visita URL
         
     | 
| 
       1056 
1121 
     | 
    
         
             
                    report:
         
     | 
| 
       1057 
1122 
     | 
    
         
             
                      fields:
         
     | 
    
        data/config/locales/ja.yml
    CHANGED
    
    | 
         @@ -53,6 +53,7 @@ ja: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    customize_welcome_notification: ウェルカム通知をカスタマイズ
         
     | 
| 
       54 
54 
     | 
    
         
             
                    default_locale: 既定のロケール:
         
     | 
| 
       55 
55 
     | 
    
         
             
                    description: 説明
         
     | 
| 
      
 56 
     | 
    
         
            +
                    enable_machine_translations: 機械翻訳を有効にする
         
     | 
| 
       56 
57 
     | 
    
         
             
                    enable_omnipresent_banner: Omnipresentバナーを表示
         
     | 
| 
       57 
58 
     | 
    
         
             
                    enable_participatory_space_filters: 参加型スペースフィルタを有効にする
         
     | 
| 
       58 
59 
     | 
    
         
             
                    facebook_handler: Facebook ハンドラー
         
     | 
| 
         @@ -845,6 +846,15 @@ ja: 
     | 
|
| 
       845 
846 
     | 
    
         
             
                    edit:
         
     | 
| 
       846 
847 
     | 
    
         
             
                      update: 更新
         
     | 
| 
       847 
848 
     | 
    
         
             
                    form:
         
     | 
| 
      
 849 
     | 
    
         
            +
                      colors:
         
     | 
| 
      
 850 
     | 
    
         
            +
                        choose_color: プライマリカラーを選択
         
     | 
| 
      
 851 
     | 
    
         
            +
                        colors_title: 組織の配色
         
     | 
| 
      
 852 
     | 
    
         
            +
                        colors_warning_html: '警告: これらの色を変更すると、アクセシビリティのコントラストが壊れる可能性があります。 <a href="%{link}">WebAIM コントラストチェッカー</a> または他の同様のツールで、選択したコントラストを確認できます。'
         
     | 
| 
      
 853 
     | 
    
         
            +
                        explanation: このツールは、カラーホイールの周りに均等な間隔の色相で構成された配色を選択するのに役立ちます。 これは組織のウェブサイトに使われます。
         
     | 
| 
      
 854 
     | 
    
         
            +
                        legend_html: <a href="https://www.color-meanings.com/triadic-colors/">三角法</a>に基づくメインのアプリケーションカラーです。選択されたプライマリカラーと彩度に基づいて、<i>セカンダリ</i> カラーは自動的に計算されます。
         
     | 
| 
      
 855 
     | 
    
         
            +
                        saturation: 彩度
         
     | 
| 
      
 856 
     | 
    
         
            +
                        title: 色の選択
         
     | 
| 
      
 857 
     | 
    
         
            +
                        update_suggested_colors: 提案色を更新
         
     | 
| 
       848 
858 
     | 
    
         
             
                      cta_button_path_help_html: 'ホームページにあるCall to Actionボタンのリンク先を上書きすることができます。完全なURLではなく、相対パスを使用してください。 英字、数字、ハイフン、スラッシュを使用でき、英字で始まる必要があります。 Call To Actionボタンは、ホームページ内のウェルカムテキストと説明の間に表示されます。例: %{url}'
         
     | 
| 
       849 
859 
     | 
    
         
             
                      cta_button_text_help: 組織の利用可能な言語ごとにホームページの [Call To Action] ボタンのテキストを上書きできます。 設定されていない場合は、デフォルト値が使用されます。 Call To Actionボタンは、ウェルカムテキストと説明の間のホームページに表示されます。
         
     | 
| 
       850 
860 
     | 
    
         
             
                      header_snippets:
         
     | 
| 
         @@ -1019,7 +1029,7 @@ ja: 
     | 
|
| 
       1019 
1029 
     | 
    
         
             
                    authorization_workflows: 確認方法
         
     | 
| 
       1020 
1030 
     | 
    
         
             
                    dashboard: ダッシュボード
         
     | 
| 
       1021 
1031 
     | 
    
         
             
                    edit_external_domains: 許可された外部ドメインのリスト
         
     | 
| 
       1022 
     | 
    
         
            -
                    edit_landing_page:  
     | 
| 
      
 1032 
     | 
    
         
            +
                    edit_landing_page: ページの内容
         
     | 
| 
       1023 
1033 
     | 
    
         
             
                    edit_organization_appearance: ホームページの外観を編集
         
     | 
| 
       1024 
1034 
     | 
    
         
             
                    impersonatable_users: 管理可能な参加者
         
     | 
| 
       1025 
1035 
     | 
    
         
             
                    impersonations: 参加者管理
         
     | 
    
        data/config/locales/ko.yml
    CHANGED
    
    | 
         @@ -587,12 +587,10 @@ ko: 
     | 
|
| 
       587 
587 
     | 
    
         
             
                      success: 참가자가 성공적으로 차단되었습니다.
         
     | 
| 
       588 
588 
     | 
    
         
             
                    index:
         
     | 
| 
       589 
589 
     | 
    
         
             
                      badge: 뱃지
         
     | 
| 
       590 
     | 
    
         
            -
                      block: 사용자 차단
         
     | 
| 
       591 
590 
     | 
    
         
             
                      name: 이름
         
     | 
| 
       592 
591 
     | 
    
         
             
                      nickname: 닉네임
         
     | 
| 
       593 
592 
     | 
    
         
             
                      show_email: 이메일 주소 보기
         
     | 
| 
       594 
593 
     | 
    
         
             
                      status: 상태
         
     | 
| 
       595 
     | 
    
         
            -
                      unblock: 사용자 차단 해제
         
     | 
| 
       596 
594 
     | 
    
         
             
                    show_email_modal:
         
     | 
| 
       597 
595 
     | 
    
         
             
                      email_address: 이메일 주소
         
     | 
| 
       598 
596 
     | 
    
         
             
                      full_name: 전체 이름
         
     | 
| 
         @@ -602,6 +600,8 @@ ko: 
     | 
|
| 
       602 
600 
     | 
    
         
             
                    unblock:
         
     | 
| 
       603 
601 
     | 
    
         
             
                      error: 참가자를 차단 해제하는 동안 오류가 발생했습니다.
         
     | 
| 
       604 
602 
     | 
    
         
             
                  organization_appearance:
         
     | 
| 
      
 603 
     | 
    
         
            +
                    edit:
         
     | 
| 
      
 604 
     | 
    
         
            +
                      update: 업데이트
         
     | 
| 
       605 
605 
     | 
    
         
             
                    form:
         
     | 
| 
       606 
606 
     | 
    
         
             
                      cta_button_path_help_html: '홈페이지에서 수행 호출 단추가 링크되는 위치를 덮어쓸 수 있습니다. 여기서는 전체 URL이 아닌 일부 경로를 사용하십시오. 문자, 숫자, 대시 및 슬래시를 사용할 수 있으며 문자로 시작해야 합니다. 시작 텍스트와 설명 사이에 홈페이지에서 수행 호출 단추가 표시됩니다. 예: %{url}'
         
     | 
| 
       607 
607 
     | 
    
         
             
                      cta_button_text_help: You can overwrite the Call To Action button text in the homepage for each available language in your organization. If not set, the default value will be used. The Call To Action button is shown in the homepage between the welcome text and the description.
         
     | 
| 
         @@ -702,7 +702,6 @@ ko: 
     | 
|
| 
       702 
702 
     | 
    
         
             
                    areas: 영역
         
     | 
| 
       703 
703 
     | 
    
         
             
                    authorization_workflows: 인증 방식
         
     | 
| 
       704 
704 
     | 
    
         
             
                    dashboard: 대시보드
         
     | 
| 
       705 
     | 
    
         
            -
                    edit_landing_page: 페이지 콘텐츠
         
     | 
| 
       706 
705 
     | 
    
         
             
                    edit_organization_appearance: 홈페이지 외관 편집
         
     | 
| 
       707 
706 
     | 
    
         
             
                    impersonatable_users: 관리 가능한 참가자
         
     | 
| 
       708 
707 
     | 
    
         
             
                    impersonations: 참가자 관리
         
     | 
    
        data/config/locales/lb.yml
    CHANGED
    
    | 
         @@ -638,7 +638,7 @@ lb: 
     | 
|
| 
       638 
638 
     | 
    
         
             
                      reports: Berichte
         
     | 
| 
       639 
639 
     | 
    
         
             
                      show_email: E-Mail-Adresse anzeigen
         
     | 
| 
       640 
640 
     | 
    
         
             
                      status: Status
         
     | 
| 
       641 
     | 
    
         
            -
                      unblock: Blockierung des  
     | 
| 
      
 641 
     | 
    
         
            +
                      unblock: Blockierung des Benutzers aufheben
         
     | 
| 
       642 
642 
     | 
    
         
             
                      unofficialize: Nicht offiziell
         
     | 
| 
       643 
643 
     | 
    
         
             
                    new:
         
     | 
| 
       644 
644 
     | 
    
         
             
                      badge: Offizielles Abzeichen
         
     | 
    
        data/config/locales/lt.yml
    CHANGED
    
    | 
         @@ -964,7 +964,6 @@ lt: 
     | 
|
| 
       964 
964 
     | 
    
         
             
                    areas: Aplinkos
         
     | 
| 
       965 
965 
     | 
    
         
             
                    authorization_workflows: Verifikacijos metodai
         
     | 
| 
       966 
966 
     | 
    
         
             
                    dashboard: Švieslentė
         
     | 
| 
       967 
     | 
    
         
            -
                    edit_landing_page: Puslapio turinys
         
     | 
| 
       968 
967 
     | 
    
         
             
                    edit_organization_appearance: Keisti pagrindinio puslapio išvaizdą
         
     | 
| 
       969 
968 
     | 
    
         
             
                    impersonatable_users: Dalyviai, kurių duomenis galima tvarkyti
         
     | 
| 
       970 
969 
     | 
    
         
             
                    impersonations: Dalyvių tvarkymas
         
     | 
    
        data/config/locales/no.yml
    CHANGED
    
    
    
        data/config/locales/pt-BR.yml
    CHANGED
    
    | 
         @@ -695,6 +695,7 @@ pt-BR: 
     | 
|
| 
       695 
695 
     | 
    
         
             
                        does_not_belong: Não pertence
         
     | 
| 
       696 
696 
     | 
    
         
             
                        hidden_during_block: Oculto enquanto bloqueia o usuário
         
     | 
| 
       697 
697 
     | 
    
         
             
                        offensive: Ofensivo
         
     | 
| 
      
 698 
     | 
    
         
            +
                        parent_hidden: Conteúdo pai foi oculto
         
     | 
| 
       698 
699 
     | 
    
         
             
                        spam: Spam
         
     | 
| 
       699 
700 
     | 
    
         
             
                    reports:
         
     | 
| 
       700 
701 
     | 
    
         
             
                      index:
         
     | 
| 
         @@ -711,6 +712,11 @@ pt-BR: 
     | 
|
| 
       711 
712 
     | 
    
         
             
                        report_language: Reportar idioma
         
     | 
| 
       712 
713 
     | 
    
         
             
                        report_reason: Motivo
         
     | 
| 
       713 
714 
     | 
    
         
             
                        title: Detalhes da denúncia
         
     | 
| 
      
 715 
     | 
    
         
            +
                  new_import:
         
     | 
| 
      
 716 
     | 
    
         
            +
                    accepted_mime_types:
         
     | 
| 
      
 717 
     | 
    
         
            +
                      csv: CSV
         
     | 
| 
      
 718 
     | 
    
         
            +
                      json: JSON
         
     | 
| 
      
 719 
     | 
    
         
            +
                      xlsx: XLSX
         
     | 
| 
       714 
720 
     | 
    
         
             
                  newsletter_templates:
         
     | 
| 
       715 
721 
     | 
    
         
             
                    index:
         
     | 
| 
       716 
722 
     | 
    
         
             
                      preview_template: Pré-visualização
         
     | 
| 
         @@ -797,7 +803,7 @@ pt-BR: 
     | 
|
| 
       797 
803 
     | 
    
         
             
                      reports: Denúncias
         
     | 
| 
       798 
804 
     | 
    
         
             
                      show_email: Mostrar endereço de e-mail
         
     | 
| 
       799 
805 
     | 
    
         
             
                      status: Status
         
     | 
| 
       800 
     | 
    
         
            -
                      unblock: Desbloquear  
     | 
| 
      
 806 
     | 
    
         
            +
                      unblock: Desbloquear usuário
         
     | 
| 
       801 
807 
     | 
    
         
             
                      unofficialize: Não oficializar
         
     | 
| 
       802 
808 
     | 
    
         
             
                    new:
         
     | 
| 
       803 
809 
     | 
    
         
             
                      badge: Emblema de oficialização
         
     | 
| 
         @@ -950,6 +956,11 @@ pt-BR: 
     | 
|
| 
       950 
956 
     | 
    
         
             
                      help: Esses tokens são usados para compartilhar publicamente esse recurso não publicado para qualquer usuário. Eles estarão ocultos quando o recurso estiver publicado. Clique no ícone de compartilhamento do token para visitar a URL compartilhável.
         
     | 
| 
       951 
957 
     | 
    
         
             
                      title: Compartilhar tokens
         
     | 
| 
       952 
958 
     | 
    
         
             
                  shared:
         
     | 
| 
      
 959 
     | 
    
         
            +
                    adjacent_navigation:
         
     | 
| 
      
 960 
     | 
    
         
            +
                      next: Próximo
         
     | 
| 
      
 961 
     | 
    
         
            +
                      next_title: Próximo item
         
     | 
| 
      
 962 
     | 
    
         
            +
                      previous: Anterior
         
     | 
| 
      
 963 
     | 
    
         
            +
                      previous_title: Item anterior
         
     | 
| 
       953 
964 
     | 
    
         
             
                    gallery:
         
     | 
| 
       954 
965 
     | 
    
         
             
                      add_images: Adicione imagens
         
     | 
| 
       955 
966 
     | 
    
         
             
                      edit_images: Editar imagens
         
     | 
| 
         @@ -1003,7 +1014,7 @@ pt-BR: 
     | 
|
| 
       1003 
1014 
     | 
    
         
             
                    authorization_workflows: Métodos de verificação
         
     | 
| 
       1004 
1015 
     | 
    
         
             
                    dashboard: painel de controle
         
     | 
| 
       1005 
1016 
     | 
    
         
             
                    edit_external_domains: Lista de domínios externos permitidos
         
     | 
| 
       1006 
     | 
    
         
            -
                    edit_landing_page:  
     | 
| 
      
 1017 
     | 
    
         
            +
                    edit_landing_page: Conteúdo da página
         
     | 
| 
       1007 
1018 
     | 
    
         
             
                    edit_organization_appearance: Editar aparência da página inicial
         
     | 
| 
       1008 
1019 
     | 
    
         
             
                    impersonatable_users: Usuários gerenciáveis
         
     | 
| 
       1009 
1020 
     | 
    
         
             
                    impersonations: Gerenciamento de usuários
         
     | 
    
        data/config/locales/ro-RO.yml
    CHANGED
    
    
    
        data/config/locales/sl.yml
    CHANGED
    
    | 
         @@ -46,7 +46,7 @@ sl: 
     | 
|
| 
       46 
46 
     | 
    
         
             
                    highlighted_content_banner_action_url: Tipka URL
         
     | 
| 
       47 
47 
     | 
    
         
             
                    highlighted_content_banner_image: Slika
         
     | 
| 
       48 
48 
     | 
    
         
             
                    highlighted_content_banner_short_description: Kratek opis
         
     | 
| 
       49 
     | 
    
         
            -
                    highlighted_content_banner_title:  
     | 
| 
      
 49 
     | 
    
         
            +
                    highlighted_content_banner_title: Naziv
         
     | 
| 
       50 
50 
     | 
    
         
             
                    instagram_handler: Instagram krmilnik
         
     | 
| 
       51 
51 
     | 
    
         
             
                    logo: Logotip
         
     | 
| 
       52 
52 
     | 
    
         
             
                    name: Ime
         
     | 
    
        data/config/locales/sq-AL.yml
    CHANGED
    
    | 
         @@ -476,7 +476,6 @@ sq: 
     | 
|
| 
       476 
476 
     | 
    
         
             
                  officializations:
         
     | 
| 
       477 
477 
     | 
    
         
             
                    index:
         
     | 
| 
       478 
478 
     | 
    
         
             
                      actions: Veprimet
         
     | 
| 
       479 
     | 
    
         
            -
                      block: Blloko përdoruesin
         
     | 
| 
       480 
479 
     | 
    
         
             
                      created_at: Krijuar më
         
     | 
| 
       481 
480 
     | 
    
         
             
                      name: Emri
         
     | 
| 
       482 
481 
     | 
    
         
             
                      nickname: Nofka
         
     | 
| 
         @@ -486,6 +485,8 @@ sq: 
     | 
|
| 
       486 
485 
     | 
    
         
             
                    form:
         
     | 
| 
       487 
486 
     | 
    
         
             
                      social_handlers: Rrjetet sociale
         
     | 
| 
       488 
487 
     | 
    
         
             
                  organization_appearance:
         
     | 
| 
      
 488 
     | 
    
         
            +
                    edit:
         
     | 
| 
      
 489 
     | 
    
         
            +
                      update: Përditëso
         
     | 
| 
       489 
490 
     | 
    
         
             
                    form:
         
     | 
| 
       490 
491 
     | 
    
         
             
                      images:
         
     | 
| 
       491 
492 
     | 
    
         
             
                        preview: Parapamje
         
     | 
| 
         @@ -515,6 +516,7 @@ sq: 
     | 
|
| 
       515 
516 
     | 
    
         
             
                      update: Përditëso
         
     | 
| 
       516 
517 
     | 
    
         
             
                  titles:
         
     | 
| 
       517 
518 
     | 
    
         
             
                    dashboard: Paneli
         
     | 
| 
      
 519 
     | 
    
         
            +
                    edit_landing_page: Përmbatja e faqes
         
     | 
| 
       518 
520 
     | 
    
         
             
                    menu: Menu
         
     | 
| 
       519 
521 
     | 
    
         
             
                    page_topics: Temat
         
     | 
| 
       520 
522 
     | 
    
         
             
                    pages: Faqet
         
     | 
    
        data/config/locales/sv.yml
    CHANGED
    
    | 
         @@ -862,7 +862,7 @@ sv: 
     | 
|
| 
       862 
862 
     | 
    
         
             
                      cta_button_path_help_html: 'Du kan ändra vad Call To Action-knappen på startsidan länkar till. Använd relativa sökvägar, inte fullständiga URL:er här. Accepterar bokstäver, siffror, bindestreck och snedstreck, och måste inledas med en bokstav. Knappen visas på startsidan mellan välkomsttexten och beskrivningen. Exempel: %{url}'
         
     | 
| 
       863 
863 
     | 
    
         
             
                      cta_button_text_help: Du kan ha separata texter på Call to Action-knappen på startsidan för varje tillgängligt språk i organisationen. Om det inte anges kommer det förvalda värdet att användas. Call to Action-knappen visas på startsidan mellan välkomsttexten och beskrivningen.
         
     | 
| 
       864 
864 
     | 
    
         
             
                      header_snippets:
         
     | 
| 
       865 
     | 
    
         
            -
                        header_snippets_help_html: Använd det här fältet för att göra tillägg till HTML-huvudet. Den vanligaste användningen är  
     | 
| 
      
 865 
     | 
    
         
            +
                        header_snippets_help_html: Använd det här fältet för att göra tillägg till saker HTML-huvudet. Den vanligaste användningen är att integrera tredjepartstjänster som kräver extra JavaScript eller CSS. Du kan också använda den för att lägga till extra metataggar till HTML. Observera att detta endast kommer att visas på offentliga sidor, inte i admin-sektionen. Om koden interagerar med externa API:er eller inte följer webbplatsens säkerhetsriktlinjer behöver du ändra säkerhetspolicyn. Läs mer <a href="https://docs.decidim.org/develop/en/customize/content_security_policy">på dokumentationssidan</a>.
         
     | 
| 
       866 
866 
     | 
    
         
             
                        title: HTML header snippets
         
     | 
| 
       867 
867 
     | 
    
         
             
                      homepage_appearance_title: Redigera startsidans utseende
         
     | 
| 
       868 
868 
     | 
    
         
             
                      homepage_highlighted_content_banner_title: Banner med utvalt innehåll
         
     | 
    
        data/config/locales/th-TH.yml
    CHANGED
    
    | 
         @@ -20,6 +20,8 @@ th: 
     | 
|
| 
       20 
20 
     | 
    
         
             
                    description: คำอธิบาย
         
     | 
| 
       21 
21 
     | 
    
         
             
                    name: ชื่อ
         
     | 
| 
       22 
22 
     | 
    
         
             
                  organization:
         
     | 
| 
      
 23 
     | 
    
         
            +
                    highlighted_content_banner_short_description: คำอธิบายสั้น
         
     | 
| 
      
 24 
     | 
    
         
            +
                    highlighted_content_banner_title: ชื่อ
         
     | 
| 
       23 
25 
     | 
    
         
             
                    machine_translation_display_priority_translation: แปลข้อความก่อน
         
     | 
| 
       24 
26 
     | 
    
         
             
                    name: ชื่อ
         
     | 
| 
       25 
27 
     | 
    
         
             
                    official_img_footer: ส่วนท้ายของโลโก้อย่างเป็นทางการ
         
     | 
| 
         @@ -107,6 +109,9 @@ th: 
     | 
|
| 
       107 
109 
     | 
    
         
             
                    user_group:
         
     | 
| 
       108 
110 
     | 
    
         
             
                      fields:
         
     | 
| 
       109 
111 
     | 
    
         
             
                        name: ชื่อ
         
     | 
| 
      
 112 
     | 
    
         
            +
                  organization_appearance:
         
     | 
| 
      
 113 
     | 
    
         
            +
                    edit:
         
     | 
| 
      
 114 
     | 
    
         
            +
                      update: อัปเดต
         
     | 
| 
       110 
115 
     | 
    
         
             
                  resources:
         
     | 
| 
       111 
116 
     | 
    
         
             
                    index:
         
     | 
| 
       112 
117 
     | 
    
         
             
                      headers:
         
     | 
    
        data/config/locales/uk.yml
    CHANGED
    
    | 
         @@ -44,7 +44,7 @@ uk: 
     | 
|
| 
       44 
44 
     | 
    
         
             
                    highlighted_content_banner_enabled: Показувати банер висвітленого вмісту
         
     | 
| 
       45 
45 
     | 
    
         
             
                    highlighted_content_banner_image: Зображення
         
     | 
| 
       46 
46 
     | 
    
         
             
                    highlighted_content_banner_short_description: Стислий опис
         
     | 
| 
       47 
     | 
    
         
            -
                    highlighted_content_banner_title:  
     | 
| 
      
 47 
     | 
    
         
            +
                    highlighted_content_banner_title: Заголовок
         
     | 
| 
       48 
48 
     | 
    
         
             
                    instagram_handler: Адреса Instagram
         
     | 
| 
       49 
49 
     | 
    
         
             
                    logo: Логотип
         
     | 
| 
       50 
50 
     | 
    
         
             
                    name: Назва
         
     | 
    
        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.29. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.29.6
         
     | 
| 
       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: 2025- 
     | 
| 
      
 13 
     | 
    
         
            +
            date: 2025-10-28 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.29. 
     | 
| 
      
 35 
     | 
    
         
            +
                    version: 0.29.6
         
     | 
| 
       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.29. 
     | 
| 
      
 42 
     | 
    
         
            +
                    version: 0.29.6
         
     | 
| 
       43 
43 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       44 
44 
     | 
    
         
             
              name: devise
         
     | 
| 
       45 
45 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -94,28 +94,28 @@ dependencies: 
     | 
|
| 
       94 
94 
     | 
    
         
             
                requirements:
         
     | 
| 
       95 
95 
     | 
    
         
             
                - - '='
         
     | 
| 
       96 
96 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       97 
     | 
    
         
            -
                    version: 0.29. 
     | 
| 
      
 97 
     | 
    
         
            +
                    version: 0.29.6
         
     | 
| 
       98 
98 
     | 
    
         
             
              type: :development
         
     | 
| 
       99 
99 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       100 
100 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       101 
101 
     | 
    
         
             
                requirements:
         
     | 
| 
       102 
102 
     | 
    
         
             
                - - '='
         
     | 
| 
       103 
103 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       104 
     | 
    
         
            -
                    version: 0.29. 
     | 
| 
      
 104 
     | 
    
         
            +
                    version: 0.29.6
         
     | 
| 
       105 
105 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       106 
106 
     | 
    
         
             
              name: decidim-participatory_processes
         
     | 
| 
       107 
107 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       108 
108 
     | 
    
         
             
                requirements:
         
     | 
| 
       109 
109 
     | 
    
         
             
                - - '='
         
     | 
| 
       110 
110 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       111 
     | 
    
         
            -
                    version: 0.29. 
     | 
| 
      
 111 
     | 
    
         
            +
                    version: 0.29.6
         
     | 
| 
       112 
112 
     | 
    
         
             
              type: :development
         
     | 
| 
       113 
113 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       114 
114 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       115 
115 
     | 
    
         
             
                requirements:
         
     | 
| 
       116 
116 
     | 
    
         
             
                - - '='
         
     | 
| 
       117 
117 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       118 
     | 
    
         
            -
                    version: 0.29. 
     | 
| 
      
 118 
     | 
    
         
            +
                    version: 0.29.6
         
     | 
| 
       119 
119 
     | 
    
         
             
            description: Organization administration to manage a single organization.
         
     | 
| 
       120 
120 
     | 
    
         
             
            email:
         
     | 
| 
       121 
121 
     | 
    
         
             
            - josepjaume@gmail.com
         
     |