decidim-assemblies 0.29.1 → 0.29.2
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/controllers/decidim/assemblies/admin/assembly_landing_page_content_blocks_controller.rb +6 -0
- data/app/forms/decidim/assemblies/admin/assembly_form.rb +8 -8
- data/app/models/decidim/assembly.rb +5 -0
- data/app/presenters/decidim/assemblies/assembly_presenter.rb +2 -2
- data/config/locales/ar.yml +8 -7
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +44 -0
- data/config/locales/ca.yml +3 -3
- data/config/locales/cs.yml +2 -2
- data/config/locales/de.yml +6 -6
- data/config/locales/es-MX.yml +4 -4
- data/config/locales/es-PY.yml +4 -4
- data/config/locales/es.yml +4 -4
- data/config/locales/eu.yml +46 -46
- data/config/locales/fi-plain.yml +5 -5
- data/config/locales/fi.yml +9 -9
- data/config/locales/fr-CA.yml +5 -5
- data/config/locales/fr.yml +5 -5
- data/config/locales/ga-IE.yml +2 -0
- data/config/locales/gl.yml +4 -2
- data/config/locales/he-IL.yml +169 -0
- data/config/locales/hu.yml +1 -1
- data/config/locales/id-ID.yml +5 -0
- data/config/locales/is-IS.yml +5 -5
- data/config/locales/it.yml +5 -3
- data/config/locales/ja.yml +1 -1
- data/config/locales/ko.yml +1 -8
- data/config/locales/lb.yml +9 -5
- data/config/locales/lt.yml +2 -2
- data/config/locales/lv.yml +5 -0
- data/config/locales/nl.yml +5 -3
- data/config/locales/no.yml +2 -0
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt.yml +3 -1
- data/config/locales/ro-RO.yml +6 -2
- data/config/locales/ru.yml +6 -6
- data/config/locales/sk.yml +18 -0
- data/config/locales/sl.yml +15 -0
- data/config/locales/sq-AL.yml +3 -3
- data/config/locales/sv.yml +6 -6
- data/config/locales/tr-TR.yml +4 -4
- data/config/locales/uk.yml +5 -5
- data/config/locales/zh-CN.yml +5 -0
- data/config/locales/zh-TW.yml +1 -1
- data/decidim-assemblies.gemspec +1 -1
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +15 -13
data/config/locales/fi.yml
CHANGED
|
@@ -153,11 +153,11 @@ fi:
|
|
|
153
153
|
success: Jäsenen poistaminen ryhmästä onnistui.
|
|
154
154
|
edit:
|
|
155
155
|
title: Päivitä ryhmän jäsenen tietoja
|
|
156
|
-
update:
|
|
156
|
+
update: Päivitä
|
|
157
157
|
index:
|
|
158
158
|
assembly_members_title: Ryhmän jäsenet
|
|
159
159
|
new:
|
|
160
|
-
create:
|
|
160
|
+
create: Luo
|
|
161
161
|
title: Uusi ryhmän jäsen
|
|
162
162
|
update:
|
|
163
163
|
error: Ryhmän jäsenen päivitys epäonnistui.
|
|
@@ -167,8 +167,8 @@ fi:
|
|
|
167
167
|
error: Ryhmän julkaiseminen epäonnistui.
|
|
168
168
|
success: Ryhmän julkaisu onnistui.
|
|
169
169
|
destroy:
|
|
170
|
-
error: Ryhmän julkaisun
|
|
171
|
-
success: Ryhmän julkaisun
|
|
170
|
+
error: Ryhmän julkaisun peruminen epäonnistui.
|
|
171
|
+
success: Ryhmän julkaisun peruminen onnistui.
|
|
172
172
|
assembly_user_roles:
|
|
173
173
|
create:
|
|
174
174
|
error: Hallintakäyttäjän lisäys ryhmään epäonnistui.
|
|
@@ -259,7 +259,7 @@ fi:
|
|
|
259
259
|
export: "%{user_name} vei ryhmän %{resource_name}"
|
|
260
260
|
import: "%{user_name} toi ryhmän %{resource_name}"
|
|
261
261
|
publish: "%{user_name} julkaisi %{resource_name} ryhmän"
|
|
262
|
-
unpublish: "%{user_name}
|
|
262
|
+
unpublish: "%{user_name} perui ryhmän %{resource_name} julkaisun"
|
|
263
263
|
update: "%{user_name} päivitti %{resource_name} ryhmän"
|
|
264
264
|
assembly_member:
|
|
265
265
|
create: "%{user_name} loi %{resource_name} jäsenen %{space_name} ryhmässä"
|
|
@@ -271,7 +271,7 @@ fi:
|
|
|
271
271
|
create: "%{user_name} loi ryhmätyypin %{resource_name}"
|
|
272
272
|
delete: "%{user_name} poisti ryhmätyypin %{resource_name}"
|
|
273
273
|
publish: "%{user_name} julkaisi ryhmätyypin %{resource_name}"
|
|
274
|
-
unpublish: "%{user_name}
|
|
274
|
+
unpublish: "%{user_name} perui ryhmätyypin %{resource_name} julkaisun"
|
|
275
275
|
update: "%{user_name} päivitti ryhmätyypin %{resource_name}"
|
|
276
276
|
assembly_user_role:
|
|
277
277
|
create: "%{user_name} kutsui %{resource_name} %{space_name} ryhmään"
|
|
@@ -350,11 +350,11 @@ fi:
|
|
|
350
350
|
members: Jäsenet
|
|
351
351
|
assembly_types:
|
|
352
352
|
commission: Komissio
|
|
353
|
-
consultative_advisory:
|
|
353
|
+
consultative_advisory: Konsultti/neuvonantaja
|
|
354
354
|
executive: Johtaja
|
|
355
|
-
government:
|
|
355
|
+
government: Hallinto
|
|
356
356
|
others: Muut
|
|
357
|
-
participatory:
|
|
357
|
+
participatory: Osallistava
|
|
358
358
|
working_group: Työryhmä
|
|
359
359
|
content_blocks:
|
|
360
360
|
children_assemblies:
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -230,7 +230,7 @@ fr-CA:
|
|
|
230
230
|
fields:
|
|
231
231
|
ceased_date: Date de radiation
|
|
232
232
|
designation_date: Date de désignation
|
|
233
|
-
full_name: Nom
|
|
233
|
+
full_name: "Nom\n"
|
|
234
234
|
position: Statut
|
|
235
235
|
name: Membre
|
|
236
236
|
positions:
|
|
@@ -350,11 +350,11 @@ fr-CA:
|
|
|
350
350
|
members: Membres
|
|
351
351
|
assembly_types:
|
|
352
352
|
commission: Commission
|
|
353
|
-
consultative_advisory:
|
|
354
|
-
executive:
|
|
355
|
-
government:
|
|
353
|
+
consultative_advisory: Consultatif
|
|
354
|
+
executive: Exécutif
|
|
355
|
+
government: Gouvernement
|
|
356
356
|
others: Autres
|
|
357
|
-
participatory:
|
|
357
|
+
participatory: Participatif
|
|
358
358
|
working_group: Groupe de travail
|
|
359
359
|
content_blocks:
|
|
360
360
|
children_assemblies:
|
data/config/locales/fr.yml
CHANGED
|
@@ -230,7 +230,7 @@ fr:
|
|
|
230
230
|
fields:
|
|
231
231
|
ceased_date: Date de radiation
|
|
232
232
|
designation_date: Date de désignation
|
|
233
|
-
full_name: Nom
|
|
233
|
+
full_name: "Nom\n"
|
|
234
234
|
position: Statut
|
|
235
235
|
name: Membre
|
|
236
236
|
positions:
|
|
@@ -350,11 +350,11 @@ fr:
|
|
|
350
350
|
members: Membres
|
|
351
351
|
assembly_types:
|
|
352
352
|
commission: Commission
|
|
353
|
-
consultative_advisory:
|
|
354
|
-
executive:
|
|
355
|
-
government:
|
|
353
|
+
consultative_advisory: Consultatif
|
|
354
|
+
executive: Exécutif
|
|
355
|
+
government: Gouvernement
|
|
356
356
|
others: Autres
|
|
357
|
-
participatory:
|
|
357
|
+
participatory: Participatif
|
|
358
358
|
working_group: Groupe de travail
|
|
359
359
|
content_blocks:
|
|
360
360
|
children_assemblies:
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
gl:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_type:
|
|
6
|
+
title: Título
|
|
5
7
|
assembly:
|
|
6
8
|
area_id: Área
|
|
7
9
|
assembly_type: Tipo de montaxe
|
|
@@ -166,7 +168,7 @@ gl:
|
|
|
166
168
|
success: O usuario actualizouse con éxito para este conxunto.
|
|
167
169
|
filters:
|
|
168
170
|
decidim_assemblies_type_id_eq:
|
|
169
|
-
label: Tipo de
|
|
171
|
+
label: Tipo de montaxe
|
|
170
172
|
menu:
|
|
171
173
|
assemblies: Asembleas
|
|
172
174
|
assemblies_submenu:
|
|
@@ -178,7 +180,7 @@ gl:
|
|
|
178
180
|
categories: Categorías
|
|
179
181
|
components: Compoñentes
|
|
180
182
|
moderations: Moderacións
|
|
181
|
-
assemblies_types:
|
|
183
|
+
assemblies_types: Tipo de xuntanzas
|
|
182
184
|
models:
|
|
183
185
|
assemblies_types:
|
|
184
186
|
fields:
|
data/config/locales/he-IL.yml
CHANGED
|
@@ -53,10 +53,86 @@ he:
|
|
|
53
53
|
short_description: תיאור קצר
|
|
54
54
|
slug: כינוי לקישור
|
|
55
55
|
special_features: מאפיינים מיוחדים
|
|
56
|
+
subtitle: כותרת משנה
|
|
57
|
+
target: מי משתתף
|
|
58
|
+
title: כותרת
|
|
59
|
+
twitter: X
|
|
60
|
+
weight: סידור המיקום
|
|
61
|
+
youtube: יוטיוב
|
|
62
|
+
assembly_member:
|
|
63
|
+
birthday: יום הולדת
|
|
64
|
+
birthplace: מקום לידה
|
|
65
|
+
ceased_date: תאריך סיום
|
|
66
|
+
designation_date: תאריך התפטרות
|
|
67
|
+
full_name: של מלא
|
|
68
|
+
gender: מגדר
|
|
69
|
+
non_user_avatar: אווטאר
|
|
70
|
+
position: מיקום
|
|
71
|
+
user_id: משתמש או קבוצה
|
|
72
|
+
weight: סידור המיקום
|
|
73
|
+
assembly_user_role:
|
|
74
|
+
email: דוא"ל
|
|
75
|
+
name: שם
|
|
76
|
+
role: תפקיד
|
|
77
|
+
activerecord:
|
|
78
|
+
models:
|
|
79
|
+
decidim/assembly:
|
|
80
|
+
one: אסיפה
|
|
81
|
+
two: אסיפות
|
|
82
|
+
many: אסיפות
|
|
83
|
+
other: אסיפות
|
|
84
|
+
decidim/assembly_member:
|
|
85
|
+
one: חבר אסיפה
|
|
86
|
+
two: חברי אסיפה
|
|
87
|
+
many: חברי אסיפה
|
|
88
|
+
other: חברי אסיפה
|
|
89
|
+
decidim/assembly_user_role:
|
|
90
|
+
one: תפקיד באסיפה
|
|
91
|
+
two: תפקידים באסיפה
|
|
92
|
+
many: תפקידים באסיפה
|
|
93
|
+
other: תפקידים באסיפה
|
|
56
94
|
decidim:
|
|
57
95
|
admin:
|
|
96
|
+
actions:
|
|
97
|
+
import_assembly: יבוא
|
|
98
|
+
new_assembly: אסיפה חדשה
|
|
99
|
+
new_assembly_type: סוג אסיפה חדש
|
|
100
|
+
new_assembly_user_role: מנהל אסיפה חדש
|
|
101
|
+
assemblies:
|
|
102
|
+
create:
|
|
103
|
+
error: יש בעיה ביצירת אסיפה חדשה.
|
|
104
|
+
edit:
|
|
105
|
+
update: עדכון
|
|
106
|
+
index:
|
|
107
|
+
private: פרטי
|
|
108
|
+
public: ציבורי
|
|
109
|
+
published: מפורסם
|
|
110
|
+
unpublished: לא מפורסם
|
|
111
|
+
new:
|
|
112
|
+
create: יצירה
|
|
113
|
+
title: אסיפה חדשה
|
|
114
|
+
update:
|
|
115
|
+
error: יש בעיה בעדכון אסיפה זו.
|
|
116
|
+
success: האסיפה עודכנה בהצלחה.
|
|
117
|
+
assemblies_copies:
|
|
118
|
+
create:
|
|
119
|
+
error: יש בעיה בשכפול אסיפה זו.
|
|
120
|
+
success: אסיפה השתכפלה בהצלחה.
|
|
121
|
+
assemblies_types:
|
|
122
|
+
create:
|
|
123
|
+
error: יש בעיה ביצירת סוג אסיפה חדש.
|
|
124
|
+
success: סוג אסיפה נוצר בהצלחה.
|
|
125
|
+
destroy:
|
|
126
|
+
success: סוג אסיפה נמחק בהצלחה.
|
|
127
|
+
new:
|
|
128
|
+
create: יצירה
|
|
129
|
+
title: סוג אסיפה חדש
|
|
130
|
+
update:
|
|
131
|
+
error: יש בעיה בעדכון סוג האסיפה.
|
|
132
|
+
success: סוג אסיפה עודכן בהצלחה.
|
|
58
133
|
assembly_copies:
|
|
59
134
|
new:
|
|
135
|
+
copy: העתקה
|
|
60
136
|
title: שכפל אסיפה
|
|
61
137
|
assembly_imports:
|
|
62
138
|
create:
|
|
@@ -93,3 +169,96 @@ he:
|
|
|
93
169
|
assembly_user_roles:
|
|
94
170
|
create:
|
|
95
171
|
error: הייתה בעיה בהוספת מנהל.ת עבור אסיפה זו.
|
|
172
|
+
edit:
|
|
173
|
+
title: עדכון מנהל אסיפה
|
|
174
|
+
update: עדכון
|
|
175
|
+
index:
|
|
176
|
+
assembly_admins_title: מנהלי אסיפה
|
|
177
|
+
new:
|
|
178
|
+
create: יצירה
|
|
179
|
+
title: מנהל אסיפה חדש
|
|
180
|
+
filters:
|
|
181
|
+
ceased_date_not_null:
|
|
182
|
+
label: הסתיימו
|
|
183
|
+
values:
|
|
184
|
+
'false': לא הסתיימו
|
|
185
|
+
'true': הסתיימו
|
|
186
|
+
decidim_assemblies_type_id_eq:
|
|
187
|
+
label: סוג אסיפה
|
|
188
|
+
search_placeholder:
|
|
189
|
+
full_name_or_user_name_or_user_nickname_cont: חיפוש לפי שם או כינוי
|
|
190
|
+
menu:
|
|
191
|
+
assemblies: אסיפות
|
|
192
|
+
assemblies_submenu:
|
|
193
|
+
assembly_admins: מנהלי אסיפה
|
|
194
|
+
attachment_collections: תיקיות
|
|
195
|
+
attachment_files: קבצים
|
|
196
|
+
attachments: קבצים מצורפים
|
|
197
|
+
categories: קטגוריות
|
|
198
|
+
components: רכיבים
|
|
199
|
+
info: אודות האסיפה
|
|
200
|
+
landing_page: דף נחיתה
|
|
201
|
+
moderations: שינויים
|
|
202
|
+
see_assembly: ראה אסיפה
|
|
203
|
+
assemblies_types: סוגי אסיפות
|
|
204
|
+
models:
|
|
205
|
+
assemblies_types:
|
|
206
|
+
fields:
|
|
207
|
+
created_at: נוצרו ב
|
|
208
|
+
title: כותרת
|
|
209
|
+
assembly:
|
|
210
|
+
fields:
|
|
211
|
+
actions: פעולות
|
|
212
|
+
created_at: נוצרו ב
|
|
213
|
+
private: פרטי
|
|
214
|
+
promoted: מודגשים
|
|
215
|
+
published: פורסמו
|
|
216
|
+
title: כותרת
|
|
217
|
+
name: אסיפה
|
|
218
|
+
assembly_member:
|
|
219
|
+
fields:
|
|
220
|
+
ceased_date: תאריך סיום
|
|
221
|
+
designation_date: תאריך התפטרות
|
|
222
|
+
full_name: שם
|
|
223
|
+
position: מיקום
|
|
224
|
+
name: חבר
|
|
225
|
+
positions:
|
|
226
|
+
other: אחר
|
|
227
|
+
president: נשיא
|
|
228
|
+
secretary: מזכיר
|
|
229
|
+
vice_president: סגן נשיא
|
|
230
|
+
assembly_user_role:
|
|
231
|
+
fields:
|
|
232
|
+
email: דוא"ל
|
|
233
|
+
name: שם
|
|
234
|
+
role: תפקיד
|
|
235
|
+
name: מנהל אסיפה
|
|
236
|
+
roles:
|
|
237
|
+
admin: מנהל
|
|
238
|
+
collaborator: שותף
|
|
239
|
+
moderator: פקח
|
|
240
|
+
valuator: מעריך
|
|
241
|
+
titles:
|
|
242
|
+
assemblies: אסיפות
|
|
243
|
+
assemblies_types: סוגי אסיפות
|
|
244
|
+
assemblies:
|
|
245
|
+
admin:
|
|
246
|
+
assemblies:
|
|
247
|
+
form:
|
|
248
|
+
duration: משך
|
|
249
|
+
filters: מסננים
|
|
250
|
+
images: תמונות
|
|
251
|
+
metadata: מטא-דאטה
|
|
252
|
+
other: אחר
|
|
253
|
+
select_a_created_by: בחירת מי יצר
|
|
254
|
+
select_an_area: בחירת אזור
|
|
255
|
+
select_an_assembly_type: בחירת סוג אסיפה
|
|
256
|
+
select_parent_assembly: בחירת אסיפת אם
|
|
257
|
+
social_handlers: חברתי
|
|
258
|
+
title: מידע כללי
|
|
259
|
+
visibility: נראות
|
|
260
|
+
assemblies_types:
|
|
261
|
+
form:
|
|
262
|
+
title: עריכת סוג אסיפה
|
|
263
|
+
show:
|
|
264
|
+
assembly_type: סוג אסיפה
|
data/config/locales/hu.yml
CHANGED
data/config/locales/id-ID.yml
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
id:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_type:
|
|
6
|
+
title: Judul
|
|
5
7
|
assembly:
|
|
6
8
|
area_id: Daerah
|
|
7
9
|
assembly_type: Tipe perakitan
|
|
@@ -139,6 +141,9 @@ id:
|
|
|
139
141
|
update:
|
|
140
142
|
error: Terjadi kesalahan saat memperbarui pengguna untuk perakitan ini.
|
|
141
143
|
success: Pengguna berhasil diperbarui untuk perakitan ini.
|
|
144
|
+
filters:
|
|
145
|
+
decidim_assemblies_type_id_eq:
|
|
146
|
+
label: Tipe perakitan
|
|
142
147
|
menu:
|
|
143
148
|
assemblies: Assemblies
|
|
144
149
|
assemblies_submenu:
|
data/config/locales/is-IS.yml
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
is:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_type:
|
|
6
|
+
title: Titill
|
|
5
7
|
assembly:
|
|
6
8
|
area_id: Svæði
|
|
7
9
|
assembly_type: Samsetning gerð
|
|
@@ -108,6 +110,9 @@ is:
|
|
|
108
110
|
update: Uppfæra
|
|
109
111
|
new:
|
|
110
112
|
create: Búa til
|
|
113
|
+
filters:
|
|
114
|
+
decidim_assemblies_type_id_eq:
|
|
115
|
+
label: Samsetning gerð
|
|
111
116
|
menu:
|
|
112
117
|
assemblies: Þing
|
|
113
118
|
assemblies_submenu:
|
|
@@ -190,12 +195,7 @@ is:
|
|
|
190
195
|
members: Meðlimir
|
|
191
196
|
assembly_types:
|
|
192
197
|
commission: Nefndin
|
|
193
|
-
consultative_advisory: Ráðgjafar / ráðgjafar
|
|
194
|
-
executive: Framkvæmdastjóri
|
|
195
|
-
government: Ríkisstjórn
|
|
196
198
|
others: Aðrir
|
|
197
|
-
participatory: Þátttaka
|
|
198
|
-
working_group: Vinnuhópur
|
|
199
199
|
created_by:
|
|
200
200
|
city_council: Borgarstjórn
|
|
201
201
|
others: Aðrir
|
data/config/locales/it.yml
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
it:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_type:
|
|
6
|
+
title: Titolo
|
|
5
7
|
assembly:
|
|
6
8
|
area_id: Area
|
|
7
9
|
assembly_type: Tipo di assemblea
|
|
@@ -41,7 +43,7 @@ it:
|
|
|
41
43
|
promoted: In evidenza
|
|
42
44
|
published_at: Pubblicato a
|
|
43
45
|
purpose_of_action: Scopo dell'azione
|
|
44
|
-
scope_id:
|
|
46
|
+
scope_id: Ambito
|
|
45
47
|
scopes_enabled: Ambiti abilitati
|
|
46
48
|
short_description: Breve descrizione
|
|
47
49
|
slug: URL slug
|
|
@@ -172,7 +174,7 @@ it:
|
|
|
172
174
|
assemblies: Assemblee
|
|
173
175
|
assemblies_submenu:
|
|
174
176
|
assembly_admins: Amministratori dell'assemblea
|
|
175
|
-
assembly_members:
|
|
177
|
+
assembly_members: Utenti
|
|
176
178
|
attachment_collections: Cartelle
|
|
177
179
|
attachment_files: File
|
|
178
180
|
attachments: Allegati
|
|
@@ -292,7 +294,7 @@ it:
|
|
|
292
294
|
executive: Esecutivo
|
|
293
295
|
government: Governo
|
|
294
296
|
others: Altri
|
|
295
|
-
participatory:
|
|
297
|
+
participatory: Partecipativo
|
|
296
298
|
working_group: Gruppo di lavoro
|
|
297
299
|
content_blocks:
|
|
298
300
|
highlighted_assemblies:
|
data/config/locales/ja.yml
CHANGED
data/config/locales/ko.yml
CHANGED
|
@@ -16,7 +16,6 @@ ko:
|
|
|
16
16
|
instagram: 인스타그램
|
|
17
17
|
local_area: 조직 영역
|
|
18
18
|
private_space: 비공개 공간
|
|
19
|
-
scope_id: 범위
|
|
20
19
|
scopes_enabled: 범위 활성화됨
|
|
21
20
|
twitter: X
|
|
22
21
|
youtube: 유튜브
|
|
@@ -39,11 +38,6 @@ ko:
|
|
|
39
38
|
assembly_imports:
|
|
40
39
|
new:
|
|
41
40
|
import: 가져오기
|
|
42
|
-
assembly_members:
|
|
43
|
-
edit:
|
|
44
|
-
update: 업데이트
|
|
45
|
-
new:
|
|
46
|
-
create: 생성하기
|
|
47
41
|
assembly_user_roles:
|
|
48
42
|
edit:
|
|
49
43
|
update: 업데이트
|
|
@@ -51,7 +45,7 @@ ko:
|
|
|
51
45
|
create: 생성하기
|
|
52
46
|
menu:
|
|
53
47
|
assemblies_submenu:
|
|
54
|
-
assembly_members:
|
|
48
|
+
assembly_members: 멤버
|
|
55
49
|
attachment_collections: 폴더
|
|
56
50
|
attachment_files: 파일
|
|
57
51
|
attachments: 첨부 파일
|
|
@@ -60,7 +54,6 @@ ko:
|
|
|
60
54
|
models:
|
|
61
55
|
assembly_member:
|
|
62
56
|
fields:
|
|
63
|
-
designation_date: 지정된 날짜
|
|
64
57
|
full_name: 이름
|
|
65
58
|
name: 멤버
|
|
66
59
|
assembly_user_role:
|
data/config/locales/lb.yml
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
lb:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_type:
|
|
6
|
+
title: Titel
|
|
5
7
|
assembly:
|
|
6
8
|
area_id: Bereich
|
|
7
9
|
assembly_type: Versammlungstyp
|
|
@@ -164,6 +166,9 @@ lb:
|
|
|
164
166
|
update:
|
|
165
167
|
error: Bei einem Fehler ist ein Benutzer für diese Assembly aktualisiert worden.
|
|
166
168
|
success: Der Benutzer wurde für diese Assembly erfolgreich aktualisiert.
|
|
169
|
+
filters:
|
|
170
|
+
decidim_assemblies_type_id_eq:
|
|
171
|
+
label: Versammlungstyp
|
|
167
172
|
menu:
|
|
168
173
|
assemblies: Gremien
|
|
169
174
|
assemblies_submenu:
|
|
@@ -174,7 +179,6 @@ lb:
|
|
|
174
179
|
categories: Kategorien
|
|
175
180
|
components: Komponenten
|
|
176
181
|
moderations: Moderationen
|
|
177
|
-
assemblies_types: Versammlungstypen
|
|
178
182
|
models:
|
|
179
183
|
assemblies_types:
|
|
180
184
|
fields:
|
|
@@ -231,11 +235,11 @@ lb:
|
|
|
231
235
|
members: Mitglieder
|
|
232
236
|
assembly_types:
|
|
233
237
|
commission: Kommission
|
|
234
|
-
consultative_advisory:
|
|
235
|
-
executive:
|
|
238
|
+
consultative_advisory: Beratung / Beratung
|
|
239
|
+
executive: Executive
|
|
236
240
|
government: Regierung
|
|
237
241
|
others: Andere
|
|
238
|
-
participatory:
|
|
242
|
+
participatory: Partizipativ
|
|
239
243
|
working_group: Arbeitsgruppe
|
|
240
244
|
content_blocks:
|
|
241
245
|
highlighted_assemblies:
|
|
@@ -261,7 +265,7 @@ lb:
|
|
|
261
265
|
member_of:
|
|
262
266
|
member_of: Mitglied von
|
|
263
267
|
show:
|
|
264
|
-
assembly_type:
|
|
268
|
+
assembly_type: Versammlungstyp
|
|
265
269
|
duration: Dauer
|
|
266
270
|
private_space: Dies ist eine private Versammlung
|
|
267
271
|
assembly_members:
|
data/config/locales/lt.yml
CHANGED
|
@@ -218,7 +218,7 @@ lt:
|
|
|
218
218
|
ceased_date: Nutraukimo data
|
|
219
219
|
designation_date: Paskyrimo data
|
|
220
220
|
full_name: Vardas
|
|
221
|
-
position:
|
|
221
|
+
position: Pozicija
|
|
222
222
|
name: Narys
|
|
223
223
|
positions:
|
|
224
224
|
other: Kita
|
|
@@ -330,7 +330,7 @@ lt:
|
|
|
330
330
|
commission: Komisija
|
|
331
331
|
consultative_advisory: Konsultacinė / Patariamoji
|
|
332
332
|
executive: Vykdomoji
|
|
333
|
-
government:
|
|
333
|
+
government: Vyriausybė
|
|
334
334
|
others: Kita
|
|
335
335
|
participatory: Dalyvaujamoji
|
|
336
336
|
working_group: Darbo grupė
|
data/config/locales/lv.yml
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
lv:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_type:
|
|
6
|
+
title: Nosaukums
|
|
5
7
|
assembly:
|
|
6
8
|
area_id: Joma
|
|
7
9
|
assembly_type: Asamblejas veids
|
|
@@ -151,6 +153,9 @@ lv:
|
|
|
151
153
|
update:
|
|
152
154
|
error: Atjauninot administratoru šai asamblejai, radās problēma.
|
|
153
155
|
success: Šīs asamblejas administrators ir veiksmīgi atjaunināts.
|
|
156
|
+
filters:
|
|
157
|
+
decidim_assemblies_type_id_eq:
|
|
158
|
+
label: Asamblejas veids
|
|
154
159
|
menu:
|
|
155
160
|
assemblies: Asambleja
|
|
156
161
|
assemblies_submenu:
|
data/config/locales/nl.yml
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
nl:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_type:
|
|
6
|
+
title: Titel
|
|
5
7
|
assembly:
|
|
6
8
|
area_id: Onderwerp
|
|
7
9
|
assembly_type: Groepstype
|
|
@@ -41,7 +43,7 @@ nl:
|
|
|
41
43
|
promoted: Gepromoveerd
|
|
42
44
|
published_at: Gepubliceerd op
|
|
43
45
|
purpose_of_action: Doelstelling
|
|
44
|
-
scope_id:
|
|
46
|
+
scope_id: Bereik
|
|
45
47
|
scopes_enabled: Scopes ingeschakeld
|
|
46
48
|
short_description: Korte beschrijving
|
|
47
49
|
slug: URL pad
|
|
@@ -138,7 +140,7 @@ nl:
|
|
|
138
140
|
index:
|
|
139
141
|
assembly_members_title: Groepsleden
|
|
140
142
|
new:
|
|
141
|
-
create:
|
|
143
|
+
create: creëren
|
|
142
144
|
update:
|
|
143
145
|
error: Er is een fout opgetreden bij het bijwerken van het lid voor deze groep.
|
|
144
146
|
success: Lid is succesvol bijgewerkt voor deze groep.
|
|
@@ -178,7 +180,7 @@ nl:
|
|
|
178
180
|
categories: Categorieën
|
|
179
181
|
components: Onderdelen
|
|
180
182
|
moderations: Moderaties
|
|
181
|
-
assemblies_types:
|
|
183
|
+
assemblies_types: Groepstype
|
|
182
184
|
models:
|
|
183
185
|
assemblies_types:
|
|
184
186
|
fields:
|
data/config/locales/no.yml
CHANGED
data/config/locales/pl.yml
CHANGED
|
@@ -235,7 +235,7 @@ pl:
|
|
|
235
235
|
assembly_member:
|
|
236
236
|
fields:
|
|
237
237
|
ceased_date: Data zakończenia
|
|
238
|
-
designation_date: Data
|
|
238
|
+
designation_date: Data wyboru
|
|
239
239
|
full_name: Imię
|
|
240
240
|
position: Pozycja
|
|
241
241
|
name: Członek
|
|
@@ -359,7 +359,7 @@ pl:
|
|
|
359
359
|
consultative_advisory: Konsultacyjne / doradcze
|
|
360
360
|
executive: Wykonawcze
|
|
361
361
|
government: Rząd
|
|
362
|
-
others:
|
|
362
|
+
others: Inni
|
|
363
363
|
participatory: Uczestniczące
|
|
364
364
|
working_group: Grupa robocza
|
|
365
365
|
content_blocks:
|
data/config/locales/pt.yml
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
pt:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_type:
|
|
6
|
+
title: Título
|
|
5
7
|
assembly:
|
|
6
8
|
area_id: Área
|
|
7
9
|
assembly_type: Tipo de reunião
|
|
@@ -166,7 +168,7 @@ pt:
|
|
|
166
168
|
success: Administrador atualizador corretamente para esta reunião.
|
|
167
169
|
filters:
|
|
168
170
|
decidim_assemblies_type_id_eq:
|
|
169
|
-
label: Tipo de
|
|
171
|
+
label: Tipo de reunião
|
|
170
172
|
menu:
|
|
171
173
|
assemblies: Reuniões
|
|
172
174
|
assemblies_submenu:
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -48,7 +48,7 @@ ro:
|
|
|
48
48
|
promoted: Evidenţiat
|
|
49
49
|
published_at: Publicat la
|
|
50
50
|
purpose_of_action: Scopul acțiunii
|
|
51
|
-
scope_id: Domeniu
|
|
51
|
+
scope_id: Domeniu
|
|
52
52
|
scopes_enabled: Domenii activate
|
|
53
53
|
short_description: Descriere scurtă
|
|
54
54
|
slug: URL slug
|
|
@@ -324,7 +324,7 @@ ro:
|
|
|
324
324
|
consultative_advisory: Organ consultativ
|
|
325
325
|
executive: Executiv
|
|
326
326
|
government: Conducere
|
|
327
|
-
others:
|
|
327
|
+
others: Alții
|
|
328
328
|
participatory: Participativ
|
|
329
329
|
working_group: Sub-grup de lucru
|
|
330
330
|
content_blocks:
|
|
@@ -349,6 +349,10 @@ ro:
|
|
|
349
349
|
last_activity:
|
|
350
350
|
new_assembly: 'Adunare nouă:'
|
|
351
351
|
pages:
|
|
352
|
+
home:
|
|
353
|
+
highlighted_assemblies:
|
|
354
|
+
active_spaces: Grupuri de lucru active
|
|
355
|
+
see_all_spaces: Vedeți tot
|
|
352
356
|
user_profile:
|
|
353
357
|
member_of:
|
|
354
358
|
member_of: Membru al
|