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/fr.yml
CHANGED
|
@@ -36,7 +36,7 @@ fr:
|
|
|
36
36
|
id: ID
|
|
37
37
|
newsletter:
|
|
38
38
|
body: Corps de texte
|
|
39
|
-
send_to_all_users: Envoyer à tous les
|
|
39
|
+
send_to_all_users: Envoyer à tous les participants
|
|
40
40
|
send_to_followers: Envoyer aux abonnés
|
|
41
41
|
send_to_participants: Envoyer aux participants
|
|
42
42
|
subject: Objet
|
|
@@ -49,6 +49,7 @@ fr:
|
|
|
49
49
|
customize_welcome_notification: Personnaliser le mail de bienvenue
|
|
50
50
|
default_locale: Langue par défaut
|
|
51
51
|
description: Description
|
|
52
|
+
enable_machine_translations: Activer la traduction automatique
|
|
52
53
|
enable_omnipresent_banner: Activer la bannière permanente
|
|
53
54
|
enable_participatory_space_filters: Activer les filtres d'espace participatif
|
|
54
55
|
facebook_handler: Gestionnaire Facebook
|
|
@@ -93,7 +94,7 @@ fr:
|
|
|
93
94
|
youtube_handler: Gestionnaire YouTube
|
|
94
95
|
participatory_space_private_user:
|
|
95
96
|
email: Email
|
|
96
|
-
name:
|
|
97
|
+
name: Titre
|
|
97
98
|
participatory_space_private_user_csv_import:
|
|
98
99
|
file: Fichier
|
|
99
100
|
scope:
|
|
@@ -125,6 +126,9 @@ fr:
|
|
|
125
126
|
show_in_footer: Montrer dans le pied de page
|
|
126
127
|
title: Titre
|
|
127
128
|
weight: Rang d'affichage
|
|
129
|
+
taxonomy:
|
|
130
|
+
item_name: Nom de l’élément
|
|
131
|
+
parent_id: Parent
|
|
128
132
|
user_group_csv_verification:
|
|
129
133
|
file: Fichier
|
|
130
134
|
errors:
|
|
@@ -186,7 +190,8 @@ fr:
|
|
|
186
190
|
</ul>
|
|
187
191
|
Si vous changez d'avis, vous pourrez annuler cette action plus tard.
|
|
188
192
|
export: Exporter
|
|
189
|
-
|
|
193
|
+
export_all: Tout exporter
|
|
194
|
+
export_selection: Exporter la sélection
|
|
190
195
|
import: Importer
|
|
191
196
|
menu_hidden: Masquer dans le menu
|
|
192
197
|
moderate: Gérer les modérations
|
|
@@ -237,6 +242,7 @@ fr:
|
|
|
237
242
|
create:
|
|
238
243
|
error: Une erreur s'est produite lors de la création d'un nouveau périmètre d'assemblée.
|
|
239
244
|
success: Périmètre d'assemblée créé avec succès.
|
|
245
|
+
deprecated: Notez que les zones sont dépréciées et seront retirées dans les versions futures. Merci de leur préférer les taxonomies. Le seul module qui utilise les zones actuellement est le module initiatives.
|
|
240
246
|
destroy:
|
|
241
247
|
has_spaces: Des espaces dépendent de ce périmètre d'assemblée. Veuillez vous assurer qu'aucun espace participatif n'est lié à périmètre avant de la supprimer.
|
|
242
248
|
success: Le périmètre d'assemblée a été supprimé avec succès.
|
|
@@ -292,13 +298,13 @@ fr:
|
|
|
292
298
|
block_user:
|
|
293
299
|
bulk_new:
|
|
294
300
|
action: Bloquer le compte et envoyer la justification
|
|
295
|
-
already_reported_html: En poursuivant cette action, vous
|
|
301
|
+
already_reported_html: En poursuivant cette action, vous cacherez également tout le contenu du participant.
|
|
296
302
|
description: Bloquer des participants rendra son compte inutilisable, vous pouvez fournir dans votre justification les conditions de déblocage de ces participants.
|
|
297
303
|
justification: Justification
|
|
298
304
|
title: Bloquer des participants
|
|
299
305
|
new:
|
|
300
306
|
action: Bloquer le compte et envoyer la justification
|
|
301
|
-
already_reported_html: En poursuivant cette action, vous
|
|
307
|
+
already_reported_html: En poursuivant cette action, vous cacherez également tout le contenu du participant.
|
|
302
308
|
description: Bloquer un utilisateur rendra son compte inutilisable, vous devriez fournir dans votre justification les conditions de déblocage de l'utilisateur.
|
|
303
309
|
justification: Justification
|
|
304
310
|
title: Bloquer l'utilisateur %{name}
|
|
@@ -392,7 +398,7 @@ fr:
|
|
|
392
398
|
form:
|
|
393
399
|
domain_too_short: Le nom de domaine est trop court
|
|
394
400
|
update:
|
|
395
|
-
error: Impossible de mettre à jour la liste des domaines externes autorisés
|
|
401
|
+
error: Impossible de mettre à jour la liste des domaines externes autorisés.
|
|
396
402
|
success: La liste des domaines externes autorisés a été mise à jour avec succès.
|
|
397
403
|
exports:
|
|
398
404
|
export_as: "%{name} en format %{export_format}"
|
|
@@ -438,7 +444,7 @@ fr:
|
|
|
438
444
|
user_invitation_sent_at_not_null:
|
|
439
445
|
label: Invitation envoyée
|
|
440
446
|
values:
|
|
441
|
-
'false':
|
|
447
|
+
'false': Envoi non effectué
|
|
442
448
|
'true': Envoyée
|
|
443
449
|
private_space_eq:
|
|
444
450
|
label: Privé
|
|
@@ -477,7 +483,7 @@ fr:
|
|
|
477
483
|
import_csv:
|
|
478
484
|
explanation: 'Prérequis pour le fichier :'
|
|
479
485
|
message_1: Les fichiers CSV sont pris en charge
|
|
480
|
-
message_2: "
|
|
486
|
+
message_2: ".csv avec les données des emails"
|
|
481
487
|
help_sections:
|
|
482
488
|
error: Un problème est survenu lors de la mise à jour des sections d’aide.
|
|
483
489
|
form:
|
|
@@ -808,7 +814,7 @@ fr:
|
|
|
808
814
|
select_users_for_participatory_space: Envoyer la newsletter à un ou plusieurs espaces participatifs
|
|
809
815
|
select_users_general: Envoyer la newsletter générale
|
|
810
816
|
select_verification_types: Choisissez les méthodes de vérification
|
|
811
|
-
send_to_all_users: Envoyer à tous
|
|
817
|
+
send_to_all_users: Envoyer à tous les utilisateurs
|
|
812
818
|
send_to_verified_users: Envoyer aux utilisateurs vérifiés
|
|
813
819
|
title: Sélectionner les destinataires
|
|
814
820
|
verified_users_help: Envoie une newsletter à tous les utilisateurs confirmés et vérifiés via n'importe quelle méthode de vérification sélectionnée.
|
|
@@ -925,7 +931,7 @@ fr:
|
|
|
925
931
|
title: Modifier le participant privé de l'espace participatif.
|
|
926
932
|
update: Mettre à jour
|
|
927
933
|
index:
|
|
928
|
-
import_via_csv: Importer via
|
|
934
|
+
import_via_csv: Importer via CSV
|
|
929
935
|
publish_all: Tout publier
|
|
930
936
|
title: Utilisateur privé de l'espace participatif
|
|
931
937
|
unpublish_all: Tout dépublier
|
|
@@ -944,7 +950,7 @@ fr:
|
|
|
944
950
|
participatory_space_private_users_csv_imports:
|
|
945
951
|
create:
|
|
946
952
|
invalid: Un problème est survenu lors de la lecture du fichier CSV. Veuillez vous assurer que vous avez suivi les instructions.
|
|
947
|
-
success:
|
|
953
|
+
success: Fichier CSV transféré avec succès, nous envoyons un courriel d'invitation aux participants. Cela peut prendre un certain temps.
|
|
948
954
|
new:
|
|
949
955
|
csv_upload:
|
|
950
956
|
title: Téléchargez votre fichier CSV
|
|
@@ -955,12 +961,12 @@ fr:
|
|
|
955
961
|
explanation: Vous avez %{count} utilisateurs privés.
|
|
956
962
|
title: Supprimer les utilisateurs privés
|
|
957
963
|
example_file: 'Fichier d''exemple :'
|
|
958
|
-
explanation: 'Téléchargez votre fichier CSV. Il doit
|
|
964
|
+
explanation: 'Téléchargez votre fichier CSV. Il doit comporter deux colonnes, sans en-têtes, avec l''email dans la première colonne et le nom dans la dernière colonne du fichier des utilisateurs que vous voulez ajouter à l''espace participatif. Évitez d''utiliser des caractères invalides comme `<>?%&^*#@()[]=+:;"{}\|` dans le nom d''utilisateur.'
|
|
959
965
|
explanation_example: |
|
|
960
|
-
john.doe@example.org%{csv_col_sep}
|
|
966
|
+
john.doe@example.org%{csv_col_sep}John Doe
|
|
961
967
|
jane.doe@example.org%{csv_col_sep}Jane Doe
|
|
962
968
|
title: Importer des participants privés via CSV
|
|
963
|
-
upload:
|
|
969
|
+
upload: Charger
|
|
964
970
|
reminders:
|
|
965
971
|
create:
|
|
966
972
|
error: Il y a eu un problème lors de la création des rappels.
|
|
@@ -1117,12 +1123,25 @@ fr:
|
|
|
1117
1123
|
edit: Modifier la taxonomie
|
|
1118
1124
|
new: Nouvelle taxonomie
|
|
1119
1125
|
count: Ressources associées
|
|
1126
|
+
create:
|
|
1127
|
+
invalid: Un problème a été rencontré lors de la création de cette taxonomie.
|
|
1128
|
+
success: La taxonomie a été créée avec succès.
|
|
1129
|
+
destroy:
|
|
1130
|
+
invalid: Un problème a été rencontré lors de la suppression de cette taxonomie.
|
|
1131
|
+
success: La taxonomie a été supprimée avec succès.
|
|
1120
1132
|
edit:
|
|
1133
|
+
back: Retour
|
|
1134
|
+
description: Les éléments dans cette taxonomie seront utilisés pour classer ou filtrer des ressources telles que des espaces participatifs ou des composants. Utilisez le glisser-déposes pour réorganiser la liste.
|
|
1135
|
+
new_item: Nouvel élément
|
|
1136
|
+
no_items: Il n'y a pas d'élément dans cette taxonomie actuellement. Créez une liste d'éléments ici pour classer ou filtrer des ressources telles que des espaces participatifs ou des composants. Les éléments peuvent être hiérarchisés jusqu'à trois niveaux.
|
|
1137
|
+
subtitle: Éléments dans "%{taxonomy_name}"
|
|
1138
|
+
title: Éditer la taxonomie "%{taxonomy_name}"
|
|
1121
1139
|
update: Mettre à jour
|
|
1122
1140
|
filters:
|
|
1123
1141
|
search_placeholder: Rechercher
|
|
1124
1142
|
index:
|
|
1125
1143
|
new_taxonomy: Nouvelle taxonomie
|
|
1144
|
+
name: Nom
|
|
1126
1145
|
total_filters: Filtres
|
|
1127
1146
|
taxonomy_filters:
|
|
1128
1147
|
breadcrumb:
|
|
@@ -1160,6 +1179,7 @@ fr:
|
|
|
1160
1179
|
remove: Supprimer
|
|
1161
1180
|
taxonomies_select:
|
|
1162
1181
|
filters: Filtres
|
|
1182
|
+
select_filter: Sélectionnez un filtre
|
|
1163
1183
|
titles:
|
|
1164
1184
|
admin_log: Journal d'administration
|
|
1165
1185
|
area_types: Types de périmètre d'assemblée
|
|
@@ -1210,7 +1230,7 @@ fr:
|
|
|
1210
1230
|
last_day: Hier
|
|
1211
1231
|
last_month: Le mois dernier
|
|
1212
1232
|
last_week: La semaine dernière
|
|
1213
|
-
no_users_count_statistics_yet: Il n'y a pas encore de statistiques
|
|
1233
|
+
no_users_count_statistics_yet: Il n'y a pas encore de statistiques sur le nombre de participants.
|
|
1214
1234
|
participants: Participants
|
|
1215
1235
|
forms:
|
|
1216
1236
|
errors:
|
|
@@ -1228,6 +1248,16 @@ fr:
|
|
|
1228
1248
|
unreport: Annuler le rapport
|
|
1229
1249
|
admin:
|
|
1230
1250
|
reportable:
|
|
1251
|
+
bulk_action:
|
|
1252
|
+
hide:
|
|
1253
|
+
invalid: Aucune modération sélectionnée.
|
|
1254
|
+
success: Ressources cachées avec succès.
|
|
1255
|
+
ignore:
|
|
1256
|
+
invalid: Aucune modération d'utilisateur sélectionnée.
|
|
1257
|
+
unhide:
|
|
1258
|
+
invalid: Aucune modération sélectionnée.
|
|
1259
|
+
unreport:
|
|
1260
|
+
invalid: Aucune modération sélectionnée.
|
|
1231
1261
|
hide:
|
|
1232
1262
|
invalid: Il y a eu un problème au moment de masquer le contenu.
|
|
1233
1263
|
success: Contenu masqué avec succès.
|
data/config/locales/ga-IE.yml
CHANGED
|
@@ -33,6 +33,11 @@ ga:
|
|
|
33
33
|
primary_color: Bundath
|
|
34
34
|
success_color: Rathúil
|
|
35
35
|
warning_color: Rabhadh
|
|
36
|
+
participatory_space_private_user:
|
|
37
|
+
email: Seoladh ríomhphoist
|
|
38
|
+
name: Ainm
|
|
39
|
+
participatory_space_private_user_csv_import:
|
|
40
|
+
file: Comhad
|
|
36
41
|
scope:
|
|
37
42
|
code: Cód
|
|
38
43
|
name: Ainm
|
|
@@ -126,13 +131,6 @@ ga:
|
|
|
126
131
|
label: Cineál
|
|
127
132
|
officialized_at_null:
|
|
128
133
|
label: Staid
|
|
129
|
-
participatory_space_private_users:
|
|
130
|
-
user_invitation_accepted_at_not_null:
|
|
131
|
-
values:
|
|
132
|
-
'true': Glactha
|
|
133
|
-
user_invitation_sent_at_not_null:
|
|
134
|
-
values:
|
|
135
|
-
'true': Seolta
|
|
136
134
|
private_space_eq:
|
|
137
135
|
label: Príobháideach
|
|
138
136
|
values:
|
|
@@ -282,11 +280,10 @@ ga:
|
|
|
282
280
|
url: URL
|
|
283
281
|
youtube: YouTube
|
|
284
282
|
participatory_space_private_users:
|
|
283
|
+
edit:
|
|
284
|
+
update: Nuashonraigh
|
|
285
285
|
new:
|
|
286
286
|
create: Cruthaigh
|
|
287
|
-
participatory_space_private_users_csv_imports:
|
|
288
|
-
new:
|
|
289
|
-
upload: Uaslódáil
|
|
290
287
|
resource_permissions:
|
|
291
288
|
edit:
|
|
292
289
|
submit: Deimhnigh
|
data/config/locales/gl.yml
CHANGED
|
@@ -77,6 +77,11 @@ gl:
|
|
|
77
77
|
welcome_notification_body: Corpo da notificación de benvida
|
|
78
78
|
welcome_notification_subject: Asunto da notificación de benvida
|
|
79
79
|
youtube_handler: Xestor de YouTube
|
|
80
|
+
participatory_space_private_user:
|
|
81
|
+
email: Correo electrónico
|
|
82
|
+
name: Nome
|
|
83
|
+
participatory_space_private_user_csv_import:
|
|
84
|
+
file: Ficheiro
|
|
80
85
|
scope:
|
|
81
86
|
code: Código
|
|
82
87
|
name: Nome
|
|
@@ -133,7 +138,7 @@ gl:
|
|
|
133
138
|
attachment:
|
|
134
139
|
new: Novo anexo
|
|
135
140
|
browse: Buscar
|
|
136
|
-
|
|
141
|
+
export_all: Exportar todo
|
|
137
142
|
import: Importar
|
|
138
143
|
newsletter:
|
|
139
144
|
new: Novo boletín
|
|
@@ -297,16 +302,9 @@ gl:
|
|
|
297
302
|
'false': Oficializado
|
|
298
303
|
'true': Non oficializado
|
|
299
304
|
participatory_space_private_users:
|
|
300
|
-
user_invitation_accepted_at_not_null:
|
|
301
|
-
label: Invitación aceptada
|
|
302
|
-
values:
|
|
303
|
-
'false': Non aceptada
|
|
304
|
-
'true': Aceptada
|
|
305
305
|
user_invitation_sent_at_not_null:
|
|
306
|
-
label: Invitación enviada
|
|
307
306
|
values:
|
|
308
307
|
'false': Sen enviar
|
|
309
|
-
'true': Enviada
|
|
310
308
|
private_space_eq:
|
|
311
309
|
label: Privado
|
|
312
310
|
values:
|
|
@@ -580,7 +578,6 @@ gl:
|
|
|
580
578
|
participants_help: Enviar boletíns a todos os usuarios confirmados que teñan participado en calquera dos espazos de participación seleccionados na listaxe.
|
|
581
579
|
recipients_count: Este boletín enviarase a <strong id='recipients_count'>%{count}</strong> usuarios.
|
|
582
580
|
select_spaces: Seleccionar espazos para segmentar o boletín
|
|
583
|
-
send_to_all_users: Enviar a todos os usuarios
|
|
584
581
|
title: Seleccionar os destinatarios
|
|
585
582
|
warning: "<strong>Atención:</strong> Este boletín enviarase só aos usuarios que teñen activado <em>Desexo recibir boletíns</em> nos seus axustes de notificacións."
|
|
586
583
|
show:
|
|
@@ -635,8 +632,9 @@ gl:
|
|
|
635
632
|
destroy:
|
|
636
633
|
error: Produciuse un erro ao eliminar un usuario privado deste espazo participativo.
|
|
637
634
|
success: O acceso ao usuario privado do espazo participativo foi destruído con éxito.
|
|
635
|
+
edit:
|
|
636
|
+
update: Actualización
|
|
638
637
|
index:
|
|
639
|
-
import_via_csv: Importar a través de CSV
|
|
640
638
|
title: Espazo participativo usuario privado
|
|
641
639
|
new:
|
|
642
640
|
create: Crear
|
|
@@ -645,7 +643,6 @@ gl:
|
|
|
645
643
|
new:
|
|
646
644
|
csv_upload:
|
|
647
645
|
title: Carga o teu ficheiro CSV
|
|
648
|
-
upload: Subir
|
|
649
646
|
reminders:
|
|
650
647
|
create:
|
|
651
648
|
error: Produciuse un problema ao crear os recordatorios.
|
data/config/locales/he-IL.yml
CHANGED
|
@@ -36,7 +36,6 @@ he:
|
|
|
36
36
|
id: מספר מזהה
|
|
37
37
|
newsletter:
|
|
38
38
|
body: גוף
|
|
39
|
-
send_to_all_users: שליחה לכל המשתמשים.ות
|
|
40
39
|
send_to_followers: שליחה לכל העוקבים.ות
|
|
41
40
|
send_to_participants: שליחה למשתתפים.ות
|
|
42
41
|
subject: נושא
|
|
@@ -46,3 +45,12 @@ he:
|
|
|
46
45
|
available_authorizations: הרשאות זמינות
|
|
47
46
|
badges_enabled: אפשר תגיות
|
|
48
47
|
comments_max_length: אורך מקסימלי לתגובות (השאירו 0 לערך ברירת המחדל)
|
|
48
|
+
participatory_space_private_user:
|
|
49
|
+
name: שם
|
|
50
|
+
participatory_space_private_user_csv_import:
|
|
51
|
+
file: קובץ
|
|
52
|
+
decidim:
|
|
53
|
+
admin:
|
|
54
|
+
newsletters:
|
|
55
|
+
select_recipients_to_deliver:
|
|
56
|
+
send_to_all_users: שליחה לכל המשתמשים.ות
|
data/config/locales/hu.yml
CHANGED
|
@@ -36,7 +36,6 @@ hu:
|
|
|
36
36
|
id: ID
|
|
37
37
|
newsletter:
|
|
38
38
|
body: Szöveg
|
|
39
|
-
send_to_all_users: Küldés az összes felhasználónak
|
|
40
39
|
send_to_followers: Küldés a követőknek
|
|
41
40
|
send_to_participants: Küldés a résztvevőknek
|
|
42
41
|
subject: Tárgy
|
|
@@ -94,6 +93,8 @@ hu:
|
|
|
94
93
|
participatory_space_private_user:
|
|
95
94
|
email: Email
|
|
96
95
|
name: Név
|
|
96
|
+
participatory_space_private_user_csv_import:
|
|
97
|
+
file: Fájl
|
|
97
98
|
scope:
|
|
98
99
|
code: Kód
|
|
99
100
|
name: Név
|
|
@@ -173,7 +174,7 @@ hu:
|
|
|
173
174
|
browse: Böngészés
|
|
174
175
|
configure: Beállítások
|
|
175
176
|
export: Exportálás
|
|
176
|
-
|
|
177
|
+
export_all: Összes exportálása
|
|
177
178
|
import: Import
|
|
178
179
|
newsletter:
|
|
179
180
|
new: Új hírlevél
|
|
@@ -271,7 +272,6 @@ hu:
|
|
|
271
272
|
block_user:
|
|
272
273
|
new:
|
|
273
274
|
action: Fiók blokkolása és igazolás küldése
|
|
274
|
-
already_reported_html: Ezt a műveletet folytatva elrejti a résztvevők összes tartalmát is.
|
|
275
275
|
description: Egy felhasználó letiltása használhatatlanná teszi a fiókját. Az indoklásban megadhat bármilyen iránymutatást arra vonatkozóan, hogy miként lehetne feloldani a felhasználó blokkolását.
|
|
276
276
|
justification: Indoklás
|
|
277
277
|
title: '%{name} felhasználó blokkolása'
|
|
@@ -349,7 +349,6 @@ hu:
|
|
|
349
349
|
form:
|
|
350
350
|
domain_too_short: Túl rövid domain név
|
|
351
351
|
update:
|
|
352
|
-
error: Nem sikerült frissíteni az engedélyezett külső tartományok listáját
|
|
353
352
|
success: Az engedélyezett külső tartományok listája sikeresen frissült.
|
|
354
353
|
exports:
|
|
355
354
|
export_as: "%{name} mint %{export_format}"
|
|
@@ -387,16 +386,9 @@ hu:
|
|
|
387
386
|
'false': Hivatalos
|
|
388
387
|
'true': Nem hivatalos
|
|
389
388
|
participatory_space_private_users:
|
|
390
|
-
user_invitation_accepted_at_not_null:
|
|
391
|
-
label: Meghívás elfogadva
|
|
392
|
-
values:
|
|
393
|
-
'false': Nincs elfogadva
|
|
394
|
-
'true': Elfogadva
|
|
395
389
|
user_invitation_sent_at_not_null:
|
|
396
|
-
label: Meghívó kiküldve
|
|
397
390
|
values:
|
|
398
|
-
'false':
|
|
399
|
-
'true': Elküldve
|
|
391
|
+
'false': Nem került elküldésre
|
|
400
392
|
private_space_eq:
|
|
401
393
|
label: Magán
|
|
402
394
|
values:
|
|
@@ -693,7 +685,7 @@ hu:
|
|
|
693
685
|
participants_help: Hírlevelet küld minden megerősített felhasználónak, aki a listában kiválasztott részvételi terek bármelyikében részt vett valamilyen folyamatban.
|
|
694
686
|
recipients_count: Ezt a hírlevelet <strong id='recipients_count'>%{count}</strong> felhasználónak küldjük ki.
|
|
695
687
|
select_spaces: A hírlevél szegmentálására szolgáló terek kiválasztása
|
|
696
|
-
send_to_all_users: Küldés
|
|
688
|
+
send_to_all_users: Küldés az összes felhasználónak
|
|
697
689
|
title: Címzettek kiválasztása
|
|
698
690
|
warning: "<strong>Figyelem:</strong> Ez a hírlevél csak azoknak a felhasználóknak kerül elküldésre, akik bejelölték a <em>Hírleveleket szeretnék kapni</em> opciót az értesítési beállításokban."
|
|
699
691
|
send:
|
|
@@ -775,16 +767,14 @@ hu:
|
|
|
775
767
|
destroy:
|
|
776
768
|
error: Hiba történt egy privát felhasználó törlésével a részvételi helyen.
|
|
777
769
|
success: Privát felhasználó részvételi helyhez való hozzáférése törölve.
|
|
770
|
+
edit:
|
|
771
|
+
update: Frissítés
|
|
778
772
|
index:
|
|
779
|
-
import_via_csv: Importálás CSV -ből
|
|
780
773
|
title: Részvételi tér privát felhasználója
|
|
781
774
|
new:
|
|
782
775
|
create: Létrehozás
|
|
783
776
|
title: Új részvételi tér privát felhasználója.
|
|
784
777
|
participatory_space_private_users_csv_imports:
|
|
785
|
-
create:
|
|
786
|
-
invalid: Probléma adódott a CSV fájl beolvasásával. Kérjük, győződjön meg róla, hogy követte az utasításokat.
|
|
787
|
-
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.
|
|
788
778
|
new:
|
|
789
779
|
csv_upload:
|
|
790
780
|
title: Töltse fel a CSV fájlját
|
|
@@ -794,12 +784,6 @@ hu:
|
|
|
794
784
|
empty: Nincsenek privát résztvevők.
|
|
795
785
|
explanation: '%{count} privát résztvevője van.'
|
|
796
786
|
title: Privát felhasználók törlése
|
|
797
|
-
example_file: 'Példa fájl:'
|
|
798
|
-
explanation: 'Töltse fel a CSV-fájlt. Két oszlopnak kell lennie, a fájl első oszlopában az e-mail címmel, a fájl utolsó oszlopában pedig a nevével azoknak a felhasználóknak, akiket hozzá szeretne adni a részvételi térhez, fejlécek nélkül. Kerülje az olyan érvénytelen karakterek használatát, mint a `<>?%&^*#@()[]=+:;"{}\|` a felhasználói névben.'
|
|
799
|
-
explanation_example: |
|
|
800
|
-
ohn.doe@example.org%{csv_col_sep}John Doe
|
|
801
|
-
jane.doe@example.org%{csv_col_sep}Jane Doe
|
|
802
|
-
upload: Feltölt
|
|
803
787
|
reminders:
|
|
804
788
|
create:
|
|
805
789
|
error: Hiba történt a bejegyzés létrehozása során.
|
|
@@ -926,7 +910,6 @@ hu:
|
|
|
926
910
|
last_day: Utolsó nap
|
|
927
911
|
last_month: Előző hónap
|
|
928
912
|
last_week: Előző hét
|
|
929
|
-
no_users_count_statistics_yet: Még nincsenek felhasználói statisztikák.
|
|
930
913
|
participants: Résztvevők
|
|
931
914
|
forms:
|
|
932
915
|
errors:
|
data/config/locales/id-ID.yml
CHANGED
|
@@ -53,6 +53,11 @@ id:
|
|
|
53
53
|
tos_version: Versi persyaratan layanan
|
|
54
54
|
warning_color: Peringatan
|
|
55
55
|
youtube_handler: Penangan YouTube
|
|
56
|
+
participatory_space_private_user:
|
|
57
|
+
email: E-mail
|
|
58
|
+
name: Nama
|
|
59
|
+
participatory_space_private_user_csv_import:
|
|
60
|
+
file: Mengajukan
|
|
56
61
|
scope:
|
|
57
62
|
code: Kode
|
|
58
63
|
name: Nama
|
|
@@ -402,6 +407,8 @@ id:
|
|
|
402
407
|
destroy:
|
|
403
408
|
error: Terjadi kesalahan saat menghapus pengguna pribadi untuk ruang partisipatif ini.
|
|
404
409
|
success: Akses pribadi pengguna ruang partisipatif berhasil dihancurkan.
|
|
410
|
+
edit:
|
|
411
|
+
update: Memperbarui
|
|
405
412
|
index:
|
|
406
413
|
title: Ruang partisipatif pengguna pribadi
|
|
407
414
|
new:
|
data/config/locales/is-IS.yml
CHANGED
|
@@ -58,6 +58,11 @@ is:
|
|
|
58
58
|
time_zone: Tímabelti
|
|
59
59
|
warning_color: Aðvörun
|
|
60
60
|
youtube_handler: YouTube umsjónarmaður
|
|
61
|
+
participatory_space_private_user:
|
|
62
|
+
email: Email
|
|
63
|
+
name: Nafn
|
|
64
|
+
participatory_space_private_user_csv_import:
|
|
65
|
+
file: Skrá
|
|
61
66
|
scope:
|
|
62
67
|
code: Kóði
|
|
63
68
|
name: Nafn
|
|
@@ -361,6 +366,8 @@ is:
|
|
|
361
366
|
update:
|
|
362
367
|
success: Skipulag uppfærður með góðum árangri.
|
|
363
368
|
participatory_space_private_users:
|
|
369
|
+
edit:
|
|
370
|
+
update: Uppfæra
|
|
364
371
|
new:
|
|
365
372
|
create: Búa til
|
|
366
373
|
resource_permissions:
|
data/config/locales/it.yml
CHANGED
|
@@ -36,7 +36,6 @@ it:
|
|
|
36
36
|
id: ID
|
|
37
37
|
newsletter:
|
|
38
38
|
body: Testo
|
|
39
|
-
send_to_all_users: Invia a tutti gli utenti
|
|
40
39
|
send_to_followers: Invia ai follower
|
|
41
40
|
send_to_participants: Invia ai partecipanti
|
|
42
41
|
subject: Oggetto
|
|
@@ -92,7 +91,7 @@ it:
|
|
|
92
91
|
welcome_notification_subject: Oggetto della mail con messaggio di Benvenuto
|
|
93
92
|
youtube_handler: Gestore di YouTube
|
|
94
93
|
participatory_space_private_user:
|
|
95
|
-
email:
|
|
94
|
+
email: E-mail
|
|
96
95
|
name: Nome
|
|
97
96
|
participatory_space_private_user_csv_import:
|
|
98
97
|
file: File
|
|
@@ -184,7 +183,7 @@ it:
|
|
|
184
183
|
</ul>
|
|
185
184
|
Se cambi idea, puoi ripristinarlo più tardi.
|
|
186
185
|
export: Esporta
|
|
187
|
-
|
|
186
|
+
export_all: Esporta tutto
|
|
188
187
|
import: Importazione
|
|
189
188
|
newsletter:
|
|
190
189
|
new: Nuova newsletter
|
|
@@ -286,13 +285,11 @@ it:
|
|
|
286
285
|
block_user:
|
|
287
286
|
bulk_new:
|
|
288
287
|
action: Blocca account e invia la motivazione
|
|
289
|
-
already_reported_html: Continuando con questa azione nasconderai anche tutti i contenuti dei partecipanti.
|
|
290
288
|
description: Bloccare un utente renderà il suo account inutilizzabile, puoi fornire nelle tue motivazioni e linee guida i modi in cui ritieni di prendere in considerazione lo sblocco dell'utente.
|
|
291
289
|
justification: Motivazione
|
|
292
290
|
title: Blocca utenti
|
|
293
291
|
new:
|
|
294
292
|
action: Blocca account e invia la motivazione
|
|
295
|
-
already_reported_html: Continuando con questa azione nasconderai anche tutti i contenuti dei partecipanti.
|
|
296
293
|
description: Il blocco di un utente renderà quell'account inutilizzabile. È possibile fornire nella propria giustificazione tutte le linee guida su come prendere in considerazione lo sblocco dell'utente.
|
|
297
294
|
justification: Motivazione
|
|
298
295
|
title: Blocca utente %{name}
|
|
@@ -386,7 +383,6 @@ it:
|
|
|
386
383
|
form:
|
|
387
384
|
domain_too_short: Dominio troppo corto
|
|
388
385
|
update:
|
|
389
|
-
error: Impossibile aggiornare l'elenco dei domini esterni consentiti
|
|
390
386
|
success: L'elenco di domini esterni consentiti è stata aggiornata correttamente.
|
|
391
387
|
exports:
|
|
392
388
|
export_as: "%{name} esporta come %{export_format}"
|
|
@@ -424,16 +420,9 @@ it:
|
|
|
424
420
|
'false': Ufficializzato
|
|
425
421
|
'true': Non ufficializzato
|
|
426
422
|
participatory_space_private_users:
|
|
427
|
-
user_invitation_accepted_at_not_null:
|
|
428
|
-
label: Invito accettato
|
|
429
|
-
values:
|
|
430
|
-
'false': Non accettato
|
|
431
|
-
'true': Accettato
|
|
432
423
|
user_invitation_sent_at_not_null:
|
|
433
|
-
label: Invito inviato
|
|
434
424
|
values:
|
|
435
425
|
'false': Non inviato
|
|
436
|
-
'true': Inviato
|
|
437
426
|
private_space_eq:
|
|
438
427
|
label: Privato
|
|
439
428
|
values:
|
|
@@ -471,7 +460,6 @@ it:
|
|
|
471
460
|
import_csv:
|
|
472
461
|
explanation: 'Orientamenti per il file:'
|
|
473
462
|
message_1: I file CSV sono supportati
|
|
474
|
-
message_2: ".csv file contenente i dati relativi agi indirizzi e-mail"
|
|
475
463
|
help_sections:
|
|
476
464
|
error: Si è verificato un errore durante l'aggiornamento delle sezioni dell'Aiuto.
|
|
477
465
|
form:
|
|
@@ -912,10 +900,7 @@ it:
|
|
|
912
900
|
title: Modifica partecipante privato allo spazio partecipativo.
|
|
913
901
|
update: Aggiorna
|
|
914
902
|
index:
|
|
915
|
-
import_via_csv: Importa da CSV
|
|
916
|
-
publish_all: Pubblica tutto
|
|
917
903
|
title: Utente privato dello spazio partecipativo
|
|
918
|
-
unpublish_all: Annulla la pubblicazione di tutto
|
|
919
904
|
new:
|
|
920
905
|
create: Creare
|
|
921
906
|
title: Nuovo utente privato dello spazio partecipativo.
|
|
@@ -929,9 +914,6 @@ it:
|
|
|
929
914
|
error: Si è verificato un errore durante l'aggiornamento dell'utente privato per questo spazio partecipativo.
|
|
930
915
|
success: Utente privato dello spazio partecipativo aggiornato con successo
|
|
931
916
|
participatory_space_private_users_csv_imports:
|
|
932
|
-
create:
|
|
933
|
-
invalid: Si è verificato un problema durante la lettura del file CSV. Assicurati di aver seguito le istruzioni.
|
|
934
|
-
success: File CSV caricato con successo, stiamo inviando un'email di invito ai partecipanti. Potrebbe richiedere un po' di tempo.
|
|
935
917
|
new:
|
|
936
918
|
csv_upload:
|
|
937
919
|
title: Carica il tuo file CSV
|
|
@@ -941,13 +923,7 @@ it:
|
|
|
941
923
|
empty: Non hai partecipanti privati.
|
|
942
924
|
explanation: Hai %{count} partecipanti privati.
|
|
943
925
|
title: Elimina tutti i partecipanti privati
|
|
944
|
-
example_file: 'File di esempio:'
|
|
945
|
-
explanation: 'Carica il file CSV. Il file deve contenere due colonne (e-mail e nome) senza intestazioni: nella prima sono elencati gli indirizzi e-mail degli utenti che si desidera aggiungere allo spazio partecipativo, nella seconda i loro nomi. Evita di usare caratteri non validi come `<>?%&^*#@()[]=+:;"{}\|` nella colonna dei nomi.'
|
|
946
|
-
explanation_example: |
|
|
947
|
-
john.doe@example.org%{csv_col_sep}John Doe
|
|
948
|
-
jane.doe@example.org%{csv_col_sep}Jane Doe
|
|
949
926
|
title: Importa partecipanti privati tramite CSV
|
|
950
|
-
upload: Carica File
|
|
951
927
|
reminders:
|
|
952
928
|
create:
|
|
953
929
|
error: Si è verificato un errore durante la creazione dei promemoria.
|
data/config/locales/ja.yml
CHANGED
|
@@ -36,7 +36,7 @@ ja:
|
|
|
36
36
|
id: ID
|
|
37
37
|
newsletter:
|
|
38
38
|
body: 本文
|
|
39
|
-
send_to_all_users:
|
|
39
|
+
send_to_all_users: 全参加者に送信
|
|
40
40
|
send_to_followers: フォロワーに送信
|
|
41
41
|
send_to_participants: 参加者に送信
|
|
42
42
|
subject: 件名
|
|
@@ -126,6 +126,9 @@ ja:
|
|
|
126
126
|
show_in_footer: フッターに表示
|
|
127
127
|
title: タイトル
|
|
128
128
|
weight: 順番の位置
|
|
129
|
+
taxonomy:
|
|
130
|
+
item_name: アイテム名
|
|
131
|
+
parent_id: 親
|
|
129
132
|
user_group_csv_verification:
|
|
130
133
|
file: ファイル
|
|
131
134
|
errors:
|
|
@@ -187,7 +190,8 @@ ja:
|
|
|
187
190
|
</ul>
|
|
188
191
|
気が変わった場合は、後で元に戻せます。
|
|
189
192
|
export: エクスポート
|
|
190
|
-
|
|
193
|
+
export_all: 全てエクスポート
|
|
194
|
+
export_selection: 選択したものをエクスポート
|
|
191
195
|
import: インポート
|
|
192
196
|
menu_hidden: メニューから隠す
|
|
193
197
|
moderate: モデレーションの管理
|
|
@@ -294,13 +298,13 @@ ja:
|
|
|
294
298
|
block_user:
|
|
295
299
|
bulk_new:
|
|
296
300
|
action: アカウントをブロックして理由を送信
|
|
297
|
-
already_reported_html:
|
|
301
|
+
already_reported_html: この操作を続行すると、参加者のコンテンツもすべて非表示になります。
|
|
298
302
|
description: ユーザーをブロックすると、そのアカウントは利用できなくなります。ユーザーのブロックを解除することを検討する方法に関するガイドラインを判定通知に含めることができます。
|
|
299
303
|
justification: 判定理由
|
|
300
304
|
title: ユーザーをブロック
|
|
301
305
|
new:
|
|
302
306
|
action: アカウントをブロックして理由を送信
|
|
303
|
-
already_reported_html:
|
|
307
|
+
already_reported_html: この操作を続行すると、参加者のコンテンツもすべて非表示になります。
|
|
304
308
|
description: ユーザーをブロックすると、そのアカウントは利用できなくなります。ユーザーのブロックを解除することを検討する方法に関するガイドラインを判定通知に含めることができます。
|
|
305
309
|
justification: 判定理由
|
|
306
310
|
title: ユーザー %{name} をブロックする
|
|
@@ -393,7 +397,7 @@ ja:
|
|
|
393
397
|
form:
|
|
394
398
|
domain_too_short: ドメインが短すぎます
|
|
395
399
|
update:
|
|
396
|
-
error:
|
|
400
|
+
error: 許可された外部ドメインのリストを更新できませんでした。
|
|
397
401
|
success: 許可された外部ドメインのリストを更新しました。
|
|
398
402
|
exports:
|
|
399
403
|
export_as: "%{name} を %{export_format} 形式で取得"
|
|
@@ -437,9 +441,9 @@ ja:
|
|
|
437
441
|
'false': 未承認
|
|
438
442
|
'true': 承認済み
|
|
439
443
|
user_invitation_sent_at_not_null:
|
|
440
|
-
label:
|
|
444
|
+
label: 招待状を送信しました
|
|
441
445
|
values:
|
|
442
|
-
'false':
|
|
446
|
+
'false': 送信されていません
|
|
443
447
|
'true': 送信済み
|
|
444
448
|
private_space_eq:
|
|
445
449
|
label: プライベート
|
|
@@ -940,8 +944,8 @@ ja:
|
|
|
940
944
|
success: 参加型スペースのプライベート参加者を更新しました
|
|
941
945
|
participatory_space_private_users_csv_imports:
|
|
942
946
|
create:
|
|
943
|
-
invalid: CSV
|
|
944
|
-
success: CSV
|
|
947
|
+
invalid: CSVファイルの読み込み中に問題が発生しました。指示に従って正しく操作されているかご確認ください。
|
|
948
|
+
success: CSVファイルのアップロードが完了しました。参加者に招待メールを送信中です。完了までしばらくお待ちください。
|
|
945
949
|
new:
|
|
946
950
|
csv_upload:
|
|
947
951
|
title: CSVファイルをアップロード
|
|
@@ -951,8 +955,8 @@ ja:
|
|
|
951
955
|
empty: プライベートの参加者はいません。
|
|
952
956
|
explanation: '%{count} 人のプライベート参加者がいます。'
|
|
953
957
|
title: プライベート参加者を削除
|
|
954
|
-
example_file: '
|
|
955
|
-
explanation:
|
|
958
|
+
example_file: 'サンプルファイル:'
|
|
959
|
+
explanation: "CSVファイルをアップロードしてください。ファイルには2つの列が必要で、1列目にはメールアドレス、最後の列には参加スペースに追加したいユーザーの名前を入力してください。ヘッダー行は不要です。ユーザー名には、`<>?%&^*#@()[]=+:;\"{}\\|`などの無効な文字を使用しないでください。\n"
|
|
956
960
|
explanation_example: |
|
|
957
961
|
john.doe@example.org%{csv_col_sep}John Doe
|
|
958
962
|
jane.doe@example.org%{csv_col_sep}Jane Doe
|
|
@@ -1263,7 +1267,7 @@ ja:
|
|
|
1263
1267
|
last_day: 直近24時間
|
|
1264
1268
|
last_month: 直近1ヶ月間
|
|
1265
1269
|
last_week: 直近1週間
|
|
1266
|
-
no_users_count_statistics_yet:
|
|
1270
|
+
no_users_count_statistics_yet: 参加者数の統計データはまだありません。
|
|
1267
1271
|
participants: 参加者
|
|
1268
1272
|
forms:
|
|
1269
1273
|
errors:
|