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
data/config/locales/en.yml
CHANGED
@@ -3,152 +3,148 @@ en:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
sortition:
|
6
|
-
|
6
|
+
additional_info: Sortition information
|
7
|
+
decidim_category_id: Categories of the set of proposals in which you want to apply the draw
|
8
|
+
decidim_proposals_component_id: Proposals set
|
7
9
|
dice: Result of die roll (roll a 6-sided die (or look for another random way to generate a number from 1 to 6) and enter here, as opposed to witness the resulting number, this contributes to the quality and guarantees of the randomness of the result
|
8
10
|
target_items: Number of proposals to be selected (indicates the number of proposals you want to be selected by drawing lots of the group of proposals you have previously chosen)
|
9
|
-
|
10
|
-
decidim_proposals_feature_id: Proposals set
|
11
|
+
title: Title
|
11
12
|
witnesses: Witnesses
|
12
|
-
additional_info: Sortition information
|
13
|
-
pages:
|
14
|
-
home:
|
15
|
-
statistics:
|
16
|
-
sortitions_count: Sortitions
|
17
13
|
decidim:
|
14
|
+
components:
|
15
|
+
sortitions:
|
16
|
+
name: Sortitions
|
17
|
+
settings:
|
18
|
+
global:
|
19
|
+
comments_enabled: Comments enabled
|
18
20
|
events:
|
19
21
|
sortitions:
|
20
22
|
sortition_created:
|
21
23
|
email_intro: The sortition "%{resource_title}" has been added to "%{participatory_space_title}" that you are following.
|
22
24
|
email_outro: You have received this notification because you are following "%{participatory_space_title}". You can unfollow it from the previous link.
|
23
25
|
email_subject: New sortition added to %{participatory_space_title}
|
24
|
-
notification_title:
|
26
|
+
notification_title: The sortition <a href="%{resource_path}">%{resource_title}</a> has been added to %{participatory_space_title}
|
25
27
|
participatory_processes:
|
26
28
|
statistics:
|
27
29
|
sortitions_count: Sortitions
|
28
|
-
features:
|
29
|
-
sortitions:
|
30
|
-
name: Sortitions
|
31
|
-
settings:
|
32
|
-
global:
|
33
|
-
comments_enabled: Comments enabled
|
34
30
|
sortitions:
|
35
31
|
admin:
|
36
32
|
actions:
|
37
|
-
|
33
|
+
destroy: Cancel the sortition
|
38
34
|
edit: Edit
|
35
|
+
new: New
|
39
36
|
show: Sortition details
|
40
|
-
destroy: Cancel the sortition
|
41
37
|
models:
|
42
38
|
sortition:
|
43
|
-
name:
|
44
|
-
one: Sortition
|
45
|
-
other: Sortitions
|
46
39
|
fields:
|
47
|
-
|
48
|
-
|
49
|
-
|
40
|
+
category: Category
|
41
|
+
created_at: Creation date
|
42
|
+
decidim_proposals_component: Proposals component
|
50
43
|
dice: Dice
|
44
|
+
reference: Reference
|
51
45
|
request_timestamp: Draw time
|
52
|
-
target_items: Items to select
|
53
46
|
seed: Seed
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
47
|
+
target_items: Items to select
|
48
|
+
title: Title
|
49
|
+
name:
|
50
|
+
one: Sortition
|
51
|
+
other: Sortitions
|
58
52
|
sortitions:
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
53
|
+
confirm_destroy:
|
54
|
+
confirm_destroy: Are you sure you want to cancel this sortition?
|
55
|
+
destroy: Cancel sortition
|
56
|
+
title: Cancellation of the sortition
|
57
|
+
create:
|
58
|
+
error: There was an error creating a new sortition.
|
59
|
+
success: Sortition successfully created
|
60
|
+
destroy:
|
61
|
+
error: Can not cancel the sortition.
|
62
|
+
success: Sortition successfully cancelled
|
69
63
|
edit:
|
70
64
|
title: Update the information about the sortition
|
71
65
|
update: Update
|
72
66
|
form:
|
73
|
-
title: New sortition for proposals
|
74
67
|
all_categories: All categories
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
68
|
+
select_proposal_component: Select the proposals set
|
69
|
+
title: New sortition for proposals
|
70
|
+
index:
|
71
|
+
title: Sortitions
|
72
|
+
new:
|
73
|
+
confirm: By pressing the next button Decidim 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 can not be modified, please check the content carefully
|
74
|
+
create: Create
|
75
|
+
title: New sortition
|
82
76
|
show:
|
83
77
|
selected_proposals: Proposals selected for draw
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
78
|
+
update:
|
79
|
+
error: There was an error updating the sortition.
|
80
|
+
success: Sortition successfully update
|
81
|
+
admin_log:
|
82
|
+
sortition:
|
83
|
+
create: "%{user_name} created the %{resource_name} sortition in %{space_name}"
|
84
|
+
delete: "%{user_name} cancelled the %{resource_name} sortition in %{space_name}"
|
85
|
+
update: "%{user_name} updated the %{resource_name} sortition in %{space_name}"
|
91
86
|
sortitions:
|
92
87
|
count:
|
93
88
|
proposals_count:
|
94
89
|
one: 1 proposal
|
95
90
|
other: "%{count} proposals"
|
96
|
-
author:
|
97
|
-
deleted: Deleted user
|
98
|
-
verified_user_group: Verified organization
|
99
|
-
proposal:
|
100
|
-
view_proposal: View proposal
|
101
|
-
sortitions_count:
|
102
|
-
count:
|
103
|
-
one: 1 sortition
|
104
|
-
other: "%{count} sortitions"
|
105
|
-
results_count:
|
106
|
-
count:
|
107
|
-
one: selected proposal
|
108
|
-
other: selected proposals
|
109
|
-
show:
|
110
|
-
witnesses: Witnesses
|
111
|
-
cancelled: Cancelled sortition
|
112
|
-
sortition_reproducibility_details: Sortition reproducibility details
|
113
|
-
proposals_selected_by_sortition: Proposals selected by sortition
|
114
|
-
introduction: >
|
115
|
-
This page contains the results of the sortition %{reference}. By means of this sortition,
|
116
|
-
%{target_items} number of results have been selected randomly and with an equal probability
|
117
|
-
distribution from the set of proposals displayed bellow. Together with the results, the information displayed on
|
118
|
-
this page provides all the information required to maximize guarantees and to reproduce the results. The key to
|
119
|
-
the quality of this sortition is the double randomness provided by a the rolling of a dice(verified by witnesses)
|
120
|
-
and the precise time of the sortition that provides input for an algorithm that generates a random selection.
|
121
|
-
The time-seed for the sortition is so accurate (seconds) that it is impossible to control by humans
|
122
|
-
thus providing a double "uncontrollable" input to guarantee a fair result.
|
123
|
-
dice_result: (1) Dice result
|
124
|
-
time_seed: (2) Time seed
|
125
|
-
mathematical_result: Result (1) x (2)
|
126
|
-
algorithm: Sortition's Algorithm code
|
127
|
-
candidate_proposal_ids: Sortition proposals order and IDs
|
128
|
-
candidate_proposals_info: >
|
129
|
-
The sortition was carried out among the following proposals (%{category_label}), with the
|
130
|
-
following IDs (in bold the selected proposals)
|
131
|
-
any_category: from all categories
|
132
|
-
category: from the %{category} category
|
133
91
|
filters:
|
134
|
-
|
92
|
+
active: Active
|
93
|
+
all: All
|
94
|
+
cancelled: Cancelled
|
135
95
|
category: Category
|
136
96
|
category_prompt: Select a category
|
97
|
+
search: Search
|
137
98
|
state: State
|
138
|
-
all: All
|
139
|
-
active: Active
|
140
|
-
cancelled: Cancelled
|
141
99
|
filters_small_view:
|
142
100
|
close_modal: Close modal
|
143
101
|
filter: Filter
|
144
102
|
filter_by: Filter by
|
145
103
|
unfold: Unfold
|
104
|
+
linked_sortitions:
|
105
|
+
selected_proposals: Selected proposals
|
146
106
|
orders:
|
147
107
|
label: 'Order sortitions by:'
|
148
108
|
random: Random
|
149
109
|
recent: Recent
|
110
|
+
proposal:
|
111
|
+
view_proposal: View proposal
|
112
|
+
results_count:
|
113
|
+
count:
|
114
|
+
one: selected proposal
|
115
|
+
other: selected proposals
|
116
|
+
show:
|
117
|
+
algorithm: Sortition's Algorithm code
|
118
|
+
any_category: from all categories
|
119
|
+
cancelled: Cancelled sortition
|
120
|
+
candidate_proposal_ids: Sortition proposals order and IDs
|
121
|
+
candidate_proposals_info: 'The sortition was carried out among the following proposals (%{category_label}), with the following IDs (in bold the selected proposals)
|
122
|
+
|
123
|
+
'
|
124
|
+
category: from the %{category} category
|
125
|
+
dice_result: "(1) Dice result"
|
126
|
+
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.
|
127
|
+
|
128
|
+
'
|
129
|
+
mathematical_result: Result (1) x (2)
|
130
|
+
proposals_selected_by_sortition: Proposals selected by sortition
|
131
|
+
sortition_reproducibility_details: Sortition reproducibility details
|
132
|
+
time_seed: "(2) Time seed"
|
133
|
+
witnesses: Witnesses
|
150
134
|
sortition:
|
151
135
|
selected_proposals:
|
152
136
|
one: 1 proposal selected
|
153
137
|
other: "%{count} proposals selected"
|
154
138
|
view_sortition: View sortition
|
139
|
+
sortition_author:
|
140
|
+
deleted: Deleted user
|
141
|
+
sortition_cancel_author:
|
142
|
+
deleted: Deleted user
|
143
|
+
sortitions_count:
|
144
|
+
count:
|
145
|
+
one: 1 sortition
|
146
|
+
other: "%{count} sortitions"
|
147
|
+
pages:
|
148
|
+
home:
|
149
|
+
statistics:
|
150
|
+
sortitions_count: Sortitions
|
data/config/locales/es.yml
CHANGED
@@ -1,155 +1,145 @@
|
|
1
|
-
---
|
2
1
|
es:
|
3
2
|
activemodel:
|
4
3
|
attributes:
|
5
4
|
sortition:
|
5
|
+
additional_info: Información de clasificación
|
6
|
+
decidim_category_id: Categorías del conjunto de propuestas en las que desea aplicar el sorteo
|
7
|
+
decidim_proposals_component_id: Propuestas
|
8
|
+
dice: Resultado de la tirada del dado (rodar un dado de 6 caras o buscar otra forma aleatoria para generar un número del 1 al 6) e introducirlo aquí, en lugar de atestiguar el número resultante, esto contribuye a la calidad y garantías de la aleatoriedad del resultado
|
9
|
+
target_items: Número de propuestas que se seleccionarán (indica el número de propuestas que desea seleccionar dibujando un montón del grupo de propuestas que ha elegido previamente)
|
6
10
|
title: Título
|
7
|
-
dice: Resultado de la tirada de dado (tira un dado de 6 caras (o busca otra manera aleatoria de generar un número del 1 al 6) e introduce aquí, frente a testigo el número resultante, esto contribuye a la calidad y garantías de la aleatoriedad del resultado
|
8
|
-
target_items: Número de propuestas a seleccionar (indica el número de propuestas que quieres que sean seleccionadas mediante sorteo del conjunto de propuestas que has escogido previamente)
|
9
|
-
decidim_category_id: Categorías del conjunto de propuestas en las que quieres aplicar el sorteo
|
10
|
-
decidim_proposals_feature_id: Conjunto de propuestas
|
11
11
|
witnesses: Testigos
|
12
|
-
additional_info: Información adicional
|
13
|
-
pages:
|
14
|
-
home:
|
15
|
-
statistics:
|
16
|
-
sortitions_count: Sorteos
|
17
12
|
decidim:
|
13
|
+
components:
|
14
|
+
sortitions:
|
15
|
+
name: Clases
|
16
|
+
settings:
|
17
|
+
global:
|
18
|
+
comments_enabled: Comentarios habilitados
|
18
19
|
events:
|
19
20
|
sortitions:
|
20
21
|
sortition_created:
|
21
|
-
email_intro:
|
22
|
-
email_outro:
|
23
|
-
email_subject: Nuevo sorteo
|
24
|
-
notification_title:
|
22
|
+
email_intro: El sorteo "%{resource_title}" se ha agregado a "%{participatory_space_title}" que estás siguiendo.
|
23
|
+
email_outro: Recibiste esta notificación porque estás siguiendo "%{participatory_space_title}". Puedes dejar de seguirlo desde el enlace anterior.
|
24
|
+
email_subject: Nuevo sorteo añadida a %{participatory_space_title}
|
25
|
+
notification_title: El sorteo <a href="%{resource_path}">%{resource_title}</a> se ha agregado a %{participatory_space_title}
|
25
26
|
participatory_processes:
|
26
27
|
statistics:
|
27
28
|
sortitions_count: Sorteos
|
28
|
-
features:
|
29
|
-
sortitions:
|
30
|
-
name: Sorteos
|
31
|
-
settings:
|
32
|
-
global:
|
33
|
-
comments_enabled: Comentarios habilitados
|
34
29
|
sortitions:
|
35
30
|
admin:
|
36
31
|
actions:
|
37
|
-
new: Nuevo
|
38
|
-
edit: Editar
|
39
|
-
show: Detalles del sorteo
|
40
32
|
destroy: Cancelar el sorteo
|
33
|
+
edit: Editar
|
34
|
+
new: Nuevo
|
35
|
+
show: Detalles de la clasificación
|
41
36
|
models:
|
42
37
|
sortition:
|
43
|
-
name:
|
44
|
-
one: Sorteo
|
45
|
-
other: Sorteos
|
46
38
|
fields:
|
47
|
-
id: Identificador
|
48
|
-
title: Título
|
49
|
-
reference: Referencia
|
50
|
-
dice: Dado
|
51
|
-
request_timestamp: Hora de Sorteo
|
52
|
-
target_items: Elementos a seleccionar
|
53
|
-
seed: Semilla
|
54
39
|
category: Categoría
|
55
|
-
decidim_proposals_feature: Funcionalidad de propuestas
|
56
|
-
similar_count: Sorteos similares
|
57
40
|
created_at: Fecha de creación
|
41
|
+
decidim_proposals_component: Componente Propuestas
|
42
|
+
dice: Dado
|
43
|
+
reference: Referencia
|
44
|
+
request_timestamp: Tiempo de dibujar
|
45
|
+
seed: Semilla
|
46
|
+
target_items: Artículos para seleccionar
|
47
|
+
title: Título
|
48
|
+
name:
|
49
|
+
one: Sorteo
|
50
|
+
other: Sorteos
|
58
51
|
sortitions:
|
52
|
+
confirm_destroy:
|
53
|
+
confirm_destroy: '¿Seguro que quieres cancelar este sorteo?'
|
54
|
+
destroy: Cancelar el sorteo
|
55
|
+
title: Cancelar el sorteo
|
56
|
+
create:
|
57
|
+
error: Se produjo un error al crear un nuevo sorteo.
|
58
|
+
success: Sorteo creado con éxito.
|
59
|
+
destroy:
|
60
|
+
error: No se puede cancelar el sorteo.
|
61
|
+
success: Orden cancelada con éxito
|
62
|
+
edit:
|
63
|
+
title: Actualiza la información sobre el sorteo
|
64
|
+
update: Actualizar
|
65
|
+
form:
|
66
|
+
all_categories: Todas las categorias
|
67
|
+
select_proposal_component: Seleccione el conjunto de propuestas
|
68
|
+
title: Nueva clasificación para propuestas
|
59
69
|
index:
|
60
70
|
title: Sorteos
|
61
|
-
linked_sortitions:
|
62
|
-
selected_proposals:
|
63
|
-
one: propuesta seleccionada
|
64
|
-
other: propuestas seleccionadas
|
65
71
|
new:
|
66
|
-
|
72
|
+
confirm: Al presionar el botón siguiente, Decidim registrará la fecha y la hora (con precisión de segundos) y junto con la tirada de dados, esta información se usará para generar una selección aleatoria. La acción será irreversible, una vez que se haga clic en el botón, se publicará el resultado de este sorteo, junto con los datos ingresados en este formulario y no se pueden modificar, compruebe el contenido detenidamente
|
67
73
|
create: Crear
|
68
|
-
|
69
|
-
edit:
|
70
|
-
title: Actualizar la información sobre el sorteo
|
71
|
-
update: Actualizar
|
72
|
-
form:
|
73
|
-
title: Nuevo sorteo de propuestas
|
74
|
-
all_categories: Todas las categorías
|
75
|
-
select_proposal_feature: Selecciona el conjunto de propuestas
|
76
|
-
create:
|
77
|
-
success: Sorteo creado correctamente.
|
78
|
-
error: Se ha producido un error al crear al crear el sorteo.
|
79
|
-
update:
|
80
|
-
success: Sorteo actualizado correctamente.
|
81
|
-
error: Se ha producido un error al crear al actualizar el sorteo.
|
74
|
+
title: Nuevo sorteo
|
82
75
|
show:
|
83
|
-
selected_proposals: Propuestas seleccionadas
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
76
|
+
selected_proposals: Propuestas seleccionadas para sorteo
|
77
|
+
update:
|
78
|
+
error: Se produjo un error al actualizar el sorteo.
|
79
|
+
success: El sorteo se ha actualizado con éxito.
|
80
|
+
admin_log:
|
81
|
+
sortition:
|
82
|
+
create: "%{user_name} creó el sorteo %{resource_name} en %{space_name}"
|
83
|
+
delete: "%{user_name} canceló el sorteo %{resource_name} en %{space_name}"
|
84
|
+
update: "%{user_name} actualizó el sorteo %{resource_name} en %{space_name}"
|
91
85
|
sortitions:
|
92
86
|
count:
|
93
87
|
proposals_count:
|
94
88
|
one: 1 propuesta
|
95
89
|
other: "%{count} propuestas"
|
96
|
-
author:
|
97
|
-
deleted: Usuario eliminado
|
98
|
-
verified_user_group: Organización verificada
|
99
|
-
proposal:
|
100
|
-
view_proposal: Ver propuesta
|
101
|
-
sortitions_count:
|
102
|
-
count:
|
103
|
-
one: 1 sorteo
|
104
|
-
other: "%{count} sorteos"
|
105
|
-
results_count:
|
106
|
-
count:
|
107
|
-
one: propuesta seleccionada
|
108
|
-
other: propuestas seleccionadas
|
109
|
-
show:
|
110
|
-
witnesses: Testigos
|
111
|
-
cancelled: Sorteo cancelado
|
112
|
-
sortition_reproducibility_details: Detalles de reproducibilidad del sorteo
|
113
|
-
proposals_selected_by_sortition: Propuestas seleccionadas por sorteo
|
114
|
-
introduction: >
|
115
|
-
Esta página contiene los resultados del sorteo %{reference}. Por medio de este sorteo,
|
116
|
-
%{target_items} propuestas se han seleccionado al azar y con la misma distribución de
|
117
|
-
probabilidad del conjunto de propuestas que se muestran a continuación. Junto con los resultados,
|
118
|
-
la información mostrada en esta página proporciona toda la información requerida para maximizar las
|
119
|
-
garantías y reproducir los resultados. La clave para la calidad de esta clasificación es la doble
|
120
|
-
aleatoriedad proporcionada por el lanzamiento de un dado (verificado por testigos) y el tiempo preciso de
|
121
|
-
la clasificación que proporciona la entrada para un algoritmo que genera una selección aleatoria.
|
122
|
-
La semilla de tiempo para la clasificación es tan precisa (segundos) que es imposible de controlar por los
|
123
|
-
humanos proporcionando así una doble entrada "incontrolable" para garantizar un resultado justo.
|
124
|
-
dice_result: (1) Resultado del dado
|
125
|
-
time_seed: (2) Semilla temporal
|
126
|
-
mathematical_result: Resultado (1) x (2)
|
127
|
-
algorithm: Código del algoritmo de sorteo
|
128
|
-
candidate_proposal_ids: Orden de propuestas del sorteo e IDs
|
129
|
-
candidate_proposals_info: >
|
130
|
-
El sorteo se llevó a cabo entre las siguientes propuestas (%{category_label}), con los siguientes
|
131
|
-
identificadores (en negrita las propuestas seleccionadas)
|
132
|
-
any_category: de todas las categorias
|
133
|
-
category: De la categoría %{category}
|
134
90
|
filters:
|
135
|
-
|
91
|
+
active: Activo
|
92
|
+
all: Todas
|
93
|
+
cancelled: Cancelado
|
136
94
|
category: Categoría
|
137
95
|
category_prompt: Selecciona una categoría
|
96
|
+
search: Buscar
|
138
97
|
state: Estado
|
139
|
-
all: Todos
|
140
|
-
active: Activos
|
141
|
-
cancelled: Cancelados
|
142
98
|
filters_small_view:
|
143
|
-
close_modal:
|
99
|
+
close_modal: Cierre modal
|
144
100
|
filter: Filtrar
|
145
|
-
filter_by:
|
101
|
+
filter_by: Filtrado por
|
146
102
|
unfold: Desplegar
|
103
|
+
linked_sortitions:
|
104
|
+
selected_proposals: Propuestas seleccionadas
|
147
105
|
orders:
|
148
|
-
label: '
|
106
|
+
label: 'Ordena los sorteos por:'
|
149
107
|
random: Aleatorio
|
150
108
|
recent: Reciente
|
109
|
+
proposal:
|
110
|
+
view_proposal: Ver propuesta
|
111
|
+
results_count:
|
112
|
+
count:
|
113
|
+
one: propuesta seleccionada
|
114
|
+
other: propuestas seleccionadas
|
115
|
+
show:
|
116
|
+
algorithm: Código de algoritmo del sorteo
|
117
|
+
any_category: de todas las categorías
|
118
|
+
cancelled: Cancelación de la clasificación
|
119
|
+
candidate_proposal_ids: Orden de propuestas de clasificación e ID
|
120
|
+
candidate_proposals_info: 'La clasificación se realizó entre las siguientes propuestas (%{category_label}), con los siguientes ID (en negrita las propuestas seleccionadas) '
|
121
|
+
category: de la categoría %{category}
|
122
|
+
dice_result: "(1) resultado de los dados"
|
123
|
+
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. '
|
124
|
+
mathematical_result: Resultado (1) x (2)
|
125
|
+
proposals_selected_by_sortition: Propuestas seleccionadas por clasificación
|
126
|
+
sortition_reproducibility_details: Detalles de reproducibilidad del sorteo
|
127
|
+
time_seed: "(2) Tiempo de semilla"
|
128
|
+
witnesses: Testigos
|
151
129
|
sortition:
|
152
130
|
selected_proposals:
|
153
131
|
one: 1 propuesta seleccionada
|
154
132
|
other: "%{count} propuestas seleccionadas"
|
155
133
|
view_sortition: Ver sorteo
|
134
|
+
sortition_author:
|
135
|
+
deleted: Usuario eliminado
|
136
|
+
sortition_cancel_author:
|
137
|
+
deleted: Usuario eliminado
|
138
|
+
sortitions_count:
|
139
|
+
count:
|
140
|
+
one: 1 sorteo
|
141
|
+
other: "%{count} clasificaciones"
|
142
|
+
pages:
|
143
|
+
home:
|
144
|
+
statistics:
|
145
|
+
sortitions_count: Sorteos
|