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/kaa.yml
CHANGED
|
@@ -15,6 +15,9 @@ kaa:
|
|
|
15
15
|
name: Ataması
|
|
16
16
|
participatory_space_private_user:
|
|
17
17
|
email: Elektron pochta
|
|
18
|
+
name: Ataması
|
|
19
|
+
participatory_space_private_user_csv_import:
|
|
20
|
+
file: Fayl
|
|
18
21
|
user_group_csv_verification:
|
|
19
22
|
file: Fayl
|
|
20
23
|
activerecord:
|
|
@@ -146,11 +149,10 @@ kaa:
|
|
|
146
149
|
url: URL
|
|
147
150
|
youtube: YouTube
|
|
148
151
|
participatory_space_private_users:
|
|
152
|
+
edit:
|
|
153
|
+
update: Jańalaw
|
|
149
154
|
new:
|
|
150
155
|
create: Jaratıw
|
|
151
|
-
participatory_space_private_users_csv_imports:
|
|
152
|
-
new:
|
|
153
|
-
upload: Júklew
|
|
154
156
|
reminders:
|
|
155
157
|
new:
|
|
156
158
|
submit: Jiberiw
|
data/config/locales/ko.yml
CHANGED
|
@@ -29,7 +29,6 @@ ko:
|
|
|
29
29
|
content: 내용
|
|
30
30
|
id: 아이디
|
|
31
31
|
newsletter:
|
|
32
|
-
send_to_all_users: 모든 유저에게 보내기
|
|
33
32
|
send_to_followers: 팔로워들에게 보내기
|
|
34
33
|
send_to_participants: 참여자들에게 보내기
|
|
35
34
|
subject: 주제
|
|
@@ -71,6 +70,8 @@ ko:
|
|
|
71
70
|
participatory_space_private_user:
|
|
72
71
|
email: 이메일
|
|
73
72
|
name: 이름
|
|
73
|
+
participatory_space_private_user_csv_import:
|
|
74
|
+
file: 파일
|
|
74
75
|
scope:
|
|
75
76
|
code: 코드
|
|
76
77
|
name: 이름
|
|
@@ -143,7 +144,7 @@ ko:
|
|
|
143
144
|
attachment_collection:
|
|
144
145
|
new: 새 첨부 폴더
|
|
145
146
|
browse: 찾아보기
|
|
146
|
-
|
|
147
|
+
export_all: 모두 내보내기
|
|
147
148
|
import: 가져오기
|
|
148
149
|
newsletter:
|
|
149
150
|
new: 새 뉴스레터
|
|
@@ -311,7 +312,7 @@ ko:
|
|
|
311
312
|
participatory_space_private_users:
|
|
312
313
|
user_invitation_sent_at_not_null:
|
|
313
314
|
values:
|
|
314
|
-
'
|
|
315
|
+
'false': 전송되지 않음
|
|
315
316
|
private_space_eq:
|
|
316
317
|
label: 비공개
|
|
317
318
|
values:
|
|
@@ -504,6 +505,7 @@ ko:
|
|
|
504
505
|
participants_help: 목록에서 선택한 참여 공간을 따르는 것이 확인된 모든 사용자에게 뉴스레터를 보냅니다.
|
|
505
506
|
recipients_count: 이 뉴스레터는 <strong id='receiveners_count'>% {count}/strong> 사용자에게 발송됩니다.
|
|
506
507
|
select_spaces: 뉴스레터를 분할할 공간 선택
|
|
508
|
+
send_to_all_users: 모든 유저에게 보내기
|
|
507
509
|
title: 전송 받는 사람 선택
|
|
508
510
|
warning: "<strong>주의:/strong>이 뉴스레터는 알림 설정에서 <em>I want to received newsletter</em>을 활성화한 사용자에게만 발송됩니다."
|
|
509
511
|
send:
|
|
@@ -533,6 +535,8 @@ ko:
|
|
|
533
535
|
show: 표시
|
|
534
536
|
title: 참가자의 이메일 주소 보기
|
|
535
537
|
participatory_space_private_users:
|
|
538
|
+
edit:
|
|
539
|
+
update: 업데이트
|
|
536
540
|
new:
|
|
537
541
|
create: 생성
|
|
538
542
|
participatory_space_private_users_csv_imports:
|
|
@@ -543,7 +547,6 @@ ko:
|
|
|
543
547
|
empty: 비공개 참가자가 없습니다.
|
|
544
548
|
explanation: '%{count} 개의 비공개 참가자가 있습니다.'
|
|
545
549
|
title: 비공개 참가자 삭제
|
|
546
|
-
example_file: '예제 파일:'
|
|
547
550
|
reminders:
|
|
548
551
|
create:
|
|
549
552
|
error: 리마인더를 만드는 중 문제가 발생했습니다.
|
data/config/locales/lb.yml
CHANGED
|
@@ -78,6 +78,11 @@ lb:
|
|
|
78
78
|
welcome_notification_body: Text der Willkommens-Benachrichtigung
|
|
79
79
|
welcome_notification_subject: Betreff der Willkommens-Benachrichtigung
|
|
80
80
|
youtube_handler: YouTube-Handler
|
|
81
|
+
participatory_space_private_user:
|
|
82
|
+
email: Email
|
|
83
|
+
name: Name
|
|
84
|
+
participatory_space_private_user_csv_import:
|
|
85
|
+
file: Datei
|
|
81
86
|
scope:
|
|
82
87
|
code: Code
|
|
83
88
|
name: Name
|
|
@@ -136,7 +141,7 @@ lb:
|
|
|
136
141
|
browse: Durchsuchen
|
|
137
142
|
configure: Konfigurieren
|
|
138
143
|
export: Exportéieren
|
|
139
|
-
|
|
144
|
+
export_all: Alles exportéieren
|
|
140
145
|
import: Importieren
|
|
141
146
|
newsletter:
|
|
142
147
|
new: Neuer Newsletter
|
|
@@ -293,16 +298,9 @@ lb:
|
|
|
293
298
|
'false': Offizialisiert
|
|
294
299
|
'true': Nicht offiziell
|
|
295
300
|
participatory_space_private_users:
|
|
296
|
-
user_invitation_accepted_at_not_null:
|
|
297
|
-
label: Einladung akzeptiert
|
|
298
|
-
values:
|
|
299
|
-
'false': Nicht akzeptiert
|
|
300
|
-
'true': Akzeptiert
|
|
301
301
|
user_invitation_sent_at_not_null:
|
|
302
|
-
label: Einladung versendet
|
|
303
302
|
values:
|
|
304
|
-
'false': Nicht
|
|
305
|
-
'true': Versendet
|
|
303
|
+
'false': Nicht gesendet
|
|
306
304
|
private_space_eq:
|
|
307
305
|
label: Privat
|
|
308
306
|
values:
|
|
@@ -548,7 +546,6 @@ lb:
|
|
|
548
546
|
participants_help: Sendet den Newsletter an alle bestätigten Benutzer, die an den ausgewählten Teilnehmerräumen der Liste teilgenommen haben.
|
|
549
547
|
recipients_count: Dieser Newsletter wird an <strong id='recipients_count'>%{count}</strong> Teilnehmer gesendet.
|
|
550
548
|
select_spaces: Wählen Sie Abschnitte, um den Newsletter zu unterteilen
|
|
551
|
-
send_to_all_users: An alle Benutzer senden
|
|
552
549
|
title: Empfänger auswählen
|
|
553
550
|
warning: "<strong>Achtung:</strong> Dieser Newsletter wird nur an Benutzer gesendet, die <em>Ich möchte Newsletter empfangen</em> in ihren Benachrichtigungseinstellungen aktiviert haben."
|
|
554
551
|
show:
|
|
@@ -605,8 +602,9 @@ lb:
|
|
|
605
602
|
destroy:
|
|
606
603
|
error: Beim Löschen eines privaten Benutzers für diesen partizipativen Bereich ist ein Fehler aufgetreten.
|
|
607
604
|
success: Participatory Space Privater Benutzerzugriff wurde erfolgreich zerstört.
|
|
605
|
+
edit:
|
|
606
|
+
update: Aktualisieren
|
|
608
607
|
index:
|
|
609
|
-
import_via_csv: Aus CSV-Datein importieren
|
|
610
608
|
title: Participatory Space privater Benutzer
|
|
611
609
|
new:
|
|
612
610
|
create: Erstellen
|
|
@@ -615,7 +613,6 @@ lb:
|
|
|
615
613
|
new:
|
|
616
614
|
csv_upload:
|
|
617
615
|
title: Laden Sie Ihre CSV-Datei hoch
|
|
618
|
-
upload: Hochladen
|
|
619
616
|
resource_permissions:
|
|
620
617
|
edit:
|
|
621
618
|
submit: einreichen
|
data/config/locales/lt.yml
CHANGED
|
@@ -89,7 +89,9 @@ lt:
|
|
|
89
89
|
youtube_handler: '„YouTube“ tvarkyklė'
|
|
90
90
|
participatory_space_private_user:
|
|
91
91
|
email: El. paštas
|
|
92
|
-
name:
|
|
92
|
+
name: Vardas
|
|
93
|
+
participatory_space_private_user_csv_import:
|
|
94
|
+
file: Rinkmena
|
|
93
95
|
scope:
|
|
94
96
|
code: Kodas
|
|
95
97
|
name: Pavadinimas
|
|
@@ -167,7 +169,7 @@ lt:
|
|
|
167
169
|
new: Naujas priedų aplankas
|
|
168
170
|
browse: Naršyti
|
|
169
171
|
configure: Konfigūruoti
|
|
170
|
-
|
|
172
|
+
export_all: Eksportuoti viską
|
|
171
173
|
import: Importuoti
|
|
172
174
|
newsletter:
|
|
173
175
|
new: Naujas naujienlaiškis
|
|
@@ -360,16 +362,9 @@ lt:
|
|
|
360
362
|
'false': Oficializuota
|
|
361
363
|
'true': Neoficializuota
|
|
362
364
|
participatory_space_private_users:
|
|
363
|
-
user_invitation_accepted_at_not_null:
|
|
364
|
-
label: Pakvietimas priimtas
|
|
365
|
-
values:
|
|
366
|
-
'false': Nepriimtas
|
|
367
|
-
'true': Priimtas
|
|
368
365
|
user_invitation_sent_at_not_null:
|
|
369
|
-
label: Pakvietimas išsiųstas
|
|
370
366
|
values:
|
|
371
367
|
'false': Neišsiųstas
|
|
372
|
-
'true': Išsiųstas
|
|
373
368
|
private_space_eq:
|
|
374
369
|
label: Privatus
|
|
375
370
|
values:
|
|
@@ -671,7 +666,6 @@ lt:
|
|
|
671
666
|
participants_help: Naujienlaiškis išsiunčiamas visiems patvirtintiems naudotojams, kurie dalyvavo bet kurioje sąraše nurodytoje pasirinktoje dalyvaujamojo proceso erdvėje.
|
|
672
667
|
recipients_count: Šis naujienlaiškis bus išsiųstas <strong id='recipients_count'>%{count}</strong> naudotojams.
|
|
673
668
|
select_spaces: Pasirinkite naujienlaiškio segmentacijos vietas
|
|
674
|
-
send_to_all_users: Siųsti visiems naudotojams
|
|
675
669
|
title: Pasirinkti gavėjus, kuriems išsiųsti
|
|
676
670
|
warning: "<strong>Dėmesio:</strong> Šis naujienlaiškis bus išsiųstas tik tiems dalyviams, kurie savo pranešimų nuostatose aktyvino<em> „noriu gauti naujienlaiškius“</em>."
|
|
677
671
|
send:
|
|
@@ -741,16 +735,14 @@ lt:
|
|
|
741
735
|
destroy:
|
|
742
736
|
error: Ištrinant privatų dalyvį iš dalyvaujamosios erdvės kilo problema.
|
|
743
737
|
success: Dalyvaujamojo proceso erdvės privataus dalyvio prieiga panaikinta.
|
|
738
|
+
edit:
|
|
739
|
+
update: Atnaujinti
|
|
744
740
|
index:
|
|
745
|
-
import_via_csv: Importuoti iš CSV
|
|
746
741
|
title: Dalyvaujamosios erdvės privatus dalyvis
|
|
747
742
|
new:
|
|
748
743
|
create: Sukurti
|
|
749
744
|
title: Naujas dalyvaujamosios erdvės privatus dalyvis.
|
|
750
745
|
participatory_space_private_users_csv_imports:
|
|
751
|
-
create:
|
|
752
|
-
invalid: Skaitant CSV failą kilo problema. Prašau įsitikinkite kad sekėte instrukcijas.
|
|
753
|
-
success: CSV rinkmena įkelta, dalyviams siunčiame kvietimą e. laišku. Tai gali užtrukti.
|
|
754
746
|
new:
|
|
755
747
|
csv_upload:
|
|
756
748
|
title: Įkelkite savo CSV rinkmeną
|
|
@@ -760,12 +752,6 @@ lt:
|
|
|
760
752
|
empty: Neturite privačių dalyvių.
|
|
761
753
|
explanation: Turite %{count} privačių dalyvių.
|
|
762
754
|
title: Ištrinti privačius dalyvius
|
|
763
|
-
example_file: 'Pavyzdinė rinkmena:'
|
|
764
|
-
explanation: 'Įkelkite CSV dokumentą. Jis turi turėti du stulpelius su naudotojų el. paštu pirmajame ir vardu paskutiniąjame. Dokumente neturėtų būti laukų pavadinimų ir šių simbolių naudotojų varduose "<>?%&^*#@()[]=+:;"{}\|".'
|
|
765
|
-
explanation_example: |
|
|
766
|
-
john.doe@example.org%{csv_col_sep}John Doe
|
|
767
|
-
jane.doe@example.org%{csv_col_sep}Jane Doe
|
|
768
|
-
upload: Įkelti
|
|
769
755
|
reminders:
|
|
770
756
|
create:
|
|
771
757
|
error: Kuriant priminimus iškilo problema.
|
|
@@ -891,7 +877,6 @@ lt:
|
|
|
891
877
|
last_day: Paskutinė diena
|
|
892
878
|
last_month: Praėjusį mėnesį
|
|
893
879
|
last_week: Praėjusią savaitę
|
|
894
|
-
no_users_count_statistics_yet: Dar nėra dalyvių skaičiaus statistinių duomenų.
|
|
895
880
|
participants: Dalyviai
|
|
896
881
|
forms:
|
|
897
882
|
errors:
|
data/config/locales/lv.yml
CHANGED
|
@@ -57,6 +57,11 @@ lv:
|
|
|
57
57
|
welcome_notification_body: Sveiciena paziņojuma pamatteksts
|
|
58
58
|
welcome_notification_subject: Sveiciena paziņojuma temats
|
|
59
59
|
youtube_handler: YouTube apdarinātājs
|
|
60
|
+
participatory_space_private_user:
|
|
61
|
+
email: E-pasts
|
|
62
|
+
name: Nosaukums
|
|
63
|
+
participatory_space_private_user_csv_import:
|
|
64
|
+
file: Fails
|
|
60
65
|
scope:
|
|
61
66
|
code: Kods
|
|
62
67
|
name: Nosaukums
|
|
@@ -217,6 +222,10 @@ lv:
|
|
|
217
222
|
values:
|
|
218
223
|
'false': Piešķirts oficiāls statuss
|
|
219
224
|
'true': Nav piešķirts oficiāls statuss
|
|
225
|
+
participatory_space_private_users:
|
|
226
|
+
user_invitation_sent_at_not_null:
|
|
227
|
+
values:
|
|
228
|
+
'false': Nav nosūtīts
|
|
220
229
|
private_space_eq:
|
|
221
230
|
label: Privāts
|
|
222
231
|
values:
|
|
@@ -401,7 +410,6 @@ lv:
|
|
|
401
410
|
participants_help: Nosūta informatīvo biļetenu visiem apstiprinātajiem lietotājiem, kuri ir piedalījušies jebkurā no sarakstā atzīmētajām līdzdalības telpām.
|
|
402
411
|
recipients_count: Šis informatīvais biļetens tiks nosūtīts <strong id='recipients_count'>%{count}</strong> lietotājiem.
|
|
403
412
|
select_spaces: Izvēlieties telpas, lai segmentētu informatīvo biļetenu
|
|
404
|
-
send_to_all_users: Nosūtīt visiem lietotājiem
|
|
405
413
|
title: Izvēlieties adresātus, kuriem nosūtīt
|
|
406
414
|
warning: "<strong>Uzmanību:</strong> šis informatīvais biļetens tiks nosūtīts tikai tiem lietotājiem, kuri savos paziņojumu iestatījumos ir aktivizējuši <em>Vēlos saņemt informatīvos biļetenus</em>."
|
|
407
415
|
show:
|
|
@@ -450,6 +458,8 @@ lv:
|
|
|
450
458
|
destroy:
|
|
451
459
|
error: Dzēšot privāto dalībnieku no šīs līdzdalības telpas, radās problēma.
|
|
452
460
|
success: Privāto dalībnieku piekļuve līdzdalības telpai ir veiksmīgi dzēsta.
|
|
461
|
+
edit:
|
|
462
|
+
update: Atjaunināt
|
|
453
463
|
index:
|
|
454
464
|
title: Līdzdalības telpas privāts dalībnieks
|
|
455
465
|
new:
|
|
@@ -459,7 +469,6 @@ lv:
|
|
|
459
469
|
new:
|
|
460
470
|
csv_upload:
|
|
461
471
|
title: Augšupielādējiet savu CSV failu
|
|
462
|
-
upload: Augšupielādēt
|
|
463
472
|
resource_permissions:
|
|
464
473
|
edit:
|
|
465
474
|
submit: Iesniegt
|
data/config/locales/nl.yml
CHANGED
|
@@ -78,6 +78,11 @@ nl:
|
|
|
78
78
|
welcome_notification_body: Tekst van de welkomstmelding
|
|
79
79
|
welcome_notification_subject: Welkomstmelding onderwerp
|
|
80
80
|
youtube_handler: YouTube gebruikersnaam
|
|
81
|
+
participatory_space_private_user:
|
|
82
|
+
email: E-mail
|
|
83
|
+
name: Naam
|
|
84
|
+
participatory_space_private_user_csv_import:
|
|
85
|
+
file: Bestand
|
|
81
86
|
scope:
|
|
82
87
|
code: Code
|
|
83
88
|
name: Naam
|
|
@@ -136,7 +141,7 @@ nl:
|
|
|
136
141
|
browse: Browsen
|
|
137
142
|
configure: Configureren
|
|
138
143
|
export: Exporteren
|
|
139
|
-
|
|
144
|
+
export_all: Alles exporteren
|
|
140
145
|
import: Importeren
|
|
141
146
|
newsletter:
|
|
142
147
|
new: Nieuwe nieuwsbrief
|
|
@@ -304,16 +309,9 @@ nl:
|
|
|
304
309
|
'false': Gevalideerd
|
|
305
310
|
'true': Niet gevalideerd
|
|
306
311
|
participatory_space_private_users:
|
|
307
|
-
user_invitation_accepted_at_not_null:
|
|
308
|
-
label: Uitnodiging geaccepteerd
|
|
309
|
-
values:
|
|
310
|
-
'false': Niet geaccepteerd
|
|
311
|
-
'true': Geaccepteerd
|
|
312
312
|
user_invitation_sent_at_not_null:
|
|
313
|
-
label: Uitnodiging verzonden
|
|
314
313
|
values:
|
|
315
314
|
'false': Niet verzonden
|
|
316
|
-
'true': Verzonden
|
|
317
315
|
private_space_eq:
|
|
318
316
|
label: Privé
|
|
319
317
|
values:
|
|
@@ -595,7 +593,6 @@ nl:
|
|
|
595
593
|
participants_help: Verstuurt nieuwsbrief naar alle bevestigde gebruikers die hebben deelgenomen aan een van de geselecteerde participatieve ruimten in de lijst.
|
|
596
594
|
recipients_count: Deze nieuwsbrief zal worden verzonden naar <strong id='recipients_count'>%{count}</strong> gebruikers.
|
|
597
595
|
select_spaces: Selecteer ruimtes om de nieuwsbrief te segmenteren
|
|
598
|
-
send_to_all_users: Stuur naar alle gebruikers
|
|
599
596
|
title: Selecteer ontvangers
|
|
600
597
|
warning: "<strong>Opgelet:</strong> Deze nieuwsbrief zal alleen worden verzonden naar gebruikers die <em>Ik wil nieuwsbrieven ontvangen</em> in hun notificatie instellingen hebben geactiveerd."
|
|
601
598
|
show:
|
|
@@ -652,8 +649,9 @@ nl:
|
|
|
652
649
|
destroy:
|
|
653
650
|
error: Er was een probleem met het verwijderen van een privé-deelnemer voor deze participatieruimte.
|
|
654
651
|
success: De toegang van de privé deelnemer voor burgerinspraak is met succes verwijderd.
|
|
652
|
+
edit:
|
|
653
|
+
update: Bijwerken
|
|
655
654
|
index:
|
|
656
|
-
import_via_csv: Importeren via csv
|
|
657
655
|
title: Participerende ruimte voor privé deelnemer
|
|
658
656
|
new:
|
|
659
657
|
create: creëren
|
|
@@ -667,7 +665,6 @@ nl:
|
|
|
667
665
|
empty: Je hebt geen privé deelnemers.
|
|
668
666
|
explanation: Je hebt %{count} privédeelnemers.
|
|
669
667
|
title: Verwijder privé deelnemer
|
|
670
|
-
upload: Upload
|
|
671
668
|
reminders:
|
|
672
669
|
create:
|
|
673
670
|
error: Er is een probleem opgetreden bij het maken van herinneringen.
|
data/config/locales/no.yml
CHANGED
|
@@ -78,6 +78,11 @@
|
|
|
78
78
|
welcome_notification_body: Velkomst varslings tekst
|
|
79
79
|
welcome_notification_subject: Velkomst varslings emne
|
|
80
80
|
youtube_handler: YouTube brukernavn
|
|
81
|
+
participatory_space_private_user:
|
|
82
|
+
email: Epost
|
|
83
|
+
name: Navn
|
|
84
|
+
participatory_space_private_user_csv_import:
|
|
85
|
+
file: Fil
|
|
81
86
|
scope:
|
|
82
87
|
code: Kode
|
|
83
88
|
name: Navn
|
|
@@ -136,7 +141,7 @@
|
|
|
136
141
|
browse: Bla gjennom
|
|
137
142
|
configure: Konfigurer
|
|
138
143
|
export: Eksport
|
|
139
|
-
|
|
144
|
+
export_all: Eksporter alt
|
|
140
145
|
import: Importer
|
|
141
146
|
newsletter:
|
|
142
147
|
new: Nytt nyhetsbrev
|
|
@@ -316,16 +321,9 @@
|
|
|
316
321
|
'false': Offisialisert
|
|
317
322
|
'true': Ikke offisialisert
|
|
318
323
|
participatory_space_private_users:
|
|
319
|
-
user_invitation_accepted_at_not_null:
|
|
320
|
-
label: Invitasjon godtatt
|
|
321
|
-
values:
|
|
322
|
-
'false': Ikke akseptert
|
|
323
|
-
'true': Godkjent
|
|
324
324
|
user_invitation_sent_at_not_null:
|
|
325
|
-
label: Invitasjon sendt
|
|
326
325
|
values:
|
|
327
326
|
'false': Ikke sendt
|
|
328
|
-
'true': Sendt
|
|
329
327
|
private_space_eq:
|
|
330
328
|
label: Privat
|
|
331
329
|
values:
|
|
@@ -600,7 +598,6 @@
|
|
|
600
598
|
participants_help: Sender nyhetsbrev til alle bekreftede brukere som har deltatt i noen av de valgte deltakerområdene på listen.
|
|
601
599
|
recipients_count: Dette nyhetsbrevet vil bli sendt til <strong id='recipients_count'>%{count}</strong> brukere.
|
|
602
600
|
select_spaces: Velg rom for å segmentere nyhetsbrevet
|
|
603
|
-
send_to_all_users: Send til alle brukere
|
|
604
601
|
title: Velg mottakere som skal leveres
|
|
605
602
|
warning: "<strong>Oppmerksomhet:</strong> Dette nyhetsbrevet vil bare bli sendt til brukere som har aktivert <em>Jeg ønsker å motta nyhetsbrev</em> i varslingsinnstillingene."
|
|
606
603
|
show:
|
|
@@ -657,8 +654,9 @@
|
|
|
657
654
|
destroy:
|
|
658
655
|
error: Det oppstod et problem med å slette en privat deltaker for dette deltakerområdet.
|
|
659
656
|
success: Deltakerområde privat deltaker tilgang ødelagt.
|
|
657
|
+
edit:
|
|
658
|
+
update: Oppdater
|
|
660
659
|
index:
|
|
661
|
-
import_via_csv: Importer fra CSV
|
|
662
660
|
title: Deltakerområdets private deltaker
|
|
663
661
|
new:
|
|
664
662
|
create: Opprett
|
|
@@ -672,7 +670,6 @@
|
|
|
672
670
|
empty: Du har ingen private deltakere.
|
|
673
671
|
explanation: Du har %{count} private deltakere.
|
|
674
672
|
title: Slett private deltakere
|
|
675
|
-
upload: Last opp
|
|
676
673
|
reminders:
|
|
677
674
|
create:
|
|
678
675
|
error: Det oppsto et problem med å opprette påminnelser.
|
data/config/locales/pl.yml
CHANGED
|
@@ -36,7 +36,7 @@ pl:
|
|
|
36
36
|
id: ID
|
|
37
37
|
newsletter:
|
|
38
38
|
body: Treść
|
|
39
|
-
send_to_all_users: Wyślij do wszystkich
|
|
39
|
+
send_to_all_users: Wyślij do wszystkich uczestników
|
|
40
40
|
send_to_followers: Wyślij do obserwujących
|
|
41
41
|
send_to_participants: Wyślij do uczestników
|
|
42
42
|
subject: Temat
|
|
@@ -94,6 +94,8 @@ pl:
|
|
|
94
94
|
participatory_space_private_user:
|
|
95
95
|
email: E-mail
|
|
96
96
|
name: Nazwa
|
|
97
|
+
participatory_space_private_user_csv_import:
|
|
98
|
+
file: Plik
|
|
97
99
|
scope:
|
|
98
100
|
code: Kod
|
|
99
101
|
name: Nazwa
|
|
@@ -173,7 +175,7 @@ pl:
|
|
|
173
175
|
browse: Przeglądaj
|
|
174
176
|
configure: Skonfiguruj
|
|
175
177
|
export: Eksport
|
|
176
|
-
|
|
178
|
+
export_all: Eksportuj wszystko
|
|
177
179
|
import: Importuj
|
|
178
180
|
newsletter:
|
|
179
181
|
new: Nowy newsletter
|
|
@@ -269,9 +271,11 @@ pl:
|
|
|
269
271
|
no_results: Brak wyników
|
|
270
272
|
search_prompt: Wpisz co najmniej trzy znaki, żeby wyszukać.
|
|
271
273
|
block_user:
|
|
274
|
+
bulk_new:
|
|
275
|
+
already_reported_html: Dalsze kontynuowanie tej czynności spowoduje również ukrycie wszystkich treści uczestnika.
|
|
272
276
|
new:
|
|
273
277
|
action: Zablokuj konto i wyślij uzasadnienie
|
|
274
|
-
already_reported_html:
|
|
278
|
+
already_reported_html: Dalsze kontynuowanie tej czynności spowoduje również ukrycie wszystkich treści uczestnika.
|
|
275
279
|
description: Blokowanie użytkownika sprawi, że jego konto nie będzie użyteczne. Możesz podać w uzasadnieniu wszelkie wytyczne dotyczące sposobu odblokowania użytkownika.
|
|
276
280
|
justification: Uzasadnienie
|
|
277
281
|
title: Zablokuj użytkownika %{name}
|
|
@@ -350,7 +354,7 @@ pl:
|
|
|
350
354
|
form:
|
|
351
355
|
domain_too_short: Domena jest za krótka
|
|
352
356
|
update:
|
|
353
|
-
error: Nie udało się zaktualizować listy dozwolonych domen zewnętrznych
|
|
357
|
+
error: Nie udało się zaktualizować listy dozwolonych domen zewnętrznych.
|
|
354
358
|
success: Lista dozwolonych domen zewnętrznych została pomyślnie zaktualizowana.
|
|
355
359
|
exports:
|
|
356
360
|
export_as: "%{name} jako %{export_format}"
|
|
@@ -388,16 +392,9 @@ pl:
|
|
|
388
392
|
'false': Oficjalny
|
|
389
393
|
'true': Nieoficjalny
|
|
390
394
|
participatory_space_private_users:
|
|
391
|
-
user_invitation_accepted_at_not_null:
|
|
392
|
-
label: Zaakceptowano zaproszenie
|
|
393
|
-
values:
|
|
394
|
-
'false': Nie zaakceptowano
|
|
395
|
-
'true': Zaakceptowano
|
|
396
395
|
user_invitation_sent_at_not_null:
|
|
397
|
-
label: Wysłano zaproszenie
|
|
398
396
|
values:
|
|
399
397
|
'false': Nie wysłano
|
|
400
|
-
'true': Wysłano
|
|
401
398
|
private_space_eq:
|
|
402
399
|
label: Prywatny
|
|
403
400
|
values:
|
|
@@ -425,6 +422,8 @@ pl:
|
|
|
425
422
|
explanation: 'Wytyczne dotyczące pliku:'
|
|
426
423
|
message_1: Pliki CSV, JSON i Excel (.xlsx) są obsługiwane
|
|
427
424
|
message_2: Dla plików w formacie CSV separatorem kolumn musi być średnik (";")
|
|
425
|
+
import_csv:
|
|
426
|
+
message_2: "Plik.csv z danymi e-mail"
|
|
428
427
|
help_sections:
|
|
429
428
|
error: Wystąpił błąd podczas aktualizowania sekcji pomocy.
|
|
430
429
|
form:
|
|
@@ -786,16 +785,14 @@ pl:
|
|
|
786
785
|
destroy:
|
|
787
786
|
error: Wystąpił błąd podczas usuwania użytkownika prywatnego z tej przestrzeni partycypacyjnej.
|
|
788
787
|
success: Usunięto dostęp dla prywatnego użytkownika w tej przestrzeni partycypacyjnej.
|
|
788
|
+
edit:
|
|
789
|
+
update: Aktualizuj
|
|
789
790
|
index:
|
|
790
|
-
import_via_csv: Importuj z CSV
|
|
791
791
|
title: Prywatny użytkownik przestrzeni partycypacyjnej
|
|
792
792
|
new:
|
|
793
793
|
create: Utwórz
|
|
794
794
|
title: Nowy prywatny użytkownik przestrzeni partycypacyjnej.
|
|
795
795
|
participatory_space_private_users_csv_imports:
|
|
796
|
-
create:
|
|
797
|
-
invalid: Wystąpił problem podczas odczytu pliku CSV. Upewnij się, że postępowałeś zgodnie z instrukcjami.
|
|
798
|
-
success: Załadowanie pliku CSV powiodło się, wysyłamy e-mail z zaproszeniem do uczestników. To może chwilę potrwać.
|
|
799
796
|
new:
|
|
800
797
|
csv_upload:
|
|
801
798
|
title: Prześlij swój plik CSV
|
|
@@ -805,13 +802,7 @@ pl:
|
|
|
805
802
|
empty: Nie masz żadnych uczestników prywatnych.
|
|
806
803
|
explanation: Masz %{count} uczestników prywatnych.
|
|
807
804
|
title: Usuń prywatnych uczestników
|
|
808
|
-
example_file: 'Przykładowy plik:'
|
|
809
|
-
explanation: 'Załaduj swój plik CSV. Plik musi składać się z dwóch kolumn: w pierwszej kolumnie adresy e-mail, a w ostatniej nazwy użytkowników, których chcesz dodać do przestrzeni dla uczestników. Nie dodawaj nagłówków. Unikaj niepoprawnych znaków, takich jak `<>?%&^*#@()[]=+:;"{}\|` w nazwie użytkownika.'
|
|
810
|
-
explanation_example: |
|
|
811
|
-
jan.kowalski@przyklad.org%{csv_col_sep}Jan Kowalski
|
|
812
|
-
anna.kowalska@przyklad.org%{csv_col_sep}Anna Kowalska
|
|
813
805
|
title: Importuj uczestników prywatnych przez CSV
|
|
814
|
-
upload: Prześlij
|
|
815
806
|
reminders:
|
|
816
807
|
create:
|
|
817
808
|
error: Wystąpił błąd podczas tworzenia przypomnień.
|