decidim-admin 0.25.0.rc4 → 0.25.0
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/create_participatory_space_admin_user_actions.rb +1 -5
- data/app/commands/decidim/admin/create_participatory_space_private_user.rb +1 -1
- data/config/locales/ar.yml +0 -7
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +31 -20
- data/config/locales/cs.yml +8 -8
- data/config/locales/de.yml +0 -14
- data/config/locales/el.yml +180 -15
- data/config/locales/es-MX.yml +42 -13
- data/config/locales/es-PY.yml +42 -13
- data/config/locales/es.yml +40 -11
- data/config/locales/eu.yml +350 -5
- data/config/locales/fi-plain.yml +6 -7
- data/config/locales/fi.yml +7 -7
- data/config/locales/fr-CA.yml +17 -12
- data/config/locales/fr.yml +17 -11
- data/config/locales/ga-IE.yml +410 -0
- data/config/locales/gl.yml +0 -14
- data/config/locales/hu.yml +0 -12
- data/config/locales/id-ID.yml +0 -5
- data/config/locales/is-IS.yml +0 -3
- data/config/locales/it.yml +13 -14
- data/config/locales/ja.yml +13 -13
- data/config/locales/lb.yml +1034 -0
- data/config/locales/lv.yml +0 -11
- data/config/locales/nl.yml +12 -10
- data/config/locales/no.yml +0 -11
- data/config/locales/pl.yml +20 -15
- data/config/locales/pt-BR.yml +0 -15
- data/config/locales/pt.yml +234 -12
- data/config/locales/ro-RO.yml +1 -15
- data/config/locales/ru.yml +0 -6
- data/config/locales/sk.yml +0 -11
- data/config/locales/sl.yml +0 -1
- data/config/locales/sr-CS.yml +6 -7
- data/config/locales/sv.yml +0 -15
- data/config/locales/tr-TR.yml +0 -13
- data/config/locales/uk.yml +0 -5
- data/config/locales/zh-CN.yml +0 -11
- data/lib/decidim/admin/version.rb +1 -1
- metadata +11 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53175ac87dd8029edcb9c738cbfe8a1de7225f45baebd6c5800a1100855fc5b8
|
|
4
|
+
data.tar.gz: 29caed13e4087c97f802b0ff4a5c030c52d3680a1314e2b87296f15acf828f8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73bccbb3f73183c02b37ef55631845dd85fede32f0170f8e4f7352efe74adfbd1ff6fa7587a4e42e4c4b92ce965cc9888cd1fa85918afc98e74250fa845094e1
|
|
7
|
+
data.tar.gz: b61f9626e85aed3b34938f7383a4125078000b04756bc07bb609c2b62b49bc14a29f7082b0e3cbe8f1af794c314570f227a12df8dfd6824d87947c53e531b76e
|
|
@@ -49,15 +49,11 @@ module Decidim
|
|
|
49
49
|
organization: @participatory_space.organization
|
|
50
50
|
)
|
|
51
51
|
|
|
52
|
-
InviteUserAgain.call(@existing_user, invitation_instructions) if @existing_user
|
|
52
|
+
InviteUserAgain.call(@existing_user, invitation_instructions) if @existing_user&.invitation_pending?
|
|
53
53
|
|
|
54
54
|
@existing_user
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
-
def invitation_pending?(user)
|
|
58
|
-
user.invited_to_sign_up? && !user.invitation_accepted?
|
|
59
|
-
end
|
|
60
|
-
|
|
61
57
|
def new_user
|
|
62
58
|
@new_user ||= InviteUser.call(user_form) do
|
|
63
59
|
on(:ok) do |user|
|
|
@@ -66,7 +66,7 @@ module Decidim
|
|
|
66
66
|
organization: private_user_to.organization
|
|
67
67
|
)
|
|
68
68
|
|
|
69
|
-
InviteUserAgain.call(@existing_user, invitation_instructions) if @existing_user
|
|
69
|
+
InviteUserAgain.call(@existing_user, invitation_instructions) if @existing_user&.invitation_pending?
|
|
70
70
|
|
|
71
71
|
@existing_user
|
|
72
72
|
end
|
data/config/locales/ar.yml
CHANGED
|
@@ -38,7 +38,6 @@ ar:
|
|
|
38
38
|
enable_omnipresent_banner: عرض لافتة في كل مكان
|
|
39
39
|
facebook_handler: مُعرّف حساب فيسبوك
|
|
40
40
|
favicon: أيقونة
|
|
41
|
-
from: مِن عنوان البريد الإلكتروني
|
|
42
41
|
github_handler: مُعرّف حساب غِت هَب
|
|
43
42
|
header_snippets: قصاصات رأس
|
|
44
43
|
highlighted_content_banner_action_subtitle: نص زر الإجراء
|
|
@@ -132,7 +131,6 @@ ar:
|
|
|
132
131
|
accept:
|
|
133
132
|
success: رائع! لقد قمت بالموافقة على شروط الإستخدام للمدير.
|
|
134
133
|
actions:
|
|
135
|
-
are_you_sure: هل أنت متأكد مِن أنك رافض لشروط المدير؟
|
|
136
134
|
refuse: ارفض شروط المدير
|
|
137
135
|
title: وافق على شروط وأحكام الإستخدام
|
|
138
136
|
required_review:
|
|
@@ -445,7 +443,6 @@ ar:
|
|
|
445
443
|
newsletters:
|
|
446
444
|
create:
|
|
447
445
|
error: كانت هناك مشكلة في إنشاء هذه الرسالة الإخبارية.
|
|
448
|
-
success: تم إنشاء النشرة الإخبارية بنجاح. من فضلك ، قم بمراجعته قبل الإرسال.
|
|
449
446
|
deliver:
|
|
450
447
|
error: كانت هناك مشكلة في توصيل هذه الرسالة الإخبارية.
|
|
451
448
|
success: تم تسليم النشرة الإخبارية بنجاح.
|
|
@@ -700,10 +697,6 @@ ar:
|
|
|
700
697
|
admins: المدراء
|
|
701
698
|
participants: المشاركون
|
|
702
699
|
view_public_page: عرض الصفحة العامة
|
|
703
|
-
forms:
|
|
704
|
-
errors:
|
|
705
|
-
impersonate_user:
|
|
706
|
-
reason: تحتاج إلى تقديم سبب عند إدارة مشارك غير مُدار
|
|
707
700
|
moderations:
|
|
708
701
|
actions:
|
|
709
702
|
hidden: مخفي
|
data/config/locales/bg.yml
CHANGED
|
@@ -40,7 +40,6 @@ bg:
|
|
|
40
40
|
enable_omnipresent_banner: Показвай всепоказван банер
|
|
41
41
|
facebook_handler: Манипулатор на Facebook
|
|
42
42
|
favicon: Икона
|
|
43
|
-
from: От адрес ел.поща
|
|
44
43
|
github_handler: Манипулатор на GitHub
|
|
45
44
|
header_snippets: Части на HTML заглавката
|
|
46
45
|
highlight_alternative_color: Подчертаване, алтернативен
|
data/config/locales/ca.yml
CHANGED
|
@@ -48,7 +48,7 @@ ca:
|
|
|
48
48
|
favicon: Icona
|
|
49
49
|
force_authentication: Forçar autenticació
|
|
50
50
|
force_users_to_authenticate_before_access_organization: Forçar les usuàries a autenticar-se abans d'accedir a l'organització
|
|
51
|
-
from: Adreça
|
|
51
|
+
from: Adreça de correu electrònic del remitent
|
|
52
52
|
github_handler: Nom d'usuari de GitHub
|
|
53
53
|
header_snippets: Codi personalitzat a la capçalera
|
|
54
54
|
highlight_alternative_color: Destacat, alternatiu
|
|
@@ -158,6 +158,8 @@ ca:
|
|
|
158
158
|
browse: Explorar
|
|
159
159
|
category:
|
|
160
160
|
new: Nova categoria
|
|
161
|
+
export: Exportar tot
|
|
162
|
+
export-selection: Exportar selecció
|
|
161
163
|
import: Importar
|
|
162
164
|
manage: Gestionar
|
|
163
165
|
new: Nou %{name}
|
|
@@ -178,12 +180,12 @@ ca:
|
|
|
178
180
|
success: Genial! Has acceptat els Termes i Condicions del panell d'administració.
|
|
179
181
|
actions:
|
|
180
182
|
accept: Estic d'acord amb els termes següents
|
|
181
|
-
are_you_sure: Segur que vols rebutjar els
|
|
183
|
+
are_you_sure: Segur que vols rebutjar els termes i condicions del panell d'administració?
|
|
182
184
|
refuse: Rebutjar els termes
|
|
183
185
|
title: Accepto els Termes i Condicions d'Administració
|
|
184
186
|
required_review:
|
|
185
187
|
alert: 'Requerit: Revisa els nostres Termes i Condicions del panell d''administració'
|
|
186
|
-
callout: Si us plau dedica un moment a revisar l'actualització dels nostres
|
|
188
|
+
callout: Si us plau dedica un moment a revisar l'actualització dels nostres termes i condicions del panell d'administració. En cas contrari, no podràs utilitzar la plataforma.
|
|
187
189
|
cta: Revisa-les ara.
|
|
188
190
|
title: Termes i Condicions del panell d'administració
|
|
189
191
|
area_types:
|
|
@@ -206,7 +208,7 @@ ca:
|
|
|
206
208
|
error: S'ha produït un error en crear una nova àrea.
|
|
207
209
|
success: Àrea creada correctament.
|
|
208
210
|
destroy:
|
|
209
|
-
has_spaces:
|
|
211
|
+
has_spaces: Aquesta àrea té espais dependents. Assegura't que no fa referència a cap espai de participació abans d'eliminar-la.
|
|
210
212
|
success: Àrea eliminada correctament
|
|
211
213
|
edit:
|
|
212
214
|
title: Editar àrea
|
|
@@ -259,7 +261,7 @@ ca:
|
|
|
259
261
|
block_user:
|
|
260
262
|
new:
|
|
261
263
|
action: Bloquejar compte i enviar justificació
|
|
262
|
-
description: El bloqueig d'una usuària deixarà el seu compte
|
|
264
|
+
description: El bloqueig d'una usuària deixarà el seu compte inutilitzable. Pots proporcionar en la teva justificació els criteris sota els quals consideraries desbloquejar-la.
|
|
263
265
|
justification: Justificació
|
|
264
266
|
title: Bloquejar a la usuària %{name}
|
|
265
267
|
categories:
|
|
@@ -322,7 +324,7 @@ ca:
|
|
|
322
324
|
'false': 'No'
|
|
323
325
|
managed_user_name: Usuari gestionat
|
|
324
326
|
solved: Resolt
|
|
325
|
-
title: Conflictes de
|
|
327
|
+
title: Conflictes de verificació
|
|
326
328
|
transfer:
|
|
327
329
|
email: Correu electrònic
|
|
328
330
|
error: S¡ha produït un error en transferir la participant actual a la participant gestionada.
|
|
@@ -341,7 +343,7 @@ ca:
|
|
|
341
343
|
domain_too_short: El domini és massa curt
|
|
342
344
|
update:
|
|
343
345
|
error: Hi ha hagut un error en incloure el domini en la llista blanca
|
|
344
|
-
success:
|
|
346
|
+
success: Llista blanca de dominis actualitzada correctament
|
|
345
347
|
exports:
|
|
346
348
|
export_as: "%{name} com a %{export_format}"
|
|
347
349
|
formats:
|
|
@@ -354,6 +356,16 @@ ca:
|
|
|
354
356
|
category_id_eq:
|
|
355
357
|
label: Categoria
|
|
356
358
|
filter_label: Filtre
|
|
359
|
+
invitation_accepted_at_present:
|
|
360
|
+
label: 'Invitació: acceptada'
|
|
361
|
+
values:
|
|
362
|
+
'false': 'No'
|
|
363
|
+
'true': 'Sí'
|
|
364
|
+
last_sign_in_at_present:
|
|
365
|
+
label: Alguna vegada s'ha connectat
|
|
366
|
+
values:
|
|
367
|
+
'false': 'No'
|
|
368
|
+
'true': 'Sí'
|
|
357
369
|
moderations:
|
|
358
370
|
reportable_type_string_eq:
|
|
359
371
|
label: Tipus
|
|
@@ -449,7 +461,6 @@ ca:
|
|
|
449
461
|
accepted_mime_types:
|
|
450
462
|
csv: csv
|
|
451
463
|
json: json
|
|
452
|
-
xlsx: xlsx
|
|
453
464
|
actions:
|
|
454
465
|
back: Tornar
|
|
455
466
|
file_legend: Afegir un arxiu d'importació que serà processat.
|
|
@@ -475,7 +486,7 @@ ca:
|
|
|
475
486
|
areas: Àrees
|
|
476
487
|
configuration: Configuració
|
|
477
488
|
dashboard: Tauler de control
|
|
478
|
-
external_domain_whitelist:
|
|
489
|
+
external_domain_whitelist: Dominis externs permesos
|
|
479
490
|
help_sections: Seccions d'ajuda
|
|
480
491
|
homepage: Pàgina d'inici
|
|
481
492
|
impersonations: Impersonacions
|
|
@@ -707,7 +718,7 @@ ca:
|
|
|
707
718
|
title: Oficialitza la participant "%{name}"
|
|
708
719
|
show_email_modal:
|
|
709
720
|
close_modal: Tanca el modal
|
|
710
|
-
description: Si necessites contactar a una participant directament pots clicar al botó Mostra per veure la seva adreça de correu electrònic. Aquesta acció
|
|
721
|
+
description: Si necessites contactar a una participant directament pots clicar al botó Mostra per veure la seva adreça de correu electrònic. Aquesta acció es registrarà.
|
|
711
722
|
email_address: Adreça de correu electrònic
|
|
712
723
|
full_name: Nom complet
|
|
713
724
|
hidden: ocult
|
|
@@ -749,14 +760,14 @@ ca:
|
|
|
749
760
|
omnipresent_banner_appearance_title: Edita banner omnipresent
|
|
750
761
|
organization_external_domain_whitelist:
|
|
751
762
|
edit:
|
|
752
|
-
update:
|
|
763
|
+
update: Actualitzar
|
|
753
764
|
external_domain:
|
|
754
|
-
down:
|
|
765
|
+
down: Baixar
|
|
755
766
|
external_domain: Domini extern
|
|
756
|
-
remove:
|
|
757
|
-
up:
|
|
767
|
+
remove: Eliminar
|
|
768
|
+
up: Pujar
|
|
758
769
|
form:
|
|
759
|
-
add:
|
|
770
|
+
add: Afegir a la llista blanca
|
|
760
771
|
title: Llista blanca de dominis externs
|
|
761
772
|
organization_homepage:
|
|
762
773
|
edit:
|
|
@@ -917,12 +928,12 @@ ca:
|
|
|
917
928
|
user_groups:
|
|
918
929
|
index:
|
|
919
930
|
filter:
|
|
920
|
-
all:
|
|
921
|
-
pending:
|
|
922
|
-
rejected:
|
|
923
|
-
verified:
|
|
931
|
+
all: Totes
|
|
932
|
+
pending: Pendent
|
|
933
|
+
rejected: Rebutjat
|
|
934
|
+
verified: Verificat
|
|
924
935
|
filter_by: Filtra per
|
|
925
|
-
search:
|
|
936
|
+
search: Cercar
|
|
926
937
|
state:
|
|
927
938
|
pending: Pendent
|
|
928
939
|
rejected: Rebutjat
|
data/config/locales/cs.yml
CHANGED
|
@@ -48,7 +48,7 @@ cs:
|
|
|
48
48
|
favicon: Ikona
|
|
49
49
|
force_authentication: Vynutit ověření
|
|
50
50
|
force_users_to_authenticate_before_access_organization: Vynutit uživateli autentizaci před přístupem do organizace
|
|
51
|
-
from:
|
|
51
|
+
from: E-mailová adresa odesílatele
|
|
52
52
|
github_handler: GitHub handler
|
|
53
53
|
header_snippets: Úryvky záhlaví
|
|
54
54
|
highlight_alternative_color: Jiné zvýraznění
|
|
@@ -180,12 +180,12 @@ cs:
|
|
|
180
180
|
success: Skvělé! Přijali jste administrátorské podmínky použití.
|
|
181
181
|
actions:
|
|
182
182
|
accept: Souhlasím s následujícími podmínkami
|
|
183
|
-
are_you_sure:
|
|
183
|
+
are_you_sure: Oravdu chcete odmítnout podmínky používání správce?
|
|
184
184
|
refuse: Odmítnout administrátorské podmínky
|
|
185
185
|
title: Souhlasit s podmínkami používání
|
|
186
186
|
required_review:
|
|
187
187
|
alert: 'Vyžadováno: Zkontrolujte naše administrátorské podmínky použití'
|
|
188
|
-
callout: Věnujte prosím
|
|
188
|
+
callout: Věnujte prosím chvíli a přečtěte si podmínky použití správce. V opačném případě nebudete moci platformu spravovat.
|
|
189
189
|
cta: Zkontrolovat je nyní.
|
|
190
190
|
title: Administrátorské podmínky použití
|
|
191
191
|
area_types:
|
|
@@ -208,7 +208,7 @@ cs:
|
|
|
208
208
|
error: Při vytváření nové oblasti došlo k chybě.
|
|
209
209
|
success: Oblast byla úspěšně vytvořena.
|
|
210
210
|
destroy:
|
|
211
|
-
has_spaces:
|
|
211
|
+
has_spaces: Tato oblast má závislé prostory. Před smazáním se prosím ujistěte, že žádný účatnický prostor neodkazuje na tuto oblast.
|
|
212
212
|
success: Oblast úspěšně zničena
|
|
213
213
|
edit:
|
|
214
214
|
title: Upravit oblast
|
|
@@ -261,7 +261,7 @@ cs:
|
|
|
261
261
|
block_user:
|
|
262
262
|
new:
|
|
263
263
|
action: Blokovat účet a odeslat odůvodnění
|
|
264
|
-
description: Blokováním uživatele bude
|
|
264
|
+
description: Blokováním uživatele bude jejich účet nepoužitelný. Ve svém zdůvodnění můžete uvést veškerá pravidla pro způsob, jakým byste uvažovali o odblokování uživatele.
|
|
265
265
|
justification: Odůvodnění
|
|
266
266
|
title: Blokovat uživatele %{name}
|
|
267
267
|
categories:
|
|
@@ -487,7 +487,7 @@ cs:
|
|
|
487
487
|
areas: Oblasti
|
|
488
488
|
configuration: Konfigurace
|
|
489
489
|
dashboard: Ovládací panel
|
|
490
|
-
external_domain_whitelist:
|
|
490
|
+
external_domain_whitelist: Povolené externí domény
|
|
491
491
|
help_sections: Sekce nápovědy
|
|
492
492
|
homepage: Domovská stránka
|
|
493
493
|
impersonations: V zastoupení
|
|
@@ -930,11 +930,11 @@ cs:
|
|
|
930
930
|
index:
|
|
931
931
|
filter:
|
|
932
932
|
all: Vše
|
|
933
|
-
pending:
|
|
933
|
+
pending: čekající
|
|
934
934
|
rejected: Odmítnuto
|
|
935
935
|
verified: Ověřeno
|
|
936
936
|
filter_by: Filtrovat podle
|
|
937
|
-
search:
|
|
937
|
+
search: Hledat
|
|
938
938
|
state:
|
|
939
939
|
pending: čekající
|
|
940
940
|
rejected: Odmítnuto
|
data/config/locales/de.yml
CHANGED
|
@@ -47,7 +47,6 @@ de:
|
|
|
47
47
|
favicon: Icon
|
|
48
48
|
force_authentication: Authentifizierung erzwingen
|
|
49
49
|
force_users_to_authenticate_before_access_organization: Benutzer müssen sich authentifizieren bevor sie auf die Organisation zugreifen können
|
|
50
|
-
from: Absender E-Mail
|
|
51
50
|
github_handler: GitHub-Handler
|
|
52
51
|
header_snippets: Header-Snippets
|
|
53
52
|
highlight_alternative_color: Hervorhebung, Alternative
|
|
@@ -177,12 +176,10 @@ de:
|
|
|
177
176
|
success: Super! Sie haben die Admin-Nutzungsbedingungen akzeptiert.
|
|
178
177
|
actions:
|
|
179
178
|
accept: Ich stimme den folgenden Bedingungen zu
|
|
180
|
-
are_you_sure: Sind Sie sicher, dass Sie die Admin-Nutzungsbedingungen ablehnen möchten?
|
|
181
179
|
refuse: Die Admin-Nutzungsbedingungen ablehnen
|
|
182
180
|
title: Den Admin-Nutzungsbedingungen zustimmen
|
|
183
181
|
required_review:
|
|
184
182
|
alert: 'Erforderlich: Überprüfen Sie unsere Admin-Nutzungsbedingungen'
|
|
185
|
-
callout: Bitte nehmen Sie sich einen Moment Zeit, um die Admin-Nutzungsbedingungen zu lesen. Ansonsten können Sie die Plattform nicht administrieren.
|
|
186
183
|
cta: Lesen Sie sie jetzt.
|
|
187
184
|
title: Admin-Nutzungsbedingungen
|
|
188
185
|
area_types:
|
|
@@ -205,7 +202,6 @@ de:
|
|
|
205
202
|
error: Beim Erstellen eines neuen Bereichs ist ein Fehler aufgetreten.
|
|
206
203
|
success: Bereich wurde erfolgreich erstellt.
|
|
207
204
|
destroy:
|
|
208
|
-
has_spaces: Dieser Bereich hat abhängige Abschnitte. Es darf keine Abhängigkeiten geben, um gelöscht zu werden.
|
|
209
205
|
success: Bereich wurde erfolgreich zerstört
|
|
210
206
|
edit:
|
|
211
207
|
title: Bereich bearbeiten
|
|
@@ -258,7 +254,6 @@ de:
|
|
|
258
254
|
block_user:
|
|
259
255
|
new:
|
|
260
256
|
action: Konto sperren und Begründung senden
|
|
261
|
-
description: Das Blockieren eines Benutzers wird sein Konto unbrauchbar machen. Sie können begründen und Richtlinien dafür bieten, wie der Benutzer vorgehen könnte, damit Sie in Betracht ziehen, die Blockierung wieder aufzuheben.
|
|
262
257
|
justification: Begründung
|
|
263
258
|
title: Benutzer %{name} blockieren
|
|
264
259
|
categories:
|
|
@@ -321,7 +316,6 @@ de:
|
|
|
321
316
|
'false': 'Nein'
|
|
322
317
|
managed_user_name: Verwalteter Benutzer
|
|
323
318
|
solved: Gelöst
|
|
324
|
-
title: Konflikte von Überprüfungen
|
|
325
319
|
transfer:
|
|
326
320
|
email: E-Mail
|
|
327
321
|
error: Es gab ein Problem bei der Übertragung des aktuellen Teilnehmers zu den verwalteten Teilnehmern.
|
|
@@ -442,7 +436,6 @@ de:
|
|
|
442
436
|
accepted_mime_types:
|
|
443
437
|
csv: CSV
|
|
444
438
|
json: JSON
|
|
445
|
-
xlsx: xlsx
|
|
446
439
|
actions:
|
|
447
440
|
back: Zurück
|
|
448
441
|
file_legend: Datei zum Importieren hinzufügen.
|
|
@@ -616,7 +609,6 @@ de:
|
|
|
616
609
|
newsletters:
|
|
617
610
|
create:
|
|
618
611
|
error: Beim Erstellen dieses Newsletters ist ein Fehler aufgetreten.
|
|
619
|
-
success: Newsletter erfolgreich erstellt Bitte, überprüfen Sie es vor dem Senden.
|
|
620
612
|
deliver:
|
|
621
613
|
error: Beim Versand dieses Newsletters ist ein Fehler aufgetreten.
|
|
622
614
|
success: Newsletter erfolgreich geliefert
|
|
@@ -699,12 +691,10 @@ de:
|
|
|
699
691
|
title: Benutzer "%{name}" offiziellisieren
|
|
700
692
|
show_email_modal:
|
|
701
693
|
close_modal: Modal schließen
|
|
702
|
-
description: Wenn Sie einen Teilnehmer direkt kontaktieren möchten, können Sie auf die Schaltfläche "Anzeigen" klicken, um die E-Mail-Adresse zu sehen. Diese Aktion wird protokolliert.
|
|
703
694
|
email_address: E-Mail-Adresse
|
|
704
695
|
full_name: Voller Name
|
|
705
696
|
hidden: versteckt
|
|
706
697
|
show: Anzeigen
|
|
707
|
-
title: Teilnehmer E-Mail-Adresse anzeigen
|
|
708
698
|
unblock:
|
|
709
699
|
error: Beim Blockieren des Teilnehmers ist ein Fehler aufgetreten
|
|
710
700
|
success: Blockierung des Teilnehmers wurde erfolgreich aufgehoben
|
|
@@ -937,10 +927,6 @@ de:
|
|
|
937
927
|
no_users_count_statistics_yet: Es gibt noch keine Nutzerstatistiken
|
|
938
928
|
participants: Teilnehmer
|
|
939
929
|
view_public_page: Öffentliche Seite anzeigen
|
|
940
|
-
forms:
|
|
941
|
-
errors:
|
|
942
|
-
impersonate_user:
|
|
943
|
-
reason: Sie müssen einen Grund angeben, wenn Sie sich als nicht verwalteter Benutzer ausgeben
|
|
944
930
|
metrics:
|
|
945
931
|
blocked_users:
|
|
946
932
|
object: blockierte Benutzer
|