decidim-budgets 0.30.3 → 0.31.0.rc2
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/cells/decidim/budgets/budget_list_item/show.erb +19 -9
 - data/app/cells/decidim/budgets/budget_list_item/vote_action.erb +2 -2
 - data/app/cells/decidim/budgets/budget_list_item_cell.rb +44 -10
 - data/app/cells/decidim/budgets/budgets_list/card_list.erb +0 -2
 - data/app/cells/decidim/budgets/budgets_list/main_list.erb +2 -2
 - data/app/cells/decidim/budgets/budgets_list/show.erb +3 -3
 - data/app/cells/decidim/budgets/budgets_list/voted.erb +12 -10
 - data/app/cells/decidim/budgets/budgets_list_cell.rb +22 -0
 - data/app/cells/decidim/budgets/project_budget_amount_cell.rb +14 -0
 - data/app/cells/decidim/budgets/project_l/extra_data.erb +8 -2
 - data/app/cells/decidim/budgets/project_l/metadata.erb +1 -1
 - data/app/cells/decidim/budgets/project_l_cell.rb +2 -4
 - data/app/cells/decidim/budgets/project_metadata_cell.rb +15 -19
 - data/app/cells/decidim/budgets/project_selected_status_cell.rb +1 -11
 - data/app/cells/decidim/budgets/project_vote_button/show.erb +5 -5
 - data/app/cells/decidim/budgets/project_vote_button_cell.rb +14 -9
 - data/app/cells/decidim/budgets/project_votes_count_cell.rb +8 -14
 - data/app/commands/decidim/budgets/cancel_order.rb +5 -0
 - data/app/controllers/decidim/budgets/admin/budgets_controller.rb +2 -2
 - data/app/controllers/decidim/budgets/admin/projects_controller.rb +2 -2
 - data/app/controllers/decidim/budgets/admin/proposals_imports_controller.rb +1 -1
 - data/app/controllers/decidim/budgets/application_controller.rb +13 -1
 - data/app/controllers/decidim/budgets/budgets_controller.rb +1 -3
 - data/app/controllers/decidim/budgets/line_items_controller.rb +19 -0
 - data/app/controllers/decidim/budgets/orders_controller.rb +20 -0
 - data/app/controllers/decidim/budgets/projects_controller.rb +3 -1
 - data/app/forms/decidim/budgets/admin/component_form.rb +4 -30
 - data/app/helpers/decidim/budgets/application_helper.rb +1 -0
 - data/app/helpers/decidim/budgets/projects_helper.rb +11 -7
 - data/app/models/decidim/budgets/order.rb +2 -2
 - data/app/packs/entrypoints/decidim_budgets.js +1 -0
 - data/app/packs/src/decidim/budgets/admin/projects.js +2 -2
 - data/app/packs/src/decidim/budgets/budgetSummaryBackdrop.js +41 -0
 - data/app/packs/src/decidim/budgets/exit_handler.js +7 -2
 - data/app/packs/src/decidim/budgets/progressFixed.js +1 -1
 - data/app/packs/src/decidim/budgets/projects.js +1 -1
 - data/app/packs/stylesheets/budgets.scss +57 -37
 - data/app/permissions/decidim/budgets/permissions.rb +17 -13
 - data/app/presenters/decidim/budgets/project_presenter.rb +2 -4
 - data/app/views/decidim/budgets/admin/budgets/_actions.html.erb +65 -18
 - data/app/views/decidim/budgets/admin/budgets/_budget-tr.html.erb +4 -4
 - data/app/views/decidim/budgets/admin/budgets/_form.html.erb +1 -1
 - data/app/views/decidim/budgets/admin/budgets/index.html.erb +14 -11
 - data/app/views/decidim/budgets/admin/budgets/manage_trash.html.erb +2 -1
 - data/app/views/decidim/budgets/admin/projects/_actions.html.erb +66 -22
 - data/app/views/decidim/budgets/admin/projects/_bulk-actions.html.erb +15 -17
 - data/app/views/decidim/budgets/admin/projects/_form.html.erb +1 -1
 - data/app/views/decidim/budgets/admin/projects/_project-tr.html.erb +7 -7
 - data/app/views/decidim/budgets/admin/projects/bulk_actions/_dropdown.html.erb +23 -30
 - data/app/views/decidim/budgets/admin/projects/index.html.erb +2 -2
 - data/app/views/decidim/budgets/admin/projects/manage_trash.html.erb +2 -1
 - data/app/views/decidim/budgets/line_items/update_budget.js.erb +6 -5
 - data/app/views/decidim/budgets/orders/status.html.erb +30 -30
 - data/app/views/decidim/budgets/projects/_addition_selector.html.erb +1 -1
 - data/app/views/decidim/budgets/projects/_budget_summary.html.erb +5 -1
 - data/app/views/decidim/budgets/projects/_exit_modal.html.erb +1 -1
 - data/app/views/decidim/budgets/projects/_project.html.erb +5 -1
 - data/app/views/decidim/budgets/projects/_project_budget_button.html.erb +1 -9
 - data/app/views/decidim/budgets/projects/_projects.html.erb +3 -1
 - data/app/views/decidim/budgets/projects/index.html.erb +28 -6
 - data/app/views/decidim/budgets/projects/order_progress_summary/_content.html.erb +30 -0
 - data/app/views/decidim/budgets/projects/order_progress_summary/_content_responsive.html.erb +56 -0
 - data/app/views/decidim/budgets/projects/order_progress_summary/_progress_box.html.erb +43 -0
 - data/app/views/decidim/budgets/projects/order_progress_summary/_progress_box_buttons.html.erb +12 -0
 - data/app/views/decidim/budgets/projects/order_progress_summary/_progress_box_sticky.html.erb +25 -0
 - data/app/views/decidim/budgets/projects/show.html.erb +30 -17
 - data/config/assets.rb +2 -2
 - data/config/locales/ar.yml +0 -8
 - data/config/locales/bg.yml +2 -18
 - data/config/locales/ca-IT.yml +26 -14
 - data/config/locales/ca.yml +26 -14
 - data/config/locales/cs.yml +21 -18
 - data/config/locales/de.yml +26 -14
 - data/config/locales/el.yml +0 -7
 - data/config/locales/en.yml +26 -14
 - data/config/locales/es-MX.yml +26 -14
 - data/config/locales/es-PY.yml +26 -14
 - data/config/locales/es.yml +25 -13
 - data/config/locales/eu.yml +26 -14
 - data/config/locales/fi-plain.yml +26 -14
 - data/config/locales/fi.yml +26 -14
 - data/config/locales/fr-CA.yml +26 -14
 - data/config/locales/fr.yml +26 -14
 - data/config/locales/ga-IE.yml +0 -5
 - data/config/locales/gl.yml +0 -7
 - data/config/locales/hu.yml +2 -18
 - data/config/locales/id-ID.yml +0 -7
 - data/config/locales/is-IS.yml +0 -6
 - data/config/locales/it.yml +0 -7
 - data/config/locales/ja.yml +26 -14
 - data/config/locales/kaa.yml +0 -1
 - data/config/locales/ko.yml +0 -5
 - data/config/locales/lb.yml +0 -7
 - data/config/locales/lt.yml +2 -18
 - data/config/locales/lv.yml +0 -7
 - data/config/locales/nl.yml +0 -7
 - data/config/locales/no.yml +0 -7
 - data/config/locales/pl.yml +2 -18
 - data/config/locales/pt-BR.yml +2 -18
 - data/config/locales/pt.yml +0 -7
 - data/config/locales/ro-RO.yml +7 -7
 - data/config/locales/ru.yml +0 -7
 - data/config/locales/sk.yml +0 -7
 - data/config/locales/sq-AL.yml +0 -3
 - data/config/locales/sv.yml +25 -13
 - data/config/locales/tr-TR.yml +0 -8
 - data/config/locales/uk.yml +0 -7
 - data/config/locales/zh-CN.yml +0 -8
 - data/config/locales/zh-TW.yml +0 -7
 - data/db/migrate/20250912110212_move_voting_rules_to_radio_buttons.rb +22 -0
 - data/lib/decidim/api/budget_type.rb +7 -0
 - data/lib/decidim/api/project_type.rb +29 -1
 - data/lib/decidim/budgets/budget_order_pdf.rb +73 -0
 - data/lib/decidim/budgets/component.rb +26 -13
 - data/lib/decidim/budgets/engine.rb +3 -11
 - data/lib/decidim/budgets/seeds.rb +16 -5
 - data/lib/decidim/budgets/test/factories.rb +3 -18
 - data/lib/decidim/budgets/version.rb +1 -1
 - data/lib/decidim/budgets/workflows/base.rb +0 -14
 - data/lib/decidim/budgets.rb +1 -5
 - metadata +21 -15
 - data/app/queries/decidim/budgets/metrics/budget_followers_metric_measure.rb +0 -32
 - data/app/queries/decidim/budgets/metrics/budget_participants_metric_measure.rb +0 -27
 - data/app/views/decidim/budgets/projects/_order_progress_summary_content.html.erb +0 -122
 - /data/app/views/decidim/budgets/projects/{_order_progress_progressbar_marks_right.html.erb → order_progress_summary/_progressbar_marks_right.html.erb} +0 -0
 
    
        data/config/locales/ca.yml
    CHANGED
    
    | 
         @@ -42,15 +42,15 @@ ca: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                          'true': No s'ha seleccionat per implementar
         
     | 
| 
       43 
43 
     | 
    
         
             
                      taxonomies_part_of_contains:
         
     | 
| 
       44 
44 
     | 
    
         
             
                        label: Taxonomia
         
     | 
| 
      
 45 
     | 
    
         
            +
                  tooltips:
         
     | 
| 
      
 46 
     | 
    
         
            +
                    deleted_projects_info: No podeu eliminar aquest projecte
         
     | 
| 
       45 
47 
     | 
    
         
             
                budgets:
         
     | 
| 
       46 
48 
     | 
    
         
             
                  actions:
         
     | 
| 
       47 
     | 
    
         
            -
                    attachment_collections: Carpetes
         
     | 
| 
       48 
     | 
    
         
            -
                    attachments: Adjunts
         
     | 
| 
       49 
49 
     | 
    
         
             
                    confirm_delete_budget: Segur que vols suprimir aquest pressupost?
         
     | 
| 
       50 
50 
     | 
    
         
             
                    confirm_delete_project: Segur que vols eliminar aquest projecte?
         
     | 
| 
       51 
51 
     | 
    
         
             
                    deleted_budgets_info: Els pressupostos eliminats es poden restaurar des de la paperera.
         
     | 
| 
       52 
52 
     | 
    
         
             
                    edit: Editar
         
     | 
| 
       53 
     | 
    
         
            -
                    edit_projects:  
     | 
| 
      
 53 
     | 
    
         
            +
                    edit_projects: Afegir projectes
         
     | 
| 
       54 
54 
     | 
    
         
             
                    import: Importa propostes a projectes
         
     | 
| 
       55 
55 
     | 
    
         
             
                    new_budget: Afegir pressupost
         
     | 
| 
       56 
56 
     | 
    
         
             
                    new_project: Afegir projecte
         
     | 
| 
         @@ -84,8 +84,6 @@ ca: 
     | 
|
| 
       84 
84 
     | 
    
         
             
                    exports:
         
     | 
| 
       85 
85 
     | 
    
         
             
                      projects: Projectes
         
     | 
| 
       86 
86 
     | 
    
         
             
                    models:
         
     | 
| 
       87 
     | 
    
         
            -
                      budget:
         
     | 
| 
       88 
     | 
    
         
            -
                        name: Pressupost
         
     | 
| 
       89 
87 
     | 
    
         
             
                      project:
         
     | 
| 
       90 
88 
     | 
    
         
             
                        name: Projecte
         
     | 
| 
       91 
89 
     | 
    
         
             
                    projects:
         
     | 
| 
         @@ -179,6 +177,7 @@ ca: 
     | 
|
| 
       179 
177 
     | 
    
         
             
                    cancel_order:
         
     | 
| 
       180 
178 
     | 
    
         
             
                      more_than_one: eliminar el teu vot a %{name} i començar de nou
         
     | 
| 
       181 
179 
     | 
    
         
             
                      only_one: eliminar el teu vot i començar de nou.
         
     | 
| 
      
 180 
     | 
    
         
            +
                    completed: Completat
         
     | 
| 
       182 
181 
     | 
    
         
             
                    count:
         
     | 
| 
       183 
182 
     | 
    
         
             
                      one: "%{count} pressupost"
         
     | 
| 
       184 
183 
     | 
    
         
             
                      other: "%{count} pressupostos"
         
     | 
| 
         @@ -186,6 +185,7 @@ ca: 
     | 
|
| 
       186 
185 
     | 
    
         
             
                    finished_message: Has finalitzat el procés de votació. Gràcies per participar-hi!
         
     | 
| 
       187 
186 
     | 
    
         
             
                    highlighted_cta: Votar a %{name}
         
     | 
| 
       188 
187 
     | 
    
         
             
                    if_change_opinion: Si has canviat d'opinió, pots
         
     | 
| 
      
 188 
     | 
    
         
            +
                    incomplete: Incomplet
         
     | 
| 
       189 
189 
     | 
    
         
             
                    orders:
         
     | 
| 
       190 
190 
     | 
    
         
             
                      highest_cost: Cost més elevat
         
     | 
| 
       191 
191 
     | 
    
         
             
                      label: Ordenar projectes per
         
     | 
| 
         @@ -193,6 +193,8 @@ ca: 
     | 
|
| 
       193 
193 
     | 
    
         
             
                      random: Ordre aleatori
         
     | 
| 
       194 
194 
     | 
    
         
             
                    progress: Acaba la votació
         
     | 
| 
       195 
195 
     | 
    
         
             
                    remove_vote: Eliminar el vot
         
     | 
| 
      
 196 
     | 
    
         
            +
                    see_projects: Mostra els projectes
         
     | 
| 
      
 197 
     | 
    
         
            +
                    see_results: Veure els resultats
         
     | 
| 
       196 
198 
     | 
    
         
             
                    show: Mostra els projectes
         
     | 
| 
       197 
199 
     | 
    
         
             
                    vote: Vota
         
     | 
| 
       198 
200 
     | 
    
         
             
                    voted_budgets: Pressupostos votats
         
     | 
| 
         @@ -223,6 +225,7 @@ ca: 
     | 
|
| 
       223 
225 
     | 
    
         
             
                      pending_to_vote_budgets:
         
     | 
| 
       224 
226 
     | 
    
         
             
                        one: Pots votar en un altre pressupost
         
     | 
| 
       225 
227 
     | 
    
         
             
                        other: Pots votar en altres pressupostos
         
     | 
| 
      
 228 
     | 
    
         
            +
                      share_text: "Acabes de votar pels teus projectes favorits a: \"%{space_name}\"!  🎉 Pots seguir votant a: \"%{component_url}\""
         
     | 
| 
       226 
229 
     | 
    
         
             
                      share_vote: Comparteix el teu vot
         
     | 
| 
       227 
230 
     | 
    
         
             
                      title: El teu vot s'ha tramitat correctament
         
     | 
| 
       228 
231 
     | 
    
         
             
                      view_votes:
         
     | 
| 
         @@ -231,12 +234,16 @@ ca: 
     | 
|
| 
       231 
234 
     | 
    
         
             
                      votes_count:
         
     | 
| 
       232 
235 
     | 
    
         
             
                        one: El teu vot a %{budget_name} ja s'ha registrat.
         
     | 
| 
       233 
236 
     | 
    
         
             
                        other: El teus %{count} vots a %{budget_name} ja s'han registrat.
         
     | 
| 
      
 237 
     | 
    
         
            +
                  order_pdf:
         
     | 
| 
      
 238 
     | 
    
         
            +
                    text: 'Has votat a "%{space_name}", on has seleccionat els projectes següents:'
         
     | 
| 
      
 239 
     | 
    
         
            +
                    title: El teu vot s'ha acceptat correctament.
         
     | 
| 
       234 
240 
     | 
    
         
             
                  order_summary_mailer:
         
     | 
| 
       235 
241 
     | 
    
         
             
                    order_summary:
         
     | 
| 
       236 
242 
     | 
    
         
             
                      selected_projects: 'Els projectes que has seleccionat són:'
         
     | 
| 
       237 
243 
     | 
    
         
             
                      subject: Has votat a l'espai de participació %{space_name}
         
     | 
| 
       238 
244 
     | 
    
         
             
                      voted_on_space: Has votat al pressupost %{budget_name} de l'espai de participació %{space_name}.
         
     | 
| 
       239 
245 
     | 
    
         
             
                  projects:
         
     | 
| 
      
 246 
     | 
    
         
            +
                    back_to_budgets: Tornar als pressupostos
         
     | 
| 
       240 
247 
     | 
    
         
             
                    budget_confirm:
         
     | 
| 
       241 
248 
     | 
    
         
             
                      are_you_sure: Si canvies d'opinió, pots modificar el teu vot més tard.
         
     | 
| 
       242 
249 
     | 
    
         
             
                      cancel: Cancel·lar
         
     | 
| 
         @@ -254,7 +261,7 @@ ca: 
     | 
|
| 
       254 
261 
     | 
    
         
             
                        title: Màxim de projectes excedit
         
     | 
| 
       255 
262 
     | 
    
         
             
                    budget_summary:
         
     | 
| 
       256 
263 
     | 
    
         
             
                      are_you_sure: Segur que vols cancel·lar el teu vot?
         
     | 
| 
       257 
     | 
    
         
            -
                      cancel_order:  
     | 
| 
      
 264 
     | 
    
         
            +
                      cancel_order: Esborra el teu vot
         
     | 
| 
       258 
265 
     | 
    
         
             
                      checked_out:
         
     | 
| 
       259 
266 
     | 
    
         
             
                        description: Ja has votat pel pressupost. Si has canviat d'idea, pots esborrar el teu vot.
         
     | 
| 
       260 
267 
     | 
    
         
             
                        title: Vot pels pressupostos completat
         
     | 
| 
         @@ -280,18 +287,16 @@ ca: 
     | 
|
| 
       280 
287 
     | 
    
         
             
                      assigned: Assignat
         
     | 
| 
       281 
288 
     | 
    
         
             
                      budget: Pressupost
         
     | 
| 
       282 
289 
     | 
    
         
             
                      dynamic_help:
         
     | 
| 
       283 
     | 
    
         
            -
                        keep_adding_projects: Seguir afegint projectes
         
     | 
| 
       284 
290 
     | 
    
         
             
                        minimum_reached: Has arribat al mínim per a poder votar
         
     | 
| 
       285 
     | 
    
         
            -
                        start_adding_projects: Començar a afegir projectes
         
     | 
| 
       286 
291 
     | 
    
         
             
                      minimum: Mínim
         
     | 
| 
       287 
292 
     | 
    
         
             
                      minimum_projects_rule:
         
     | 
| 
       288 
     | 
    
         
            -
                        description: Selecciona com a mínim %{minimum_number} projectes que vulguis i vota segons les teves preferències 
     | 
| 
      
 293 
     | 
    
         
            +
                        description: "<b>Selecciona com a mínim %{minimum_number} projectes</b> que vulguis i vota segons les teves preferències."
         
     | 
| 
       289 
294 
     | 
    
         
             
                      projects_rule:
         
     | 
| 
       290 
     | 
    
         
            -
                        description: Selecciona entre %{minimum_number} i %{maximum_number} projectes que vulguis i vota segons les teves preferències per a definir el pressupost.
         
     | 
| 
      
 295 
     | 
    
         
            +
                        description: "<b>Selecciona entre %{minimum_number} i %{maximum_number} projectes</b> que vulguis i vota segons les teves preferències per a definir el pressupost."
         
     | 
| 
       291 
296 
     | 
    
         
             
                      projects_rule_maximum_only:
         
     | 
| 
       292 
     | 
    
         
            -
                        description: Selecciona fins a %{maximum_number} projectes que vulguis i vota segons les teves preferències 
     | 
| 
      
 297 
     | 
    
         
            +
                        description: "<b>Selecciona fins a %{maximum_number} projectes</b> que vulguis i vota segons les teves preferències."
         
     | 
| 
       293 
298 
     | 
    
         
             
                      vote_threshold_percent_rule:
         
     | 
| 
       294 
     | 
    
         
            -
                        description:  
     | 
| 
      
 299 
     | 
    
         
            +
                        description: "Selecciona els projectes que vulguis <b>fins com a mínim el %{minimum_budget} del total del pressupost</b> i vota segons les teves preferències."
         
     | 
| 
       295 
300 
     | 
    
         
             
                    orders:
         
     | 
| 
       296 
301 
     | 
    
         
             
                      highest_cost: Major cost
         
     | 
| 
       297 
302 
     | 
    
         
             
                      label: Ordenar projectes per
         
     | 
| 
         @@ -316,9 +321,10 @@ ca: 
     | 
|
| 
       316 
321 
     | 
    
         
             
                      added: Afegit
         
     | 
| 
       317 
322 
     | 
    
         
             
                      all: Tots
         
     | 
| 
       318 
323 
     | 
    
         
             
                    projects_for: Projectes per a %{name}
         
     | 
| 
       319 
     | 
    
         
            -
                    select_projects:  
     | 
| 
      
 324 
     | 
    
         
            +
                    select_projects: Afegeix projectes
         
     | 
| 
       320 
325 
     | 
    
         
             
                    show:
         
     | 
| 
       321 
326 
     | 
    
         
             
                      budget: Pressupost
         
     | 
| 
      
 327 
     | 
    
         
            +
                      votes: Vots
         
     | 
| 
       322 
328 
     | 
    
         
             
                  prompt: Seleccionar pressupost
         
     | 
| 
       323 
329 
     | 
    
         
             
                  vote_reminder_mailer:
         
     | 
| 
       324 
330 
     | 
    
         
             
                    vote_reminder:
         
     | 
| 
         @@ -363,6 +369,11 @@ ca: 
     | 
|
| 
       363 
369 
     | 
    
         
             
                        vote_selected_projects_maximum: Número màxim de projectes a seleccionar
         
     | 
| 
       364 
370 
     | 
    
         
             
                        vote_selected_projects_minimum: Número màxim de projectes a seleccionar
         
     | 
| 
       365 
371 
     | 
    
         
             
                        vote_threshold_percent: Percentatge del pressupost mínim per fer el vot
         
     | 
| 
      
 372 
     | 
    
         
            +
                        voting_rule: Normes per a la votació
         
     | 
| 
      
 373 
     | 
    
         
            +
                        voting_rule_choices:
         
     | 
| 
      
 374 
     | 
    
         
            +
                          minimum_projects: Número mínim de projectes a votar
         
     | 
| 
      
 375 
     | 
    
         
            +
                          selected_projects: Número mínim i màxim de projectes a votar
         
     | 
| 
      
 376 
     | 
    
         
            +
                          threshold_percent: Percentatge mínim del pressupost a invertir
         
     | 
| 
       366 
377 
     | 
    
         
             
                        workflow: Workflow
         
     | 
| 
       367 
378 
     | 
    
         
             
                        workflow_choices:
         
     | 
| 
       368 
379 
     | 
    
         
             
                          all: 'Votar a tots: permet a les participants votar a tots els pressupostos.'
         
     | 
| 
         @@ -436,6 +447,7 @@ ca: 
     | 
|
| 
       436 
447 
     | 
    
         
             
                    project_proposal: Propostes incloses en aquest projecte
         
     | 
| 
       437 
448 
     | 
    
         
             
                statistics:
         
     | 
| 
       438 
449 
     | 
    
         
             
                  orders_count: Suports
         
     | 
| 
       439 
     | 
    
         
            -
                  projects_count:  
     | 
| 
      
 450 
     | 
    
         
            +
                  projects_count: Pressupostos
         
     | 
| 
      
 451 
     | 
    
         
            +
                  projects_count_tooltip: El número de pressupostos participatius i el total de vots emesos en aquests.
         
     | 
| 
       440 
452 
     | 
    
         
             
              index:
         
     | 
| 
       441 
453 
     | 
    
         
             
                confirmed_orders_count: Recompte de vots
         
     | 
    
        data/config/locales/cs.yml
    CHANGED
    
    | 
         @@ -46,15 +46,15 @@ cs: 
     | 
|
| 
       46 
46 
     | 
    
         
             
                          'true': Nevybráno pro implementaci
         
     | 
| 
       47 
47 
     | 
    
         
             
                      taxonomies_part_of_contains:
         
     | 
| 
       48 
48 
     | 
    
         
             
                        label: Taxonomie
         
     | 
| 
      
 49 
     | 
    
         
            +
                  tooltips:
         
     | 
| 
      
 50 
     | 
    
         
            +
                    deleted_projects_info: Tento projekt nelze odstranit
         
     | 
| 
       49 
51 
     | 
    
         
             
                budgets:
         
     | 
| 
       50 
52 
     | 
    
         
             
                  actions:
         
     | 
| 
       51 
     | 
    
         
            -
                    attachment_collections: Složky
         
     | 
| 
       52 
     | 
    
         
            -
                    attachments: Přílohy
         
     | 
| 
       53 
53 
     | 
    
         
             
                    confirm_delete_budget: Opravdu chcete odstranit tento rozpočet?
         
     | 
| 
       54 
54 
     | 
    
         
             
                    confirm_delete_project: Opravdu chcete odstranit tento projekt?
         
     | 
| 
       55 
55 
     | 
    
         
             
                    deleted_budgets_info: Smazané rozpočty mohou být obnoveny z koše.
         
     | 
| 
       56 
56 
     | 
    
         
             
                    edit: Upravit
         
     | 
| 
       57 
     | 
    
         
            -
                    edit_projects:  
     | 
| 
      
 57 
     | 
    
         
            +
                    edit_projects: Přidat projekty
         
     | 
| 
       58 
58 
     | 
    
         
             
                    import: Importovat návrhy do projektů
         
     | 
| 
       59 
59 
     | 
    
         
             
                    new_budget: Nový rozpočet
         
     | 
| 
       60 
60 
     | 
    
         
             
                    new_project: Nový projekt
         
     | 
| 
         @@ -88,8 +88,6 @@ cs: 
     | 
|
| 
       88 
88 
     | 
    
         
             
                    exports:
         
     | 
| 
       89 
89 
     | 
    
         
             
                      projects: Projekty
         
     | 
| 
       90 
90 
     | 
    
         
             
                    models:
         
     | 
| 
       91 
     | 
    
         
            -
                      budget:
         
     | 
| 
       92 
     | 
    
         
            -
                        name: Rozpočet
         
     | 
| 
       93 
91 
     | 
    
         
             
                      project:
         
     | 
| 
       94 
92 
     | 
    
         
             
                        name: Projekt
         
     | 
| 
       95 
93 
     | 
    
         
             
                    projects:
         
     | 
| 
         @@ -185,6 +183,7 @@ cs: 
     | 
|
| 
       185 
183 
     | 
    
         
             
                    cancel_order:
         
     | 
| 
       186 
184 
     | 
    
         
             
                      more_than_one: smažte svůj hlas na %{name} a začněte znovu
         
     | 
| 
       187 
185 
     | 
    
         
             
                      only_one: smazat váš hlas a začít znovu.
         
     | 
| 
      
 186 
     | 
    
         
            +
                    completed: Dokončeno
         
     | 
| 
       188 
187 
     | 
    
         
             
                    count:
         
     | 
| 
       189 
188 
     | 
    
         
             
                      one: "%{count} rozpočet"
         
     | 
| 
       190 
189 
     | 
    
         
             
                      few: "%{count} rozpočty"
         
     | 
| 
         @@ -194,6 +193,7 @@ cs: 
     | 
|
| 
       194 
193 
     | 
    
         
             
                    finished_message: Dokončili jste hlasovací proces. Děkujeme za účast!
         
     | 
| 
       195 
194 
     | 
    
         
             
                    highlighted_cta: Hlasovat na %{name}
         
     | 
| 
       196 
195 
     | 
    
         
             
                    if_change_opinion: Pokud jste změnili názor, můžete
         
     | 
| 
      
 196 
     | 
    
         
            +
                    incomplete: Nedokončené
         
     | 
| 
       197 
197 
     | 
    
         
             
                    orders:
         
     | 
| 
       198 
198 
     | 
    
         
             
                      highest_cost: Nejvyšší náklady
         
     | 
| 
       199 
199 
     | 
    
         
             
                      label: Seřadit rozpočty podle
         
     | 
| 
         @@ -201,6 +201,8 @@ cs: 
     | 
|
| 
       201 
201 
     | 
    
         
             
                      random: Náhodné pořadí
         
     | 
| 
       202 
202 
     | 
    
         
             
                    progress: Dokončit hlasování
         
     | 
| 
       203 
203 
     | 
    
         
             
                    remove_vote: Odebrat hlas
         
     | 
| 
      
 204 
     | 
    
         
            +
                    see_projects: Zobrazit projekty
         
     | 
| 
      
 205 
     | 
    
         
            +
                    see_results: Zobrazit výsledky
         
     | 
| 
       204 
206 
     | 
    
         
             
                    show: Zobrazit projekty
         
     | 
| 
       205 
207 
     | 
    
         
             
                    vote: Hlasovat
         
     | 
| 
       206 
208 
     | 
    
         
             
                    voted_budgets: Hlasované rozpočty
         
     | 
| 
         @@ -233,6 +235,7 @@ cs: 
     | 
|
| 
       233 
235 
     | 
    
         
             
                        few: Můžete hlasovat v jiných rozpočtech
         
     | 
| 
       234 
236 
     | 
    
         
             
                        many: Můžete hlasovat v jiných rozpočtech
         
     | 
| 
       235 
237 
     | 
    
         
             
                        other: Můžete hlasovat v jiných rozpočtech
         
     | 
| 
      
 238 
     | 
    
         
            +
                      share_text: "Právě jsem hlasoval pro své oblíbené projekty v %{space_name}! 🎉 Hlasujte teď: %{component_url}"
         
     | 
| 
       236 
239 
     | 
    
         
             
                      share_vote: Sdílejte svůj hlas
         
     | 
| 
       237 
240 
     | 
    
         
             
                      title: Váš hlas byl úspěšně přijat
         
     | 
| 
       238 
241 
     | 
    
         
             
                      view_votes:
         
     | 
| 
         @@ -245,12 +248,16 @@ cs: 
     | 
|
| 
       245 
248 
     | 
    
         
             
                        few: Vaše %{count} hlasy pro %{budget_name} již byly zaregistrovány.
         
     | 
| 
       246 
249 
     | 
    
         
             
                        many: Vašich %{count} hlasů pro %{budget_name} již bylo zaregistrováno.
         
     | 
| 
       247 
250 
     | 
    
         
             
                        other: Vašich %{count} hlasů pro %{budget_name} již bylo zaregistrováno.
         
     | 
| 
      
 251 
     | 
    
         
            +
                  order_pdf:
         
     | 
| 
      
 252 
     | 
    
         
            +
                    text: Hlasovali jste v %{space_name}, pro následující projekty
         
     | 
| 
      
 253 
     | 
    
         
            +
                    title: Váš hlas byl úspěšně přijat.
         
     | 
| 
       248 
254 
     | 
    
         
             
                  order_summary_mailer:
         
     | 
| 
       249 
255 
     | 
    
         
             
                    order_summary:
         
     | 
| 
       250 
256 
     | 
    
         
             
                      selected_projects: 'Vybrané projekty jsou:'
         
     | 
| 
       251 
257 
     | 
    
         
             
                      subject: Hlasovali jste o účastnickém prostoru %{space_name}
         
     | 
| 
       252 
258 
     | 
    
         
             
                      voted_on_space: Hlasovali jste o rozpočtu %{budget_name} pro skupinu %{space_name}.
         
     | 
| 
       253 
259 
     | 
    
         
             
                  projects:
         
     | 
| 
      
 260 
     | 
    
         
            +
                    back_to_budgets: Zpět do rozpočtů
         
     | 
| 
       254 
261 
     | 
    
         
             
                    budget_confirm:
         
     | 
| 
       255 
262 
     | 
    
         
             
                      are_you_sure: Pokud změníte názor, můžete svůj hlas později změnit.
         
     | 
| 
       256 
263 
     | 
    
         
             
                      cancel: Zrušit
         
     | 
| 
         @@ -268,7 +275,7 @@ cs: 
     | 
|
| 
       268 
275 
     | 
    
         
             
                        title: Byl překročen maximální počet projektů
         
     | 
| 
       269 
276 
     | 
    
         
             
                    budget_summary:
         
     | 
| 
       270 
277 
     | 
    
         
             
                      are_you_sure: Opravdu chcete zrušit hlasování?
         
     | 
| 
       271 
     | 
    
         
            -
                      cancel_order:  
     | 
| 
      
 278 
     | 
    
         
            +
                      cancel_order: Smazat váš hlas
         
     | 
| 
       272 
279 
     | 
    
         
             
                      checked_out:
         
     | 
| 
       273 
280 
     | 
    
         
             
                        description: Už jste pro rozpočet hlasovali. Pokud jste změnili názor, můžete %{cancel_link}.
         
     | 
| 
       274 
281 
     | 
    
         
             
                        title: Hlasování o rozpočtu bylo dokončeno
         
     | 
| 
         @@ -296,18 +303,8 @@ cs: 
     | 
|
| 
       296 
303 
     | 
    
         
             
                      assigned: Přiřazeno
         
     | 
| 
       297 
304 
     | 
    
         
             
                      budget: Rozpočet
         
     | 
| 
       298 
305 
     | 
    
         
             
                      dynamic_help:
         
     | 
| 
       299 
     | 
    
         
            -
                        keep_adding_projects: Pokračovat v přidávání projektů
         
     | 
| 
       300 
306 
     | 
    
         
             
                        minimum_reached: Dosáhli jste minima, abyste mohli hlasovat
         
     | 
| 
       301 
     | 
    
         
            -
                        start_adding_projects: Začít přidávat projekty
         
     | 
| 
       302 
307 
     | 
    
         
             
                      minimum: Minimum
         
     | 
| 
       303 
     | 
    
         
            -
                      minimum_projects_rule:
         
     | 
| 
       304 
     | 
    
         
            -
                        description: Vyberte alespoň %{minimum_number} projekty, které chcete a hlasujte podle vašich preferencí pro definování rozpočtu.
         
     | 
| 
       305 
     | 
    
         
            -
                      projects_rule:
         
     | 
| 
       306 
     | 
    
         
            -
                        description: Vyberte alespoň %{minimum_number} a až %{maximum_number} projekty, které chcete a hlasujte podle vašich preferencí pro definování rozpočtu.
         
     | 
| 
       307 
     | 
    
         
            -
                      projects_rule_maximum_only:
         
     | 
| 
       308 
     | 
    
         
            -
                        description: Vyberte až %{maximum_number} projektů, které chcete a hlasujte podle vašich preferencí pro definování rozpočtu.
         
     | 
| 
       309 
     | 
    
         
            -
                      vote_threshold_percent_rule:
         
     | 
| 
       310 
     | 
    
         
            -
                        description: Přiřaďte alespoň %{minimum_budget} k projektům, které chcete, a hlasujte podle vašich preferencí pro definování rozpočtu.
         
     | 
| 
       311 
308 
     | 
    
         
             
                    orders:
         
     | 
| 
       312 
309 
     | 
    
         
             
                      highest_cost: Nejvyšší náklady
         
     | 
| 
       313 
310 
     | 
    
         
             
                      label: Seřadit projekty podle
         
     | 
| 
         @@ -334,9 +331,10 @@ cs: 
     | 
|
| 
       334 
331 
     | 
    
         
             
                      added: Přidáno
         
     | 
| 
       335 
332 
     | 
    
         
             
                      all: Vše
         
     | 
| 
       336 
333 
     | 
    
         
             
                    projects_for: Projekty pro %{name}
         
     | 
| 
       337 
     | 
    
         
            -
                    select_projects:  
     | 
| 
      
 334 
     | 
    
         
            +
                    select_projects: Přidat projekty
         
     | 
| 
       338 
335 
     | 
    
         
             
                    show:
         
     | 
| 
       339 
336 
     | 
    
         
             
                      budget: Rozpočet
         
     | 
| 
      
 337 
     | 
    
         
            +
                      votes: Hlasy
         
     | 
| 
       340 
338 
     | 
    
         
             
                  prompt: Vybrat rozpočet
         
     | 
| 
       341 
339 
     | 
    
         
             
                  vote_reminder_mailer:
         
     | 
| 
       342 
340 
     | 
    
         
             
                    vote_reminder:
         
     | 
| 
         @@ -383,6 +381,11 @@ cs: 
     | 
|
| 
       383 
381 
     | 
    
         
             
                        vote_selected_projects_maximum: Maximální počet projektů, které mají být vybrány
         
     | 
| 
       384 
382 
     | 
    
         
             
                        vote_selected_projects_minimum: Minimální počet projektů, které mají být vybrány
         
     | 
| 
       385 
383 
     | 
    
         
             
                        vote_threshold_percent: Prahová hodnota pro hlasování v procentech
         
     | 
| 
      
 384 
     | 
    
         
            +
                        voting_rule: Pravidla hlasování
         
     | 
| 
      
 385 
     | 
    
         
            +
                        voting_rule_choices:
         
     | 
| 
      
 386 
     | 
    
         
            +
                          minimum_projects: Minimální počet projektů, o nichž se má hlasovat
         
     | 
| 
      
 387 
     | 
    
         
            +
                          selected_projects: Minimální a maximální počet projektů, o nichž se má hlasovat
         
     | 
| 
      
 388 
     | 
    
         
            +
                          threshold_percent: Minimální procento rozpočtu
         
     | 
| 
       386 
389 
     | 
    
         
             
                        workflow: Pracovní postup
         
     | 
| 
       387 
390 
     | 
    
         
             
                        workflow_choices:
         
     | 
| 
       388 
391 
     | 
    
         
             
                          all: 'Hlasovat všude: umožňuje účastníkům hlasovat ve všech rozpočtech.'
         
     | 
| 
         @@ -456,6 +459,6 @@ cs: 
     | 
|
| 
       456 
459 
     | 
    
         
             
                    project_proposal: Návrhy zahrnuté do tohoto projektu
         
     | 
| 
       457 
460 
     | 
    
         
             
                statistics:
         
     | 
| 
       458 
461 
     | 
    
         
             
                  orders_count: Podpory
         
     | 
| 
       459 
     | 
    
         
            -
                  projects_count:  
     | 
| 
      
 462 
     | 
    
         
            +
                  projects_count: Rozpočty
         
     | 
| 
       460 
463 
     | 
    
         
             
              index:
         
     | 
| 
       461 
464 
     | 
    
         
             
                confirmed_orders_count: Počet hlasů
         
     | 
    
        data/config/locales/de.yml
    CHANGED
    
    | 
         @@ -42,15 +42,15 @@ de: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                          'true': Nicht zur Umsetzung ausgewählt
         
     | 
| 
       43 
43 
     | 
    
         
             
                      taxonomies_part_of_contains:
         
     | 
| 
       44 
44 
     | 
    
         
             
                        label: Klassifizierung
         
     | 
| 
      
 45 
     | 
    
         
            +
                  tooltips:
         
     | 
| 
      
 46 
     | 
    
         
            +
                    deleted_projects_info: Dieses Projekt kann nicht gelöscht werden
         
     | 
| 
       45 
47 
     | 
    
         
             
                budgets:
         
     | 
| 
       46 
48 
     | 
    
         
             
                  actions:
         
     | 
| 
       47 
     | 
    
         
            -
                    attachment_collections: Ordner
         
     | 
| 
       48 
     | 
    
         
            -
                    attachments: Anhänge
         
     | 
| 
       49 
49 
     | 
    
         
             
                    confirm_delete_budget: Möchten Sie dieses Budget wirklich löschen?
         
     | 
| 
       50 
50 
     | 
    
         
             
                    confirm_delete_project: Möchten Sie dieses Projekt wirklich löschen?
         
     | 
| 
       51 
51 
     | 
    
         
             
                    deleted_budgets_info: Gelöschte Budgets können aus dem Papierkorb wiederhergestellt werden.
         
     | 
| 
       52 
52 
     | 
    
         
             
                    edit: Bearbeiten
         
     | 
| 
       53 
     | 
    
         
            -
                    edit_projects: Projekte  
     | 
| 
      
 53 
     | 
    
         
            +
                    edit_projects: Projekte hinzufügen
         
     | 
| 
       54 
54 
     | 
    
         
             
                    import: Vorschläge in Projekte importieren
         
     | 
| 
       55 
55 
     | 
    
         
             
                    new_budget: Neues Budget
         
     | 
| 
       56 
56 
     | 
    
         
             
                    new_project: Neues Projekt
         
     | 
| 
         @@ -84,8 +84,6 @@ de: 
     | 
|
| 
       84 
84 
     | 
    
         
             
                    exports:
         
     | 
| 
       85 
85 
     | 
    
         
             
                      projects: Projekte
         
     | 
| 
       86 
86 
     | 
    
         
             
                    models:
         
     | 
| 
       87 
     | 
    
         
            -
                      budget:
         
     | 
| 
       88 
     | 
    
         
            -
                        name: Budget
         
     | 
| 
       89 
87 
     | 
    
         
             
                      project:
         
     | 
| 
       90 
88 
     | 
    
         
             
                        name: Projekt
         
     | 
| 
       91 
89 
     | 
    
         
             
                    projects:
         
     | 
| 
         @@ -179,6 +177,7 @@ de: 
     | 
|
| 
       179 
177 
     | 
    
         
             
                    cancel_order:
         
     | 
| 
       180 
178 
     | 
    
         
             
                      more_than_one: lösche deine Stimme am %{name} und beginne neu
         
     | 
| 
       181 
179 
     | 
    
         
             
                      only_one: Löschen Sie Ihre Stimme und beginnen Sie von vorne.
         
     | 
| 
      
 180 
     | 
    
         
            +
                    completed: Abgeschlossen
         
     | 
| 
       182 
181 
     | 
    
         
             
                    count:
         
     | 
| 
       183 
182 
     | 
    
         
             
                      one: "%{count} Budget"
         
     | 
| 
       184 
183 
     | 
    
         
             
                      other: "%{count} Budgets"
         
     | 
| 
         @@ -186,6 +185,7 @@ de: 
     | 
|
| 
       186 
185 
     | 
    
         
             
                    finished_message: Sie haben den Abstimmungsprozess beendet. Vielen Dank für Ihre Teilnahme!
         
     | 
| 
       187 
186 
     | 
    
         
             
                    highlighted_cta: Über %{name} abstimmen
         
     | 
| 
       188 
187 
     | 
    
         
             
                    if_change_opinion: Wenn Sie ihr Meinung geändert haben, können Sie
         
     | 
| 
      
 188 
     | 
    
         
            +
                    incomplete: Nicht abgeschlossen
         
     | 
| 
       189 
189 
     | 
    
         
             
                    orders:
         
     | 
| 
       190 
190 
     | 
    
         
             
                      highest_cost: Höchste Kosten
         
     | 
| 
       191 
191 
     | 
    
         
             
                      label: Budgets sortieren nach
         
     | 
| 
         @@ -193,6 +193,8 @@ de: 
     | 
|
| 
       193 
193 
     | 
    
         
             
                      random: Zufällige Reihenfolge
         
     | 
| 
       194 
194 
     | 
    
         
             
                    progress: Abstimmung beenden
         
     | 
| 
       195 
195 
     | 
    
         
             
                    remove_vote: Stimme entfernen
         
     | 
| 
      
 196 
     | 
    
         
            +
                    see_projects: Projekte anzeigen
         
     | 
| 
      
 197 
     | 
    
         
            +
                    see_results: Ergebnisse anzeigen
         
     | 
| 
       196 
198 
     | 
    
         
             
                    show: Projekte ansehen
         
     | 
| 
       197 
199 
     | 
    
         
             
                    vote: Abstimmen
         
     | 
| 
       198 
200 
     | 
    
         
             
                    voted_budgets: Gewählte Budgets
         
     | 
| 
         @@ -223,6 +225,7 @@ de: 
     | 
|
| 
       223 
225 
     | 
    
         
             
                      pending_to_vote_budgets:
         
     | 
| 
       224 
226 
     | 
    
         
             
                        one: Sie können in einem anderen Budget abstimmen
         
     | 
| 
       225 
227 
     | 
    
         
             
                        other: Sie können in anderen Budgets abstimmen
         
     | 
| 
      
 228 
     | 
    
         
            +
                      share_text: "Ich habe gerade für meine Lieblingsprojekte in %{space_name} gestimmt! 🎉 Jetzt abstimmen: %{component_url}"
         
     | 
| 
       226 
229 
     | 
    
         
             
                      share_vote: Teilen Sie Ihre Stimme
         
     | 
| 
       227 
230 
     | 
    
         
             
                      title: Ihre Stimme wurde erfolgreich angenommen
         
     | 
| 
       228 
231 
     | 
    
         
             
                      view_votes:
         
     | 
| 
         @@ -231,12 +234,16 @@ de: 
     | 
|
| 
       231 
234 
     | 
    
         
             
                      votes_count:
         
     | 
| 
       232 
235 
     | 
    
         
             
                        one: Ihre Stimme für %{budget_name} wurde bereits registriert.
         
     | 
| 
       233 
236 
     | 
    
         
             
                        other: Ihre %{count} Stimmen für %{budget_name} wurden bereits registriert.
         
     | 
| 
      
 237 
     | 
    
         
            +
                  order_pdf:
         
     | 
| 
      
 238 
     | 
    
         
            +
                    text: Sie haben in %{space_name} für folgende Projekte abgestimmt
         
     | 
| 
      
 239 
     | 
    
         
            +
                    title: Ihre Stimme wurde erfolgreich abgegeben.
         
     | 
| 
       234 
240 
     | 
    
         
             
                  order_summary_mailer:
         
     | 
| 
       235 
241 
     | 
    
         
             
                    order_summary:
         
     | 
| 
       236 
242 
     | 
    
         
             
                      selected_projects: 'Die ausgewählten Projekte sind:'
         
     | 
| 
       237 
243 
     | 
    
         
             
                      subject: Sie haben im Beteiligungsbereich %{space_name} abgestimmt
         
     | 
| 
       238 
244 
     | 
    
         
             
                      voted_on_space: Sie haben für das %{budget_name} Budget for the %{space_name} abgestimmt.
         
     | 
| 
       239 
245 
     | 
    
         
             
                  projects:
         
     | 
| 
      
 246 
     | 
    
         
            +
                    back_to_budgets: Zurück zu den Budgets
         
     | 
| 
       240 
247 
     | 
    
         
             
                    budget_confirm:
         
     | 
| 
       241 
248 
     | 
    
         
             
                      are_you_sure: Wenn Sie Ihre Meinung ändern, können Sie Ihre Stimme nachträglich ändern.
         
     | 
| 
       242 
249 
     | 
    
         
             
                      cancel: Abbrechen
         
     | 
| 
         @@ -254,7 +261,7 @@ de: 
     | 
|
| 
       254 
261 
     | 
    
         
             
                        title: Maximale Anzahl Projekte überschritten
         
     | 
| 
       255 
262 
     | 
    
         
             
                    budget_summary:
         
     | 
| 
       256 
263 
     | 
    
         
             
                      are_you_sure: Sind Sie sicher, dass Sie Ihre Stimme zurückziehen wollen?
         
     | 
| 
       257 
     | 
    
         
            -
                      cancel_order:  
     | 
| 
      
 264 
     | 
    
         
            +
                      cancel_order: Stimme löschen
         
     | 
| 
       258 
265 
     | 
    
         
             
                      checked_out:
         
     | 
| 
       259 
266 
     | 
    
         
             
                        description: Sie haben bereits über dieses Budget abgestimmt. Wenn Sie Ihre Meinung geändert haben, können Sie %{cancel_link}.
         
     | 
| 
       260 
267 
     | 
    
         
             
                        title: Budget-Abstimmung abgeschlossen
         
     | 
| 
         @@ -280,18 +287,16 @@ de: 
     | 
|
| 
       280 
287 
     | 
    
         
             
                      assigned: Zugewiesen
         
     | 
| 
       281 
288 
     | 
    
         
             
                      budget: Budget
         
     | 
| 
       282 
289 
     | 
    
         
             
                      dynamic_help:
         
     | 
| 
       283 
     | 
    
         
            -
                        keep_adding_projects: Weitere Projekte hinzufügen
         
     | 
| 
       284 
290 
     | 
    
         
             
                        minimum_reached: Sie haben das Minimum erreicht, um abstimmen zu können
         
     | 
| 
       285 
     | 
    
         
            -
                        start_adding_projects: Mit dem Hinzufügen von Projekten beginnen
         
     | 
| 
       286 
291 
     | 
    
         
             
                      minimum: Minimum
         
     | 
| 
       287 
292 
     | 
    
         
             
                      minimum_projects_rule:
         
     | 
| 
       288 
     | 
    
         
            -
                        description: Wählen Sie mindestens %{minimum_number} Projekte aus 
     | 
| 
      
 293 
     | 
    
         
            +
                        description: "<b>Wählen Sie mindestens %{minimum_number} Projekte aus</b> und stimmen Sie entsprechend Ihren Wünschen ab."
         
     | 
| 
       289 
294 
     | 
    
         
             
                      projects_rule:
         
     | 
| 
       290 
     | 
    
         
            -
                        description: Wählen Sie zwischen %{minimum_number} und %{maximum_number} Projekten aus 
     | 
| 
      
 295 
     | 
    
         
            +
                        description: "<b>Wählen Sie zwischen %{minimum_number} und %{maximum_number} Projekten aus</b> und stimmen Sie entsprechend Ihren Wünschen ab."
         
     | 
| 
       291 
296 
     | 
    
         
             
                      projects_rule_maximum_only:
         
     | 
| 
       292 
     | 
    
         
            -
                        description: Wählen Sie bis zu %{maximum_number} Projekte aus 
     | 
| 
      
 297 
     | 
    
         
            +
                        description: "<b>Wählen Sie bis zu %{maximum_number} Projekte aus</b> und stimmen Sie entsprechend Ihren Wünschen ab."
         
     | 
| 
       293 
298 
     | 
    
         
             
                      vote_threshold_percent_rule:
         
     | 
| 
       294 
     | 
    
         
            -
                        description:  
     | 
| 
      
 299 
     | 
    
         
            +
                        description: "<b>Weisen Sie mindestens %{minimum_budget}</b> den Projekten zu und stimmen Sie entsprechend Ihren Wünschen ab."
         
     | 
| 
       295 
300 
     | 
    
         
             
                    orders:
         
     | 
| 
       296 
301 
     | 
    
         
             
                      highest_cost: Höchste Kosten
         
     | 
| 
       297 
302 
     | 
    
         
             
                      label: Projekte sortieren nach
         
     | 
| 
         @@ -316,9 +321,10 @@ de: 
     | 
|
| 
       316 
321 
     | 
    
         
             
                      added: Hinzugefügt
         
     | 
| 
       317 
322 
     | 
    
         
             
                      all: Alle
         
     | 
| 
       318 
323 
     | 
    
         
             
                    projects_for: Projekte für %{name}
         
     | 
| 
       319 
     | 
    
         
            -
                    select_projects:  
     | 
| 
      
 324 
     | 
    
         
            +
                    select_projects: Projekt hinzufügen
         
     | 
| 
       320 
325 
     | 
    
         
             
                    show:
         
     | 
| 
       321 
326 
     | 
    
         
             
                      budget: Budget
         
     | 
| 
      
 327 
     | 
    
         
            +
                      votes: Stimmen
         
     | 
| 
       322 
328 
     | 
    
         
             
                  prompt: Budget auswählen
         
     | 
| 
       323 
329 
     | 
    
         
             
                  vote_reminder_mailer:
         
     | 
| 
       324 
330 
     | 
    
         
             
                    vote_reminder:
         
     | 
| 
         @@ -363,6 +369,11 @@ de: 
     | 
|
| 
       363 
369 
     | 
    
         
             
                        vote_selected_projects_maximum: Maximale Anzahl auszuwählender Projekte
         
     | 
| 
       364 
370 
     | 
    
         
             
                        vote_selected_projects_minimum: Minimale Anzahl auszuwählender Projekte
         
     | 
| 
       365 
371 
     | 
    
         
             
                        vote_threshold_percent: Abstimmungsschwelle in Prozent
         
     | 
| 
      
 372 
     | 
    
         
            +
                        voting_rule: Abstimmungsregel
         
     | 
| 
      
 373 
     | 
    
         
            +
                        voting_rule_choices:
         
     | 
| 
      
 374 
     | 
    
         
            +
                          minimum_projects: Mindestanzahl der abzustimmenden Projekte
         
     | 
| 
      
 375 
     | 
    
         
            +
                          selected_projects: Mindest- und Maximalzahl der abzustimmenden Projekte
         
     | 
| 
      
 376 
     | 
    
         
            +
                          threshold_percent: Minimaler Budgetanteil
         
     | 
| 
       366 
377 
     | 
    
         
             
                        workflow: Workflow
         
     | 
| 
       367 
378 
     | 
    
         
             
                        workflow_choices:
         
     | 
| 
       368 
379 
     | 
    
         
             
                          all: 'Gesamthaft abstimmen: erlaubt es den Teilnehmern, in allen Budget‘s abzustimmen.'
         
     | 
| 
         @@ -436,6 +447,7 @@ de: 
     | 
|
| 
       436 
447 
     | 
    
         
             
                    project_proposal: Vorschläge in diesem Projekt
         
     | 
| 
       437 
448 
     | 
    
         
             
                statistics:
         
     | 
| 
       438 
449 
     | 
    
         
             
                  orders_count: Projektauswahlen
         
     | 
| 
       439 
     | 
    
         
            -
                  projects_count:  
     | 
| 
      
 450 
     | 
    
         
            +
                  projects_count: Budgets
         
     | 
| 
      
 451 
     | 
    
         
            +
                  projects_count_tooltip: Die Anzahl Projekte in Budgetkomponenten und die Summe der abgegebenen Stimmen.
         
     | 
| 
       440 
452 
     | 
    
         
             
              index:
         
     | 
| 
       441 
453 
     | 
    
         
             
                confirmed_orders_count: Anzahl Stimmen
         
     | 
    
        data/config/locales/el.yml
    CHANGED
    
    | 
         @@ -32,10 +32,7 @@ el: 
     | 
|
| 
       32 
32 
     | 
    
         
             
                          'true': Δεν επιλέχθηκε για υλοποίηση
         
     | 
| 
       33 
33 
     | 
    
         
             
                budgets:
         
     | 
| 
       34 
34 
     | 
    
         
             
                  actions:
         
     | 
| 
       35 
     | 
    
         
            -
                    attachment_collections: Φάκελοι
         
     | 
| 
       36 
     | 
    
         
            -
                    attachments: Συνημμένα
         
     | 
| 
       37 
35 
     | 
    
         
             
                    edit: Επεξεργασία
         
     | 
| 
       38 
     | 
    
         
            -
                    edit_projects: Διαχείριση έργων
         
     | 
| 
       39 
36 
     | 
    
         
             
                    import: Εισαγωγή προτάσεων σε έργα
         
     | 
| 
       40 
37 
     | 
    
         
             
                    preview: Προεπισκόπηση
         
     | 
| 
       41 
38 
     | 
    
         
             
                    send_voting_reminders: Αποστολή υπενθυμίσεων ψήφου
         
     | 
| 
         @@ -63,8 +60,6 @@ el: 
     | 
|
| 
       63 
60 
     | 
    
         
             
                    exports:
         
     | 
| 
       64 
61 
     | 
    
         
             
                      projects: Έργα
         
     | 
| 
       65 
62 
     | 
    
         
             
                    models:
         
     | 
| 
       66 
     | 
    
         
            -
                      budget:
         
     | 
| 
       67 
     | 
    
         
            -
                        name: Προϋπολογισμός
         
     | 
| 
       68 
63 
     | 
    
         
             
                      project:
         
     | 
| 
       69 
64 
     | 
    
         
             
                        name: Έργο
         
     | 
| 
       70 
65 
     | 
    
         
             
                    projects:
         
     | 
| 
         @@ -176,7 +171,6 @@ el: 
     | 
|
| 
       176 
171 
     | 
    
         
             
                        title: Υπέρβαση των μέγιστων έργων
         
     | 
| 
       177 
172 
     | 
    
         
             
                    budget_summary:
         
     | 
| 
       178 
173 
     | 
    
         
             
                      are_you_sure: Είστε βέβαιοι ότι θέλετε να ακυρώσετε την ψήφο σας;
         
     | 
| 
       179 
     | 
    
         
            -
                      cancel_order: διαγράψτε την ψήφο σας και ξεκινήστε από την αρχή
         
     | 
| 
       180 
174 
     | 
    
         
             
                      checked_out:
         
     | 
| 
       181 
175 
     | 
    
         
             
                        title: Ολοκληρώθηκε η ψηφοφορία για τον προϋπολογισμό
         
     | 
| 
       182 
176 
     | 
    
         
             
                    count:
         
     | 
| 
         @@ -291,6 +285,5 @@ el: 
     | 
|
| 
       291 
285 
     | 
    
         
             
                    project_proposal: Προτάσεις που περιλαμβάνονται στο παρόν έργο
         
     | 
| 
       292 
286 
     | 
    
         
             
                statistics:
         
     | 
| 
       293 
287 
     | 
    
         
             
                  orders_count: Υποστηρίξεις
         
     | 
| 
       294 
     | 
    
         
            -
                  projects_count: Έργα
         
     | 
| 
       295 
288 
     | 
    
         
             
              index:
         
     | 
| 
       296 
289 
     | 
    
         
             
                confirmed_orders_count: Πλήθος ψήφων
         
     | 
    
        data/config/locales/en.yml
    CHANGED
    
    | 
         @@ -42,15 +42,15 @@ en: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                          'true': Not selected for implementation
         
     | 
| 
       43 
43 
     | 
    
         
             
                      taxonomies_part_of_contains:
         
     | 
| 
       44 
44 
     | 
    
         
             
                        label: Taxonomy
         
     | 
| 
      
 45 
     | 
    
         
            +
                  tooltips:
         
     | 
| 
      
 46 
     | 
    
         
            +
                    deleted_projects_info: Cannot delete this project
         
     | 
| 
       45 
47 
     | 
    
         
             
                budgets:
         
     | 
| 
       46 
48 
     | 
    
         
             
                  actions:
         
     | 
| 
       47 
     | 
    
         
            -
                    attachment_collections: Folders
         
     | 
| 
       48 
     | 
    
         
            -
                    attachments: Attachments
         
     | 
| 
       49 
49 
     | 
    
         
             
                    confirm_delete_budget: Are you sure you want to delete this budget?
         
     | 
| 
       50 
50 
     | 
    
         
             
                    confirm_delete_project: Are you sure you want to delete this project?
         
     | 
| 
       51 
51 
     | 
    
         
             
                    deleted_budgets_info: Deleted budgets can be restored from the trash.
         
     | 
| 
       52 
52 
     | 
    
         
             
                    edit: Edit
         
     | 
| 
       53 
     | 
    
         
            -
                    edit_projects:  
     | 
| 
      
 53 
     | 
    
         
            +
                    edit_projects: Add projects
         
     | 
| 
       54 
54 
     | 
    
         
             
                    import: Import proposals to projects
         
     | 
| 
       55 
55 
     | 
    
         
             
                    new_budget: New budget
         
     | 
| 
       56 
56 
     | 
    
         
             
                    new_project: New project
         
     | 
| 
         @@ -84,8 +84,6 @@ en: 
     | 
|
| 
       84 
84 
     | 
    
         
             
                    exports:
         
     | 
| 
       85 
85 
     | 
    
         
             
                      projects: Projects
         
     | 
| 
       86 
86 
     | 
    
         
             
                    models:
         
     | 
| 
       87 
     | 
    
         
            -
                      budget:
         
     | 
| 
       88 
     | 
    
         
            -
                        name: Budget
         
     | 
| 
       89 
87 
     | 
    
         
             
                      project:
         
     | 
| 
       90 
88 
     | 
    
         
             
                        name: Project
         
     | 
| 
       91 
89 
     | 
    
         
             
                    projects:
         
     | 
| 
         @@ -179,6 +177,7 @@ en: 
     | 
|
| 
       179 
177 
     | 
    
         
             
                    cancel_order:
         
     | 
| 
       180 
178 
     | 
    
         
             
                      more_than_one: delete your vote on %{name} and start over
         
     | 
| 
       181 
179 
     | 
    
         
             
                      only_one: delete your vote and start over.
         
     | 
| 
      
 180 
     | 
    
         
            +
                    completed: Completed
         
     | 
| 
       182 
181 
     | 
    
         
             
                    count:
         
     | 
| 
       183 
182 
     | 
    
         
             
                      one: "%{count} budget"
         
     | 
| 
       184 
183 
     | 
    
         
             
                      other: "%{count} budgets"
         
     | 
| 
         @@ -186,6 +185,7 @@ en: 
     | 
|
| 
       186 
185 
     | 
    
         
             
                    finished_message: You have finished the voting process. Thanks for participating!
         
     | 
| 
       187 
186 
     | 
    
         
             
                    highlighted_cta: Vote on %{name}
         
     | 
| 
       188 
187 
     | 
    
         
             
                    if_change_opinion: If you have changed your mind, you can
         
     | 
| 
      
 188 
     | 
    
         
            +
                    incomplete: Incomplete
         
     | 
| 
       189 
189 
     | 
    
         
             
                    orders:
         
     | 
| 
       190 
190 
     | 
    
         
             
                      highest_cost: Highest cost
         
     | 
| 
       191 
191 
     | 
    
         
             
                      label: Order budgets by
         
     | 
| 
         @@ -193,6 +193,8 @@ en: 
     | 
|
| 
       193 
193 
     | 
    
         
             
                      random: Random order
         
     | 
| 
       194 
194 
     | 
    
         
             
                    progress: Finish voting
         
     | 
| 
       195 
195 
     | 
    
         
             
                    remove_vote: Remove vote
         
     | 
| 
      
 196 
     | 
    
         
            +
                    see_projects: See projects
         
     | 
| 
      
 197 
     | 
    
         
            +
                    see_results: See results
         
     | 
| 
       196 
198 
     | 
    
         
             
                    show: See projects
         
     | 
| 
       197 
199 
     | 
    
         
             
                    vote: Vote
         
     | 
| 
       198 
200 
     | 
    
         
             
                    voted_budgets: Voted budgets
         
     | 
| 
         @@ -223,6 +225,7 @@ en: 
     | 
|
| 
       223 
225 
     | 
    
         
             
                      pending_to_vote_budgets:
         
     | 
| 
       224 
226 
     | 
    
         
             
                        one: You can vote in other budget
         
     | 
| 
       225 
227 
     | 
    
         
             
                        other: You can vote in other budgets
         
     | 
| 
      
 228 
     | 
    
         
            +
                      share_text: "I just voted for my favorite projects in %{space_name}! 🎉 Vote now: %{component_url}"
         
     | 
| 
       226 
229 
     | 
    
         
             
                      share_vote: Share your vote
         
     | 
| 
       227 
230 
     | 
    
         
             
                      title: Your vote has been successfully accepted
         
     | 
| 
       228 
231 
     | 
    
         
             
                      view_votes:
         
     | 
| 
         @@ -231,12 +234,16 @@ en: 
     | 
|
| 
       231 
234 
     | 
    
         
             
                      votes_count:
         
     | 
| 
       232 
235 
     | 
    
         
             
                        one: Your vote for %{budget_name} has already been registered.
         
     | 
| 
       233 
236 
     | 
    
         
             
                        other: Your %{count} votes for %{budget_name} have already been registered.
         
     | 
| 
      
 237 
     | 
    
         
            +
                  order_pdf:
         
     | 
| 
      
 238 
     | 
    
         
            +
                    text: You have voted in %{space_name}, for the following projects
         
     | 
| 
      
 239 
     | 
    
         
            +
                    title: Your vote has been successfully accepted.
         
     | 
| 
       234 
240 
     | 
    
         
             
                  order_summary_mailer:
         
     | 
| 
       235 
241 
     | 
    
         
             
                    order_summary:
         
     | 
| 
       236 
242 
     | 
    
         
             
                      selected_projects: 'The projects that you have selected are:'
         
     | 
| 
       237 
243 
     | 
    
         
             
                      subject: You have voted on the %{space_name} participatory space
         
     | 
| 
       238 
244 
     | 
    
         
             
                      voted_on_space: You have voted on the %{budget_name} budget for the %{space_name} participatory space.
         
     | 
| 
       239 
245 
     | 
    
         
             
                  projects:
         
     | 
| 
      
 246 
     | 
    
         
            +
                    back_to_budgets: Back to budgets
         
     | 
| 
       240 
247 
     | 
    
         
             
                    budget_confirm:
         
     | 
| 
       241 
248 
     | 
    
         
             
                      are_you_sure: If you change your mind, you can change your vote later.
         
     | 
| 
       242 
249 
     | 
    
         
             
                      cancel: Cancel
         
     | 
| 
         @@ -254,7 +261,7 @@ en: 
     | 
|
| 
       254 
261 
     | 
    
         
             
                        title: Maximum projects exceeded
         
     | 
| 
       255 
262 
     | 
    
         
             
                    budget_summary:
         
     | 
| 
       256 
263 
     | 
    
         
             
                      are_you_sure: Are you sure you want to cancel your vote?
         
     | 
| 
       257 
     | 
    
         
            -
                      cancel_order:  
     | 
| 
      
 264 
     | 
    
         
            +
                      cancel_order: Delete your vote
         
     | 
| 
       258 
265 
     | 
    
         
             
                      checked_out:
         
     | 
| 
       259 
266 
     | 
    
         
             
                        description: You have already voted for the budget. If you have changed your mind, you can delete your vote.
         
     | 
| 
       260 
267 
     | 
    
         
             
                        title: Budget vote completed
         
     | 
| 
         @@ -280,18 +287,16 @@ en: 
     | 
|
| 
       280 
287 
     | 
    
         
             
                      assigned: Assigned
         
     | 
| 
       281 
288 
     | 
    
         
             
                      budget: Budget
         
     | 
| 
       282 
289 
     | 
    
         
             
                      dynamic_help:
         
     | 
| 
       283 
     | 
    
         
            -
                        keep_adding_projects: Keep adding projects
         
     | 
| 
       284 
290 
     | 
    
         
             
                        minimum_reached: You have reached the minimum to be able to vote
         
     | 
| 
       285 
     | 
    
         
            -
                        start_adding_projects: Start adding projects
         
     | 
| 
       286 
291 
     | 
    
         
             
                      minimum: Minimum
         
     | 
| 
       287 
292 
     | 
    
         
             
                      minimum_projects_rule:
         
     | 
| 
       288 
     | 
    
         
            -
                        description: Select at least %{minimum_number} projects you want and vote according to your preferences 
     | 
| 
      
 293 
     | 
    
         
            +
                        description: "<b>Select at least %{minimum_number} projects</b> you want and vote according to your preferences."
         
     | 
| 
       289 
294 
     | 
    
         
             
                      projects_rule:
         
     | 
| 
       290 
     | 
    
         
            -
                        description: Select at least %{minimum_number} and up to %{maximum_number} projects you want and vote according to your preferences 
     | 
| 
      
 295 
     | 
    
         
            +
                        description: "<b>Select at least %{minimum_number} and up to %{maximum_number} projects</b> you want and vote according to your preferences."
         
     | 
| 
       291 
296 
     | 
    
         
             
                      projects_rule_maximum_only:
         
     | 
| 
       292 
     | 
    
         
            -
                        description: Select up to %{maximum_number} projects you want and vote according to your preferences 
     | 
| 
      
 297 
     | 
    
         
            +
                        description: "<b>Select up to %{maximum_number} projects</b> you want and vote according to your preferences."
         
     | 
| 
       293 
298 
     | 
    
         
             
                      vote_threshold_percent_rule:
         
     | 
| 
       294 
     | 
    
         
            -
                        description: Assign at least %{minimum_budget} to the projects you want and vote according to your preferences 
     | 
| 
      
 299 
     | 
    
         
            +
                        description: "<b>Assign at least %{minimum_budget}</b> to the projects you want and vote according to your preferences."
         
     | 
| 
       295 
300 
     | 
    
         
             
                    orders:
         
     | 
| 
       296 
301 
     | 
    
         
             
                      highest_cost: Highest cost
         
     | 
| 
       297 
302 
     | 
    
         
             
                      label: Order projects by
         
     | 
| 
         @@ -316,9 +321,10 @@ en: 
     | 
|
| 
       316 
321 
     | 
    
         
             
                      added: Added
         
     | 
| 
       317 
322 
     | 
    
         
             
                      all: All
         
     | 
| 
       318 
323 
     | 
    
         
             
                    projects_for: Projects for %{name}
         
     | 
| 
       319 
     | 
    
         
            -
                    select_projects:  
     | 
| 
      
 324 
     | 
    
         
            +
                    select_projects: Add projects
         
     | 
| 
       320 
325 
     | 
    
         
             
                    show:
         
     | 
| 
       321 
326 
     | 
    
         
             
                      budget: Budget
         
     | 
| 
      
 327 
     | 
    
         
            +
                      votes: Votes
         
     | 
| 
       322 
328 
     | 
    
         
             
                  prompt: Select budget
         
     | 
| 
       323 
329 
     | 
    
         
             
                  vote_reminder_mailer:
         
     | 
| 
       324 
330 
     | 
    
         
             
                    vote_reminder:
         
     | 
| 
         @@ -363,6 +369,11 @@ en: 
     | 
|
| 
       363 
369 
     | 
    
         
             
                        vote_selected_projects_maximum: Maximum amount of projects to be selected
         
     | 
| 
       364 
370 
     | 
    
         
             
                        vote_selected_projects_minimum: Minimum amount of projects to be selected
         
     | 
| 
       365 
371 
     | 
    
         
             
                        vote_threshold_percent: Vote threshold percent
         
     | 
| 
      
 372 
     | 
    
         
            +
                        voting_rule: Voting rule
         
     | 
| 
      
 373 
     | 
    
         
            +
                        voting_rule_choices:
         
     | 
| 
      
 374 
     | 
    
         
            +
                          minimum_projects: Minimum number of projects to be voted on
         
     | 
| 
      
 375 
     | 
    
         
            +
                          selected_projects: Minimum and maximum number of projects to be voted on
         
     | 
| 
      
 376 
     | 
    
         
            +
                          threshold_percent: Minimum budget percentage
         
     | 
| 
       366 
377 
     | 
    
         
             
                        workflow: Workflow
         
     | 
| 
       367 
378 
     | 
    
         
             
                        workflow_choices:
         
     | 
| 
       368 
379 
     | 
    
         
             
                          all: 'Vote in all: allows participants to vote in all budgets.'
         
     | 
| 
         @@ -436,6 +447,7 @@ en: 
     | 
|
| 
       436 
447 
     | 
    
         
             
                    project_proposal: Proposals included in this project
         
     | 
| 
       437 
448 
     | 
    
         
             
                statistics:
         
     | 
| 
       438 
449 
     | 
    
         
             
                  orders_count: Supports
         
     | 
| 
       439 
     | 
    
         
            -
                  projects_count:  
     | 
| 
      
 450 
     | 
    
         
            +
                  projects_count: Budgets
         
     | 
| 
      
 451 
     | 
    
         
            +
                  projects_count_tooltip: The number of participatory budgeting projects and the total votes cast on them.
         
     | 
| 
       440 
452 
     | 
    
         
             
              index:
         
     | 
| 
       441 
453 
     | 
    
         
             
                confirmed_orders_count: Votes count
         
     |