decidim-admin 0.30.4 → 0.30.6
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/commands/decidim/admin/content_blocks/update_content_block.rb +12 -3
- data/app/commands/decidim/admin/destroy_participatory_space_private_user.rb +10 -0
- data/app/commands/decidim/admin/publish_component.rb +1 -0
- data/app/commands/decidim/admin/unpublish_component.rb +1 -0
- data/app/commands/decidim/admin/unreport_user.rb +1 -1
- data/app/helpers/decidim/admin/moderations/reports_helper.rb +1 -1
- data/app/jobs/decidim/admin/destroy_private_users_follows_job.rb +37 -0
- data/app/packs/src/decidim/admin/draggable-table.js +36 -18
- data/app/packs/src/decidim/admin/sort_list.component.js +3 -2
- data/config/locales/ar.yml +4 -13
- data/config/locales/bg.yml +5 -24
- data/config/locales/bs-BA.yml +14 -1
- data/config/locales/ca-IT.yml +15 -12
- data/config/locales/ca.yml +15 -12
- data/config/locales/cs.yml +7 -4
- data/config/locales/de.yml +12 -10
- data/config/locales/el.yml +4 -17
- data/config/locales/en.yml +8 -5
- data/config/locales/eo.yml +4 -0
- data/config/locales/es-MX.yml +15 -12
- data/config/locales/es-PY.yml +15 -12
- data/config/locales/es.yml +16 -13
- data/config/locales/eu.yml +18 -15
- data/config/locales/fi-plain.yml +9 -7
- data/config/locales/fi.yml +8 -6
- data/config/locales/fr-CA.yml +43 -14
- data/config/locales/fr.yml +43 -14
- data/config/locales/ga-IE.yml +7 -13
- data/config/locales/gl.yml +7 -12
- data/config/locales/he-IL.yml +7 -1
- data/config/locales/hu.yml +6 -26
- data/config/locales/id-ID.yml +7 -0
- data/config/locales/is-IS.yml +7 -0
- data/config/locales/it.yml +1 -27
- data/config/locales/ja.yml +15 -12
- data/config/locales/kaa.yml +5 -6
- data/config/locales/ko.yml +6 -7
- data/config/locales/lb.yml +8 -13
- data/config/locales/lt.yml +5 -23
- data/config/locales/lv.yml +11 -3
- data/config/locales/nl.yml +7 -12
- data/config/locales/no.yml +7 -12
- data/config/locales/pl.yml +9 -23
- data/config/locales/pt-BR.yml +180 -17
- data/config/locales/pt.yml +8 -14
- data/config/locales/ro-RO.yml +12 -30
- data/config/locales/ru.yml +12 -2
- data/config/locales/sk.yml +11 -3
- data/config/locales/sl.yml +4 -0
- data/config/locales/sq-AL.yml +8 -9
- data/config/locales/sr-CS.yml +24 -10
- data/config/locales/sv.yml +17 -13
- data/config/locales/th-TH.yml +5 -1
- data/config/locales/tr-TR.yml +95 -22
- data/config/locales/uk.yml +7 -0
- data/config/locales/zh-CN.yml +11 -2
- data/config/locales/zh-TW.yml +4 -22
- data/lib/decidim/admin/test/admin_participatory_space_access_examples.rb +20 -0
- data/lib/decidim/admin/test/filters_participatory_space_users_examples.rb +1 -1
- data/lib/decidim/admin/test/manage_attachments_examples.rb +12 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +9 -8
data/config/locales/ro-RO.yml
CHANGED
|
@@ -38,7 +38,6 @@ ro:
|
|
|
38
38
|
user_group_id: Creează importuri ca
|
|
39
39
|
newsletter:
|
|
40
40
|
body: Conținut
|
|
41
|
-
send_to_all_users: Trimiteți către toți utilizatorii
|
|
42
41
|
send_to_followers: Trimiteți către urmăritori
|
|
43
42
|
send_to_participants: Trimiteți către participanți
|
|
44
43
|
subject: Titlu
|
|
@@ -104,6 +103,8 @@ ro:
|
|
|
104
103
|
participatory_space_private_user:
|
|
105
104
|
email: E-mail
|
|
106
105
|
name: Nume
|
|
106
|
+
participatory_space_private_user_csv_import:
|
|
107
|
+
file: Fișier
|
|
107
108
|
scope:
|
|
108
109
|
code: Cod
|
|
109
110
|
name: Nume
|
|
@@ -152,7 +153,7 @@ ro:
|
|
|
152
153
|
user_group_csv_verification:
|
|
153
154
|
attributes:
|
|
154
155
|
file:
|
|
155
|
-
malformed:
|
|
156
|
+
malformed: Fișier de import malformat, vă rugăm să citiți instrucțiunile cu atenție și asigurați-vă că fișierul este codificat UTF-8.
|
|
156
157
|
new_import:
|
|
157
158
|
attributes:
|
|
158
159
|
file:
|
|
@@ -181,8 +182,7 @@ ro:
|
|
|
181
182
|
attachment_collection:
|
|
182
183
|
new: Foldere pentru atașamente
|
|
183
184
|
browse: Caută
|
|
184
|
-
export:
|
|
185
|
-
export-selection: Exportă selecția
|
|
185
|
+
export: Exportaţi tot
|
|
186
186
|
import: Importă
|
|
187
187
|
manage: Gestionează
|
|
188
188
|
newsletter:
|
|
@@ -288,7 +288,6 @@ ro:
|
|
|
288
288
|
justification: Justificare
|
|
289
289
|
new:
|
|
290
290
|
action: Blochează contul și trimite justificarea
|
|
291
|
-
already_reported_html: Continuând cu această acțiune veți ascunde de asemenea conținutul participanților.
|
|
292
291
|
description: Blocarea unui utilizator va face contul său inutilizabil. Poți să furnizezi în justificarea ta orice instrucțiuni cu privire la modul în care vei lua în considerare deblocarea utilizatorului.
|
|
293
292
|
justification: Justificare
|
|
294
293
|
title: Blochează utilizatorul %{name}
|
|
@@ -383,16 +382,9 @@ ro:
|
|
|
383
382
|
'false': Verificat
|
|
384
383
|
'true': Neverificat
|
|
385
384
|
participatory_space_private_users:
|
|
386
|
-
user_invitation_accepted_at_not_null:
|
|
387
|
-
label: Invitație acceptată
|
|
388
|
-
values:
|
|
389
|
-
'false': Neacceptat
|
|
390
|
-
'true': Acceptat
|
|
391
385
|
user_invitation_sent_at_not_null:
|
|
392
|
-
label: Invitaţie trimisă
|
|
393
386
|
values:
|
|
394
|
-
'false': Nu
|
|
395
|
-
'true': Trimis
|
|
387
|
+
'false': Nu a fost trimis
|
|
396
388
|
private_space_eq:
|
|
397
389
|
label: Privat
|
|
398
390
|
values:
|
|
@@ -674,7 +666,7 @@ ro:
|
|
|
674
666
|
title: Detalii raportare
|
|
675
667
|
newsletter_templates:
|
|
676
668
|
index:
|
|
677
|
-
preview_template:
|
|
669
|
+
preview_template: Previzualizați
|
|
678
670
|
title: Modele de buletine informative
|
|
679
671
|
use_template: Utilizează acest model
|
|
680
672
|
show:
|
|
@@ -723,7 +715,7 @@ ro:
|
|
|
723
715
|
send:
|
|
724
716
|
no_recipients: Niciun destinatar pentru această selecție.
|
|
725
717
|
show:
|
|
726
|
-
preview:
|
|
718
|
+
preview: Previzualizați
|
|
727
719
|
select_recipients_to_deliver: Selectează destinatarii pentru trimitere
|
|
728
720
|
subject: Subiect
|
|
729
721
|
update:
|
|
@@ -789,7 +781,7 @@ ro:
|
|
|
789
781
|
homepage_highlighted_content_banner_title: Banner pentru conținut evidențiat
|
|
790
782
|
images:
|
|
791
783
|
layout_appearance_title: Editează aspectul aranjării în pagină
|
|
792
|
-
preview:
|
|
784
|
+
preview: Previzualizați
|
|
793
785
|
omnipresent_banner_appearance_title: Editează banner-ul omniprezent
|
|
794
786
|
participatory_space_private_users:
|
|
795
787
|
create:
|
|
@@ -798,16 +790,14 @@ ro:
|
|
|
798
790
|
destroy:
|
|
799
791
|
error: A apărut o eroare la ștergerea unui participant privat pentru acest spațiu participativ.
|
|
800
792
|
success: Accesul la spațiul participativ a participantului privat a fost șters cu succes.
|
|
793
|
+
edit:
|
|
794
|
+
update: Actualizează
|
|
801
795
|
index:
|
|
802
|
-
import_via_csv: Importă din fișier CSV
|
|
803
796
|
title: Participant privat pentru spațiul participativ
|
|
804
797
|
new:
|
|
805
|
-
create:
|
|
798
|
+
create: Creează
|
|
806
799
|
title: Participant privat nou pentru spațiul participativ.
|
|
807
800
|
participatory_space_private_users_csv_imports:
|
|
808
|
-
create:
|
|
809
|
-
invalid: A apărut o eroare la citirea fișierului CSV. Vă rugăm să vă asigurați că ați urmat instrucțiunile.
|
|
810
|
-
success: Fișier-ul CSV a fost încărcat cu succes, trimitem câte un e-mail participanților cu invitația. Acest lucru ar putea dura puțin timp.
|
|
811
801
|
new:
|
|
812
802
|
csv_upload:
|
|
813
803
|
title: Încarcă fișierul tău CSV
|
|
@@ -817,12 +807,6 @@ ro:
|
|
|
817
807
|
empty: Nu aveți niciun participant privat.
|
|
818
808
|
explanation: Aveți %{count} participanți privați.
|
|
819
809
|
title: Ștergere participanți privați
|
|
820
|
-
example_file: 'Exemplu de fişier:'
|
|
821
|
-
explanation: 'Încărcă fişierul tău CSV. Trebuie să aibă două coloane cu e-mail în prima coloană a fișierului și numele în ultima coloană (e-mail, numele) pentru utilizatorii pe care doriţi să îi adăugaţi în spaţiul participativ, fără antet. Evită folosirea caracterelor invalide, cum ar fi `<>?%&^*#@()[]=+:;"{}\<unk> ` în numele utilizatorului.'
|
|
822
|
-
explanation_example: |
|
|
823
|
-
ion.popescu@example.org%{csv_col_sep}Ion Popescu
|
|
824
|
-
maria.popescu@example.org%{csv_col_sep}Maria Popescu
|
|
825
|
-
upload: Încarcă
|
|
826
810
|
reminders:
|
|
827
811
|
create:
|
|
828
812
|
error: A apărut o eroare la crearea de memento-uri.
|
|
@@ -956,6 +940,7 @@ ro:
|
|
|
956
940
|
dashboard: Panou de administrare
|
|
957
941
|
impersonatable_users: Participanți gestionabili
|
|
958
942
|
impersonations: Gestionarea participanților
|
|
943
|
+
menu: Meniu
|
|
959
944
|
metrics: Indicatori
|
|
960
945
|
panel: Administrator
|
|
961
946
|
participants: Participanți
|
|
@@ -983,13 +968,11 @@ ro:
|
|
|
983
968
|
verify_via_csv: Verifică prin CSV
|
|
984
969
|
user_groups_csv_verifications:
|
|
985
970
|
new:
|
|
986
|
-
example_file: 'Exemplu de fişier:'
|
|
987
971
|
explanation: Încărcă fișierul tău CSV. Acesta trebuie să aibă e-mail-urile oficiale ale grupurilor din organizația ta în prima coloană a fișierului, fără antet. Doar grupurile care și-au confirmat adresa de e-mail și care au un e-mail care apare în fișierul CSV vor fi validate.
|
|
988
972
|
explanation_example: |
|
|
989
973
|
acme@exemplu.org
|
|
990
974
|
bubba.gump@example.org
|
|
991
975
|
title: Încarcă fișierul tău CSV
|
|
992
|
-
upload: Încarcă
|
|
993
976
|
users:
|
|
994
977
|
create:
|
|
995
978
|
error: A apărut o eroare la invitarea acestui administrator.
|
|
@@ -1010,7 +993,6 @@ ro:
|
|
|
1010
993
|
last_day: Ultima zi
|
|
1011
994
|
last_month: Ultima lună
|
|
1012
995
|
last_week: Ultima săptămână
|
|
1013
|
-
no_users_count_statistics_yet: Încă nu există statistici privind numărul de utilizatori.
|
|
1014
996
|
participants: Participanți
|
|
1015
997
|
forms:
|
|
1016
998
|
errors:
|
data/config/locales/ru.yml
CHANGED
|
@@ -67,6 +67,11 @@ ru:
|
|
|
67
67
|
welcome_notification_body: Текст приветствия
|
|
68
68
|
welcome_notification_subject: Тема приветствия
|
|
69
69
|
youtube_handler: Обработчик YouTube
|
|
70
|
+
participatory_space_private_user:
|
|
71
|
+
email: Эл. адрес
|
|
72
|
+
name: Имя
|
|
73
|
+
participatory_space_private_user_csv_import:
|
|
74
|
+
file: Прикрепленный файл
|
|
70
75
|
scope:
|
|
71
76
|
code: Код
|
|
72
77
|
name: Имя
|
|
@@ -226,6 +231,10 @@ ru:
|
|
|
226
231
|
values:
|
|
227
232
|
'false': Имеет служебный статус
|
|
228
233
|
'true': Не имеет служебного статуса
|
|
234
|
+
participatory_space_private_users:
|
|
235
|
+
user_invitation_sent_at_not_null:
|
|
236
|
+
values:
|
|
237
|
+
'false': Не отправлено
|
|
229
238
|
search_label: Поиск
|
|
230
239
|
help_sections:
|
|
231
240
|
form:
|
|
@@ -402,7 +411,6 @@ ru:
|
|
|
402
411
|
confirm_deliver: Вы уверены, что хотите доставить эту рассылку новостей? Это действие нельзя будет отменить.
|
|
403
412
|
deliver: Доставить рассылку новостей
|
|
404
413
|
participants_help: Отправляет новостную рассылку всем подтвержденным пользователям, которые участвовали в любом из выбранных пространств в списке.
|
|
405
|
-
send_to_all_users: Отправить всем пользователям
|
|
406
414
|
show:
|
|
407
415
|
preview: Предпросмотр
|
|
408
416
|
subject: Тема
|
|
@@ -456,10 +464,12 @@ ru:
|
|
|
456
464
|
success: Частным участникам успешно предоставлен доступ к пространству соучастия.
|
|
457
465
|
destroy:
|
|
458
466
|
success: Успешно отменен доступ частных участников к пространству соучастия.
|
|
467
|
+
edit:
|
|
468
|
+
update: Обновить
|
|
459
469
|
index:
|
|
460
470
|
title: Частный участник пространства соучастия
|
|
461
471
|
new:
|
|
462
|
-
create:
|
|
472
|
+
create: Создать
|
|
463
473
|
title: Добавить частного участника пространства соучастия.
|
|
464
474
|
participatory_space_private_users_csv_imports:
|
|
465
475
|
new:
|
data/config/locales/sk.yml
CHANGED
|
@@ -69,6 +69,11 @@ sk:
|
|
|
69
69
|
welcome_notification_body: Telo textu úvodného privítania
|
|
70
70
|
welcome_notification_subject: Predmet textu úvodného privítania
|
|
71
71
|
youtube_handler: YouTube handler
|
|
72
|
+
participatory_space_private_user:
|
|
73
|
+
email: E-mail
|
|
74
|
+
name: Názov
|
|
75
|
+
participatory_space_private_user_csv_import:
|
|
76
|
+
file: Súbor
|
|
72
77
|
scope:
|
|
73
78
|
code: Kód
|
|
74
79
|
name: Názov
|
|
@@ -231,6 +236,10 @@ sk:
|
|
|
231
236
|
values:
|
|
232
237
|
'false': Oficiálni
|
|
233
238
|
'true': Neoficiálni
|
|
239
|
+
participatory_space_private_users:
|
|
240
|
+
user_invitation_sent_at_not_null:
|
|
241
|
+
values:
|
|
242
|
+
'false': Neodoslané
|
|
234
243
|
private_space_eq:
|
|
235
244
|
label: Súkromné
|
|
236
245
|
values:
|
|
@@ -435,7 +444,6 @@ sk:
|
|
|
435
444
|
participants_help: Poslať spravodaj všetkým potvrdeným účastníkom, ktorí participovali na niektorom z participatívnych priestorov na zozname.
|
|
436
445
|
recipients_count: Tento spravodaj bude zasielaný <strong id='recipients_count'>%{count}</strong> používateľom.
|
|
437
446
|
select_spaces: Vyberte skupiny pre rozdelenie spravodaja
|
|
438
|
-
send_to_all_users: Poslať všetkým účastníkom
|
|
439
447
|
title: Vyberte príjemcov
|
|
440
448
|
warning: "<strong>Pozor:</strong> Tento spravodaj bude odoslaný len účastníkom, ktorí aktivovali možnosť <em>Chcem dostávať spravodaje</em> vo svojich nastaveniach."
|
|
441
449
|
show:
|
|
@@ -500,6 +508,8 @@ sk:
|
|
|
500
508
|
destroy:
|
|
501
509
|
error: Pri vymazaní súkromného používateľa pre tento participačný priestor došlo k chybe.
|
|
502
510
|
success: Participatívny priestor bol zneprístupnený súkromnému užívateľovi.
|
|
511
|
+
edit:
|
|
512
|
+
update: Aktualizovať
|
|
503
513
|
index:
|
|
504
514
|
title: Súkromný účastník participatívneho priestoru
|
|
505
515
|
new:
|
|
@@ -509,7 +519,6 @@ sk:
|
|
|
509
519
|
new:
|
|
510
520
|
csv_upload:
|
|
511
521
|
title: Nahrať súbor CSV
|
|
512
|
-
upload: Nahrať
|
|
513
522
|
resource_permissions:
|
|
514
523
|
edit:
|
|
515
524
|
submit: Potvrdiť
|
|
@@ -612,7 +621,6 @@ sk:
|
|
|
612
621
|
new:
|
|
613
622
|
explanation: Nahrajte svoj súbor CSV. Musí obsahovať oficiálne e-maily skupín vo Vašej organizácii v prvom stĺpci, bez hlavičiek. Iba skupiny, ktoré overili svoj e-mail a CSV obsahuje ich e-mail, budú validované.
|
|
614
623
|
title: Nahrať súbor CSV
|
|
615
|
-
upload: Nahrať
|
|
616
624
|
users:
|
|
617
625
|
create:
|
|
618
626
|
error: Pri pozývaní administrátora nastal problém.
|
data/config/locales/sl.yml
CHANGED
|
@@ -67,6 +67,10 @@ sl:
|
|
|
67
67
|
welcome_notification_body: Sporočilo dobrodošlice - vsebina
|
|
68
68
|
welcome_notification_subject: Sporočilo dobrodošlice - naslov
|
|
69
69
|
youtube_handler: YouTube krmilnik
|
|
70
|
+
participatory_space_private_user:
|
|
71
|
+
name: Ime
|
|
72
|
+
participatory_space_private_user_csv_import:
|
|
73
|
+
file: Datoteka
|
|
70
74
|
scope:
|
|
71
75
|
code: Koda
|
|
72
76
|
name: Ime
|
data/config/locales/sq-AL.yml
CHANGED
|
@@ -38,7 +38,6 @@ sq:
|
|
|
38
38
|
user_group_id: Krijo importet si
|
|
39
39
|
newsletter:
|
|
40
40
|
body: Trupi i mesazhit
|
|
41
|
-
send_to_all_users: Dërgo të gjithë përdoruesve
|
|
42
41
|
send_to_followers: Dërgo ndjekësve
|
|
43
42
|
send_to_participants: Dërgo pjesëmarrësve
|
|
44
43
|
subject: Tema
|
|
@@ -99,8 +98,9 @@ sq:
|
|
|
99
98
|
welcome_notification_subject: Tema e njoftimit të mirëseardhjes
|
|
100
99
|
youtube_handler: Emri i përdoruesit Youtube
|
|
101
100
|
participatory_space_private_user:
|
|
102
|
-
email: Email
|
|
103
101
|
name: Emri
|
|
102
|
+
participatory_space_private_user_csv_import:
|
|
103
|
+
file: Skeda
|
|
104
104
|
scope:
|
|
105
105
|
code: Kodi
|
|
106
106
|
name: Emri
|
|
@@ -257,16 +257,9 @@ sq:
|
|
|
257
257
|
officialized_at_null:
|
|
258
258
|
label: Gjendja
|
|
259
259
|
participatory_space_private_users:
|
|
260
|
-
user_invitation_accepted_at_not_null:
|
|
261
|
-
label: Ftesa u pranua
|
|
262
|
-
values:
|
|
263
|
-
'false': E papranuar
|
|
264
|
-
'true': Pranuar
|
|
265
260
|
user_invitation_sent_at_not_null:
|
|
266
|
-
label: Ftesa u dërguan
|
|
267
261
|
values:
|
|
268
262
|
'false': Nuk është dërguar
|
|
269
|
-
'true': Dërguar
|
|
270
263
|
private_space_eq:
|
|
271
264
|
label: Private
|
|
272
265
|
values:
|
|
@@ -449,6 +442,7 @@ sq:
|
|
|
449
442
|
all_users_help: Dërgo buletinin te të gjithë përdoruesit e konfirmuar.
|
|
450
443
|
confirm_deliver: A je i sigurt që do ta dërgosh këtë buletin? Veprimi nuk mund të anulohet.
|
|
451
444
|
deliver: Dërgo buletinin
|
|
445
|
+
send_to_all_users: Dërgo të gjithë përdoruesve
|
|
452
446
|
show:
|
|
453
447
|
preview: Parapamje
|
|
454
448
|
subject: Tema
|
|
@@ -469,6 +463,11 @@ sq:
|
|
|
469
463
|
form:
|
|
470
464
|
images:
|
|
471
465
|
preview: Parapamje
|
|
466
|
+
participatory_space_private_users:
|
|
467
|
+
edit:
|
|
468
|
+
update: Përditëso
|
|
469
|
+
new:
|
|
470
|
+
create: Krijo
|
|
472
471
|
resource_permissions:
|
|
473
472
|
edit:
|
|
474
473
|
title: Github
|
data/config/locales/sr-CS.yml
CHANGED
|
@@ -41,20 +41,20 @@ sr:
|
|
|
41
41
|
favicon: Ikona
|
|
42
42
|
github_handler: Administrator GitHub-a
|
|
43
43
|
header_snippets: Fragmenti zaglavlja
|
|
44
|
-
highlighted_content_banner_action_subtitle:
|
|
45
|
-
highlighted_content_banner_action_title:
|
|
44
|
+
highlighted_content_banner_action_subtitle: Podnaslov dugmeta akcije
|
|
45
|
+
highlighted_content_banner_action_title: Naziv dugmeta akcije
|
|
46
46
|
highlighted_content_banner_action_url: Link dugmeta akcije
|
|
47
47
|
highlighted_content_banner_enabled: Prikaži istaknut baner sadržaja
|
|
48
48
|
highlighted_content_banner_image: Slika
|
|
49
49
|
highlighted_content_banner_short_description: Kratak opis
|
|
50
|
-
highlighted_content_banner_title:
|
|
50
|
+
highlighted_content_banner_title: Naziv
|
|
51
51
|
instagram_handler: Administrator Instagram-a
|
|
52
52
|
logo: Logo
|
|
53
53
|
name: Ime
|
|
54
54
|
official_img_footer: Zvanično podnožje logoa
|
|
55
55
|
official_url: Zvaničan link organizacije
|
|
56
56
|
omnipresent_banner_short_description: Kratak opis
|
|
57
|
-
omnipresent_banner_title:
|
|
57
|
+
omnipresent_banner_title: Naziv
|
|
58
58
|
omnipresent_banner_url: Adrеsa
|
|
59
59
|
primary_color: Primarni
|
|
60
60
|
reference_prefix: Prefiks reference
|
|
@@ -69,6 +69,11 @@ sr:
|
|
|
69
69
|
welcome_notification_body: Glavni tekst obaveštenja dobrodošlice
|
|
70
70
|
welcome_notification_subject: Naslov obaveštenja dobrodošlice
|
|
71
71
|
youtube_handler: Administrator YouTube-a
|
|
72
|
+
participatory_space_private_user:
|
|
73
|
+
email: E-pošta
|
|
74
|
+
name: Ime
|
|
75
|
+
participatory_space_private_user_csv_import:
|
|
76
|
+
file: Fajl
|
|
72
77
|
scope:
|
|
73
78
|
code: Kod
|
|
74
79
|
name: Ime
|
|
@@ -86,11 +91,11 @@ sr:
|
|
|
86
91
|
organization: Organizacija
|
|
87
92
|
show_in_footer: Prikaži u podnožju
|
|
88
93
|
slug: Zadnji deo URL-a
|
|
89
|
-
title:
|
|
94
|
+
title: Naziv
|
|
90
95
|
static_page_topic:
|
|
91
96
|
description: Opis
|
|
92
97
|
show_in_footer: Prikaži u podnožju
|
|
93
|
-
title:
|
|
98
|
+
title: Naziv
|
|
94
99
|
user_group_csv_verification:
|
|
95
100
|
file: Fajl
|
|
96
101
|
errors:
|
|
@@ -104,7 +109,7 @@ sr:
|
|
|
104
109
|
decidim/static_page:
|
|
105
110
|
content: Sadržaj
|
|
106
111
|
slug: Zadnji deo URL-a
|
|
107
|
-
title:
|
|
112
|
+
title: Naziv
|
|
108
113
|
doorkeeper/application:
|
|
109
114
|
authorize_url: Autorizuj URL
|
|
110
115
|
client_id: Identitet klijenta
|
|
@@ -118,6 +123,7 @@ sr:
|
|
|
118
123
|
actions:
|
|
119
124
|
add: Dodaj
|
|
120
125
|
browse: Prеglеdaj
|
|
126
|
+
export-selection: Izvezi izabrano
|
|
121
127
|
manage: Upravljaj
|
|
122
128
|
per_page: Po stranici
|
|
123
129
|
permissions: Dozvole
|
|
@@ -231,6 +237,10 @@ sr:
|
|
|
231
237
|
values:
|
|
232
238
|
'false': Službeno
|
|
233
239
|
'true': Neslužbeno
|
|
240
|
+
participatory_space_private_users:
|
|
241
|
+
user_invitation_sent_at_not_null:
|
|
242
|
+
values:
|
|
243
|
+
'false': Nije poslato
|
|
234
244
|
private_space_eq:
|
|
235
245
|
label: Privatno
|
|
236
246
|
values:
|
|
@@ -325,7 +335,7 @@ sr:
|
|
|
325
335
|
collection: Fascikla
|
|
326
336
|
content_type: Tip
|
|
327
337
|
file_size: Veličina
|
|
328
|
-
title:
|
|
338
|
+
title: Naziv
|
|
329
339
|
name: Prilog
|
|
330
340
|
attachment_collection:
|
|
331
341
|
name: Fascikla
|
|
@@ -360,7 +370,7 @@ sr:
|
|
|
360
370
|
static_page:
|
|
361
371
|
fields:
|
|
362
372
|
created_at: Kreirano na
|
|
363
|
-
title:
|
|
373
|
+
title: Naziv
|
|
364
374
|
user:
|
|
365
375
|
fields:
|
|
366
376
|
created_at: Datum kreiranja
|
|
@@ -431,7 +441,6 @@ sr:
|
|
|
431
441
|
participants_help: Pošalji bilten svim potvrđenim učesnicima koji su učestvovali u bilo kojem od odabranih prostora za učešće sa liste.
|
|
432
442
|
recipients_count: Ovaj bilten biće dostavljen <strong id='recipients_count'>%{count}</strong> korisnicima.
|
|
433
443
|
select_spaces: Izaberite prostore da podelite bilten
|
|
434
|
-
send_to_all_users: Pošalji svim korisnicima
|
|
435
444
|
title: Izaberi primaoce za dostavu
|
|
436
445
|
warning: "<strong>Pažnja:</strong> Ovaj bilten će biti poslan samo korisnicima koji su aktivirali <em>Želim da dobijam biltene</em> u svojim podešavanjima obaveštenja."
|
|
437
446
|
show:
|
|
@@ -486,6 +495,11 @@ sr:
|
|
|
486
495
|
images:
|
|
487
496
|
preview: Pregled
|
|
488
497
|
omnipresent_banner_appearance_title: Izmeni sveprisutni baner
|
|
498
|
+
participatory_space_private_users:
|
|
499
|
+
edit:
|
|
500
|
+
update: Ažuriraj
|
|
501
|
+
new:
|
|
502
|
+
create: Stvori
|
|
489
503
|
shared:
|
|
490
504
|
gallery:
|
|
491
505
|
add_images: Dodaj slike
|
data/config/locales/sv.yml
CHANGED
|
@@ -53,6 +53,7 @@ sv:
|
|
|
53
53
|
customize_welcome_notification: Anpassa välkomstmeddelande
|
|
54
54
|
default_locale: Förvalt språk och region
|
|
55
55
|
description: Beskrivning
|
|
56
|
+
enable_machine_translations: Aktivera maskinöversättningar
|
|
56
57
|
enable_omnipresent_banner: Visa banner på alla sidor
|
|
57
58
|
enable_participatory_space_filters: Aktivera filter för processer
|
|
58
59
|
facebook_handler: Facebook-namn
|
|
@@ -137,6 +138,9 @@ sv:
|
|
|
137
138
|
show_in_footer: Visa i sidfoten
|
|
138
139
|
title: Titel
|
|
139
140
|
weight: Position i listan
|
|
141
|
+
taxonomy:
|
|
142
|
+
item_name: Namn
|
|
143
|
+
parent_id: Överordnad
|
|
140
144
|
user_group_csv_verification:
|
|
141
145
|
file: Fil
|
|
142
146
|
errors:
|
|
@@ -307,7 +311,7 @@ sv:
|
|
|
307
311
|
title: Blockera användare
|
|
308
312
|
new:
|
|
309
313
|
action: Blockera konto och skicka motivering
|
|
310
|
-
already_reported_html: Fortsätter du kommer även
|
|
314
|
+
already_reported_html: Fortsätter du kommer även deltagarens innehåll att döljas.
|
|
311
315
|
description: Om du blockerar en användare blir kontot oanvändbart. Du kan skriva en motivering och riktlinjer för vad som krävs för att häva blockeringen.
|
|
312
316
|
justification: Motivering
|
|
313
317
|
title: Blockera användare %{name}
|
|
@@ -401,7 +405,7 @@ sv:
|
|
|
401
405
|
form:
|
|
402
406
|
domain_too_short: Domännamnet är för kort
|
|
403
407
|
update:
|
|
404
|
-
error: Kunde inte uppdatera listan med tillåtna externa domännamn
|
|
408
|
+
error: Kunde inte uppdatera listan med tillåtna externa domännamn.
|
|
405
409
|
success: Listan med tillåtna externa domännamn har uppdaterats.
|
|
406
410
|
exports:
|
|
407
411
|
export_as: "%{name} som %{export_format}"
|
|
@@ -425,7 +429,7 @@ sv:
|
|
|
425
429
|
'true': 'Ja'
|
|
426
430
|
moderated_users:
|
|
427
431
|
reports_reason_eq:
|
|
428
|
-
label: Anledning till
|
|
432
|
+
label: Anledning till rapportering
|
|
429
433
|
values:
|
|
430
434
|
does_not_belong: Opassande
|
|
431
435
|
offensive: Stötande
|
|
@@ -442,12 +446,12 @@ sv:
|
|
|
442
446
|
user_invitation_accepted_at_not_null:
|
|
443
447
|
label: Inbjudan accepterades
|
|
444
448
|
values:
|
|
445
|
-
'false':
|
|
446
|
-
'true':
|
|
449
|
+
'false': Inte tackat ja
|
|
450
|
+
'true': Tackat ja
|
|
447
451
|
user_invitation_sent_at_not_null:
|
|
448
|
-
label: Inbjudan
|
|
452
|
+
label: Inbjudan har skickats
|
|
449
453
|
values:
|
|
450
|
-
'false':
|
|
454
|
+
'false': Inte skickat
|
|
451
455
|
'true': Skickad
|
|
452
456
|
private_space_eq:
|
|
453
457
|
label: Privat
|
|
@@ -733,7 +737,7 @@ sv:
|
|
|
733
737
|
update_moderation_button: Sluta dölja valda resurser
|
|
734
738
|
unreport:
|
|
735
739
|
title: Ta bort rapport
|
|
736
|
-
update_moderation_button: Avrapportera
|
|
740
|
+
update_moderation_button: Avrapportera valt innehåll
|
|
737
741
|
cancel: Avbryt
|
|
738
742
|
selected: valda
|
|
739
743
|
title: Rapporterat innehåll
|
|
@@ -825,7 +829,7 @@ sv:
|
|
|
825
829
|
select_users_for_participatory_space: Skicka nyhetsbrev till ett eller flera deltagarutrymmen
|
|
826
830
|
select_users_general: Skicka ett allmänt nyhetsbrev
|
|
827
831
|
select_verification_types: Välj verifieringsmetoder
|
|
828
|
-
send_to_all_users: Skicka till alla
|
|
832
|
+
send_to_all_users: Skicka till alla deltagare
|
|
829
833
|
send_to_verified_users: Skicka till verifierade användare
|
|
830
834
|
title: Välj mottagare att skicka till
|
|
831
835
|
verified_users_help: Skicka nyhetsbrev till alla verifierade användare.
|
|
@@ -981,10 +985,10 @@ sv:
|
|
|
981
985
|
example_file: 'Exempelfil:'
|
|
982
986
|
explanation: 'Skicka din CSV-fil. Den behöver ha två kolumner för användare som du vill lägga till, utan rubriker, med e-postadressen i den första kolumnen och namnet i den sista kolumnen. Undvik specialtecken som `<>?%&^*#@()[]=+:;"{}\|` i användarnamn.'
|
|
983
987
|
explanation_example: |
|
|
984
|
-
|
|
985
|
-
|
|
988
|
+
john.doe@example.org%{csv_col_sep}John Doe
|
|
989
|
+
jane.doe@example.org%{csv_col_sep}Jane Doe
|
|
986
990
|
title: Importera privata deltagare från en CSV-fil
|
|
987
|
-
upload:
|
|
991
|
+
upload: Ladda upp
|
|
988
992
|
reminders:
|
|
989
993
|
create:
|
|
990
994
|
error: Det gick inte att skapa påminnelser.
|
|
@@ -1299,7 +1303,7 @@ sv:
|
|
|
1299
1303
|
acme@exempel.org
|
|
1300
1304
|
bubba.gump@exempel.org
|
|
1301
1305
|
title: Skicka CSV-fil
|
|
1302
|
-
upload:
|
|
1306
|
+
upload: Ladda upp
|
|
1303
1307
|
users:
|
|
1304
1308
|
create:
|
|
1305
1309
|
error: Det gick inte att bjuda in administratören.
|
data/config/locales/th-TH.yml
CHANGED
|
@@ -50,8 +50,9 @@ th:
|
|
|
50
50
|
welcome_notification_subject: ยินดีต้อนรับเรื่องการแจ้งเตือน
|
|
51
51
|
youtube_handler: ตัวจัดการ YouTube
|
|
52
52
|
participatory_space_private_user:
|
|
53
|
-
email: อีเมล
|
|
54
53
|
name: ชื่อ
|
|
54
|
+
participatory_space_private_user_csv_import:
|
|
55
|
+
file: ไฟล์
|
|
55
56
|
scope:
|
|
56
57
|
code: รหัส
|
|
57
58
|
name: ชื่อ
|
|
@@ -106,3 +107,6 @@ th:
|
|
|
106
107
|
organization_appearance:
|
|
107
108
|
edit:
|
|
108
109
|
update: อัปเดต
|
|
110
|
+
participatory_space_private_users:
|
|
111
|
+
edit:
|
|
112
|
+
update: อัปเดต
|