decidim-elections 0.26.2 → 0.27.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (197) 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 +1 -4
  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/header/show.erb +2 -2
  7. data/app/cells/decidim/votings/content_blocks/landing_page/header_cell.rb +1 -1
  8. data/app/commands/decidim/elections/admin/add_user_as_trustee.rb +1 -1
  9. data/app/commands/decidim/elections/admin/create_answer.rb +1 -1
  10. data/app/commands/decidim/elections/admin/create_election.rb +1 -1
  11. data/app/commands/decidim/elections/admin/create_question.rb +1 -2
  12. data/app/commands/decidim/elections/admin/destroy_answer.rb +1 -1
  13. data/app/commands/decidim/elections/admin/destroy_election.rb +1 -1
  14. data/app/commands/decidim/elections/admin/destroy_question.rb +1 -1
  15. data/app/commands/decidim/elections/admin/end_vote.rb +1 -1
  16. data/app/commands/decidim/elections/admin/import_proposals_to_elections.rb +1 -1
  17. data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
  18. data/app/commands/decidim/elections/admin/publish_results.rb +1 -1
  19. data/app/commands/decidim/elections/admin/remove_trustee_from_participatory_space.rb +1 -1
  20. data/app/commands/decidim/elections/admin/report_missing_trustee.rb +1 -1
  21. data/app/commands/decidim/elections/admin/setup_election.rb +4 -2
  22. data/app/commands/decidim/elections/admin/start_key_ceremony.rb +1 -1
  23. data/app/commands/decidim/elections/admin/start_tally.rb +1 -1
  24. data/app/commands/decidim/elections/admin/start_vote.rb +1 -1
  25. data/app/commands/decidim/elections/admin/unpublish_election.rb +1 -1
  26. data/app/commands/decidim/elections/admin/update_action_status.rb +1 -1
  27. data/app/commands/decidim/elections/admin/update_answer.rb +1 -1
  28. data/app/commands/decidim/elections/admin/update_answer_selection.rb +1 -1
  29. data/app/commands/decidim/elections/admin/update_election.rb +1 -1
  30. data/app/commands/decidim/elections/admin/update_question.rb +1 -2
  31. data/app/commands/decidim/elections/admin/update_trustee_participatory_space.rb +1 -1
  32. data/app/commands/decidim/elections/trustee_zone/update_election_bulletin_board_status.rb +1 -1
  33. data/app/commands/decidim/elections/trustee_zone/update_trustee.rb +1 -1
  34. data/app/commands/decidim/elections/voter/cast_vote.rb +1 -1
  35. data/app/commands/decidim/elections/voter/update_vote_status.rb +2 -2
  36. data/app/commands/decidim/votings/admin/create_ballot_style.rb +1 -1
  37. data/app/commands/decidim/votings/admin/create_monitoring_committee_member.rb +1 -1
  38. data/app/commands/decidim/votings/admin/create_polling_officer.rb +1 -1
  39. data/app/commands/decidim/votings/admin/create_voting.rb +3 -2
  40. data/app/commands/decidim/votings/admin/destroy_ballot_style.rb +1 -1
  41. data/app/commands/decidim/votings/admin/destroy_monitoring_committee_member.rb +1 -1
  42. data/app/commands/decidim/votings/admin/destroy_polling_officer.rb +1 -1
  43. data/app/commands/decidim/votings/admin/destroy_polling_station.rb +1 -1
  44. data/app/commands/decidim/votings/admin/manage_polling_station.rb +2 -2
  45. data/app/commands/decidim/votings/admin/monitoring_committee_validate_polling_station_closure.rb +1 -1
  46. data/app/commands/decidim/votings/admin/publish_voting.rb +1 -1
  47. data/app/commands/decidim/votings/admin/unpublish_voting.rb +1 -1
  48. data/app/commands/decidim/votings/admin/update_ballot_style.rb +1 -1
  49. data/app/commands/decidim/votings/admin/update_voting.rb +3 -2
  50. data/app/commands/decidim/votings/census/admin/create_dataset.rb +32 -21
  51. data/app/commands/decidim/votings/census/admin/create_datum.rb +1 -1
  52. data/app/commands/decidim/votings/census/admin/destroy_dataset.rb +1 -1
  53. data/app/commands/decidim/votings/census/admin/increment_dataset_processed_rows.rb +1 -1
  54. data/app/commands/decidim/votings/census/admin/launch_access_codes_export.rb +4 -2
  55. data/app/commands/decidim/votings/census/admin/launch_access_codes_generation.rb +2 -2
  56. data/app/commands/decidim/votings/census/admin/update_dataset.rb +1 -1
  57. data/app/commands/decidim/votings/certify_polling_station_closure.rb +1 -1
  58. data/app/commands/decidim/votings/check_census.rb +1 -1
  59. data/app/commands/decidim/votings/create_polling_station_closure.rb +1 -1
  60. data/app/commands/decidim/votings/create_polling_station_results.rb +1 -1
  61. data/app/commands/decidim/votings/send_access_code.rb +1 -1
  62. data/app/commands/decidim/votings/sign_polling_station_closure.rb +1 -1
  63. data/app/commands/decidim/votings/voter/in_person_vote.rb +1 -1
  64. data/app/commands/decidim/votings/voter/update_in_person_vote_status.rb +1 -1
  65. data/app/controllers/decidim/elections/admin/steps_controller.rb +2 -2
  66. data/app/controllers/decidim/elections/elections_controller.rb +10 -12
  67. data/app/controllers/decidim/elections/trustee_zone/elections_controller.rb +1 -1
  68. data/app/controllers/decidim/votings/census/admin/census_controller.rb +6 -2
  69. data/app/controllers/decidim/votings/votings_controller.rb +10 -13
  70. data/app/forms/decidim/elections/admin/question_form.rb +0 -2
  71. data/app/forms/decidim/elections/admin/setup_form.rb +46 -3
  72. data/app/forms/decidim/elections/admin/vote_period_form.rb +2 -2
  73. data/app/forms/decidim/votings/admin/ballot_style_form.rb +1 -1
  74. data/app/forms/decidim/votings/admin/voting_form.rb +4 -3
  75. data/app/forms/decidim/votings/census/admin/dataset_form.rb +2 -5
  76. data/app/forms/decidim/votings/census/admin/datum_form.rb +1 -1
  77. data/app/helpers/decidim/elections/application_helper.rb +1 -1
  78. data/app/helpers/decidim/votings/votings_helper.rb +1 -1
  79. data/app/models/decidim/elections/answer.rb +1 -6
  80. data/app/models/decidim/elections/election.rb +15 -4
  81. data/app/models/decidim/elections/question.rb +2 -7
  82. data/app/models/decidim/votings/census/dataset.rb +1 -1
  83. data/app/models/decidim/votings/polling_station.rb +2 -3
  84. data/app/models/decidim/votings/voting.rb +15 -0
  85. data/app/packs/entrypoints/{decidim_elections_trustee_tally.js → decidim_elections_trustee_tally_started.js} +0 -0
  86. data/app/packs/src/decidim/elections/admin/pending_action.js +2 -0
  87. data/app/packs/src/decidim/elections/admin/trustees_process.js +2 -0
  88. data/app/packs/src/decidim/elections/broken_promises_handler.js +11 -0
  89. data/app/packs/src/decidim/elections/trustee/key_ceremony.js +3 -0
  90. data/app/packs/src/decidim/elections/trustee/tally.js +4 -1
  91. data/app/packs/src/decidim/elections/voter/casting-vote.js +3 -0
  92. data/app/packs/src/decidim/elections/voter/setup-vote.js +3 -0
  93. data/app/packs/src/decidim/votings/admin/update_census_dataset_status.js +2 -2
  94. data/app/packs/src/decidim/votings/in-person-vote.js +3 -0
  95. data/app/permissions/decidim/votings/admin/permissions.rb +2 -14
  96. data/app/permissions/decidim/votings/permissions.rb +1 -3
  97. data/app/presenters/decidim/votings/voting_stats_presenter.rb +4 -1
  98. data/app/queries/decidim/elections/admin/pending_actions.rb +1 -1
  99. data/app/queries/decidim/elections/admin/votes_for_statistics.rb +1 -1
  100. data/app/queries/decidim/elections/elections_finished_to_end.rb +1 -1
  101. data/app/queries/decidim/elections/elections_ready_to_start.rb +1 -1
  102. data/app/queries/decidim/elections/filtered_elections.rb +1 -1
  103. data/app/queries/decidim/elections/trustees/by_participatory_space.rb +1 -1
  104. data/app/queries/decidim/elections/trustees/by_participatory_space_trustee_ids.rb +1 -1
  105. data/app/queries/decidim/elections/votes/last_vote_for_voter.rb +1 -1
  106. data/app/queries/decidim/elections/votes/pending_votes.rb +1 -1
  107. data/app/queries/decidim/votings/admin/admin_users.rb +1 -1
  108. data/app/queries/decidim/votings/admin/ballot_style_by_voting_code.rb +1 -1
  109. data/app/queries/decidim/votings/admin/polling_officers_join_polling_stations.rb +1 -1
  110. data/app/queries/decidim/votings/admin/polling_officers_join_polling_stations_and_user.rb +2 -2
  111. data/app/queries/decidim/votings/admin/polling_officers_join_user.rb +1 -1
  112. data/app/queries/decidim/votings/organization_prioritized_votings.rb +2 -2
  113. data/app/queries/decidim/votings/organization_promoted_votings.rb +1 -1
  114. data/app/queries/decidim/votings/organization_published_votings.rb +2 -2
  115. data/app/queries/decidim/votings/organization_votings.rb +1 -1
  116. data/app/queries/decidim/votings/prioritized_votings.rb +1 -1
  117. data/app/queries/decidim/votings/published_votings.rb +1 -1
  118. data/app/queries/decidim/votings/votes/in_person_vote_for_voter.rb +1 -1
  119. data/app/queries/decidim/votings/votes/pending_in_person_votes.rb +1 -1
  120. data/app/services/decidim/votings/census_vote_flow.rb +1 -3
  121. data/app/views/decidim/elections/admin/questions/_form.html.erb +0 -4
  122. data/app/views/decidim/elections/admin/steps/_create_election.html.erb +14 -1
  123. data/app/views/decidim/elections/admin/steps/{_tally.html.erb → _tally_started.html.erb} +1 -1
  124. data/app/views/decidim/elections/admin/steps/index.html.erb +2 -0
  125. data/app/views/decidim/elections/elections/_filters.html.erb +2 -2
  126. data/app/views/decidim/elections/elections/election_log.html.erb +3 -1
  127. data/app/views/decidim/elections/shared/_broken_promises_modal.html.erb +33 -0
  128. data/app/views/decidim/elections/trustee_zone/elections/{_tally_steps.html.erb → _tally_started_steps.html.erb} +0 -0
  129. data/app/views/decidim/elections/trustee_zone/elections/show.html.erb +5 -1
  130. data/app/views/decidim/elections/trustee_zone/trustees/show.html.erb +3 -1
  131. data/app/views/decidim/elections/votes/_onboarding_modal.html.erb +3 -1
  132. data/app/views/decidim/elections/votes/_show_casting.html.erb +5 -1
  133. data/app/views/decidim/elections/votes/new.html.erb +11 -5
  134. data/app/views/decidim/elections/votes/verify.html.erb +4 -1
  135. data/app/views/decidim/votings/admin/votings/_form.html.erb +9 -0
  136. data/app/views/decidim/votings/census/admin/census/_creating_data.html.erb +1 -1
  137. data/app/views/decidim/votings/census/admin/census/_exporting_codes.html.erb +1 -1
  138. data/app/views/decidim/votings/census/admin/census/_freeze.html.erb +2 -0
  139. data/app/views/decidim/votings/census/admin/census/_generate_codes.html.erb +14 -4
  140. data/app/views/decidim/votings/census/admin/census/show.html.erb +1 -1
  141. data/app/views/decidim/votings/polling_officer_zone/closures/_certify_form.html.erb +3 -1
  142. data/app/views/decidim/votings/polling_officer_zone/closures/_sign_form.html.erb +3 -1
  143. data/app/views/decidim/votings/polling_officer_zone/closures/edit.html.erb +3 -1
  144. data/app/views/decidim/votings/polling_officer_zone/closures/new.html.erb +3 -1
  145. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_complete_voting.html.erb +8 -2
  146. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/new.html.erb +5 -1
  147. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/show.html.erb +5 -1
  148. data/app/views/decidim/votings/votings/_filters.html.erb +2 -3
  149. data/app/views/decidim/votings/votings/_promoted_voting.html.erb +1 -1
  150. data/app/views/layouts/decidim/election_votes.html.erb +3 -1
  151. data/config/assets.rb +1 -1
  152. data/config/locales/ar.yml +2 -3
  153. data/config/locales/bg.yml +1 -0
  154. data/config/locales/ca.yml +64 -30
  155. data/config/locales/cs.yml +66 -27
  156. data/config/locales/de.yml +53 -30
  157. data/config/locales/el.yml +1 -1
  158. data/config/locales/en.yml +63 -27
  159. data/config/locales/es-MX.yml +65 -31
  160. data/config/locales/es-PY.yml +65 -31
  161. data/config/locales/es.yml +67 -33
  162. data/config/locales/eu.yml +5 -40
  163. data/config/locales/fi-plain.yml +64 -29
  164. data/config/locales/fi.yml +66 -31
  165. data/config/locales/fr-CA.yml +64 -29
  166. data/config/locales/fr.yml +62 -27
  167. data/config/locales/ga-IE.yml +1 -15
  168. data/config/locales/gl.yml +22 -32
  169. data/config/locales/hu.yml +28 -13
  170. data/config/locales/it.yml +5 -34
  171. data/config/locales/ja.yml +65 -33
  172. data/config/locales/lb.yml +1 -0
  173. data/config/locales/lt.yml +1445 -0
  174. data/config/locales/lv.yml +1 -1
  175. data/config/locales/nl.yml +10 -51
  176. data/config/locales/no.yml +11 -39
  177. data/config/locales/pl.yml +16 -35
  178. data/config/locales/pt-BR.yml +6 -34
  179. data/config/locales/pt.yml +12 -40
  180. data/config/locales/ro-RO.yml +11 -25
  181. data/config/locales/sl.yml +1 -0
  182. data/config/locales/sv.yml +60 -11
  183. data/config/locales/tr-TR.yml +4 -14
  184. data/config/locales/zh-CN.yml +1 -5
  185. data/db/migrate/20220404112802_rename_bb_status_tally_to_tally_started.rb +19 -0
  186. data/db/migrate/20220424121541_add_show_check_census_to_votings.rb +7 -0
  187. data/db/migrate/20220615102642_remove_description_from_elections_questions.rb +7 -0
  188. data/db/migrate/20220711112802_rename_dataset_file_to_filename.rb +7 -0
  189. data/lib/decidim/api/election_question_type.rb +0 -1
  190. data/lib/decidim/elections/component.rb +4 -16
  191. data/lib/decidim/elections/test/factories.rb +4 -5
  192. data/lib/decidim/elections/version.rb +1 -1
  193. data/lib/decidim/votings/participatory_space.rb +3 -3
  194. data/lib/decidim/votings/test/factories.rb +3 -2
  195. metadata +31 -27
  196. data/app/services/decidim/elections/election_search.rb +0 -35
  197. data/app/services/decidim/votings/voting_search.rb +0 -46
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  attributes:
@@ -12,13 +13,21 @@ ja:
12
13
  start_time: 投票開始
13
14
  title: タイトル
14
15
  question:
15
- description: 説明
16
16
  max_selections: 選択範囲の最大数
17
17
  min_selections: 上記のどれでもない
18
18
  title: タイトル
19
19
  voting:
20
+ banner_image: バナー画像
21
+ census_contact_information: センサスの連絡先情報
22
+ description: 説明
20
23
  end_time: 投票終了
24
+ introductory_image: 導入画像
25
+ promoted: プロモート
26
+ scope: スコープ
27
+ show_check_census: '「センサスの確認」ページを表示'
21
28
  start_time: 投票開始
29
+ title: タイトル
30
+ voting_type: 投票タイプ
22
31
  errors:
23
32
  models:
24
33
  answer:
@@ -35,6 +44,10 @@ ja:
35
44
  cant_be_changed: 変更できません
36
45
  public_key:
37
46
  cant_be_changed: 変更できません
47
+ voting:
48
+ attributes:
49
+ voting_type:
50
+ inclusion: "%{value} は有効な投票タイプではありません"
38
51
  activerecord:
39
52
  errors:
40
53
  models:
@@ -222,12 +235,17 @@ ja:
222
235
  success: 問題が正常に更新されました
223
236
  steps:
224
237
  create_election:
238
+ census: センサス
225
239
  errors:
240
+ census_codes_generated: センサスの選挙コードは生成されません。
241
+ census_frozen: 選挙コードはエクスポートされません。
242
+ census_uploaded: この選挙にアップロードされたセンサスはありません。
243
+ component_published: 選挙コンポーネントは <strong>未公開です</strong>。
226
244
  max_selections: 質問が <strong>回答の数に対して正しく</strong>ありません
227
245
  minimum_answers: 質問には <strong>少なくとも2つの回答</strong>が必要です
228
246
  minimum_questions: 選挙には <strong>少なくとも1つの質問</strong>が必要です。
229
247
  published: 選挙はが <strong>公開されていません</strong> 。
230
- time_before: 開始時刻が、選挙開始まで<strong>3時間未満 </strong> しかありません。
248
+ time_before: 開始時刻は選挙が始まる <strong> %{hours} 時間以内</strong> になります。
231
249
  trustees_number: 参加スペースには <strong>少なくとも %{number} 人の公開鍵を持つ受託者</strong>が必要です。
232
250
  invalid: この選挙の設定中に問題が発生しました
233
251
  no_trustees: この参加スペースに設定された受託者はいません
@@ -236,6 +254,10 @@ ja:
236
254
  'false': <strong>公開鍵</strong>がありません
237
255
  'true': <strong>公開鍵</strong>があります
238
256
  requirements:
257
+ census_codes_generated: センサスコードが生成されます。
258
+ census_frozen: コードはエクスポートされセンサスは凍結されます
259
+ census_uploaded: センサスがアップロードされました。
260
+ component_published: 選挙コンポーネントは <strong>公開済みです</strong>.
239
261
  max_selections: すべての質問は正しい <strong>回答の最大値</strong> を持っています。
240
262
  minimum_answers: 各質問には <strong>少なくとも2つの回答</strong>を持ちます。
241
263
  minimum_questions: 選挙には <strong>少なくとも1つの質問</strong>があります。
@@ -273,15 +295,6 @@ ja:
273
295
  selected: 選択済み
274
296
  submit: 送信
275
297
  title: 結果を公開しました
276
- tally:
277
- continue: 続ける
278
- invalid: 受託者が見つからない報告する際に問題が発生しました
279
- mark_as_missing: missing としてマーク
280
- mark_as_missing_description: すべての受託者は、このプロセスに参加する必要がありますが、受託者がプロセスに参加できない場合は、missing とマークすることができます。
281
- success: 不足していた受託者の報告は正しく掲示板に送信されました
282
- tally_completion: すべての受託者がアクティブまたは missing とマークされた場合、プロセスは完了します。少なくとも %{quorum} 人の受託者がプロセスを完了する必要があります。
283
- title: 集計処理
284
- undo_mark_as_missing: 受託者は、プロセスが完了する前に、間違ってmissingとマークされていることができます。 その場合、通常通りに進行することができ、missingのマークは無視されます。
285
298
  tally_ended:
286
299
  answer: 回答
287
300
  not_selected: 未選択
@@ -291,6 +304,15 @@ ja:
291
304
  submit: 結果を公開
292
305
  success: 結果公開のリクエストは正常に掲示板に送信されました
293
306
  title: 計算結果
307
+ tally_started:
308
+ continue: 続ける
309
+ invalid: 受託者が見つからない報告する際に問題が発生しました
310
+ mark_as_missing: missing としてマーク
311
+ mark_as_missing_description: すべての受託者は、このプロセスに参加する必要がありますが、受託者がプロセスに参加できない場合は、missing とマークすることができます。
312
+ success: 不足していた受託者の報告は正しく掲示板に送信されました
313
+ tally_completion: すべての受託者がアクティブまたは missing とマークされた場合、プロセスは完了します。少なくとも %{quorum} 人の受託者がプロセスを完了する必要があります。
314
+ title: 集計処理
315
+ undo_mark_as_missing: 受託者は、プロセスが完了する前に、間違ってmissingとマークされていることができます。 その場合、通常通りに進行することができ、missingのマークは無視されます。
294
316
  vote:
295
317
  errors:
296
318
  time_after: 選挙はまだ進行中です。投票期間を終了するには、終了時間(%{end_time})まで待つ必要があります。
@@ -348,6 +370,13 @@ ja:
348
370
  update: "%{user_name} が %{space_name} の選挙 %{resource_name} を更新しました"
349
371
  trustee:
350
372
  create: "%{user_name} がユーザー %{trustee_user} を受託者に割り当てました"
373
+ connection:
374
+ failed:
375
+ modal:
376
+ close: 閉じる
377
+ communication_lost: 投票サーバー (掲示板) との通信が切れているようです。<br>インターネット接続が切れているか、接続先のサーバーが混雑している可能性があります。<br>この問題が続くようでしたら、時間をおいて再度お試しいただくか、サポートまでお問い合わせください。
378
+ generic_error: 不明なエラーが発生しました。 お使いのブラウザがサポートされていないか、サポートされていない「シークレット」または「プライベート」モードを使用している可能性があります。
379
+ title: 問題が発生しました
351
380
  election_m:
352
381
  badge_name:
353
382
  finished: 完了
@@ -356,9 +385,7 @@ ja:
356
385
  end_date: 終了
357
386
  footer:
358
387
  remaining_time:
359
- one: "投票期間は残り <strong>%{count} 時間 %{minutes} 分</strong> です。"
360
388
  other: "投票期間は残り <strong>%{count} 時間 %{minutes} 分</strong> です。"
361
- zero: "投票期間は残り <strong>%{minutes} 分</strong> です。"
362
389
  view: 表示
363
390
  vote: 投票
364
391
  label:
@@ -418,9 +445,9 @@ ja:
418
445
  filters:
419
446
  active: 有効
420
447
  all: 全て
448
+ date: 日付
421
449
  finished: 完了
422
450
  search: 検索
423
- state: ステータス:
424
451
  upcoming: 今後の予定
425
452
  filters_small_view:
426
453
  close_modal: ウィンドウを閉じる
@@ -437,9 +464,7 @@ ja:
437
464
  selected: 選択済
438
465
  title: 選挙結果
439
466
  votes:
440
- one: "%{count} 票"
441
467
  other: "%{count} 票"
442
- zero: "%{count} 票"
443
468
  show:
444
469
  action_button:
445
470
  change_vote: 投票の変更
@@ -529,7 +554,7 @@ ja:
529
554
  title: '%{election} の選挙用キーを復元'
530
555
  upload_election_keys: 選挙用キーをアップロード
531
556
  upload_icon: ダウンロードアクションを示すアイコン
532
- tally_steps:
557
+ tally_started_steps:
533
558
  back: 戻る
534
559
  description: この選挙の結果は、掲示板上で計算されます。この処理を完了するには、受託者として参加すること必要があります。
535
560
  keys:
@@ -538,14 +563,14 @@ ja:
538
563
  cast: 集計キャスト
539
564
  share: 集計を共有
540
565
  list:
541
- status: ステータス:
566
+ status: ステータス
542
567
  task: タスク
543
- process_warning: プロセスが開始された後は、プロセスが終了するまでこのページを終了しないでください。 すべての受託者が連結され完了されるまで、数分かかることがあります。
568
+ process_warning: 処理が開始された後は、処理が終了するまでこのページを閉じないでください。 すべての受託者が接続し完了するまで、しばらくかかることがあります。
544
569
  start: 開始
545
- start_icon: アイコンは、選挙キーの生成を開始するための開始ボタンを示します
570
+ start_icon: アイコンは、選挙キーの生成を開始するためのスタートボタンを示します
546
571
  status:
547
572
  completed: 完了
548
- pending: 保留中
573
+ pending: 保留
549
574
  processing: 処理中
550
575
  title: '%{election} の合計'
551
576
  update:
@@ -579,15 +604,15 @@ ja:
579
604
  generate_legend_3: コンピュータにファイルのコピーがないことを確認してください(例:ダウンロードフォルダとデスクトップフォルダを確認してください)。
580
605
  generate_legend_4: 異なる外部デバイスにファイルの別のコピーを作成し、非常に安全な場所に保存します。
581
606
  submit: 送信
582
- submit_legend: 上記のすべての手順に従った後、公開識別キーを Decidim サーバーに送信するプロセスを完了します。
607
+ submit_legend: 上記のすべての手順に従えば、公開識別キーをサーバーに送信するプロセスは完了になります。
583
608
  submit_title: 公開識別キーを送信
584
609
  title: 受託者の識別キー
585
610
  upload: 識別キーをアップロード
586
611
  upload_error:
587
612
  invalid_format: アップロードされたファイルには識別キーが含まれていません。
588
613
  invalid_key: アップロードされたファイルの識別キーは読み込めません。
589
- invalid_public_key: アップロードされたファイルの識別キーは、Decidim が保存した公開識別キーと一致しません。
590
- upload_legend: Decidimはあなたの公開識別キーを持っていますが、お使いのブラウザにはまだありません。識別キーを生成した後に作成したバックアップから、識別キーの入ったファイルをコンピュータにインポートする必要があります。
614
+ invalid_public_key: アップロードされたファイルの識別キーが公開鍵と一致しません。
615
+ upload_legend: サーバーには公開鍵がありますが、ブラウザにはまだ公開鍵がありません。 公開鍵を作成後、作成したバックアップから、公開鍵を使用したファイルをコンピュータにインポートする必要があります。
591
616
  not_supported_browser_description: 受託者としての活動に使用できないWebブラウザを使用しているようです。最新バージョンのブラウザを使用するか、または一般的なブラウザを使用して、受託者のタスクを完了できるようにしてください。
592
617
  not_supported_browser_title: ブラウザをアップグレードして受託者として行動する
593
618
  trustee_role_description: あなたは、このプラットフォームで行われる選挙のいくつかで受託者を務めることになっています。
@@ -654,9 +679,9 @@ ja:
654
679
  onboarding_modal:
655
680
  close: 閉じる
656
681
  create_account: アカウントの作成
657
- description: Decidimで新しいアカウントを作成しますか? プロセスに参加し、組織の積極的な一員になることができます。
682
+ description: プラットフォームに新しいアカウントを作成しますか? プロセスに参加し、組織の積極的な一員になることができます。
658
683
  no_account: いいえ結構です。
659
- title: Decidimは初めてですか?
684
+ title: プラットフォームは初めてですか?
660
685
  update:
661
686
  error: 投票ステータスの更新中に問題が発生しました。もう一度投票してください。
662
687
  verify:
@@ -667,9 +692,10 @@ ja:
667
692
  header: 投票が見つかりません!
668
693
  info: 投票コードが %{link} 投票箱に見つかりませんでした。もう一度やり直してください。
669
694
  form:
670
- back: Decidimに戻る
695
+ back: プラットフォームに戻る
671
696
  submit: チェック
672
697
  vote_identifier: '識別コード:'
698
+ vote_identifier_help: これは投票後に与えられた識別子です (投票ブースに入るためのコードではありません)。
673
699
  header:
674
700
  title: 投票を確認
675
701
  success:
@@ -990,6 +1016,7 @@ ja:
990
1016
  introductory_image: 導入画像
991
1017
  promoted: プロモート
992
1018
  select_a_voting_type: 投票方式を選択してください
1019
+ show_check_census_help: 公開投票メニューに「投票できますか?」リンクを表示するかどうか
993
1020
  slug: スラグ
994
1021
  slug_help: 'URLスラグは、この投票を指すURLを生成するために使用されます。 使用できるのはアルファベット、数字、ダッシュのみで、アルファベットから始める必要があります。例: %{url}'
995
1022
  title: タイトル
@@ -1038,7 +1065,7 @@ ja:
1038
1065
  invalid: センサスのアップロード中にエラーが発生しました。後でもう一度お試しください。
1039
1066
  invalid_csv_header: CSVヘッダーが見つからないか正しくありません。手順をよくお読みください。
1040
1067
  creating_data:
1041
- info_message: "<strong>しばらくお待ち下さい</strong>, ファイル %{file} の %{raw_count} 行中 %{processed_count} 行目を処理しています."
1068
+ info_message: "<strong>しばらくお待ち下さい</strong>, ファイル %{file} の %{raw_count} 行中 %{processed_count} 行目を処理しています (数分かかる場合もあります)."
1042
1069
  delete:
1043
1070
  button: センサスデータをすべて削除する
1044
1071
  confirm: センサスデータをすべて削除します。元に戻すことはできません。続行してもよろしいですか?
@@ -1053,9 +1080,12 @@ ja:
1053
1080
  launch_error: アクセスコードのエクスポートの起動に問題があります
1054
1081
  launch_success: アクセスコードのエクスポートが開始されました。まもなく %{email} にメールが届きます。
1055
1082
  exporting_access_codes:
1056
- info_message: "<strong>しばらくお待ちください</strong>, エクスポートの準備が完了しています, 間もなく %{email} で受け取れるようになります"
1083
+ info_message: "<strong>しばらくお待ち下さい</strong>, エクスポートを準備しており, 間もなく %{email} に送信されます (数分かかる場合があります)"
1057
1084
  freeze:
1058
1085
  callout: センサスは凍結しており、変更することはできません。
1086
+ help_html: |
1087
+ センサスデータのアップロード、コードの生成、およびエクスポートが正常に行われました。<br> <strong>これで選挙を開始する準備が整いました。</strong><br>
1088
+ エクスポートされた個人のコード付きの CSV を使用して、独自の方法でセンサスに沿って配布するか、「投票できる」タブを有効にして、誰でも自分のセンサスデータでこのコードを取得できるようにします。
1059
1089
  generate_access_codes:
1060
1090
  button: 投票アクセスコードを生成する
1061
1091
  callout: アクセスコードの生成に進めることができるようになりました。 アクセスコードを生成すると、センサスを変更することができなくなります。
@@ -1064,8 +1094,9 @@ ja:
1064
1094
  info_message_warn: '%{data_count} レコードが作成されましたが、アップロードされたファイル %{file} は %{raw_count} 行だったため、データが失われていないことを確認してください。'
1065
1095
  launch_error: アクセスコードの生成中に問題が発生しました
1066
1096
  launch_success: コードの生成が開始されました
1097
+ start_over: 現在のセンサスを削除し、有効な行からなる適切なCSVファイルでやり直してください。
1067
1098
  generating_access_codes:
1068
- info_message: "<strong>しばらくお待ちください</strong>, 投票アクセスコードの生成中です..."
1099
+ info_message: "<strong>しばらくお待ちください</strong>, 投票アクセスコードを生成しています (数分かかることがあります)。"
1069
1100
  new:
1070
1101
  file_help:
1071
1102
  explanation: 'ファイルのガイダンス:'
@@ -1184,11 +1215,12 @@ ja:
1184
1215
  in_person_votes:
1185
1216
  complete_voting:
1186
1217
  available_answers: '利用可能な回答:'
1187
- census_verified: 参加者はまだ投票していません。
1218
+ census_verified: この参加者はまだ対面投票されていません。
1219
+ census_verified_with_online_vote: この参加者はすでにオンラインで投票しています。参加者が直接投票した場合、以前の投票は無効になり、こちらが最終投票となります。
1188
1220
  complete_voting: 投票を完了
1189
1221
  identify_another: 他の参加者を特定する
1190
1222
  questions_title: '彼女は以下の質問に投票する権利があります:'
1191
- questions_title_voted: '参加者はすでにオンラインに投票しており、次の質問に投票する権利があります:'
1223
+ questions_title_voted: 'この参加者はすでにオンラインに投票しており、次の質問に投票する権利があります:'
1192
1224
  voted: 参加者が投票しました
1193
1225
  create:
1194
1226
  error: 投票は登録されませんでした。もう一度やり直してください。
@@ -1313,9 +1345,9 @@ ja:
1313
1345
  filters:
1314
1346
  active: 有効
1315
1347
  all: 全て
1348
+ date: 日付
1316
1349
  finished: 完了
1317
1350
  search: 検索
1318
- state: ステータス:
1319
1351
  upcoming: 今後の予定
1320
1352
  filters_small_view:
1321
1353
  close_modal: 閉じる
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  decidim:
3
4
  elections: