decidim-conferences 0.30.1 → 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 +6 -6
- 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 -16
- data/config/locales/bg.yml +1 -19
- data/config/locales/bs-BA.yml +0 -5
- data/config/locales/ca-IT.yml +25 -13
- data/config/locales/ca.yml +25 -13
- data/config/locales/cs.yml +23 -11
- data/config/locales/de.yml +33 -21
- data/config/locales/el.yml +1 -16
- data/config/locales/en.yml +25 -13
- data/config/locales/es-MX.yml +27 -15
- data/config/locales/es-PY.yml +28 -16
- data/config/locales/es.yml +26 -14
- data/config/locales/eu.yml +31 -19
- data/config/locales/fi-plain.yml +25 -13
- data/config/locales/fi.yml +25 -13
- data/config/locales/fr-CA.yml +25 -12
- data/config/locales/fr.yml +26 -13
- data/config/locales/ga-IE.yml +2 -6
- data/config/locales/gl.yml +1 -16
- data/config/locales/hu.yml +1 -16
- data/config/locales/id-ID.yml +1 -15
- data/config/locales/it.yml +1 -16
- data/config/locales/ja.yml +26 -14
- data/config/locales/lb.yml +1 -11
- data/config/locales/lt.yml +1 -16
- data/config/locales/lv.yml +1 -16
- data/config/locales/nl.yml +1 -16
- data/config/locales/no.yml +1 -16
- data/config/locales/pl.yml +1 -19
- data/config/locales/pt-BR.yml +1 -19
- data/config/locales/pt.yml +1 -16
- data/config/locales/ro-RO.yml +3 -16
- data/config/locales/sk.yml +1 -16
- data/config/locales/sl.yml +0 -5
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +16 -19
- data/config/locales/tr-TR.yml +1 -16
- data/config/locales/zh-CN.yml +1 -16
- data/config/locales/zh-TW.yml +1 -16
- 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/menu.rb +1 -1
- 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/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,19 +61,15 @@ 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.
|
78
|
-
conferences_copies:
|
79
|
-
create:
|
80
|
-
error: Beim Duplizieren dieser Konferenz ist ein Fehler aufgetreten.
|
81
|
-
success: Konferenz wurde erfolgreich dupliziert.
|
82
73
|
media_links:
|
83
74
|
create:
|
84
75
|
error: Beim Erstellen einer neuen Medienverknüpfung ist ein Fehler aufgetreten.
|
@@ -119,7 +110,6 @@ lb:
|
|
119
110
|
admin: Administrator
|
120
111
|
collaborator: Mitarbeiter
|
121
112
|
moderator: Moderator
|
122
|
-
valuator: Schätzer
|
123
113
|
media_link:
|
124
114
|
fields:
|
125
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,11 +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
|
-
select: Pasirinkite, kuriuos duomenis norėtumėte dubliuoti
|
101
|
-
title: Dubliuoti konferenciją
|
102
92
|
conference_publications:
|
103
93
|
create:
|
104
94
|
error: Publikuojant šią konferenciją iškilo problema.
|
@@ -149,19 +139,15 @@ lt:
|
|
149
139
|
exports:
|
150
140
|
registrations: Registracijos
|
151
141
|
form:
|
142
|
+
images: Paveikslėliai
|
152
143
|
title: Bendroji informacija
|
153
144
|
index:
|
154
145
|
published: Publikuota
|
155
146
|
new:
|
156
147
|
create: Sukurti
|
157
|
-
title: Konferencija
|
158
148
|
update:
|
159
149
|
error: Atnaujinant šią konferenciją iškilo problema.
|
160
150
|
success: Konferencija atnaujinta.
|
161
|
-
conferences_copies:
|
162
|
-
create:
|
163
|
-
error: Dubliuojant šią konferenciją iškilo problema.
|
164
|
-
success: Konferencija dubliuota.
|
165
151
|
media_links:
|
166
152
|
create:
|
167
153
|
error: Kuriant naują multimedijos nuorodą iškilo problema.
|
@@ -206,7 +192,6 @@ lt:
|
|
206
192
|
admin: Administratorius
|
207
193
|
collaborator: Bendraautorius
|
208
194
|
moderator: Moderatorius
|
209
|
-
valuator: Vertintojas
|
210
195
|
media_link:
|
211
196
|
fields:
|
212
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,11 +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
|
-
select: Atlasiet, kurus datus vēlaties dublēt
|
52
|
-
title: Dublēt konferenci
|
53
43
|
conference_publications:
|
54
44
|
create:
|
55
45
|
error: Konferences publicēšanas laikā radās problēma.
|
@@ -98,19 +88,15 @@ lv:
|
|
98
88
|
exports:
|
99
89
|
registrations: Reģistrācija
|
100
90
|
form:
|
91
|
+
images: Attēli
|
101
92
|
title: Vispārēja informācija
|
102
93
|
index:
|
103
94
|
published: Publicēts
|
104
95
|
new:
|
105
96
|
create: Izveidot
|
106
|
-
title: Konference
|
107
97
|
update:
|
108
98
|
error: Šīs konferences atjaunināšanas laikā radās problēma.
|
109
99
|
success: Konference ir veiksmīgi atjaunināta.
|
110
|
-
conferences_copies:
|
111
|
-
create:
|
112
|
-
error: Radās problēma ar šīs konferences dublēšanu.
|
113
|
-
success: Konference ir veiksmīgi dublēta.
|
114
100
|
media_links:
|
115
101
|
create:
|
116
102
|
error: Jaunas mediju saites izveides laikā radās problēma.
|
@@ -155,7 +141,6 @@ lv:
|
|
155
141
|
admin: Administrators
|
156
142
|
collaborator: Līdzizstrādātājs
|
157
143
|
moderator: Moderators
|
158
|
-
valuator: Vērtētājs
|
159
144
|
media_link:
|
160
145
|
fields:
|
161
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,11 +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
|
-
select: Selecteer welke gegevens u wilt dupliceren
|
82
|
-
title: Dubbele conferentie
|
83
73
|
conference_publications:
|
84
74
|
create:
|
85
75
|
error: Er is een fout opgetreden bij het publiceren van deze conferentie.
|
@@ -128,19 +118,15 @@ nl:
|
|
128
118
|
exports:
|
129
119
|
registrations: Inschrijvingen
|
130
120
|
form:
|
121
|
+
images: Afbeeldingen
|
131
122
|
title: Algemene informatie
|
132
123
|
index:
|
133
124
|
published: Gepubliceerd
|
134
125
|
new:
|
135
126
|
create: Creëren
|
136
|
-
title: Conferentie
|
137
127
|
update:
|
138
128
|
error: Er is een probleem opgetreden bij het bijwerken van deze conferentie.
|
139
129
|
success: Conferentie succesvol bijgewerkt.
|
140
|
-
conferences_copies:
|
141
|
-
create:
|
142
|
-
error: Er was een probleem bij het dupliceren van deze conferentie.
|
143
|
-
success: Conferentie succesvol gedupliceerd.
|
144
130
|
media_links:
|
145
131
|
create:
|
146
132
|
error: Er is een probleem opgetreden bij het maken van een nieuwe mediakoppeling.
|
@@ -185,7 +171,6 @@ nl:
|
|
185
171
|
admin: Beheerder
|
186
172
|
collaborator: Medewerker
|
187
173
|
moderator: Moderator
|
188
|
-
valuator: Beoordelaar
|
189
174
|
media_link:
|
190
175
|
fields:
|
191
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,11 +70,6 @@
|
|
75
70
|
actions:
|
76
71
|
confirm: Bekreft
|
77
72
|
send_diplomas: Send deltakerbevis
|
78
|
-
conference_copies:
|
79
|
-
new:
|
80
|
-
copy: Kopier
|
81
|
-
select: Velg hvilke data du vil duplisere
|
82
|
-
title: Duplisert konferanse
|
83
73
|
conference_publications:
|
84
74
|
create:
|
85
75
|
error: Det oppstod et problem med å publisere denne konferansen.
|
@@ -128,19 +118,15 @@
|
|
128
118
|
exports:
|
129
119
|
registrations: Registreringer
|
130
120
|
form:
|
121
|
+
images: Bilder
|
131
122
|
title: Generell Informasjon
|
132
123
|
index:
|
133
124
|
published: Publisert
|
134
125
|
new:
|
135
126
|
create: Opprett
|
136
|
-
title: Konferanse
|
137
127
|
update:
|
138
128
|
error: Det oppstod et problem med å oppdatere denne konferansen.
|
139
129
|
success: Konferansen ble oppdatert.
|
140
|
-
conferences_copies:
|
141
|
-
create:
|
142
|
-
error: Det oppstod et problem med å duplisere denne konferansen.
|
143
|
-
success: Konferansen ble duplisert.
|
144
130
|
media_links:
|
145
131
|
create:
|
146
132
|
error: Det oppstod et problem med å opprette en ny media lenke.
|
@@ -185,7 +171,6 @@
|
|
185
171
|
admin: Administrator
|
186
172
|
collaborator: Samarbeidspartner
|
187
173
|
moderator: Moderator
|
188
|
-
valuator: Takstmann
|
189
174
|
media_link:
|
190
175
|
fields:
|
191
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,11 +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
|
-
select: Wybierz dane, które chcesz zduplikować
|
108
|
-
title: Zduplikuj konferencję
|
109
99
|
conference_publications:
|
110
100
|
create:
|
111
101
|
error: Wystąpił błąd podczas publikowania tej konferencji.
|
@@ -162,20 +152,16 @@ pl:
|
|
162
152
|
exports:
|
163
153
|
registrations: Rejestracje
|
164
154
|
form:
|
155
|
+
images: Zdjęcia
|
165
156
|
title: Informacje ogólne
|
166
157
|
index:
|
167
158
|
published: Opublikowane
|
168
159
|
unpublished: Nieopublikowane
|
169
160
|
new:
|
170
161
|
create: Utwórz
|
171
|
-
title: Konferencja
|
172
162
|
update:
|
173
163
|
error: Wystąpił błąd podczas aktualizowania konferencji.
|
174
164
|
success: Konferencja została zaktualizowana pomyślnie.
|
175
|
-
conferences_copies:
|
176
|
-
create:
|
177
|
-
error: Wystąpił błąd podczas duplikowania konferencji.
|
178
|
-
success: Konferencja zduplikowana pomyślnie.
|
179
165
|
media_links:
|
180
166
|
create:
|
181
167
|
error: Podczas tworzenia nowego linku do multimediów wystąpił błąd.
|
@@ -222,7 +208,6 @@ pl:
|
|
222
208
|
admin: Administrator
|
223
209
|
collaborator: Współpracownik
|
224
210
|
moderator: Moderator
|
225
|
-
valuator: Weryfikator
|
226
211
|
media_link:
|
227
212
|
fields:
|
228
213
|
date: Data
|
@@ -324,9 +309,6 @@ pl:
|
|
324
309
|
title: Prelegenci
|
325
310
|
conferences:
|
326
311
|
admin:
|
327
|
-
conference_copies:
|
328
|
-
form:
|
329
|
-
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}'
|
330
312
|
conference_invites:
|
331
313
|
create:
|
332
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,11 +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
|
-
select: Selecione quais dados você gostaria de duplicar
|
101
|
-
title: Conferência duplicada
|
102
92
|
conference_publications:
|
103
93
|
create:
|
104
94
|
error: Ocorreu um erro ao publicar esta conferência.
|
@@ -155,20 +145,16 @@ pt-BR:
|
|
155
145
|
exports:
|
156
146
|
registrations: Inscrições
|
157
147
|
form:
|
148
|
+
images: Fotos
|
158
149
|
title: Informação geral
|
159
150
|
index:
|
160
151
|
published: Publicados
|
161
152
|
unpublished: Despublicado
|
162
153
|
new:
|
163
154
|
create: Crio
|
164
|
-
title: Conferência
|
165
155
|
update:
|
166
156
|
error: Houve um erro ao atualizar esta conferência.
|
167
157
|
success: Conferência atualizada com sucesso.
|
168
|
-
conferences_copies:
|
169
|
-
create:
|
170
|
-
error: Houve um erro ao duplicar esta conferência.
|
171
|
-
success: Conferência duplicada com sucesso.
|
172
158
|
media_links:
|
173
159
|
create:
|
174
160
|
error: Ocorreu um erro ao criar um novo link de mídia.
|
@@ -214,7 +200,6 @@ pt-BR:
|
|
214
200
|
admin: Administrador
|
215
201
|
collaborator: Colaborador
|
216
202
|
moderator: Moderador
|
217
|
-
valuator: Avaliador
|
218
203
|
media_link:
|
219
204
|
fields:
|
220
205
|
date: Encontro
|
@@ -316,9 +301,6 @@ pt-BR:
|
|
316
301
|
title: caixas de som
|
317
302
|
conferences:
|
318
303
|
admin:
|
319
|
-
conference_copies:
|
320
|
-
form:
|
321
|
-
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}'
|
322
304
|
conference_invites:
|
323
305
|
create:
|
324
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,11 +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
|
-
select: Selecione os dados que pretende duplicar
|
82
|
-
title: Conferência duplicada
|
83
73
|
conference_publications:
|
84
74
|
create:
|
85
75
|
error: Ocorreu um problema ao publicar esta conferência.
|
@@ -128,19 +118,15 @@ pt:
|
|
128
118
|
exports:
|
129
119
|
registrations: Registos
|
130
120
|
form:
|
121
|
+
images: Imagens
|
131
122
|
title: Informação geral
|
132
123
|
index:
|
133
124
|
published: Publicado
|
134
125
|
new:
|
135
126
|
create: Criar
|
136
|
-
title: Conferência
|
137
127
|
update:
|
138
128
|
error: Ocorreu um problema ao atualizar esta conferência.
|
139
129
|
success: Conferência atualizada corretamente.
|
140
|
-
conferences_copies:
|
141
|
-
create:
|
142
|
-
error: Ocorreu um problema ao duplicar esta conferência.
|
143
|
-
success: Conferência duplicada com sucesso.
|
144
130
|
media_links:
|
145
131
|
create:
|
146
132
|
error: Ocorreu um problema ao criar uma nova hiperligação de multimédia.
|
@@ -185,7 +171,6 @@ pt:
|
|
185
171
|
admin: Administrador
|
186
172
|
collaborator: Colaborador
|
187
173
|
moderator: Moderador
|
188
|
-
valuator: Avaliador
|
189
174
|
media_link:
|
190
175
|
fields:
|
191
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,11 +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
|
-
select: Selectați datele pe care doriți să le duplicați
|
100
|
-
title: Duplică conferinţa
|
101
91
|
conference_publications:
|
102
92
|
create:
|
103
93
|
error: A apărut o problemă la publicarea acestei conferinţe.
|
@@ -152,19 +142,15 @@ ro:
|
|
152
142
|
exports:
|
153
143
|
registrations: Înregistrări
|
154
144
|
form:
|
145
|
+
images: Imagini
|
155
146
|
title: Informaţii generale
|
156
147
|
index:
|
157
148
|
published: Publicat
|
158
149
|
new:
|
159
150
|
create: Creează
|
160
|
-
title: Conferință
|
161
151
|
update:
|
162
152
|
error: A apărut o eroare la actualizarea conferinței.
|
163
153
|
success: Conferință actualizată cu succes.
|
164
|
-
conferences_copies:
|
165
|
-
create:
|
166
|
-
error: A apărut o problemă la duplicarea acestei conferinţe.
|
167
|
-
success: Conferință duplicată cu succes.
|
168
154
|
media_links:
|
169
155
|
create:
|
170
156
|
error: A apărut o problemă la crearea unei noi legături media.
|
@@ -220,8 +206,8 @@ ro:
|
|
220
206
|
roles:
|
221
207
|
admin: Administrator
|
222
208
|
collaborator: Colaborator
|
209
|
+
evaluator: Evaluator
|
223
210
|
moderator: Moderator
|
224
|
-
valuator: Evaluator
|
225
211
|
media_link:
|
226
212
|
fields:
|
227
213
|
date: Data
|
@@ -548,6 +534,7 @@ ro:
|
|
548
534
|
conferences: Conferințe
|
549
535
|
statistics:
|
550
536
|
conferences_count: Conferințe
|
537
|
+
conferences_count_tooltip: Numărul conferinţelor publicate.
|
551
538
|
devise:
|
552
539
|
mailer:
|
553
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,11 +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
|
-
select: Označte údaje, ktoré by ste chceli duplikovať
|
55
|
-
title: Duplikovať konferenciu
|
56
46
|
conference_publications:
|
57
47
|
create:
|
58
48
|
error: Vyskytol sa problém s publikovaním konferencie.
|
@@ -101,19 +91,15 @@ sk:
|
|
101
91
|
exports:
|
102
92
|
registrations: Registrácie
|
103
93
|
form:
|
94
|
+
images: Obrázky
|
104
95
|
title: Všeobecné informácie
|
105
96
|
index:
|
106
97
|
published: Zverejnené
|
107
98
|
new:
|
108
99
|
create: Vytvoriť
|
109
|
-
title: Konferencia
|
110
100
|
update:
|
111
101
|
error: Vyskytol sa problém s aktualizáciou tejto konferencie.
|
112
102
|
success: Konferencia úspešne aktualizovaná.
|
113
|
-
conferences_copies:
|
114
|
-
create:
|
115
|
-
error: Vyskytol sa problém s duplikáciou tejto konferencie.
|
116
|
-
success: Konferencia úspešne duplikovaná.
|
117
103
|
media_links:
|
118
104
|
create:
|
119
105
|
error: Pri tvorbe mediálneho odkazu nastala chyba.
|
@@ -158,7 +144,6 @@ sk:
|
|
158
144
|
admin: Administrátor
|
159
145
|
collaborator: Spolupracovník
|
160
146
|
moderator: Moderátor
|
161
|
-
valuator: Hodnotiteľ
|
162
147
|
media_link:
|
163
148
|
fields:
|
164
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
|