decidim-admin 0.31.0 → 0.31.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/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/entrypoints/decidim_admin.js +3 -3
- data/app/packs/src/decidim/admin/draggable-table.js +34 -16
- data/app/packs/src/decidim/admin/sort_list.component.js +3 -2
- data/app/views/decidim/admin/exports/_dropdown.html.erb +2 -2
- data/app/views/decidim/admin/taxonomies/_taxonomy_actions.html.erb +1 -1
- data/config/locales/ar.yml +5 -12
- data/config/locales/bg.yml +6 -22
- data/config/locales/bs-BA.yml +14 -1
- data/config/locales/ca-IT.yml +16 -12
- data/config/locales/ca.yml +16 -12
- data/config/locales/cs.yml +20 -6
- data/config/locales/de.yml +13 -10
- data/config/locales/el.yml +5 -15
- data/config/locales/en.yml +11 -7
- data/config/locales/eo.yml +4 -0
- data/config/locales/es-MX.yml +15 -11
- data/config/locales/es-PY.yml +15 -11
- data/config/locales/es.yml +16 -12
- data/config/locales/eu.yml +19 -15
- data/config/locales/fi-plain.yml +10 -7
- data/config/locales/fi.yml +9 -6
- data/config/locales/fr-CA.yml +45 -15
- data/config/locales/fr.yml +45 -15
- data/config/locales/ga-IE.yml +7 -10
- data/config/locales/gl.yml +8 -11
- data/config/locales/he-IL.yml +9 -1
- data/config/locales/hu.yml +7 -24
- data/config/locales/id-ID.yml +7 -0
- data/config/locales/is-IS.yml +7 -0
- data/config/locales/it.yml +2 -26
- data/config/locales/ja.yml +16 -12
- data/config/locales/kaa.yml +5 -3
- data/config/locales/ko.yml +7 -4
- data/config/locales/lb.yml +9 -12
- data/config/locales/lt.yml +6 -21
- data/config/locales/lv.yml +11 -2
- data/config/locales/nl.yml +8 -11
- data/config/locales/no.yml +8 -11
- data/config/locales/pl.yml +12 -21
- data/config/locales/pt-BR.yml +226 -16
- data/config/locales/pt.yml +9 -13
- data/config/locales/ro-RO.yml +11 -26
- data/config/locales/ru.yml +12 -2
- data/config/locales/sk.yml +11 -2
- data/config/locales/sl.yml +4 -0
- data/config/locales/sq-AL.yml +9 -9
- data/config/locales/sr-CS.yml +21 -7
- data/config/locales/sv.yml +27 -19
- data/config/locales/th-TH.yml +5 -1
- data/config/locales/tr-TR.yml +110 -20
- data/config/locales/uk.yml +7 -0
- data/config/locales/zh-CN.yml +11 -1
- data/config/locales/zh-TW.yml +5 -20
- data/lib/decidim/admin/test/admin_participatory_space_access_examples.rb +18 -0
- data/lib/decidim/admin/test/filters_participatory_space_users_examples.rb +1 -1
- data/lib/decidim/admin/test/manage_attachments_examples.rb +12 -0
- data/lib/decidim/admin/version.rb +1 -1
- metadata +9 -9
- data/app/packs/src/decidim/admin/choose_language.js +0 -16
data/config/locales/ro-RO.yml
CHANGED
|
@@ -36,7 +36,6 @@ ro:
|
|
|
36
36
|
id: ID
|
|
37
37
|
newsletter:
|
|
38
38
|
body: Conținut
|
|
39
|
-
send_to_all_users: Trimiteți către toți utilizatorii
|
|
40
39
|
send_to_followers: Trimiteți către urmăritori
|
|
41
40
|
send_to_participants: Trimiteți către participanți
|
|
42
41
|
subject: Titlu
|
|
@@ -92,6 +91,8 @@ ro:
|
|
|
92
91
|
participatory_space_private_user:
|
|
93
92
|
email: E-mail
|
|
94
93
|
name: Nume
|
|
94
|
+
participatory_space_private_user_csv_import:
|
|
95
|
+
file: Fișier
|
|
95
96
|
scope:
|
|
96
97
|
code: Cod
|
|
97
98
|
name: Nume
|
|
@@ -140,7 +141,7 @@ ro:
|
|
|
140
141
|
user_group_csv_verification:
|
|
141
142
|
attributes:
|
|
142
143
|
file:
|
|
143
|
-
malformed:
|
|
144
|
+
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.
|
|
144
145
|
new_import:
|
|
145
146
|
attributes:
|
|
146
147
|
file:
|
|
@@ -170,7 +171,7 @@ ro:
|
|
|
170
171
|
new: Foldere pentru atașamente
|
|
171
172
|
browse: Caută
|
|
172
173
|
configure: Configurează
|
|
173
|
-
|
|
174
|
+
export_all: Exportaţi tot
|
|
174
175
|
import: Importă
|
|
175
176
|
newsletter:
|
|
176
177
|
new: Buletin informativ nou
|
|
@@ -272,7 +273,6 @@ ro:
|
|
|
272
273
|
justification: Justificare
|
|
273
274
|
new:
|
|
274
275
|
action: Blochează contul și trimite justificarea
|
|
275
|
-
already_reported_html: Continuând cu această acțiune veți ascunde de asemenea conținutul participanților.
|
|
276
276
|
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.
|
|
277
277
|
justification: Justificare
|
|
278
278
|
title: Blochează utilizatorul %{name}
|
|
@@ -367,16 +367,9 @@ ro:
|
|
|
367
367
|
'false': Verificat
|
|
368
368
|
'true': Neverificat
|
|
369
369
|
participatory_space_private_users:
|
|
370
|
-
user_invitation_accepted_at_not_null:
|
|
371
|
-
label: Invitație acceptată
|
|
372
|
-
values:
|
|
373
|
-
'false': Neacceptat
|
|
374
|
-
'true': Acceptat
|
|
375
370
|
user_invitation_sent_at_not_null:
|
|
376
|
-
label: Invitaţie trimisă
|
|
377
371
|
values:
|
|
378
|
-
'false': Nu
|
|
379
|
-
'true': Trimis
|
|
372
|
+
'false': Nu a fost trimis
|
|
380
373
|
private_space_eq:
|
|
381
374
|
label: Privat
|
|
382
375
|
values:
|
|
@@ -636,7 +629,7 @@ ro:
|
|
|
636
629
|
title: Detalii raportare
|
|
637
630
|
newsletter_templates:
|
|
638
631
|
index:
|
|
639
|
-
preview_template:
|
|
632
|
+
preview_template: Previzualizați
|
|
640
633
|
title: Modele de buletine informative
|
|
641
634
|
use_template: Utilizează acest model
|
|
642
635
|
show:
|
|
@@ -685,7 +678,7 @@ ro:
|
|
|
685
678
|
send:
|
|
686
679
|
no_recipients: Niciun destinatar pentru această selecție.
|
|
687
680
|
show:
|
|
688
|
-
preview:
|
|
681
|
+
preview: Previzualizați
|
|
689
682
|
select_recipients_to_deliver: Selectează destinatarii pentru trimitere
|
|
690
683
|
subject: Subiect
|
|
691
684
|
update:
|
|
@@ -746,16 +739,14 @@ ro:
|
|
|
746
739
|
destroy:
|
|
747
740
|
error: A apărut o eroare la ștergerea unui participant privat pentru acest spațiu participativ.
|
|
748
741
|
success: Accesul la spațiul participativ a participantului privat a fost șters cu succes.
|
|
742
|
+
edit:
|
|
743
|
+
update: Actualizează
|
|
749
744
|
index:
|
|
750
|
-
import_via_csv: Importă din fișier CSV
|
|
751
745
|
title: Participant privat pentru spațiul participativ
|
|
752
746
|
new:
|
|
753
|
-
create:
|
|
747
|
+
create: Creează
|
|
754
748
|
title: Participant privat nou pentru spațiul participativ.
|
|
755
749
|
participatory_space_private_users_csv_imports:
|
|
756
|
-
create:
|
|
757
|
-
invalid: A apărut o eroare la citirea fișierului CSV. Vă rugăm să vă asigurați că ați urmat instrucțiunile.
|
|
758
|
-
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.
|
|
759
750
|
new:
|
|
760
751
|
csv_upload:
|
|
761
752
|
title: Încarcă fișierul tău CSV
|
|
@@ -765,12 +756,6 @@ ro:
|
|
|
765
756
|
empty: Nu aveți niciun participant privat.
|
|
766
757
|
explanation: Aveți %{count} participanți privați.
|
|
767
758
|
title: Ștergere participanți privați
|
|
768
|
-
example_file: 'Exemplu de fişier:'
|
|
769
|
-
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.'
|
|
770
|
-
explanation_example: |
|
|
771
|
-
ion.popescu@example.org%{csv_col_sep}Ion Popescu
|
|
772
|
-
maria.popescu@example.org%{csv_col_sep}Maria Popescu
|
|
773
|
-
upload: Încarcă
|
|
774
759
|
reminders:
|
|
775
760
|
create:
|
|
776
761
|
error: A apărut o eroare la crearea de memento-uri.
|
|
@@ -902,6 +887,7 @@ ro:
|
|
|
902
887
|
dashboard: Panou de administrare
|
|
903
888
|
impersonatable_users: Participanți gestionabili
|
|
904
889
|
impersonations: Gestionarea participanților
|
|
890
|
+
menu: Meniu
|
|
905
891
|
panel: Administrator
|
|
906
892
|
participants: Participanți
|
|
907
893
|
scope_types: Tipuri de domeniu
|
|
@@ -928,7 +914,6 @@ ro:
|
|
|
928
914
|
last_day: Ultima zi
|
|
929
915
|
last_month: Ultima lună
|
|
930
916
|
last_week: Ultima săptămână
|
|
931
|
-
no_users_count_statistics_yet: Încă nu există statistici privind numărul de utilizatori.
|
|
932
917
|
participants: Participanți
|
|
933
918
|
forms:
|
|
934
919
|
errors:
|
data/config/locales/ru.yml
CHANGED
|
@@ -57,6 +57,11 @@ ru:
|
|
|
57
57
|
welcome_notification_body: Текст приветствия
|
|
58
58
|
welcome_notification_subject: Тема приветствия
|
|
59
59
|
youtube_handler: Обработчик YouTube
|
|
60
|
+
participatory_space_private_user:
|
|
61
|
+
email: Эл. адрес
|
|
62
|
+
name: Имя
|
|
63
|
+
participatory_space_private_user_csv_import:
|
|
64
|
+
file: Прикрепленный файл
|
|
60
65
|
scope:
|
|
61
66
|
code: Код
|
|
62
67
|
name: Имя
|
|
@@ -214,6 +219,10 @@ ru:
|
|
|
214
219
|
values:
|
|
215
220
|
'false': Имеет служебный статус
|
|
216
221
|
'true': Не имеет служебного статуса
|
|
222
|
+
participatory_space_private_users:
|
|
223
|
+
user_invitation_sent_at_not_null:
|
|
224
|
+
values:
|
|
225
|
+
'false': Не отправлено
|
|
217
226
|
search_label: Поиск
|
|
218
227
|
help_sections:
|
|
219
228
|
form:
|
|
@@ -374,7 +383,6 @@ ru:
|
|
|
374
383
|
confirm_deliver: Вы уверены, что хотите доставить эту рассылку новостей? Это действие нельзя будет отменить.
|
|
375
384
|
deliver: Доставить рассылку новостей
|
|
376
385
|
participants_help: Отправляет новостную рассылку всем подтвержденным пользователям, которые участвовали в любом из выбранных пространств в списке.
|
|
377
|
-
send_to_all_users: Отправить всем пользователям
|
|
378
386
|
show:
|
|
379
387
|
preview: Предпросмотр
|
|
380
388
|
subject: Тема
|
|
@@ -417,10 +425,12 @@ ru:
|
|
|
417
425
|
success: Частным участникам успешно предоставлен доступ к пространству соучастия.
|
|
418
426
|
destroy:
|
|
419
427
|
success: Успешно отменен доступ частных участников к пространству соучастия.
|
|
428
|
+
edit:
|
|
429
|
+
update: Обновить
|
|
420
430
|
index:
|
|
421
431
|
title: Частный участник пространства соучастия
|
|
422
432
|
new:
|
|
423
|
-
create:
|
|
433
|
+
create: Создать
|
|
424
434
|
title: Добавить частного участника пространства соучастия.
|
|
425
435
|
participatory_space_private_users_csv_imports:
|
|
426
436
|
new:
|
data/config/locales/sk.yml
CHANGED
|
@@ -59,6 +59,11 @@ sk:
|
|
|
59
59
|
welcome_notification_body: Telo textu úvodného privítania
|
|
60
60
|
welcome_notification_subject: Predmet textu úvodného privítania
|
|
61
61
|
youtube_handler: YouTube handler
|
|
62
|
+
participatory_space_private_user:
|
|
63
|
+
email: E-mail
|
|
64
|
+
name: Názov
|
|
65
|
+
participatory_space_private_user_csv_import:
|
|
66
|
+
file: Súbor
|
|
62
67
|
scope:
|
|
63
68
|
code: Kód
|
|
64
69
|
name: Názov
|
|
@@ -219,6 +224,10 @@ sk:
|
|
|
219
224
|
values:
|
|
220
225
|
'false': Oficiálni
|
|
221
226
|
'true': Neoficiálni
|
|
227
|
+
participatory_space_private_users:
|
|
228
|
+
user_invitation_sent_at_not_null:
|
|
229
|
+
values:
|
|
230
|
+
'false': Neodoslané
|
|
222
231
|
private_space_eq:
|
|
223
232
|
label: Súkromné
|
|
224
233
|
values:
|
|
@@ -401,7 +410,6 @@ sk:
|
|
|
401
410
|
participants_help: Poslať spravodaj všetkým potvrdeným účastníkom, ktorí participovali na niektorom z participatívnych priestorov na zozname.
|
|
402
411
|
recipients_count: Tento spravodaj bude zasielaný <strong id='recipients_count'>%{count}</strong> používateľom.
|
|
403
412
|
select_spaces: Vyberte skupiny pre rozdelenie spravodaja
|
|
404
|
-
send_to_all_users: Poslať všetkým účastníkom
|
|
405
413
|
title: Vyberte príjemcov
|
|
406
414
|
warning: "<strong>Pozor:</strong> Tento spravodaj bude odoslaný len účastníkom, ktorí aktivovali možnosť <em>Chcem dostávať spravodaje</em> vo svojich nastaveniach."
|
|
407
415
|
show:
|
|
@@ -454,6 +462,8 @@ sk:
|
|
|
454
462
|
destroy:
|
|
455
463
|
error: Pri vymazaní súkromného používateľa pre tento participačný priestor došlo k chybe.
|
|
456
464
|
success: Participatívny priestor bol zneprístupnený súkromnému užívateľovi.
|
|
465
|
+
edit:
|
|
466
|
+
update: Aktualizovať
|
|
457
467
|
index:
|
|
458
468
|
title: Súkromný účastník participatívneho priestoru
|
|
459
469
|
new:
|
|
@@ -463,7 +473,6 @@ sk:
|
|
|
463
473
|
new:
|
|
464
474
|
csv_upload:
|
|
465
475
|
title: Nahrať súbor CSV
|
|
466
|
-
upload: Nahrať
|
|
467
476
|
resource_permissions:
|
|
468
477
|
edit:
|
|
469
478
|
submit: Potvrdiť
|
data/config/locales/sl.yml
CHANGED
|
@@ -60,6 +60,10 @@ sl:
|
|
|
60
60
|
welcome_notification_body: Sporočilo dobrodošlice - vsebina
|
|
61
61
|
welcome_notification_subject: Sporočilo dobrodošlice - naslov
|
|
62
62
|
youtube_handler: YouTube krmilnik
|
|
63
|
+
participatory_space_private_user:
|
|
64
|
+
name: Ime
|
|
65
|
+
participatory_space_private_user_csv_import:
|
|
66
|
+
file: Datoteka
|
|
63
67
|
scope:
|
|
64
68
|
code: Koda
|
|
65
69
|
name: Ime
|
data/config/locales/sq-AL.yml
CHANGED
|
@@ -36,7 +36,6 @@ sq:
|
|
|
36
36
|
id: ID
|
|
37
37
|
newsletter:
|
|
38
38
|
body: Trupi i mesazhit
|
|
39
|
-
send_to_all_users: Dërgo të gjithë përdoruesve
|
|
40
39
|
send_to_followers: Dërgo ndjekësve
|
|
41
40
|
send_to_participants: Dërgo pjesëmarrësve
|
|
42
41
|
subject: Tema
|
|
@@ -87,8 +86,9 @@ sq:
|
|
|
87
86
|
welcome_notification_subject: Tema e njoftimit të mirëseardhjes
|
|
88
87
|
youtube_handler: Emri i përdoruesit Youtube
|
|
89
88
|
participatory_space_private_user:
|
|
90
|
-
email: Email
|
|
91
89
|
name: Emri
|
|
90
|
+
participatory_space_private_user_csv_import:
|
|
91
|
+
file: Skeda
|
|
92
92
|
scope:
|
|
93
93
|
code: Kodi
|
|
94
94
|
name: Emri
|
|
@@ -138,6 +138,7 @@ sq:
|
|
|
138
138
|
attachment:
|
|
139
139
|
new: Shtojcë e re
|
|
140
140
|
browse: Shfleto
|
|
141
|
+
export_all: Eksporto të gjitha
|
|
141
142
|
import: Importo
|
|
142
143
|
newsletter:
|
|
143
144
|
new: Newsletter i ri
|
|
@@ -241,16 +242,9 @@ sq:
|
|
|
241
242
|
officialized_at_null:
|
|
242
243
|
label: Gjendja
|
|
243
244
|
participatory_space_private_users:
|
|
244
|
-
user_invitation_accepted_at_not_null:
|
|
245
|
-
label: Ftesa u pranua
|
|
246
|
-
values:
|
|
247
|
-
'false': E papranuar
|
|
248
|
-
'true': Pranuar
|
|
249
245
|
user_invitation_sent_at_not_null:
|
|
250
|
-
label: Ftesa u dërguan
|
|
251
246
|
values:
|
|
252
247
|
'false': Nuk është dërguar
|
|
253
|
-
'true': Dërguar
|
|
254
248
|
private_space_eq:
|
|
255
249
|
label: Private
|
|
256
250
|
values:
|
|
@@ -420,6 +414,7 @@ sq:
|
|
|
420
414
|
all_users_help: Dërgo buletinin te të gjithë përdoruesit e konfirmuar.
|
|
421
415
|
confirm_deliver: A je i sigurt që do ta dërgosh këtë buletin? Veprimi nuk mund të anulohet.
|
|
422
416
|
deliver: Dërgo buletinin
|
|
417
|
+
send_to_all_users: Dërgo të gjithë përdoruesve
|
|
423
418
|
show:
|
|
424
419
|
preview: Parapamje
|
|
425
420
|
subject: Tema
|
|
@@ -434,6 +429,11 @@ sq:
|
|
|
434
429
|
organization:
|
|
435
430
|
form:
|
|
436
431
|
social_handlers: Rrjetet sociale
|
|
432
|
+
participatory_space_private_users:
|
|
433
|
+
edit:
|
|
434
|
+
update: Përditëso
|
|
435
|
+
new:
|
|
436
|
+
create: Krijo
|
|
437
437
|
resource_permissions:
|
|
438
438
|
edit:
|
|
439
439
|
title: Github
|
data/config/locales/sr-CS.yml
CHANGED
|
@@ -45,7 +45,7 @@ sr:
|
|
|
45
45
|
official_img_footer: Zvanično podnožje logoa
|
|
46
46
|
official_url: Zvaničan link organizacije
|
|
47
47
|
omnipresent_banner_short_description: Kratak opis
|
|
48
|
-
omnipresent_banner_title:
|
|
48
|
+
omnipresent_banner_title: Naziv
|
|
49
49
|
omnipresent_banner_url: Adrеsa
|
|
50
50
|
primary_color: Primarni
|
|
51
51
|
reference_prefix: Prefiks reference
|
|
@@ -59,6 +59,11 @@ sr:
|
|
|
59
59
|
welcome_notification_body: Glavni tekst obaveštenja dobrodošlice
|
|
60
60
|
welcome_notification_subject: Naslov obaveštenja dobrodošlice
|
|
61
61
|
youtube_handler: Administrator YouTube-a
|
|
62
|
+
participatory_space_private_user:
|
|
63
|
+
email: E-pošta
|
|
64
|
+
name: Ime
|
|
65
|
+
participatory_space_private_user_csv_import:
|
|
66
|
+
file: Fajl
|
|
62
67
|
scope:
|
|
63
68
|
code: Kod
|
|
64
69
|
name: Ime
|
|
@@ -76,11 +81,11 @@ sr:
|
|
|
76
81
|
organization: Organizacija
|
|
77
82
|
show_in_footer: Prikaži u podnožju
|
|
78
83
|
slug: Zadnji deo URL-a
|
|
79
|
-
title:
|
|
84
|
+
title: Naziv
|
|
80
85
|
static_page_topic:
|
|
81
86
|
description: Opis
|
|
82
87
|
show_in_footer: Prikaži u podnožju
|
|
83
|
-
title:
|
|
88
|
+
title: Naziv
|
|
84
89
|
user_group_csv_verification:
|
|
85
90
|
file: Fajl
|
|
86
91
|
errors:
|
|
@@ -94,7 +99,7 @@ sr:
|
|
|
94
99
|
decidim/static_page:
|
|
95
100
|
content: Sadržaj
|
|
96
101
|
slug: Zadnji deo URL-a
|
|
97
|
-
title:
|
|
102
|
+
title: Naziv
|
|
98
103
|
doorkeeper/application:
|
|
99
104
|
authorize_url: Autorizuj URL
|
|
100
105
|
client_id: Identitet klijenta
|
|
@@ -109,6 +114,7 @@ sr:
|
|
|
109
114
|
add: Dodaj
|
|
110
115
|
browse: Prеglеdaj
|
|
111
116
|
export: Izvezi
|
|
117
|
+
export_selection: Izvezi izabrano
|
|
112
118
|
per_page: Po stranici
|
|
113
119
|
area_types:
|
|
114
120
|
create:
|
|
@@ -218,6 +224,10 @@ sr:
|
|
|
218
224
|
values:
|
|
219
225
|
'false': Službeno
|
|
220
226
|
'true': Neslužbeno
|
|
227
|
+
participatory_space_private_users:
|
|
228
|
+
user_invitation_sent_at_not_null:
|
|
229
|
+
values:
|
|
230
|
+
'false': Nije poslato
|
|
221
231
|
private_space_eq:
|
|
222
232
|
label: Privatno
|
|
223
233
|
values:
|
|
@@ -304,7 +314,7 @@ sr:
|
|
|
304
314
|
collection: Fascikla
|
|
305
315
|
content_type: Tip
|
|
306
316
|
file_size: Veličina
|
|
307
|
-
title:
|
|
317
|
+
title: Naziv
|
|
308
318
|
name: Prilog
|
|
309
319
|
attachment_collection:
|
|
310
320
|
name: Fascikla
|
|
@@ -339,7 +349,7 @@ sr:
|
|
|
339
349
|
static_page:
|
|
340
350
|
fields:
|
|
341
351
|
created_at: Kreirano na
|
|
342
|
-
title:
|
|
352
|
+
title: Naziv
|
|
343
353
|
user:
|
|
344
354
|
fields:
|
|
345
355
|
created_at: Datum kreiranja
|
|
@@ -400,7 +410,6 @@ sr:
|
|
|
400
410
|
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.
|
|
401
411
|
recipients_count: Ovaj bilten biće dostavljen <strong id='recipients_count'>%{count}</strong> korisnicima.
|
|
402
412
|
select_spaces: Izaberite prostore da podelite bilten
|
|
403
|
-
send_to_all_users: Pošalji svim korisnicima
|
|
404
413
|
title: Izaberi primaoce za dostavu
|
|
405
414
|
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."
|
|
406
415
|
show:
|
|
@@ -446,6 +455,11 @@ sr:
|
|
|
446
455
|
update:
|
|
447
456
|
error: Pojavio se problem pri ažuriranju ove organizacije.
|
|
448
457
|
success: Organizacija je uspešno ažurirana.
|
|
458
|
+
participatory_space_private_users:
|
|
459
|
+
edit:
|
|
460
|
+
update: Ažuriraj
|
|
461
|
+
new:
|
|
462
|
+
create: Stvori
|
|
449
463
|
shared:
|
|
450
464
|
gallery:
|
|
451
465
|
add_images: Dodaj slike
|
data/config/locales/sv.yml
CHANGED
|
@@ -49,6 +49,7 @@ sv:
|
|
|
49
49
|
customize_welcome_notification: Anpassa välkomstmeddelande
|
|
50
50
|
default_locale: Förvalt språk och region
|
|
51
51
|
description: Beskrivning
|
|
52
|
+
enable_machine_translations: Aktivera maskinöversättningar
|
|
52
53
|
enable_omnipresent_banner: Visa banner på alla sidor
|
|
53
54
|
enable_participatory_space_filters: Aktivera filter för processer
|
|
54
55
|
facebook_handler: Facebook-namn
|
|
@@ -125,6 +126,9 @@ sv:
|
|
|
125
126
|
show_in_footer: Visa i sidfoten
|
|
126
127
|
title: Titel
|
|
127
128
|
weight: Position i listan
|
|
129
|
+
taxonomy:
|
|
130
|
+
item_name: Namn
|
|
131
|
+
parent_id: Överordnad
|
|
128
132
|
user_group_csv_verification:
|
|
129
133
|
file: Fil
|
|
130
134
|
errors:
|
|
@@ -186,7 +190,8 @@ sv:
|
|
|
186
190
|
</ul>
|
|
187
191
|
Om du ändrar dig, du kan återställa det senare.
|
|
188
192
|
export: Exportera
|
|
189
|
-
|
|
193
|
+
export_all: Exportera allt
|
|
194
|
+
export_selection: Exportera markerade
|
|
190
195
|
import: Importera
|
|
191
196
|
menu_hidden: Dölj från menyn
|
|
192
197
|
moderate: Hantera modereringar
|
|
@@ -299,7 +304,7 @@ sv:
|
|
|
299
304
|
title: Blockera användare
|
|
300
305
|
new:
|
|
301
306
|
action: Blockera konto och skicka motivering
|
|
302
|
-
already_reported_html: Fortsätter du kommer även
|
|
307
|
+
already_reported_html: Fortsätter du kommer även deltagarens innehåll att döljas.
|
|
303
308
|
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.
|
|
304
309
|
justification: Motivering
|
|
305
310
|
title: Blockera användare %{name}
|
|
@@ -393,7 +398,7 @@ sv:
|
|
|
393
398
|
form:
|
|
394
399
|
domain_too_short: Domännamnet är för kort
|
|
395
400
|
update:
|
|
396
|
-
error: Kunde inte uppdatera listan med tillåtna externa domännamn
|
|
401
|
+
error: Kunde inte uppdatera listan med tillåtna externa domännamn.
|
|
397
402
|
success: Listan med tillåtna externa domännamn har uppdaterats.
|
|
398
403
|
exports:
|
|
399
404
|
export_as: "%{name} som %{export_format}"
|
|
@@ -417,7 +422,7 @@ sv:
|
|
|
417
422
|
'true': 'Ja'
|
|
418
423
|
moderated_users:
|
|
419
424
|
reports_reason_eq:
|
|
420
|
-
label: Anledning till
|
|
425
|
+
label: Anledning till rapportering
|
|
421
426
|
values:
|
|
422
427
|
does_not_belong: Opassande
|
|
423
428
|
offensive: Stötande
|
|
@@ -434,12 +439,12 @@ sv:
|
|
|
434
439
|
user_invitation_accepted_at_not_null:
|
|
435
440
|
label: Inbjudan accepterades
|
|
436
441
|
values:
|
|
437
|
-
'false':
|
|
438
|
-
'true':
|
|
442
|
+
'false': Inte tackat ja
|
|
443
|
+
'true': Tackat ja
|
|
439
444
|
user_invitation_sent_at_not_null:
|
|
440
|
-
label: Inbjudan
|
|
445
|
+
label: Inbjudan har skickats
|
|
441
446
|
values:
|
|
442
|
-
'false':
|
|
447
|
+
'false': Inte skickat
|
|
443
448
|
'true': Skickad
|
|
444
449
|
private_space_eq:
|
|
445
450
|
label: Privat
|
|
@@ -456,7 +461,7 @@ sv:
|
|
|
456
461
|
search_placeholder:
|
|
457
462
|
name_or_nickname_or_email_cont: Sök i %{collection} efter e-post, namn eller användarnamn
|
|
458
463
|
report_count_eq: Antal rapporteringar
|
|
459
|
-
reported_id_string_or_reported_content_cont: Sök %{collection} efter
|
|
464
|
+
reported_id_string_or_reported_content_cont: Sök %{collection} efter rapporterings-id eller innehåll
|
|
460
465
|
title_cont: Sök i %{collection} efter titel
|
|
461
466
|
user_name_or_user_nickname_or_user_email_cont: Sök i %{collection} efter e-post, namn eller användarnamn
|
|
462
467
|
state_eq:
|
|
@@ -584,6 +589,7 @@ sv:
|
|
|
584
589
|
content: Rapporterat innehåll
|
|
585
590
|
external_domain_allowlist: Tillåtna externa domäner
|
|
586
591
|
help_sections: Hjälpavsnitt
|
|
592
|
+
homepage: Startsida
|
|
587
593
|
impersonations: Uppträd som
|
|
588
594
|
insights: Insikter
|
|
589
595
|
manage: Hantera
|
|
@@ -688,7 +694,7 @@ sv:
|
|
|
688
694
|
update_moderated_user_button: Avrapportera användare
|
|
689
695
|
title: Åtgärder
|
|
690
696
|
unblock: Avblockera användare
|
|
691
|
-
unreport:
|
|
697
|
+
unreport: Dra tillbaka rapportering
|
|
692
698
|
cancel: Avbryt
|
|
693
699
|
name: Namn
|
|
694
700
|
nickname: Användarnamn
|
|
@@ -712,11 +718,11 @@ sv:
|
|
|
712
718
|
title: Dölj
|
|
713
719
|
update_moderation_button: Dölj valda resurser
|
|
714
720
|
unhide:
|
|
715
|
-
title:
|
|
721
|
+
title: Dra tillbaka döljande
|
|
716
722
|
update_moderation_button: Sluta dölja valda resurser
|
|
717
723
|
unreport:
|
|
718
|
-
title:
|
|
719
|
-
update_moderation_button: Avrapportera
|
|
724
|
+
title: Dra tillbaka rapportering
|
|
725
|
+
update_moderation_button: Avrapportera valt innehåll
|
|
720
726
|
cancel: Avbryt
|
|
721
727
|
selected: valda
|
|
722
728
|
title: Rapporterat innehåll
|
|
@@ -808,7 +814,7 @@ sv:
|
|
|
808
814
|
select_users_for_participatory_space: Skicka nyhetsbrev till ett eller flera deltagarutrymmen
|
|
809
815
|
select_users_general: Skicka ett allmänt nyhetsbrev
|
|
810
816
|
select_verification_types: Välj verifieringsmetoder
|
|
811
|
-
send_to_all_users: Skicka till alla
|
|
817
|
+
send_to_all_users: Skicka till alla deltagare
|
|
812
818
|
send_to_verified_users: Skicka till verifierade användare
|
|
813
819
|
title: Välj mottagare att skicka till
|
|
814
820
|
verified_users_help: Skicka nyhetsbrev till alla verifierade användare.
|
|
@@ -957,10 +963,10 @@ sv:
|
|
|
957
963
|
example_file: 'Exempelfil:'
|
|
958
964
|
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.'
|
|
959
965
|
explanation_example: |
|
|
960
|
-
|
|
961
|
-
|
|
966
|
+
john.doe@example.org%{csv_col_sep}John Doe
|
|
967
|
+
jane.doe@example.org%{csv_col_sep}Jane Doe
|
|
962
968
|
title: Importera privata deltagare från en CSV-fil
|
|
963
|
-
upload:
|
|
969
|
+
upload: Ladda upp
|
|
964
970
|
reminders:
|
|
965
971
|
create:
|
|
966
972
|
error: Det gick inte att skapa påminnelser.
|
|
@@ -1238,6 +1244,8 @@ sv:
|
|
|
1238
1244
|
taxonomy_filters: Kategorifilter för "%{taxonomy}"
|
|
1239
1245
|
users: Administratörer
|
|
1240
1246
|
tooltips:
|
|
1247
|
+
cannot_destroy_taxonomy_filter: Det går inte att ta bort kategorifiltret
|
|
1248
|
+
cannot_edit_taxonomy_filter: Det går inte att redigera kategorifiltret
|
|
1241
1249
|
deleted_attachment_collections_info: Kan inte ta bort denna mapp eftersom den har bilagor.
|
|
1242
1250
|
deleted_component_info: Komponenten kan endast tas bort om statusen är 'avpublicerad'.
|
|
1243
1251
|
trash_management:
|
|
@@ -1281,8 +1289,8 @@ sv:
|
|
|
1281
1289
|
not_hidden: Inte dold
|
|
1282
1290
|
parent_hidden: Du kan inte visa innehållet eftersom dess överordnade innehåll fortfarande är dolt.
|
|
1283
1291
|
title: Åtgärder
|
|
1284
|
-
unhide:
|
|
1285
|
-
unreport:
|
|
1292
|
+
unhide: Dra tillbaka döljande
|
|
1293
|
+
unreport: Dra tillbaka rapportering
|
|
1286
1294
|
admin:
|
|
1287
1295
|
reportable:
|
|
1288
1296
|
bulk_action:
|
data/config/locales/th-TH.yml
CHANGED
|
@@ -47,8 +47,9 @@ th:
|
|
|
47
47
|
welcome_notification_subject: ยินดีต้อนรับเรื่องการแจ้งเตือน
|
|
48
48
|
youtube_handler: ตัวจัดการ YouTube
|
|
49
49
|
participatory_space_private_user:
|
|
50
|
-
email: อีเมล
|
|
51
50
|
name: ชื่อ
|
|
51
|
+
participatory_space_private_user_csv_import:
|
|
52
|
+
file: ไฟล์
|
|
52
53
|
scope:
|
|
53
54
|
code: รหัส
|
|
54
55
|
name: ชื่อ
|
|
@@ -96,3 +97,6 @@ th:
|
|
|
96
97
|
success: ทำลายพื้นที่สำเร็จ
|
|
97
98
|
edit:
|
|
98
99
|
title: แก้ไขพื้นที่
|
|
100
|
+
participatory_space_private_users:
|
|
101
|
+
edit:
|
|
102
|
+
update: อัปเดต
|