decidim-sortitions 0.27.4 → 0.28.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/sortitions/sortition_cell.rb +1 -1
- data/app/cells/decidim/sortitions/sortition_l_cell.rb +26 -0
- data/app/cells/decidim/sortitions/sortition_metadata_cell.rb +66 -0
- data/app/commands/decidim/sortitions/admin/create_sortition.rb +2 -2
- data/app/commands/decidim/sortitions/admin/destroy_sortition.rb +1 -1
- data/app/commands/decidim/sortitions/admin/update_sortition.rb +1 -1
- data/app/controllers/decidim/sortitions/admin/sortitions_controller.rb +11 -11
- data/app/controllers/decidim/sortitions/sortitions_controller.rb +0 -1
- data/app/helpers/decidim/sortitions/admin/sortitions_helper.rb +1 -0
- data/app/helpers/decidim/sortitions/sortitions_helper.rb +25 -1
- data/app/models/decidim/sortitions/sortition.rb +3 -3
- data/app/packs/entrypoints/decidim_sortitions.js +3 -0
- data/app/packs/stylesheets/sortitions.scss +31 -0
- data/app/presenters/decidim/sortitions/admin_log/sortition_presenter.rb +2 -2
- data/app/queries/decidim/sortitions/admin/participatory_space_proposal_components.rb +1 -1
- data/app/views/decidim/sortitions/admin/sortitions/_form.html.erb +29 -31
- data/app/views/decidim/sortitions/admin/sortitions/confirm_destroy.html.erb +24 -15
- data/app/views/decidim/sortitions/admin/sortitions/edit.html.erb +26 -22
- data/app/views/decidim/sortitions/admin/sortitions/index.html.erb +47 -54
- data/app/views/decidim/sortitions/admin/sortitions/new.html.erb +16 -10
- data/app/views/decidim/sortitions/admin/sortitions/show.html.erb +42 -46
- data/app/views/decidim/sortitions/sortitions/_proposal.html.erb +1 -1
- data/app/views/decidim/sortitions/sortitions/_results_count.html.erb +3 -3
- data/app/views/decidim/sortitions/sortitions/_sortitions.html.erb +10 -11
- data/app/views/decidim/sortitions/sortitions/_tags.html.erb +0 -1
- data/app/views/decidim/sortitions/sortitions/index.html.erb +14 -17
- data/app/views/decidim/sortitions/sortitions/index.js.erb +0 -5
- data/app/views/decidim/sortitions/sortitions/show.html.erb +123 -118
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +2 -24
- data/config/locales/ca.yml +9 -20
- data/config/locales/cs.yml +8 -23
- data/config/locales/de.yml +10 -21
- data/config/locales/el.yml +6 -19
- data/config/locales/en.yml +14 -25
- data/config/locales/es-MX.yml +9 -20
- data/config/locales/es-PY.yml +9 -20
- data/config/locales/es.yml +9 -20
- data/config/locales/eu.yml +27 -34
- data/config/locales/fi-plain.yml +7 -20
- data/config/locales/fi.yml +10 -23
- data/config/locales/fr-CA.yml +7 -20
- data/config/locales/fr.yml +10 -21
- data/config/locales/ga-IE.yml +0 -6
- data/config/locales/gl.yml +2 -22
- data/config/locales/hu.yml +2 -22
- data/config/locales/id-ID.yml +2 -19
- data/config/locales/is-IS.yml +2 -18
- data/config/locales/it.yml +2 -21
- data/config/locales/ja.yml +7 -19
- data/config/locales/lt.yml +6 -22
- data/config/locales/lv.yml +2 -22
- data/config/locales/nl.yml +2 -21
- data/config/locales/no.yml +2 -21
- data/config/locales/pl.yml +2 -23
- data/config/locales/pt-BR.yml +2 -22
- data/config/locales/pt.yml +2 -21
- data/config/locales/ro-RO.yml +5 -21
- data/config/locales/ru.yml +2 -22
- data/config/locales/sk.yml +2 -23
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sr-CS.yml +0 -6
- data/config/locales/sv.yml +2 -21
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +3 -21
- data/config/locales/uk.yml +2 -22
- data/config/locales/zh-CN.yml +2 -20
- data/config/locales/zh-TW.yml +5 -18
- data/lib/decidim/sortitions/component.rb +6 -8
- data/lib/decidim/sortitions/engine.rb +8 -3
- data/lib/decidim/sortitions/seeds.rb +24 -0
- data/lib/decidim/sortitions/test/factories.rb +2 -1
- data/lib/decidim/sortitions/version.rb +1 -1
- metadata +29 -27
- data/app/cells/decidim/sortitions/sortition_m/data.erb +0 -15
- data/app/cells/decidim/sortitions/sortition_m/footer.erb +0 -13
- data/app/cells/decidim/sortitions/sortition_m_cell.rb +0 -55
- data/app/controllers/decidim/sortitions/widgets_controller.rb +0 -20
- data/app/packs/stylesheets/decidim/sortitions/_sortitions.scss +0 -49
- data/app/views/decidim/sortitions/sortition_widgets/show.html.erb +0 -4
- data/app/views/decidim/sortitions/sortitions/_filters.html.erb +0 -39
- data/app/views/decidim/sortitions/sortitions/_filters_small_view.html.erb +0 -18
- data/app/views/decidim/sortitions/sortitions/_sortitions_count.html.erb +0 -1
data/config/locales/ca.yml
CHANGED
@@ -39,7 +39,7 @@ ca:
|
|
39
39
|
actions:
|
40
40
|
destroy: Cancel·la el sorteig
|
41
41
|
edit: Edita
|
42
|
-
|
42
|
+
new_sortition: Afegir sorteig
|
43
43
|
show: Detalls del sorteig
|
44
44
|
models:
|
45
45
|
sortition:
|
@@ -53,9 +53,6 @@ ca:
|
|
53
53
|
seed: Llavor
|
54
54
|
target_items: Elements a seleccionar
|
55
55
|
title: Títol
|
56
|
-
name:
|
57
|
-
one: Sorteig
|
58
|
-
other: Sortejos
|
59
56
|
sortitions:
|
60
57
|
confirm_destroy:
|
61
58
|
confirm_destroy: Segur que vols cancel·lar aquest sorteig?
|
@@ -63,28 +60,27 @@ ca:
|
|
63
60
|
title: Cancel·lació del sorteig
|
64
61
|
create:
|
65
62
|
error: S'ha produït un error en crear un nou sorteig.
|
66
|
-
success: El sorteig s'ha creat correctament
|
63
|
+
success: El sorteig s'ha creat correctament.
|
67
64
|
destroy:
|
68
65
|
error: No es pot cancel·lar el sorteig.
|
69
|
-
success: El sorteig s'ha cancel·lat correctament
|
66
|
+
success: El sorteig s'ha cancel·lat correctament.
|
70
67
|
edit:
|
71
68
|
title: Actualitza la informació sobre el sorteig
|
72
69
|
update: Actualitzar
|
73
70
|
form:
|
74
71
|
all_categories: Totes les categories
|
75
72
|
select_proposal_component: Selecciona el grup de propostes
|
76
|
-
title: Nou sorteig per propostes
|
77
73
|
index:
|
78
74
|
title: Sortejos
|
79
75
|
new:
|
80
|
-
confirm: Pressionant el
|
76
|
+
confirm: Pressionant el següent botó, la plataforma registrarà la data i l'hora (amb precisió de segons) i, juntament amb la tirada de daus, aquesta informació s'utilitzarà per generar una selecció aleatòria. L'acció serà irreversible, una vegada que es faci clic al botó, es publicarà el resultat d'aquest sorteig, juntament amb les dades introduïdes en aquest formulari i que no es poden modificar. Si us plau, comprova el contingut acuradament.
|
81
77
|
create: Crear
|
82
78
|
title: Nou sorteig
|
83
79
|
show:
|
84
80
|
selected_proposals: Propostes seleccionades per al sorteig
|
85
81
|
update:
|
86
82
|
error: S'ha produït un error en actualitzar el sorteig.
|
87
|
-
success: El sorteig s'ha actualitzat correctament
|
83
|
+
success: El sorteig s'ha actualitzat correctament.
|
88
84
|
admin_log:
|
89
85
|
sortition:
|
90
86
|
create: "%{user_name} ha creat el sorteig %{resource_name} a %{space_name}"
|
@@ -100,14 +96,9 @@ ca:
|
|
100
96
|
all: Tots
|
101
97
|
cancelled: Cancel·lat
|
102
98
|
category: Categoria
|
103
|
-
category_prompt: Selecciona una categoria
|
104
|
-
search: Cerca
|
105
99
|
state: Estat
|
106
|
-
|
107
|
-
|
108
|
-
filter: Filtre
|
109
|
-
filter_by: Filtra per
|
110
|
-
unfold: Desplegar
|
100
|
+
index:
|
101
|
+
empty: Encara no hi ha cap sorteig.
|
111
102
|
linked_sortitions:
|
112
103
|
selected_proposals: Propostes seleccionades
|
113
104
|
orders:
|
@@ -121,24 +112,22 @@ ca:
|
|
121
112
|
show:
|
122
113
|
algorithm: Codi d'algoritme del sorteig
|
123
114
|
any_category: de totes les categories
|
124
|
-
back: Torna al llistat
|
125
115
|
cancelled: Sorteig cancel·lat
|
126
116
|
candidate_proposal_ids: Ordre i IDs de les propostes del sorteig
|
127
117
|
candidate_proposals_info: 'La resolució es va dur a terme entre les següents propostes (%{category_label}), amb les següents IDs (en negreta, les propostes seleccionades) '
|
128
118
|
category: de la categoria %{category}
|
129
|
-
dice_result:
|
119
|
+
dice_result: (1) Resultat de la tirada de daus
|
130
120
|
introduction: 'Aquesta pàgina conté els resultats del sorteig %{reference}. Mitjançant aquest sorteig, %{target_items} nombre de resultats han estat seleccionats aleatòriament i amb una distribució de probabilitat igual al conjunt de propostes que es mostra a continuació. Juntament amb els resultats, la informació que es mostra en aquesta pàgina proporciona tota la informació necessària per maximitzar les garanties i reproduir els resultats. La clau per a la qualitat d''aquest sorteig és l''aleatorietat doble proporcionada per una tirada d''un dau (verificat pels testimonis) i el temps precís de l''assentament que proporciona entrada per a un algorisme que genera una selecció aleatòria. El llindar de temps per a l''assaig és tan precís (segons) que és impossible de controlar pels humans, oferint així una doble entrada "incontrolable" per garantir un resultat just. '
|
131
121
|
mathematical_result: Resultat (1) x (2)
|
132
122
|
proposals_selected_by_sortition: Propostes seleccionades pel sorteig
|
133
123
|
sortition_reproducibility_details: Detalls de la reproductibilitat del sorteig
|
134
|
-
time_seed:
|
124
|
+
time_seed: (2) Llavor de temps
|
135
125
|
witnesses: Testimonis
|
136
126
|
sortition:
|
137
127
|
random_seed: Llavor aleatòria
|
138
128
|
selected_proposals:
|
139
129
|
one: proposta seleccionada
|
140
130
|
other: propostes seleccionades
|
141
|
-
view: Veure
|
142
131
|
sortition_author:
|
143
132
|
deleted: Participant eliminada
|
144
133
|
sortition_cancel_author:
|
data/config/locales/cs.yml
CHANGED
@@ -41,7 +41,7 @@ cs:
|
|
41
41
|
actions:
|
42
42
|
destroy: Zrušit losování
|
43
43
|
edit: Upravit
|
44
|
-
|
44
|
+
new_sortition: Nové losování
|
45
45
|
show: Detaily losování
|
46
46
|
models:
|
47
47
|
sortition:
|
@@ -55,11 +55,6 @@ cs:
|
|
55
55
|
seed: Založení
|
56
56
|
target_items: Položky k výběru
|
57
57
|
title: Název
|
58
|
-
name:
|
59
|
-
one: Losování
|
60
|
-
few: Losování
|
61
|
-
many: Losování
|
62
|
-
other: Losování
|
63
58
|
sortitions:
|
64
59
|
confirm_destroy:
|
65
60
|
confirm_destroy: Opravdu chcete zrušit toto losování?
|
@@ -67,28 +62,27 @@ cs:
|
|
67
62
|
title: Zrušení losování
|
68
63
|
create:
|
69
64
|
error: Při vytváření nového losování došlo k chybě.
|
70
|
-
success: Losování bylo úspěšně vytvořeno
|
65
|
+
success: Losování bylo úspěšně vytvořeno.
|
71
66
|
destroy:
|
72
67
|
error: Nelze zrušit losování.
|
73
|
-
success: Losování bylo úspěšně zrušeno
|
68
|
+
success: Losování bylo úspěšně zrušeno.
|
74
69
|
edit:
|
75
70
|
title: Aktualizovat informace o volbě losem
|
76
71
|
update: Aktualizace
|
77
72
|
form:
|
78
73
|
all_categories: Všechny kategorie
|
79
74
|
select_proposal_component: Vyberte sadu návrhů
|
80
|
-
title: Nové losování pro návrhy
|
81
75
|
index:
|
82
76
|
title: Losování
|
83
77
|
new:
|
84
|
-
confirm: Stisknutím
|
78
|
+
confirm: Stisknutím tlačítka Další bude platforma zaznamenávat datum a čas (s přesností sekund) společně s hodem kostkou, tyto informace budou použity k vytvoření náhodného výběru. Akce bude nevratná, po kliknutí na tlačítko bude výsledek tohoto losu publikován, spolu s údaji zadanými v tomto formuláři a nelze je změnit, pečlivě zkontrolujte obsah.
|
85
79
|
create: Vytvořit
|
86
80
|
title: Nové losování
|
87
81
|
show:
|
88
82
|
selected_proposals: Návrhy vybrané pro losování
|
89
83
|
update:
|
90
84
|
error: Při aktualizaci losování došlo k chybě.
|
91
|
-
success: Losování úspěšně aktualizováno
|
85
|
+
success: Losování úspěšně aktualizováno.
|
92
86
|
admin_log:
|
93
87
|
sortition:
|
94
88
|
create: "%{user_name} vytvořil %{resource_name} losování v %{space_name}"
|
@@ -106,14 +100,7 @@ cs:
|
|
106
100
|
all: Vše
|
107
101
|
cancelled: Zrušeno
|
108
102
|
category: Kategorie
|
109
|
-
category_prompt: Vyberte kategorii
|
110
|
-
search: Vyhledávání
|
111
103
|
state: Stav
|
112
|
-
filters_small_view:
|
113
|
-
close_modal: Zavřít okno
|
114
|
-
filter: Filtr
|
115
|
-
filter_by: Filtrovat podle
|
116
|
-
unfold: Rozbalit
|
117
104
|
linked_sortitions:
|
118
105
|
selected_proposals: Vybrané návrhy
|
119
106
|
orders:
|
@@ -129,17 +116,16 @@ cs:
|
|
129
116
|
show:
|
130
117
|
algorithm: Kód algoritmu losování
|
131
118
|
any_category: ze všech kategorií
|
132
|
-
back: Zpět na seznam
|
133
119
|
cancelled: Zrušené losování
|
134
120
|
candidate_proposal_ids: Pořadí a ID návrhů k losování
|
135
121
|
candidate_proposals_info: 'Losování bylo provedeno mezi následujícími návrhy (%{category_label}), s následujícími ID (označené tučně vybrané návrhy) '
|
136
122
|
category: z kategorie %{category}
|
137
|
-
dice_result:
|
138
|
-
introduction:
|
123
|
+
dice_result: (1) Výsledek hodu kostkou
|
124
|
+
introduction: "Tato stránka obsahuje výsledky losování %{reference}. Prostřednictvím tohoto losování bylo vybráno %{target_items} výsledků náhodně a se stejným rozdělením pravděpodobnosti ze souboru návrhů zobrazených níže. \n\nSpolu s výsledky informace zobrazené na této stránce poskytují všechny informace potřebné pro maximalizaci záruk a reprodukci výsledků. Klíčem ke kvalitě tohoto losování je dvojitá náhodnost, kterou poskytuje hod kostkou (ověřený svědky) a přesný čas výběru, který poskytuje vstup pro algoritmus, který generuje náhodný výběr. \n\nČasový základ pro losování je tak přesný (na sekundy), že není možné ovládat lidi, a tak lze poskytnout dvojitý \"nekontrolovatelný\" vstup, který zaručí spravedlivý výsledek. "
|
139
125
|
mathematical_result: Výsledek (1) x (2)
|
140
126
|
proposals_selected_by_sortition: Návrhy vybrané losováním
|
141
127
|
sortition_reproducibility_details: Detaily reprodukovatelnosti losování
|
142
|
-
time_seed:
|
128
|
+
time_seed: (2) Časový základ
|
143
129
|
witnesses: Svědci
|
144
130
|
sortition:
|
145
131
|
random_seed: Náhodný časový základ
|
@@ -148,7 +134,6 @@ cs:
|
|
148
134
|
few: vybraných návrhů
|
149
135
|
many: vybraných návrhů
|
150
136
|
other: vybraných návrhů
|
151
|
-
view: Zobrazit
|
152
137
|
sortition_author:
|
153
138
|
deleted: Odstraněný uživatel
|
154
139
|
sortition_cancel_author:
|
data/config/locales/de.yml
CHANGED
@@ -39,7 +39,7 @@ de:
|
|
39
39
|
actions:
|
40
40
|
destroy: Brechen Sie die Sortierung ab
|
41
41
|
edit: Bearbeiten
|
42
|
-
|
42
|
+
new_sortition: Neue Sortierung
|
43
43
|
show: Sortierdetails
|
44
44
|
models:
|
45
45
|
sortition:
|
@@ -53,9 +53,6 @@ de:
|
|
53
53
|
seed: Samen
|
54
54
|
target_items: Zu wählende Elemente
|
55
55
|
title: Titel
|
56
|
-
name:
|
57
|
-
one: Sortierung
|
58
|
-
other: Sortierungen
|
59
56
|
sortitions:
|
60
57
|
confirm_destroy:
|
61
58
|
confirm_destroy: Möchten Sie diese Sortierung wirklich abbrechen?
|
@@ -63,28 +60,27 @@ de:
|
|
63
60
|
title: Stornierung der Sortierung
|
64
61
|
create:
|
65
62
|
error: Beim Erstellen einer neuen Datei ist ein Fehler aufgetreten.
|
66
|
-
success: Die Sortierung wurde erfolgreich erstellt
|
63
|
+
success: Die Sortierung wurde erfolgreich erstellt.
|
67
64
|
destroy:
|
68
65
|
error: Die Sortierung kann nicht abgebrochen werden.
|
69
|
-
success: Die Sortierung wurde erfolgreich abgebrochen
|
66
|
+
success: Die Sortierung wurde erfolgreich abgebrochen.
|
70
67
|
edit:
|
71
|
-
title:
|
68
|
+
title: Informationen zur Sortierung aktualisieren
|
72
69
|
update: Aktualisieren
|
73
70
|
form:
|
74
71
|
all_categories: Alle Kategorien
|
75
72
|
select_proposal_component: Wählen Sie die Vorschläge aus
|
76
|
-
title: Neue Sortierung für Vorschläge
|
77
73
|
index:
|
78
74
|
title: Sortierungen
|
79
75
|
new:
|
80
|
-
confirm: Durch Drücken des nächsten Knopfes zeichnet Decidim das Datum und die Zeit (mit der Genauigkeit von Sekunden) auf und zusammen mit dem Würfelwurf wird diese Information verwendet, um eine zufällige Auswahl zu erzeugen. Die Aktion ist unumkehrbar. Sobald die Schaltfläche angeklickt wird, wird das Ergebnis dieser Verlosung veröffentlicht, zusammen mit den in diesem Formular eingegebenen Daten und kann nicht geändert werden. Überprüfen Sie deshalb bitte den Inhalt sorgfältig
|
76
|
+
confirm: Durch Drücken des nächsten Knopfes zeichnet Decidim das Datum und die Zeit (mit der Genauigkeit von Sekunden) auf und zusammen mit dem Würfelwurf wird diese Information verwendet, um eine zufällige Auswahl zu erzeugen. Die Aktion ist unumkehrbar. Sobald die Schaltfläche angeklickt wird, wird das Ergebnis dieser Verlosung veröffentlicht, zusammen mit den in diesem Formular eingegebenen Daten und kann nicht geändert werden. Überprüfen Sie deshalb bitte den Inhalt sorgfältig.
|
81
77
|
create: Erstellen
|
82
78
|
title: Neue Sortierung
|
83
79
|
show:
|
84
80
|
selected_proposals: Vorschläge für die Auslosung ausgewählt
|
85
81
|
update:
|
86
82
|
error: Beim Aktualisieren der Sortierung ist ein Fehler aufgetreten.
|
87
|
-
success: Die Sortierung wurde erfolgreich aktualisiert
|
83
|
+
success: Die Sortierung wurde erfolgreich aktualisiert.
|
88
84
|
admin_log:
|
89
85
|
sortition:
|
90
86
|
create: "%{user_name} erstellt die %{resource_name} Sortierung in %{space_name}"
|
@@ -100,14 +96,9 @@ de:
|
|
100
96
|
all: Alle
|
101
97
|
cancelled: Abgebrochen
|
102
98
|
category: Kategorie
|
103
|
-
category_prompt: Wählen Sie eine Kategorie
|
104
|
-
search: Suche
|
105
99
|
state: Zustand
|
106
|
-
|
107
|
-
|
108
|
-
filter: Filter
|
109
|
-
filter_by: Filtern nach
|
110
|
-
unfold: Entfalten
|
100
|
+
index:
|
101
|
+
empty: Es gibt noch keine Sortierungen.
|
111
102
|
linked_sortitions:
|
112
103
|
selected_proposals: Ausgewählte Vorschläge
|
113
104
|
orders:
|
@@ -121,24 +112,22 @@ de:
|
|
121
112
|
show:
|
122
113
|
algorithm: Sortieralgorithmuscode
|
123
114
|
any_category: aus allen Kategorien
|
124
|
-
back: Zurück zur Liste
|
125
115
|
cancelled: Stornierte Sortierung
|
126
116
|
candidate_proposal_ids: Reihenfolge der Sortierungsvorschläge und IDs
|
127
117
|
candidate_proposals_info: 'Die Sortierung wurde unter den folgenden Vorschlägen (%{category_label}) durchgeführt, mit den folgenden IDs (in Fettschrift die ausgewählten Vorschläge) '
|
128
118
|
category: aus der %{category} Kategorie
|
129
|
-
dice_result:
|
119
|
+
dice_result: (1) Würfelergebnis
|
130
120
|
introduction: 'Diese Seite enthält die Ergebnisse der Sortierung %{reference}. Durch diese Sortierung wurde %{target_items} Anzahl von Ergebnissen zufällig und mit einer gleichen Wahrscheinlichkeitsverteilung aus dem unten angezeigten Satz von Vorschlägen ausgewählt. Zusammen mit den Ergebnissen bieten die auf dieser Seite angezeigten Informationen alle Informationen, die erforderlich sind, um die Garantien zu maximieren und die Ergebnisse zu reproduzieren. Der Schlüssel zur Qualität dieser Sortierung ist die doppelte Zufälligkeit, die durch das Rollen eines Würfels (verifiziert durch Zeugen) und den genauen Zeitpunkt der Sortierung bereitgestellt wird, der eine Eingabe für einen Algorithmus liefert, der eine zufällige Auswahl erzeugt. Der Zeitsaat für die Sortierung ist so genau (Sekunden), dass es unmöglich ist, von Menschen kontrolliert zu werden, wodurch eine doppelte "unkontrollierbare" Eingabe bereitgestellt wird, um ein faires Ergebnis zu garantieren. '
|
131
121
|
mathematical_result: Ergebnis (1) x (2)
|
132
122
|
proposals_selected_by_sortition: Vorschläge nach der Sortierung ausgewählt
|
133
123
|
sortition_reproducibility_details: Einzelheiten der Sortierreproduzierbarkeit
|
134
|
-
time_seed:
|
124
|
+
time_seed: (2) Zeit Samen
|
135
125
|
witnesses: Zeugen
|
136
126
|
sortition:
|
137
127
|
random_seed: Zufallssamen
|
138
128
|
selected_proposals:
|
139
129
|
one: Vorschlag ausgewählt
|
140
130
|
other: Vorschläge ausgewählt
|
141
|
-
view: Anzeigen
|
142
131
|
sortition_author:
|
143
132
|
deleted: Gelöschter Benutzer
|
144
133
|
sortition_cancel_author:
|
data/config/locales/el.yml
CHANGED
@@ -39,7 +39,6 @@ el:
|
|
39
39
|
actions:
|
40
40
|
destroy: Ακύρωση της κλήρωσης
|
41
41
|
edit: Επεξεργασία
|
42
|
-
new: Νέα κλήρωση
|
43
42
|
show: Λεπτομέρειες κλήρωσης
|
44
43
|
models:
|
45
44
|
sortition:
|
@@ -53,9 +52,6 @@ el:
|
|
53
52
|
seed: Κατάταξη
|
54
53
|
target_items: Στοιχεία προς επιλογή
|
55
54
|
title: Τίτλος
|
56
|
-
name:
|
57
|
-
one: Κλήρωση
|
58
|
-
other: Κληρώσεις
|
59
55
|
sortitions:
|
60
56
|
confirm_destroy:
|
61
57
|
confirm_destroy: Είστε βέβαιοι ότι θέλετε να ακυρώσετε αυτήν την κλήρωση;
|
@@ -63,27 +59,27 @@ el:
|
|
63
59
|
title: Ακύρωση της κλήρωσης
|
64
60
|
create:
|
65
61
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία μιας νέας κλήρωσης.
|
66
|
-
success: Η κλήρωση δημιουργήθηκε με
|
62
|
+
success: Η κλήρωση δημιουργήθηκε με επιτυχία.
|
67
63
|
destroy:
|
68
64
|
error: Δεν είναι δυνατή η ακύρωση της κλήρωσης.
|
69
|
-
success: Η κλήρωση ακυρώθηκε με
|
65
|
+
success: Η κλήρωση ακυρώθηκε με επιτυχία.
|
70
66
|
edit:
|
71
67
|
title: Ενημερώστε τις πληροφορίες σχετικά με την κλήρωση
|
72
68
|
update: Ενημέρωση
|
73
69
|
form:
|
74
70
|
all_categories: Όλες οι κατηγορίες
|
75
71
|
select_proposal_component: Επιλέξτε το σύνολο προτάσεων
|
76
|
-
title: Νέα κλήρωση για προτάσεις
|
77
72
|
index:
|
78
73
|
title: Κληρώσεις
|
79
74
|
new:
|
75
|
+
confirm: Πατώντας το επόμενο κουμπί, το Decidim θα καταγράψει την ημερομηνία και την ώρα (με ακρίβεια δευτερολέπτων) και μαζί με τη ζαριά, αυτές οι πληροφορίες θα χρησιμοποιηθούν για τη δημιουργία μιας τυχαίας επιλογής. Η ενέργεια θα είναι μη αναστρέψιμη, μόλις πατήσετε το κουμπί, θα δημοσιευτεί το αποτέλεσμα αυτής της κλήρωσης, μαζί με τα δεδομένα που έχουν εισαχθεί σε αυτήν τη φόρμα και δεν μπορούν να τροποποιηθούν, ελέγξτε προσεκτικά το περιεχόμενο.
|
80
76
|
create: Δημιουργία
|
81
77
|
title: Νέα κλήρωση
|
82
78
|
show:
|
83
79
|
selected_proposals: Επιλέχθηκαν προτάσεις για κλήρωση
|
84
80
|
update:
|
85
81
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση της κλήρωσης.
|
86
|
-
success: Η κλήρωση ενημερώθηκε με
|
82
|
+
success: Η κλήρωση ενημερώθηκε με επιτυχία.
|
87
83
|
admin_log:
|
88
84
|
sortition:
|
89
85
|
create: "Ο χρήστης %{user_name} δημιούργησε την κλήρωση %{resource_name} στον χώρο %{space_name}"
|
@@ -99,14 +95,7 @@ el:
|
|
99
95
|
all: Όλα
|
100
96
|
cancelled: Ακυρώθηκε
|
101
97
|
category: Κατηγορία
|
102
|
-
category_prompt: Επιλέξτε μια κατηγορία
|
103
|
-
search: Αναζήτηση
|
104
98
|
state: Κατάσταση
|
105
|
-
filters_small_view:
|
106
|
-
close_modal: Κλείσιμο βοηθητικού στοιχείου
|
107
|
-
filter: Φίλτρο
|
108
|
-
filter_by: Φιλτράρισμα κατά
|
109
|
-
unfold: Αποκάλυψη
|
110
99
|
linked_sortitions:
|
111
100
|
selected_proposals: Επιλεγμένες προτάσεις
|
112
101
|
orders:
|
@@ -120,24 +109,22 @@ el:
|
|
120
109
|
show:
|
121
110
|
algorithm: Κωδικός αλγορίθμου κλήρωσης
|
122
111
|
any_category: από όλες τις κατηγορίες
|
123
|
-
back: Επιστροφή στη λίστα
|
124
112
|
cancelled: Ακυρωμένη κλήρωση
|
125
113
|
candidate_proposal_ids: Ταξινόμηση προτάσεων κληρώσεων και αναγνωριστικά
|
126
114
|
candidate_proposals_info: 'Η κλήρωση πραγματοποιήθηκε μεταξύ των ακόλουθων προτάσεων (%{category_label}), με τα παρακάτω αναγνωριστικά (οι επιλεγμένες προτάσεις επισημαίνονται με έντονη γραφή)'
|
127
115
|
category: από την κατηγορία %{category}
|
128
|
-
dice_result:
|
116
|
+
dice_result: (1) Αποτέλεσμα ζαριάς
|
129
117
|
introduction: 'Αυτή η σελίδα περιέχει τα αποτελέσματα της κλήρωσης %{reference}. Μέσω αυτής της κλήρωσης, ο αριθμός %{target_items} των αποτελεσμάτων επιλέχθηκε τυχαία και με ίση πιθανότητα κατανομής από το σύνολο των προτάσεων που εμφανίζονται παρακάτω. Μαζί με τα αποτελέσματα, οι πληροφορίες που εμφανίζονται σε αυτήν τη σελίδα παρέχουν όλες τις πληροφορίες που απαιτούνται για τη μεγιστοποίηση των εγγυήσεων και την αναπαραγωγή των αποτελεσμάτων. Το κλειδί για την ποιότητα αυτής της κλήρωσης είναι η διπλή τυχαιότητα που παρέχεται από το ρίξιμο του ζαριού (επαληθευμένο από μάρτυρες) και τον ακριβή χρόνο της κλήρωσης που παρέχει δεδομένα για έναν αλγόριθμο που δημιουργεί μια τυχαία επιλογή. Η χρονική κατάταξη για την κλήρωση είναι τόσο ακριβής (δευτερόλεπτα), που είναι αδύνατο να ελεγχθεί από ανθρώπους, παρέχοντας έτσι μια διπλή «μη ελεγχόμενη» εισαγωγή δεδομένων για να εξασφαλιστεί ένα δίκαιο αποτέλεσμα.'
|
130
118
|
mathematical_result: Αποτέλεσμα (1) x (2)
|
131
119
|
proposals_selected_by_sortition: Προτάσεις που επιλέχθηκαν βάσει κλήρωσης
|
132
120
|
sortition_reproducibility_details: Λεπτομέρειες δυνατότητας αναπαραγωγής κλήρωσης
|
133
|
-
time_seed:
|
121
|
+
time_seed: (2) Χρονική κατάταξη
|
134
122
|
witnesses: Μάρτυρες
|
135
123
|
sortition:
|
136
124
|
random_seed: Τυχαία κατάταξη
|
137
125
|
selected_proposals:
|
138
126
|
one: επιλεγμένη πρόταση
|
139
127
|
other: επιλεγμένες προτάσεις
|
140
|
-
view: Προβολή
|
141
128
|
sortition_author:
|
142
129
|
deleted: Διαγραμμένος συμμετέχων
|
143
130
|
sortition_cancel_author:
|
data/config/locales/en.yml
CHANGED
@@ -39,7 +39,7 @@ en:
|
|
39
39
|
actions:
|
40
40
|
destroy: Cancel the sortition
|
41
41
|
edit: Edit
|
42
|
-
|
42
|
+
new_sortition: New sortition
|
43
43
|
show: Sortition details
|
44
44
|
models:
|
45
45
|
sortition:
|
@@ -53,9 +53,6 @@ en:
|
|
53
53
|
seed: Seed
|
54
54
|
target_items: Items to select
|
55
55
|
title: Title
|
56
|
-
name:
|
57
|
-
one: Sortition
|
58
|
-
other: Sortitions
|
59
56
|
sortitions:
|
60
57
|
confirm_destroy:
|
61
58
|
confirm_destroy: Are you sure you want to cancel this sortition?
|
@@ -63,28 +60,27 @@ en:
|
|
63
60
|
title: Cancellation of the sortition
|
64
61
|
create:
|
65
62
|
error: There was a problem creating a new sortition.
|
66
|
-
success: Sortition successfully created
|
63
|
+
success: Sortition successfully created.
|
67
64
|
destroy:
|
68
|
-
error:
|
69
|
-
success: Sortition successfully cancelled
|
65
|
+
error: Cannot cancel the sortition.
|
66
|
+
success: Sortition successfully cancelled.
|
70
67
|
edit:
|
71
68
|
title: Update the information about the sortition
|
72
69
|
update: Update
|
73
70
|
form:
|
74
71
|
all_categories: All categories
|
75
72
|
select_proposal_component: Select the proposals set
|
76
|
-
title: New sortition for proposals
|
77
73
|
index:
|
78
74
|
title: Sortitions
|
79
75
|
new:
|
80
|
-
confirm: By pressing the next button the platform will record the date and time (with precision of seconds) and together with the dice roll, this information will be used to generate a random selection. The action will be irreversible, once the button is clicked the result of this draw will be published, together with the data entered in this form and
|
76
|
+
confirm: By pressing the next button the platform will record the date and time (with precision of seconds) and together with the dice roll, this information will be used to generate a random selection. The action will be irreversible, once the button is clicked the result of this draw will be published, together with the data entered in this form and cannot be modified, please check the content carefully.
|
81
77
|
create: Create
|
82
78
|
title: New sortition
|
83
79
|
show:
|
84
80
|
selected_proposals: Proposals selected for draw
|
85
81
|
update:
|
86
82
|
error: There was a problem updating the sortition.
|
87
|
-
success: Sortition successfully updated
|
83
|
+
success: Sortition successfully updated.
|
88
84
|
admin_log:
|
89
85
|
sortition:
|
90
86
|
create: "%{user_name} created the %{resource_name} sortition in %{space_name}"
|
@@ -100,14 +96,9 @@ en:
|
|
100
96
|
all: All
|
101
97
|
cancelled: Cancelled
|
102
98
|
category: Category
|
103
|
-
category_prompt: Select a category
|
104
|
-
search: Search
|
105
99
|
state: Status
|
106
|
-
|
107
|
-
|
108
|
-
filter: Filter
|
109
|
-
filter_by: Filter by
|
110
|
-
unfold: Unfold
|
100
|
+
index:
|
101
|
+
empty: There are no sortitions yet.
|
111
102
|
linked_sortitions:
|
112
103
|
selected_proposals: Selected proposals
|
113
104
|
orders:
|
@@ -116,29 +107,27 @@ en:
|
|
116
107
|
recent: Recent
|
117
108
|
results_count:
|
118
109
|
count:
|
119
|
-
one:
|
120
|
-
other:
|
110
|
+
one: Selected proposal
|
111
|
+
other: Selected proposals
|
121
112
|
show:
|
122
113
|
algorithm: Sortition's algorithm code
|
123
114
|
any_category: from all categories
|
124
|
-
back: Back to list
|
125
115
|
cancelled: Cancelled sortition
|
126
116
|
candidate_proposal_ids: Sortition proposals order and IDs
|
127
117
|
candidate_proposals_info: 'The sortition was carried out among the following proposals (%{category_label}), with the following IDs (in bold the selected proposals) '
|
128
118
|
category: from the %{category} category
|
129
|
-
dice_result:
|
119
|
+
dice_result: Dice result
|
130
120
|
introduction: 'This page contains the results of the sortition %{reference}. By means of this sortition, %{target_items} number of results have been selected randomly and with an equal probability distribution from the set of proposals displayed bellow. Together with the results, the information displayed on this page provides all the information required to maximize guarantees and to reproduce the results. The key to the quality of this sortition is the double randomness provided by a the rolling of a dice(verified by witnesses) and the precise time of the sortition that provides input for an algorithm that generates a random selection. The time-seed for the sortition is so accurate (seconds) that it is impossible to control by humans thus providing a double "uncontrollable" input to guarantee a fair result. '
|
131
|
-
mathematical_result: Result (
|
121
|
+
mathematical_result: Result (Dice x Seed)
|
132
122
|
proposals_selected_by_sortition: Proposals selected by sortition
|
133
|
-
sortition_reproducibility_details: Sortition reproducibility
|
134
|
-
time_seed:
|
123
|
+
sortition_reproducibility_details: Sortition reproducibility
|
124
|
+
time_seed: Time seed
|
135
125
|
witnesses: Witnesses
|
136
126
|
sortition:
|
137
127
|
random_seed: Random seed
|
138
128
|
selected_proposals:
|
139
129
|
one: proposal selected
|
140
130
|
other: proposals selected
|
141
|
-
view: View
|
142
131
|
sortition_author:
|
143
132
|
deleted: Deleted participant
|
144
133
|
sortition_cancel_author:
|
data/config/locales/es-MX.yml
CHANGED
@@ -39,7 +39,7 @@ es-MX:
|
|
39
39
|
actions:
|
40
40
|
destroy: Cancelar el sorteo
|
41
41
|
edit: Editar
|
42
|
-
|
42
|
+
new_sortition: Añadir sorteo
|
43
43
|
show: Detalles de la clasificación
|
44
44
|
models:
|
45
45
|
sortition:
|
@@ -53,9 +53,6 @@ es-MX:
|
|
53
53
|
seed: Semilla
|
54
54
|
target_items: Artículos para seleccionar
|
55
55
|
title: Título
|
56
|
-
name:
|
57
|
-
one: Sorteo
|
58
|
-
other: Sorteos
|
59
56
|
sortitions:
|
60
57
|
confirm_destroy:
|
61
58
|
confirm_destroy: '¿Seguro que quieres cancelar este sorteo?'
|
@@ -63,28 +60,27 @@ es-MX:
|
|
63
60
|
title: Cancelar el sorteo
|
64
61
|
create:
|
65
62
|
error: Se produjo un error al crear un nuevo sorteo.
|
66
|
-
success: Sorteo creado
|
63
|
+
success: Sorteo creado correctamente.
|
67
64
|
destroy:
|
68
65
|
error: No se puede cancelar el sorteo.
|
69
|
-
success:
|
66
|
+
success: Sorteo cancelado correctamente.
|
70
67
|
edit:
|
71
68
|
title: Actualiza la información sobre el sorteo
|
72
69
|
update: Actualizar
|
73
70
|
form:
|
74
71
|
all_categories: Todas las categorias
|
75
72
|
select_proposal_component: Seleccione el conjunto de propuestas
|
76
|
-
title: Nueva clasificación para propuestas
|
77
73
|
index:
|
78
74
|
title: Sorteos
|
79
75
|
new:
|
80
|
-
confirm: Al hacer clic en el siguiente botón, la plataforma registrará la fecha y hora (con una precisión de segundos) y el resultado del dado,
|
76
|
+
confirm: Al hacer clic en el siguiente botón, la plataforma registrará la fecha y hora (con una precisión de segundos) y el resultado del dado, esta información se utilizará para generar una selección aleatoria. Esta acción será irreversible y, una vez que hayas hecho clic en el botón, se publicará el resultado del sorteo junto con los datos facilitados en el presente formulario y no podrán modificarse. Te pedimos que revises el contenido cuidadosamente.
|
81
77
|
create: Crear
|
82
78
|
title: Nuevo sorteo
|
83
79
|
show:
|
84
80
|
selected_proposals: Propuestas seleccionadas para sorteo
|
85
81
|
update:
|
86
82
|
error: Se produjo un error al actualizar el sorteo.
|
87
|
-
success: Sorteo actualizado correctamente
|
83
|
+
success: Sorteo actualizado correctamente.
|
88
84
|
admin_log:
|
89
85
|
sortition:
|
90
86
|
create: "%{user_name} creó el sorteo %{resource_name} en %{space_name}"
|
@@ -100,14 +96,9 @@ es-MX:
|
|
100
96
|
all: Todas
|
101
97
|
cancelled: Cancelado
|
102
98
|
category: Categoría
|
103
|
-
category_prompt: Selecciona una categoría
|
104
|
-
search: Buscar
|
105
99
|
state: Estado
|
106
|
-
|
107
|
-
|
108
|
-
filter: Filtrar
|
109
|
-
filter_by: Filtrado por
|
110
|
-
unfold: Desplegar
|
100
|
+
index:
|
101
|
+
empty: Aún no hay ningún sorteo.
|
111
102
|
linked_sortitions:
|
112
103
|
selected_proposals: Propuestas seleccionadas
|
113
104
|
orders:
|
@@ -121,24 +112,22 @@ es-MX:
|
|
121
112
|
show:
|
122
113
|
algorithm: Código de algoritmo del sorteo
|
123
114
|
any_category: de todas las categorías
|
124
|
-
back: Volver al listado
|
125
115
|
cancelled: Cancelación de la clasificación
|
126
116
|
candidate_proposal_ids: Orden de propuestas de clasificación e ID
|
127
117
|
candidate_proposals_info: 'La clasificación se realizó entre las siguientes propuestas (%{category_label}), con los siguientes ID (en negrita las propuestas seleccionadas) '
|
128
118
|
category: de la categoría %{category}
|
129
|
-
dice_result:
|
119
|
+
dice_result: (1) resultado de los dados
|
130
120
|
introduction: 'Esta página contiene los resultados del sorteo %{reference}. Mediante esta clasificación, %{target_items} número de resultados se han seleccionado al azar y con una distribución de probabilidad igual del conjunto de propuestas que se muestran a continuación. Junto con los resultados, la información que se muestra en esta página proporciona toda la información necesaria para maximizar las garantías y reproducir los resultados. La clave de la calidad de esta clasificación es la doble aleatoriedad proporcionada por el lanzamiento de un dado (verificado por testigos) y el momento preciso del sorteo que proporciona la entrada para un algoritmo que genera una selección aleatoria. La semilla de tiempo del sorteo es tan precisa (segundos) que es imposible de controlar por los seres humanos, proporcionando así una doble entrada "incontrolable" para garantizar un resultado justo. '
|
131
121
|
mathematical_result: Resultado (1) x (2)
|
132
122
|
proposals_selected_by_sortition: Propuestas seleccionadas por clasificación
|
133
123
|
sortition_reproducibility_details: Detalles de reproducibilidad del sorteo
|
134
|
-
time_seed:
|
124
|
+
time_seed: (2) Tiempo de semilla
|
135
125
|
witnesses: Testigos
|
136
126
|
sortition:
|
137
127
|
random_seed: Semilla aleatoria
|
138
128
|
selected_proposals:
|
139
129
|
one: 1 propuesta seleccionada
|
140
130
|
other: '%{count} propuestas seleccionadas'
|
141
|
-
view: Ver
|
142
131
|
sortition_author:
|
143
132
|
deleted: Usuario eliminado
|
144
133
|
sortition_cancel_author:
|