decidim-conferences 0.19.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/app/assets/images/decidim/conferences/conference.svg +1 -3
- data/app/cells/decidim/conferences/conference_m/footer.erb +1 -1
- data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +9 -10
- data/app/cells/decidim/conferences/media_link/show.erb +2 -2
- data/app/cells/decidim/conferences/partner_cell.rb +1 -1
- data/app/cells/decidim/conferences/photo/show.erb +3 -5
- data/app/cells/decidim/conferences/photo_cell.rb +2 -2
- data/app/cells/decidim/conferences/photos_list/show.erb +1 -1
- data/app/cells/decidim/conferences/registration_type/join_conference.erb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +3 -3
- data/app/commands/decidim/conferences/admin/create_conference_admin.rb +2 -1
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +22 -0
- data/app/commands/decidim/conferences/admin/update_conference.rb +3 -3
- data/app/commands/decidim/conferences/admin/update_conference_admin.rb +2 -1
- data/app/controllers/concerns/decidim/conferences/admin/filterable.rb +27 -0
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conference_user_roles_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +4 -4
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +2 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +30 -0
- data/app/jobs/decidim/conferences/admin/send_conference_diploma_job.rb +1 -1
- data/app/models/decidim/conference.rb +25 -0
- data/app/models/decidim/conference_user_role.rb +1 -1
- data/app/permissions/decidim/conferences/permissions.rb +9 -0
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -1
- data/app/types/decidim/conferences/conference_media_link_type.rb +19 -0
- data/app/types/decidim/conferences/conference_partner_type.rb +20 -0
- data/app/types/decidim/conferences/conference_speaker_type.rb +24 -0
- data/app/types/decidim/conferences/conference_type.rb +45 -0
- data/app/views/decidim/conferences/_order_by_conferences.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +3 -2
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +7 -3
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +1 -0
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +6 -4
- data/app/views/decidim/conferences/conference_program/show.html.erb +6 -6
- data/app/views/decidim/conferences/conference_registration_mailer/confirmation.html.erb +1 -1
- data/app/views/decidim/conferences/conference_registration_mailer/pending_validation.html.erb +1 -1
- data/app/views/decidim/conferences/conference_speakers/index.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_partners.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/show.html.erb +7 -13
- data/app/views/decidim/conferences/media/index.html.erb +3 -3
- data/app/views/layouts/decidim/_conference_hero.html.erb +4 -8
- data/app/views/layouts/decidim/_conferences_nav.html.erb +2 -2
- data/app/views/layouts/decidim/admin/conference.html.erb +2 -2
- data/app/views/layouts/decidim/conference.html.erb +3 -5
- data/config/locales/ar.yml +4 -2
- data/config/locales/bg-BG.yml +7 -0
- data/config/locales/ca.yml +9 -0
- data/config/locales/cs.yml +16 -7
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/de.yml +9 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +580 -0
- data/config/locales/en.yml +9 -0
- data/config/locales/es-MX.yml +9 -0
- data/config/locales/es-PY.yml +9 -0
- data/config/locales/es.yml +9 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/fi-plain.yml +9 -0
- data/config/locales/fi.yml +13 -4
- data/config/locales/fr-CA.yml +580 -0
- data/config/locales/fr.yml +9 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hu.yml +5 -1
- data/config/locales/is-IS.yml +1 -0
- data/config/locales/it.yml +168 -159
- data/config/locales/ja-JP.yml +575 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +584 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/nl.yml +9 -0
- data/config/locales/no.yml +566 -0
- data/config/locales/pl.yml +192 -182
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +238 -229
- data/config/locales/ro-RO.yml +536 -0
- data/config/locales/sk-SK.yml +585 -0
- data/config/locales/sk.yml +585 -0
- data/config/locales/sl.yml +37 -0
- data/config/locales/sr-CS.yml +19 -0
- data/config/locales/sv.yml +22 -13
- data/db/migrate/20200320105913_index_foreign_keys_in_decidim_conferences.rb +7 -0
- data/db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb +7 -0
- data/db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb +7 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/lib/decidim/conferences/participatory_space.rb +10 -1
- data/lib/decidim/conferences/test/factories.rb +16 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +39 -12
- data/app/views/decidim/conferences/conference_widgets/show.html.erb +0 -11
@@ -0,0 +1,575 @@
|
|
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
|
+
register: 登録
|
475
|
+
title: 登録タイプ
|
476
|
+
shared:
|
477
|
+
conference_user_login:
|
478
|
+
already_account: 既にアカウントをお持ちですか?
|
479
|
+
new_user: 新規ユーザーですか?
|
480
|
+
sign_in: ログインしてカンファレンスに登録する
|
481
|
+
sign_up: カンファレンスに登録するために Decidim にアカウントを作成する
|
482
|
+
show:
|
483
|
+
details: 詳細
|
484
|
+
introduction: はじめに
|
485
|
+
objectives: 目的
|
486
|
+
related_assemblies: 関連する会議体
|
487
|
+
related_consultations: 関連する議案
|
488
|
+
related_participatory_processes: 関連する参加型プロセス
|
489
|
+
statistics:
|
490
|
+
answers_count: 回答
|
491
|
+
comments_count: コメント
|
492
|
+
conference_count: カンファレンス
|
493
|
+
debates_count: ディベート
|
494
|
+
endorsements_count: 支持
|
495
|
+
headline: アクティビティ
|
496
|
+
meetings_count: ミーティング
|
497
|
+
orders_count: サポート
|
498
|
+
pages_count: ページ
|
499
|
+
posts_count: 投稿
|
500
|
+
projects_count: プロジェクト
|
501
|
+
proposals_count: 提案
|
502
|
+
results_count: 結果
|
503
|
+
surveys_count: 調査
|
504
|
+
users_count: 参加者
|
505
|
+
votes_count: サポート
|
506
|
+
events:
|
507
|
+
conferences:
|
508
|
+
conference_registration_confirmed:
|
509
|
+
notification_title: カンファレンス <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました。
|
510
|
+
conference_registration_validation_pending:
|
511
|
+
notification_title: カンファレンス <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました。
|
512
|
+
conference_registrations_over_percentage:
|
513
|
+
email_intro: '"%{resource_title}" カンファレンス参加率は %{percentage} %を超えています。'
|
514
|
+
email_outro: あなたはカンファレンスの参加スペースの管理者であるため、この通知を受け取りました。
|
515
|
+
email_subject: '「%{resource_title}」カンファレンス参加率は %{percentage} %を超えています'
|
516
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンス参加率は %{percentage} %を超えています。
|
517
|
+
conference_updated:
|
518
|
+
email_intro: '"%{resource_title}" カンファレンスを更新しました。新しいバージョンはそのページから読むことができます:'
|
519
|
+
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
520
|
+
email_subject: '"%{resource_title}" カンファレンスが更新されました'
|
521
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスを更新しました。
|
522
|
+
registrations_enabled:
|
523
|
+
email_intro: '"%{resource_title}" カンファレンスは登録を有効にしました。あなた自身をそのページに登録することができます:'
|
524
|
+
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
525
|
+
email_subject: '"%{resource_title}" カンファレンスは登録を有効にしました。'
|
526
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスは登録を有効にしました。
|
527
|
+
role_assigned:
|
528
|
+
email_intro: カンファレンス " %{role} " の%{resource_title} として割り当てられました。
|
529
|
+
email_outro: あなたは「 %{role} 」カンファレンスの%{resource_title}であるため、この通知を受け取りました。
|
530
|
+
email_subject: あなたは " %{role} " の%{resource_title} として割り当てられました。
|
531
|
+
notification_title: あなたはカンファレンス<a href="%{resource_url}"f>%{resource_title}</a> に、%{role} として割り当てられました。
|
532
|
+
upcoming_conference:
|
533
|
+
email_intro: '"%{resource_title}" カンファレンスは2日後に開催されます。そのページから説明を読むことができます:'
|
534
|
+
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
535
|
+
email_subject: '「%{resource_title}」カンファレンスが近づいています!'
|
536
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスは2日後に開催されます。
|
537
|
+
log:
|
538
|
+
value_types:
|
539
|
+
conference_presenter:
|
540
|
+
not_found: 'データベース上にカンファレンスが見つかりませんでした (ID: %{id})'
|
541
|
+
media:
|
542
|
+
index:
|
543
|
+
description: このカンファレンスに関するリンク
|
544
|
+
title: メディアとリンク
|
545
|
+
menu:
|
546
|
+
conferences: カンファレンス
|
547
|
+
devise:
|
548
|
+
mailer:
|
549
|
+
join_conference:
|
550
|
+
subject: カンファレンスへの招待
|
551
|
+
layouts:
|
552
|
+
decidim:
|
553
|
+
conference_hero:
|
554
|
+
register: 登録
|
555
|
+
conference_widgets:
|
556
|
+
show:
|
557
|
+
take_part: 参加する
|
558
|
+
conferences:
|
559
|
+
conference:
|
560
|
+
more_info: 詳細情報
|
561
|
+
take_part: 参加する
|
562
|
+
index:
|
563
|
+
promoted_conferences: ハイライトされたカンファレンス
|
564
|
+
order_by_conferences:
|
565
|
+
conferences:
|
566
|
+
other: "%{count} 個のカンファレンス"
|
567
|
+
promoted_conference:
|
568
|
+
more_info: 詳細情報
|
569
|
+
take_part: 参加する
|
570
|
+
conferences_nav:
|
571
|
+
conference_menu_item: 情報
|
572
|
+
conference_partners_menu_item: パートナー
|
573
|
+
conference_speaker_menu_item: スピーカー
|
574
|
+
media: メディア
|
575
|
+
venues: 会場
|