decidim-elections 0.27.2 → 0.27.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/elections/admin/create_answer.rb +1 -1
  3. data/app/commands/decidim/elections/admin/create_question.rb +1 -1
  4. data/app/commands/decidim/elections/admin/destroy_answer.rb +1 -1
  5. data/app/commands/decidim/elections/admin/destroy_election.rb +1 -1
  6. data/app/commands/decidim/elections/admin/destroy_question.rb +1 -1
  7. data/app/commands/decidim/elections/admin/import_proposals_to_elections.rb +1 -1
  8. data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
  9. data/app/commands/decidim/elections/admin/update_answer.rb +1 -1
  10. data/app/commands/decidim/elections/admin/update_question.rb +1 -1
  11. data/app/controllers/decidim/elections/admin/trustees_participatory_spaces_controller.rb +1 -1
  12. data/app/controllers/decidim/elections/trustee_zone/application_controller.rb +6 -4
  13. data/app/controllers/decidim/votings/admin/exports_controller.rb +14 -0
  14. data/app/controllers/decidim/votings/admin/reminders_controller.rb +14 -0
  15. data/app/controllers/decidim/votings/admin/votings_landing_page_content_blocks_controller.rb +1 -1
  16. data/app/controllers/decidim/votings/admin/votings_landing_page_controller.rb +1 -1
  17. data/app/controllers/decidim/votings/polling_officer_zone/closures_controller.rb +4 -1
  18. data/app/controllers/decidim/votings/polling_officer_zone/in_person_votes_controller.rb +4 -1
  19. data/app/controllers/decidim/votings/votings_controller.rb +1 -1
  20. data/app/forms/decidim/elections/admin/setup_form.rb +2 -1
  21. data/app/forms/decidim/votings/admin/voting_role_form.rb +29 -0
  22. data/app/permissions/decidim/elections/admin/permissions.rb +1 -7
  23. data/app/permissions/decidim/votings/admin/permissions.rb +1 -1
  24. data/app/views/decidim/elections/admin/elections/edit.html.erb +1 -0
  25. data/app/views/decidim/elections/admin/elections/index.html.erb +1 -0
  26. data/app/views/decidim/elections/admin/elections/new.html.erb +1 -0
  27. data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +1 -0
  28. data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +1 -0
  29. data/app/views/decidim/elections/elections/show.html.erb +1 -1
  30. data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +1 -0
  31. data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +1 -0
  32. data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +1 -0
  33. data/app/views/decidim/votings/admin/votings/_form.html.erb +1 -1
  34. data/app/views/decidim/votings/admin/votings/edit.html.erb +1 -0
  35. data/app/views/decidim/votings/admin/votings/index.html.erb +1 -0
  36. data/app/views/decidim/votings/admin/votings/new.html.erb +0 -1
  37. data/app/views/decidim/votings/census/admin/census/_new_census.html.erb +1 -1
  38. data/app/views/decidim/votings/census/admin/census/show.html.erb +1 -0
  39. data/config/environment.rb +0 -0
  40. data/config/locales/ar.yml +42 -0
  41. data/config/locales/ca.yml +7 -7
  42. data/config/locales/cs.yml +0 -4
  43. data/config/locales/de.yml +132 -13
  44. data/config/locales/el.yml +1126 -0
  45. data/config/locales/en.yml +2 -2
  46. data/config/locales/es-MX.yml +6 -6
  47. data/config/locales/es-PY.yml +6 -6
  48. data/config/locales/es.yml +6 -6
  49. data/config/locales/eu.yml +5 -25
  50. data/config/locales/fa-IR.yml +1 -0
  51. data/config/locales/fi-plain.yml +2 -2
  52. data/config/locales/fi.yml +3 -3
  53. data/config/locales/fr-CA.yml +3 -25
  54. data/config/locales/fr.yml +6 -28
  55. data/config/locales/ga-IE.yml +1 -1
  56. data/config/locales/gl.yml +8 -6
  57. data/config/locales/hu.yml +10 -1
  58. data/config/locales/it.yml +6 -29
  59. data/config/locales/ja.yml +11 -11
  60. data/config/locales/kaa.yml +1 -0
  61. data/config/locales/lt.yml +0 -25
  62. data/config/locales/lv.yml +3 -0
  63. data/config/locales/nl.yml +7 -26
  64. data/config/locales/no.yml +16 -2
  65. data/config/locales/pl.yml +6 -27
  66. data/config/locales/pt-BR.yml +11 -28
  67. data/config/locales/pt.yml +3 -24
  68. data/config/locales/ro-RO.yml +12 -8
  69. data/config/locales/sv.yml +2 -19
  70. data/config/locales/tr-TR.yml +47 -1
  71. data/config/locales/zh-CN.yml +15 -1
  72. data/config/locales/zh-TW.yml +1399 -0
  73. data/lib/decidim/elections/test/factories.rb +1 -0
  74. data/lib/decidim/elections/version.rb +1 -1
  75. data/lib/decidim/votings/admin_engine.rb +1 -0
  76. metadata +22 -16
@@ -1 +1,1400 @@
1
+ ---
1
2
  zh-TW:
3
+ activemodel:
4
+ attributes:
5
+ answer:
6
+ description: 說明
7
+ image: 圖片
8
+ proposals: 相關提案
9
+ title: 標題
10
+ ballot_style:
11
+ code: 代碼
12
+ election:
13
+ description: 說明
14
+ end_time: 投票截止時間
15
+ start_time: 投票開始時間
16
+ title: 標題
17
+ monitoring_committee_member:
18
+ email: 電子郵件
19
+ name: 名稱
20
+ polling_officer:
21
+ email: 電子郵件
22
+ name: 姓名
23
+ polling_station:
24
+ address: 地址
25
+ location: 位置
26
+ location_hints: 場所提示
27
+ polling_station_managers: 管理員
28
+ polling_station_president_id: 會長
29
+ title: 標題
30
+ question:
31
+ max_selections: 最大選擇數量
32
+ min_selections: 以上皆非選項
33
+ title: 標題
34
+ trustees_participatory_space:
35
+ user_id: 參與者
36
+ voting:
37
+ banner_image: 橫幅圖片
38
+ census_contact_information: 選民名單聯繫資訊
39
+ description: 說明
40
+ end_time: 投票截止
41
+ introductory_image: 導入圖片
42
+ promoted: 推廣
43
+ scope_id: 範圍
44
+ show_check_census: 顯示「查詢選民名單」頁面
45
+ start_time: 開始投票
46
+ title: 標題
47
+ voting_type: 投票類別
48
+ errors:
49
+ models:
50
+ answer:
51
+ attributes:
52
+ attachment:
53
+ needs_to_be_reattached: 需要重新附加
54
+ election:
55
+ attributes:
56
+ attachment:
57
+ needs_to_be_reattached: 需要重新附加
58
+ trustee:
59
+ attributes:
60
+ name:
61
+ cant_be_changed: 無法更改
62
+ public_key:
63
+ cant_be_changed: 無法更改
64
+ voting:
65
+ attributes:
66
+ voting_type:
67
+ inclusion: "%{value} 不是有效的投票類型"
68
+ activerecord:
69
+ errors:
70
+ models:
71
+ decidim/votings/polling_officer:
72
+ attributes:
73
+ presided_polling_station:
74
+ president_and_manager: 投票站職員已經是一個投票站主席/經理
75
+ voting:
76
+ different_organization: 投票必須在使用者所在的組織中進行
77
+ decidim/votings/polling_station:
78
+ attributes:
79
+ polling_station_president:
80
+ different_voting: 投票站人員必須與投票站在同一個投票中
81
+ models:
82
+ decidim/elections/answer:
83
+ other: 回答
84
+ decidim/elections/election:
85
+ other: 選舉
86
+ decidim/elections/question:
87
+ other: 問題
88
+ decidim/voting:
89
+ other: 投票
90
+ decidim/votings/census/dataset:
91
+ other: 資料集
92
+ decidim/votings/census/datum:
93
+ other: 數據
94
+ decidim/votings/polling_officer:
95
+ other: 投票事務官
96
+ decidim/votings/polling_station:
97
+ other: 投票站
98
+ decidim/votings/voting:
99
+ other: 投票
100
+ decidim:
101
+ admin:
102
+ filters:
103
+ officers_assigned_eq:
104
+ label: 管理員
105
+ values:
106
+ assigned: 已指派
107
+ unassigned: 未指定
108
+ role_eq:
109
+ label: 角色
110
+ values:
111
+ manager: 管理員
112
+ president: 會長
113
+ unassigned: 未指定
114
+ search_placeholder:
115
+ name_or_email_or_nickname_or_presided_station_title_or_managed_station_title_cont: 按姓名/電子郵件/暱稱或投票站搜索%{collection}。
116
+ ? title_or_address_or_manager_name_or_manager_email_or_manager_nickname_or_president_name_or_president_email_or_president_nickname_cont
117
+ : 按職稱、地址或官員姓名/電子郵件/暱稱搜索%{collection}。
118
+ signed_eq:
119
+ label: 已簽署
120
+ values:
121
+ 'false': 已簽署
122
+ 'true': 尚未簽署。
123
+ validated_eq:
124
+ label: 已驗證
125
+ values:
126
+ 'false': 已驗證
127
+ 'true': 未驗證
128
+ components:
129
+ elections:
130
+ actions:
131
+ vote: 投票
132
+ name: 選舉
133
+ settings:
134
+ global:
135
+ announcement: 公告
136
+ step:
137
+ announcement: 公告
138
+ elections:
139
+ actions:
140
+ confirm_destroy: 您確定嗎?
141
+ destroy: 摧毀
142
+ edit: 編輯
143
+ feedback: 投票者回饋
144
+ import: 將提案匯入回應
145
+ manage_answers: 管理答案
146
+ manage_questions: 管理問題
147
+ manage_steps: 管理步驟
148
+ new: 新增 %{name}
149
+ preview: 預覽
150
+ publish: 發布
151
+ title: 操作
152
+ unpublish: 取消發佈
153
+ admin:
154
+ answers:
155
+ create:
156
+ invalid: 建立這個回覆時出現問題
157
+ success: 回答成功建立
158
+ destroy:
159
+ invalid: 刪除這個回答時發生問題
160
+ success: 回答成功刪除
161
+ edit:
162
+ title: 編輯回答
163
+ update: 更新了回答
164
+ index:
165
+ invalid_max_selections: 你需要再填寫 %{missing_answers} 個答案,以符合最大選擇數。
166
+ title: 回答
167
+ new:
168
+ create: 更新了回答
169
+ title: 新回答
170
+ not_selected: 未選擇
171
+ select:
172
+ disable: 取消選擇答案
173
+ enable: 將回答標記為已選擇
174
+ invalid: 選擇這個回答時出現問題
175
+ success: 答案成功選擇
176
+ selected: 已選取
177
+ unselect:
178
+ invalid: 取消選取此答案時發生問題
179
+ success: 成功取消選取回答
180
+ update:
181
+ invalid: 更新答案時發生問題
182
+ success: 回答已成功更新
183
+ elections:
184
+ create:
185
+ invalid: 創建此選舉時發生問題
186
+ success: 選舉成功建立
187
+ destroy:
188
+ invalid: 刪除此選舉時出現問題。
189
+ success: 選舉已成功刪除
190
+ edit:
191
+ title: 編輯選舉
192
+ update: 更新選舉
193
+ index:
194
+ no_bulletin_board: 沒有配置 <a href="https://github.com/decidim/decidim-bulletin-board">公告牌伺服器</a>,這是使用此模組所必需的。這個任務應由系統管理員完成。
195
+ title: 選舉
196
+ new:
197
+ create: 建立選舉
198
+ title: 新選舉
199
+ publish:
200
+ success: 選舉已成功發布
201
+ unpublish:
202
+ success: 選舉已成功取消發布。
203
+ update:
204
+ invalid: 更新此選舉時發生問題
205
+ success: 選舉成功更新。
206
+ exports:
207
+ elections: 選舉
208
+ feedback_form_answers: 反饋表單回答
209
+ mailers:
210
+ trustee_mailer:
211
+ body: "<p>嗨 %{user_name},</p><p>您已被添加為 %{resource_name} 的受託人。</p>"
212
+ subject: 你已被添加為%{resource_name} 的受託人。
213
+ trustee_zone: 帶我到受託人區
214
+ menu:
215
+ trustees: 受託人
216
+ models:
217
+ answer:
218
+ name: 回答
219
+ election:
220
+ name: 選舉
221
+ question:
222
+ name: 問題
223
+ trustee:
224
+ name: 受託人
225
+ proposals_imports:
226
+ create:
227
+ invalid: 匯入提案至答案時發生問題
228
+ success: "%{number} 個提案已成功匯入答案"
229
+ new:
230
+ create: 將提案匯入回應
231
+ no_components: 在此參與空間中沒有其他提案元件可以將提案匯入回應中。
232
+ select_component: 請選擇一個組件
233
+ title: 導入提案
234
+ questions:
235
+ create:
236
+ election_started: 選舉已經開始了
237
+ invalid: 建立此問題時出現問題。
238
+ success: 問題創建成功
239
+ destroy:
240
+ invalid: 刪除此問題時出現問題
241
+ success: 問題已成功刪除
242
+ edit:
243
+ title: 編輯問題
244
+ update: 更新問題
245
+ index:
246
+ title: 問題
247
+ new:
248
+ create: 新增問題
249
+ title: 新問題
250
+ update:
251
+ invalid: 更新問題時發生問題
252
+ success: 問題成功更新
253
+ steps:
254
+ create_election:
255
+ census: 選民名單
256
+ errors:
257
+ census_codes_generated: 選民名單的存取代碼未被產生。
258
+ census_frozen: 選民名單的存取代碼未被匯出。
259
+ census_uploaded: 此選舉中沒有上傳選民名單。
260
+ component_published: 此選舉元件<strong>未被發布</strong>。
261
+ max_selections: 這些問題沒有<strong>正確數量的答案選項</strong>
262
+ minimum_answers: 問題必須至少有<strong>兩個答案選項</strong>。
263
+ minimum_questions: 該選舉<strong>必須至少有一個問題</strong>。
264
+ published: 該選舉<strong>未被發布</strong>。
265
+ time_before: 開始時間在<strong>少於 %{hours} 小時</strong>選舉開始時間之前。
266
+ trustees_number: 參與空間<strong>必須至少有 %{number} 位具有公鑰的受託人</strong>。
267
+ invalid: 設置這次選舉出現了問題
268
+ no_trustees: 這個參與空間沒有設置受託人
269
+ not_used_trustee: "(未使用)"
270
+ public_key:
271
+ 'false': 沒有<strong>公鑰</strong>
272
+ 'true': 擁有<strong>公鑰</strong>
273
+ requirements:
274
+ census_codes_generated: 選民名單的存取代碼已生成。
275
+ census_frozen: 選民名單的存取代碼已匯出並凍結。
276
+ census_uploaded: 選民名單已經上傳。
277
+ component_published: 選舉組件已經<strong>發布</strong>。
278
+ max_selections: 所有問題都有正確的<strong>最大答案數量</strong>。
279
+ minimum_answers: 每個問題都<strong>至少有 2 個答案</strong>。
280
+ minimum_questions: 此選舉至少有<strong>1個問題</strong>。
281
+ published: 選舉已經<strong>發布</strong>。
282
+ time_before: 設置在選舉開始前<strong>至少 %{hours} 小時</strong>進行。
283
+ trustees_number: 參與空間中至少有<strong>%{number} 位帶有公鑰的受託人</strong>。
284
+ submit: 設置選舉
285
+ success: 選舉成功發佈到公告欄
286
+ title: 設置選舉
287
+ trustees: 選舉受託人
288
+ created:
289
+ invalid: 啟動金鑰儀式時發生問題
290
+ submit: 啟動金鑰儀式
291
+ success: 啟動金鑰儀式請求已成功發送到公告欄
292
+ title: 選舉已建立。
293
+ trustees: 受託人
294
+ key_ceremony:
295
+ continue: 繼續
296
+ title: 金鑰儀式
297
+ key_ceremony_ended:
298
+ errors:
299
+ time_before: 選舉已準備好開始,您需要等待到開始時間 (%{start_time}) 的 %{hours} 小時前才能開始投票期程。
300
+ invalid: 啟動投票期間時發生問題
301
+ requirements:
302
+ time_before: 選舉即將開始。您可以手動開始投票期程,或在開始時間 %{start_time} 之前自動開始。
303
+ submit: 開始投票期程
304
+ success: 啟動投票期間請求已成功發送到公告欄
305
+ title: 準備開始
306
+ processing: 處理中...
307
+ results_published:
308
+ answer: 回答
309
+ not_selected: 未選擇
310
+ question: 問題
311
+ result: 結果
312
+ selected: 已選取
313
+ submit: 提交
314
+ title: 公佈選舉結果
315
+ tally_ended:
316
+ answer: 回答
317
+ not_selected: 未選擇
318
+ question: 問題
319
+ result: 結果
320
+ selected: 已選取
321
+ submit: 發佈結果
322
+ success: 發布結果的請求已成功發送到公告欄
323
+ title: 計算結果
324
+ tally_started:
325
+ continue: 繼續
326
+ invalid: 報告缺失的受託人時出現問題
327
+ mark_as_missing: 標記成遺失
328
+ mark_as_missing_description: 所有受託人應參與此過程,但如果有受託人無法參加此過程,您可以將其標記為缺席。
329
+ success: 缺失受託人報告已成功發送至公告欄
330
+ tally_completion: 當所有受託人都參與或被標記為遺失時,程序將完成。至少需要 %{quorum} 名受託人才能完成程序。
331
+ title: 計票過程
332
+ undo_mark_as_missing: 一個被錯誤標記為缺席的受託人在流程完成之前將能夠參與,他們可以照常進行,且缺席標記將被忽略。
333
+ vote:
334
+ errors:
335
+ time_after: 選舉仍在進行中。您需要等到結束時間 (%{end_time}) 才能結束投票期程。
336
+ invalid: 結束投票期間時發生問題
337
+ requirements:
338
+ time_after: 選舉已經結束。您可以手動結束投票期程,或者在幾分鐘內自動結束。
339
+ submit: 結束投票期程
340
+ success: 結束投票期的請求已成功發送到公告欄
341
+ title: 投票期程
342
+ vote_ended:
343
+ invalid: 啟動點票出現問題
344
+ submit: 開始計票
345
+ success: 開始點票的請求已成功傳送到公告欄。
346
+ text: 投票已結束。現在您可以開始進行計票。
347
+ title: 投票期程已結束
348
+ vote_stats:
349
+ no_vote_statistics_yet: 目前沒有投票統計資料
350
+ title: 投票統計
351
+ voters: 選民
352
+ votes: 投票
353
+ trustees_participatory_spaces:
354
+ actions:
355
+ disable: 停用
356
+ enable: 考慮
357
+ create:
358
+ exists: 此參與空間已存在受託人
359
+ invalid: 建立受託人時出現問題
360
+ success: 受託人成功創建
361
+ delete:
362
+ invalid: 移除此受託人時發生問題
363
+ success: 受託人已成功移除
364
+ form:
365
+ select_user: 選擇使用者
366
+ index:
367
+ title: 受託人
368
+ new:
369
+ create: 創建受託人
370
+ title: 新建受託人
371
+ update:
372
+ invalid: 更新 %{trustee} 受託人 時發生問題
373
+ success: 受託人 %{trustee} 已成功更新
374
+ admin_log:
375
+ election:
376
+ create: "%{user_name} 創建了 %{space_name} 的選舉 %{resource_name}"
377
+ delete: "%{user_name} 刪除了 %{space_name} 的選舉 %{resource_name}"
378
+ end_vote: "%{user_name} 結束了在公告欄上 %{space_name} 的選舉 %{resource_name} 的投票期限"
379
+ publish: "%{user_name} 在公告欄上發布了 %{space_name} 的選舉 %{resource_name}"
380
+ publish_results: "%{user_name} 在公告欄上發布了 %{space_name} 的選舉 %{resource_name} 的結果"
381
+ report_missing_trustee: "%{user_name} 在公告欄報告 %{trustee_name} 在 %{space_name} 中 %{resource_name} 的計票期間中遺失了"
382
+ setup: "%{user_name} 在公告欄創建了 %{space_name} 中 %{resource_name} 的選舉。"
383
+ start_key_ceremony: "%{user_name} 在公告板上為選舉 %{resource_name} 於 %{space_name} 開始金鑰儀式。"
384
+ start_tally: "%{user_name} 開始在公告欄上為選舉 %{resource_name} 於 %{space_name} 進行計票"
385
+ start_vote: "%{user_name} 在公告欄上%{space_name} 開始了選舉 %{resource_name} 的投票期程。"
386
+ unpublish: "%{user_name} 取消發布了 %{space_name} 的 %{resource_name} 選舉"
387
+ update: "%{user_name} 更新了 %{space_name} 的 %{resource_name} 選舉"
388
+ trustee:
389
+ create: "%{user_name} 指定使用者 %{trustee_user} 為受託人"
390
+ connection:
391
+ failed:
392
+ modal:
393
+ close: 關閉
394
+ communication_lost: 抱歉,看起來與投票服務器(公告板)的通信已經中斷。<br>可能是網絡連接出現問題或目標服務器過於繁忙。<br>您可以稍後重試,如果問題仍然存在,請聯繫支持部門。
395
+ generic_error: 抱歉,發生了未知的錯誤。可能是因為您的瀏覽器不受支援,或者您正在使用不受支援的“隱身”或“私密”模式。
396
+ title: 出了些問題
397
+ election_m:
398
+ badge_name:
399
+ finished: 已完成
400
+ ongoing: 生效
401
+ upcoming: 即將舉行
402
+ end_date: 結束
403
+ footer:
404
+ remaining_time:
405
+ other: "<strong>%{count} 小時 %{minutes} 分鐘</strong> 剩餘投票時間。"
406
+ view: 檢視
407
+ vote: 投票
408
+ label:
409
+ date: 日期
410
+ questions: 問題 %{count}
411
+ start_date: 開始
412
+ unspecified: 未指定
413
+ elections:
414
+ count:
415
+ elections_count:
416
+ other: "%{count} 個選舉"
417
+ election_log:
418
+ chained_hash: 此訊息的鏈式雜湊值
419
+ complete: 完成
420
+ creation_description:
421
+ complete: 該選舉已建立並成功設置在公告欄上。
422
+ not_created: 該選舉尚未建立。
423
+ creation_title: 選舉已建立。
424
+ description: 這是選舉日誌,您可以在其中檢查每個步驟的狀態,例如選舉何時被創建,計票過程是否完成,以及選舉何時關閉。
425
+ download: 下載
426
+ key_ceremony_description:
427
+ complete: 金鑰儀式已完成。每個受託人都有有效的金鑰並已下載必要的備份金鑰。
428
+ not_started: 金鑰儀式尚未開始。
429
+ started: 金鑰儀式已經開始但尚未完成。
430
+ key_ceremony_title: 金鑰儀式
431
+ not_available: 尚未可用
432
+ not_created: 未創建
433
+ not_published: 未發佈
434
+ not_ready: 未準備好
435
+ not_started: 尚未啟動
436
+ published: 已發佈
437
+ results_description:
438
+ not_published: 結果尚未公佈。
439
+ published: 結果已公佈。
440
+ results_title: 結果
441
+ started: 已開始
442
+ tally_description:
443
+ finished: 計票過程已經完成。
444
+ not_started: 計票過程尚未開始。
445
+ started: 計票過程已經開始。
446
+ tally_title: 計票過程
447
+ title: 選舉紀錄
448
+ verifiable_results:
449
+ checksum: '文件SHA256校驗和:'
450
+ description:
451
+ not_ready: 可驗證的選舉檔案和 SHA256 校驗和尚未提供。一旦結果公佈,您將能夠驗證此選舉。
452
+ ready: '此處您可以驗證選舉結果。首先,您必須下載檔案,確保它沒有被損壞。要這樣做,請運行以下命令,檢查輸出是否與檢查和值匹配:'
453
+ how_to_verify: '下載並確認檔案正確無誤後,您可以開始執行通用驗證程式。 請複製 <a href=''https://github.com/decidim/decidim-bulletin-board''>此存儲庫</a>,然後從根文件夾運行以下命令:'
454
+ title: 驗證選舉結果
455
+ verifiable_file: '可驗證選舉檔案:'
456
+ verify: 驗證選舉
457
+ vote_description:
458
+ finished: 投票過程已經完成
459
+ not_started: 投票過程尚未開始。
460
+ started: 投票過程已開始。
461
+ vote_title: 投票過程
462
+ filters:
463
+ active: 啟用中
464
+ all: 全部
465
+ date: 日期
466
+ finished: 已完成
467
+ search: 搜尋
468
+ upcoming: 即將舉行
469
+ filters_small_view:
470
+ close_modal: 關閉視窗
471
+ filter: 篩選
472
+ filter_by: 篩選條件
473
+ unfold: 展開
474
+ preview:
475
+ available_answers: '可選答案:'
476
+ description: '以下是您在投票過程中會遇到的問題:'
477
+ title: 選舉問題
478
+ results:
479
+ description: '這是投票結果,針對每個問題的結果:'
480
+ percentage: "%{count}%"
481
+ selected: 已選取
482
+ title: 選舉結果
483
+ votes:
484
+ other: "%{count} 票"
485
+ show:
486
+ action_button:
487
+ change_vote: 更改您的選票
488
+ vote: 開始投票
489
+ vote_again: 再次投票
490
+ back: 可投票的選舉
491
+ callout:
492
+ already_voted: 您已經在此選舉中投票,您可以更改您的選票或進行驗證。
493
+ pending_vote: 您的投票正在服務器上進行。
494
+ vote_rejected: 無法驗證您的選票。請重新投票。
495
+ election_log: 選舉紀錄
496
+ preview: 預覽
497
+ verify:
498
+ already_voted: 已經投票?
499
+ verify_here: 在此檢查您的投票。
500
+ will_verify: 在選舉開始後,您將能夠驗證您的投票。
501
+ voting_period_status:
502
+ finished: 投票開始時間為 %{start_time},結束時間為 %{end_time}
503
+ ongoing: '投票有效期至 %{end_time}'
504
+ upcoming: 投票於 %{start_time} 開始
505
+ feedback:
506
+ answer:
507
+ invalid: 提交反饋時出現問題。
508
+ spam_detected: 回答問卷時出現問題。也許您回答得太快了,可以再試一次嗎?
509
+ success: 反饋成功發送。
510
+ models:
511
+ answer:
512
+ fields:
513
+ proposals: 提案
514
+ selected: 已選取
515
+ title: 標題
516
+ votes: 投票
517
+ election:
518
+ fields:
519
+ bb_status: 公告板狀態
520
+ end_time: 結束於
521
+ start_time: 開始於
522
+ title: 標題
523
+ verifiable_results_file_hash: 文件SHA256校驗和
524
+ verifiable_results_file_url: 可驗證選舉檔案
525
+ question:
526
+ fields:
527
+ answers: 回答
528
+ max_selections: 最大選擇數量
529
+ title: 標題
530
+ trustees_participatory_space:
531
+ fields:
532
+ considered: 考慮
533
+ email: 電子郵件
534
+ inactive: 未啟動的
535
+ name: 姓名
536
+ notification: 通知發送時間
537
+ public_key: 公開金鑰
538
+ status: 狀態
539
+ orders:
540
+ label: 按照選舉排序
541
+ older: 較舊的
542
+ recent: 最近
543
+ trustee_zone:
544
+ elections:
545
+ backup_modal:
546
+ description: 這次選舉正在公告欄上創建。對於參與其中的每個受託人來說,創建備份並將其存放在安全的地方非常重要。之後,過程將繼續進行。
547
+ download_election_keys: 下載金鑰
548
+ download_icon: 下載操作的圖示
549
+ title: 備份 %{election} 的選舉金鑰
550
+ key_ceremony_steps:
551
+ back: 返回
552
+ description: 此選舉正在公告欄中創建。為了完成此過程,需要您作為受託人的參與。
553
+ keys:
554
+ create_election: 產生金鑰
555
+ key_ceremony:
556
+ joint_election_key: 聯合金鑰生成
557
+ step_1: 金鑰發佈
558
+ list:
559
+ status: 狀態
560
+ task: 任務
561
+ process_warning: 一旦開始此過程,請勿離開此頁面,直到過程結束。所有參與者都應該連接以完成此過程,需要幾分鐘的時間。
562
+ start: 開始
563
+ start_icon: 開始選舉密鑰生成的圖示按鈕
564
+ status:
565
+ completed: 已完成
566
+ pending: 等待中
567
+ processing: 正在處理
568
+ title: 為 %{election} 創建選舉密鑰
569
+ restore_modal:
570
+ description: 選舉公告板已收到您作為受託人在此選舉中的相關資訊。為了繼續進行過程,您需要先上傳上一次備份的檔案。
571
+ title: 還原 %{election} 的選舉金鑰
572
+ upload_election_keys: 上傳選舉金鑰
573
+ upload_icon: 下載操作的圖示
574
+ tally_started_steps:
575
+ back: 返回
576
+ description: 這次選舉的結果正在公告欄中計算中。為了完成這個過程,需要您作為一名受託人進行參與。
577
+ keys:
578
+ end_tally: 點票結束
579
+ tally:
580
+ cast: 投票計算完成
581
+ share: 計票分享
582
+ list:
583
+ status: 狀態
584
+ task: 任務
585
+ process_warning: 一旦開始此過程,請勿離開此頁面,直到過程結束。所有參與者都應該連接以完成此過程,需要幾分鐘的時間。
586
+ start: 開始
587
+ start_icon: 開始選舉密鑰生成的圖示按鈕
588
+ status:
589
+ completed: 已完成
590
+ pending: 等待中
591
+ processing: 正在處理
592
+ title: 選舉 %{election} 的點票
593
+ update:
594
+ error: 選舉狀態未更新。
595
+ success: '選舉狀態為: %{status}'
596
+ menu:
597
+ trustee_zone: 受託人區
598
+ no_bulletin_board:
599
+ body: 本區域需要配置公告牌。請聯繫管理員以獲取更多詳細信息。
600
+ title: 對不起,公佈欄尚未配置。
601
+ trustees:
602
+ show:
603
+ elections:
604
+ list:
605
+ action_required:
606
+ 'false': '否'
607
+ name: 需要採取行動嗎?
608
+ 'true': 執行操作
609
+ bb_status: 狀態
610
+ election: 選舉
611
+ voting_period: 投票期間
612
+ no_elections: 沒有你擔任受託人的選舉。
613
+ title: 選舉
614
+ identification_keys:
615
+ cancel: 取消
616
+ generate: 生成身份識別金鑰
617
+ generate_error: 生成身份識別金鑰時發生錯誤。
618
+ generate_legend: 您需要生成一對身份驗證金鑰,以便作為受託人參與選舉。
619
+ generate_legend_1: 按下按鈕後,您應該下載生成的身份驗證金鑰文件。
620
+ generate_legend_2: 將下載的文件複製到一個乾淨的 USB 設備上
621
+ generate_legend_3: 請確認您的電腦上沒有該文件的任何副本(例如檢查下載和桌面文件夾)。
622
+ generate_legend_4: 在另一個外部設備上製作文件的另一份副本,並將其存儲在非常安全的地方。
623
+ submit: 提交
624
+ submit_legend: 在遵循上述所有步驟後,請將公開身份證明金鑰發送到伺服器,以完成此流程。
625
+ submit_title: 提交公共身份證明金鑰
626
+ title: 受託人身份證明金鑰
627
+ upload: 上傳您的身分識別金鑰
628
+ upload_error:
629
+ invalid_format: 上傳的檔案沒有包含任何識別碼。
630
+ invalid_key: 上傳的檔案中無法載入身份識別金鑰。
631
+ invalid_public_key: 上傳檔案中的身份識別金鑰與系統儲存的公用識別金鑰不匹配。
632
+ upload_legend: 伺服器上有您的公開識別金鑰,但您的瀏覽器仍然沒有。您需要從生成金鑰後創建的備份中,將識別金鑰檔案匯入您的電腦中。
633
+ not_supported_browser_description: 看起來您使用的網頁瀏覽器無法用作受託人的身份。請確保您使用的是最新版本的瀏覽器,或嘗試使用任何最流行的瀏覽器,以便能夠完成您的受託人任務。
634
+ not_supported_browser_title: 升級瀏覽器以作為受託人
635
+ trustee_role_description: 您已被指派在此平台上的某些選舉中擔任受託人。
636
+ update:
637
+ success: 您的識別公鑰已成功存儲。
638
+ votes:
639
+ ballot_decision:
640
+ audit: "(審核選票)"
641
+ back: 重新開始投票流程
642
+ ballot_hash: '您的選票識別碼是:'
643
+ cast: 提交選票以完成投票
644
+ description: 在這裡,您可以選擇選擇投票,以便它被正確計算,或者您可以進行審核,以確認您的選票已正確加密。出於安全原因,審核您的選票將會使其失效。這意味著,為了投票,您需要重新啟動投票過程。
645
+ header: '選票已加密:請投票或進行選票稽核'
646
+ casting:
647
+ header: 正在投票中...
648
+ text: 您的選票正在投入投票箱中。
649
+ confirm:
650
+ answer: 回答
651
+ answer_number: 答案 %{number}
652
+ confirm: 確認
653
+ edit: 編輯
654
+ header: 確認您的選票
655
+ intro: 以下是您即將投票的摘要。 <br> 請確認您的選票或編輯您的回答。
656
+ nota_option: 空白
657
+ question: 問題 %{count}
658
+ confirmed:
659
+ back: 回到選舉
660
+ experience: 您的經驗如何?
661
+ feedback: 給我們一些回饋
662
+ header: 投票已確認
663
+ lead: 您己投票!
664
+ text: '你可以使用以下識別碼檢查你的投票是否已成功添加到投票箱中:<strong class="evote__poll-id">%{e_vote_poll_id}</strong>'
665
+ verify_link: 複製此識別碼,並將其貼到<a href="%{link}">投票驗證頁面</a>以進行檢查。
666
+ create:
667
+ error: 投票時發生問題,請再試一次。
668
+ encrypting:
669
+ header: 正在加密投票...
670
+ text: 正在加密您的選票,以確保您的投票秘密。
671
+ failed:
672
+ header: 投票失敗
673
+ lead: 您的投票尚未完成!
674
+ text: 出現錯誤,請再試一次。
675
+ try_again: 再試一次
676
+ header:
677
+ ballot_decision: 投票或查核您的選票
678
+ casting: 正在投票
679
+ confirm: 確認您的選票
680
+ confirmed: 投票已確認
681
+ encrypting: 正在加密投票
682
+ failed: 投票失敗
683
+ messages:
684
+ invalid_token: 您在投票站的會話無效。請再次嘗試投票。
685
+ not_allowed: 您目前無法在此選舉中投票。
686
+ modal:
687
+ close: 關閉
688
+ proposal_header: '提案:'
689
+ new:
690
+ answer_choices: 您最多可以選擇 %{choices} 項答案
691
+ more_information: 更多資訊
692
+ nota_option: 空白/以上皆非
693
+ preview_alert: 這是投票站的預覽畫面。
694
+ question_steps: 第 %{current_step} 問題,共 %{total_steps} 題
695
+ selections: "%{selected} 項已選擇,最多可 %{max_selections} <br>項選擇"
696
+ onboarding_modal:
697
+ close: 關閉視窗
698
+ create_account: 建立帳戶
699
+ description: 您想在平台上建立新帳戶嗎?您將能夠參與流程並成為組織的積極一員。
700
+ no_account: 不用了,謝謝。
701
+ title: 是第一次使用這個平台嗎?
702
+ update:
703
+ error: 更新投票狀態時出現問題,請重新投票。
704
+ verify:
705
+ content:
706
+ heading: 驗證您的投票
707
+ info: 這個驗證程式確認您的投票是否已正確投下並存在選票匣中。這個驗證器會檢查您的投票是否已被正確地投入投票箱中,並使用加密的文字串進行識別。
708
+ error:
709
+ header: 找不到投票!
710
+ info: 投票代碼在 %{link} 選票匣中未找到,請再試一次。
711
+ form:
712
+ back: 回到平台
713
+ submit: 檢查
714
+ vote_identifier: '識別碼:'
715
+ vote_identifier_help: 這是您投票後獲得的識別碼(不是進入投票站的代碼)。
716
+ header:
717
+ title: 驗證您的投票
718
+ success:
719
+ header: 投票已被找到!
720
+ info: 你的加密投票在 %{link} 投票箱中。
721
+ voting_step:
722
+ back: 返回
723
+ continue: 下一個
724
+ warnings:
725
+ no_elections_warning: 沒有符合您的搜尋條件的選舉,或者目前沒有已安排的選舉。
726
+ no_scheduled_elections_warning: 目前沒有即將舉行的選舉,但在這裡您可以找到所有過去的選舉列表。
727
+ events:
728
+ elections:
729
+ election_published:
730
+ email_intro: '%{participatory_space_title} 現在正在進行%{resource_title} 選舉。您可以從此頁面查看它:'
731
+ email_outro: 你收到此通知是因為你正在追蹤 %{participatory_space_title}。你可以透過前面的連結停止接收通知。
732
+ email_subject: '%{participatory_space_title}」現在開始進行「%{resource_title}」選舉。'
733
+ notification_title: '「%{participatory_space_title}」現在開始進行「<a href="%{resource_path}">%{resource_title}</a>」選舉。'
734
+ trustees:
735
+ new_election:
736
+ email_intro: 您已被新增為 %{resource_title} 選舉的受託人。
737
+ email_outro: 你收到此通知是因為你已被新增為 %{resource_title} 選舉的受託人。
738
+ email_subject: 您是 %{resource_title} 選舉的受託人。
739
+ notification_title: 您是<a href="%{resource_path}">%{resource_title}</a>選舉的受託人。
740
+ new_trustee:
741
+ email_intro: 管理員已將您添加為%{resource_name} 的受託人。您應該在<a href='%{trustee_zone_url}'>您的受託人區域</a>中創建您的公鑰。
742
+ email_outro: 你收到了這個通知,因為你已被新增為 %{resource_name} 的受託人。
743
+ email_subject: 您是 %{resource_name} 的受託人。
744
+ notification_title: 您是<a href="%{participatory_space_url}">%{resource_name}</a>的受託人。
745
+ votes:
746
+ accepted_votes:
747
+ email_intro: '您的投票已經被接受!使用您的投票令牌: %{encrypted_vote_hash},您可以在<a href="%{verify_url}">此處</a>驗證您的投票。'
748
+ email_outro: 您收到此通知是因為您已經投票參與了 %{resource_name} 選舉。
749
+ email_subject: 您的選票 %{resource_name} 已被接受。
750
+ notification_title: '您的選票已被接受。使用您的選票驗證碼 %{encrypted_vote_hash},您可以在<a href="%{verify_url}">此處</a>驗證您的選票。'
751
+ votings:
752
+ polling_officers:
753
+ polling_station_assigned:
754
+ email_intro: 您已被指派為 <a href="%{resource_url}">%{resource_title}</a>中選舉站點 %{polling_station_name} 的 %{role},您可以從專門的 <a href="%{polling_officer_zone_url}">選舉站點工作人員區域</a>進行管理。
755
+ email_outro: 你收到了此通知,因為你已被指定為 %{polling_station_name} 的 %{role}。
756
+ email_subject: 你是 %{polling_station_name} 的 %{role}。
757
+ notification_title: 您是<a href="%{resource_path}">%{resource_title}</a>投票中 %{polling_station_name} 投票站的%{role}。
758
+ send_access_code:
759
+ instruction: '這是您所要求的存取代碼:%{access_code},藉此代碼您將能夠參與 %{voting}。'
760
+ subject: 參與 %{voting} 的存取代碼
761
+ help:
762
+ participatory_spaces:
763
+ votings:
764
+ contextual: "<p>一個<strong>投票</strong>是一個空間,讓您向構成一個組織的所有人提出明確的問題,呼籲參與投票,為贊成或反對某個回應引發和整理辯論。當投票日期到來時,您可以投票並發布投票結果。</p> <p>例如:投票可以涉及影響組織的幾乎任何方面:例如更改組織的名稱或標誌,提供幾種替代方案,決定是或否成為更大組織的一部分,驗證或拒絕新的戰略計劃或工作小組的結果,或定義職位是否應該保持最多1、2或3個任期。</p>\n"
765
+ page: "<p>一個<strong>投票</strong>是一個空間,讓您向構成一個組織的所有人提出明確的問題,呼籲參與投票,為贊成或反對某個回應引發和整理辯論。當投票日期到來時,您可以投票並發布投票結果。</p> <p>例如:投票可以涉及影響組織的幾乎任何方面:例如更改組織的名稱或標誌,提供幾種替代方案,決定是或否成為更大組織的一部分,驗證或拒絕新的戰略計劃或工作小組的結果,或定義職位是否應該保持最多1、2或3個任期。</p>\n"
766
+ title: 什麼是投票?
767
+ menu:
768
+ votings: 投票
769
+ statistics:
770
+ elections_count: 選舉
771
+ votings_count: 投票
772
+ votings:
773
+ admin:
774
+ ballot_styles:
775
+ create:
776
+ error: 創建此選票樣式時出現問題
777
+ success: 投票樣式已成功建立
778
+ destroy:
779
+ invalid: 刪除此投票樣式時發生問題
780
+ success: 投票樣式已成功刪除
781
+ edit:
782
+ title: 編輯選票樣式
783
+ update: 更新
784
+ form:
785
+ code_help: '提示:代碼是調查和投票樣式之間的關聯。在上傳調查數據時,每個條目都會通過匹配代碼來分配投票樣式。'
786
+ election: 選舉
787
+ questions: 此投票樣式的問題
788
+ questions_help: '提示:從選舉組件中選擇問題,以呈現給分配給此投票樣式的選民。'
789
+ index:
790
+ actions:
791
+ confirm_destroy: 您確定嗎?
792
+ destroy: 刪除
793
+ edit: 編輯
794
+ new: 新的
795
+ title: 操作
796
+ associated_census_data: 相關的戶籍項目
797
+ explanation_callout: 選票樣式指定了選民在投票站將會被提出的問題。在選票樣式中,您可以從此次投票的選舉組件中選擇哪些問題屬於該選票。選票樣式代碼用於將選民從選民名單中與他們將在投票站中展示的選票進行匹配。如果您始終要顯示所有問題,請勿創建任何選票樣式。
798
+ title: 選票樣式
799
+ new:
800
+ create: 創建
801
+ title: 創建選票樣式
802
+ update:
803
+ invalid: 更新此選票樣式時出現問題
804
+ success: 選票樣式更新成功
805
+ content_blocks:
806
+ highlighted_votings:
807
+ max_results: 顯示的最大元素數量
808
+ landing_page:
809
+ description:
810
+ name: 投票說明
811
+ index:
812
+ not_published: 尚未發布
813
+ published: 已發佈
814
+ landing_page:
815
+ content_blocks:
816
+ edit:
817
+ update: 更新
818
+ edit:
819
+ active_content_blocks: 啟用的內容區塊
820
+ inactive_content_blocks: 停用的內容區塊
821
+ menu:
822
+ votings: 投票
823
+ votings_submenu:
824
+ attachment_collections: 資料夾
825
+ attachment_files: 檔案
826
+ attachments: 附件
827
+ ballot_styles: 選票樣式
828
+ census: 選民名單
829
+ components: 组件
830
+ info: 資訊
831
+ landing_page: 登陸頁面
832
+ monitoring_committee: 監管委員會
833
+ monitoring_committee_election_results: 驗證結果
834
+ monitoring_committee_members: 成員
835
+ monitoring_committee_polling_station_closures: 驗證憑證
836
+ monitoring_committee_verify_elections: 驗證選舉
837
+ polling_officers: 投票事務官
838
+ polling_stations: 投票站
839
+ models:
840
+ ballot_style:
841
+ fields:
842
+ code: 代碼
843
+ name: 選票樣式
844
+ monitoring_committee_member:
845
+ fields:
846
+ email: 電子郵件
847
+ name: 名稱
848
+ name: 監察委員會成員
849
+ polling_officer:
850
+ fields:
851
+ email: 電子郵件
852
+ name: 名稱
853
+ polling_station: 投票站(角色)
854
+ name: 投票事務官
855
+ polling_station:
856
+ fields:
857
+ address: 地址
858
+ polling_station_managers: 管理員
859
+ polling_station_president: 主席
860
+ title: 標題
861
+ name: 投票站
862
+ voting:
863
+ fields:
864
+ created_at: 建立於
865
+ promoted: 重點顯示
866
+ published: 已發佈
867
+ title: 標題
868
+ monitoring_committee_election_results:
869
+ actions:
870
+ title: 操作
871
+ view: 檢視
872
+ index:
873
+ title: 選擇您要查看結果的選舉
874
+ results:
875
+ bulletin_board: 公佈欄
876
+ election_totals: 選舉總計
877
+ polling_stations: 投票站
878
+ result_types:
879
+ blank_answers: 空白答案
880
+ blank_ballots: 空白選票數量
881
+ null_ballots: 作廢選票數量
882
+ total_ballots: 總選票數量
883
+ valid_ballots: 有效選票數量
884
+ selected: 已選取
885
+ title: <i>%{election_title}</i> 選舉結果
886
+ totals: 總計
887
+ show:
888
+ change_election: 更改選舉
889
+ publish_results: 發佈結果
890
+ publishing: 發佈結果中...
891
+ update:
892
+ invalid: 發布結果時出現問題
893
+ rejected: 公佈結果被公告欄拒絕。請再試一次或聯繫系統管理員
894
+ success: 結果已成功發佈。
895
+ monitoring_committee_members:
896
+ create:
897
+ invalid: 在建立監察委員會成員時出現問題
898
+ success: 監察委員會成員成功建立。
899
+ destroy:
900
+ invalid: 刪除監察委員會成員時發生問題
901
+ success: 監察委員會成員已成功刪除
902
+ form:
903
+ existing_user: 現有參與者
904
+ non_user: 邀請新的參與者
905
+ select_user: 以姓名、電子郵件或暱稱搜尋
906
+ user_type: 參與者類型
907
+ index:
908
+ title: 監管委員會
909
+ new:
910
+ create: 創建
911
+ title: 創建監察委員會成員
912
+ monitoring_committee_polling_station_closures:
913
+ actions:
914
+ title: 操作
915
+ validate: 驗證
916
+ view: 檢視
917
+ closures:
918
+ change_election: 更改選舉
919
+ signed: 已簽署?
920
+ title: 選舉 <i>%{election_title}</i> 的投票站
921
+ validated: 已驗證?
922
+ edit:
923
+ change_polling_station: 返回投票站
924
+ monitoring_committee_notes: 註記
925
+ monitoring_committee_notes_placeholder: 在此處報告任何事件
926
+ title: 選舉<i>%{election_title}</i>在投票站<i>%{polling_station_title}</i>的結果
927
+ elections:
928
+ title: 選擇您想要驗證的選舉
929
+ show:
930
+ change_polling_station: 返回投票站
931
+ monitoring_committee_notes: 監察委員會的備註
932
+ validate:
933
+ error: 關閉驗證時發生問題
934
+ success: 結束已經正確地驗證
935
+ monitoring_committee_verify_elections:
936
+ index:
937
+ download: 下載
938
+ how_to_checksum: '為確保您下載的檔案未在下載過程中損壞或被篡改,請在您的控制台中執行以下命令,檢查輸出是否與上面報告的檢查碼相符:'
939
+ how_to_download: 要驗證一個選舉,請從上面的表格中下載它的可驗證檔案。
940
+ how_to_run_verifier: '下載並確認檔案正確無誤後,您可以開始執行通用驗證程式。 請複製 <a href=''https://github.com/decidim/decidim-bulletin-board''>此存儲庫</a>,然後從根文件夾運行以下命令:'
941
+ how_to_title: 如何驗證選舉的有效性
942
+ not_available: 尚未可用
943
+ title: 選舉
944
+ polling_officers:
945
+ create:
946
+ invalid: 建立投票工作人員時出現問題。
947
+ success: 投票站人員建立成功
948
+ destroy:
949
+ invalid: 刪除投票管理員時發生問題
950
+ success: 投票站工作人員已成功刪除
951
+ form:
952
+ existing_user: 現有參與者
953
+ non_user: 邀請新的參與者
954
+ select_user: 以姓名、電子郵件或暱稱搜尋
955
+ user_type: 參與者類型
956
+ index:
957
+ role_manager: 管理員
958
+ role_president: 主席
959
+ title: 投票事務官
960
+ new:
961
+ create: 創建
962
+ title: 建立投票站工作人員
963
+ polling_officers_picker:
964
+ choose_polling_officers: 選擇投票站工作人員
965
+ close: 關閉
966
+ more_polling_officers: 還有 %{number} 位投票站工作人員。請進一步優化您的搜尋以找到他們。
967
+ no_polling_officers: 沒有符合您搜尋條件的投票站工作人員或是沒有任何投票站工作人員。
968
+ polling_stations:
969
+ create:
970
+ invalid: 建立投票站時發生問題。
971
+ success: 投票站創建成功
972
+ destroy:
973
+ invalid: 刪除此投票站時出現問題
974
+ success: 投票站已成功刪除
975
+ edit:
976
+ title: 編輯投票站
977
+ update: 更新投票站
978
+ form:
979
+ address_help: '地址:用於地理編碼器找到位置'
980
+ location_help: '位置:向選民發送的消息,暗示投票站的確切位置。'
981
+ location_hints_help: '位置提示:額外的資訊。例如:投票站所在建築物的樓層。'
982
+ polling_station_managers_help: '投票站管理員:擔任投票站管理員的工作人員。請確保這些管理員已經在投票工作人員中被建立,且他們尚未被指派到其他投票站。'
983
+ polling_station_president_help: '投票站官員:將擔任投票站主席的官員。 確保該官員已在 Polling Officers 中創建,並且他 (她) 尚未分配到另一個投票站'
984
+ select_president: 選擇一位投票事務官擔任投票站主席
985
+ index:
986
+ title: 投票站
987
+ new:
988
+ create: 創建
989
+ title: 建立投票站
990
+ update:
991
+ invalid: 更新此投票站時出現問題
992
+ success: 投票站已成功更新
993
+ titles:
994
+ votings: 投票
995
+ votings:
996
+ actions:
997
+ confirm_destroy: 您確定嗎?
998
+ destroy: 摧毀
999
+ new_voting: 新投票空間
1000
+ publish: 發布
1001
+ unpublish: 取消發佈
1002
+ create:
1003
+ invalid: 創建此投票時出現問題
1004
+ success: 投票已成功創建
1005
+ edit:
1006
+ add_election_component: 您沒有為此次投票配置任何選舉。請在『組件』部分中添加它。
1007
+ assign_missing_officers: 有一些投票站缺少主席和/或管理人員。請從『投票站』部分分配它們。
1008
+ update: 更新
1009
+ form:
1010
+ banner_image: 橫幅圖片
1011
+ census_contact_information: 選民名單聯繫資訊
1012
+ census_contact_information_help: 此聯絡資訊供欲回報選民清冊問題的投票參與者使用,可填入電子郵件地址、其他網站的聯絡表單、訪客調查等。
1013
+ introductory_image: 導入圖片
1014
+ promoted: 推廣
1015
+ select_a_voting_type: 請選擇一種投票類型。
1016
+ show_check_census_help: 是否在公開投票菜單中顯示「我可以投票嗎?」鏈接
1017
+ slug: 附址
1018
+ slug_help: 'URL slugs 用於產生指向此投票的網址。它只接受字母、數字和連字符,且必須以字母開頭。例如: %{url}'
1019
+ title: 標題
1020
+ voting_type:
1021
+ hybrid: 混合
1022
+ in_person: 親自
1023
+ online: 線上
1024
+ voting_type_label: 投票類別
1025
+ new:
1026
+ create: 創建
1027
+ title: 新投票
1028
+ publish:
1029
+ success: 投票成功發布
1030
+ unpublish:
1031
+ success: 投票成功取消發布
1032
+ update:
1033
+ invalid: 更新此投票時出現問題
1034
+ success: 投票已成功更新
1035
+ admin_log:
1036
+ ballot_style:
1037
+ create: "%{user_name} 在%{space_name} 中建立了代碼為%{ballot_style_code} 的選票樣式"
1038
+ delete: "%{user_name} 刪除了在空間 %{space_name} 中代碼為 %{ballot_style_code} 的選票樣式"
1039
+ update: "%{user_name} 更新了在空間 %{space_name} 中代碼為 %{ballot_style_code} 的選票樣式"
1040
+ census:
1041
+ create: "%{user_name} 創建了空間 %{space_name} 的選民名單"
1042
+ delete: "%{user_name} 刪除了空間 %{space_name} 的選民名單"
1043
+ update: "%{user_name} 已更新了 %{space_name} 空間的選民名冊"
1044
+ monitoring_committee_member:
1045
+ create: "%{user_name} 指派使用者 %{monitoring_committee_member_user} 為空間 %{space_name} 的監察委員會成員"
1046
+ delete: "%{user_name} 取消指派使用者 %{monitoring_committee_member_user} 為空間 %{space_name} 的監察委員會成員"
1047
+ polling_officer:
1048
+ create: "%{user_name} 指派使用者 %{polling_officer_user} 為空間 %{space_name} 的投票站管理員"
1049
+ delete: "%{user_name} 取消指派使用者 %{polling_officer_user} 為空間 %{space_name} 的投票站管理員"
1050
+ polling_station:
1051
+ create: "%{user_name} 在空間 %{space_name} 建立投票站 %{resource_name}"
1052
+ delete: "%{user_name} 刪除了空間 %{space_name} 內的投票站 %{resource_name}"
1053
+ update: "%{user_name} 更新了空間 %{space_name} 內的投票站 %{resource_name}"
1054
+ voting:
1055
+ create: "%{user_name} 創建了名為 %{resource_name} 的投票"
1056
+ publish: "%{user_name} 發布了名為 %{resource_name} 的投票"
1057
+ unpublish: "%{user_name} 撤銷了名為 %{resource_name} 的投票的發布"
1058
+ census:
1059
+ admin:
1060
+ census:
1061
+ create:
1062
+ invalid: 上傳選民名單時發生錯誤,請稍後再試。
1063
+ invalid_csv_header: CSV 標題缺失或不正確- 請仔細閱讀說明
1064
+ creating_data:
1065
+ info_message: "<strong>請稍候</strong>,已處理了 %{processed_count} 條數據中的 %{raw_count} 條,來自檔案 %{file}(這可能需要幾分鐘的時間)"
1066
+ delete:
1067
+ button: 刪除所有戶籍資料
1068
+ confirm: 刪除所有戶籍資料將無法還原,您確定要繼續嗎?
1069
+ destroy:
1070
+ error: 刪除選民名單資料時發生錯誤,請稍後再試。
1071
+ success: 人口普查數據已刪除
1072
+ export_access_codes:
1073
+ button: 匯出投票存取代碼
1074
+ callout: 你現在可以開始匯出投票存取代碼。這個動作只能執行一次。一旦啟動匯出,你會收到一封電子郵件,其中包含<strong>%{email}</strong>的操作指示。
1075
+ confirm: 你只能匯出投票存取代碼一次。請確保你可以使用<strong>%{email}</strong>的郵箱。
1076
+ file_not_exist: 此檔案不存在。
1077
+ launch_error: 啟動存取代碼匯出時出現問題存取代碼
1078
+ launch_success: 已啟動存取代碼匯出。稍後您將收到一封至 %{email} 的電子郵件。
1079
+ exporting_access_codes:
1080
+ info_message: "<strong>請稍候</strong>,正在準備匯出,您將很快收到發送到 %{email} 的匯出檔案(這可能需要幾分鐘時間)。"
1081
+ freeze:
1082
+ callout: 選民名單已凍結,無法修改。
1083
+ help_html: |
1084
+ 戶籍資料已經成功上傳,代碼已經生成並匯出。<br><strong>您現在可以開始投票了。</strong><br>使用匯出的個人代碼 CSV 檔,使用自己的方式將其分發給戶籍,或啟用「我能投票嗎」選項卡,讓任何人可以使用自己的戶籍資料檢索這個代碼。
1085
+ generate_access_codes:
1086
+ button: 生成投票存取代碼
1087
+ callout: 您現在可以開始生成存取代碼。請注意,在生成存取代碼之後,您將無法再修改選民名單資料。
1088
+ confirm: 如果繼續,您將無法修改選民名單資料。
1089
+ info_message_all: "<strong>所有列均已成功匯入</strong>自 %{file} 檔案(共 %{data_count} 中的 %{raw_count} )。"
1090
+ info_message_warn: 請檢查是否有缺失的資料,因為已經建立了 %{data_count} 條記錄,上傳的檔案 %{file} 有 %{raw_count} 行。
1091
+ launch_error: 生成存取代碼時出現問題
1092
+ launch_success: 已啟動代碼生成。
1093
+ start_over: 請刪除當前的選民名單資料,然後使用有效行的適當 CSV 檔案重新開始。
1094
+ generating_access_codes:
1095
+ info_message: "<strong>請稍等</strong>,正在生成投票存取代碼(這可能需要幾分鐘時間)..."
1096
+ new:
1097
+ file_help:
1098
+ explanation: '檔案指南:'
1099
+ message_1: 僅允許 CSV (.csv) 檔案。
1100
+ message_2: 列之間的分隔符號必須是分號 (";")。
1101
+ has_ballot_styles_message: 您已設置選票樣式。請確認 CSV 中的「%{ballot_style_code_header}」欄位與所需的選票樣式代碼相對應。
1102
+ info_message: "<strong>尚未有選民名單資料。</strong> 請使用下面的表單匯入 CSV 檔案以創建選民名單資料。"
1103
+ missing_ballot_styles_message: '尚未設置此投票的選票樣式。如果您希望有條件的問題(例如:根據選民居住的區域/地區提供不同的問題),您需要在導入選民名單之前設置<a href=%{ballot_styles_admin_path}>選票樣式</a>。如果您希望向所有選民提出相同的問題,您可以繼續進行選民名單導入程序。'
1104
+ submit: 提交CSV
1105
+ title: 創建選民名冊
1106
+ show:
1107
+ heading: 投票空間選民名冊
1108
+ upload_info:
1109
+ csv_example_with_ballot_style: '<strong>帶有</strong> 投票樣式的檔案範例:'
1110
+ csv_example_without_ballot_style: '<strong>不帶有</strong> 投票樣式的檔案範例:'
1111
+ csv_header_after: 如果您不需要投票樣式/條件問題,請不要包括最後一個欄位 ("%{ballot_style_code_header}")。
1112
+ csv_header_before: '選民名冊檔案必須是一個帶有以下表頭的CSV檔案:'
1113
+ document_types:
1114
+ dni: DNI
1115
+ nie: NIE
1116
+ passport: 護照
1117
+ export_mailer:
1118
+ access_codes_export:
1119
+ click_button: '點擊下一個連結下載存取代碼數據。<br/>該檔案將可用直到 %{date}。<br/>您需要<a href="https://www.7-zip.org/">7-Zip</a>(Windows)、<a href="https://www.keka.io/en/">Keka</a>(MacOS)或<a href="https://peazip.github.io">PeaZip</a>(Linux)來打開它。密碼:%{password}。'
1120
+ download: 下載
1121
+ subject: 這次投票的訪問代碼導出已經可用。
1122
+ vote_flow:
1123
+ already_voted_in_person: 這個參與者已經在現場投票了,不能再行使選舉權利。
1124
+ datum_not_found: 提供的資料與任何選民不符。
1125
+ content_blocks:
1126
+ highlighted_votings:
1127
+ name: 重點顯示的投票
1128
+ landing_page:
1129
+ metrics:
1130
+ heading: 指標
1131
+ polling_stations:
1132
+ heading: 投票站
1133
+ no_polling_stations: 目前尚未設置投票站。
1134
+ timeline:
1135
+ heading: 時間軸
1136
+ monitoring_committee_members:
1137
+ actions:
1138
+ confirm_destroy: 您確定嗎?
1139
+ destroy: 刪除
1140
+ new: 新成員
1141
+ title: 操作
1142
+ pages:
1143
+ home:
1144
+ highlighted_votings:
1145
+ votings_button_title: 鏈接到顯示所有投票的投票頁面
1146
+ polling_officer_zone:
1147
+ closures:
1148
+ back_to_polling_stations: 返回投票站
1149
+ certify:
1150
+ add_images: 添加圖案
1151
+ error: 附加憑證時發生錯誤,請稍後再試。
1152
+ form_legend: 上傳選舉結束憑證的照片
1153
+ heading: 投票重新點算 - 上傳憑證
1154
+ info_text: 請上傳選舉結束憑證的照片。
1155
+ submit: 上傳憑證
1156
+ success: 憑證上傳成功
1157
+ create:
1158
+ error: 創建關閉時出現錯誤,請稍後重試。
1159
+ success: 關閉成功創建。
1160
+ edit:
1161
+ heading: 選舉重新點票 - 答案重新點票
1162
+ info_text: 請輸入每個問題的總票數。
1163
+ modal_ballots_results_count_error:
1164
+ close_modal: 關閉
1165
+ info_text: 選票總數與信封總數不符。請檢查選票總數。
1166
+ title: 選票總數不相加
1167
+ save_recount: 保存重新計票
1168
+ total_ballots: 總選票數量
1169
+ total_blank_ballots: 空白選票總數
1170
+ total_null_ballots: 無效選票總數
1171
+ total_valid_ballots: 有效選票總數
1172
+ new:
1173
+ election: '選舉:'
1174
+ heading: 重新計票
1175
+ info_text: '請輸入在此投票站重新點數的選票總數(信封數):'
1176
+ modal_ballots_count_error:
1177
+ btn_validate_total: 驗證選票總數重新點數
1178
+ close_modal: 關閉
1179
+ info_explanation_text: '請檢查選票總數是否正確。如果總數不正確,您必須向監察委員會提供解釋:'
1180
+ info_text: 總票數(信封) 輸入的總數與在此投票站投票的人數記錄不符。
1181
+ message_for_monitoring_committee: 監察委員會留言
1182
+ review_recount: 複查重新點票
1183
+ text_area_placeholder: 請輸入您的留言
1184
+ title: 總記錄不相加
1185
+ total_ballots: '總選票數:'
1186
+ total_people: '總人數:'
1187
+ polling_station: '投票站:'
1188
+ submit: 驗證總數
1189
+ total_ballots_count: 投票數量
1190
+ show:
1191
+ heading: 重新計票
1192
+ info_text: 投票站選舉結束。
1193
+ sign:
1194
+ cancel: 取消
1195
+ check_box: 我已經檢查過了,與實體選舉結束證明相同。
1196
+ close_modal: 關閉
1197
+ confirm: 好的,繼續
1198
+ error: 發生錯誤,請再試一次
1199
+ heading: 重新點票 - 簽署結束文件
1200
+ info_text: 如果您繼續進行,則無法修改任何資訊,此操作無法撤消。
1201
+ submit: 簽署選舉結束
1202
+ success: 選舉結束簽署成功。
1203
+ title: 這個操作無法撤銷
1204
+ update:
1205
+ error: 更新選舉結束結果時出錯,請稍後再試。
1206
+ success: 選舉結束結果已成功更新。
1207
+ in_person_votes:
1208
+ complete_voting:
1209
+ available_answers: '可選答案:'
1210
+ census_verified: 這位參與者尚未進行現場投票。
1211
+ census_verified_with_online_vote: 這位參與者已經線上投票。如果他們進行現場投票,以前的投票將被作廢,現場投票結果將是最終結果。
1212
+ complete_voting: 完成投票
1213
+ identify_another: 辨識另一個投票者
1214
+ questions_title: '他們有權投票回答以下問題:'
1215
+ questions_title_voted: '該參與者已經在線上投票,並有權回答以下問題:'
1216
+ voted: 該投票者已經投票
1217
+ create:
1218
+ error: 投票未被註冊,請再試一次。
1219
+ in_person_form:
1220
+ census_not_present: 該投票者未被列入選民名冊中。
1221
+ census_not_present_description: 他們必須前往選民名冊申訴辦公室或聯繫支援中心。
1222
+ date_of_birth: 出生日期
1223
+ day: 日
1224
+ day_placeholder: DD
1225
+ document_number: 文件編號
1226
+ document_number_placeholder: 身分證號
1227
+ month: 月
1228
+ month_placeholder: MM
1229
+ select: 選擇文件類型
1230
+ title: '選擇文件類型並輸入參與者的文件號碼:'
1231
+ validate_document: 驗證文件
1232
+ year: 年
1233
+ year_placeholder: YYYY
1234
+ new:
1235
+ back: 返回投票站
1236
+ title: 識別和驗證參與者
1237
+ show:
1238
+ back: 返回投票站
1239
+ title: 等待現場投票被登記
1240
+ update:
1241
+ error: 登記投票時發生錯誤。請再試一次。
1242
+ success:
1243
+ accepted: 投票已成功登記。
1244
+ rejected: 投票未被公告欄接受。請聯繫系統管理員。
1245
+ verify_document:
1246
+ census_present: 這個參與者在選民名冊中列出。
1247
+ name: 名稱
1248
+ title: '請檢查以下資料是否正確:'
1249
+ verify_document: 驗證文件
1250
+ menu:
1251
+ polling_officer_zone: 投票事務官區域
1252
+ polling_officers:
1253
+ index:
1254
+ polling_officer_role_description: 您已被指派在此平台舉行的某些選舉中擔任投票站官員(主席或管理員)。
1255
+ polling_station:
1256
+ address: 地址
1257
+ count_votes: 計票
1258
+ election: 選舉
1259
+ identify_person: 識別一個人
1260
+ name: 姓名
1261
+ no_polling_stations: 您目前還未被指派到任何投票站。
1262
+ role: 您的角色
1263
+ show_closure: 查看關閉
1264
+ title: 投票站
1265
+ voting: 投票
1266
+ polling_officers:
1267
+ actions:
1268
+ confirm_destroy: 您確定嗎?
1269
+ destroy: 刪除
1270
+ new: 新的
1271
+ title: 操作
1272
+ roles:
1273
+ manager: 管理員
1274
+ president: 主席
1275
+ unassigned: 未指定
1276
+ polling_station_closure_recount:
1277
+ nota_option: 空白/以上皆非
1278
+ polling_officer_notes: '投票事務官筆記:'
1279
+ polling_officer_notes_blank: 沒有筆記。
1280
+ recount_summary: '重新點票摘要:'
1281
+ signed: 已簽署
1282
+ total_ballots: '總選票數量:'
1283
+ total_blank_ballots: '空白選票總數:'
1284
+ total_null_ballots: '無效選票總數:'
1285
+ total_valid_ballots: '有效選票總數:'
1286
+ polling_stations:
1287
+ actions:
1288
+ confirm_destroy: 您確定嗎?
1289
+ destroy: 刪除
1290
+ edit: 編輯
1291
+ new: 新的
1292
+ title: 操作
1293
+ votings:
1294
+ access_code_modal:
1295
+ email: 發送至 %{email} 的電子郵件
1296
+ info: 您需要一個存取代碼才能參與投票。如果您沒有收到郵寄的存取碼,我們可以發送新的存取碼給您。
1297
+ no_email: 沒有可用的電子郵件
1298
+ no_sms: 沒有可用的電話號碼
1299
+ sms: 透過簡訊傳送至 %{sms}
1300
+ title: 獲取存取代碼
1301
+ check_census:
1302
+ check_status: 查看狀態
1303
+ description: 在這裡,您可以選擇檢查您的戶籍數據,以知道您是否有權參與此次投票。您應該已經擁有存取代碼,但如果您丟失了它,您可以在數據正確時再次請求它。
1304
+ error:
1305
+ info: '請再試一次。如果您認為系統中的資料不正確,您可以在此處報告: %{census_contact_information}。'
1306
+ title: 您輸入的資料並未列入此次投票的選民名單資料。
1307
+ form_title: '填寫以下表格以檢查您的選民名單資料:'
1308
+ invalid: 檢查選民名單時出現了問題。
1309
+ success:
1310
+ access_link: 透過電子郵件。
1311
+ access_link_with_sms: 透過簡訊或電子郵件。
1312
+ info: 您應該已經收到郵寄的存取代碼了。如果您沒有收到,您可以在此處申請。
1313
+ title: 您的選民名單資料是正確的!
1314
+ title: 我可以投票嗎?
1315
+ check_fields:
1316
+ date_of_birth: 出生日期
1317
+ day: 日
1318
+ day_placeholder: DD
1319
+ document_number: 文件編號
1320
+ document_number_placeholder: 身分證號
1321
+ document_type: 文件類型
1322
+ month: 月
1323
+ month_placeholder: MM
1324
+ postal_code: 郵政編碼
1325
+ postal_code_placeholder: 郵遞區號
1326
+ select: 選擇文件類型
1327
+ year: 年
1328
+ year_placeholder: YYYY
1329
+ count:
1330
+ title:
1331
+ other: "%{count} 票"
1332
+ elections_log:
1333
+ bb_status: 選舉狀態
1334
+ description: 選舉日誌將顯示有關每次投票的所有相關信息。例如,金鑰儀式或計票的狀態,或者結果是否已經發佈。點擊您想要查看日誌信息的選舉。
1335
+ election_log: 選舉紀錄
1336
+ title: 選舉紀錄
1337
+ filters:
1338
+ active: 生效
1339
+ all: 全部
1340
+ date: 日期
1341
+ finished: 已完成
1342
+ search: 搜尋
1343
+ upcoming: 即將舉行
1344
+ filters_small_view:
1345
+ close_modal: 關閉視窗
1346
+ filter: 篩選
1347
+ filter_by: 篩選條件
1348
+ unfold: 展開
1349
+ index:
1350
+ no_votings: 沒有符合您搜尋條件的投票。
1351
+ only_finished: 目前沒有已安排的投票,但您可以在此找到已完成的投票列表。
1352
+ title: 投票
1353
+ login:
1354
+ access_code: 存取代碼
1355
+ access_code_placeholder: 存取代碼
1356
+ ask_for_a_new_one: 要求一個新的投票。
1357
+ dont_have_access_code: 沒有存存取代碼?
1358
+ form_title: '填寫以下表格以訪問投票:'
1359
+ start_voting: 開始投票
1360
+ step: 識別
1361
+ title: 使用投票選民名單資料進行身分驗證
1362
+ no_census_contact_information: 目前尚未提供聯繫資訊。
1363
+ orders:
1364
+ label: '排序投票按:'
1365
+ random: 隨機
1366
+ recent: 最近
1367
+ send_access_code:
1368
+ invalid: 發送存取代碼時出現問題。
1369
+ success: 您的存取代碼已成功發送。
1370
+ show:
1371
+ dates: 日期
1372
+ votings_m:
1373
+ badge_name:
1374
+ finished: 已完成
1375
+ ongoing: 進行中
1376
+ upcoming: 即將舉行
1377
+ footer_button_text:
1378
+ participate: 參與
1379
+ view: 檢視
1380
+ vote: 投票
1381
+ unspecified: 未指定
1382
+ voting_type:
1383
+ hybrid: 混合
1384
+ in_person: 親自
1385
+ online: 線上
1386
+ voting_types_label: 投票類別
1387
+ layouts:
1388
+ decidim:
1389
+ election_votes_header:
1390
+ exit: 退出
1391
+ voting_navigation:
1392
+ check_census: 我可以投票嗎?
1393
+ election_log: 選舉紀錄
1394
+ voting_menu_item: 該投票
1395
+ votings:
1396
+ index:
1397
+ promoted_votings: 重點顯示的投票
1398
+ promoted_voting:
1399
+ more_info: 更多資訊
1400
+ vote: 投票