decidim-elections 0.26.5 → 0.26.7
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/votings/content_blocks/landing_page/description_cell.rb +1 -1
- data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
- data/app/views/decidim/elections/elections/show.html.erb +1 -1
- data/app/views/decidim/votings/admin/votings/_form.html.erb +1 -1
- data/config/locales/ar.yml +39 -0
- data/config/locales/de.yml +0 -1
- data/config/locales/eu.yml +1 -2
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi.yml +1 -1
- data/config/locales/fr-CA.yml +1 -1
- data/config/locales/fr.yml +1 -1
- data/config/locales/gl.yml +0 -1
- data/config/locales/hu.yml +0 -1
- data/config/locales/it.yml +0 -1
- data/config/locales/ja.yml +5 -5
- data/config/locales/kaa.yml +1 -0
- data/config/locales/lt.yml +0 -1
- data/config/locales/nl.yml +0 -1
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +0 -1
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +0 -1
- data/config/locales/ro-RO.yml +1 -1
- data/config/locales/sv.yml +0 -1
- data/config/locales/zh-TW.yml +1415 -0
- data/lib/decidim/elections/version.rb +1 -1
- metadata +14 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb6adf6a39f0158f835bbee4df71f54d22e338e11482e28a1ea241c052f90787
|
4
|
+
data.tar.gz: 4677017dfaa4318d866bfbbf78115243782b627035ae1bec46adff5b68e86435
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60f51b35f2a326dcc472464a764a5c1149c814dd5e6d75194c35ecb82f527234b27d469754e5bc67e26f60f31a2531261bfb1b2d056151a88080a351b6a5812a
|
7
|
+
data.tar.gz: 0fd97e7011e5ddbb74d81687d74ef3d56352ffc6edf97395b12c211faf36357bcdfaf2f73eb05d280f2788ad6e574e47c7d63264ccf694de4f73bc6a95bc4a68
|
@@ -45,7 +45,7 @@ edit_link(
|
|
45
45
|
<% end %>
|
46
46
|
<div class="columns medium-8 mediumlarge-7">
|
47
47
|
<div class="section">
|
48
|
-
<p><%=
|
48
|
+
<p><%= decidim_sanitize_editor_admin(translated_attribute(election.description)) %></p>
|
49
49
|
|
50
50
|
<%= cell("decidim/elections/election_vote_cta", election) %>
|
51
51
|
|
data/config/locales/ar.yml
CHANGED
@@ -5,9 +5,21 @@ ar:
|
|
5
5
|
description: الوصف
|
6
6
|
election:
|
7
7
|
description: الوصف
|
8
|
+
monitoring_committee_member:
|
9
|
+
name: الاسم
|
10
|
+
polling_officer:
|
11
|
+
name: الاسم
|
8
12
|
decidim:
|
13
|
+
components:
|
14
|
+
elections:
|
15
|
+
name: الانتخابات
|
9
16
|
elections:
|
10
17
|
admin:
|
18
|
+
models:
|
19
|
+
answer:
|
20
|
+
name: الإجابة
|
21
|
+
question:
|
22
|
+
name: سؤال
|
11
23
|
steps:
|
12
24
|
tally:
|
13
25
|
invalid: كانت هناك مشكلة في الإبلاغ عن الأمين المفقود
|
@@ -21,6 +33,10 @@ ar:
|
|
21
33
|
results_title: النتائج
|
22
34
|
results:
|
23
35
|
percentage: "%{count}%"
|
36
|
+
models:
|
37
|
+
trustees_participatory_space:
|
38
|
+
fields:
|
39
|
+
name: الاسم
|
24
40
|
trustee_zone:
|
25
41
|
trustees:
|
26
42
|
show:
|
@@ -28,9 +44,19 @@ ar:
|
|
28
44
|
cancel: إلغاء
|
29
45
|
votings:
|
30
46
|
admin:
|
47
|
+
models:
|
48
|
+
monitoring_committee_member:
|
49
|
+
fields:
|
50
|
+
name: الاسم
|
51
|
+
polling_officer:
|
52
|
+
fields:
|
53
|
+
name: الاسم
|
31
54
|
monitoring_committee_election_results:
|
32
55
|
actions:
|
33
56
|
title: الإجراءات
|
57
|
+
monitoring_committee_members:
|
58
|
+
actions:
|
59
|
+
destroy: حذف
|
34
60
|
polling_officer_zone:
|
35
61
|
closures:
|
36
62
|
edit:
|
@@ -38,3 +64,16 @@ ar:
|
|
38
64
|
close_modal: غلق
|
39
65
|
sign:
|
40
66
|
cancel: إلغاء
|
67
|
+
in_person_votes:
|
68
|
+
verify_document:
|
69
|
+
name: الاسم
|
70
|
+
polling_officers:
|
71
|
+
index:
|
72
|
+
polling_station:
|
73
|
+
name: الاسم
|
74
|
+
polling_officers:
|
75
|
+
actions:
|
76
|
+
destroy: حذف
|
77
|
+
polling_stations:
|
78
|
+
actions:
|
79
|
+
destroy: حذف
|
data/config/locales/de.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -109,7 +109,6 @@ eu:
|
|
109
109
|
label: Baliozkotuta
|
110
110
|
values:
|
111
111
|
'false': Baliozkotuta
|
112
|
-
'true': Baliozkotu gabe
|
113
112
|
components:
|
114
113
|
elections:
|
115
114
|
actions:
|
@@ -678,7 +677,7 @@ eu:
|
|
678
677
|
back: Atzera
|
679
678
|
continue: Hurrengoa
|
680
679
|
warnings:
|
681
|
-
no_elections_warning: Ez dago bilaketa-
|
680
|
+
no_elections_warning: Ez dago beren bilaketa-irizpideekin bat datorren hauteskunderik, edo ez dago hauteskunde programaturik.
|
682
681
|
no_scheduled_elections_warning: Orain ez dago bozketa programaturik, baina aurrekoak ikus ditzakezu.
|
683
682
|
events:
|
684
683
|
elections:
|
@@ -0,0 +1 @@
|
|
1
|
+
fa:
|
data/config/locales/fi.yml
CHANGED
@@ -745,7 +745,7 @@ fi:
|
|
745
745
|
email_subject: Sinut on lisätty luottamushenkilöksi vaaliin %{resource_title}..
|
746
746
|
notification_title: Olet luottamushenkilö vaalissa <a href="%{resource_path}">%{resource_title}</a>.
|
747
747
|
new_trustee:
|
748
|
-
email_intro:
|
748
|
+
email_intro: Hallintakäyttäjä on myöntänyt sinulle luottamushenkilön tehtävän kohteessa %{resource_name}. Sinun tulee luoda julkinen tunnistusavain <a href='%{trustee_zone_url}'>omalla luottamushenkilöiden alueellasi</a>
|
749
749
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska sinulle on myönnettu luottamushenkilön tehtävä kohteessa %{resource_name}.
|
750
750
|
email_subject: Olet luottamushenkilö kohteessa %{resource_name}.
|
751
751
|
notification_title: Olet luottamushenkilö kohteessa <a href="%{participatory_space_url}">%{resource_name}</a>.
|
data/config/locales/fr-CA.yml
CHANGED
@@ -36,7 +36,7 @@ fr-CA:
|
|
36
36
|
end_time: Le vote se termine
|
37
37
|
introductory_image: Image d'introduction
|
38
38
|
promoted: Mis en avant
|
39
|
-
scope_id:
|
39
|
+
scope_id: Secteur
|
40
40
|
show_check_census: Afficher la page "Vérifier le recensement"
|
41
41
|
start_time: Le vote commence le
|
42
42
|
errors:
|
data/config/locales/fr.yml
CHANGED
@@ -36,7 +36,7 @@ fr:
|
|
36
36
|
end_time: Le vote prend fin le
|
37
37
|
introductory_image: Image d'introduction
|
38
38
|
promoted: Mis en avant
|
39
|
-
scope_id:
|
39
|
+
scope_id: Secteur
|
40
40
|
show_check_census: Afficher la page "Vérifier le recensement"
|
41
41
|
start_time: Le vote commence le
|
42
42
|
errors:
|
data/config/locales/gl.yml
CHANGED
data/config/locales/hu.yml
CHANGED
data/config/locales/it.yml
CHANGED
data/config/locales/ja.yml
CHANGED
@@ -24,7 +24,7 @@ ja:
|
|
24
24
|
location: 場所
|
25
25
|
location_hints: 位置情報のヒント
|
26
26
|
polling_station_managers: マネージャー
|
27
|
-
polling_station_president_id:
|
27
|
+
polling_station_president_id: 投票責任者
|
28
28
|
title: タイトル
|
29
29
|
question:
|
30
30
|
max_selections: 選択範囲の最大数
|
@@ -99,7 +99,7 @@ ja:
|
|
99
99
|
label: ロール
|
100
100
|
values:
|
101
101
|
manager: マネージャー
|
102
|
-
president:
|
102
|
+
president: 投票責任者
|
103
103
|
unassigned: 未割り当て
|
104
104
|
search_placeholder:
|
105
105
|
name_or_email_or_nickname_or_presided_station_title_or_managed_station_title_cont: '%{collection} を名前/メールアドレス/ニックネーム/投票所で検索します。'
|
@@ -873,7 +873,7 @@ ja:
|
|
873
873
|
fields:
|
874
874
|
address: 住所
|
875
875
|
polling_station_managers: マネージャー
|
876
|
-
polling_station_president:
|
876
|
+
polling_station_president: 投票責任者
|
877
877
|
title: タイトル
|
878
878
|
name: 投票所
|
879
879
|
voting:
|
@@ -998,7 +998,7 @@ ja:
|
|
998
998
|
location_hints_help: '場所のヒント: 追加情報。例:投票所がある建物のフロア。'
|
999
999
|
polling_station_managers_help: '投票所管理者: 投票所の管理を行う担当者。担当者がすでに投票委員として作成されていること、および他の投票所に割り当てられていないことを確認してください'
|
1000
1000
|
polling_station_president_help: '投票所責任者:投票所の代表を務める担当者。 投票委員がすでに投票所に設置されていること、および他の投票所に割り当てられていないことを確認してください'
|
1001
|
-
select_president:
|
1001
|
+
select_president: 投票所の投票責任者として投票委員を選択してください
|
1002
1002
|
index:
|
1003
1003
|
title: 投票所
|
1004
1004
|
new:
|
@@ -1267,7 +1267,7 @@ ja:
|
|
1267
1267
|
polling_officer_zone: 投票委員ゾーン
|
1268
1268
|
polling_officers:
|
1269
1269
|
index:
|
1270
|
-
polling_officer_role_description: あなたは、このプラットフォームで行われるいくつかの選挙で、投票所の責任者(
|
1270
|
+
polling_officer_role_description: あなたは、このプラットフォームで行われるいくつかの選挙で、投票所の責任者(またはマネージャー) として行動するように割り当てられています。
|
1271
1271
|
polling_station:
|
1272
1272
|
address: 住所
|
1273
1273
|
count_votes: 投票数の集計
|
@@ -0,0 +1 @@
|
|
1
|
+
kaa:
|
data/config/locales/lt.yml
CHANGED
data/config/locales/nl.yml
CHANGED
data/config/locales/no.yml
CHANGED
data/config/locales/pl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
@@ -19,6 +19,7 @@ ro:
|
|
19
19
|
title: Titlu
|
20
20
|
voting:
|
21
21
|
end_time: Votarea se încheie
|
22
|
+
scope_id: Domeniu de interes
|
22
23
|
start_time: Votarea începe
|
23
24
|
errors:
|
24
25
|
models:
|
@@ -101,7 +102,6 @@ ro:
|
|
101
102
|
label: Validat
|
102
103
|
values:
|
103
104
|
'false': Validat
|
104
|
-
'true': Nevalidat
|
105
105
|
components:
|
106
106
|
elections:
|
107
107
|
actions:
|