decidim-conferences 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/conferences/conference_m_cell.rb +4 -0
  3. data/app/cells/decidim/conferences/registration_type_cell.rb +2 -2
  4. data/app/commands/decidim/conferences/admin/create_partner.rb +9 -9
  5. data/app/commands/decidim/conferences/admin/update_conference.rb +10 -3
  6. data/app/forms/decidim/conferences/admin/conference_form.rb +5 -2
  7. data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +12 -1
  8. data/app/forms/decidim/conferences/admin/diploma_form.rb +6 -2
  9. data/app/forms/decidim/conferences/admin/partner_form.rb +16 -1
  10. data/app/models/decidim/conference.rb +16 -1
  11. data/app/models/decidim/conference_speaker.rb +5 -2
  12. data/app/models/decidim/conferences/media_link.rb +3 -0
  13. data/app/models/decidim/conferences/partner.rb +5 -1
  14. data/app/models/decidim/conferences/registration_type.rb +3 -0
  15. data/app/views/decidim/conferences/registration_types/index.html.erb +1 -1
  16. data/app/views/layouts/decidim/conference.html.erb +1 -0
  17. data/config/locales/am-ET.yml +1 -0
  18. data/config/locales/bg.yml +7 -0
  19. data/config/locales/ca.yml +1 -0
  20. data/config/locales/cs.yml +4 -3
  21. data/config/locales/da.yml +1 -0
  22. data/config/locales/en.yml +1 -0
  23. data/config/locales/eo.yml +1 -0
  24. data/config/locales/es-MX.yml +1 -0
  25. data/config/locales/es-PY.yml +1 -0
  26. data/config/locales/es.yml +2 -1
  27. data/config/locales/et.yml +1 -0
  28. data/config/locales/fi-plain.yml +1 -0
  29. data/config/locales/fi.yml +1 -0
  30. data/config/locales/fr-CA.yml +1 -0
  31. data/config/locales/fr.yml +4 -3
  32. data/config/locales/hr.yml +1 -0
  33. data/config/locales/is.yml +1 -0
  34. data/config/locales/it.yml +1 -0
  35. data/config/locales/ja-JP.yml +107 -107
  36. data/config/locales/ja.yml +576 -0
  37. data/config/locales/ko-KR.yml +1 -0
  38. data/config/locales/ko.yml +1 -0
  39. data/config/locales/lt.yml +1 -0
  40. data/config/locales/{lv-LV.yml → lv.yml} +0 -0
  41. data/config/locales/mt.yml +1 -0
  42. data/config/locales/nl.yml +1 -0
  43. data/config/locales/no.yml +9 -0
  44. data/config/locales/om-ET.yml +1 -0
  45. data/config/locales/pl.yml +19 -19
  46. data/config/locales/sl.yml +5 -0
  47. data/config/locales/so-SO.yml +1 -0
  48. data/config/locales/sv.yml +2 -2
  49. data/config/locales/ti-ER.yml +1 -0
  50. data/config/locales/vi-VN.yml +1 -0
  51. data/config/locales/vi.yml +1 -0
  52. data/config/locales/zh-CN.yml +576 -0
  53. data/config/locales/zh-TW.yml +1 -0
  54. data/lib/decidim/conferences/admin_engine.rb +1 -0
  55. data/lib/decidim/conferences/participatory_space.rb +11 -11
  56. data/lib/decidim/conferences/test/factories.rb +3 -3
  57. data/lib/decidim/conferences/version.rb +1 -1
  58. metadata +32 -13
@@ -0,0 +1,576 @@
1
+ ja:
2
+ activemodel:
3
+ attributes:
4
+ conference:
5
+ assemblies_ids: 関連する参加スペース
6
+ banner_image: バナー画像
7
+ consultations_ids: 関連する議案
8
+ copy_categories: カテゴリをコピー
9
+ copy_components: コンポーネントをコピー
10
+ copy_features: 機能をコピー
11
+ decidim_scope_id: スコープ
12
+ description: 説明
13
+ hashtag: ハッシュタグ
14
+ hero_image: ホーム画像
15
+ participatory_processes_ids: 関連する参加型プロセス
16
+ promoted: 強調表示
17
+ published_at: 公開日時
18
+ scope_id: スコープ
19
+ scopes_enabled: スコープは有効です
20
+ short_description: 短い説明
21
+ show_statistics: 統計情報を表示
22
+ slogan: Slogan
23
+ slug: URL スラグ
24
+ title: タイトル
25
+ conference_speaker:
26
+ full_name: フルネーム
27
+ conference_user_role:
28
+ email: Eメールアドレス
29
+ name: 名前
30
+ role: ロール
31
+ errors:
32
+ models:
33
+ conference_registration_invite:
34
+ attributes:
35
+ email:
36
+ already_invited: このメールアドレスは既に招待されています
37
+ activerecord:
38
+ models:
39
+ decidim/conference:
40
+ other: カンファレンス
41
+ decidim/conference_speaker:
42
+ other: カンファレンススピーカー
43
+ decidim/conference_user_role:
44
+ other: カンファレンスのユーザーロール
45
+ decidim:
46
+ admin:
47
+ actions:
48
+ confirm: 確認する
49
+ new_conference: 新しいカンファレンス
50
+ send_diplomas: 出席証明書を送信
51
+ conference_copies:
52
+ new:
53
+ copy: コピー
54
+ select: 複製したいデータを選択してください
55
+ title: カンファレンスを複製
56
+ conference_publications:
57
+ create:
58
+ error: このカンファレンスを公開する際に問題が発生しました。
59
+ success: カンファレンスを公開しました。
60
+ destroy:
61
+ error: このカンファレンスを非公開にする際に問題がありました。
62
+ success: カンファレンスを非公開にしました。
63
+ conference_registration:
64
+ confirm:
65
+ error: このカンファレンスの登録確認に問題がありました。
66
+ success: カンファレンスの登録が完了しました。
67
+ conference_speakers:
68
+ create:
69
+ error: このカンファレンスにスピーカーを追加する際に問題が発生しました。
70
+ success: カンファレンススピーカーを作成しました。
71
+ destroy:
72
+ success: カンファレンススピーカーを削除しました。
73
+ edit:
74
+ title: カンファレンススピーカーを更新します。
75
+ update: 更新
76
+ index:
77
+ conference_speakers_title: カンファレンススピーカー
78
+ new:
79
+ create: 作成
80
+ title: 新しいカンファレンススピーカー。
81
+ update:
82
+ error: このカンファレンススピーカーの更新中に問題が発生しました。
83
+ success: カンファレンススピーカーが正常に更新されました。
84
+ conference_user_roles:
85
+ create:
86
+ error: このカンファレンスに管理者を追加する際に問題が発生しました。
87
+ success: カンファレンス管理者が追加されました。
88
+ destroy:
89
+ success: カンファレンス管理者を削除しました。
90
+ edit:
91
+ title: カンファレンス管理者を更新
92
+ update: 更新
93
+ index:
94
+ conference_admins_title: カンファレンス管理者
95
+ new:
96
+ create: 作成
97
+ title: 新しいカンファレンス管理者
98
+ update:
99
+ error: カンファレンス管理者の更新中に問題が発生しました。
100
+ success: カンファレンス管理者が正常に更新されました。
101
+ conferences:
102
+ create:
103
+ error: このカンファレンスの作成中に問題が発生しました。
104
+ success: カンファレンスを作成しました。
105
+ edit:
106
+ update: 更新
107
+ exports:
108
+ registrations: 登録
109
+ form:
110
+ title: 一般情報
111
+ index:
112
+ not_published: 未公開
113
+ published: 公開済み
114
+ new:
115
+ create: 作成
116
+ title: カンファレンス
117
+ update:
118
+ error: このカンファレンスの更新に問題がありました。
119
+ success: カンファレンスを更新しました。
120
+ conferences_copies:
121
+ create:
122
+ error: このカンファレンスの複製に問題が発生しました。
123
+ success: カンファレンスを複製しました。
124
+ media_links:
125
+ create:
126
+ error: 新しいメディアリンクの作成中に問題が発生しました。
127
+ success: メディアリンクを作成しました。
128
+ destroy:
129
+ success: メディアリンクを削除しました。
130
+ edit:
131
+ title: メディアリンクを更新
132
+ update: 更新
133
+ index:
134
+ media_links_title: メディアリンク
135
+ new:
136
+ create: 作成
137
+ title: メディアリンク
138
+ update:
139
+ error: このメディア リンクの更新中に問題が発生しました。
140
+ success: メディアリンクを更新しました。
141
+ menu:
142
+ conferences: カンファレンス
143
+ conferences_submenu:
144
+ attachment_collections: フォルダ
145
+ attachment_files: ファイル
146
+ attachments: 添付ファイル
147
+ categories: カテゴリ
148
+ components: コンポーネント
149
+ conference_admins: カンファレンス管理者
150
+ conference_invites: 招待
151
+ conference_speakers: スピーカー
152
+ diploma: 出席証明書
153
+ info: 情報
154
+ media_links: メディアリンク
155
+ moderations: モデレーション
156
+ partners: パートナー
157
+ registration_types: 登録タイプ
158
+ registrations: 登録
159
+ user_registrations: ユーザー登録
160
+ models:
161
+ conference:
162
+ fields:
163
+ created_at: 作成日時
164
+ promoted: 強調表示
165
+ published: 公開済み
166
+ title: タイトル
167
+ conference_speaker:
168
+ fields:
169
+ affiliation: Affiliation
170
+ full_name: フルネーム
171
+ position: ポジション
172
+ name: カンファレンススピーカー
173
+ conference_user_role:
174
+ fields:
175
+ email: Eメールアドレス
176
+ name: 名前
177
+ role: ロール
178
+ name: カンファレンス管理
179
+ roles:
180
+ admin: 管理者
181
+ collaborator: 共同編集者
182
+ moderator: モデレーター
183
+ valuator: Valuator
184
+ media_link:
185
+ fields:
186
+ date: 日付
187
+ link: リンク
188
+ title: タイトル
189
+ name: メディアリンク
190
+ partner:
191
+ fields:
192
+ link: リンク
193
+ logo: ロゴ
194
+ name: 名前
195
+ partner_type: タイプ
196
+ name: パートナー
197
+ types:
198
+ collaborator: 共同編集者
199
+ main_promotor: 主プロモーター(プロモーター)
200
+ registration_type:
201
+ fields:
202
+ conference_meetings: カンファレンスの会議
203
+ price: 価格
204
+ registrations_count: 登録数
205
+ title: タイトル
206
+ weight: 重量
207
+ name: 登録タイプ
208
+ partners:
209
+ create:
210
+ error: このカンファレンスにパートナーを追加する際に問題が発生しました。
211
+ success: カンファレンスパートナーを追加しました。
212
+ destroy:
213
+ success: カンファレンスパートナーを削除しました。
214
+ edit:
215
+ title: パートナーを更新します。
216
+ update: 更新
217
+ new:
218
+ create: 作成
219
+ title: 新しいパートナー
220
+ update:
221
+ error: このカンファレンスのパートナーの更新中に問題が発生しました。
222
+ success: カンファレンスパートナーが正常に更新されました。
223
+ registration_type_publications:
224
+ create:
225
+ error: この登録タイプの公開中に問題が発生しました。
226
+ success: 登録タイプを公開しました。
227
+ destroy:
228
+ error: この登録タイプの非公開で問題が発生しました。
229
+ success: 登録タイプを非公開にしました。
230
+ registration_types:
231
+ create:
232
+ error: このカンファレンスに登録タイプを追加する際に問題がありました。
233
+ success: カンファレンスの登録タイプを追加しました。
234
+ destroy:
235
+ success: カンファレンスの登録タイプを削除しました。
236
+ edit:
237
+ title: 登録タイプの更新。
238
+ update: 更新
239
+ new:
240
+ create: 作成
241
+ title: 新規登録タイプ
242
+ update:
243
+ error: このカンファレンスの登録タイプの更新に問題がありました。
244
+ success: カンファレンスの登録タイプを更新しました。
245
+ titles:
246
+ conferences: カンファレンス
247
+ admin_log:
248
+ conference:
249
+ create: "%{user_name} が %{resource_name} カンファレンスを作成しました"
250
+ publish: "%{user_name} が %{resource_name} カンファレンスを公開しました"
251
+ send_conference_diplomas: "%{user_name} が %{resource_name} カンファレンスに出席証明書を送信しました"
252
+ unpublish: "%{user_name} が %{resource_name} カンファレンスを非公開にしました"
253
+ update: "%{user_name} が %{resource_name} のカンファレンスを更新しました"
254
+ update_diploma: "%{user_name} が %{resource_name} カンファレンスの出席設定証明書を更新しました"
255
+ conference_speaker:
256
+ create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} スピーカーを作成しました"
257
+ delete: "%{user_name} が %{resource_name} のスピーカーを %{space_name} のカンファレンスから削除しました"
258
+ update: "%{user_name} が %{resource_name} カンファレンスで %{space_name} スピーカーを更新しました"
259
+ conference_user_role:
260
+ create: "%{user_name} が %{resource_name} を %{space_name} カンファレンスに招待しました"
261
+ delete: "%{user_name} が %{resource_name} の管理者を %{space_name} カンファレンスから削除しました"
262
+ update: "%{user_name} が %{resource_name} のカンファレンスで %{space_name} の役割を変更しました"
263
+ conferences:
264
+ conference_registration:
265
+ confirm: "%{user_name} が %{resource_name} カンファレンスへの登録を確認しました"
266
+ partner:
267
+ create: "%{user_name} は %{resource_name} カンファレンスに %{space_name} を作成しました"
268
+ delete: "%{user_name} が %{resource_name} の管理者を %{space_name} カンファレンスから削除しました"
269
+ update: "%{user_name} は %{resource_name} カンファレンスで %{space_name} を更新しました"
270
+ registration_type:
271
+ create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} の登録タイプを作成しました"
272
+ publish: "%{user_name} が %{resource_name} カンファレンスで %{space_name} 登録タイプを公開しました"
273
+ unpublish: "%{user_name} が %{resource_name} カンファレンス内の %{space_name} 登録タイプを非公開にしました"
274
+ update: "%{user_name} が %{resource_name} カンファレンスの %{space_name} 登録タイプを更新しました"
275
+ media_link:
276
+ create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} メディア リンクを作成しました"
277
+ delete: "%{user_name} が %{resource_name} カンファレンスから %{space_name} メディア リンクを削除しました"
278
+ update: "%{user_name} が %{resource_name} カンファレンスの %{space_name} メディアリンクを更新しました"
279
+ conference_program:
280
+ index:
281
+ title: プログラム
282
+ conference_speakers:
283
+ index:
284
+ title: スピーカー
285
+ conferences:
286
+ admin:
287
+ conference_copies:
288
+ form:
289
+ slug_help: 'URLスラグは、このカンファレンスをポイントするURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
290
+ conference_invites:
291
+ create:
292
+ error: 参加者をカンファレンスに招待する際に問題が発生しました。
293
+ success: 参加者はカンファレンスに招待されました。
294
+ form:
295
+ attendee_type: 参加者の種類
296
+ existing_user: 既存の参加者
297
+ invite_explanation: 参加者は、カンファレンスや組織にも招待されます。
298
+ non_user: 非既存の参加者
299
+ select_user: 参加者を選択
300
+ index:
301
+ filter:
302
+ accepted: 承認済み
303
+ all: すべて
304
+ rejected: 拒否
305
+ sent: 送信済み
306
+ filter_by: フィルター
307
+ invite_attendee: Invite participant
308
+ invites: 招待
309
+ search: 検索
310
+ new:
311
+ explanation: 参加者はカンファレンスに招待されます。 参加者の電子メールが組織に登録されていない場合、同様に組織に招待されます。
312
+ invite: 招待
313
+ new_invite: Invite participant
314
+ conference_registrations:
315
+ index:
316
+ registrations: 登録
317
+ conference_speakers:
318
+ form:
319
+ existing_user: 既存の参加者
320
+ non_user: Non participant
321
+ select_user: 参加者を選択
322
+ user_type: 参加者の種類
323
+ index:
324
+ search: 検索
325
+ conferences:
326
+ form:
327
+ available_slots_help: 無制限のスロットがある場合は0のままにしてください。
328
+ registrations_count:
329
+ other: '%{count} 件の登録がありました。'
330
+ slug_help: 'URLスラグは、このカンファレンスをポイントするURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
331
+ diplomas:
332
+ edit:
333
+ save: 保存
334
+ title: 出席証明書
335
+ invite_join_conference_mailer:
336
+ invite:
337
+ decline: 招待を拒否する '%{conference_title}'
338
+ invited_you_to_join_a_conference: "%{invited_by} が %{application}であなたをカンファレンスに招待しました。以下のリンクから拒否または承認できます。"
339
+ registration: '''%{conference_title} '' の登録'
340
+ partners:
341
+ index:
342
+ title: パートナー
343
+ registration_types:
344
+ form:
345
+ select_conference_meetings: カンファレンス会議の選択
346
+ index:
347
+ title: 登録タイプ
348
+ send_conference_diploma_mailer:
349
+ diploma:
350
+ diploma_html: 添付ファイルに、カンファレンス <a href="%{url}">%{title}</a> の出席証明書があります。
351
+ diploma_user:
352
+ attendance_verified_by: 出席者が確認しました
353
+ certificate_of_attendance: 出席証明書
354
+ certificate_of_attendance_description: これは、<strong>%{user}</strong>が、<strong>%{start} から %{end}</strong>に<strong>%{location}</strong>で開催された<strong>%{title}</strong>に出席し、参加したことを証明するものです。
355
+ send_diploma:
356
+ error: カンファレンス出席証明書の送信に問題がありました。
357
+ success: カンファレンス出席証明書が正常に送信されました
358
+ conference:
359
+ registration_confirm:
360
+ cancel: キャンセル
361
+ confirm: 確認する
362
+ show:
363
+ free: 無料
364
+ going: 参加
365
+ no_slots_available: 利用可能なスロットがありません
366
+ registration: 登録
367
+ conference_program:
368
+ program_meeting:
369
+ content: コンテンツ
370
+ location: 場所
371
+ speakers: スピーカー
372
+ streaming: ストリーミング
373
+ show:
374
+ day: 日
375
+ program: プログラム
376
+ conference_registration_mailer:
377
+ confirmation:
378
+ confirmed_html: カンファレンス <a href="%{url}">%{title}</a> の登録が確認されました。
379
+ details_1: 'あなたは %{registration_type} タイプのカンファレンスに登録されています。 %{price} の費用がかかり、次のイベントに参加できます:'
380
+ details_2: カンファレンスの詳細は添付ファイルにあります。
381
+ pending_validation:
382
+ confirmation_pending: まもなく確認が届きます。
383
+ details: '%{registration_type} 種類に %{price} の費用で登録しました。以下のイベントに参加できます:'
384
+ pending_html: カンファレンス <a href="%{url}">%{title}</a> の登録は確認待ちです。
385
+ conference_registrations:
386
+ create:
387
+ invalid: このカンファレンスに参加するのに問題がありました。
388
+ success: カンファレンスに参加しました。
389
+ decline_invitation:
390
+ invalid: 招待を辞退するのに問題があった。
391
+ success: 招待を拒否しました。
392
+ destroy:
393
+ invalid: このカンファレンスから退会するのに問題がありました。
394
+ success: カンファレンスから退会しました。
395
+ conference_speaker:
396
+ go_to_twitter: Twitter に移動
397
+ more_info: 詳細情報
398
+ personal_website: 個人のウェブサイト
399
+ show:
400
+ more_info: 詳細情報
401
+ conference_speaker_cell:
402
+ personal_url:
403
+ personal_website: 個人のウェブサイト
404
+ twitter_handle:
405
+ go_to_twitter: Twitter に移動
406
+ conference_speakers:
407
+ index:
408
+ speakers: スピーカー
409
+ conferences:
410
+ partners:
411
+ collaborators: パートナー
412
+ main_promotors: オーガナイザー
413
+ show:
414
+ login_as: '%{name} <%{email} >としてログインしています'
415
+ make_conference_registration: 'カンファレンスに参加登録を行います'
416
+ register: 登録
417
+ content_blocks:
418
+ highlighted_conferences:
419
+ name: ハイライトされたカンファレンス
420
+ index:
421
+ title: カンファレンス
422
+ mailer:
423
+ conference_registration_mailer:
424
+ confirmation:
425
+ subject: カンファレンスの登録が確認されました
426
+ pending_validation:
427
+ subject: カンファレンスの登録は保留中です
428
+ invite_join_conference_mailer:
429
+ invite:
430
+ subject: カンファレンスへの招待
431
+ send_conference_diploma_mailer:
432
+ diploma:
433
+ subject: カンファレンス出席証明書が送信されました
434
+ models:
435
+ conference_invite:
436
+ fields:
437
+ email: Eメールアドレス
438
+ name: 名前
439
+ registration_type: 登録タイプ
440
+ sent_at: 送信日時
441
+ status: ステータス
442
+ status:
443
+ accepted: 承認済み (%{at})
444
+ rejected: 拒否 (%{at})
445
+ sent: 送信済み
446
+ conference_registration:
447
+ fields:
448
+ email: Eメールアドレス
449
+ name: 名前
450
+ registration_type: 登録タイプ
451
+ state: ステータス
452
+ states:
453
+ confirmed: 確認済み
454
+ pending: 保留中
455
+ pages:
456
+ home:
457
+ highlighted_conferences:
458
+ active_conferences: アクティブなカンファレンス
459
+ see_all_conferences: すべてのカンファレンスを見る
460
+ photo:
461
+ image:
462
+ attributes:
463
+ alt: メディア画像
464
+ show:
465
+ close_modal: モーダルを閉じる
466
+ photo: 画像
467
+ photos_list:
468
+ show:
469
+ related_photos: 画像
470
+ registration_types:
471
+ index:
472
+ choose_an_option: '登録オプションを選択:'
473
+ login_as: '%{name} <%{email} >としてログインしています'
474
+ no_registrations: 登録なし
475
+ register: 登録
476
+ title: 登録タイプ
477
+ shared:
478
+ conference_user_login:
479
+ already_account: 既にアカウントをお持ちですか?
480
+ new_user: 新規ユーザーですか?
481
+ sign_in: ログインしてカンファレンスに登録する
482
+ sign_up: カンファレンスに登録するために Decidim にアカウントを作成する
483
+ show:
484
+ details: 詳細
485
+ introduction: はじめに
486
+ objectives: 目的
487
+ related_assemblies: 関連する参加スペース
488
+ related_consultations: 関連する議案
489
+ related_participatory_processes: 関連する参加型プロセス
490
+ statistics:
491
+ answers_count: 回答
492
+ comments_count: コメント
493
+ conference_count: カンファレンス
494
+ debates_count: ディベート
495
+ endorsements_count: 支持
496
+ headline: アクティビティ
497
+ meetings_count: ミーティング
498
+ orders_count: サポート
499
+ pages_count: ページ
500
+ posts_count: 投稿
501
+ projects_count: プロジェクト
502
+ proposals_count: 提案
503
+ results_count: 結果
504
+ surveys_count: 調査
505
+ users_count: 参加者
506
+ votes_count: サポート
507
+ events:
508
+ conferences:
509
+ conference_registration_confirmed:
510
+ notification_title: カンファレンス <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました。
511
+ conference_registration_validation_pending:
512
+ notification_title: カンファレンス <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました。
513
+ conference_registrations_over_percentage:
514
+ email_intro: '"%{resource_title}" カンファレンス参加率は %{percentage} %を超えています。'
515
+ email_outro: あなたはカンファレンスの参加スペースの管理者であるため、この通知を受け取りました。
516
+ email_subject: '「%{resource_title}」カンファレンス参加率は %{percentage} %を超えています'
517
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンス参加率は %{percentage} %を超えています。
518
+ conference_updated:
519
+ email_intro: '"%{resource_title}" カンファレンスを更新しました。新しいバージョンはそのページから読むことができます:'
520
+ email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
521
+ email_subject: '"%{resource_title}" カンファレンスが更新されました'
522
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスを更新しました。
523
+ registrations_enabled:
524
+ email_intro: '"%{resource_title}" カンファレンスは登録を有効にしました。あなた自身をそのページに登録することができます:'
525
+ email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
526
+ email_subject: '"%{resource_title}" カンファレンスは登録を有効にしました。'
527
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスは登録を有効にしました。
528
+ role_assigned:
529
+ email_intro: カンファレンス " %{role} " の%{resource_title} として割り当てられました。
530
+ email_outro: あなたは「 %{role} 」カンファレンスの%{resource_title}であるため、この通知を受け取りました。
531
+ email_subject: あなたは " %{role} " の%{resource_title} として割り当てられました。
532
+ notification_title: あなたはカンファレンス<a href="%{resource_url}"f>%{resource_title}</a> に、%{role} として割り当てられました。
533
+ upcoming_conference:
534
+ email_intro: '"%{resource_title}" カンファレンスは2日後に開催されます。そのページから説明を読むことができます:'
535
+ email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
536
+ email_subject: '「%{resource_title}」カンファレンスが近づいています!'
537
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスは2日後に開催されます。
538
+ log:
539
+ value_types:
540
+ conference_presenter:
541
+ not_found: 'データベース上にカンファレンスが見つかりませんでした (ID: %{id})'
542
+ media:
543
+ index:
544
+ description: このカンファレンスに関するリンク
545
+ title: メディアとリンク
546
+ menu:
547
+ conferences: カンファレンス
548
+ devise:
549
+ mailer:
550
+ join_conference:
551
+ subject: カンファレンスへの招待
552
+ layouts:
553
+ decidim:
554
+ conference_hero:
555
+ register: 登録
556
+ conference_widgets:
557
+ show:
558
+ take_part: 参加する
559
+ conferences:
560
+ conference:
561
+ more_info: 詳細情報
562
+ take_part: 参加する
563
+ index:
564
+ promoted_conferences: ハイライトされたカンファレンス
565
+ order_by_conferences:
566
+ conferences:
567
+ other: "%{count} 個のカンファレンス"
568
+ promoted_conference:
569
+ more_info: 詳細情報
570
+ take_part: 参加する
571
+ conferences_nav:
572
+ conference_menu_item: 情報
573
+ conference_partners_menu_item: パートナー
574
+ conference_speaker_menu_item: スピーカー
575
+ media: メディア
576
+ venues: 会場