decidim-elections 0.26.9 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (241) 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 -41
  161. data/config/locales/bg.yml +1 -0
  162. data/config/locales/ca.yml +49 -69
  163. data/config/locales/cs.yml +46 -59
  164. data/config/locales/da.yml +1 -0
  165. data/config/locales/de.yml +24 -180
  166. data/config/locales/el.yml +2 -1090
  167. data/config/locales/en.yml +37 -56
  168. data/config/locales/eo.yml +1 -0
  169. data/config/locales/es-MX.yml +48 -68
  170. data/config/locales/es-PY.yml +48 -68
  171. data/config/locales/es.yml +50 -70
  172. data/config/locales/et.yml +1 -0
  173. data/config/locales/eu.yml +85 -201
  174. data/config/locales/fi-plain.yml +40 -57
  175. data/config/locales/fi.yml +45 -62
  176. data/config/locales/fr-CA.yml +38 -68
  177. data/config/locales/fr.yml +39 -69
  178. data/config/locales/ga-IE.yml +2 -19
  179. data/config/locales/gl.yml +30 -40
  180. data/config/locales/hr.yml +1 -0
  181. data/config/locales/hu.yml +25 -38
  182. data/config/locales/id-ID.yml +1 -0
  183. data/config/locales/is-IS.yml +2 -1
  184. data/config/locales/it.yml +42 -36
  185. data/config/locales/ja.yml +57 -83
  186. data/config/locales/ko.yml +1 -0
  187. data/config/locales/lb.yml +1 -0
  188. data/config/locales/lt.yml +1 -1443
  189. data/config/locales/lv.yml +5 -3
  190. data/config/locales/mt.yml +1 -0
  191. data/config/locales/nl.yml +43 -52
  192. data/config/locales/no.yml +18 -61
  193. data/config/locales/om-ET.yml +1 -0
  194. data/config/locales/pl.yml +50 -49
  195. data/config/locales/pt-BR.yml +40 -49
  196. data/config/locales/pt.yml +41 -35
  197. data/config/locales/ro-RO.yml +22 -71
  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 +18 -80
  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 +9 -68
  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 +7 -30
  212. data/config/locales/zh-TW.yml +1 -1386
  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. data/lib/decidim/votings/voting_serializer.rb +2 -2
  223. metadata +27 -41
  224. data/app/controllers/decidim/votings/admin/exports_controller.rb +0 -14
  225. data/app/controllers/decidim/votings/admin/imports_controller.rb +0 -14
  226. data/app/controllers/decidim/votings/admin/reminders_controller.rb +0 -14
  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 -3
  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/config/locales/sq-AL.yml +0 -1
  239. data/config/locales/th-TH.yml +0 -1
  240. /data/app/packs/entrypoints/{decidim_elections_trustee_tally.js → decidim_elections_trustee_tally_started.js} +0 -0
  241. /data/app/views/decidim/elections/trustee_zone/elections/{_tally_steps.html.erb → _tally_started_steps.html.erb} +0 -0
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  attributes:
@@ -6,39 +7,27 @@ ja:
6
7
  image: 画像
7
8
  proposals: 関連する提案
8
9
  title: タイトル
9
- ballot_style:
10
- code: コード
11
10
  election:
12
11
  description: 説明
13
12
  end_time: 投票が終了します:
14
13
  start_time: 投票開始
15
14
  title: タイトル
16
- monitoring_committee_member:
17
- email: Eメールアドレス
18
- name: 名前
19
- polling_officer:
20
- email: Eメールアドレス
21
- name: 名前
22
- polling_station:
23
- address: 住所
24
- location: 場所
25
- location_hints: 位置情報のヒント
26
- polling_station_managers: マネージャー
27
- polling_station_president_id: 投票責任者
28
- title: タイトル
29
15
  question:
30
16
  max_selections: 選択範囲の最大数
31
17
  min_selections: 上記のどれでもない
32
18
  title: タイトル
33
- trustees_participatory_space:
34
- user_id: 参加者
35
19
  voting:
20
+ banner_image: バナー画像
21
+ census_contact_information: センサスの連絡先情報
22
+ description: 説明
36
23
  end_time: 投票終了
37
24
  introductory_image: 導入画像
38
25
  promoted: プロモート
39
- scope_id: スコープ
26
+ scope: スコープ
40
27
  show_check_census: '「センサスの確認」ページを表示'
41
28
  start_time: 投票開始
29
+ title: タイトル
30
+ voting_type: 投票タイプ
42
31
  errors:
43
32
  models:
44
33
  answer:
@@ -55,6 +44,10 @@ ja:
55
44
  cant_be_changed: 変更できません
56
45
  public_key:
57
46
  cant_be_changed: 変更できません
47
+ voting:
48
+ attributes:
49
+ voting_type:
50
+ inclusion: "%{value} は有効な投票タイプではありません"
58
51
  activerecord:
59
52
  errors:
60
53
  models:
@@ -99,7 +92,7 @@ ja:
99
92
  label: ロール
100
93
  values:
101
94
  manager: マネージャー
102
- president: 投票責任者
95
+ president: 投票管理者
103
96
  unassigned: 未割り当て
104
97
  search_placeholder:
105
98
  name_or_email_or_nickname_or_presided_station_title_or_managed_station_title_cont: '%{collection} を名前/メールアドレス/ニックネーム/投票所で検索します。'
@@ -187,9 +180,9 @@ ja:
187
180
  create: 選挙を作成
188
181
  title: 新しい選挙
189
182
  publish:
190
- success: 選挙を公開しました。
183
+ success: 選挙は正常に公開されました。
191
184
  unpublish:
192
- success: 選挙を非公開にしました。
185
+ success: 選挙は正常に非公開になりました。
193
186
  update:
194
187
  invalid: 選挙の更新中に問題が発生しました
195
188
  success: 選挙が正常に更新されました
@@ -242,17 +235,11 @@ ja:
242
235
  success: 問題が正常に更新されました
243
236
  steps:
244
237
  create_election:
245
- census: センサス
246
238
  errors:
247
- census_codes_generated: センサスのアクセスコードは生成されませんでした。
248
- census_frozen: センサスのアクセスコードはエクスポートされませんでした。
249
- census_uploaded: この選挙にアップロードされたセンサスはありません。
250
- component_published: 選挙コンポーネントは <strong>未公開です</strong>。
251
239
  max_selections: 質問が <strong>回答の数に対して正しく</strong>ありません
252
240
  minimum_answers: 質問には <strong>少なくとも2つの回答</strong>が必要です
253
241
  minimum_questions: 選挙には <strong>少なくとも1つの質問</strong>が必要です。
254
242
  published: 選挙はが <strong>公開されていません</strong> 。
255
- time_before: 開始時刻は選挙が始まる <strong> %{hours} 時間以内</strong> になります。
256
243
  trustees_number: 参加スペースには <strong>少なくとも %{number} 人の公開鍵を持つ受託者</strong>が必要です。
257
244
  invalid: この選挙の設定中に問題が発生しました
258
245
  no_trustees: この参加スペースに設定された受託者はいません
@@ -261,10 +248,6 @@ ja:
261
248
  'false': <strong>公開鍵</strong>がありません
262
249
  'true': <strong>公開鍵</strong>があります
263
250
  requirements:
264
- census_codes_generated: センサスのアクセスコードが生成されます。
265
- census_frozen: センサスのアクセスコードはエクスポートされ、センサスは凍結されます。
266
- census_uploaded: センサスがアップロードされました。
267
- component_published: 選挙コンポーネントは <strong>公開済みです</strong>.
268
251
  max_selections: すべての質問は正しい <strong>回答の最大値</strong> を持っています。
269
252
  minimum_answers: 各質問には <strong>少なくとも2つの回答</strong>を持ちます。
270
253
  minimum_questions: 選挙には <strong>少なくとも1つの質問</strong>があります。
@@ -302,15 +285,6 @@ ja:
302
285
  selected: 選択済み
303
286
  submit: 送信
304
287
  title: 結果を公開しました
305
- tally:
306
- continue: 続ける
307
- invalid: 受託者が見つからない報告する際に問題が発生しました
308
- mark_as_missing: missing としてマーク
309
- mark_as_missing_description: すべての受託者は、このプロセスに参加する必要がありますが、受託者がプロセスに参加できない場合は、missing とマークすることができます。
310
- success: 不足していた受託者の報告は正しく掲示板に送信されました
311
- tally_completion: すべての受託者がアクティブまたは missing とマークされた場合、プロセスは完了します。少なくとも %{quorum} 人の受託者がプロセスを完了する必要があります。
312
- title: 集計処理
313
- undo_mark_as_missing: 受託者は、プロセスが完了する前に、間違ってmissingとマークされていることができます。 その場合、通常通りに進行することができ、missingのマークは無視されます。
314
288
  tally_ended:
315
289
  answer: 回答
316
290
  not_selected: 未選択
@@ -320,6 +294,15 @@ ja:
320
294
  submit: 結果を公開
321
295
  success: 結果公開のリクエストは正常に掲示板に送信されました
322
296
  title: 計算結果
297
+ tally_started:
298
+ continue: 続ける
299
+ invalid: 受託者が見つからない報告する際に問題が発生しました
300
+ mark_as_missing: missing としてマーク
301
+ mark_as_missing_description: すべての受託者は、このプロセスに参加する必要がありますが、受託者がプロセスに参加できない場合は、missing とマークすることができます。
302
+ success: 不足していた受託者の報告は正しく掲示板に送信されました
303
+ tally_completion: すべての受託者がアクティブまたは missing とマークされた場合、プロセスは完了します。少なくとも %{quorum} 人の受託者がプロセスを完了する必要があります。
304
+ title: 集計処理
305
+ undo_mark_as_missing: 受託者は、プロセスが完了する前に、間違ってmissingとマークされていることができます。 その場合、通常通りに進行することができ、missingのマークは無視されます。
323
306
  vote:
324
307
  errors:
325
308
  time_after: 選挙はまだ進行中です。投票期間を終了するには、終了時間(%{end_time})まで待つ必要があります。
@@ -377,13 +360,6 @@ ja:
377
360
  update: "%{user_name} が %{space_name} の選挙 %{resource_name} を更新しました"
378
361
  trustee:
379
362
  create: "%{user_name} がユーザー %{trustee_user} を受託者に割り当てました"
380
- connection:
381
- failed:
382
- modal:
383
- close: 閉じる
384
- communication_lost: 投票サーバー (掲示板) との通信が切れているようです。<br>インターネット接続が切れているか、接続先のサーバーが混雑している可能性があります。<br>この問題が続くようでしたら、時間をおいて再度お試しいただくか、サポートまでお問い合わせください。
385
- generic_error: 不明なエラーが発生しました。 お使いのブラウザがサポートされていないか、サポートされていない「シークレット」または「プライベート」モードを使用している可能性があります。
386
- title: 問題が発生しました
387
363
  election_m:
388
364
  badge_name:
389
365
  finished: 完了
@@ -392,9 +368,7 @@ ja:
392
368
  end_date: 終了
393
369
  footer:
394
370
  remaining_time:
395
- one: "投票期間は残り <strong>%{count} 時間 %{minutes} 分</strong> です。"
396
371
  other: "投票期間は残り <strong>%{count} 時間 %{minutes} 分</strong> です。"
397
- zero: "投票期間は残り <strong>%{minutes} 分</strong> です。"
398
372
  view: 表示
399
373
  vote: 投票
400
374
  label:
@@ -410,7 +384,7 @@ ja:
410
384
  chained_hash: このメッセージの連鎖的ハッシュ
411
385
  complete: 完了
412
386
  creation_description:
413
- complete: 選挙は作成され、掲示板に設定されています。
387
+ complete: 選挙は作成され、掲示板に正常に設定されています。
414
388
  not_created: 選挙はまだ作成されていません。
415
389
  creation_title: 選挙が作成されました
416
390
  description: これは各ステップの状態、例えば選挙が行われた時、集計が完了した時、選曲が終わった時などを確認できる選挙ログです。
@@ -454,9 +428,9 @@ ja:
454
428
  filters:
455
429
  active: 有効
456
430
  all: 全て
431
+ date: 日付
457
432
  finished: 完了
458
433
  search: 検索
459
- state: ステータス:
460
434
  upcoming: 今後の予定
461
435
  filters_small_view:
462
436
  close_modal: ウィンドウを閉じる
@@ -473,9 +447,7 @@ ja:
473
447
  selected: 選択済
474
448
  title: 選挙結果
475
449
  votes:
476
- one: "%{count} 票"
477
450
  other: "%{count} 票"
478
- zero: "%{count} 票"
479
451
  show:
480
452
  action_button:
481
453
  change_vote: 投票の変更
@@ -500,7 +472,7 @@ ja:
500
472
  answer:
501
473
  invalid: フィードバックの送信中に問題が発生しました。
502
474
  spam_detected: フォームに回答する際に問題が発生しました。もう一度お試しください。
503
- success: フィードバックを送信しました
475
+ success: フィードバックは正常に送信されました
504
476
  models:
505
477
  answer:
506
478
  fields:
@@ -565,7 +537,7 @@ ja:
565
537
  title: '%{election} の選挙用キーを復元'
566
538
  upload_election_keys: 選挙用キーをアップロード
567
539
  upload_icon: ダウンロードアクションを示すアイコン
568
- tally_steps:
540
+ tally_started_steps:
569
541
  back: 戻る
570
542
  description: この選挙の結果は、掲示板上で計算されます。この処理を完了するには、受託者として参加すること必要があります。
571
543
  keys:
@@ -574,14 +546,14 @@ ja:
574
546
  cast: 集計キャスト
575
547
  share: 集計を共有
576
548
  list:
577
- status: ステータス:
549
+ status: ステータス
578
550
  task: タスク
579
- process_warning: プロセスが開始された後は、プロセスが終了するまでこのページを終了しないでください。 すべての受託者が連結され完了されるまで、数分かかることがあります。
551
+ process_warning: 処理が開始された後は、処理が終了するまでこのページを閉じないでください。 すべての受託者が接続し完了するまで、しばらくかかることがあります。
580
552
  start: 開始
581
- start_icon: アイコンは、選挙キーの生成を開始するための開始ボタンを示します
553
+ start_icon: アイコンは、選挙キーの生成を開始するためのスタートボタンを示します
582
554
  status:
583
555
  completed: 完了
584
- pending: 保留中
556
+ pending: 保留
585
557
  processing: 処理中
586
558
  title: '%{election} の合計'
587
559
  update:
@@ -615,19 +587,20 @@ ja:
615
587
  generate_legend_3: コンピュータにファイルのコピーがないことを確認してください(例:ダウンロードフォルダとデスクトップフォルダを確認してください)。
616
588
  generate_legend_4: 異なる外部デバイスにファイルの別のコピーを作成し、非常に安全な場所に保存します。
617
589
  submit: 送信
618
- submit_legend: 上記のすべての手順に従った後、公開識別キーを Decidim サーバーに送信するプロセスを完了します。
590
+ submit_legend: 上記のすべての手順に従えば、公開識別キーをサーバーに送信するプロセスは完了になります。
619
591
  submit_title: 公開識別キーを送信
620
592
  title: 受託者の識別キー
621
593
  upload: 識別キーをアップロード
622
594
  upload_error:
623
595
  invalid_format: アップロードされたファイルには識別キーが含まれていません。
624
596
  invalid_key: アップロードされたファイルの識別キーは読み込めません。
625
- invalid_public_key: アップロードされたファイルの識別キーは、Decidim が保存した公開識別キーと一致しません。
626
- upload_legend: Decidimはあなたの公開識別キーを持っていますが、お使いのブラウザにはまだありません。識別キーを生成した後に作成したバックアップから、識別キーの入ったファイルをコンピュータにインポートする必要があります。
597
+ invalid_public_key: アップロードされたファイルの識別キーが公開鍵と一致しません。
598
+ upload_legend: サーバーには公開鍵がありますが、ブラウザにはまだ公開鍵がありません。 公開鍵を作成後、作成したバックアップから、公開鍵を使用したファイルをコンピュータにインポートする必要があります。
627
599
  not_supported_browser_description: 受託者としての活動に使用できないWebブラウザを使用しているようです。最新バージョンのブラウザを使用するか、または一般的なブラウザを使用して、受託者のタスクを完了できるようにしてください。
628
600
  not_supported_browser_title: ブラウザをアップグレードして受託者として行動する
601
+ trustee_role_description: あなたは、このプラットフォームで行われる選挙のいくつかで受託者を務めることになっています。
629
602
  update:
630
- success: 公開識別キーを保存しました。
603
+ success: 公開識別キーが正常に保存されました。
631
604
  votes:
632
605
  ballot_decision:
633
606
  audit: "(監査投票)"
@@ -664,10 +637,6 @@ ja:
664
637
  failed:
665
638
  header: 投票に失敗しました
666
639
  lead: 投票は行われませんでした!
667
- modal:
668
- close: 閉じる
669
- communication_lost: 投票サーバー (掲示板) との通信が切れているようです。<br>インターネット接続が切れているか、接続先のサーバーが混雑している可能性があります。<br>この問題が続くようでしたら、時間をおいて再度お試しいただくか、サポートまでお問い合わせください。
670
- title: 問題が発生しました
671
640
  text: 問題が発生しました。もう一度やり直してください。
672
641
  try_again: 再実行
673
642
  header:
@@ -693,9 +662,9 @@ ja:
693
662
  onboarding_modal:
694
663
  close: 閉じる
695
664
  create_account: アカウントの作成
696
- description: Decidimで新しいアカウントを作成しますか? プロセスに参加し、組織の積極的な一員になることができます。
665
+ description: プラットフォームに新しいアカウントを作成しますか? プロセスに参加し、組織の積極的な一員になることができます。
697
666
  no_account: いいえ結構です。
698
- title: Decidimは初めてですか?
667
+ title: プラットフォームは初めてですか?
699
668
  update:
700
669
  error: 投票ステータスの更新中に問題が発生しました。もう一度投票してください。
701
670
  verify:
@@ -706,9 +675,10 @@ ja:
706
675
  header: 投票が見つかりません!
707
676
  info: 投票コードが %{link} 投票箱に見つかりませんでした。もう一度やり直してください。
708
677
  form:
709
- back: Decidimに戻る
678
+ back: プラットフォームに戻る
710
679
  submit: チェック
711
680
  vote_identifier: '識別コード:'
681
+ vote_identifier_help: これは投票後に与えられた識別子です (投票ブースに入るためのコードではありません)。
712
682
  header:
713
683
  title: 投票を確認
714
684
  success:
@@ -719,6 +689,7 @@ ja:
719
689
  continue: 次へ
720
690
  warnings:
721
691
  no_elections_warning: 検索条件に一致する選挙がないか、または予定されている選挙がありません。
692
+ no_scheduled_elections_warning: 現在、予定された選挙はありませんが、ここでは記載されているすべての過去の選挙を見つけることができます。
722
693
  events:
723
694
  elections:
724
695
  election_published:
@@ -808,7 +779,7 @@ ja:
808
779
  elections:
809
780
  name: 投票する選挙
810
781
  header:
811
- name: 投票ヘッダー
782
+ name: 投票のヘッダー
812
783
  html_block_1:
813
784
  name: 投票htmlブロック1
814
785
  html_block_2:
@@ -816,9 +787,9 @@ ja:
816
787
  html_block_3:
817
788
  name: 投票htmlブロック3
818
789
  metrics:
819
- name: 投票メトリック
790
+ name: 投票メトリクス
820
791
  polling_stations:
821
- name: 投票所
792
+ name: 投票ステーション
822
793
  stats:
823
794
  name: 投票の統計
824
795
  timeline:
@@ -871,7 +842,7 @@ ja:
871
842
  fields:
872
843
  address: 住所
873
844
  polling_station_managers: マネージャー
874
- polling_station_president: 投票責任者
845
+ polling_station_president: 投票管理者
875
846
  title: タイトル
876
847
  name: 投票所
877
848
  voting:
@@ -996,7 +967,7 @@ ja:
996
967
  location_hints_help: '場所のヒント: 追加情報。例:投票所がある建物のフロア。'
997
968
  polling_station_managers_help: '投票所管理者: 投票所の管理を行う担当者。担当者がすでに投票委員として作成されていること、および他の投票所に割り当てられていないことを確認してください'
998
969
  polling_station_president_help: '投票所責任者:投票所の代表を務める担当者。 投票委員がすでに投票所に設置されていること、および他の投票所に割り当てられていないことを確認してください'
999
- select_president: 投票所の投票責任者として投票委員を選択してください
970
+ select_president: 投票所の投票管理者として投票委員を選択してください
1000
971
  index:
1001
972
  title: 投票所
1002
973
  new:
@@ -1013,7 +984,7 @@ ja:
1013
984
  destroy: 削除
1014
985
  new_voting: 新しい投票スペース
1015
986
  publish: 公開
1016
- unpublish: 公開しない
987
+ unpublish: 非公開にする
1017
988
  create:
1018
989
  invalid: 投票の作成中に問題が発生しました
1019
990
  success: 投票が正常に作成されました
@@ -1028,8 +999,9 @@ ja:
1028
999
  introductory_image: 導入画像
1029
1000
  promoted: プロモート
1030
1001
  select_a_voting_type: 投票方式を選択してください
1002
+ show_check_census_help: 公開投票メニューに「投票できますか?」リンクを表示するかどうか
1031
1003
  slug: スラグ
1032
- slug_help: 'URLスラグは、この投票を指すURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
1004
+ slug_help: 'URLスラグは、この投票を指すURLを生成するために使用されます。 使用できるのはアルファベット、数字、ダッシュのみで、アルファベットから始める必要があります。例: %{url}'
1033
1005
  title: タイトル
1034
1006
  voting_type:
1035
1007
  hybrid: ハイブリッド
@@ -1155,7 +1127,7 @@ ja:
1155
1127
  pages:
1156
1128
  home:
1157
1129
  highlighted_votings:
1158
- active_votings: 有効な投票
1130
+ active_votings: アクティブな投票
1159
1131
  see_all_votings: すべての投票を表示
1160
1132
  votings_button_title: すべての投票を表示する投票ページへのリンク
1161
1133
  polling_officer_zone:
@@ -1164,10 +1136,11 @@ ja:
1164
1136
  certify:
1165
1137
  add_images: 画像を追加
1166
1138
  error: 証明書の添付中にエラーが発生しました。もう一度やり直してください。
1139
+ form_legend: 選挙閉鎖証明書の写真をアップロードする
1167
1140
  heading: 投票の再集計 - 証明書をアップロード
1168
1141
  info_text: 選挙閉鎖証明の写真をアップロードしてください
1169
1142
  submit: 証明書をアップロードする
1170
- success: 証明書をアップロードしました。
1143
+ success: 証明書が正常にアップロードされました。
1171
1144
  create:
1172
1145
  error: 閉鎖の作成中にエラーが発生しました。後でもう一度お試しください。
1173
1146
  success: 閉鎖を作成しました。
@@ -1221,11 +1194,12 @@ ja:
1221
1194
  in_person_votes:
1222
1195
  complete_voting:
1223
1196
  available_answers: '利用可能な回答:'
1224
- census_verified: 参加者はまだ投票していません。
1197
+ census_verified: この参加者はまだ対面投票されていません。
1198
+ census_verified_with_online_vote: この参加者はすでにオンラインで投票しています。参加者が直接投票した場合、以前の投票は無効になり、こちらが最終投票となります。
1225
1199
  complete_voting: 投票を完了
1226
1200
  identify_another: 他の参加者を特定する
1227
1201
  questions_title: '彼女は以下の質問に投票する権利があります:'
1228
- questions_title_voted: '参加者はすでにオンラインに投票しており、次の質問に投票する権利があります:'
1202
+ questions_title_voted: 'この参加者はすでにオンラインに投票しており、次の質問に投票する権利があります:'
1229
1203
  voted: 参加者が投票しました
1230
1204
  create:
1231
1205
  error: 投票は登録されませんでした。もう一度やり直してください。
@@ -1264,7 +1238,7 @@ ja:
1264
1238
  polling_officer_zone: 投票委員ゾーン
1265
1239
  polling_officers:
1266
1240
  index:
1267
- polling_officer_role_description: あなたは、このプラットフォームで行われるいくつかの選挙で、投票所の責任者(またはマネージャー) として行動するように割り当てられています。
1241
+ polling_officer_role_description: あなたは、このプラットフォームで行われるいくつかの選挙で、投票所の責任者(長またはマネージャー) として行動するように割り当てられています。
1268
1242
  polling_station:
1269
1243
  address: 住所
1270
1244
  count_votes: 投票数の集計
@@ -1350,9 +1324,9 @@ ja:
1350
1324
  filters:
1351
1325
  active: 有効
1352
1326
  all: 全て
1327
+ date: 日付
1353
1328
  finished: 完了
1354
1329
  search: 検索
1355
- state: ステータス:
1356
1330
  upcoming: 今後の予定
1357
1331
  filters_small_view:
1358
1332
  close_modal: 閉じる
@@ -1 +1,2 @@
1
+ ---
1
2
  ko:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  decidim:
3
4
  elections: