decidim-elections 0.26.8 → 0.27.0.rc1

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