decidim-sortitions 0.9.0 → 0.11.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -8
- data/app/assets/config/decidim_sortitions_manifest.css +1 -1
- data/app/assets/stylesheets/decidim/sortitions/_sortitions.scss +13 -9
- data/app/assets/stylesheets/decidim/sortitions/social_share.css.scss +8 -4
- data/app/commands/decidim/sortitions/admin/create_sortition.rb +5 -3
- data/app/commands/decidim/sortitions/admin/destroy_sortition.rb +11 -5
- data/app/commands/decidim/sortitions/admin/update_sortition.rb +3 -1
- data/app/controllers/decidim/sortitions/admin/application_controller.rb +3 -3
- data/app/controllers/decidim/sortitions/admin/sortitions_controller.rb +3 -3
- data/app/controllers/decidim/sortitions/application_controller.rb +2 -2
- data/app/controllers/decidim/sortitions/sortition_widgets_controller.rb +1 -1
- data/app/forms/decidim/sortitions/admin/destroy_sortition_form.rb +1 -1
- data/app/forms/decidim/sortitions/admin/edit_sortition_form.rb +1 -1
- data/app/forms/decidim/sortitions/admin/sortition_form.rb +3 -3
- data/app/helpers/decidim/sortitions/admin/sortitions_helper.rb +3 -3
- data/app/helpers/decidim/sortitions/sortitions_helper.rb +1 -1
- data/app/models/decidim/sortitions/sortition.rb +14 -8
- data/app/presenters/decidim/sortitions/admin_log/sortition_presenter.rb +50 -0
- data/app/queries/decidim/sortitions/admin/{participatory_space_proposal_features.rb → participatory_space_proposal_components.rb} +4 -4
- data/app/queries/decidim/sortitions/admin/participatory_space_proposals.rb +2 -2
- data/app/queries/decidim/sortitions/filtered_sortitions.rb +9 -9
- data/app/services/decidim/sortitions/sortition_search.rb +1 -1
- data/app/views/decidim/sortitions/admin/sortitions/_form.html.erb +3 -3
- data/app/views/decidim/sortitions/admin/sortitions/index.html.erb +2 -2
- data/app/views/decidim/sortitions/admin/sortitions/new.html.erb +1 -1
- data/app/views/decidim/sortitions/admin/sortitions/show.html.erb +4 -4
- data/app/views/decidim/sortitions/sortition_widgets/show.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/_filters.html.erb +6 -6
- data/app/views/decidim/sortitions/sortitions/_filters_small_view.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/_proposal.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/_results_count.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/_sortition.html.erb +4 -4
- data/app/views/decidim/sortitions/sortitions/_sortition_author.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/_sortition_cancel_author.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/_tags.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/index.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/show.html.erb +12 -12
- data/config/locales/ca.yml +99 -109
- data/config/locales/en.yml +90 -94
- data/config/locales/es.yml +97 -107
- data/config/locales/eu.yml +145 -0
- data/config/locales/fi.yml +145 -0
- data/config/locales/fr.yml +145 -0
- data/config/locales/gl.yml +145 -0
- data/config/locales/it.yml +145 -0
- data/config/locales/nl.yml +145 -0
- data/config/locales/pl.yml +155 -0
- data/config/locales/pt-BR.yml +145 -0
- data/config/locales/pt.yml +145 -0
- data/config/locales/ru.yml +13 -0
- data/config/locales/sv.yml +145 -0
- data/config/locales/uk.yml +13 -0
- data/db/migrate/20180322082150_fix_sortitions_feature.rb +11 -0
- data/db/migrate/20180322085145_fix_sortitions_proposal_feature.rb +11 -0
- data/lib/decidim/sortitions.rb +1 -1
- data/lib/decidim/sortitions/component.rb +38 -0
- data/lib/decidim/sortitions/test/factories.rb +7 -7
- data/lib/decidim/sortitions/version.rb +3 -1
- metadata +46 -33
- data/LICENSE-AGPLv3.txt +0 -661
- data/app/views/decidim/sortitions/sortitions/_filters_small_view0.html.erb +0 -18
- data/lib/decidim/sortitions/feature.rb +0 -43
@@ -0,0 +1,145 @@
|
|
1
|
+
it:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
sortition:
|
5
|
+
additional_info: Informazioni di ordinamento
|
6
|
+
decidim_category_id: Categorie dell'insieme di proposte in cui si desidera applicare l'estrazione
|
7
|
+
decidim_proposals_component_id: Proposte impostate
|
8
|
+
dice: Risultato del tiro di dado (tira un dado a 6 facce (o cerca un altro modo casuale per generare un numero da 1 a 6) e inserisci qui, a differenza del numero risultante, questo contribuisce alla qualità e alle garanzie della casualità di il risultato
|
9
|
+
target_items: Numero di proposte da selezionare (indica il numero di proposte che si desidera selezionare tracciando lotti del gruppo di proposte che si è scelto in precedenza)
|
10
|
+
title: Titolo
|
11
|
+
witnesses: Testimoni
|
12
|
+
decidim:
|
13
|
+
components:
|
14
|
+
sortitions:
|
15
|
+
name: Sortitions
|
16
|
+
settings:
|
17
|
+
global:
|
18
|
+
comments_enabled: Commenti abilitati
|
19
|
+
events:
|
20
|
+
sortitions:
|
21
|
+
sortition_created:
|
22
|
+
email_intro: L'ordinamento "%{resource_title}" è stato aggiunto a "%{participatory_space_title}" che stai seguendo.
|
23
|
+
email_outro: Hai ricevuto questa notifica perché stai seguendo "%{participatory_space_title}". Puoi smettere di seguirlo dal link precedente.
|
24
|
+
email_subject: Nuova sortizione aggiunta a %{participatory_space_title}
|
25
|
+
notification_title: La sortition <a href="%{resource_path}">%{resource_title}</a> è stata aggiunta a %{participatory_space_title}
|
26
|
+
participatory_processes:
|
27
|
+
statistics:
|
28
|
+
sortitions_count: Sortitions
|
29
|
+
sortitions:
|
30
|
+
admin:
|
31
|
+
actions:
|
32
|
+
destroy: Annulla la sortizione
|
33
|
+
edit: modificare
|
34
|
+
new: Nuovo
|
35
|
+
show: Dettagli di ordinamento
|
36
|
+
models:
|
37
|
+
sortition:
|
38
|
+
fields:
|
39
|
+
category: Categoria
|
40
|
+
created_at: Data di creazione
|
41
|
+
decidim_proposals_component: Componente delle proposte
|
42
|
+
dice: Dado
|
43
|
+
reference: Riferimento
|
44
|
+
request_timestamp: Disegna il tempo
|
45
|
+
seed: seme
|
46
|
+
target_items: Articoli da selezionare
|
47
|
+
title: Titolo
|
48
|
+
name:
|
49
|
+
one: sortition
|
50
|
+
other: Sortitions
|
51
|
+
sortitions:
|
52
|
+
confirm_destroy:
|
53
|
+
confirm_destroy: Sei sicuro di voler cancellare questa selezione?
|
54
|
+
destroy: Annulla la scelta
|
55
|
+
title: Annullamento della sortizione
|
56
|
+
create:
|
57
|
+
error: Si è verificato un errore durante la creazione di una nuova sortizione.
|
58
|
+
success: Sortition creato con successo
|
59
|
+
destroy:
|
60
|
+
error: Impossibile cancellare la sortizione.
|
61
|
+
success: Sortition cancellato con successo
|
62
|
+
edit:
|
63
|
+
title: Aggiorna le informazioni sulla sortizione
|
64
|
+
update: Aggiornare
|
65
|
+
form:
|
66
|
+
all_categories: Tutte le categorie
|
67
|
+
select_proposal_component: Seleziona il set di proposte
|
68
|
+
title: Nuova raccolta di proposte
|
69
|
+
index:
|
70
|
+
title: Sortitions
|
71
|
+
new:
|
72
|
+
confirm: Premendo il pulsante successivo, Decidim registrerà la data e l'ora (con precisione dei secondi) e insieme al lancio dei dadi, queste informazioni verranno utilizzate per generare una selezione casuale. L'azione sarà irreversibile, una volta cliccato il pulsante verrà pubblicato il risultato di questa estrazione, insieme ai dati inseriti in questo modulo e non possono essere modificati, si prega di controllare attentamente il contenuto
|
73
|
+
create: Creare
|
74
|
+
title: Nuova sortizione
|
75
|
+
show:
|
76
|
+
selected_proposals: Proposte selezionate per l'estrazione
|
77
|
+
update:
|
78
|
+
error: Si è verificato un errore durante l'aggiornamento della sortizione.
|
79
|
+
success: Sortition aggiornamento con successo
|
80
|
+
admin_log:
|
81
|
+
sortition:
|
82
|
+
create: "%{user_name} ha creato la sortizione %{resource_name} in %{space_name}"
|
83
|
+
delete: "%{user_name} ha annullato la sortition %{resource_name} in %{space_name}"
|
84
|
+
update: "%{user_name} ha aggiornato la sortizione %{resource_name} in %{space_name}"
|
85
|
+
sortitions:
|
86
|
+
count:
|
87
|
+
proposals_count:
|
88
|
+
one: 1 proposta
|
89
|
+
other: "%{count} proposte"
|
90
|
+
filters:
|
91
|
+
active: Attivo
|
92
|
+
all: Tutti
|
93
|
+
cancelled: Annullato
|
94
|
+
category: Categoria
|
95
|
+
category_prompt: Seleziona una categoria
|
96
|
+
search: Ricerca
|
97
|
+
state: Stato
|
98
|
+
filters_small_view:
|
99
|
+
close_modal: Chiudi modale
|
100
|
+
filter: Filtro
|
101
|
+
filter_by: Filtra per
|
102
|
+
unfold: spiegare
|
103
|
+
linked_sortitions:
|
104
|
+
selected_proposals: Proposte selezionate
|
105
|
+
orders:
|
106
|
+
label: 'Ordina le ordinazioni per:'
|
107
|
+
random: Casuale
|
108
|
+
recent: Recente
|
109
|
+
proposal:
|
110
|
+
view_proposal: Visualizza proposta
|
111
|
+
results_count:
|
112
|
+
count:
|
113
|
+
one: proposta selezionata
|
114
|
+
other: proposte selezionate
|
115
|
+
show:
|
116
|
+
algorithm: Il codice dell'algoritmo di Sortition
|
117
|
+
any_category: da tutte le categorie
|
118
|
+
cancelled: Ordinamento annullato
|
119
|
+
candidate_proposal_ids: Ordine e ID di proposte di ordinamento
|
120
|
+
candidate_proposals_info: 'La raccolta è stata effettuata tra le seguenti proposte (%{category_label}), con i seguenti ID (in grassetto le proposte selezionate) '
|
121
|
+
category: dalla categoria %{category}
|
122
|
+
dice_result: "(1) Risultato dei dadi"
|
123
|
+
introduction: 'Questa pagina contiene i risultati della sortition %{reference}. Per mezzo di questa sortizione, %{target_items} numero di risultati sono stati selezionati casualmente e con una distribuzione di probabilità uguale dall''insieme di proposte visualizzate sotto. Insieme ai risultati, le informazioni visualizzate in questa pagina forniscono tutte le informazioni necessarie per massimizzare le garanzie e riprodurre i risultati. La chiave per la qualità di questa sortizione è la doppia casualità fornita da un lancio di un dado (verificato da testimoni) e il tempo preciso della sortizione che fornisce input per un algoritmo che genera una selezione casuale. Il seme del tempo per la sortition è così preciso (secondi) che è impossibile controllarlo dall''uomo, fornendo così un doppio input "incontrollabile" per garantire un risultato equo. '
|
124
|
+
mathematical_result: Risultato (1) x (2)
|
125
|
+
proposals_selected_by_sortition: Proposte selezionate per sortition
|
126
|
+
sortition_reproducibility_details: Dettagli di riproducibilità del Sortition
|
127
|
+
time_seed: "(2) seme temporale"
|
128
|
+
witnesses: Testimoni
|
129
|
+
sortition:
|
130
|
+
selected_proposals:
|
131
|
+
one: 1 proposta selezionata
|
132
|
+
other: "%{count} proposte selezionate"
|
133
|
+
view_sortition: Visualizza la selezione
|
134
|
+
sortition_author:
|
135
|
+
deleted: Utente eliminato
|
136
|
+
sortition_cancel_author:
|
137
|
+
deleted: Utente eliminato
|
138
|
+
sortitions_count:
|
139
|
+
count:
|
140
|
+
one: 1 sortition
|
141
|
+
other: "%{count} sortizioni"
|
142
|
+
pages:
|
143
|
+
home:
|
144
|
+
statistics:
|
145
|
+
sortitions_count: Sortitions
|
@@ -0,0 +1,145 @@
|
|
1
|
+
nl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
sortition:
|
5
|
+
additional_info: Informatie over de loting
|
6
|
+
decidim_category_id: Categorieën van de set voorstellen waarin u de trekking wilt toepassen
|
7
|
+
decidim_proposals_component_id: Voorstellen geplaatst
|
8
|
+
dice: Resultaat van de worp (rol een 6-zijdige dobbelsteen (of zoek naar een andere willekeurige manier om een getal van 1 tot 6 te genereren) en voer hier in, in tegenstelling tot het getuige zijn van het resulterende aantal, dit draagt bij aan de kwaliteit en garanties van de willekeur van het resultaat
|
9
|
+
target_items: Aantal voorstellen dat moet worden geselecteerd (geeft het aantal voorstellen aan dat je wil selecteren door groepsvoorstellen te selecteren die je eerder hebt gekozen)
|
10
|
+
title: Titel
|
11
|
+
witnesses: getuigen
|
12
|
+
decidim:
|
13
|
+
components:
|
14
|
+
sortitions:
|
15
|
+
name: Loting
|
16
|
+
settings:
|
17
|
+
global:
|
18
|
+
comments_enabled: Reacties ingeschakeld
|
19
|
+
events:
|
20
|
+
sortitions:
|
21
|
+
sortition_created:
|
22
|
+
email_intro: De loting "%{resource_title}" is toegevoegd aan "%{participatory_space_title}" dat je volgt.
|
23
|
+
email_outro: Je hebt deze melding ontvangen omdat je "%{participatory_space_title}" volgt. Ontvolgen kan door te klikken op de voorgaande link.
|
24
|
+
email_subject: Nieuwe loting toegevoegd aan %{participatory_space_title}
|
25
|
+
notification_title: De loting <a href="%{resource_path}">%{resource_title}</a> is toegevoegd aan %{participatory_space_title}
|
26
|
+
participatory_processes:
|
27
|
+
statistics:
|
28
|
+
sortitions_count: Lotingen
|
29
|
+
sortitions:
|
30
|
+
admin:
|
31
|
+
actions:
|
32
|
+
destroy: Annuleer de loting
|
33
|
+
edit: Bewerk
|
34
|
+
new: Nieuw
|
35
|
+
show: Details van de loting
|
36
|
+
models:
|
37
|
+
sortition:
|
38
|
+
fields:
|
39
|
+
category: Categorie
|
40
|
+
created_at: Aangemaakt op
|
41
|
+
decidim_proposals_component: Voorstellen component
|
42
|
+
dice: Dobbelsteen
|
43
|
+
reference: Referentie
|
44
|
+
request_timestamp: Tekentijd
|
45
|
+
seed: Zaad
|
46
|
+
target_items: Te selecteren items
|
47
|
+
title: Titel
|
48
|
+
name:
|
49
|
+
one: Loting
|
50
|
+
other: Lotingen
|
51
|
+
sortitions:
|
52
|
+
confirm_destroy:
|
53
|
+
confirm_destroy: Weet je zeker dat je deze loting wilt annuleren?
|
54
|
+
destroy: Annuleer de loting
|
55
|
+
title: Annulatie van de loting
|
56
|
+
create:
|
57
|
+
error: Er is een fout opgetreden bij het maken van een nieuwe loting.
|
58
|
+
success: Loting succesvol aangemaakt
|
59
|
+
destroy:
|
60
|
+
error: De sortering kan niet worden geannuleerd.
|
61
|
+
success: Sortering succesvol geannuleerd
|
62
|
+
edit:
|
63
|
+
title: Update de informatie over de sortering
|
64
|
+
update: Bijwerken
|
65
|
+
form:
|
66
|
+
all_categories: Alle categorieën
|
67
|
+
select_proposal_component: Selecteer de voorgestelde set
|
68
|
+
title: Nieuwe sortering voor voorstellen
|
69
|
+
index:
|
70
|
+
title: Lotingen
|
71
|
+
new:
|
72
|
+
confirm: Door op de volgende knop te drukken, legt Decidim de datum en tijd vast (met een nauwkeurigheid van seconden) en samen met de dobbelsteenworp wordt deze informatie gebruikt om een willekeurige selectie te genereren. De actie is onomkeerbaar, zodra op de knop is geklikt, wordt het resultaat van deze trekking gepubliceerd, samen met de gegevens die in dit formulier zijn ingevoerd en niet kunnen worden gewijzigd. Bekijk de inhoud zorgvuldig
|
73
|
+
create: Aanmaken
|
74
|
+
title: Nieuwe loting
|
75
|
+
show:
|
76
|
+
selected_proposals: Voorstellen geselecteerd voor trekking
|
77
|
+
update:
|
78
|
+
error: Er is een fout opgetreden bij het bijwerken van de sortering.
|
79
|
+
success: Sortering succesvol bijgewerkt
|
80
|
+
admin_log:
|
81
|
+
sortition:
|
82
|
+
create: "%{user_name} heeft de %{resource_name} sortering gemaakt in %{space_name}"
|
83
|
+
delete: "%{user_name} heeft de %{resource_name} sortering geannuleerd in %{space_name}"
|
84
|
+
update: "%{user_name} heeft de %{resource_name} sortering bijgewerkt in %{space_name}"
|
85
|
+
sortitions:
|
86
|
+
count:
|
87
|
+
proposals_count:
|
88
|
+
one: 1 voorstel
|
89
|
+
other: "%{count} voorstellen"
|
90
|
+
filters:
|
91
|
+
active: Actief
|
92
|
+
all: Alle
|
93
|
+
cancelled: Geannuleerd
|
94
|
+
category: Categorie
|
95
|
+
category_prompt: Selecteer een categorie
|
96
|
+
search: Zoeken
|
97
|
+
state: Staat
|
98
|
+
filters_small_view:
|
99
|
+
close_modal: Venster sluiten
|
100
|
+
filter: Sorteer
|
101
|
+
filter_by: Sorteren op
|
102
|
+
unfold: Uitvouwen
|
103
|
+
linked_sortitions:
|
104
|
+
selected_proposals: Geselecteerde voorstellen
|
105
|
+
orders:
|
106
|
+
label: 'Sorteringen bestellen op:'
|
107
|
+
random: Willekeurig
|
108
|
+
recent: recent
|
109
|
+
proposal:
|
110
|
+
view_proposal: Bekijk voorstel
|
111
|
+
results_count:
|
112
|
+
count:
|
113
|
+
one: geselecteerd voorstel
|
114
|
+
other: geselecteerde voorstellen
|
115
|
+
show:
|
116
|
+
algorithm: De algoritme-code van de sortering
|
117
|
+
any_category: alle categorieën
|
118
|
+
cancelled: Geannuleerde loting
|
119
|
+
candidate_proposal_ids: Sorteervolgorde orders en ID's
|
120
|
+
candidate_proposals_info: 'De sortering werd uitgevoerd tussen de volgende voorstellen (%{category_label}), met de volgende ID''s (vetgedrukt de geselecteerde voorstellen) '
|
121
|
+
category: van de %{category} categorie
|
122
|
+
dice_result: "(1) Resultaat dobbelsteen"
|
123
|
+
introduction: 'Deze pagina bevat de resultaten van de sortering %{reference}. Door middel van deze sortering is het %{target_items} aantal resultaten willekeurig geselecteerd en met een gelijke kansverdeling uit de set weergegeven voorstellen. Samen met de resultaten biedt de informatie die op deze pagina wordt weergegeven alle informatie die nodig is om garanties te maximaliseren en de resultaten te reproduceren. De sleutel tot de kwaliteit van deze sortering is de dubbele willekeurigheid die wordt geboden door het rollen van een dobbelsteen (geverifieerd door getuigen) en de precieze tijd van de sortering die input levert voor een algoritme dat een willekeurige selectie genereert. Het tijdsbestek voor de sortering is zo nauwkeurig (seconden) dat het onmogelijk is om door mensen te controleren en biedt dus een dubbele "oncontroleerbare" invoer om een rechtvaardig resultaat te garanderen. '
|
124
|
+
mathematical_result: Resultaat (1) x (2)
|
125
|
+
proposals_selected_by_sortition: Voorstellen geselecteerd door sortering
|
126
|
+
sortition_reproducibility_details: Sortering reproduceerbaarheidsdetails
|
127
|
+
time_seed: "(2) Tijdzaad"
|
128
|
+
witnesses: getuigen
|
129
|
+
sortition:
|
130
|
+
selected_proposals:
|
131
|
+
one: 1 voorstel geselecteerd
|
132
|
+
other: "%{count} voorstellen geselecteerd"
|
133
|
+
view_sortition: Bekijk sortering
|
134
|
+
sortition_author:
|
135
|
+
deleted: Verwijder gebruiker
|
136
|
+
sortition_cancel_author:
|
137
|
+
deleted: Verwijderde gebruiker
|
138
|
+
sortitions_count:
|
139
|
+
count:
|
140
|
+
one: 1 sortering
|
141
|
+
other: "%{count} sorteringen "
|
142
|
+
pages:
|
143
|
+
home:
|
144
|
+
statistics:
|
145
|
+
sortitions_count: Loting
|
@@ -0,0 +1,155 @@
|
|
1
|
+
pl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
sortition:
|
5
|
+
additional_info: Informacje o sortowaniu
|
6
|
+
decidim_category_id: Kategorie zestawu propozycji, w których chcesz zastosować losowanie
|
7
|
+
decidim_proposals_component_id: Ustalono wnioski
|
8
|
+
dice: Wynik rzutu kostką (rzuć kostką 6-stronną (lub poszukaj innego losowego sposobu na wygenerowanie liczby od 1 do 6) i wprowadź tutaj, w przeciwieństwie do obserwowania uzyskanej liczby, przyczynia się to do jakości i gwarancji losowości wynik
|
9
|
+
target_items: Liczba wniosków, które należy wybrać (wskazuje liczbę wniosków, które chcesz wybrać, losując wybraną wcześniej grupę propozycji)
|
10
|
+
title: Tytuł
|
11
|
+
witnesses: Świadkowie
|
12
|
+
decidim:
|
13
|
+
components:
|
14
|
+
sortitions:
|
15
|
+
name: Sortowanie
|
16
|
+
settings:
|
17
|
+
global:
|
18
|
+
comments_enabled: Komentarze włączone
|
19
|
+
events:
|
20
|
+
sortitions:
|
21
|
+
sortition_created:
|
22
|
+
email_intro: Sortowanie "%{resource_title}" zostało dodane do "%{participatory_space_title}", którego obserwujesz.
|
23
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz "%{participatory_space_title}". Możesz przestać go obserwować z poprzedniego linku.
|
24
|
+
email_subject: Dodano nowe sortowanie do %{participatory_space_title}
|
25
|
+
notification_title: Sortowanie <a href="%{resource_path}">%{resource_title}</a> zostało dodane do %{participatory_space_title}
|
26
|
+
participatory_processes:
|
27
|
+
statistics:
|
28
|
+
sortitions_count: Sortowanie
|
29
|
+
sortitions:
|
30
|
+
admin:
|
31
|
+
actions:
|
32
|
+
destroy: Anuluj sortowanie
|
33
|
+
edit: Edytować
|
34
|
+
new: Nowy
|
35
|
+
show: Szczegóły dotyczące podziału
|
36
|
+
models:
|
37
|
+
sortition:
|
38
|
+
fields:
|
39
|
+
category: Kategoria
|
40
|
+
created_at: Data utworzenia
|
41
|
+
decidim_proposals_component: Składnik propozycji
|
42
|
+
dice: Kostka do gry
|
43
|
+
reference: Odniesienie
|
44
|
+
request_timestamp: Czas rysowania
|
45
|
+
seed: Nasionko
|
46
|
+
target_items: Elementy do wyboru
|
47
|
+
title: Tytuł
|
48
|
+
name:
|
49
|
+
one: Sortowanie
|
50
|
+
few: Sortowanie
|
51
|
+
many: Sortowanie
|
52
|
+
other: Sortowanie
|
53
|
+
sortitions:
|
54
|
+
confirm_destroy:
|
55
|
+
confirm_destroy: Czy na pewno chcesz anulować to sortowanie?
|
56
|
+
destroy: Anuluj sortowanie
|
57
|
+
title: Anulowanie sortowania
|
58
|
+
create:
|
59
|
+
error: Wystąpił błąd podczas tworzenia nowego sortowania.
|
60
|
+
success: Utworzono pomyślne utworzenie grupy
|
61
|
+
destroy:
|
62
|
+
error: Nie można anulować sortowania.
|
63
|
+
success: Sortowanie zostało anulowane
|
64
|
+
edit:
|
65
|
+
title: Zaktualizuj informacje o sortowaniu
|
66
|
+
update: Aktualizacja
|
67
|
+
form:
|
68
|
+
all_categories: Wszystkie kategorie
|
69
|
+
select_proposal_component: Wybierz zestaw propozycji
|
70
|
+
title: Nowa sortownia dla propozycji
|
71
|
+
index:
|
72
|
+
title: Sortowanie
|
73
|
+
new:
|
74
|
+
confirm: Po naciśnięciu następnego przycisku Decidim zapisze datę i godzinę (z dokładnością do sekund), a wraz z rzutem kości informacje te zostaną wykorzystane do wygenerowania losowego wyboru. Działanie będzie nieodwracalne, po kliknięciu przycisku wynik tego losowania zostanie opublikowany wraz z danymi wprowadzonymi w tym formularzu i nie można go zmienić, należy dokładnie sprawdzić zawartość
|
75
|
+
create: Stwórz
|
76
|
+
title: Nowe sortowanie
|
77
|
+
show:
|
78
|
+
selected_proposals: Propozycje wybrane do losowania
|
79
|
+
update:
|
80
|
+
error: Wystąpił błąd podczas aktualizacji sortowania.
|
81
|
+
success: Sortowanie zostało pomyślnie zaktualizowane
|
82
|
+
admin_log:
|
83
|
+
sortition:
|
84
|
+
create: "%{user_name} utworzył porządek %{resource_name} w %{space_name}"
|
85
|
+
delete: "%{user_name} anulował sortowanie %{resource_name} w %{space_name}"
|
86
|
+
update: "%{user_name} zaktualizował sortowanie %{resource_name} w %{space_name}"
|
87
|
+
sortitions:
|
88
|
+
count:
|
89
|
+
proposals_count:
|
90
|
+
one: 1 propozycja
|
91
|
+
few: "%{count} propozycji"
|
92
|
+
many: "%{count} propozycji"
|
93
|
+
other: "%{count} propozycji"
|
94
|
+
filters:
|
95
|
+
active: Aktywny
|
96
|
+
all: Wszystko
|
97
|
+
cancelled: Anulowany
|
98
|
+
category: Kategoria
|
99
|
+
category_prompt: Wybierz kategorię
|
100
|
+
search: Szukaj
|
101
|
+
state: Stan
|
102
|
+
filters_small_view:
|
103
|
+
close_modal: Zamknij modalne
|
104
|
+
filter: Filtr
|
105
|
+
filter_by: Filtruj według
|
106
|
+
unfold: Rozwijać się
|
107
|
+
linked_sortitions:
|
108
|
+
selected_proposals: Wybrane propozycje
|
109
|
+
orders:
|
110
|
+
label: 'Zamów sortowanie według:'
|
111
|
+
random: Losowy
|
112
|
+
recent: Niedawny
|
113
|
+
proposal:
|
114
|
+
view_proposal: Wyświetl propozycję
|
115
|
+
results_count:
|
116
|
+
count:
|
117
|
+
one: wybrana propozycja
|
118
|
+
few: wybrane propozycje
|
119
|
+
many: wybrane propozycje
|
120
|
+
other: wybrane propozycje
|
121
|
+
show:
|
122
|
+
algorithm: Kod algorytmu rozdziału
|
123
|
+
any_category: ze wszystkich kategorii
|
124
|
+
cancelled: Anulowane sortowanie
|
125
|
+
candidate_proposal_ids: Porządek i porządek sortowania
|
126
|
+
candidate_proposals_info: 'Sortowanie zostało przeprowadzone wśród następujących propozycji (%{category_label}), z następującymi identyfikatorami (pogrubione wybrane propozycje) '
|
127
|
+
category: z kategorii %{category}
|
128
|
+
dice_result: "(1) Wynik kości"
|
129
|
+
introduction: 'Ta strona zawiera wyniki sortowania %{reference}. Za pomocą tego sortowania %{target_items} liczba wyników została wybrana losowo i z równym rozkładem prawdopodobieństwa z zestawu propozycji wyświetlonych poniżej. Wraz z wynikami, informacje wyświetlane na tej stronie zawierają wszystkie informacje wymagane do zmaksymalizowania gwarancji i do odtworzenia wyników. Kluczem do jakości tego sortowania jest podwójna losowość zapewniona przez rzucanie kostką (weryfikowaną przez świadków) i dokładny czas sortowania, który zapewnia dane wejściowe dla algorytmu generującego losową selekcję. Nasycenie czasowe dla sortowania jest tak dokładne (sekundy), że niemożliwe jest kontrolowanie przez ludzi, zapewniając w ten sposób podwójny "niekontrolowany" wkład w celu zagwarantowania sprawiedliwego wyniku. '
|
130
|
+
mathematical_result: Wynik (1) x (2)
|
131
|
+
proposals_selected_by_sortition: Propozycje wybrane według sortowania
|
132
|
+
sortition_reproducibility_details: Szczegóły odtwarzalności pokrycia
|
133
|
+
time_seed: "(2) Nasienie czasu"
|
134
|
+
witnesses: Świadkowie
|
135
|
+
sortition:
|
136
|
+
selected_proposals:
|
137
|
+
one: 1 wybrana propozycja
|
138
|
+
few: "%{count} wybranych wniosków"
|
139
|
+
many: "%{count} wybranych wniosków"
|
140
|
+
other: "%{count} wybranych wniosków"
|
141
|
+
view_sortition: Zobacz sortowanie
|
142
|
+
sortition_author:
|
143
|
+
deleted: Usunięty użytkownik
|
144
|
+
sortition_cancel_author:
|
145
|
+
deleted: Usunięty użytkownik
|
146
|
+
sortitions_count:
|
147
|
+
count:
|
148
|
+
one: 1 sortowanie
|
149
|
+
few: "%{count} sortowania"
|
150
|
+
many: "%{count} sortowania"
|
151
|
+
other: "%{count} sortowania"
|
152
|
+
pages:
|
153
|
+
home:
|
154
|
+
statistics:
|
155
|
+
sortitions_count: Sortowanie
|
@@ -0,0 +1,145 @@
|
|
1
|
+
pt-BR:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
sortition:
|
5
|
+
additional_info: Informação de classificação
|
6
|
+
decidim_category_id: Categorias do conjunto de propostas em que você deseja aplicar o sorteio
|
7
|
+
decidim_proposals_component_id: Conjunto de propostas
|
8
|
+
dice: Resultado do teste de dados (role um dado de 6 faces (ou procure outro caminho aleatório para gerar um número de 1 a 6) e entre aqui, ao contrário de testemunhar o número resultante, isso contribui para a qualidade e garantias da aleatoriedade de o resultado
|
9
|
+
target_items: Número de propostas a serem selecionadas (indica o número de propostas que você deseja selecionar sorteando o grupo de propostas que você escolheu anteriormente)
|
10
|
+
title: Título
|
11
|
+
witnesses: Testemunhas
|
12
|
+
decidim:
|
13
|
+
components:
|
14
|
+
sortitions:
|
15
|
+
name: Sortitions
|
16
|
+
settings:
|
17
|
+
global:
|
18
|
+
comments_enabled: Comentários ativados
|
19
|
+
events:
|
20
|
+
sortitions:
|
21
|
+
sortition_created:
|
22
|
+
email_intro: A classificação "%{resource_title}" foi adicionada a "%{participatory_space_title}" que você está seguindo.
|
23
|
+
email_outro: Você recebeu esta notificação porque está seguindo "%{participatory_space_title}". Você pode deixar de segui-lo no link anterior.
|
24
|
+
email_subject: Nova classificação adicionada a %{participatory_space_title}
|
25
|
+
notification_title: A classificação <a href="%{resource_path}">%{resource_title}</a> foi adicionada a %{participatory_space_title}
|
26
|
+
participatory_processes:
|
27
|
+
statistics:
|
28
|
+
sortitions_count: Sortitions
|
29
|
+
sortitions:
|
30
|
+
admin:
|
31
|
+
actions:
|
32
|
+
destroy: Cancelar a classificação
|
33
|
+
edit: Editar
|
34
|
+
new: Novo
|
35
|
+
show: Detalhes da classificação
|
36
|
+
models:
|
37
|
+
sortition:
|
38
|
+
fields:
|
39
|
+
category: Categoria
|
40
|
+
created_at: Data de criação
|
41
|
+
decidim_proposals_component: Componente de propostas
|
42
|
+
dice: Dados
|
43
|
+
reference: Referência
|
44
|
+
request_timestamp: Tempo de sorteio
|
45
|
+
seed: Semente
|
46
|
+
target_items: Itens para selecionar
|
47
|
+
title: Título
|
48
|
+
name:
|
49
|
+
one: Sorteio
|
50
|
+
other: Sortitions
|
51
|
+
sortitions:
|
52
|
+
confirm_destroy:
|
53
|
+
confirm_destroy: Tem certeza de que deseja cancelar essa classificação?
|
54
|
+
destroy: Cancelar ordenação
|
55
|
+
title: Cancelamento da classificação
|
56
|
+
create:
|
57
|
+
error: Ocorreu um erro ao criar uma nova classificação.
|
58
|
+
success: Ordenação criada com sucesso
|
59
|
+
destroy:
|
60
|
+
error: Não é possível cancelar a classificação.
|
61
|
+
success: Classificação cancelada com sucesso
|
62
|
+
edit:
|
63
|
+
title: Atualizar as informações sobre a classificação
|
64
|
+
update: Atualizar
|
65
|
+
form:
|
66
|
+
all_categories: Todas as categorias
|
67
|
+
select_proposal_component: Selecione o conjunto de propostas
|
68
|
+
title: Nova classificação para propostas
|
69
|
+
index:
|
70
|
+
title: Sortitions
|
71
|
+
new:
|
72
|
+
confirm: Ao pressionar o botão seguinte, o Decidim registrará a data e a hora (com precisão de segundos) e, junto com o lançamento de dados, essa informação será usada para gerar uma seleção aleatória. A ação será irreversível, uma vez que o botão é clicado o resultado deste sorteio será publicado, juntamente com os dados inseridos neste formulário e não podem ser modificados, por favor, verifique o conteúdo cuidadosamente
|
73
|
+
create: Crio
|
74
|
+
title: Nova classificação
|
75
|
+
show:
|
76
|
+
selected_proposals: Propostas selecionadas para sorteio
|
77
|
+
update:
|
78
|
+
error: Houve um erro ao atualizar a classificação.
|
79
|
+
success: Atualização de classificação com sucesso
|
80
|
+
admin_log:
|
81
|
+
sortition:
|
82
|
+
create: "%{user_name} criou a classificação %{resource_name} em %{space_name}"
|
83
|
+
delete: "%{user_name} cancelou a classificação %{resource_name} em %{space_name}"
|
84
|
+
update: "%{user_name} atualizou a classificação %{resource_name} em %{space_name}"
|
85
|
+
sortitions:
|
86
|
+
count:
|
87
|
+
proposals_count:
|
88
|
+
one: 1 proposta
|
89
|
+
other: "%{count} propostas"
|
90
|
+
filters:
|
91
|
+
active: Ativo
|
92
|
+
all: Todos
|
93
|
+
cancelled: Cancelado
|
94
|
+
category: Categoria
|
95
|
+
category_prompt: Selecione uma categoria
|
96
|
+
search: Pesquisa
|
97
|
+
state: Estado
|
98
|
+
filters_small_view:
|
99
|
+
close_modal: Fechar modal
|
100
|
+
filter: Filtro
|
101
|
+
filter_by: Filtrar por
|
102
|
+
unfold: Desdobrar
|
103
|
+
linked_sortitions:
|
104
|
+
selected_proposals: Propostas selecionadas
|
105
|
+
orders:
|
106
|
+
label: 'Ordenar ordenações por:'
|
107
|
+
random: Aleatória
|
108
|
+
recent: Recente
|
109
|
+
proposal:
|
110
|
+
view_proposal: Ver proposta
|
111
|
+
results_count:
|
112
|
+
count:
|
113
|
+
one: proposta selecionada
|
114
|
+
other: propostas selecionadas
|
115
|
+
show:
|
116
|
+
algorithm: Código de Algoritmo da Classificação
|
117
|
+
any_category: de todas as categorias
|
118
|
+
cancelled: Sortição cancelada
|
119
|
+
candidate_proposal_ids: Ordem de propostas de classificação e IDs
|
120
|
+
candidate_proposals_info: 'A ordenação foi realizada entre as seguintes propostas (%{category_label}), com os seguintes IDs (em negrito as propostas selecionadas) '
|
121
|
+
category: da categoria %{category}
|
122
|
+
dice_result: "(1) resultado dado"
|
123
|
+
introduction: 'Esta página contém os resultados da ordenação %{reference}. Por meio dessa classificação, %{target_items} número de resultados foram selecionados aleatoriamente e com uma distribuição de probabilidade igual ao conjunto de propostas exibidas abaixo. Juntamente com os resultados, as informações exibidas nesta página fornecem todas as informações necessárias para maximizar as garantias e reproduzir os resultados. A chave para a qualidade dessa classificação é a dupla aleatoriedade fornecida pela rolagem de dados (verificada por testemunhas) e o tempo preciso da classificação que fornece dados para um algoritmo que gera uma seleção aleatória. A semente do tempo para a classificação é tão precisa (segundos) que é impossível controlar pelos humanos, fornecendo assim uma entrada dupla "incontrolável" para garantir um resultado justo. '
|
124
|
+
mathematical_result: Resultado (1) x (2)
|
125
|
+
proposals_selected_by_sortition: Propostas selecionadas por classificação
|
126
|
+
sortition_reproducibility_details: Detalhes de reprodutibilidade de ordenação
|
127
|
+
time_seed: "(2) semente do tempo"
|
128
|
+
witnesses: Testemunhas
|
129
|
+
sortition:
|
130
|
+
selected_proposals:
|
131
|
+
one: 1 proposta selecionada
|
132
|
+
other: "%{count} propostas selecionadas"
|
133
|
+
view_sortition: Ver ordenação
|
134
|
+
sortition_author:
|
135
|
+
deleted: Usuário deletado
|
136
|
+
sortition_cancel_author:
|
137
|
+
deleted: Usuário deletado
|
138
|
+
sortitions_count:
|
139
|
+
count:
|
140
|
+
one: 1 ordenação
|
141
|
+
other: "%{count} ordenações"
|
142
|
+
pages:
|
143
|
+
home:
|
144
|
+
statistics:
|
145
|
+
sortitions_count: Sortitions
|