decidim-conferences 0.30.2 → 0.31.0.rc1
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/content_blocks/highlighted_conferences_settings_form/show.erb +3 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/{copy_conference.rb → duplicate_conference.rb} +15 -16
- data/app/commands/decidim/conferences/admin/update_conference.rb +2 -2
- data/app/controllers/decidim/conferences/admin/conference_duplicates_controller.rb +35 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +4 -4
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +3 -3
- data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +2 -2
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +2 -2
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +2 -2
- data/app/forms/decidim/conferences/admin/{conference_copy_form.rb → conference_duplicate_form.rb} +3 -3
- data/app/forms/decidim/conferences/admin/conference_form.rb +0 -4
- data/app/helpers/decidim/conferences/conference_helper.rb +1 -0
- data/app/jobs/decidim/conferences/upcoming_conference_notification_job.rb +1 -1
- data/app/models/decidim/conference.rb +0 -4
- data/app/models/decidim/conferences/registration_type.rb +4 -0
- data/app/packs/entrypoints/decidim_conferences_admin.js +0 -1
- data/app/packs/src/decidim/conferences/admin/conference_invite_form.js +1 -1
- data/app/packs/src/decidim/conferences/admin/conference_speakers.js +1 -1
- data/app/packs/src/decidim/conferences/admin/conferences.js +1 -1
- data/app/packs/stylesheets/decidim/conferences/conferences.scss +5 -5
- data/app/permissions/decidim/conferences/permissions.rb +4 -4
- data/app/presenters/decidim/conference_speaker_presenter.rb +0 -4
- data/app/presenters/decidim/conferences/admin_log/conference_presenter.rb +0 -1
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -3
- data/app/queries/decidim/conferences/admin/conference_speakers.rb +2 -2
- data/app/queries/decidim/conferences/conferences_stats_followers_count.rb +14 -0
- data/app/queries/decidim/conferences/conferences_stats_participants_count.rb +14 -0
- data/app/views/decidim/conferences/admin/{conference_copies → conference_duplicates}/_form.html.erb +3 -3
- data/app/views/decidim/conferences/admin/conference_duplicates/new.html.erb +19 -0
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +34 -20
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +51 -22
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +44 -17
- data/app/views/decidim/conferences/admin/conferences/_actions.html.erb +108 -33
- data/app/views/decidim/conferences/admin/conferences/_conference_row.html.erb +4 -4
- data/app/views/decidim/conferences/admin/conferences/_conferences_thead.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +115 -40
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +0 -8
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conferences/manage_trash.html.erb +2 -1
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +32 -13
- data/app/views/decidim/conferences/admin/partners/index.html.erb +33 -14
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +56 -21
- data/app/views/decidim/conferences/conference_program/show.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_conference_hero.html.erb +0 -5
- data/app/views/decidim/conferences/conferences/show.html.erb +1 -1
- data/app/views/layouts/decidim/diploma.html.erb +2 -2
- data/config/assets.rb +2 -2
- data/config/locales/ar.yml +1 -10
- data/config/locales/bg.yml +1 -13
- data/config/locales/bs-BA.yml +0 -5
- data/config/locales/ca-IT.yml +24 -12
- data/config/locales/ca.yml +24 -12
- data/config/locales/cs.yml +23 -11
- data/config/locales/de.yml +25 -13
- data/config/locales/el.yml +1 -10
- data/config/locales/en.yml +24 -12
- data/config/locales/es-MX.yml +24 -12
- data/config/locales/es-PY.yml +24 -12
- data/config/locales/es.yml +24 -12
- data/config/locales/eu.yml +24 -12
- data/config/locales/fi-plain.yml +23 -11
- data/config/locales/fi.yml +23 -11
- data/config/locales/fr-CA.yml +24 -15
- data/config/locales/fr.yml +24 -15
- data/config/locales/ga-IE.yml +2 -6
- data/config/locales/gl.yml +1 -10
- data/config/locales/hu.yml +1 -10
- data/config/locales/id-ID.yml +1 -9
- data/config/locales/it.yml +1 -10
- data/config/locales/ja.yml +25 -13
- data/config/locales/lb.yml +1 -7
- data/config/locales/lt.yml +1 -10
- data/config/locales/lv.yml +1 -10
- data/config/locales/nl.yml +1 -10
- data/config/locales/no.yml +1 -10
- data/config/locales/pl.yml +1 -13
- data/config/locales/pt-BR.yml +1 -13
- data/config/locales/pt.yml +1 -10
- data/config/locales/ro-RO.yml +3 -10
- data/config/locales/sk.yml +1 -10
- data/config/locales/sl.yml +0 -5
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +16 -13
- data/config/locales/tr-TR.yml +1 -10
- data/config/locales/zh-CN.yml +1 -10
- data/config/locales/zh-TW.yml +1 -10
- data/db/migrate/20250605094623_remove_hashtag_column_conferences.rb +7 -0
- data/lib/decidim/api/conference_registration_type_type.rb +30 -0
- data/lib/decidim/api/conference_speaker_type.rb +12 -0
- data/lib/decidim/api/conference_type.rb +15 -3
- data/lib/decidim/conferences/admin_engine.rb +1 -1
- data/lib/decidim/conferences/api.rb +1 -0
- data/lib/decidim/conferences/conference_diploma_pdf.rb +1 -1
- data/lib/decidim/conferences/engine.rb +5 -3
- data/lib/decidim/conferences/participatory_space.rb +14 -0
- data/lib/decidim/conferences/seeds.rb +5 -6
- data/lib/decidim/conferences/test/factories.rb +2 -2
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +19 -15
- data/app/controllers/decidim/conferences/admin/conference_copies_controller.rb +0 -35
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +0 -19
data/config/locales/id-ID.yml
CHANGED
@@ -3,14 +3,9 @@ id:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Rakitan Terkait
|
7
6
|
banner_image: Gambar spanduk
|
8
|
-
copy_categories: Salin kategori
|
9
|
-
copy_components: Salin komponen
|
10
|
-
copy_features: Salin fitur
|
11
7
|
decidim_scope_id: Cakupan
|
12
8
|
description: Deskripsi
|
13
|
-
hashtag: Tanda pagar
|
14
9
|
hero_image: Gambar rumah
|
15
10
|
participatory_processes_ids: Proses Partisipatif Terkait
|
16
11
|
promoted: Dipromosikan
|
@@ -39,9 +34,6 @@ id:
|
|
39
34
|
actions:
|
40
35
|
confirm: Memastikan
|
41
36
|
send_diplomas: Kirim sertifikat kehadiran
|
42
|
-
conference_copies:
|
43
|
-
new:
|
44
|
-
copy: Salinan
|
45
37
|
conference_publications:
|
46
38
|
create:
|
47
39
|
error: Terjadi kesalahan saat mempublikasikan konferensi ini.
|
@@ -90,12 +82,12 @@ id:
|
|
90
82
|
exports:
|
91
83
|
registrations: Pendaftaran
|
92
84
|
form:
|
85
|
+
images: Foto
|
93
86
|
title: Informasi Umum
|
94
87
|
index:
|
95
88
|
published: Diterbitkan
|
96
89
|
new:
|
97
90
|
create: Membuat
|
98
|
-
title: Konferensi
|
99
91
|
update:
|
100
92
|
error: Ada kesalahan saat memperbarui konferensi ini.
|
101
93
|
success: Konferensi berhasil diperbarui.
|
data/config/locales/it.yml
CHANGED
@@ -3,16 +3,11 @@ it:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Assemblee collegate
|
7
6
|
available_slots: Slot disponibili
|
8
7
|
banner_image: Immagine banner
|
9
|
-
copy_categories: Copia le categorie
|
10
|
-
copy_components: Copia componenti
|
11
|
-
copy_features: Copia le caratteristiche
|
12
8
|
decidim_scope_id: Obiettivo
|
13
9
|
description: Descrizione
|
14
10
|
end_date: Data di fine
|
15
|
-
hashtag: Hashtag
|
16
11
|
hero_image: Immagine della home page
|
17
12
|
location: Luogo
|
18
13
|
main_logo: Logo principale
|
@@ -75,9 +70,6 @@ it:
|
|
75
70
|
actions:
|
76
71
|
confirm: Confermare
|
77
72
|
send_diplomas: Invia certificati di frequenza
|
78
|
-
conference_copies:
|
79
|
-
new:
|
80
|
-
copy: Copia
|
81
73
|
conference_publications:
|
82
74
|
create:
|
83
75
|
error: Si è verificato un errore durante la pubblicazione di questa conferenza.
|
@@ -126,13 +118,13 @@ it:
|
|
126
118
|
exports:
|
127
119
|
registrations: Iscrizioni
|
128
120
|
form:
|
121
|
+
images: Fotografie
|
129
122
|
title: Informazioni Generali
|
130
123
|
index:
|
131
124
|
published: Pubblicata
|
132
125
|
unpublished: Non pubblicato
|
133
126
|
new:
|
134
127
|
create: Crea
|
135
|
-
title: Conferenza
|
136
128
|
update:
|
137
129
|
error: Si è verificato un errore durante l'aggiornamento di questa conferenza.
|
138
130
|
success: Conferenza aggiornata con successo.
|
@@ -180,7 +172,6 @@ it:
|
|
180
172
|
admin: Amministratore
|
181
173
|
collaborator: Collaboratore
|
182
174
|
moderator: Moderatore
|
183
|
-
valuator: Valutatore
|
184
175
|
media_link:
|
185
176
|
fields:
|
186
177
|
date: Data
|
data/config/locales/ja.yml
CHANGED
@@ -3,16 +3,15 @@ ja:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids:
|
6
|
+
assemblies_ids: 関連する参加型スペース
|
7
7
|
available_slots: 利用可能なスロット
|
8
8
|
banner_image: バナー画像
|
9
|
-
copy_categories: カテゴリをコピー
|
10
|
-
copy_components: コンポーネントをコピー
|
11
|
-
copy_features: 機能をコピー
|
12
9
|
decidim_scope_id: スコープ
|
13
10
|
description: 説明
|
11
|
+
duplicate_categories: カテゴリを複製
|
12
|
+
duplicate_components: コンポーネントを複製
|
13
|
+
duplicate_features: 機能を複製
|
14
14
|
end_date: 終了日
|
15
|
-
hashtag: ハッシュタグ
|
16
15
|
hero_image: ホーム画像
|
17
16
|
location: 場所
|
18
17
|
main_logo: メインロゴ
|
@@ -96,9 +95,9 @@ ja:
|
|
96
95
|
new_speaker: 新しいスピーカー
|
97
96
|
send_diplomas: 出席証明書を送信
|
98
97
|
view_deleted_conferences: 削除されたカンファレンスを表示
|
99
|
-
|
98
|
+
conference_duplicates:
|
100
99
|
new:
|
101
|
-
|
100
|
+
duplicate: 複製
|
102
101
|
select:
|
103
102
|
title: カンファレンスを複製
|
104
103
|
conference_publications:
|
@@ -161,7 +160,13 @@ ja:
|
|
161
160
|
exports:
|
162
161
|
registrations: 登録
|
163
162
|
form:
|
163
|
+
duration: 期間
|
164
|
+
images: 画像
|
165
|
+
metadata: メタデータ
|
166
|
+
registrations: 登録
|
167
|
+
related_spaces: 関連するスペース
|
164
168
|
title: 一般情報
|
169
|
+
visibility: 可視性
|
165
170
|
index:
|
166
171
|
published: 公開済み
|
167
172
|
unpublished: 未公開
|
@@ -169,11 +174,11 @@ ja:
|
|
169
174
|
title: 削除されたカンファレンス
|
170
175
|
new:
|
171
176
|
create: 作成
|
172
|
-
title:
|
177
|
+
title: 新しいカンファレンス
|
173
178
|
update:
|
174
179
|
error: このカンファレンスの更新に問題がありました。
|
175
180
|
success: カンファレンスを更新しました。
|
176
|
-
|
181
|
+
conferences_duplicates:
|
177
182
|
create:
|
178
183
|
error: このカンファレンスの複製に問題が発生しました。
|
179
184
|
success: カンファレンスを複製しました。
|
@@ -216,17 +221,20 @@ ja:
|
|
216
221
|
models:
|
217
222
|
conference:
|
218
223
|
fields:
|
224
|
+
actions: アクション
|
219
225
|
created_at: 作成日時
|
220
226
|
published: 公開済み
|
221
227
|
title: タイトル
|
222
228
|
conference_speaker:
|
223
229
|
fields:
|
230
|
+
actions: アクション
|
224
231
|
affiliation: 所属
|
225
232
|
full_name: フルネーム
|
226
233
|
position: ポジション
|
227
234
|
name: カンファレンススピーカー
|
228
235
|
conference_user_role:
|
229
236
|
fields:
|
237
|
+
actions: アクション
|
230
238
|
email: Eメールアドレス
|
231
239
|
name: 名前
|
232
240
|
role: ロール
|
@@ -234,16 +242,18 @@ ja:
|
|
234
242
|
roles:
|
235
243
|
admin: 管理者
|
236
244
|
collaborator: コラボレーター
|
245
|
+
evaluator: 評価者
|
237
246
|
moderator: モデレーター
|
238
|
-
valuator: 評価者
|
239
247
|
media_link:
|
240
248
|
fields:
|
249
|
+
actions: アクション
|
241
250
|
date: 日付
|
242
251
|
link: リンク
|
243
252
|
title: タイトル
|
244
253
|
name: メディア リンク
|
245
254
|
partner:
|
246
255
|
fields:
|
256
|
+
actions: アクション
|
247
257
|
link: リンク
|
248
258
|
logo: ロゴ
|
249
259
|
name: 名前
|
@@ -254,6 +264,7 @@ ja:
|
|
254
264
|
main_promotor: 主プロモーター(プロモーター)
|
255
265
|
registration_type:
|
256
266
|
fields:
|
267
|
+
actions: アクション
|
257
268
|
conference_meetings: カンファレンスのミーティング
|
258
269
|
price: 価格
|
259
270
|
registrations_count: 登録数
|
@@ -348,9 +359,9 @@ ja:
|
|
348
359
|
title: スピーカー
|
349
360
|
conferences:
|
350
361
|
admin:
|
351
|
-
|
362
|
+
conference_duplicates:
|
352
363
|
form:
|
353
|
-
slug_help_html: 'URL
|
364
|
+
slug_help_html: 'URLスラグは、このカンファレンスを表すURLを生成するために使用されます。 利用できる文字は英字、数字、ハイフンのみで、先頭は英字で始める必要があります。例: %{url}'
|
354
365
|
conference_invites:
|
355
366
|
create:
|
356
367
|
error: 参加者をカンファレンスに招待する際に問題が発生しました。
|
@@ -511,6 +522,7 @@ ja:
|
|
511
522
|
sent: 送信済み
|
512
523
|
conference_registration:
|
513
524
|
fields:
|
525
|
+
actions: アクション
|
514
526
|
email: Eメールアドレス
|
515
527
|
name: 名前
|
516
528
|
registration_type: 登録タイプ
|
@@ -609,7 +621,6 @@ ja:
|
|
609
621
|
description: カンファレンスの詳しい説明
|
610
622
|
end_date: カンファレンスの終了日時
|
611
623
|
follows_count: このスペースをフォローしているユーザー数
|
612
|
-
hashtag: Twitter/Xで使用されるカンファレンスハッシュタグ
|
613
624
|
id: このカンファレンスの固有ID
|
614
625
|
location: カンファレンスの場所. このカンファレンスが開催されるところ.
|
615
626
|
objectives: この感ファンレスの目的。開催する目標は何か。
|
@@ -630,6 +641,7 @@ ja:
|
|
630
641
|
url: スペースのURL
|
631
642
|
statistics:
|
632
643
|
conferences_count: カンファレンス
|
644
|
+
conferences_count_tooltip: 公開されたカンファレンス数です。
|
633
645
|
devise:
|
634
646
|
mailer:
|
635
647
|
join_conference:
|
data/config/locales/lb.yml
CHANGED
@@ -3,16 +3,11 @@ lb:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Ähnliche Assemblies
|
7
6
|
available_slots: Verfügbare Plätze
|
8
7
|
banner_image: Banner-Bild
|
9
|
-
copy_categories: Kategorien kopieren
|
10
|
-
copy_components: Kopieren Sie Komponenten
|
11
|
-
copy_features: Funktionen kopieren
|
12
8
|
decidim_scope_id: Umfang
|
13
9
|
description: Beschreibung
|
14
10
|
end_date: Endtermin
|
15
|
-
hashtag: Hashtag
|
16
11
|
hero_image: Hauptbild
|
17
12
|
location: Standort
|
18
13
|
main_logo: Hauptlogo
|
@@ -66,12 +61,12 @@ lb:
|
|
66
61
|
exports:
|
67
62
|
registrations: Anmeldungen
|
68
63
|
form:
|
64
|
+
images: Bilder
|
69
65
|
title: Allgemeine Information
|
70
66
|
index:
|
71
67
|
published: Veröffentlicht
|
72
68
|
new:
|
73
69
|
create: Erstellen
|
74
|
-
title: Konferenz
|
75
70
|
update:
|
76
71
|
error: Beim Aktualisieren dieser Konferenz ist ein Fehler aufgetreten.
|
77
72
|
success: Konferenz wurde erfolgreich aktualisiert.
|
@@ -115,7 +110,6 @@ lb:
|
|
115
110
|
admin: Administrator
|
116
111
|
collaborator: Mitarbeiter
|
117
112
|
moderator: Moderator
|
118
|
-
valuator: Schätzer
|
119
113
|
media_link:
|
120
114
|
fields:
|
121
115
|
date: Datum
|
data/config/locales/lt.yml
CHANGED
@@ -3,16 +3,11 @@ lt:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Susijusios Asamblėjos
|
7
6
|
available_slots: Laisvos vietos
|
8
7
|
banner_image: Reklamjuostės paveikslėlis
|
9
|
-
copy_categories: Kopijuoti kategorijas
|
10
|
-
copy_components: Kopijuoti komponentus
|
11
|
-
copy_features: Kopijuoti požymius
|
12
8
|
decidim_scope_id: Apimtis
|
13
9
|
description: Aprašymas
|
14
10
|
end_date: Pabaigos data
|
15
|
-
hashtag: Grotažymė
|
16
11
|
hero_image: Pradžios paveikslėlis
|
17
12
|
location: Vieta
|
18
13
|
main_logo: Pagrindinis logotipas
|
@@ -94,9 +89,6 @@ lt:
|
|
94
89
|
actions:
|
95
90
|
confirm: Patvirtinti
|
96
91
|
send_diplomas: Siųsti dalyvavimo konferencijoje pažymėjimus
|
97
|
-
conference_copies:
|
98
|
-
new:
|
99
|
-
copy: Kopijuoti
|
100
92
|
conference_publications:
|
101
93
|
create:
|
102
94
|
error: Publikuojant šią konferenciją iškilo problema.
|
@@ -147,12 +139,12 @@ lt:
|
|
147
139
|
exports:
|
148
140
|
registrations: Registracijos
|
149
141
|
form:
|
142
|
+
images: Paveikslėliai
|
150
143
|
title: Bendroji informacija
|
151
144
|
index:
|
152
145
|
published: Publikuota
|
153
146
|
new:
|
154
147
|
create: Sukurti
|
155
|
-
title: Konferencija
|
156
148
|
update:
|
157
149
|
error: Atnaujinant šią konferenciją iškilo problema.
|
158
150
|
success: Konferencija atnaujinta.
|
@@ -200,7 +192,6 @@ lt:
|
|
200
192
|
admin: Administratorius
|
201
193
|
collaborator: Bendraautorius
|
202
194
|
moderator: Moderatorius
|
203
|
-
valuator: Vertintojas
|
204
195
|
media_link:
|
205
196
|
fields:
|
206
197
|
date: Data
|
data/config/locales/lv.yml
CHANGED
@@ -3,14 +3,9 @@ lv:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Saistītās asamblejas
|
7
6
|
banner_image: Reklāmkaroga attēls
|
8
|
-
copy_categories: Kopēt kategorijas
|
9
|
-
copy_components: Kopēt komponentus
|
10
|
-
copy_features: Kopēt funkcijas
|
11
7
|
decidim_scope_id: Darbības tvērums
|
12
8
|
description: Apraksts
|
13
|
-
hashtag: Tēmturis
|
14
9
|
hero_image: Sākuma attēls
|
15
10
|
participatory_processes_ids: Saistītie līdzdalības procesi
|
16
11
|
promoted: Izcelts
|
@@ -45,9 +40,6 @@ lv:
|
|
45
40
|
actions:
|
46
41
|
confirm: Apstiprināt
|
47
42
|
send_diplomas: Nosūtīt apmeklējuma sertifikātus
|
48
|
-
conference_copies:
|
49
|
-
new:
|
50
|
-
copy: Kopēt
|
51
43
|
conference_publications:
|
52
44
|
create:
|
53
45
|
error: Konferences publicēšanas laikā radās problēma.
|
@@ -96,12 +88,12 @@ lv:
|
|
96
88
|
exports:
|
97
89
|
registrations: Reģistrācija
|
98
90
|
form:
|
91
|
+
images: Attēli
|
99
92
|
title: Vispārēja informācija
|
100
93
|
index:
|
101
94
|
published: Publicēts
|
102
95
|
new:
|
103
96
|
create: Izveidot
|
104
|
-
title: Konference
|
105
97
|
update:
|
106
98
|
error: Šīs konferences atjaunināšanas laikā radās problēma.
|
107
99
|
success: Konference ir veiksmīgi atjaunināta.
|
@@ -149,7 +141,6 @@ lv:
|
|
149
141
|
admin: Administrators
|
150
142
|
collaborator: Līdzizstrādātājs
|
151
143
|
moderator: Moderators
|
152
|
-
valuator: Vērtētājs
|
153
144
|
media_link:
|
154
145
|
fields:
|
155
146
|
date: Datums
|
data/config/locales/nl.yml
CHANGED
@@ -3,16 +3,11 @@ nl:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Gerelateerde bijeenkomsten
|
7
6
|
available_slots: Beschikbare plaatsen
|
8
7
|
banner_image: Banner afbeelding
|
9
|
-
copy_categories: Categorieën kopiëren
|
10
|
-
copy_components: Kopieer componenten
|
11
|
-
copy_features: Functies kopiëren
|
12
8
|
decidim_scope_id: Scope
|
13
9
|
description: Beschrijving
|
14
10
|
end_date: Einddatum
|
15
|
-
hashtag: Hashtag
|
16
11
|
hero_image: Home afbeelding
|
17
12
|
location: Locatie
|
18
13
|
main_logo: Hoofdlogo
|
@@ -75,9 +70,6 @@ nl:
|
|
75
70
|
actions:
|
76
71
|
confirm: Bevestigen
|
77
72
|
send_diplomas: Stuur certificaten van deelname
|
78
|
-
conference_copies:
|
79
|
-
new:
|
80
|
-
copy: Kopiëren
|
81
73
|
conference_publications:
|
82
74
|
create:
|
83
75
|
error: Er is een fout opgetreden bij het publiceren van deze conferentie.
|
@@ -126,12 +118,12 @@ nl:
|
|
126
118
|
exports:
|
127
119
|
registrations: Inschrijvingen
|
128
120
|
form:
|
121
|
+
images: Afbeeldingen
|
129
122
|
title: Algemene informatie
|
130
123
|
index:
|
131
124
|
published: Gepubliceerd
|
132
125
|
new:
|
133
126
|
create: Creëren
|
134
|
-
title: Conferentie
|
135
127
|
update:
|
136
128
|
error: Er is een probleem opgetreden bij het bijwerken van deze conferentie.
|
137
129
|
success: Conferentie succesvol bijgewerkt.
|
@@ -179,7 +171,6 @@ nl:
|
|
179
171
|
admin: Beheerder
|
180
172
|
collaborator: Medewerker
|
181
173
|
moderator: Moderator
|
182
|
-
valuator: Beoordelaar
|
183
174
|
media_link:
|
184
175
|
fields:
|
185
176
|
date: Datum
|
data/config/locales/no.yml
CHANGED
@@ -3,16 +3,11 @@
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Relaterte Forsamlinger
|
7
6
|
available_slots: Tilgjengelige plasser
|
8
7
|
banner_image: Bannerafbeelding
|
9
|
-
copy_categories: Kopier kategorier
|
10
|
-
copy_components: Kopier komponenter
|
11
|
-
copy_features: Kopier funksjoner
|
12
8
|
decidim_scope_id: Tema
|
13
9
|
description: Beskrivelse
|
14
10
|
end_date: Sluttdato
|
15
|
-
hashtag: Hastag
|
16
11
|
hero_image: Hjem bilde
|
17
12
|
location: Sted
|
18
13
|
main_logo: Hovedlogo
|
@@ -75,9 +70,6 @@
|
|
75
70
|
actions:
|
76
71
|
confirm: Bekreft
|
77
72
|
send_diplomas: Send deltakerbevis
|
78
|
-
conference_copies:
|
79
|
-
new:
|
80
|
-
copy: Kopier
|
81
73
|
conference_publications:
|
82
74
|
create:
|
83
75
|
error: Det oppstod et problem med å publisere denne konferansen.
|
@@ -126,12 +118,12 @@
|
|
126
118
|
exports:
|
127
119
|
registrations: Registreringer
|
128
120
|
form:
|
121
|
+
images: Bilder
|
129
122
|
title: Generell Informasjon
|
130
123
|
index:
|
131
124
|
published: Publisert
|
132
125
|
new:
|
133
126
|
create: Opprett
|
134
|
-
title: Konferanse
|
135
127
|
update:
|
136
128
|
error: Det oppstod et problem med å oppdatere denne konferansen.
|
137
129
|
success: Konferansen ble oppdatert.
|
@@ -179,7 +171,6 @@
|
|
179
171
|
admin: Administrator
|
180
172
|
collaborator: Samarbeidspartner
|
181
173
|
moderator: Moderator
|
182
|
-
valuator: Takstmann
|
183
174
|
media_link:
|
184
175
|
fields:
|
185
176
|
date: Dato
|
data/config/locales/pl.yml
CHANGED
@@ -3,16 +3,11 @@ pl:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Powiązane zespoły
|
7
6
|
available_slots: Dostępne terminy
|
8
7
|
banner_image: Baner
|
9
|
-
copy_categories: Skopiuj kategorie
|
10
|
-
copy_components: Skopiuj komponenty
|
11
|
-
copy_features: Skopiuj funkcje
|
12
8
|
decidim_scope_id: Zakres
|
13
9
|
description: Opis
|
14
10
|
end_date: Data zakończenia
|
15
|
-
hashtag: Hashtag
|
16
11
|
hero_image: Obraz główny
|
17
12
|
location: Miejsce
|
18
13
|
main_logo: Główne logo
|
@@ -101,9 +96,6 @@ pl:
|
|
101
96
|
new_registration_type: Nowy typ rejestracji
|
102
97
|
new_speaker: Nowy mówca
|
103
98
|
send_diplomas: Wyślij certyfikaty uczestnictwa
|
104
|
-
conference_copies:
|
105
|
-
new:
|
106
|
-
copy: Kopiuj
|
107
99
|
conference_publications:
|
108
100
|
create:
|
109
101
|
error: Wystąpił błąd podczas publikowania tej konferencji.
|
@@ -160,13 +152,13 @@ pl:
|
|
160
152
|
exports:
|
161
153
|
registrations: Rejestracje
|
162
154
|
form:
|
155
|
+
images: Zdjęcia
|
163
156
|
title: Informacje ogólne
|
164
157
|
index:
|
165
158
|
published: Opublikowane
|
166
159
|
unpublished: Nieopublikowane
|
167
160
|
new:
|
168
161
|
create: Utwórz
|
169
|
-
title: Konferencja
|
170
162
|
update:
|
171
163
|
error: Wystąpił błąd podczas aktualizowania konferencji.
|
172
164
|
success: Konferencja została zaktualizowana pomyślnie.
|
@@ -216,7 +208,6 @@ pl:
|
|
216
208
|
admin: Administrator
|
217
209
|
collaborator: Współpracownik
|
218
210
|
moderator: Moderator
|
219
|
-
valuator: Weryfikator
|
220
211
|
media_link:
|
221
212
|
fields:
|
222
213
|
date: Data
|
@@ -318,9 +309,6 @@ pl:
|
|
318
309
|
title: Prelegenci
|
319
310
|
conferences:
|
320
311
|
admin:
|
321
|
-
conference_copies:
|
322
|
-
form:
|
323
|
-
slug_help_html: 'Slugi URL wykorzystuje się do generowania adresów URL odsyłających do tej konferencji. Można używać jedynie liter, cyfr i łączników, przy czym należy rozpocząć od litery. Przykład: %{url}'
|
324
312
|
conference_invites:
|
325
313
|
create:
|
326
314
|
error: Podczas zapraszania użytkownika do udziału w konferencji wystąpił błąd.
|
data/config/locales/pt-BR.yml
CHANGED
@@ -3,16 +3,11 @@ pt-BR:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Assembleias Relacionadas
|
7
6
|
available_slots: Vagas disponíveis
|
8
7
|
banner_image: Imagem de banner
|
9
|
-
copy_categories: Copiar categorias
|
10
|
-
copy_components: Copiar componentes
|
11
|
-
copy_features: Copiar recursos
|
12
8
|
decidim_scope_id: Escopo
|
13
9
|
description: Descrição
|
14
10
|
end_date: Data final
|
15
|
-
hashtag: Palavras-chave
|
16
11
|
hero_image: Imagem inicial
|
17
12
|
location: Localização
|
18
13
|
main_logo: Logo principal
|
@@ -94,9 +89,6 @@ pt-BR:
|
|
94
89
|
new_registration_type: Novo tipo de registro
|
95
90
|
new_speaker: Novo Pregador
|
96
91
|
send_diplomas: Envie certificados de participação
|
97
|
-
conference_copies:
|
98
|
-
new:
|
99
|
-
copy: cópia de
|
100
92
|
conference_publications:
|
101
93
|
create:
|
102
94
|
error: Ocorreu um erro ao publicar esta conferência.
|
@@ -153,13 +145,13 @@ pt-BR:
|
|
153
145
|
exports:
|
154
146
|
registrations: Inscrições
|
155
147
|
form:
|
148
|
+
images: Fotos
|
156
149
|
title: Informação geral
|
157
150
|
index:
|
158
151
|
published: Publicados
|
159
152
|
unpublished: Despublicado
|
160
153
|
new:
|
161
154
|
create: Crio
|
162
|
-
title: Conferência
|
163
155
|
update:
|
164
156
|
error: Houve um erro ao atualizar esta conferência.
|
165
157
|
success: Conferência atualizada com sucesso.
|
@@ -208,7 +200,6 @@ pt-BR:
|
|
208
200
|
admin: Administrador
|
209
201
|
collaborator: Colaborador
|
210
202
|
moderator: Moderador
|
211
|
-
valuator: Avaliador
|
212
203
|
media_link:
|
213
204
|
fields:
|
214
205
|
date: Encontro
|
@@ -310,9 +301,6 @@ pt-BR:
|
|
310
301
|
title: caixas de som
|
311
302
|
conferences:
|
312
303
|
admin:
|
313
|
-
conference_copies:
|
314
|
-
form:
|
315
|
-
slug_help_html: 'Os slugs de URL são usados para gerar as URLs que apontam para esta conferência. Aceita apenas letras, números e traços e deve começar com uma letra. Exemplo: %{url}'
|
316
304
|
conference_invites:
|
317
305
|
create:
|
318
306
|
error: Houve um problema ao convidar o usuário para participar da conferência.
|
data/config/locales/pt.yml
CHANGED
@@ -3,16 +3,11 @@ pt:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Reuniões Relacionadas
|
7
6
|
available_slots: Espaços disponíveis
|
8
7
|
banner_image: Imagem da faixa
|
9
|
-
copy_categories: Copiar categorias
|
10
|
-
copy_components: Copiar componentes
|
11
|
-
copy_features: Copiar características
|
12
8
|
decidim_scope_id: Âmbito
|
13
9
|
description: Descrição
|
14
10
|
end_date: Data final
|
15
|
-
hashtag: Hashtag
|
16
11
|
hero_image: Imagem inicial
|
17
12
|
location: Localização
|
18
13
|
main_logo: Logo principal
|
@@ -75,9 +70,6 @@ pt:
|
|
75
70
|
actions:
|
76
71
|
confirm: Confirmar
|
77
72
|
send_diplomas: Enviar certificados de participação
|
78
|
-
conference_copies:
|
79
|
-
new:
|
80
|
-
copy: Copiar
|
81
73
|
conference_publications:
|
82
74
|
create:
|
83
75
|
error: Ocorreu um problema ao publicar esta conferência.
|
@@ -126,12 +118,12 @@ pt:
|
|
126
118
|
exports:
|
127
119
|
registrations: Registos
|
128
120
|
form:
|
121
|
+
images: Imagens
|
129
122
|
title: Informação geral
|
130
123
|
index:
|
131
124
|
published: Publicado
|
132
125
|
new:
|
133
126
|
create: Criar
|
134
|
-
title: Conferência
|
135
127
|
update:
|
136
128
|
error: Ocorreu um problema ao atualizar esta conferência.
|
137
129
|
success: Conferência atualizada corretamente.
|
@@ -179,7 +171,6 @@ pt:
|
|
179
171
|
admin: Administrador
|
180
172
|
collaborator: Colaborador
|
181
173
|
moderator: Moderador
|
182
|
-
valuator: Avaliador
|
183
174
|
media_link:
|
184
175
|
fields:
|
185
176
|
date: Data
|
data/config/locales/ro-RO.yml
CHANGED
@@ -3,16 +3,11 @@ ro:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
|
-
assemblies_ids: Grupuri de lucru asociate
|
7
6
|
available_slots: Locuri disponibile
|
8
7
|
banner_image: Imagine pentru banner
|
9
|
-
copy_categories: Copiază categoriile
|
10
|
-
copy_components: Copiază componentele
|
11
|
-
copy_features: Copiază funcționalitățile
|
12
8
|
decidim_scope_id: Domeniu de interes
|
13
9
|
description: Descriere
|
14
10
|
end_date: Data de sfârșit
|
15
|
-
hashtag: Hashtag
|
16
11
|
hero_image: Imagine pagina principală
|
17
12
|
location: Locație
|
18
13
|
main_logo: Logo principal
|
@@ -93,9 +88,6 @@ ro:
|
|
93
88
|
actions:
|
94
89
|
confirm: Confirmare
|
95
90
|
send_diplomas: Trimite certificate de prezență
|
96
|
-
conference_copies:
|
97
|
-
new:
|
98
|
-
copy: Copiază
|
99
91
|
conference_publications:
|
100
92
|
create:
|
101
93
|
error: A apărut o problemă la publicarea acestei conferinţe.
|
@@ -150,12 +142,12 @@ ro:
|
|
150
142
|
exports:
|
151
143
|
registrations: Înregistrări
|
152
144
|
form:
|
145
|
+
images: Imagini
|
153
146
|
title: Informaţii generale
|
154
147
|
index:
|
155
148
|
published: Publicat
|
156
149
|
new:
|
157
150
|
create: Creează
|
158
|
-
title: Conferință
|
159
151
|
update:
|
160
152
|
error: A apărut o eroare la actualizarea conferinței.
|
161
153
|
success: Conferință actualizată cu succes.
|
@@ -214,8 +206,8 @@ ro:
|
|
214
206
|
roles:
|
215
207
|
admin: Administrator
|
216
208
|
collaborator: Colaborator
|
209
|
+
evaluator: Evaluator
|
217
210
|
moderator: Moderator
|
218
|
-
valuator: Evaluator
|
219
211
|
media_link:
|
220
212
|
fields:
|
221
213
|
date: Data
|
@@ -542,6 +534,7 @@ ro:
|
|
542
534
|
conferences: Conferințe
|
543
535
|
statistics:
|
544
536
|
conferences_count: Conferințe
|
537
|
+
conferences_count_tooltip: Numărul conferinţelor publicate.
|
545
538
|
devise:
|
546
539
|
mailer:
|
547
540
|
join_conference:
|