decidim-admin 0.26.3 → 0.26.5
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/commands/decidim/admin/unblock_user.rb +1 -1
- data/app/controllers/decidim/admin/block_user_controller.rb +3 -3
- data/app/controllers/decidim/admin/newsletter_templates_controller.rb +1 -1
- data/app/controllers/decidim/admin/newsletters_controller.rb +1 -1
- data/app/controllers/decidim/admin/organization_controller.rb +1 -0
- data/app/forms/decidim/admin/block_user_form.rb +2 -2
- data/app/helpers/decidim/admin/bulk_actions_helper.rb +1 -6
- data/app/models/decidim/admin/fake_newsletter.rb +20 -0
- data/app/packs/stylesheets/decidim/admin/modules/_modules.scss +0 -1
- data/app/permissions/decidim/admin/permissions.rb +32 -2
- data/app/views/decidim/admin/dashboard/show.html.erb +1 -1
- data/app/views/decidim/admin/imports/new.html.erb +1 -1
- data/app/views/decidim/admin/moderated_users/index.html.erb +1 -1
- data/app/views/decidim/admin/moderations/index.html.erb +8 -4
- data/app/views/decidim/admin/moderations/reports/index.html.erb +5 -1
- data/config/locales/ar.yml +17 -13
- data/config/locales/ca.yml +17 -5
- data/config/locales/cs.yml +15 -3
- data/config/locales/de.yml +14 -4
- data/config/locales/el.yml +0 -1
- data/config/locales/en.yml +13 -1
- data/config/locales/es-MX.yml +15 -3
- data/config/locales/es-PY.yml +15 -3
- data/config/locales/es.yml +17 -5
- data/config/locales/eu.yml +32 -13
- data/config/locales/fi-plain.yml +16 -4
- data/config/locales/fi.yml +18 -6
- data/config/locales/fr-CA.yml +15 -3
- data/config/locales/fr.yml +15 -3
- data/config/locales/gl.yml +0 -1
- data/config/locales/gn-PY.yml +1 -0
- data/config/locales/hu.yml +2 -2
- data/config/locales/id-ID.yml +4 -1
- data/config/locales/is-IS.yml +4 -1
- data/config/locales/it.yml +1 -2
- data/config/locales/ja.yml +14 -2
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/lb.yml +0 -1
- data/config/locales/lo-LA.yml +1 -0
- data/config/locales/lt.yml +1 -2
- data/config/locales/lv.yml +1 -1
- data/config/locales/nl.yml +1 -2
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +1 -1
- data/config/locales/pt-BR.yml +1 -2
- data/config/locales/pt.yml +0 -1
- data/config/locales/ro-RO.yml +22 -5
- data/config/locales/ru.yml +4 -1
- data/config/locales/sk.yml +1 -1
- data/config/locales/sr-CS.yml +8 -0
- data/config/locales/sv.yml +15 -3
- data/config/locales/tr-TR.yml +2 -1
- data/config/locales/uk.yml +4 -1
- data/config/locales/zh-CN.yml +1 -1
- data/lib/decidim/admin/engine.rb +11 -1
- data/lib/decidim/admin/test/manage_moderations_examples.rb +79 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +11 -9
- data/app/packs/stylesheets/decidim/admin/modules/_import_result.scss +0 -10
data/config/locales/fr-CA.yml
CHANGED
@@ -14,17 +14,24 @@ fr-CA:
|
|
14
14
|
description: Description
|
15
15
|
file: Fichier
|
16
16
|
title: Nom de la pièce jointe ou de l'image
|
17
|
+
weight: Rang d'affichage
|
17
18
|
attachment_collection:
|
18
19
|
description: Description
|
19
20
|
name: Titre
|
21
|
+
weight: Rang d'affichage
|
20
22
|
category:
|
21
23
|
description: Description
|
22
24
|
name: Titre
|
23
25
|
parent_id: Parent
|
26
|
+
weight: Rang d'affichage
|
24
27
|
component:
|
25
28
|
name: Titre
|
26
29
|
published_at: Publiée à
|
27
30
|
weight: Rang
|
31
|
+
external_domain:
|
32
|
+
value: Valeur
|
33
|
+
help_section:
|
34
|
+
content: Contenu
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Créer des imports en tant que
|
@@ -92,6 +99,9 @@ fr-CA:
|
|
92
99
|
welcome_notification_body: Corps du mail de bienvenue
|
93
100
|
welcome_notification_subject: Objet du mail de bienvenue
|
94
101
|
youtube_handler: Gestionnaire YouTube
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Email
|
104
|
+
name: Nom
|
95
105
|
scope:
|
96
106
|
code: Code
|
97
107
|
name: Titre
|
@@ -113,6 +123,7 @@ fr-CA:
|
|
113
123
|
show_in_footer: Montrer dans le pied de page
|
114
124
|
slug: Identifiant
|
115
125
|
title: Titre
|
126
|
+
topic_id: Sujet
|
116
127
|
weight: Rang
|
117
128
|
static_page_topic:
|
118
129
|
description: La description
|
@@ -184,7 +195,7 @@ fr-CA:
|
|
184
195
|
error: Une erreur s'est produite lorsque vous avez accepté les conditions d'utilisation administrateur.
|
185
196
|
success: Super! Vous avez accepté les conditions d'utilisation administrateur.
|
186
197
|
actions:
|
187
|
-
accept: J'accepte les conditions d'utilisation
|
198
|
+
accept: J'accepte les conditions d'utilisation
|
188
199
|
are_you_sure: Êtes-vous sûr de vouloir refuser les conditions d'utilisation de l'administrateur?
|
189
200
|
refuse: Refuser les conditions d'utilisation administrateur
|
190
201
|
title: Accepter les conditions d'utilisation
|
@@ -832,7 +843,7 @@ fr-CA:
|
|
832
843
|
title: Nouvel utilisateur privé de l'espace participatif.
|
833
844
|
participatory_space_private_users_csv_imports:
|
834
845
|
create:
|
835
|
-
invalid:
|
846
|
+
invalid: Une erreur s'est produite lors de la lecture du fichier CSV.
|
836
847
|
success: Fichier CSV a été transféré avec succès, nous envoyons un courriel d'invitation aux participants. Cela peut prendre un certain temps.
|
837
848
|
new:
|
838
849
|
explanation: 'Téléchargez votre fichier CSV. Il doit avoir deux colonnes avec dans la première colonne les emails, et dans la deuxième colonne les noms (email, nom) des utilisateurs que vous souhaitez ajouter à l''espace participatif, sans en-tête. Évitez les caractères spéciaux comme `<>?%&^*#@()[]=+:;"{}\|` dans les noms des utilisateurs.'
|
@@ -1039,13 +1050,14 @@ fr-CA:
|
|
1039
1050
|
moderation:
|
1040
1051
|
fields:
|
1041
1052
|
created_at: Date de création
|
1053
|
+
deleted_resource: Ressource supprimée
|
1042
1054
|
hidden_at: Masqué le
|
1043
1055
|
participatory_space: Espace participatif
|
1044
1056
|
report_count: Compteur
|
1045
1057
|
reportable_id: ID
|
1046
1058
|
reportable_type: Type
|
1047
1059
|
reported_content_url: URL
|
1048
|
-
reports:
|
1060
|
+
reports: Signalements
|
1049
1061
|
visit_url: Visitez l'URL
|
1050
1062
|
report:
|
1051
1063
|
fields:
|
data/config/locales/fr.yml
CHANGED
@@ -14,17 +14,24 @@ fr:
|
|
14
14
|
description: Description
|
15
15
|
file: Fichier
|
16
16
|
title: Nom de la pièce jointe ou de l'image
|
17
|
+
weight: Rang d'affichage
|
17
18
|
attachment_collection:
|
18
19
|
description: Description
|
19
20
|
name: Titre
|
21
|
+
weight: Rang d'affichage
|
20
22
|
category:
|
21
23
|
description: Description
|
22
24
|
name: Titre
|
23
25
|
parent_id: Parent
|
26
|
+
weight: Rang d'affichage
|
24
27
|
component:
|
25
28
|
name: Titre
|
26
29
|
published_at: Publiée à
|
27
30
|
weight: Rang d'affichage
|
31
|
+
external_domain:
|
32
|
+
value: Valeur
|
33
|
+
help_section:
|
34
|
+
content: Contenu
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Créer des imports en tant que
|
@@ -92,6 +99,9 @@ fr:
|
|
92
99
|
welcome_notification_body: Corps du mail de bienvenue
|
93
100
|
welcome_notification_subject: Objet du mail de bienvenue
|
94
101
|
youtube_handler: Gestionnaire YouTube
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Email
|
104
|
+
name: Nom
|
95
105
|
scope:
|
96
106
|
code: Code
|
97
107
|
name: Titre
|
@@ -113,6 +123,7 @@ fr:
|
|
113
123
|
show_in_footer: Montrer dans le pied de page
|
114
124
|
slug: Identifiant
|
115
125
|
title: Titre
|
126
|
+
topic_id: Sujet
|
116
127
|
weight: Rang d'affichage
|
117
128
|
static_page_topic:
|
118
129
|
description: La description
|
@@ -184,7 +195,7 @@ fr:
|
|
184
195
|
error: Une erreur s'est produite lorsque vous avez accepté les conditions d'utilisation administrateur.
|
185
196
|
success: Super! Vous avez accepté les conditions d'utilisation administrateur.
|
186
197
|
actions:
|
187
|
-
accept: J'accepte les conditions d'utilisation
|
198
|
+
accept: J'accepte les conditions d'utilisation
|
188
199
|
are_you_sure: Êtes-vous sûr de vouloir refuser les conditions d'utilisation de l'administrateur ?
|
189
200
|
refuse: Refuser les conditions d'utilisation administrateur
|
190
201
|
title: Accepter les conditions d'utilisation
|
@@ -832,7 +843,7 @@ fr:
|
|
832
843
|
title: Nouvel utilisateur privé de l'espace participatif.
|
833
844
|
participatory_space_private_users_csv_imports:
|
834
845
|
create:
|
835
|
-
invalid:
|
846
|
+
invalid: Une erreur s'est produite lors de la lecture du fichier CSV.
|
836
847
|
success: Fichier CSV a été transféré avec succès, nous envoyons un courriel d'invitation aux participants. Cela peut prendre un certain temps.
|
837
848
|
new:
|
838
849
|
explanation: 'Téléchargez votre fichier CSV. Il doit avoir deux colonnes avec dans la première colonne les emails, et dans la deuxième colonne les noms (email, nom) des utilisateurs que vous souhaitez ajouter à l''espace participatif, sans en-tête. Évitez les caractères spéciaux comme `<>?%&^*#@()[]=+:;"{}\|` dans les noms des utilisateurs.'
|
@@ -1039,13 +1050,14 @@ fr:
|
|
1039
1050
|
moderation:
|
1040
1051
|
fields:
|
1041
1052
|
created_at: Date de création
|
1053
|
+
deleted_resource: Ressource supprimée
|
1042
1054
|
hidden_at: Masqué le
|
1043
1055
|
participatory_space: Espace participatif
|
1044
1056
|
report_count: Compteur
|
1045
1057
|
reportable_id: ID
|
1046
1058
|
reportable_type: Type
|
1047
1059
|
reported_content_url: URL
|
1048
|
-
reports:
|
1060
|
+
reports: Signalements
|
1049
1061
|
visit_url: Visitez l'URL
|
1050
1062
|
report:
|
1051
1063
|
fields:
|
data/config/locales/gl.yml
CHANGED
@@ -179,7 +179,6 @@ gl:
|
|
179
179
|
error: Produciuse un erro ao aceptar os termos de uso do panel de administración.
|
180
180
|
success: Xenial! Aceptaches os termos de uso do panel de administración.
|
181
181
|
actions:
|
182
|
-
accept: Concordo con seguintes termos
|
183
182
|
refuse: Rexeitar os termos de uso
|
184
183
|
title: Concordo cos termos e condicións de uso
|
185
184
|
required_review:
|
@@ -0,0 +1 @@
|
|
1
|
+
gn:
|
data/config/locales/hu.yml
CHANGED
@@ -184,7 +184,6 @@ hu:
|
|
184
184
|
error: Hiba történt az adminra vonatkozó általános szerződési feltételek elfogadása során.
|
185
185
|
success: Nagyszerű! Elfogadtad az admin felhasználási feltételeket.
|
186
186
|
actions:
|
187
|
-
accept: Elfogadom a következő feltételeket
|
188
187
|
are_you_sure: Biztosan visszautasítod az adminokra vonatkozó feltételek elfogadását?
|
189
188
|
refuse: Admin feltételek elutasítása
|
190
189
|
title: Elfogadom a felhasználási feltételeket
|
@@ -829,7 +828,7 @@ hu:
|
|
829
828
|
title: Új részvételi tér privát felhasználója.
|
830
829
|
participatory_space_private_users_csv_imports:
|
831
830
|
create:
|
832
|
-
invalid: Hiba történt a CSV fájl
|
831
|
+
invalid: Hiba történt a CSV fájl olvasásában.
|
833
832
|
success: A CSV-fájl sikeresen feltöltődött, meghívó e-mailt küldünk a résztvevőknek. Ez eltarthat egy ideig.
|
834
833
|
new:
|
835
834
|
explanation: 'Töltse fel a CSV-fájlt. Két oszlopnak kell lennie, e-mail címmel a fájl első oszlopában, és a fájl utolsó oszlopában (e-mail, név) azoknak a felhasználóknak az adataival, akiket fel akar venni a részvételi térbe, fejlécek nélkül. Kerülje az olyan érvénytelen karakterek használatát, mint a `<>?%&^*#@()[]=+:;"{}\|` a felhasználónévben.'
|
@@ -1036,6 +1035,7 @@ hu:
|
|
1036
1035
|
moderation:
|
1037
1036
|
fields:
|
1038
1037
|
created_at: Létrehozás dátuma
|
1038
|
+
deleted_resource: Törölt erőforrás
|
1039
1039
|
hidden_at: 'Rejtett itt:'
|
1040
1040
|
participatory_space: Részvételi tér
|
1041
1041
|
report_count: Számol
|
data/config/locales/id-ID.yml
CHANGED
@@ -502,6 +502,9 @@ id:
|
|
502
502
|
new:
|
503
503
|
create: Membuat
|
504
504
|
title: Pengguna Pribadi Ruang Partisipatif Baru.
|
505
|
+
participatory_space_private_users_csv_imports:
|
506
|
+
create:
|
507
|
+
invalid: Ada kesalahan saat membaca file CSV.
|
505
508
|
resource_permissions:
|
506
509
|
edit:
|
507
510
|
submit: Menyerahkan
|
@@ -658,10 +661,10 @@ id:
|
|
658
661
|
models:
|
659
662
|
moderation:
|
660
663
|
fields:
|
664
|
+
created_at: Tanggal pembuatan
|
661
665
|
hidden_at: Tersembunyi di
|
662
666
|
report_count: Menghitung
|
663
667
|
reported_content_url: URL konten yang dilaporkan
|
664
|
-
reports: Laporan
|
665
668
|
visit_url: Kunjungi URL
|
666
669
|
errors:
|
667
670
|
messages:
|
data/config/locales/is-IS.yml
CHANGED
@@ -445,6 +445,9 @@ is-IS:
|
|
445
445
|
homepage_highlighted_content_banner_title: Hápunktur efni borði
|
446
446
|
images:
|
447
447
|
layout_appearance_title: Breyta útliti útlits
|
448
|
+
organization_homepage_content_blocks:
|
449
|
+
edit:
|
450
|
+
update: Uppfæra
|
448
451
|
participatory_space_private_users:
|
449
452
|
new:
|
450
453
|
create: Búa til
|
@@ -533,10 +536,10 @@ is-IS:
|
|
533
536
|
models:
|
534
537
|
moderation:
|
535
538
|
fields:
|
539
|
+
created_at: Sköpunardegi
|
536
540
|
hidden_at: Falinn á
|
537
541
|
report_count: Telja
|
538
542
|
reported_content_url: Tilkynnt efni vefslóð
|
539
|
-
reports: Skýrslur
|
540
543
|
visit_url: Heimsókn vefslóð
|
541
544
|
errors:
|
542
545
|
messages:
|
data/config/locales/it.yml
CHANGED
@@ -179,7 +179,6 @@ it:
|
|
179
179
|
error: Si è verificato un errore durante l'accettazione dei termini di utilizzo da parte dell'amministratore.
|
180
180
|
success: Ottimo! Hai accettato i termini d'uso dell'amministratrice/tore.
|
181
181
|
actions:
|
182
|
-
accept: Sono d'accordo con i seguenti termini
|
183
182
|
are_you_sure: Sei sicuro di voler rifiutare i termini di utilizzo dell'amministratore?
|
184
183
|
refuse: Rifiuta i termini di amministrazione
|
185
184
|
title: Accetta i termini e le condizioni di utilizzo
|
@@ -775,7 +774,7 @@ it:
|
|
775
774
|
inactive_content_blocks: Blocchi di contenuto inattivo
|
776
775
|
organization_homepage_content_blocks:
|
777
776
|
edit:
|
778
|
-
update:
|
777
|
+
update: Aggiorna
|
779
778
|
participatory_space_private_users:
|
780
779
|
create:
|
781
780
|
error: Si è verificato un errore durante l'aggiunta di un utente privato per questo spazio partecipativo.
|
data/config/locales/ja.yml
CHANGED
@@ -14,17 +14,24 @@ ja:
|
|
14
14
|
description: 説明
|
15
15
|
file: ファイル
|
16
16
|
title: 添付ファイルまたは画像名
|
17
|
+
weight: 並び順の位置
|
17
18
|
attachment_collection:
|
18
19
|
description: 説明
|
19
20
|
name: 名前
|
21
|
+
weight: 並び順の位置
|
20
22
|
category:
|
21
23
|
description: 説明
|
22
24
|
name: 名前
|
23
25
|
parent_id: 親
|
26
|
+
weight: 並び順の位置
|
24
27
|
component:
|
25
28
|
name: 名前
|
26
29
|
published_at: 公開日時
|
27
30
|
weight: 順番の位置
|
31
|
+
external_domain:
|
32
|
+
value: 値
|
33
|
+
help_section:
|
34
|
+
content: 内容
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: インポートを作成
|
@@ -92,6 +99,9 @@ ja:
|
|
92
99
|
welcome_notification_body: ウェルカム通知本文
|
93
100
|
welcome_notification_subject: ウェルカム通知の件名
|
94
101
|
youtube_handler: YouTube ハンドラー
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Eメールアドレス
|
104
|
+
name: 名前
|
95
105
|
scope:
|
96
106
|
code: コード
|
97
107
|
name: 名前
|
@@ -113,6 +123,7 @@ ja:
|
|
113
123
|
show_in_footer: フッターに表示
|
114
124
|
slug: URL スラグ
|
115
125
|
title: タイトル
|
126
|
+
topic_id: トピック
|
116
127
|
weight: 順番の位置
|
117
128
|
static_page_topic:
|
118
129
|
description: 説明
|
@@ -184,7 +195,7 @@ ja:
|
|
184
195
|
error: 管理者向け利用規約に同意中にエラーが発生しました。
|
185
196
|
success: ありがとうございます、管理者向け利用規約に同意しました。
|
186
197
|
actions:
|
187
|
-
accept:
|
198
|
+
accept: 利用規約に同意します
|
188
199
|
are_you_sure: 管理者向け利用規約を削除してもよろしいですか?
|
189
200
|
refuse: 同意しない
|
190
201
|
title: 利用規約に同意する
|
@@ -1035,13 +1046,14 @@ ja:
|
|
1035
1046
|
moderation:
|
1036
1047
|
fields:
|
1037
1048
|
created_at: 作成日
|
1049
|
+
deleted_resource: 削除されたリソース
|
1038
1050
|
hidden_at: '非表示:'
|
1039
1051
|
participatory_space: 参加型スペース
|
1040
1052
|
report_count: カウント
|
1041
1053
|
reportable_id: ID
|
1042
1054
|
reportable_type: 種別
|
1043
1055
|
reported_content_url: 報告されたコンテンツ URL
|
1044
|
-
reports:
|
1056
|
+
reports: 報告
|
1045
1057
|
visit_url: URL を参照
|
1046
1058
|
report:
|
1047
1059
|
fields:
|
@@ -0,0 +1 @@
|
|
1
|
+
ka:
|
data/config/locales/lb.yml
CHANGED
@@ -179,7 +179,6 @@ lb:
|
|
179
179
|
error: Beim Akzeptieren der Nutzungsbedingungen ist ein Fehler aufgetreten.
|
180
180
|
success: Super! Sie haben die Admin-Nutzungsbedingungen akzeptiert.
|
181
181
|
actions:
|
182
|
-
accept: Ich stimme den folgenden Bedingungen zu
|
183
182
|
are_you_sure: Sidd Dir sécher datt Dir d'Admin Benotzungsconditioune wëllt refuséieren? Sidd Dir sécher datt Dir d'Admin Notzungsbedéngunge refuséiere wëllt?
|
184
183
|
refuse: Die Admin-Nutzungsbedingungen ablehnen
|
185
184
|
title: Den Admin-Nutzungsbedingungen zustimmen
|
@@ -0,0 +1 @@
|
|
1
|
+
lo:
|
data/config/locales/lt.yml
CHANGED
@@ -184,7 +184,6 @@ lt:
|
|
184
184
|
error: Sutinkant su administratoriaus naudojimosi sąlygomis įvyko klaida.
|
185
185
|
success: Puiku! Jūs sutikote su administratoriaus naudojimosi sąlygomis.
|
186
186
|
actions:
|
187
|
-
accept: Sutinku su šiomis nuostatomis
|
188
187
|
are_you_sure: Ar tikrai norite nesutikti su administratoriaus naudojimosi sąlygomis?
|
189
188
|
refuse: Nesutikti su administratoriaus nustatytomis sąlygomis
|
190
189
|
title: Sutikti su naudojimosi sąlygomis
|
@@ -840,7 +839,7 @@ lt:
|
|
840
839
|
title: Naujas dalyvaujamosios erdvės privatus dalyvis.
|
841
840
|
participatory_space_private_users_csv_imports:
|
842
841
|
create:
|
843
|
-
invalid: Skaitant CSV
|
842
|
+
invalid: Skaitant CSV rinkmeną iškilo problema.
|
844
843
|
success: CSV dokumentas įkeltas sėkmingai, dalyviai kviečiami e. laišku - tai gali užtrukti.
|
845
844
|
new:
|
846
845
|
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 "<>?%&^*#@()[]=+:;"{}\|".'
|
data/config/locales/lv.yml
CHANGED
@@ -749,10 +749,10 @@ lv:
|
|
749
749
|
models:
|
750
750
|
moderation:
|
751
751
|
fields:
|
752
|
+
created_at: Izveides datums
|
752
753
|
hidden_at: Paslēpts plkst.
|
753
754
|
report_count: Skaits
|
754
755
|
reported_content_url: Paziņotā satura URL
|
755
|
-
reports: Ziņojumi
|
756
756
|
visit_url: Apmeklēt URL
|
757
757
|
errors:
|
758
758
|
messages:
|
data/config/locales/nl.yml
CHANGED
@@ -184,7 +184,6 @@ nl:
|
|
184
184
|
error: Er is een fout opgetreden bij het accepteren van de admin gebruiksvoorwaarden.
|
185
185
|
success: Geweldig! Je hebt de admin gebruiksvoorwaarden geaccepteerd.
|
186
186
|
actions:
|
187
|
-
accept: Ik ga akkoord met de volgende voorwaarden
|
188
187
|
are_you_sure: Weet je zeker dat je de Admin gebruiksvoorwaarden wil resetten?
|
189
188
|
refuse: Weiger de admin gebruiksvoorwaarden
|
190
189
|
title: Ga akkoord met de gebruiksvoorwaarden
|
@@ -1045,7 +1044,7 @@ nl:
|
|
1045
1044
|
reportable_id: ID
|
1046
1045
|
reportable_type: Type
|
1047
1046
|
reported_content_url: Gerapporteerde inhouds-URL
|
1048
|
-
reports:
|
1047
|
+
reports: Rapporten
|
1049
1048
|
visit_url: Bezoek URL
|
1050
1049
|
report:
|
1051
1050
|
fields:
|
data/config/locales/no.yml
CHANGED
@@ -184,7 +184,6 @@
|
|
184
184
|
error: Det oppstod et problem med å godkjenne administrator vilkårene.
|
185
185
|
success: Flott! Du har godtatt administratorenes vilkår for bruk.
|
186
186
|
actions:
|
187
|
-
accept: Jeg godtar følgende vilkår
|
188
187
|
are_you_sure: Er du sikker på at du vil avslå administratorvilkårene for bruk?
|
189
188
|
refuse: Avslå administratorvilkårene
|
190
189
|
title: Godta vilkårene for bruk
|
data/config/locales/pl.yml
CHANGED
@@ -184,7 +184,6 @@ pl:
|
|
184
184
|
error: Wystąpił błąd podczas akceptowania warunków użytkowania dla administratorów.
|
185
185
|
success: Świetnie! Zaakceptowano warunki użytkowania dla administratorów.
|
186
186
|
actions:
|
187
|
-
accept: Zgadzam się z warunkami użytkowania
|
188
187
|
are_you_sure: Czy na pewno nie wyrażasz zgody na warunki użytkowania dla administratorów?
|
189
188
|
refuse: Nie akceptuję warunków dla administratorów
|
190
189
|
title: Akceptuję warunki użytkowania
|
@@ -1046,6 +1045,7 @@ pl:
|
|
1046
1045
|
moderation:
|
1047
1046
|
fields:
|
1048
1047
|
created_at: Data utworzenia
|
1048
|
+
deleted_resource: Usunięty zasób
|
1049
1049
|
hidden_at: Ukryto
|
1050
1050
|
participatory_space: Przestrzeń partycypacyjna
|
1051
1051
|
report_count: Liczba
|
data/config/locales/pt-BR.yml
CHANGED
@@ -178,7 +178,6 @@ pt-BR:
|
|
178
178
|
error: Ocorreu um erro ao aceitar os termos de uso do administrador.
|
179
179
|
success: Ótimo! Você aceitou os termos de uso do administrador.
|
180
180
|
actions:
|
181
|
-
accept: Concordo com os seguintes termos
|
182
181
|
refuse: Recusar os termos do admin
|
183
182
|
title: Concorde com os termos e condições de uso
|
184
183
|
required_review:
|
@@ -998,7 +997,7 @@ pt-BR:
|
|
998
997
|
decidim:
|
999
998
|
admin:
|
1000
999
|
global_moderations:
|
1001
|
-
title:
|
1000
|
+
title: Moderadores globais
|
1002
1001
|
newsletters:
|
1003
1002
|
title: Boletins informativos
|
1004
1003
|
settings:
|
data/config/locales/pt.yml
CHANGED
@@ -179,7 +179,6 @@ pt:
|
|
179
179
|
error: Ocorreu um erro ao aceitar os termos de utilização de administrador.
|
180
180
|
success: Excelente! Aceitou os termos de utilização de administrador.
|
181
181
|
actions:
|
182
|
-
accept: Concordo com os seguintes termos
|
183
182
|
are_you_sure: Tem a certeza que quer rejeitar os termos de utilização de administrador?
|
184
183
|
refuse: Recusar os termos de administrador
|
185
184
|
title: Concordar com os termos e condições de utilização
|
data/config/locales/ro-RO.yml
CHANGED
@@ -14,17 +14,24 @@ ro:
|
|
14
14
|
description: Descriere
|
15
15
|
file: Fişier
|
16
16
|
title: Numele fișierului sau al imaginii atașate
|
17
|
+
weight: Poziție
|
17
18
|
attachment_collection:
|
18
19
|
description: Descriere
|
19
20
|
name: Nume
|
21
|
+
weight: Poziție
|
20
22
|
category:
|
21
23
|
description: Descriere
|
22
24
|
name: Nume
|
23
25
|
parent_id: Categoria mamă
|
26
|
+
weight: Poziție
|
24
27
|
component:
|
25
28
|
name: Nume
|
26
29
|
published_at: Publicat în
|
27
|
-
weight:
|
30
|
+
weight: Poziție
|
31
|
+
external_domain:
|
32
|
+
value: Valoare
|
33
|
+
help_section:
|
34
|
+
content: Conținut
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Creează importuri ca
|
@@ -92,6 +99,9 @@ ro:
|
|
92
99
|
welcome_notification_body: Conținutul notificării de bun venit
|
93
100
|
welcome_notification_subject: Subiectul notificării de bun venit
|
94
101
|
youtube_handler: Responsabil YouTube
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: E-mail
|
104
|
+
name: Nume
|
95
105
|
scope:
|
96
106
|
code: Cod
|
97
107
|
name: Nume
|
@@ -113,16 +123,21 @@ ro:
|
|
113
123
|
show_in_footer: Afișează în subsol
|
114
124
|
slug: URL slug
|
115
125
|
title: Titlu
|
116
|
-
|
126
|
+
topic_id: Subiect
|
127
|
+
weight: Poziție
|
117
128
|
static_page_topic:
|
118
129
|
description: Descriere
|
119
130
|
show_in_footer: Afișează în subsol
|
120
131
|
title: Titlu
|
121
|
-
weight:
|
132
|
+
weight: Poziție
|
122
133
|
user_group_csv_verification:
|
123
134
|
file: Fişier
|
124
135
|
errors:
|
125
136
|
models:
|
137
|
+
newsletter:
|
138
|
+
attributes:
|
139
|
+
base:
|
140
|
+
at_least_one_space: Selectează cel puțin un spațiu participativ
|
126
141
|
organization:
|
127
142
|
attributes:
|
128
143
|
official_img_footer:
|
@@ -180,7 +195,7 @@ ro:
|
|
180
195
|
error: A apărut o eroare la acceptarea termenilor de utilizare ai administratorului.
|
181
196
|
success: Super! Ai acceptat termenii de utilizare ai administratorului.
|
182
197
|
actions:
|
183
|
-
accept: Sunt de acord cu
|
198
|
+
accept: Sunt de acord cu acești termeni și condiţii
|
184
199
|
are_you_sure: Sigur dorești să refuzi termenii de utilizare ai adiminstratorului?
|
185
200
|
refuse: Refuz termenii
|
186
201
|
title: Acceptă termenii și condițiile de utilizare
|
@@ -1039,9 +1054,11 @@ ro:
|
|
1039
1054
|
moderation:
|
1040
1055
|
fields:
|
1041
1056
|
created_at: Data creării
|
1057
|
+
deleted_resource: Resursă ștersă
|
1042
1058
|
hidden_at: Ascuns la
|
1043
1059
|
participatory_space: Spațiu participativ
|
1044
1060
|
report_count: Număr
|
1061
|
+
reportable_id: ID
|
1045
1062
|
reportable_type: Tip
|
1046
1063
|
reported_content_url: URL-ul conținutului raportat
|
1047
1064
|
reports: Rapoarte
|
@@ -1058,7 +1075,7 @@ ro:
|
|
1058
1075
|
decidim:
|
1059
1076
|
admin:
|
1060
1077
|
global_moderations:
|
1061
|
-
title:
|
1078
|
+
title: Moderări globale
|
1062
1079
|
newsletters:
|
1063
1080
|
title: Buletine informative
|
1064
1081
|
settings:
|
data/config/locales/ru.yml
CHANGED
@@ -501,6 +501,9 @@ ru:
|
|
501
501
|
edit:
|
502
502
|
active_content_blocks: Блоки действующего содержимого
|
503
503
|
inactive_content_blocks: Блоки недействующего содержимого
|
504
|
+
organization_homepage_content_blocks:
|
505
|
+
edit:
|
506
|
+
update: Обновить
|
504
507
|
participatory_space_private_users:
|
505
508
|
create:
|
506
509
|
error: При попытке добавить частного участника в это пространство соучастия произошла ошибка.
|
@@ -634,10 +637,10 @@ ru:
|
|
634
637
|
models:
|
635
638
|
moderation:
|
636
639
|
fields:
|
640
|
+
created_at: Дата создания
|
637
641
|
hidden_at: 'Скрыто:'
|
638
642
|
report_count: Количество
|
639
643
|
reported_content_url: Веб-адрес обжалованного содержимого
|
640
|
-
reports: Жалобы
|
641
644
|
visit_url: Посетите веб-адрес
|
642
645
|
errors:
|
643
646
|
messages:
|
data/config/locales/sk.yml
CHANGED
@@ -756,10 +756,10 @@ sk:
|
|
756
756
|
models:
|
757
757
|
moderation:
|
758
758
|
fields:
|
759
|
+
created_at: Dátum vytvorenia
|
759
760
|
hidden_at: Skryté
|
760
761
|
report_count: Počet
|
761
762
|
reported_content_url: Nahlásiť URL obsahu
|
762
|
-
reports: Nahlásenia
|
763
763
|
visit_url: Navštíviť URL
|
764
764
|
errors:
|
765
765
|
messages:
|
data/config/locales/sr-CS.yml
CHANGED
@@ -556,6 +556,9 @@ sr:
|
|
556
556
|
images:
|
557
557
|
preview: Pregled
|
558
558
|
omnipresent_banner_appearance_title: Izmeni sveprisutni baner
|
559
|
+
organization_homepage_content_blocks:
|
560
|
+
edit:
|
561
|
+
update: Ažuriraj
|
559
562
|
shared:
|
560
563
|
gallery:
|
561
564
|
add_images: Dodaj slike
|
@@ -571,3 +574,8 @@ sr:
|
|
571
574
|
last_month: Poslednji mesec
|
572
575
|
last_week: Poslednje nedelje
|
573
576
|
no_users_count_statistics_yet: Još nema statistike o broju korisnika
|
577
|
+
moderations:
|
578
|
+
models:
|
579
|
+
moderation:
|
580
|
+
fields:
|
581
|
+
created_at: Datum kreiranja
|
data/config/locales/sv.yml
CHANGED
@@ -14,17 +14,24 @@ sv:
|
|
14
14
|
description: Beskrivning
|
15
15
|
file: Fil
|
16
16
|
title: Bilaga eller bildnamn
|
17
|
+
weight: Ordning
|
17
18
|
attachment_collection:
|
18
19
|
description: Beskrivning
|
19
20
|
name: Namn
|
21
|
+
weight: Ordning
|
20
22
|
category:
|
21
23
|
description: Beskrivning
|
22
24
|
name: Namn
|
23
25
|
parent_id: Överordnad
|
26
|
+
weight: Ordning
|
24
27
|
component:
|
25
28
|
name: Namn
|
26
29
|
published_at: Publicerad
|
27
|
-
weight:
|
30
|
+
weight: Ordning
|
31
|
+
external_domain:
|
32
|
+
value: Värde
|
33
|
+
help_section:
|
34
|
+
content: Innehåll
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Skapa import som
|
@@ -92,6 +99,9 @@ sv:
|
|
92
99
|
welcome_notification_body: Välkomstmeddelandets brödtext
|
93
100
|
welcome_notification_subject: Välkomstmeddelandets ämnesrad
|
94
101
|
youtube_handler: YouTube-hanterare
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: E-post
|
104
|
+
name: Namn
|
95
105
|
scope:
|
96
106
|
code: Kod
|
97
107
|
name: Namn
|
@@ -113,12 +123,13 @@ sv:
|
|
113
123
|
show_in_footer: Visa i sidfoten
|
114
124
|
slug: URL slug
|
115
125
|
title: Titel
|
116
|
-
|
126
|
+
topic_id: Ämne
|
127
|
+
weight: Ordning
|
117
128
|
static_page_topic:
|
118
129
|
description: Beskrivning
|
119
130
|
show_in_footer: Visa i sidfoten
|
120
131
|
title: Titel
|
121
|
-
weight:
|
132
|
+
weight: Ordning
|
122
133
|
user_group_csv_verification:
|
123
134
|
file: Fil
|
124
135
|
errors:
|
@@ -1039,6 +1050,7 @@ sv:
|
|
1039
1050
|
moderation:
|
1040
1051
|
fields:
|
1041
1052
|
created_at: Skapandedatum
|
1053
|
+
deleted_resource: Borttagen resurs
|
1042
1054
|
hidden_at: Dold
|
1043
1055
|
participatory_space: Deltagarutrymme
|
1044
1056
|
report_count: Antal
|
data/config/locales/tr-TR.yml
CHANGED
@@ -77,6 +77,8 @@ tr:
|
|
77
77
|
welcome_notification_body: Karşılama bildirimi gövdesi
|
78
78
|
welcome_notification_subject: Karşılama bildirimi konusu
|
79
79
|
youtube_handler: YouTube işleyici
|
80
|
+
participatory_space_private_user:
|
81
|
+
name: Adı
|
80
82
|
scope:
|
81
83
|
code: kod
|
82
84
|
name: isim
|
@@ -143,7 +145,6 @@ tr:
|
|
143
145
|
error: Yönetici kullanım şartlarını kabul ederken bir hata oluştu.
|
144
146
|
success: Harika! Yönetici kullanım şartlarını kabul ettiniz.
|
145
147
|
actions:
|
146
|
-
accept: Aşağıdaki şartları kabul ediyorum
|
147
148
|
refuse: Yönetici şartlarını reddedin
|
148
149
|
title: Kullanım şartlarını ve koşullarını kabul edin
|
149
150
|
required_review:
|