decidim-conferences 0.30.4 → 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/_program.scss +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/_program_item.html.erb +9 -9
- 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 -14
- data/config/locales/ca.yml +24 -14
- data/config/locales/cs.yml +23 -13
- data/config/locales/de.yml +25 -13
- data/config/locales/el.yml +1 -10
- data/config/locales/en.yml +24 -14
- data/config/locales/es-MX.yml +24 -14
- data/config/locales/es-PY.yml +24 -14
- data/config/locales/es.yml +24 -14
- data/config/locales/eu.yml +24 -14
- data/config/locales/fi-plain.yml +23 -11
- data/config/locales/fi.yml +23 -11
- data/config/locales/fr-CA.yml +24 -17
- data/config/locales/fr.yml +24 -17
- 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 -15
- 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 -15
- 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 +18 -2
- 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/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:
|
data/config/locales/sk.yml
CHANGED
|
@@ -3,14 +3,9 @@ sk:
|
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
5
|
conference:
|
|
6
|
-
assemblies_ids: Podobné zhromaždenia
|
|
7
6
|
banner_image: Obrázok banneru
|
|
8
|
-
copy_categories: Kopírovať kategórie
|
|
9
|
-
copy_components: Kopírovať komponenty
|
|
10
|
-
copy_features: Kopírovať prvky
|
|
11
7
|
decidim_scope_id: Rozsah
|
|
12
8
|
description: Popis
|
|
13
|
-
hashtag: Hashtag
|
|
14
9
|
hero_image: Obrázok na hlavnej stránke
|
|
15
10
|
participatory_processes_ids: Podobné participatívne procesy
|
|
16
11
|
promoted: Zvýraznené
|
|
@@ -48,9 +43,6 @@ sk:
|
|
|
48
43
|
actions:
|
|
49
44
|
confirm: Potvrdiť
|
|
50
45
|
send_diplomas: Zaslať certifikáty o účasti
|
|
51
|
-
conference_copies:
|
|
52
|
-
new:
|
|
53
|
-
copy: Kopírovať
|
|
54
46
|
conference_publications:
|
|
55
47
|
create:
|
|
56
48
|
error: Vyskytol sa problém s publikovaním konferencie.
|
|
@@ -99,12 +91,12 @@ sk:
|
|
|
99
91
|
exports:
|
|
100
92
|
registrations: Registrácie
|
|
101
93
|
form:
|
|
94
|
+
images: Obrázky
|
|
102
95
|
title: Všeobecné informácie
|
|
103
96
|
index:
|
|
104
97
|
published: Zverejnené
|
|
105
98
|
new:
|
|
106
99
|
create: Vytvoriť
|
|
107
|
-
title: Konferencia
|
|
108
100
|
update:
|
|
109
101
|
error: Vyskytol sa problém s aktualizáciou tejto konferencie.
|
|
110
102
|
success: Konferencia úspešne aktualizovaná.
|
|
@@ -152,7 +144,6 @@ sk:
|
|
|
152
144
|
admin: Administrátor
|
|
153
145
|
collaborator: Spolupracovník
|
|
154
146
|
moderator: Moderátor
|
|
155
|
-
valuator: Hodnotiteľ
|
|
156
147
|
media_link:
|
|
157
148
|
fields:
|
|
158
149
|
date: Dátum
|
data/config/locales/sl.yml
CHANGED
|
@@ -3,9 +3,7 @@ sl:
|
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
5
|
conference:
|
|
6
|
-
assemblies_ids: Povezane združbe
|
|
7
6
|
description: Opis
|
|
8
|
-
hashtag: Ključnik
|
|
9
7
|
published_at: Objavljeno
|
|
10
8
|
short_description: Kratek opis
|
|
11
9
|
show_statistics: Pokaži statistiko
|
|
@@ -20,9 +18,6 @@ sl:
|
|
|
20
18
|
admin:
|
|
21
19
|
actions:
|
|
22
20
|
confirm: Potrdi
|
|
23
|
-
conference_copies:
|
|
24
|
-
new:
|
|
25
|
-
copy: Kopiraj
|
|
26
21
|
conference_speakers:
|
|
27
22
|
edit:
|
|
28
23
|
update: Posodobi
|
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
|
@@ -6,13 +6,9 @@ sv:
|
|
|
6
6
|
assemblies_ids: Relaterade samråd
|
|
7
7
|
available_slots: Tillgängliga platser
|
|
8
8
|
banner_image: Bannerbild
|
|
9
|
-
copy_categories: Kopiera kategorier
|
|
10
|
-
copy_components: Kopiera komponenter
|
|
11
|
-
copy_features: Kopiera funktioner
|
|
12
9
|
decidim_scope_id: Indelning
|
|
13
10
|
description: Beskrivning
|
|
14
11
|
end_date: Slutdatum
|
|
15
|
-
hashtag: Hashtag
|
|
16
12
|
hero_image: Bild till startsida
|
|
17
13
|
location: Plats
|
|
18
14
|
main_logo: Logotyp
|
|
@@ -99,9 +95,6 @@ sv:
|
|
|
99
95
|
new_speaker: Ny talare
|
|
100
96
|
send_diplomas: Skicka deltagarbevis
|
|
101
97
|
view_deleted_conferences: Visa raderade konferenser
|
|
102
|
-
conference_copies:
|
|
103
|
-
new:
|
|
104
|
-
copy: Kopiera
|
|
105
98
|
conference_publications:
|
|
106
99
|
create:
|
|
107
100
|
error: Det gick inte att publicera konferensen.
|
|
@@ -162,7 +155,13 @@ sv:
|
|
|
162
155
|
exports:
|
|
163
156
|
registrations: Registreringar
|
|
164
157
|
form:
|
|
158
|
+
duration: Tid
|
|
159
|
+
images: Bilder
|
|
160
|
+
metadata: Metadata
|
|
161
|
+
registrations: Anmälningar
|
|
162
|
+
related_spaces: Relaterade utrymmen
|
|
165
163
|
title: Allmän information
|
|
164
|
+
visibility: Synlighet
|
|
166
165
|
index:
|
|
167
166
|
published: Publicerad
|
|
168
167
|
unpublished: Ej publicerad
|
|
@@ -170,7 +169,7 @@ sv:
|
|
|
170
169
|
title: Borttagna konferenser
|
|
171
170
|
new:
|
|
172
171
|
create: Skapa
|
|
173
|
-
title:
|
|
172
|
+
title: Ny konferens
|
|
174
173
|
update:
|
|
175
174
|
error: Det gick inte att uppdatera konferensen.
|
|
176
175
|
success: Konferensen har uppdaterats.
|
|
@@ -213,17 +212,20 @@ sv:
|
|
|
213
212
|
models:
|
|
214
213
|
conference:
|
|
215
214
|
fields:
|
|
215
|
+
actions: Åtgärder
|
|
216
216
|
created_at: Skapad
|
|
217
217
|
published: Publicerad
|
|
218
218
|
title: Titel
|
|
219
219
|
conference_speaker:
|
|
220
220
|
fields:
|
|
221
|
+
actions: Handlingar
|
|
221
222
|
affiliation: Anknytning
|
|
222
223
|
full_name: Fullständigt namn
|
|
223
224
|
position: Position
|
|
224
225
|
name: Talare
|
|
225
226
|
conference_user_role:
|
|
226
227
|
fields:
|
|
228
|
+
actions: Handlingar
|
|
227
229
|
email: E-post
|
|
228
230
|
name: Namn
|
|
229
231
|
role: Roll
|
|
@@ -231,16 +233,18 @@ sv:
|
|
|
231
233
|
roles:
|
|
232
234
|
admin: Administratör
|
|
233
235
|
collaborator: Medarbetare
|
|
236
|
+
evaluator: Utvärderare
|
|
234
237
|
moderator: Moderator
|
|
235
|
-
valuator: Handläggare
|
|
236
238
|
media_link:
|
|
237
239
|
fields:
|
|
240
|
+
actions: Handlingar
|
|
238
241
|
date: Datum
|
|
239
242
|
link: Länk
|
|
240
243
|
title: Titel
|
|
241
244
|
name: Medialänk
|
|
242
245
|
partner:
|
|
243
246
|
fields:
|
|
247
|
+
actions: Handlingar
|
|
244
248
|
link: Länk
|
|
245
249
|
logo: Logotyp
|
|
246
250
|
name: Namn
|
|
@@ -251,6 +255,7 @@ sv:
|
|
|
251
255
|
main_promotor: Huvudarrangör
|
|
252
256
|
registration_type:
|
|
253
257
|
fields:
|
|
258
|
+
actions: Handlingar
|
|
254
259
|
conference_meetings: Konferensmöten
|
|
255
260
|
price: Pris
|
|
256
261
|
registrations_count: Antal registreringar
|
|
@@ -345,9 +350,6 @@ sv:
|
|
|
345
350
|
title: Talare
|
|
346
351
|
conferences:
|
|
347
352
|
admin:
|
|
348
|
-
conference_copies:
|
|
349
|
-
form:
|
|
350
|
-
slug_help_html: 'URL-slugs används till att generera URL:er till konferensen. Använd bara bokstäver, siffror och bindestreck, och de måste börja med en bokstav. Exempel: %{url}'
|
|
351
353
|
conference_invites:
|
|
352
354
|
create:
|
|
353
355
|
error: Det gick inte att bjuda in deltagaren till konferensen.
|
|
@@ -426,8 +428,6 @@ sv:
|
|
|
426
428
|
no_slots_available: Inga platser tillgängliga
|
|
427
429
|
registration: Registrering
|
|
428
430
|
conference_program:
|
|
429
|
-
program_item:
|
|
430
|
-
other_category: Övrigt
|
|
431
431
|
show:
|
|
432
432
|
program: Program
|
|
433
433
|
conference_registration_mailer:
|
|
@@ -512,6 +512,7 @@ sv:
|
|
|
512
512
|
sent: Skickad
|
|
513
513
|
conference_registration:
|
|
514
514
|
fields:
|
|
515
|
+
actions: Handlingar
|
|
515
516
|
email: E-post
|
|
516
517
|
name: Namn
|
|
517
518
|
registration_type: Registreringstyp
|
|
@@ -610,10 +611,10 @@ sv:
|
|
|
610
611
|
description: Längre beskrivning av konferensen
|
|
611
612
|
end_date: Det datum då konferens avslutas.
|
|
612
613
|
follows_count: Antal följare
|
|
613
|
-
hashtag: Konferensens hashtag, används för Twitter/X
|
|
614
614
|
id: Unikt id för konferensen
|
|
615
615
|
statistics:
|
|
616
616
|
conferences_count: Konferenser
|
|
617
|
+
conferences_count_tooltip: Antalet publicerade konferenser.
|
|
617
618
|
devise:
|
|
618
619
|
mailer:
|
|
619
620
|
join_conference:
|