decidim-meetings 0.26.5 → 0.26.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/meetings/admin/create_meeting.rb +1 -0
- data/app/commands/decidim/meetings/admin/publish_meeting.rb +1 -1
- data/app/commands/decidim/meetings/admin/update_meeting.rb +1 -0
- data/app/forms/decidim/meetings/admin/meeting_form.rb +5 -0
- data/app/helpers/decidim/meetings/application_helper.rb +13 -2
- data/app/presenters/decidim/meetings/meeting_presenter.rb +1 -6
- data/app/views/decidim/meetings/admin/registrations/_form.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/_linked_meetings.html.erb +1 -1
- data/config/locales/ar.yml +254 -0
- data/config/locales/eu.yml +13 -13
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/ja.yml +4 -4
- data/config/locales/kaa.yml +1 -0
- data/config/locales/ro-RO.yml +12 -0
- data/config/locales/zh-TW.yml +654 -0
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +16 -14
data/config/locales/eu.yml
CHANGED
@@ -151,18 +151,18 @@ eu:
|
|
151
151
|
affected_user:
|
152
152
|
email_intro: 'Zure topaketa "%{resource_title}" itxi egin da. Bere orriko ondorioak irakur ditzakezu:'
|
153
153
|
email_outro: Jakinarazpen hori jaso duzu "%{resource_title}" topaketa antolatu duzulako.
|
154
|
-
email_subject: '"%{resource_title}" topaketa
|
155
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> topaketa
|
154
|
+
email_subject: '"%{resource_title}" topaketa itxi da'
|
155
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> topaketa itxi da.
|
156
156
|
follower:
|
157
|
-
email_intro: '"%{resource_title}" topaketa
|
157
|
+
email_intro: '"%{resource_title}" topaketa itxi da. Bere orriko ondorioak irakur ditzakezu:'
|
158
158
|
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" topaketa jarraitzen ari zarelako. Aurreko estekan jarrai dezakezu.
|
159
|
-
email_subject: '"%{resource_title}" topaketa
|
160
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> topaketa
|
159
|
+
email_subject: '"%{resource_title}" topaketa itxi da'
|
160
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> topaketa itxi da.
|
161
161
|
meeting_created:
|
162
162
|
button_text: Eman izena topaketan
|
163
163
|
email_intro: Topaketa "%{resource_title}" jarraitzen duzun "%{participatory_space_title}" espazioan gehitu da.
|
164
164
|
email_outro: Jakinarazpena jaso duzu "%{participatory_space_title}" prozesua jarraitzen ari zarelako. Ez jarraitu aurreko loturatik.
|
165
|
-
email_subject:
|
165
|
+
email_subject: Topaketa berria %{participatory_space_title}-an
|
166
166
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> topaketa gehitu da %{participatory_space_title}
|
167
167
|
meeting_registration_confirmed:
|
168
168
|
notification_title: <a href="%{resource_url}">%{resource_title}</a> topaketarako izen-ematea baieztatu da. Zure izena emateko kodea %{registration_code} da.
|
@@ -173,7 +173,7 @@ eu:
|
|
173
173
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> topaketarako hartutako ordu-tarteak % %{percentage}% baino gehiago dira.
|
174
174
|
meeting_updated:
|
175
175
|
email_intro: '"%{resource_title}" topaketa eguneratu da. Bertsio berria irakur dezakezu bere orrian:'
|
176
|
-
email_outro:
|
176
|
+
email_outro: Jakinarazpen hau "%{resource_title}" topaketa jarraitzen ari zarelako. Aurreko estekan baja eman daiteke.
|
177
177
|
email_subject: '"%{resource_title}" topaketa eguneratu da'
|
178
178
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> topaketa eguneratu da.
|
179
179
|
registration_code_validated:
|
@@ -263,12 +263,12 @@ eu:
|
|
263
263
|
invite_join_meeting_mailer:
|
264
264
|
invite:
|
265
265
|
decline: Deuseztatu gonbidapena
|
266
|
-
invited_you_to_join_a_meeting: "%{invited_by} gonbidatu zaitu %{application} topaketan. Beheko estekan onartu dezakezu."
|
266
|
+
invited_you_to_join_a_meeting: "%{invited_by}-k gonbidatu zaitu %{application} topaketan. Beheko estekan onartu dezakezu."
|
267
267
|
join: Erregistratu topaketa'%{meeting_title}'
|
268
268
|
invites:
|
269
269
|
create:
|
270
270
|
error: Arazo bat zegoen parte-hartzailea topaketara gonbidatzeko.
|
271
|
-
success: Erabiltzailea behar bezala gonbidatu topaketa batera.
|
271
|
+
success: Erabiltzailea behar bezala gonbidatu da topaketa batera.
|
272
272
|
form:
|
273
273
|
attendee_type: Parte-hartzaile mota
|
274
274
|
existing_user: Parte-hartzailea badago
|
@@ -341,7 +341,7 @@ eu:
|
|
341
341
|
invalid: Arazo bat gertatu da topaketa hau desargitaratzean
|
342
342
|
success: Topaketa zuzen desargitaratu da
|
343
343
|
update:
|
344
|
-
invalid: Arazo bat
|
344
|
+
invalid: Arazo bat egon da topaketa eguneratzeko
|
345
345
|
success: Topaketa zuzen eguneratu da.
|
346
346
|
meetings_poll:
|
347
347
|
form:
|
@@ -377,8 +377,8 @@ eu:
|
|
377
377
|
admin_log:
|
378
378
|
invite:
|
379
379
|
create: "%{user_name} gonbidatua izan da %{attendee_name} batzeko %{resource_name} buruzko topaketa %{space_name} espazioan"
|
380
|
-
deleted: "%{user_name}-
|
381
|
-
update: "%{user_name}-ek %{attendee_name}-ri
|
380
|
+
deleted: "%{user_name}-k %{attendee_name}-ri gonbidapena egiteari utzi dio %{space_name} espazioan parte hartzeko"
|
381
|
+
update: "%{user_name}-ek %{attendee_name}-ri gonbidatuta %{space_name} espazioan parte hartzeko"
|
382
382
|
meeting:
|
383
383
|
close: "%{user_name}-k %{resource_name} topaketa %{space_name} espazioan itxi zen"
|
384
384
|
create: "%{user_name}-k %{resource_name} topaketa sortu da %{space_name} espazioan"
|
@@ -616,7 +616,7 @@ eu:
|
|
616
616
|
invalid: Arazo bat izan da topaketa honekin bat egitean.
|
617
617
|
success: Topaketan izena ongi eman duzu.
|
618
618
|
decline_invitation:
|
619
|
-
invalid: Arazo bat
|
619
|
+
invalid: Arazo bat egon da gonbidapenari uko egiten.
|
620
620
|
success: Arrakastaz uko egin diozu gonbidapenari.
|
621
621
|
destroy:
|
622
622
|
invalid: Arazo bat izan da topaketa honetatik ateratzean.
|
@@ -0,0 +1 @@
|
|
1
|
+
fa:
|
data/config/locales/ja.yml
CHANGED
@@ -224,7 +224,7 @@ ja:
|
|
224
224
|
admin:
|
225
225
|
agenda:
|
226
226
|
agenda_item:
|
227
|
-
add_agenda_item_child:
|
227
|
+
add_agenda_item_child: アジェンダのサブ項目を追加
|
228
228
|
agenda_item: 予定表の項目
|
229
229
|
agenda_item_children: アジェンダサブアイテム
|
230
230
|
down: 下
|
@@ -239,16 +239,16 @@ ja:
|
|
239
239
|
invalid: この議題の作成中に問題が発生しました
|
240
240
|
success: アジェンダを作成しました
|
241
241
|
edit:
|
242
|
-
title:
|
242
|
+
title: アジェンダを編集
|
243
243
|
update: 更新
|
244
244
|
form:
|
245
|
-
add_agenda_item:
|
245
|
+
add_agenda_item: アジェンダを追加
|
246
246
|
agenda_items: 予定表の項目
|
247
247
|
end_date: 終了日
|
248
248
|
start_date: 開始日
|
249
249
|
new:
|
250
250
|
create: 作成
|
251
|
-
title:
|
251
|
+
title: 新しいアジェンダの作成
|
252
252
|
update:
|
253
253
|
invalid: この議題の更新中に問題が発生しました
|
254
254
|
success: アジェンダを正常に更新しました
|
@@ -0,0 +1 @@
|
|
1
|
+
kaa:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -18,7 +18,9 @@ ro:
|
|
18
18
|
decidim_scope_id: Domeniu de interes
|
19
19
|
decidim_user_group_id: Grup de utilizatori
|
20
20
|
description: Descriere
|
21
|
+
end_time: Data sfarsit
|
21
22
|
id: ID
|
23
|
+
iframe_embed_type: Tip încorporare iframe
|
22
24
|
location: Locaţie
|
23
25
|
location_hints: Sugestii de localizare
|
24
26
|
online_meeting_url: URL-ul întâlnirii online
|
@@ -28,16 +30,26 @@ ro:
|
|
28
30
|
registration_email_custom_content: Conținut personalizat de e-mail de înregistrare
|
29
31
|
registration_form_enabled: Formular de înregistrare activat
|
30
32
|
registration_terms: Termeni de înregistrare
|
33
|
+
registration_type: Tipul de înscriere
|
31
34
|
registration_url: URL înregistrare
|
32
35
|
registrations_enabled: Înregistrări activate
|
36
|
+
reserved_slots: Locuri disponibile pentru acest eveniment
|
37
|
+
start_time: Data inceput
|
33
38
|
title: Titlu
|
34
39
|
transparent: Transparentă
|
35
40
|
type_of_meeting: Tip
|
36
41
|
meeting_agenda:
|
37
42
|
title: Titlu
|
43
|
+
visible: Vizibil
|
38
44
|
meeting_agenda_items:
|
45
|
+
description: Descriere
|
39
46
|
duration: Durată
|
40
47
|
title: Titlu
|
48
|
+
meeting_registration_invite:
|
49
|
+
email: E-mail
|
50
|
+
name: Nume
|
51
|
+
validate_registration_code:
|
52
|
+
code: Cod
|
41
53
|
errors:
|
42
54
|
models:
|
43
55
|
meeting:
|