decidim-sortitions 0.26.5 → 0.27.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/sortitions/admin/create_sortition.rb +1 -1
- 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/sortitions_controller.rb +12 -9
- data/app/models/decidim/sortitions/sortition.rb +12 -6
- data/app/queries/decidim/sortitions/admin/participatory_space_proposal_components.rb +1 -1
- data/app/queries/decidim/sortitions/admin/participatory_space_proposals.rb +3 -3
- data/app/queries/decidim/sortitions/filtered_sortitions.rb +1 -1
- data/app/views/decidim/sortitions/sortitions/_filters.html.erb +3 -3
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -1
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +3 -2
- data/config/locales/cs.yml +12 -11
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +1 -3
- data/config/locales/el.yml +1 -1
- data/config/locales/en.yml +1 -1
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +2 -1
- data/config/locales/es-PY.yml +2 -1
- data/config/locales/es.yml +2 -1
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +1 -1
- data/config/locales/fi-plain.yml +2 -1
- data/config/locales/fi.yml +2 -1
- data/config/locales/fr-CA.yml +2 -1
- data/config/locales/fr.yml +2 -1
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +2 -1
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +1 -1
- data/config/locales/ja.yml +2 -1
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -0
- data/config/locales/lt.yml +1 -161
- data/config/locales/lv.yml +1 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +1 -1
- data/config/locales/no.yml +1 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +1 -1
- data/config/locales/pt-BR.yml +2 -2
- data/config/locales/pt.yml +1 -1
- data/config/locales/ro-RO.yml +1 -1
- data/config/locales/ru.yml +1 -1
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -1
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +1 -1
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -1
- data/config/locales/uk.yml +1 -1
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -1
- data/config/locales/zh-TW.yml +1 -0
- data/lib/decidim/sortitions/version.rb +1 -1
- metadata +16 -21
- data/app/services/decidim/sortitions/sortition_search.rb +0 -30
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f6f31f7d3d6f12642db8135686d3bffd529c15c7c2bbbe9941d0d7cf8c05d00
|
4
|
+
data.tar.gz: f250098801290a57172fc3dda5531f8af06cee2784c1584a4784086ccd07fbbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93a6eead87aa7ab10afc8e1c75a30717f0902064e05db0298c3df860c4aaeaa8ecd1cb5f748a7a919f4aa435293211afa2d10b3651d3da6d2a3b1043c7b61161
|
7
|
+
data.tar.gz: fcf4d303bc116ac6eb1337beca22ddd996f01265035487b133c934f585ab09ec1fbe52477aa829de325d43a6158242b682c72250ba3066bff79eb2e8ba8ba8eb
|
@@ -4,7 +4,7 @@ module Decidim
|
|
4
4
|
module Sortitions
|
5
5
|
module Admin
|
6
6
|
# Command that creates a sortition that selects proposals
|
7
|
-
class CreateSortition <
|
7
|
+
class CreateSortition < Decidim::Command
|
8
8
|
# Public: Initializes the command.
|
9
9
|
#
|
10
10
|
# form - A form object with the params.
|
@@ -4,7 +4,7 @@ module Decidim
|
|
4
4
|
module Sortitions
|
5
5
|
module Admin
|
6
6
|
# Command that creates a sortition that selects proposals
|
7
|
-
class UpdateSortition <
|
7
|
+
class UpdateSortition < Decidim::Command
|
8
8
|
# Public: Initializes the command.
|
9
9
|
#
|
10
10
|
# form - A form object with the params.
|
@@ -15,29 +15,32 @@ module Decidim
|
|
15
15
|
|
16
16
|
def index
|
17
17
|
@sortitions = search
|
18
|
-
.
|
19
|
-
.includes(:author)
|
18
|
+
.result
|
20
19
|
.includes(:category)
|
21
20
|
|
22
|
-
@sortitions = reorder(@sortitions)
|
23
21
|
@sortitions = paginate(@sortitions)
|
22
|
+
@sortitions = reorder(@sortitions)
|
23
|
+
end
|
24
|
+
|
25
|
+
def show
|
26
|
+
raise ActionController::RoutingError, "Not Found" unless sortition
|
24
27
|
end
|
25
28
|
|
26
29
|
private
|
27
30
|
|
28
31
|
def sortition
|
29
|
-
|
32
|
+
search_collection.find_by(id: params[:id])
|
30
33
|
end
|
31
34
|
|
32
|
-
def
|
33
|
-
|
35
|
+
def search_collection
|
36
|
+
Sortition.where(component: current_component)
|
34
37
|
end
|
35
38
|
|
36
39
|
def default_filter_params
|
37
40
|
{
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
+
search_text_cont: "",
|
42
|
+
with_category: "",
|
43
|
+
with_any_state: "active"
|
41
44
|
}
|
42
45
|
end
|
43
46
|
end
|
@@ -14,6 +14,7 @@ module Decidim
|
|
14
14
|
include Decidim::Comments::CommentableWithComponent
|
15
15
|
include Decidim::Randomable
|
16
16
|
include Decidim::TranslatableResource
|
17
|
+
include Decidim::FilterableResource
|
17
18
|
|
18
19
|
component_manifest_name "sortitions"
|
19
20
|
|
@@ -26,14 +27,11 @@ module Decidim
|
|
26
27
|
class_name: "Decidim::User",
|
27
28
|
optional: true
|
28
29
|
|
29
|
-
scope :categorized_as, lambda { |category_id|
|
30
|
-
includes(:categorization)
|
31
|
-
.where("decidim_categorizations.decidim_category_id" => category_id)
|
32
|
-
}
|
33
|
-
|
34
30
|
scope :active, -> { where(cancelled_on: nil) }
|
35
31
|
scope :cancelled, -> { where.not(cancelled_on: nil) }
|
36
32
|
|
33
|
+
scope_search_multi :with_any_state, [:active, :cancelled]
|
34
|
+
|
37
35
|
def self.log_presenter_class_for(_log)
|
38
36
|
Decidim::Sortitions::AdminLog::SortitionPresenter
|
39
37
|
end
|
@@ -45,7 +43,7 @@ module Decidim
|
|
45
43
|
def similar_count
|
46
44
|
Sortition.where(component: component)
|
47
45
|
.where(decidim_proposals_component: decidim_proposals_component)
|
48
|
-
.
|
46
|
+
.with_category(category&.id)
|
49
47
|
.where(target_items: target_items)
|
50
48
|
.count
|
51
49
|
end
|
@@ -77,6 +75,14 @@ module Decidim
|
|
77
75
|
def allow_resource_permissions?
|
78
76
|
true
|
79
77
|
end
|
78
|
+
|
79
|
+
# Create i18n ransackers for :title, :additional_info and :witnesses.
|
80
|
+
# Create the :search_text ransacker alias for searching from all of these.
|
81
|
+
ransacker_i18n_multi :search_text, [:title, :additional_info, :witnesses]
|
82
|
+
|
83
|
+
def self.ransackable_scopes(_auth_object = nil)
|
84
|
+
[:with_any_state, :with_category]
|
85
|
+
end
|
80
86
|
end
|
81
87
|
end
|
82
88
|
end
|
@@ -4,7 +4,7 @@ module Decidim
|
|
4
4
|
module Sortitions
|
5
5
|
module Admin
|
6
6
|
# Query that retrieves a list of proposal components
|
7
|
-
class ParticipatorySpaceProposalComponents <
|
7
|
+
class ParticipatorySpaceProposalComponents < Decidim::Query
|
8
8
|
attr_reader :participatory_space
|
9
9
|
|
10
10
|
# Sugar syntax. Allow retrieving all proposal components for the
|
@@ -3,7 +3,7 @@
|
|
3
3
|
module Decidim
|
4
4
|
module Sortitions
|
5
5
|
module Admin
|
6
|
-
class ParticipatorySpaceProposals <
|
6
|
+
class ParticipatorySpaceProposals < Decidim::Query
|
7
7
|
# Sugar syntax. Retrieve all proposals for the given sortition.
|
8
8
|
def self.for(sortition)
|
9
9
|
new(sortition).query
|
@@ -25,7 +25,7 @@ module Decidim
|
|
25
25
|
if category.nil?
|
26
26
|
return Decidim::Proposals::Proposal
|
27
27
|
.except_withdrawn
|
28
|
-
.
|
28
|
+
.published
|
29
29
|
.except_rejected
|
30
30
|
.not_hidden
|
31
31
|
.where("decidim_proposals_proposals.created_at < ?", request_timestamp)
|
@@ -37,7 +37,7 @@ module Decidim
|
|
37
37
|
Decidim::Proposals::Proposal
|
38
38
|
.joins(:categorization)
|
39
39
|
.except_withdrawn
|
40
|
-
.
|
40
|
+
.published
|
41
41
|
.except_rejected
|
42
42
|
.not_hidden
|
43
43
|
.where(component: sortition.decidim_proposals_component)
|
@@ -3,7 +3,7 @@
|
|
3
3
|
module Decidim
|
4
4
|
module Sortitions
|
5
5
|
# A class used to find sortitions filtered by components and a date range
|
6
|
-
class FilteredSortitions <
|
6
|
+
class FilteredSortitions < Decidim::Query
|
7
7
|
# Syntactic sugar to initialize the class and return the queried objects.
|
8
8
|
#
|
9
9
|
# components - An array of Decidim::Component
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<div class="filters__section">
|
5
5
|
<div class="filters__search">
|
6
6
|
<div class="input-group">
|
7
|
-
<%= form.search_field :
|
7
|
+
<%= form.search_field :search_text_cont, label: false, class: "input-group-field", placeholder: t(".search"), title: t(".search"), "aria-label": t(".search"), data: { disable_dynamic_change: true } %>
|
8
8
|
<div class="input-group-button">
|
9
9
|
<button type="submit" class="button" aria-controls="sortitions">
|
10
10
|
<%= icon "magnifying-glass", aria_label: t(".search"), role: "img" %>
|
@@ -15,7 +15,7 @@
|
|
15
15
|
</div>
|
16
16
|
|
17
17
|
<% if current_participatory_space.categories.any? %>
|
18
|
-
<%= form.categories_select :
|
18
|
+
<%= form.categories_select :with_category,
|
19
19
|
current_participatory_space.categories,
|
20
20
|
{
|
21
21
|
legend_title: t(".category"),
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"aria-controls": "sortitions" %>
|
29
29
|
<% end %>
|
30
30
|
|
31
|
-
<%= form.collection_radio_buttons :
|
31
|
+
<%= form.collection_radio_buttons :with_any_state,
|
32
32
|
[["all", t(".all")], ["active", t(".active")], ["cancelled", t(".cancelled")]],
|
33
33
|
:first,
|
34
34
|
:last,
|
data/config/locales/am-ET.yml
CHANGED
data/config/locales/ar.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ar:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -81,7 +82,6 @@ ar:
|
|
81
82
|
index:
|
82
83
|
title: Sortitions
|
83
84
|
new:
|
84
|
-
confirm: بالضغط على الزر التالي ، سوف يسجل Decidim التاريخ والوقت (بدقة من الثواني) وجنبا إلى جنب مع لفة النرد ، سيتم استخدام هذه المعلومات لإنشاء اختيار عشوائي. لن يكون الإجراء قابلاً للرجوع إليه ، بمجرد النقر فوق الزر سيتم نشر نتيجة هذا السحب مع البيانات التي تم إدخالها في هذا النموذج ولا يمكن تعديلها ، يرجى التحقق من المحتوى بعناية
|
85
85
|
create: إنشاء
|
86
86
|
title: فرز جديد
|
87
87
|
show:
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ca:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -57,7 +58,7 @@ ca:
|
|
57
58
|
other: Sortejos
|
58
59
|
sortitions:
|
59
60
|
confirm_destroy:
|
60
|
-
confirm_destroy:
|
61
|
+
confirm_destroy: Estàs segura que vols cancel·lar aquest sorteig?
|
61
62
|
destroy: Cancel·lar el sorteig
|
62
63
|
title: Cancel·lació del sorteig
|
63
64
|
create:
|
@@ -76,7 +77,7 @@ ca:
|
|
76
77
|
index:
|
77
78
|
title: Sortejos
|
78
79
|
new:
|
79
|
-
confirm: Pressionant el
|
80
|
+
confirm: Pressionant el segëunt 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
|
80
81
|
create: Crear
|
81
82
|
title: Nou sorteig
|
82
83
|
show:
|
data/config/locales/cs.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
cs:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,9 +15,9 @@ cs:
|
|
14
15
|
activerecord:
|
15
16
|
models:
|
16
17
|
decidim/sortitions/sortition:
|
17
|
-
one:
|
18
|
-
few:
|
19
|
-
many:
|
18
|
+
one: Sortiment
|
19
|
+
few: Sortitions
|
20
|
+
many: Sortitions
|
20
21
|
other: Losování
|
21
22
|
decidim:
|
22
23
|
components:
|
@@ -55,9 +56,9 @@ cs:
|
|
55
56
|
target_items: Položky k výběru
|
56
57
|
title: Název
|
57
58
|
name:
|
58
|
-
one:
|
59
|
-
few:
|
60
|
-
many:
|
59
|
+
one: Třídění
|
60
|
+
few: Třídění
|
61
|
+
many: Sortitions
|
61
62
|
other: Losování
|
62
63
|
sortitions:
|
63
64
|
confirm_destroy:
|
@@ -80,7 +81,7 @@ cs:
|
|
80
81
|
index:
|
81
82
|
title: Losování
|
82
83
|
new:
|
83
|
-
confirm: Stisknutím dalšího tlačítka
|
84
|
+
confirm: Stisknutím dalšího tlačítka bude platforma zaznamenávat datum a čas (s přesností sekund) a společně s 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 remízu publikován, spolu s údaji zadanými v tomto formuláři a nelze je změnit, pečlivě zkontrolujte obsah
|
84
85
|
create: Vytvořit
|
85
86
|
title: Nové losování
|
86
87
|
show:
|
@@ -90,7 +91,7 @@ cs:
|
|
90
91
|
success: Losování úspěšně aktualizováno
|
91
92
|
admin_log:
|
92
93
|
sortition:
|
93
|
-
create: "%{user_name} vytvořil %{resource_name}
|
94
|
+
create: "%{user_name} vytvořil %{resource_name} sortit v %{space_name}"
|
94
95
|
delete: "%{user_name} zrušil losování %{resource_name} v %{space_name}"
|
95
96
|
update: "%{user_name} aktualizoval losování %{resource_name} v %{space_name}"
|
96
97
|
sortitions:
|
@@ -154,9 +155,9 @@ cs:
|
|
154
155
|
deleted: Odstraněný uživatel
|
155
156
|
sortitions_count:
|
156
157
|
count:
|
157
|
-
one: 1
|
158
|
-
few: "%{count}
|
159
|
-
many: "%{count}
|
158
|
+
one: 1 sortie
|
159
|
+
few: "%{count} sortitions"
|
160
|
+
many: "%{count} sortitions"
|
160
161
|
other: "%{count} losování"
|
161
162
|
statistics:
|
162
163
|
sortitions_count: Losování
|
data/config/locales/da.yml
CHANGED
data/config/locales/de.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
de:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -19,8 +20,6 @@ de:
|
|
19
20
|
decidim:
|
20
21
|
components:
|
21
22
|
sortitions:
|
22
|
-
actions:
|
23
|
-
comment: Kommentar
|
24
23
|
name: Sortierungen
|
25
24
|
settings:
|
26
25
|
global:
|
@@ -76,7 +75,6 @@ de:
|
|
76
75
|
index:
|
77
76
|
title: Sortierungen
|
78
77
|
new:
|
79
|
-
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 wird unumkehrbar sein, 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, bitte überprüfen Sie den Inhalt sorgfältig
|
80
78
|
create: Erstellen
|
81
79
|
title: Neue Sortierung
|
82
80
|
show:
|
data/config/locales/el.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
el:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -73,7 +74,6 @@ el:
|
|
73
74
|
index:
|
74
75
|
title: Κληρώσεις
|
75
76
|
new:
|
76
|
-
confirm: Πατώντας το επόμενο κουμπί, το Decidim θα καταγράψει την ημερομηνία και την ώρα (με ακρίβεια δευτερολέπτων) και μαζί με τη ζαριά, αυτές οι πληροφορίες θα χρησιμοποιηθούν για τη δημιουργία μιας τυχαίας επιλογής. Η ενέργεια θα είναι μη αναστρέψιμη, μόλις πατήσετε το κουμπί, θα δημοσιευτεί το αποτέλεσμα αυτής της κλήρωσης, μαζί με τα δεδομένα που έχουν εισαχθεί σε αυτήν τη φόρμα και δεν μπορούν να τροποποιηθούν, ελέγξτε προσεκτικά το περιεχόμενο
|
77
77
|
create: Δημιουργία
|
78
78
|
title: Νέα κλήρωση
|
79
79
|
show:
|
data/config/locales/en.yml
CHANGED
@@ -77,7 +77,7 @@ en:
|
|
77
77
|
index:
|
78
78
|
title: Sortitions
|
79
79
|
new:
|
80
|
-
confirm: By pressing the next button
|
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 can not be modified, please check the content carefully
|
81
81
|
create: Create
|
82
82
|
title: New sortition
|
83
83
|
show:
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-MX:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,7 @@ es-MX:
|
|
76
77
|
index:
|
77
78
|
title: Sorteos
|
78
79
|
new:
|
79
|
-
confirm: Al
|
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, y 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
|
80
81
|
create: Crear
|
81
82
|
title: Nuevo sorteo
|
82
83
|
show:
|
data/config/locales/es-PY.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-PY:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,7 @@ es-PY:
|
|
76
77
|
index:
|
77
78
|
title: Sorteos
|
78
79
|
new:
|
79
|
-
confirm: Al
|
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, y 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
|
80
81
|
create: Crear
|
81
82
|
title: Nuevo sorteo
|
82
83
|
show:
|
data/config/locales/es.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,7 @@ es:
|
|
76
77
|
index:
|
77
78
|
title: Sorteos
|
78
79
|
new:
|
79
|
-
confirm: Al
|
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, y 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
|
80
81
|
create: Crear
|
81
82
|
title: Nuevo sorteo
|
82
83
|
show:
|
data/config/locales/et.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
eu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,6 @@ eu:
|
|
76
77
|
index:
|
77
78
|
title: Sortitions
|
78
79
|
new:
|
79
|
-
confirm: Hurrengo botoia sakatuz gero, data eta ordua (segundotan zehaztuta) eta dadoen zerrendarekin batera grabatu egingo dira, informazio hori ausazko hautapena sortzeko erabiliko da. Ekintza atzeraezina izango da, botoia klik egitean zozketaren emaitza argitaratuko da, formulario honetan bildutako datuak eta ezin dira aldatu, egiaztatu edukia arretaz
|
80
80
|
create: Sortu
|
81
81
|
title: Sortion berria
|
82
82
|
show:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi-pl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,7 @@ fi-pl:
|
|
76
77
|
index:
|
77
78
|
title: Satunnaisvalinnat
|
78
79
|
new:
|
79
|
-
confirm:
|
80
|
+
confirm: Kun painat painiketta, palvelin tallentaa päivämäärän ja kellonajan (sekunnin tarkkuudella) ja näitä tietoja käytetään yhdessä nopanheiton kanssa satunnaisen valinnan luomiseen. Toimintoa ei voi peruuttaa. Kun painiketta napsautetaan, arvonnan tulos julkaistaan yhdessä tähän lomakkeeseen syötettyjen tietojen kanssa. Tietoja ei voi muuttaa jälkikäteen, joten tarkista sisältö huolellisesti
|
80
81
|
create: Luo
|
81
82
|
title: Uusi satunnaisvalinta
|
82
83
|
show:
|
data/config/locales/fi.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,7 @@ fi:
|
|
76
77
|
index:
|
77
78
|
title: Satunnaisvalinnat
|
78
79
|
new:
|
79
|
-
confirm:
|
80
|
+
confirm: Kun painat painiketta, palvelin tallentaa päivämäärän ja kellonajan (sekunnin tarkkuudella) ja näitä tietoja käytetään yhdessä nopanheiton kanssa satunnaisen valinnan luomiseen. Toimintoa ei voi peruuttaa. Kun painiketta napsautetaan, arvonnan tulos julkaistaan yhdessä tähän lomakkeeseen syötettyjen tietojen kanssa. Tietoja ei voi muuttaa jälkikäteen, joten tarkista sisältö huolellisesti
|
80
81
|
create: Luo
|
81
82
|
title: Uusi satunnaisvalinta
|
82
83
|
show:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr-CA:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,7 @@ fr-CA:
|
|
76
77
|
index:
|
77
78
|
title: Tirages au sort
|
78
79
|
new:
|
79
|
-
confirm: 'En appuyant sur le bouton suivant,
|
80
|
+
confirm: 'En appuyant sur le bouton suivant, la plateforme enregistrera la date et l''heure à la seconde près et, en association avec le résultat du tirage de dé, générera un choix aléatoire. Cette action est irréversible : une fois que vous aurez cliqué sur le bouton, le résultat du tirage ainsi que les données saisies dans le formulaire seront publiés et ne pourront pas être modifiés. Veillez donc bien à vérifier les informations renseignées en amont'
|
80
81
|
create: Créer
|
81
82
|
title: Nouveau tirage au sort
|
82
83
|
show:
|
data/config/locales/fr.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,7 @@ fr:
|
|
76
77
|
index:
|
77
78
|
title: Tirages au sort
|
78
79
|
new:
|
79
|
-
confirm: 'En appuyant sur le bouton suivant,
|
80
|
+
confirm: 'En appuyant sur le bouton suivant, la plateforme enregistrera la date et l''heure à la seconde près et, en association avec le résultat du tirage de dé, générera un choix aléatoire. Cette action est irréversible : une fois que vous aurez cliqué sur le bouton, le résultat du tirage ainsi que les données saisies dans le formulaire seront publiés et ne pourront pas être modifiés. Veillez donc bien à vérifier les informations renseignées en amont'
|
80
81
|
create: Créer
|
81
82
|
title: Nouveau tirage au sort
|
82
83
|
show:
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
gl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,7 @@ gl:
|
|
76
77
|
index:
|
77
78
|
title: Edicións
|
78
79
|
new:
|
79
|
-
confirm: Ao premer
|
80
|
+
confirm: Ao premer no seguinte botón, a plataforma rexistrará a data e hora (cunha precisión de segundos) e xunto coa tirada de dados, esta información empregarase para xerar unha escolla ao chou. Esta acción será irreversíbel, unha vez premido o botón publicarase o resultado deste sorteo xunto cos datos inseridos neste formulario e que non é posíbel modificar, por favor verifica o contido con coidado
|
80
81
|
create: Crear
|
81
82
|
title: Nova xeración
|
82
83
|
show:
|
data/config/locales/hr.yml
CHANGED
data/config/locales/hu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
hu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -73,7 +74,7 @@ hu:
|
|
73
74
|
index:
|
74
75
|
title: Sorsolások
|
75
76
|
new:
|
76
|
-
confirm: A gomb
|
77
|
+
confirm: A következő gomb megnyomásával a platform rögzíti a dátumot és az időt (másodperces pontossággal), és a kockadobással együtt ezt az információt véletlenszerű kiválasztáshoz használja fel. Az akció visszafordíthatatlan, a gombra kattintva a sorsolás eredménye ezen űrlapon megadott adatokkal együtt kerül közzétételre és nem módosítható, kérjük figyelmesen ellenőrizze a tartalmat
|
77
78
|
create: Létrehozás
|
78
79
|
title: Új sorsolás
|
79
80
|
show:
|
data/config/locales/id-ID.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
id:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -71,7 +72,6 @@ id:
|
|
71
72
|
index:
|
72
73
|
title: Sortasi
|
73
74
|
new:
|
74
|
-
confirm: Dengan menekan tombol berikutnya, Decidim akan merekam tanggal dan waktu (dengan ketepatan detik) dan bersama dengan gulungan dadu, informasi ini akan digunakan untuk menghasilkan pilihan acak. Tindakan ini tidak akan dapat dikembalikan, setelah tombol diklik, hasil undian ini akan dipublikasikan, bersama dengan data yang dimasukkan dalam formulir ini dan tidak dapat dimodifikasi, silakan periksa konten dengan cermat
|
75
75
|
create: Membuat
|
76
76
|
title: Pemilahan baru
|
77
77
|
show:
|
data/config/locales/is-IS.yml
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
is:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
sortition:
|
@@ -63,7 +64,6 @@ is-IS:
|
|
63
64
|
index:
|
64
65
|
title: Flokkanir
|
65
66
|
new:
|
66
|
-
confirm: Með því að ýta á næstu hnappinn mun Decidim skrá dagsetningu og tíma (með nákvæmni sekúndna) og ásamt dice rúlla, verða þessar upplýsingar notaðar til að búa til handahófi val. Aðgerðin verður óafturkræf, þegar hnappurinn er smelltur verður niðurstaðan af þessari teikningu birt, ásamt þeim gögnum sem slegnar eru inn á þessu eyðublaði og ekki hægt að breyta, vinsamlegast athugaðu efnið vandlega
|
67
67
|
create: Búa til
|
68
68
|
title: Ný flokkun
|
69
69
|
show:
|
data/config/locales/it.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
it:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -76,7 +77,6 @@ it:
|
|
76
77
|
index:
|
77
78
|
title: Sorteggi
|
78
79
|
new:
|
79
|
-
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
|
80
80
|
create: Creare
|
81
81
|
title: Nuova sortizione
|
82
82
|
show:
|
data/config/locales/ja.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -74,7 +75,7 @@ ja:
|
|
74
75
|
index:
|
75
76
|
title: 並べ替え
|
76
77
|
new:
|
77
|
-
confirm:
|
78
|
+
confirm: 次のボタンを押すと、プラットフォームは日付と時刻(秒単位の精度) を記録し、サイコロのような乱数と日時の情報を元にランダムな選択を行います。この抽選は、一度ボタンをクリックすると入力されたデータとともに結果が公開され、変更できません。入力内容を注意深く確認してください。
|
78
79
|
create: 作成
|
79
80
|
title: 新しいソート順
|
80
81
|
show:
|
data/config/locales/ko.yml
CHANGED
data/config/locales/lb.yml
CHANGED