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.
- checksums.yaml +4 -4
- data/app/cells/decidim/conferences/conference_m_cell.rb +4 -0
- data/app/cells/decidim/conferences/registration_type_cell.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_partner.rb +9 -9
- data/app/commands/decidim/conferences/admin/update_conference.rb +10 -3
- data/app/forms/decidim/conferences/admin/conference_form.rb +5 -2
- data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +12 -1
- data/app/forms/decidim/conferences/admin/diploma_form.rb +6 -2
- data/app/forms/decidim/conferences/admin/partner_form.rb +16 -1
- data/app/models/decidim/conference.rb +16 -1
- data/app/models/decidim/conference_speaker.rb +5 -2
- data/app/models/decidim/conferences/media_link.rb +3 -0
- data/app/models/decidim/conferences/partner.rb +5 -1
- data/app/models/decidim/conferences/registration_type.rb +3 -0
- data/app/views/decidim/conferences/registration_types/index.html.erb +1 -1
- data/app/views/layouts/decidim/conference.html.erb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/bg.yml +7 -0
- data/config/locales/ca.yml +1 -0
- data/config/locales/cs.yml +4 -3
- data/config/locales/da.yml +1 -0
- data/config/locales/en.yml +1 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +1 -0
- data/config/locales/es-PY.yml +1 -0
- data/config/locales/es.yml +2 -1
- data/config/locales/et.yml +1 -0
- data/config/locales/fi-plain.yml +1 -0
- data/config/locales/fi.yml +1 -0
- data/config/locales/fr-CA.yml +1 -0
- data/config/locales/fr.yml +4 -3
- data/config/locales/hr.yml +1 -0
- data/config/locales/is.yml +1 -0
- data/config/locales/it.yml +1 -0
- data/config/locales/ja-JP.yml +107 -107
- data/config/locales/ja.yml +576 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +1 -0
- data/config/locales/no.yml +9 -0
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +19 -19
- data/config/locales/sl.yml +5 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sv.yml +2 -2
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +576 -0
- data/config/locales/zh-TW.yml +1 -0
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +11 -11
- data/lib/decidim/conferences/test/factories.rb +3 -3
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +32 -13
data/config/locales/fr.yml
CHANGED
@@ -475,6 +475,7 @@ fr:
|
|
475
475
|
index:
|
476
476
|
choose_an_option: 'Choisissez votre option d''inscription:'
|
477
477
|
login_as: Vous êtes connecté en tant que %{name} <%{email}>
|
478
|
+
no_registrations: Pas d'inscriptions
|
478
479
|
register: S'inscrire
|
479
480
|
title: Types d'inscription
|
480
481
|
shared:
|
@@ -529,10 +530,10 @@ fr:
|
|
529
530
|
email_subject: La conférence "%{resource_title}" a permis les enregistrements.
|
530
531
|
notification_title: La conférence <a href="%{resource_path}">%{resource_title}</a> a permis les enregistrements.
|
531
532
|
role_assigned:
|
532
|
-
email_intro: Vous avez été assigné
|
533
|
+
email_intro: Vous avez été assigné au rôle de %{role} de la conférence "%{resource_title}".
|
533
534
|
email_outro: Vous avez reçu cette notification parce que vous êtes %{role} de la conférence "%{resource_title}".
|
534
|
-
email_subject: Vous avez été assigné
|
535
|
-
notification_title: Vous avez été assigné
|
535
|
+
email_subject: Vous avez été assigné au rôle de %{role} pour la conférence "%{resource_title}".
|
536
|
+
notification_title: Vous avez été assigné au rôle de %{role} pour la conférence <a href="%{resource_url}">%{resource_title}</a>.
|
536
537
|
upcoming_conference:
|
537
538
|
email_intro: 'La conférence "%{resource_title}" se déroule dans 2 jours. Vous pouvez lire la description de sa page:'
|
538
539
|
email_outro: Vous avez reçu cette notification parce que vous suivez la conférence "%{resource_title}". Vous pouvez le désabonner du lien précédent.
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
@@ -0,0 +1 @@
|
|
1
|
+
is:
|
data/config/locales/it.yml
CHANGED
@@ -475,6 +475,7 @@ it:
|
|
475
475
|
index:
|
476
476
|
choose_an_option: 'Scegli la tua opzione di registrazione:'
|
477
477
|
login_as: Hai effettuato l'accesso come %{name} <%{email}>
|
478
|
+
no_registrations: Nessuna registrazione
|
478
479
|
register: Registrati
|
479
480
|
title: Tipi di registrazione
|
480
481
|
shared:
|
data/config/locales/ja-JP.yml
CHANGED
@@ -2,9 +2,9 @@ ja:
|
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
conference:
|
5
|
-
assemblies_ids:
|
5
|
+
assemblies_ids: 関連する集会
|
6
6
|
banner_image: バナー画像
|
7
|
-
consultations_ids:
|
7
|
+
consultations_ids: 関連する相談
|
8
8
|
copy_categories: カテゴリをコピー
|
9
9
|
copy_components: コンポーネントをコピー
|
10
10
|
copy_features: 機能をコピー
|
@@ -12,7 +12,7 @@ ja:
|
|
12
12
|
description: 説明
|
13
13
|
hashtag: ハッシュタグ
|
14
14
|
hero_image: ホーム画像
|
15
|
-
participatory_processes_ids:
|
15
|
+
participatory_processes_ids: 関連する参加プロセス
|
16
16
|
promoted: 強調表示
|
17
17
|
published_at: 公開日時
|
18
18
|
scope_id: スコープ
|
@@ -37,71 +37,71 @@ ja:
|
|
37
37
|
activerecord:
|
38
38
|
models:
|
39
39
|
decidim/conference:
|
40
|
-
other:
|
40
|
+
other: 会議
|
41
41
|
decidim/conference_speaker:
|
42
42
|
other: カンファレンススピーカー
|
43
43
|
decidim/conference_user_role:
|
44
|
-
other:
|
44
|
+
other: Conference user roles
|
45
45
|
decidim:
|
46
46
|
admin:
|
47
47
|
actions:
|
48
48
|
confirm: 確認する
|
49
|
-
new_conference:
|
49
|
+
new_conference: 新しい会議
|
50
50
|
send_diplomas: 出席証明書を送信
|
51
51
|
conference_copies:
|
52
52
|
new:
|
53
53
|
copy: コピー
|
54
54
|
select: 複製したいデータを選択してください
|
55
|
-
title:
|
55
|
+
title: 会議を複製
|
56
56
|
conference_publications:
|
57
57
|
create:
|
58
|
-
error:
|
59
|
-
success:
|
58
|
+
error: この会議を公開する際に問題が発生しました。
|
59
|
+
success: 会議を公開しました。
|
60
60
|
destroy:
|
61
|
-
error:
|
62
|
-
success:
|
61
|
+
error: この会議を非公開にする際に問題がありました。
|
62
|
+
success: 会議を非公開にしました。
|
63
63
|
conference_registration:
|
64
64
|
confirm:
|
65
|
-
error:
|
66
|
-
success:
|
65
|
+
error: この会議の登録確認に問題がありました。
|
66
|
+
success: 会議の登録が完了しました。
|
67
67
|
conference_speakers:
|
68
68
|
create:
|
69
|
-
error:
|
70
|
-
success:
|
69
|
+
error: この会議にスピーカーを追加する際に問題が発生しました。
|
70
|
+
success: 会議スピーカーを作成しました。
|
71
71
|
destroy:
|
72
|
-
success:
|
72
|
+
success: 会議スピーカーを削除しました。
|
73
73
|
edit:
|
74
|
-
title:
|
74
|
+
title: 会議スピーカーを更新します。
|
75
75
|
update: 更新
|
76
76
|
index:
|
77
77
|
conference_speakers_title: カンファレンススピーカー
|
78
78
|
new:
|
79
79
|
create: 作成
|
80
|
-
title:
|
80
|
+
title: 新しい会議スピーカー。
|
81
81
|
update:
|
82
|
-
error:
|
83
|
-
success:
|
82
|
+
error: この会議スピーカーの更新中に問題が発生しました。
|
83
|
+
success: 会議スピーカーが正常に更新されました。
|
84
84
|
conference_user_roles:
|
85
85
|
create:
|
86
|
-
error:
|
87
|
-
success:
|
86
|
+
error: この会議に管理者を追加する際に問題が発生しました。
|
87
|
+
success: 会議管理者が追加されました。
|
88
88
|
destroy:
|
89
|
-
success:
|
89
|
+
success: 会議管理者を削除しました。
|
90
90
|
edit:
|
91
|
-
title:
|
91
|
+
title: 会議管理者を更新
|
92
92
|
update: 更新
|
93
93
|
index:
|
94
|
-
conference_admins_title:
|
94
|
+
conference_admins_title: 会議管理者
|
95
95
|
new:
|
96
96
|
create: 作成
|
97
|
-
title:
|
97
|
+
title: 新しい会議管理者です。
|
98
98
|
update:
|
99
|
-
error:
|
100
|
-
success:
|
99
|
+
error: 会議管理者の更新中に問題が発生しました。
|
100
|
+
success: 会議管理者が正常に更新されました。
|
101
101
|
conferences:
|
102
102
|
create:
|
103
|
-
error:
|
104
|
-
success:
|
103
|
+
error: この会議の作成中に問題が発生しました。
|
104
|
+
success: 会議を作成しました。
|
105
105
|
edit:
|
106
106
|
update: 更新
|
107
107
|
exports:
|
@@ -113,14 +113,14 @@ ja:
|
|
113
113
|
published: 公開済み
|
114
114
|
new:
|
115
115
|
create: 作成
|
116
|
-
title:
|
116
|
+
title: 会議
|
117
117
|
update:
|
118
|
-
error:
|
119
|
-
success:
|
118
|
+
error: この会議の更新に問題がありました。
|
119
|
+
success: 会議を更新しました。
|
120
120
|
conferences_copies:
|
121
121
|
create:
|
122
|
-
error:
|
123
|
-
success:
|
122
|
+
error: この会議の複製に問題が発生しました。
|
123
|
+
success: 会議を複製しました。
|
124
124
|
media_links:
|
125
125
|
create:
|
126
126
|
error: 新しいメディアリンクの作成中に問題が発生しました。
|
@@ -139,14 +139,14 @@ ja:
|
|
139
139
|
error: このメディア リンクの更新中に問題が発生しました。
|
140
140
|
success: メディアリンクを更新しました。
|
141
141
|
menu:
|
142
|
-
conferences:
|
142
|
+
conferences: 会議
|
143
143
|
conferences_submenu:
|
144
144
|
attachment_collections: フォルダ
|
145
145
|
attachment_files: ファイル
|
146
146
|
attachments: 添付ファイル
|
147
147
|
categories: カテゴリ
|
148
148
|
components: コンポーネント
|
149
|
-
conference_admins:
|
149
|
+
conference_admins: 会議管理者
|
150
150
|
conference_invites: 招待
|
151
151
|
conference_speakers: スピーカー
|
152
152
|
diploma: 出席証明書
|
@@ -168,14 +168,14 @@ ja:
|
|
168
168
|
fields:
|
169
169
|
affiliation: Affiliation
|
170
170
|
full_name: フルネーム
|
171
|
-
position:
|
172
|
-
name:
|
171
|
+
position: 位置
|
172
|
+
name: 会議スピーカー
|
173
173
|
conference_user_role:
|
174
174
|
fields:
|
175
175
|
email: Eメールアドレス
|
176
176
|
name: 名前
|
177
177
|
role: ロール
|
178
|
-
name:
|
178
|
+
name: 会議管理
|
179
179
|
roles:
|
180
180
|
admin: 管理者
|
181
181
|
collaborator: 共同編集者
|
@@ -199,7 +199,7 @@ ja:
|
|
199
199
|
main_promotor: 主プロモーター(プロモーター)
|
200
200
|
registration_type:
|
201
201
|
fields:
|
202
|
-
conference_meetings:
|
202
|
+
conference_meetings: 会議
|
203
203
|
price: 価格
|
204
204
|
registrations_count: 登録数
|
205
205
|
title: タイトル
|
@@ -207,10 +207,10 @@ ja:
|
|
207
207
|
name: 登録タイプ
|
208
208
|
partners:
|
209
209
|
create:
|
210
|
-
error:
|
211
|
-
success:
|
210
|
+
error: この会議にパートナーを追加する際に問題が発生しました。
|
211
|
+
success: 会議パートナーを追加しました。
|
212
212
|
destroy:
|
213
|
-
success:
|
213
|
+
success: 会議パートナーを削除しました。
|
214
214
|
edit:
|
215
215
|
title: パートナーを更新します。
|
216
216
|
update: 更新
|
@@ -218,8 +218,8 @@ ja:
|
|
218
218
|
create: 作成
|
219
219
|
title: 新しいパートナー
|
220
220
|
update:
|
221
|
-
error:
|
222
|
-
success:
|
221
|
+
error: この会議のパートナーの更新中に問題が発生しました。
|
222
|
+
success: 会議パートナーが正常に更新されました。
|
223
223
|
registration_type_publications:
|
224
224
|
create:
|
225
225
|
error: この登録タイプの公開中に問題が発生しました。
|
@@ -229,10 +229,10 @@ ja:
|
|
229
229
|
success: 登録タイプを非公開にしました。
|
230
230
|
registration_types:
|
231
231
|
create:
|
232
|
-
error:
|
233
|
-
success:
|
232
|
+
error: この会議に登録タイプを追加する際に問題がありました。
|
233
|
+
success: 会議の登録タイプを追加しました。
|
234
234
|
destroy:
|
235
|
-
success:
|
235
|
+
success: 会議の登録タイプを削除しました。
|
236
236
|
edit:
|
237
237
|
title: 登録タイプの更新。
|
238
238
|
update: 更新
|
@@ -240,32 +240,32 @@ ja:
|
|
240
240
|
create: 作成
|
241
241
|
title: 新規登録タイプ
|
242
242
|
update:
|
243
|
-
error:
|
244
|
-
success:
|
243
|
+
error: この会議の登録タイプの更新に問題がありました。
|
244
|
+
success: 会議の登録タイプを更新しました。
|
245
245
|
titles:
|
246
|
-
conferences:
|
246
|
+
conferences: 会議
|
247
247
|
admin_log:
|
248
248
|
conference:
|
249
249
|
create: "%{user_name} が %{resource_name} カンファレンスを作成しました"
|
250
250
|
publish: "%{user_name} が %{resource_name} カンファレンスを公開しました"
|
251
251
|
send_conference_diplomas: "%{user_name} が %{resource_name} カンファレンスに出席証明書を送信しました"
|
252
252
|
unpublish: "%{user_name} が %{resource_name} カンファレンスを非公開にしました"
|
253
|
-
update: "%{user_name} が %{resource_name}
|
253
|
+
update: "%{user_name} が %{resource_name} の会議を更新しました"
|
254
254
|
update_diploma: "%{user_name} が %{resource_name} カンファレンスの出席設定証明書を更新しました"
|
255
255
|
conference_speaker:
|
256
|
-
create: "%{user_name} が %{resource_name}
|
256
|
+
create: "%{user_name} が %{resource_name} 会議で %{space_name} スピーカーを作成しました"
|
257
257
|
delete: "%{user_name} が %{resource_name} のスピーカーを %{space_name} のカンファレンスから削除しました"
|
258
258
|
update: "%{user_name} が %{resource_name} カンファレンスで %{space_name} スピーカーを更新しました"
|
259
259
|
conference_user_role:
|
260
260
|
create: "%{user_name} が %{resource_name} を %{space_name} カンファレンスに招待しました"
|
261
|
-
delete: "%{user_name} が %{resource_name} の管理者を %{space_name}
|
261
|
+
delete: "%{user_name} が %{resource_name} の管理者を %{space_name} 会議から削除しました"
|
262
262
|
update: "%{user_name} が %{resource_name} のカンファレンスで %{space_name} の役割を変更しました"
|
263
263
|
conferences:
|
264
264
|
conference_registration:
|
265
|
-
confirm: "%{user_name} が %{resource_name}
|
265
|
+
confirm: "%{user_name} が %{resource_name} 会議で会議の登録を確認しました"
|
266
266
|
partner:
|
267
267
|
create: "%{user_name} は %{resource_name} カンファレンスに %{space_name} を作成しました"
|
268
|
-
delete: "%{user_name} が %{resource_name} の管理者を %{space_name}
|
268
|
+
delete: "%{user_name} が %{resource_name} の管理者を %{space_name} 会議から削除しました"
|
269
269
|
update: "%{user_name} は %{resource_name} カンファレンスで %{space_name} を更新しました"
|
270
270
|
registration_type:
|
271
271
|
create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} の登録タイプを作成しました"
|
@@ -286,15 +286,15 @@ ja:
|
|
286
286
|
admin:
|
287
287
|
conference_copies:
|
288
288
|
form:
|
289
|
-
slug_help: 'URL
|
289
|
+
slug_help: 'URLスラグは、この会議をポイントするURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
|
290
290
|
conference_invites:
|
291
291
|
create:
|
292
|
-
error:
|
293
|
-
success:
|
292
|
+
error: 参加者を招待する際に問題が発生しました。
|
293
|
+
success: 参加者は会議に招待されました。
|
294
294
|
form:
|
295
295
|
attendee_type: 参加者の種類
|
296
296
|
existing_user: 既存の参加者
|
297
|
-
invite_explanation:
|
297
|
+
invite_explanation: 参加者は、会議や団体にも招待されます。
|
298
298
|
non_user: 非既存の参加者
|
299
299
|
select_user: 参加者を選択
|
300
300
|
index:
|
@@ -308,7 +308,7 @@ ja:
|
|
308
308
|
invites: 招待
|
309
309
|
search: 検索
|
310
310
|
new:
|
311
|
-
explanation:
|
311
|
+
explanation: 参加者は会議に招待されます. 彼女の電子メールが登録されていない場合は、彼女は同様に組織に招待されます.
|
312
312
|
invite: 招待
|
313
313
|
new_invite: Invite participant
|
314
314
|
conference_registrations:
|
@@ -327,7 +327,7 @@ ja:
|
|
327
327
|
available_slots_help: 無制限のスロットがある場合は0のままにしてください。
|
328
328
|
registrations_count:
|
329
329
|
other: '%{count} 件の登録がありました。'
|
330
|
-
slug_help: 'URL
|
330
|
+
slug_help: 'URLスラグは、この会議をポイントするURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
|
331
331
|
diplomas:
|
332
332
|
edit:
|
333
333
|
save: 保存
|
@@ -342,19 +342,19 @@ ja:
|
|
342
342
|
title: パートナー
|
343
343
|
registration_types:
|
344
344
|
form:
|
345
|
-
select_conference_meetings:
|
345
|
+
select_conference_meetings: 会議の選択
|
346
346
|
index:
|
347
347
|
title: 登録タイプ
|
348
348
|
send_conference_diploma_mailer:
|
349
349
|
diploma:
|
350
|
-
diploma_html:
|
350
|
+
diploma_html: 添付ファイルに、会議 <a href="%{url}">%{title}</a> の出席証明書があります。
|
351
351
|
diploma_user:
|
352
352
|
attendance_verified_by: 出席者が確認しました
|
353
353
|
certificate_of_attendance: 出席証明書
|
354
354
|
certificate_of_attendance_description: これは、<strong>%{user}</strong>が、<strong>%{start} から %{end}</strong>に<strong>%{location}</strong>で開催された<strong>%{title}</strong>に出席し、参加したことを証明するものです。
|
355
355
|
send_diploma:
|
356
|
-
error:
|
357
|
-
success:
|
356
|
+
error: 会議出席証明書の送信に問題がありました。
|
357
|
+
success: 会議出席証明書が正常に送信されました
|
358
358
|
conference:
|
359
359
|
registration_confirm:
|
360
360
|
cancel: キャンセル
|
@@ -375,23 +375,23 @@ ja:
|
|
375
375
|
program: プログラム
|
376
376
|
conference_registration_mailer:
|
377
377
|
confirmation:
|
378
|
-
confirmed_html:
|
379
|
-
details_1: 'あなたは %{registration_type}
|
380
|
-
details_2:
|
378
|
+
confirmed_html: 会議 <a href="%{url}">%{title}</a> の登録が確認されました。
|
379
|
+
details_1: 'あなたは %{registration_type} タイプの会議に登録されています。 %{price} の費用がかかり、次のイベントに参加できます:'
|
380
|
+
details_2: 会議の詳細は添付ファイルにあります。
|
381
381
|
pending_validation:
|
382
382
|
confirmation_pending: まもなく確認が届きます。
|
383
383
|
details: '%{registration_type} 種類に %{price} の費用で登録しました。以下のイベントに参加できます:'
|
384
|
-
pending_html:
|
384
|
+
pending_html: 会議 <a href="%{url}">%{title}</a> の登録は確認待ちです。
|
385
385
|
conference_registrations:
|
386
386
|
create:
|
387
|
-
invalid:
|
388
|
-
success:
|
387
|
+
invalid: この会議に参加するのに問題がありました。
|
388
|
+
success: 会議に参加しました。
|
389
389
|
decline_invitation:
|
390
390
|
invalid: 招待を辞退するのに問題があった。
|
391
391
|
success: 招待を拒否しました。
|
392
392
|
destroy:
|
393
|
-
invalid:
|
394
|
-
success:
|
393
|
+
invalid: この会議から出るのに問題がありました。
|
394
|
+
success: 会議を終了しました。
|
395
395
|
conference_speaker:
|
396
396
|
go_to_twitter: Twitter に移動
|
397
397
|
more_info: 詳細情報
|
@@ -412,25 +412,25 @@ ja:
|
|
412
412
|
main_promotors: オーガナイザー
|
413
413
|
show:
|
414
414
|
login_as: '%{name} <%{email} >としてログインしています'
|
415
|
-
make_conference_registration: '
|
415
|
+
make_conference_registration: '会議であなたの登録を行います:'
|
416
416
|
register: 登録
|
417
417
|
content_blocks:
|
418
418
|
highlighted_conferences:
|
419
|
-
name:
|
419
|
+
name: ハイライトされた会議
|
420
420
|
index:
|
421
|
-
title:
|
421
|
+
title: 会議
|
422
422
|
mailer:
|
423
423
|
conference_registration_mailer:
|
424
424
|
confirmation:
|
425
|
-
subject:
|
425
|
+
subject: 会議の登録が確認されました
|
426
426
|
pending_validation:
|
427
|
-
subject:
|
427
|
+
subject: 会議の登録は保留中です
|
428
428
|
invite_join_conference_mailer:
|
429
429
|
invite:
|
430
430
|
subject: カンファレンスへの招待
|
431
431
|
send_conference_diploma_mailer:
|
432
432
|
diploma:
|
433
|
-
subject:
|
433
|
+
subject: 会議出席証明書が送信されました
|
434
434
|
models:
|
435
435
|
conference_invite:
|
436
436
|
fields:
|
@@ -455,8 +455,8 @@ ja:
|
|
455
455
|
pages:
|
456
456
|
home:
|
457
457
|
highlighted_conferences:
|
458
|
-
active_conferences:
|
459
|
-
see_all_conferences:
|
458
|
+
active_conferences: アクティブな会議
|
459
|
+
see_all_conferences: すべての会議を見る
|
460
460
|
photo:
|
461
461
|
image:
|
462
462
|
attributes:
|
@@ -477,21 +477,21 @@ ja:
|
|
477
477
|
conference_user_login:
|
478
478
|
already_account: 既にアカウントをお持ちですか?
|
479
479
|
new_user: 新規ユーザーですか?
|
480
|
-
sign_in:
|
481
|
-
sign_up:
|
480
|
+
sign_in: ログインして会議に登録する
|
481
|
+
sign_up: 会議に登録するためにデシウムにアカウントを作成する
|
482
482
|
show:
|
483
483
|
details: 詳細
|
484
484
|
introduction: はじめに
|
485
485
|
objectives: 目的
|
486
|
-
related_assemblies:
|
487
|
-
related_consultations:
|
488
|
-
related_participatory_processes:
|
486
|
+
related_assemblies: 関連するアセンブリ
|
487
|
+
related_consultations: 関連する相談
|
488
|
+
related_participatory_processes: 関連する参加プロセス
|
489
489
|
statistics:
|
490
490
|
answers_count: 回答
|
491
491
|
comments_count: コメント
|
492
|
-
conference_count:
|
493
|
-
debates_count:
|
494
|
-
endorsements_count:
|
492
|
+
conference_count: 会議
|
493
|
+
debates_count: ディベート数
|
494
|
+
endorsements_count: <unk>
|
495
495
|
headline: アクティビティ
|
496
496
|
meetings_count: ミーティング
|
497
497
|
orders_count: サポート
|
@@ -506,29 +506,29 @@ ja:
|
|
506
506
|
events:
|
507
507
|
conferences:
|
508
508
|
conference_registration_confirmed:
|
509
|
-
notification_title:
|
509
|
+
notification_title: 会議 <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました。
|
510
510
|
conference_registration_validation_pending:
|
511
|
-
notification_title:
|
511
|
+
notification_title: 会議 <a href="%{resource_url}">%{resource_title}</a> の登録が確認されました。
|
512
512
|
conference_registrations_over_percentage:
|
513
|
-
email_intro: '"%{resource_title}"
|
514
|
-
email_outro:
|
515
|
-
email_subject: '「%{resource_title}
|
516
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a>
|
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
517
|
conference_updated:
|
518
|
-
email_intro: '"%{resource_title}"
|
518
|
+
email_intro: '"%{resource_title}" 会議を更新しました。新しいバージョンはそのページから読むことができます:'
|
519
519
|
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
520
520
|
email_subject: '"%{resource_title}" カンファレンスが更新されました'
|
521
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a>
|
521
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> 会議を更新しました。
|
522
522
|
registrations_enabled:
|
523
523
|
email_intro: '"%{resource_title}" カンファレンスは登録を有効にしました。あなた自身をそのページに登録することができます:'
|
524
524
|
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
525
|
-
email_subject: '"%{resource_title}"
|
525
|
+
email_subject: '"%{resource_title}" 会議は登録を有効にしました。'
|
526
526
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> カンファレンスは登録を有効にしました。
|
527
527
|
role_assigned:
|
528
|
-
email_intro:
|
528
|
+
email_intro: 会議 " %{role} " の%{resource_title} として割り当てられました。
|
529
529
|
email_outro: あなたは「 %{role} 」カンファレンスの%{resource_title}であるため、この通知を受け取りました。
|
530
530
|
email_subject: あなたは " %{role} " の%{resource_title} として割り当てられました。
|
531
|
-
notification_title:
|
531
|
+
notification_title: あなたは会議<a href="%{resource_url}"f>%{resource_title}</a> に、%{role} として割り当てられました。
|
532
532
|
upcoming_conference:
|
533
533
|
email_intro: '"%{resource_title}" カンファレンスは2日後に開催されます。そのページから説明を読むことができます:'
|
534
534
|
email_outro: '「%{resource_title}」カンファレンスをフォローしているため、この通知を受け取りました。前のリンクからこの通知をアンフォローすることができます。'
|
@@ -537,13 +537,13 @@ ja:
|
|
537
537
|
log:
|
538
538
|
value_types:
|
539
539
|
conference_presenter:
|
540
|
-
not_found: '
|
540
|
+
not_found: 'データベース上に会議が見つかりませんでした (ID: %{id})'
|
541
541
|
media:
|
542
542
|
index:
|
543
|
-
description:
|
543
|
+
description: この会議に関するリンク
|
544
544
|
title: メディアとリンク
|
545
545
|
menu:
|
546
|
-
conferences:
|
546
|
+
conferences: 会議
|
547
547
|
devise:
|
548
548
|
mailer:
|
549
549
|
join_conference:
|
@@ -560,10 +560,10 @@ ja:
|
|
560
560
|
more_info: 詳細情報
|
561
561
|
take_part: 参加する
|
562
562
|
index:
|
563
|
-
promoted_conferences:
|
563
|
+
promoted_conferences: ハイライトされた会議
|
564
564
|
order_by_conferences:
|
565
565
|
conferences:
|
566
|
-
other: "%{count}
|
566
|
+
other: "%{count} 個の会議"
|
567
567
|
promoted_conference:
|
568
568
|
more_info: 詳細情報
|
569
569
|
take_part: 参加する
|