decidim-meetings 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/config/decidim_meetings_manifest.js +1 -0
  3. data/app/assets/images/decidim/gamification/badges/attended_meetings.svg +1 -106
  4. data/app/assets/images/decidim/meetings/icon.svg +1 -5
  5. data/app/assets/javascripts/decidim/meetings/admin/destroy_meeting_alert.js.es6 +16 -0
  6. data/app/cells/decidim/meetings/highlighted_meetings_for_component/show.erb +7 -7
  7. data/app/cells/decidim/meetings/join_meeting_button/show.erb +2 -2
  8. data/app/cells/decidim/meetings/meeting_cell.rb +2 -1
  9. data/app/cells/decidim/meetings/meeting_list_item/show.erb +3 -3
  10. data/app/cells/decidim/meetings/meeting_list_item_cell.rb +1 -1
  11. data/app/cells/decidim/meetings/meeting_m/date.erb +1 -1
  12. data/app/cells/decidim/meetings/meeting_m/footer.erb +1 -1
  13. data/app/cells/decidim/meetings/meeting_m/multiple_dates.erb +1 -1
  14. data/app/cells/decidim/meetings/meeting_m_cell.rb +2 -2
  15. data/app/cells/decidim/meetings/meeting_s/show.erb +6 -6
  16. data/app/commands/decidim/meetings/admin/destroy_meeting.rb +6 -1
  17. data/app/controllers/decidim/meetings/admin/meeting_closes_controller.rb +2 -0
  18. data/app/controllers/decidim/meetings/admin/meetings_controller.rb +10 -0
  19. data/app/forms/decidim/meetings/admin/close_meeting_form.rb +7 -1
  20. data/app/helpers/decidim/meetings/application_helper.rb +1 -0
  21. data/app/helpers/decidim/meetings/map_helper.rb +2 -1
  22. data/app/helpers/decidim/meetings/meetings_helper.rb +1 -1
  23. data/app/models/decidim/meetings/meeting.rb +11 -0
  24. data/app/presenters/decidim/meetings/meeting_presenter.rb +14 -3
  25. data/app/queries/decidim/meetings/metrics/meetings_metric_manage.rb +2 -8
  26. data/app/services/decidim/meetings/calendar/meeting_to_event.rb +1 -1
  27. data/app/views/decidim/meetings/_calendar_modal.html.erb +4 -4
  28. data/app/views/decidim/meetings/admin/invites/index.html.erb +2 -2
  29. data/app/views/decidim/meetings/admin/meeting_closes/_form.html.erb +1 -6
  30. data/app/views/decidim/meetings/admin/meeting_closes/proposals_picker.html.erb +1 -0
  31. data/app/views/decidim/meetings/admin/meetings/_form.html.erb +1 -1
  32. data/app/views/decidim/meetings/admin/meetings/index.html.erb +18 -1
  33. data/app/views/decidim/meetings/admin/registrations/_form.html.erb +4 -0
  34. data/app/views/decidim/meetings/directory/meetings/index.html.erb +5 -3
  35. data/app/views/decidim/meetings/meetings/_filters.html.erb +12 -4
  36. data/app/views/decidim/meetings/meetings/_linked_meetings.html.erb +2 -2
  37. data/app/views/decidim/meetings/meetings/_meeting_agenda.html.erb +2 -2
  38. data/app/views/decidim/meetings/meetings/_meeting_minutes.html.erb +8 -8
  39. data/app/views/decidim/meetings/meetings/index.html.erb +1 -1
  40. data/app/views/decidim/meetings/meetings/show.html.erb +13 -4
  41. data/app/views/decidim/participatory_processes/participatory_process_groups/_meeting.html.erb +2 -2
  42. data/app/views/decidim/participatory_spaces/_conference_venues.html.erb +1 -1
  43. data/app/views/decidim/participatory_spaces/_upcoming_meeting_for_card.html.erb +1 -3
  44. data/config/locales/bg-BG.yml +29 -0
  45. data/config/locales/ca.yml +11 -0
  46. data/config/locales/cs.yml +15 -0
  47. data/config/locales/da-DK.yml +1 -0
  48. data/config/locales/de.yml +15 -0
  49. data/config/locales/el.yml +453 -0
  50. data/config/locales/en.yml +12 -1
  51. data/config/locales/es-MX.yml +13 -2
  52. data/config/locales/es-PY.yml +13 -2
  53. data/config/locales/es.yml +12 -1
  54. data/config/locales/et-EE.yml +1 -0
  55. data/config/locales/eu.yml +2 -2
  56. data/config/locales/fi-plain.yml +11 -0
  57. data/config/locales/fi.yml +39 -28
  58. data/config/locales/fr-CA.yml +454 -0
  59. data/config/locales/fr.yml +3 -0
  60. data/config/locales/ga-IE.yml +1 -0
  61. data/config/locales/hr-HR.yml +1 -0
  62. data/config/locales/hu.yml +11 -2
  63. data/config/locales/is-IS.yml +0 -2
  64. data/config/locales/it.yml +12 -1
  65. data/config/locales/ja-JP.yml +455 -0
  66. data/config/locales/lt-LT.yml +1 -0
  67. data/config/locales/lv-LV.yml +452 -0
  68. data/config/locales/mt-MT.yml +1 -0
  69. data/config/locales/nl.yml +5 -2
  70. data/config/locales/no.yml +1 -1
  71. data/config/locales/pl.yml +20 -1
  72. data/config/locales/pt-BR.yml +1 -1
  73. data/config/locales/pt.yml +186 -171
  74. data/config/locales/ro-RO.yml +459 -0
  75. data/config/locales/sk-SK.yml +463 -0
  76. data/config/locales/sk.yml +463 -0
  77. data/config/locales/sl.yml +10 -0
  78. data/config/locales/sr-CS.yml +13 -0
  79. data/config/locales/sv.yml +11 -5
  80. data/config/locales/uk.yml +0 -2
  81. data/db/migrate/20200320105922_index_foreign_keys_in_decidim_meetings_registrations.rb +7 -0
  82. data/lib/decidim/meetings/admin_engine.rb +3 -1
  83. data/lib/decidim/meetings/engine.rb +0 -4
  84. data/lib/decidim/meetings/seeds/city.jpeg +0 -0
  85. data/lib/decidim/meetings/version.rb +1 -1
  86. data/lib/tasks/decidim_meetings.rake +16 -0
  87. metadata +41 -16
@@ -283,6 +283,7 @@ fr:
283
283
  form:
284
284
  available_slots_help: Laisser à 0 si le nombre de places disponibles est illimité.
285
285
  invites: Invitations
286
+ recommendation_message: Pour des raisons de confidentialité, nous vous recommandons de supprimer ce formulaire d'inscription lorsque vous n'en avez plus besoin. Par défaut, il le sera 3 mois après la fin de la réunion.
286
287
  registration_form: Formulaire d'inscription
287
288
  registrations_count:
288
289
  one: Il y a eu %{count} inscription.
@@ -368,7 +369,9 @@ fr:
368
369
  confirm: Confirmer
369
370
  show:
370
371
  attendees: Nombre de participants
372
+ back: Retour à la liste
371
373
  contributions: Décompte des contributions
374
+ date: Date
372
375
  going: J'y vais
373
376
  join: Participer à la rencontre
374
377
  meeting_report: Compte rendu de la rencontre
@@ -0,0 +1 @@
1
+ ga:
@@ -0,0 +1 @@
1
+ hr:
@@ -153,6 +153,10 @@ hu:
153
153
  confirm_destroy: Biztosan törölni szeretnéd ezt a találkozót?
154
154
  destroy: Törlés
155
155
  edit: Szerkesztés
156
+ invalid_destroy:
157
+ proposals_count:
158
+ one: 'A találkozót nem lehet megsemmisíteni, mert %{count} javaslat van társítva hozzá:'
159
+ other: 'A találkozót nem lehet megsemmisíteni, mert %{count} javaslat van társítva hozzá:'
156
160
  minutes: Jegyzőkönyvek
157
161
  new: Új találkozó
158
162
  preview: Előnézet
@@ -234,6 +238,10 @@ hu:
234
238
  invalid: Probléma történt a találkozó létrehozása során
235
239
  success: Találkozó létrehozása sikeres
236
240
  destroy:
241
+ invalid:
242
+ proposals_count:
243
+ one: A találkozót nem lehet megsemmisíteni, mert %{count} javaslat van társítva hozzá
244
+ other: A találkozót nem lehet megsemmisíteni, mert %{count} javaslat van társítva hozzá
237
245
  success: Találkozó törlése sikeres
238
246
  edit:
239
247
  update: Frissítés
@@ -349,9 +357,9 @@ hu:
349
357
  category: Kategória
350
358
  category_prompt: Válassz kategóriát
351
359
  date: Dátum
352
- past: Előzmények
360
+ past: Múlt
353
361
  search: Keresés
354
- upcoming: Közelgő
362
+ upcoming: közelgő
355
363
  filters_small_view:
356
364
  close_modal: Modal bezárása
357
365
  filter: Szűrő
@@ -368,6 +376,7 @@ hu:
368
376
  confirm: Megerősítés
369
377
  show:
370
378
  attendees: Résztvevők száma
379
+ back: Vissza a listához
371
380
  contributions: Hozzájárulások száma
372
381
  going: Halad
373
382
  join: Csatlakozz a találkozóhoz
@@ -180,9 +180,7 @@ is-IS:
180
180
  category: Flokkur
181
181
  category_prompt: Veldu flokk
182
182
  date: Dagsetning
183
- past: Past
184
183
  search: Leita
185
- upcoming: Næstu
186
184
  filters_small_view:
187
185
  close_modal: Loka mát
188
186
  filter: Sía
@@ -153,6 +153,10 @@ it:
153
153
  confirm_destroy: Sei certo di voler cancellare questo meeting?
154
154
  destroy: Cancella
155
155
  edit: Modifica
156
+ invalid_destroy:
157
+ proposals_count:
158
+ one: 'La riunione non può essere annullata perché ha %{count} proposta ad essa associata:'
159
+ other: 'La riunione non può essere annullata perché ha %{count} proposte associate:'
156
160
  minutes: Minuti
157
161
  new: Nuovo incontro
158
162
  preview: Anteprima
@@ -234,6 +238,10 @@ it:
234
238
  invalid: C'è stato un problema durante la creazione di questo meeting.
235
239
  success: OK, il meeting è stato creato con successo.
236
240
  destroy:
241
+ invalid:
242
+ proposals_count:
243
+ one: La riunione non può essere annullata perché ha %{count} proposta ad essa associata
244
+ other: La riunione non può essere annullata perché ha %{count} proposte associate
237
245
  success: OK, il meeting è stato cancellato.
238
246
  edit:
239
247
  update: Modifica
@@ -283,6 +291,7 @@ it:
283
291
  form:
284
292
  available_slots_help: Lasciare a 0 se disponi di slot illimitati.
285
293
  invites: Inviti
294
+ recommendation_message: Per motivi di privacy, ti consigliamo di eliminare questo modulo di iscrizione quando non ne hai più bisogno. Per impostazione predefinita, questo avverrà 3 mesi dopo la fine della riunione.
286
295
  registration_form: Formulario di registrazione
287
296
  registrations_count:
288
297
  one: C'è stata %{count} registrazione.
@@ -351,7 +360,7 @@ it:
351
360
  date: Data
352
361
  past: Conclusi
353
362
  search: Cerca
354
- upcoming: Prossimi
363
+ upcoming: Prossime
355
364
  filters_small_view:
356
365
  close_modal: Chiudi modalità
357
366
  filter: Filtra
@@ -368,7 +377,9 @@ it:
368
377
  confirm: Conferma
369
378
  show:
370
379
  attendees: Conteggio dei partecipanti
380
+ back: Torna alla lista
371
381
  contributions: Conteggio dei contributi
382
+ date: Data
372
383
  going: Parteciperò
373
384
  join: Partecipa alla riunione
374
385
  meeting_report: Rapporto della riunione
@@ -0,0 +1,455 @@
1
+ ja:
2
+ activemodel:
3
+ attributes:
4
+ agenda:
5
+ description: 説明
6
+ duration: 持続期間
7
+ title: タイトル
8
+ close_meeting:
9
+ attendees_count: 出席者数
10
+ attending_organizations: 参加した組織一覧
11
+ closing_report: レポート
12
+ contributions_count: 貢献数
13
+ proposal_ids: 会議で作成された提案
14
+ meeting:
15
+ address: 住所
16
+ available_slots: この会議で利用可能なスロット
17
+ decidim_category_id: カテゴリ
18
+ decidim_scope_id: スコープ
19
+ description: 説明
20
+ end_time: 終了時刻
21
+ location: 場所
22
+ location_hints: 位置情報のヒント
23
+ organizer_id: オーガナイザー
24
+ private_meeting: プライベートミーティング
25
+ registration_form_enabled: 登録フォームは有効です
26
+ registration_terms: 登録条件
27
+ registrations_enabled: 登録が有効です
28
+ start_time: 開始時刻
29
+ title: タイトル
30
+ transparent: 透明度
31
+ minutes:
32
+ audio_url: オーディオ URL
33
+ description: 説明
34
+ video_url: ビデオ URL
35
+ visible: 非表示にする
36
+ errors:
37
+ models:
38
+ meeting_agenda:
39
+ attributes:
40
+ base:
41
+ too_many_minutes: 項目の期間はミーティング期間を %{count} 分超えています
42
+ too_many_minutes_child: アイテムの子の期間は議題項目「%{parent_title}」の親期間を %{count} 分超えています
43
+ meeting_registration_invite:
44
+ attributes:
45
+ email:
46
+ already_invited: このメールアカウントは既に招待されています
47
+ models:
48
+ decidim/meetings/close_meeting_event: ミーティングは終了しました
49
+ decidim/meetings/create_meeting_event: 会議
50
+ decidim/meetings/meeting_registrations_enabled_event: 登録が有効です
51
+ decidim/meetings/meeting_registrations_over_percentage_event: 上限を超える登録
52
+ decidim/meetings/upcoming_meeting_event: 今後のミーティング
53
+ decidim/meetings/update_meeting_event: ミーティングが更新されました
54
+ activerecord:
55
+ models:
56
+ decidim/meetings/meeting:
57
+ other: ミーティング
58
+ decidim/meetings/minutes:
59
+ other: 分
60
+ decidim/meetings/registration:
61
+ other: 登録
62
+ decidim:
63
+ admin:
64
+ meeting_copies:
65
+ create:
66
+ error: この会議を複製する際に問題が発生しました。
67
+ success: 会議を複製しました。
68
+ new:
69
+ copy: コピー
70
+ select: 複製したいデータを選択してください
71
+ title: ミーティングを複製
72
+ components:
73
+ meetings:
74
+ actions:
75
+ join: 参加する
76
+ name: ミーティング
77
+ settings:
78
+ global:
79
+ announcement: お知らせ
80
+ comments_enabled: コメントは有効です
81
+ default_registration_terms: デフォルトの登録条件
82
+ enable_pads_creation: パッドの作成を有効にする
83
+ resources_permissions_enabled: アクションの権限はミーティングごとに設定できます
84
+ step:
85
+ announcement: お知らせ
86
+ comments_blocked: コメントがブロックされました
87
+ events:
88
+ meetings:
89
+ meeting_closed:
90
+ affected_user:
91
+ email_intro: 'あなたのミーティング "%{resource_title}" は終了しました.そのページから結論を読むことができます:'
92
+ email_outro: '"%{resource_title}"の会議を組織化したため、この通知を受け取りました。'
93
+ email_subject: '「%{resource_title}」のミーティングは終了しました'
94
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> の会合は終了しました。
95
+ follower:
96
+ email_intro: '"%{resource_title}" ミーティングは終了しました.そのページから結論を読むことができます:'
97
+ email_outro: '「%{resource_title}」ミーティングをフォローしているため、この通知を受け取りました.前のリンクからフォローを解除することができます.'
98
+ email_subject: '「%{resource_title}」のミーティングは終了しました'
99
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> の会合は終了しました。
100
+ meeting_created:
101
+ email_intro: フォローしているミーティング "%{resource_title}" が "%{participatory_space_title}" に追加されました.
102
+ email_outro: '「%{participatory_space_title}」をフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
103
+ email_subject: '%{participatory_space_title} に新しいミーティングが追加されました'
104
+ notification_title: ミーティング <a href="%{resource_path}">%{resource_title}</a> が %{participatory_space_title} に追加されました.
105
+ meeting_registration_confirmed:
106
+ notification_title: ミーティング <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました.登録コードは %{registration_code}です.
107
+ meeting_registrations_over_percentage:
108
+ email_intro: '"%{resource_title}" 会議に割り当てられたスロットは %{percentage} %以上です。'
109
+ email_outro: あなたはミーティングの参加スペースの管理者であるため、この通知を受け取りました.
110
+ email_subject: '「%{resource_title}」会議の割り当てられたスロットは %{percentage} %を超えています'
111
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> 会議に割り当てられたスロットは %{percentage}%を超えています。
112
+ meeting_updated:
113
+ email_intro: '"%{resource_title}" ミーティングが更新されました.新しいバージョンはそのページから読むことができます:'
114
+ email_outro: '「%{resource_title}」ミーティングをフォローしているため、この通知を受け取りました.前のリンクからフォローを解除することができます.'
115
+ email_subject: '"%{resource_title}" のミーティングが更新されました'
116
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> のミーティングを更新しました。
117
+ registration_code_validated:
118
+ email_intro: '「%{registration_code}」会議の登録コード「%{resource_title}」が確認されました。'
119
+ email_outro: '"%{resource_title}" 会議の登録コードが検証されたため、この通知を受け取りました。'
120
+ email_subject: あなたの "%{registration_code}" 会議の登録コード "%{resource_title}" が検証されました
121
+ notification_title: ミーティング <a href="%{resource_path}">%{resource_title} </a> に対するあなたの登録コード "%{registration_code}" が認証されました。
122
+ registrations_enabled:
123
+ email_intro: '"%{resource_title}" ミーティングは登録を有効にしました.あなた自身をそのページに登録することができます:'
124
+ email_outro: '「%{resource_title}」ミーティングをフォローしているため、この通知を受け取りました.前のリンクからフォローを解除することができます.'
125
+ email_subject: '"%{resource_title}" ミーティングは登録を有効にしました.'
126
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> のミーティングは登録を有効にしました。
127
+ upcoming_meeting:
128
+ email_intro: '"%{resource_title}" のミーティングは48時間以内に開始されます.'
129
+ email_outro: '「%{resource_title}」ミーティングをフォローしているため、この通知を受け取りました.前のリンクからフォローを解除することができます.'
130
+ email_subject: '"%{resource_title}" のミーティングは48時間以内に開始されます.'
131
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> のミーティングは48時間以内に開始されます.
132
+ gamification:
133
+ badges:
134
+ attended_meetings:
135
+ conditions:
136
+ - 参加したいミーティングに登録する
137
+ description: このバッジは、顔を合わせていくつかのミーティングに出席するときに付与されます。
138
+ description_another: この参加者は %{score} 件のミーティングに出席しました.
139
+ description_own: '%{score} 件のミーティングに出席しました.'
140
+ name: 出席したミーティング
141
+ next_level_in: さらに %{score} 件のミーティングに参加して、次のレベルに到達しましょう!
142
+ unearned_another: この参加者はまだミーティングに出席していません.
143
+ unearned_own: まだ会議に出席していません。
144
+ meetings:
145
+ actions:
146
+ agenda: 予定
147
+ attachment_collections: フォルダ
148
+ attachments: 添付ファイル
149
+ close: 閉じる
150
+ confirm_destroy: このミーティングを削除してもよろしいですか?
151
+ destroy: 削除
152
+ edit: 編集
153
+ invalid_destroy:
154
+ proposals_count:
155
+ other: '%{count} 件の提案が関連付けられているため、会議を破壊できません:'
156
+ minutes: 分
157
+ new: 新しいミーティング
158
+ preview: プレビュー
159
+ registrations: 登録
160
+ title: アクション
161
+ admin:
162
+ agenda:
163
+ agenda_item:
164
+ add_agenda_item_child: 議題サブ項目を追加
165
+ agenda_item: 予定表の項目
166
+ agenda_item_children: アジェンダサブアイテム
167
+ down: 下
168
+ remove: 削除
169
+ up: 上へ
170
+ agenda_item_child:
171
+ agenda_item_child: アジェンダサブアイテム
172
+ down: 下
173
+ remove: 削除
174
+ up: 上へ
175
+ create:
176
+ invalid: この議題の作成中に問題が発生しました
177
+ success: アジェンダを作成しました
178
+ edit:
179
+ title: 議題を編集
180
+ update: 更新
181
+ form:
182
+ add_agenda_item: 議題項目を追加
183
+ agenda_items: 予定表の項目
184
+ end_date: 終了日
185
+ start_date: 開始日
186
+ new:
187
+ create: 作成
188
+ title: 新しい議題の作成
189
+ update:
190
+ invalid: この議題の更新中に問題が発生しました
191
+ success: アジェンダを正常に更新しました
192
+ exports:
193
+ meetings: ミーティング
194
+ registrations: 登録
195
+ invite_join_meeting_mailer:
196
+ invite:
197
+ decline: 招待を拒否
198
+ invited_you_to_join_a_meeting: "%{invited_by} が %{application}にミーティングへの参加を招待しました.以下のリンクから拒否または承認することができます."
199
+ join: ミーティングに参加する '%{meeting_title}'
200
+ invites:
201
+ create:
202
+ error: 参加者をミーティングに招待する際に問題が発生しました.
203
+ success: 参加者が会議に参加するように招待されました。
204
+ form:
205
+ attendee_type: 参加者の種類
206
+ existing_user: 既存の参加者
207
+ invite: 招待
208
+ invite_explanation: 参加者は、会議や団体にも招待されます。
209
+ non_user: 非既存の参加者
210
+ select_user: 参加者を選択
211
+ index:
212
+ filter:
213
+ accepted: 承認済み
214
+ all: すべて
215
+ rejected: 拒否
216
+ sent: 送信済み
217
+ filter_by: フィルター
218
+ invite_attendee: 参加者を招待
219
+ invites: 招待
220
+ registrations_disabled: 登録が無効になっているため、参加者を招待することはできません。
221
+ search: 検索
222
+ meeting_closes:
223
+ edit:
224
+ close: 閉じる
225
+ title: ミーティングを閉じる
226
+ meeting_copies:
227
+ form:
228
+ select_organizer: 主催者を選択
229
+ meetings:
230
+ close:
231
+ invalid: この会議を終了する際に問題が発生しました
232
+ success: ミーティングが正常に閉じられました
233
+ create:
234
+ invalid: このミーティングを作成する際に問題が発生しました
235
+ success: ミーティングを作成しました
236
+ destroy:
237
+ invalid:
238
+ proposals_count:
239
+ other: '%{count} 件の提案が関連付けられているため、会議を破壊できません'
240
+ success: ミーティングを削除しました
241
+ edit:
242
+ update: 更新
243
+ form:
244
+ address_help: 'アドレス: ジオコーダーが場所を見つけるために使用'
245
+ location_help: '場所: ユーザーにメッセージが表示されます。'
246
+ location_hints_help: '位置情報:追加情報。例:建物の床。'
247
+ select_organizer: 主催者を選択
248
+ index:
249
+ title: ミーティング
250
+ new:
251
+ create: 作成
252
+ title: ミーティングを作成
253
+ service:
254
+ description: 説明
255
+ down: 下
256
+ remove: 削除
257
+ service: サービス
258
+ title: タイトル
259
+ up: 上へ
260
+ services:
261
+ add_service: サービスを追加
262
+ services: サービス
263
+ update:
264
+ invalid: この会議の更新中に問題が発生しました
265
+ success: ミーティングを更新しました
266
+ minutes:
267
+ create:
268
+ invalid: この分を作成する際に問題が発生しました
269
+ success: 正常に作成された分
270
+ edit:
271
+ update: 更新
272
+ new:
273
+ create: 作成
274
+ title: 分を作成
275
+ update:
276
+ invalid: この議事録の更新中に問題が発生しました
277
+ success: 分が正常に更新されました
278
+ models:
279
+ meeting:
280
+ name: 会議
281
+ registrations:
282
+ edit:
283
+ save: 保存
284
+ validate: Validate
285
+ validate_registration_code: 登録コードを検証する
286
+ form:
287
+ available_slots_help: 無制限のスロットがある場合は0のままにしてください。
288
+ invites: 招待
289
+ recommendation_message: プライバシー上の理由から、不要になったときにこの碑文フォームを削除することをお勧めします。 デフォルトでは、ミーティングが終了してから3ヶ月です。
290
+ registration_form: 登録フォーム
291
+ registrations_count:
292
+ other: '%{count} 件の登録がありました。'
293
+ reserved_slots_help: 予約スロットがない場合は0にしてください
294
+ reserved_slots_less_than: '%{count} 以下にしてください'
295
+ title: 登録
296
+ update:
297
+ invalid: 登録設定の保存中に問題が発生しました。
298
+ success: ミーティングの登録設定を保存しました。
299
+ validate_registration_code:
300
+ invalid: この登録コードは無効です。
301
+ success: 登録コードを検証しました。
302
+ admin_log:
303
+ invite:
304
+ create: "%{user_name} が %{attendee_name} を %{resource_name} スペースの %{space_name} ミーティングに招待しました"
305
+ deleted: "%{user_name} は %{attendee_name} スペースで %{resource_name} ミーティングに参加して、 %{space_name} の招待を解除しました"
306
+ update: "%{user_name} が %{attendee_name} を %{resource_name} スペースの %{space_name} ミーティングに招待しました"
307
+ meeting:
308
+ close: "%{user_name} が %{resource_name} スペースの %{space_name} ミーティングを閉鎖しました"
309
+ create: "%{user_name} が %{resource_name} スペースで %{space_name} ミーティングを作成しました"
310
+ delete: "%{user_name} が %{resource_name} スペースの %{space_name} ミーティングを削除しました"
311
+ export_registrations: "%{user_name} は %{resource_name} スペースに %{space_name} 会議の登録をエクスポートしました"
312
+ update: "%{user_name} が %{resource_name} スペースの %{space_name} ミーティングを更新しました"
313
+ value_types:
314
+ organizer_presenter:
315
+ not_found: '主催者がデータベース上に見つかりませんでした (ID: %{id})'
316
+ minutes:
317
+ create: "%{user_name} が %{resource_name} スペースにミーティング %{space_name} の議事録を作成しました"
318
+ update: "%{user_name} が %{resource_name} スペースでミーティング %{space_name} の議事録を更新しました"
319
+ calendar_modal:
320
+ calendar_url: カレンダー URL
321
+ close_window: ウィンドウを閉じる
322
+ export_calendar: カレンダーをエクスポート
323
+ conference_venues: 会議場
324
+ content_blocks:
325
+ upcoming_events:
326
+ name: 今後の予定
327
+ upcoming_events: 今後のミーティング
328
+ view_all_events: すべて表示
329
+ directory:
330
+ meetings:
331
+ index:
332
+ all: すべて
333
+ date: 日付
334
+ meetings: ミーティング
335
+ past: 過去
336
+ search: 検索
337
+ space_type: 参加者のスペース
338
+ upcoming: 近日公開
339
+ last_activity:
340
+ new_meeting_at_html: "<span> %{link}に新しいミーティング</span>"
341
+ mailer:
342
+ invite_join_meeting_mailer:
343
+ invite:
344
+ subject: ミーティングへの招待
345
+ registration_mailer:
346
+ confirmation:
347
+ subject: ミーティングの登録が確認されました
348
+ meeting:
349
+ not_allowed: このミーティングを表示する権限がありません
350
+ meetings:
351
+ filters:
352
+ category: カテゴリ
353
+ category_prompt: カテゴリを選択
354
+ date: 日付
355
+ past: 過去
356
+ search: 検索
357
+ upcoming: 近日公開
358
+ filters_small_view:
359
+ close_modal: モーダルを閉じる
360
+ filter: フィルター
361
+ filter_by: フィルター
362
+ unfold: 展開する
363
+ meeting_minutes:
364
+ meeting_minutes: ミーティング時間
365
+ related_information: 関連情報
366
+ meetings:
367
+ no_meetings_warning: 検索条件に一致するミーティングがないか,スケジュールされたミーティングがありません.
368
+ upcoming_meetings_warning: 現在、スケジュールされたミーティングはありませんが、ここではリストされた過去のミーティングをすべて見つけることができます。
369
+ registration_confirm:
370
+ cancel: キャンセル
371
+ confirm: 確認する
372
+ show:
373
+ attendees: 出席者数
374
+ back: リストに戻る
375
+ contributions: コントリビューション数
376
+ date: 日付
377
+ going: 次へ
378
+ join: 会議に参加
379
+ meeting_report: ミーティングレポート
380
+ no_slots_available: 利用可能なスロットがありません
381
+ organizations: 組織に参加
382
+ registration_code_help_text: 登録コード
383
+ registration_state:
384
+ validated: 有効化
385
+ validation_pending: 保留中
386
+ remaining_slots:
387
+ other: "残り%{count} スロット"
388
+ view: 表示
389
+ meetings_map:
390
+ view_meeting: ミーティングを表示
391
+ models:
392
+ invite:
393
+ fields:
394
+ email: Eメールアドレス
395
+ name: 名前
396
+ sent_at: 送信日時
397
+ status: ステータス
398
+ status:
399
+ accepted: 承認済み (%{at})
400
+ rejected: 拒否 (%{at})
401
+ sent: 送信済み
402
+ meeting:
403
+ fields:
404
+ closed: クローズ済み
405
+ end_time: 終了日
406
+ map: 地図
407
+ start_time: 開始日
408
+ title: タイトル
409
+ read_more: "(続きを読む)"
410
+ registration_mailer:
411
+ confirmation:
412
+ confirmed_html: ミーティング <a href="%{url}">%{title}</a> の登録が確認されました。
413
+ details: 会議の詳細は添付ファイルにあります。
414
+ registration_code: 登録コードは %{code} です。
415
+ registrations:
416
+ create:
417
+ invalid: この会議に参加する際に問題がありました。
418
+ success: ミーティングに正常に参加しました.このミーティングに登録したため,更新がある場合は通知されます.
419
+ decline_invitation:
420
+ invalid: 招待を辞退するのに問題があった。
421
+ success: 招待を拒否しました。
422
+ destroy:
423
+ invalid: この会合から出発する問題があった。
424
+ success: 会議を正常に退会しました。
425
+ types:
426
+ private_meeting: プライベートミーティング
427
+ transparent: 透明度
428
+ metrics:
429
+ meetings:
430
+ description: 作成されたミーティング数
431
+ object: ミーティング
432
+ title: ミーティング
433
+ participatory_processes:
434
+ participatory_process_groups:
435
+ highlighted_meetings:
436
+ past_meetings: 過去の会議
437
+ upcoming_meetings: 今後のミーティング
438
+ participatory_spaces:
439
+ highlighted_meetings:
440
+ past_meetings: 過去のミーティング
441
+ see_all: すべてのミーティングを見る (%{count})
442
+ upcoming_meetings: 今後のミーティング
443
+ upcoming_meeting_for_card:
444
+ upcoming_meeting: 今後のミーティング
445
+ resource_links:
446
+ meetings_through_proposals:
447
+ meeting_result: '関連する結果:'
448
+ result_meeting: '関連するミーティング:'
449
+ proposals_from_meeting:
450
+ meeting_proposal: '関連する提案:'
451
+ proposal_meeting: '関連するミーティング:'
452
+ devise:
453
+ mailer:
454
+ join_meeting:
455
+ subject: ミーティングへの招待