decidim-admin 0.27.0 → 0.27.2

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.

Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/admin/unblock_user.rb +1 -1
  3. data/app/controllers/decidim/admin/block_user_controller.rb +3 -3
  4. data/app/controllers/decidim/admin/newsletter_templates_controller.rb +1 -1
  5. data/app/controllers/decidim/admin/newsletters_controller.rb +1 -1
  6. data/app/controllers/decidim/admin/organization_controller.rb +1 -0
  7. data/app/forms/decidim/admin/block_user_form.rb +2 -2
  8. data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +3 -1
  9. data/app/forms/decidim/admin/user_group_csv_verification_form.rb +10 -0
  10. data/app/helpers/decidim/admin/bulk_actions_helper.rb +1 -6
  11. data/app/models/decidim/admin/fake_newsletter.rb +20 -0
  12. data/app/packs/stylesheets/decidim/admin/extra/_quill.scss +7 -0
  13. data/app/packs/stylesheets/decidim/admin/modules/_modules.scss +0 -1
  14. data/app/permissions/decidim/admin/permissions.rb +32 -2
  15. data/app/views/decidim/admin/dashboard/show.html.erb +1 -1
  16. data/app/views/decidim/admin/imports/new.html.erb +1 -1
  17. data/app/views/decidim/admin/moderated_users/index.html.erb +1 -1
  18. data/app/views/decidim/admin/moderations/index.html.erb +8 -4
  19. data/app/views/decidim/admin/moderations/reports/index.html.erb +5 -1
  20. data/config/locales/ar.yml +17 -13
  21. data/config/locales/ca.yml +26 -6
  22. data/config/locales/cs.yml +23 -3
  23. data/config/locales/de.yml +14 -4
  24. data/config/locales/el.yml +0 -1
  25. data/config/locales/en.yml +21 -1
  26. data/config/locales/es-MX.yml +23 -3
  27. data/config/locales/es-PY.yml +23 -3
  28. data/config/locales/es.yml +26 -6
  29. data/config/locales/eu.yml +42 -11
  30. data/config/locales/fi-plain.yml +24 -4
  31. data/config/locales/fi.yml +26 -6
  32. data/config/locales/fr-CA.yml +23 -3
  33. data/config/locales/fr.yml +23 -3
  34. data/config/locales/gl.yml +0 -1
  35. data/config/locales/gn-PY.yml +1 -0
  36. data/config/locales/hu.yml +2 -2
  37. data/config/locales/id-ID.yml +4 -1
  38. data/config/locales/is-IS.yml +4 -1
  39. data/config/locales/it.yml +1 -2
  40. data/config/locales/ja.yml +22 -2
  41. data/config/locales/ka-GE.yml +1 -0
  42. data/config/locales/lb.yml +0 -1
  43. data/config/locales/lo-LA.yml +1 -0
  44. data/config/locales/lt.yml +1 -2
  45. data/config/locales/lv.yml +1 -1
  46. data/config/locales/nl.yml +1 -2
  47. data/config/locales/no.yml +0 -1
  48. data/config/locales/pl.yml +1 -1
  49. data/config/locales/pt-BR.yml +1 -2
  50. data/config/locales/pt.yml +0 -1
  51. data/config/locales/ro-RO.yml +47 -5
  52. data/config/locales/ru.yml +4 -1
  53. data/config/locales/sk.yml +1 -1
  54. data/config/locales/sr-CS.yml +8 -0
  55. data/config/locales/sv.yml +23 -3
  56. data/config/locales/tr-TR.yml +2 -1
  57. data/config/locales/uk.yml +4 -1
  58. data/config/locales/zh-CN.yml +1 -1
  59. data/lib/decidim/admin/engine.rb +11 -1
  60. data/lib/decidim/admin/test/manage_moderations_examples.rb +79 -1
  61. data/lib/decidim/admin/version.rb +1 -1
  62. metadata +12 -10
  63. data/app/packs/stylesheets/decidim/admin/modules/_import_result.scss +0 -10
@@ -15,17 +15,24 @@ de:
15
15
  description: Beschreibung
16
16
  file: Datei
17
17
  title: Anhang oder Bildname
18
+ weight: Reihenfolge
18
19
  attachment_collection:
19
20
  description: Beschreibung
20
21
  name: Name
22
+ weight: Reihenfolge
21
23
  category:
22
24
  description: Beschreibung
23
25
  name: Name
24
26
  parent_id: Übergeordnete Kategorie
27
+ weight: Reihenfolge
25
28
  component:
26
29
  name: Name
27
30
  published_at: Veröffentlicht unter
28
- weight: Bestellposition
31
+ weight: Reihenfolge
32
+ external_domain:
33
+ value: Wert
34
+ help_section:
35
+ content: Inhalt
29
36
  id: ID
30
37
  import:
31
38
  user_group_id: Importierte Inhalte erstellen als
@@ -93,6 +100,9 @@ de:
93
100
  welcome_notification_body: Text der Willkommens-Benachrichtigung
94
101
  welcome_notification_subject: Betreff der Willkommens-Benachrichtigung
95
102
  youtube_handler: YouTube-Handler
103
+ participatory_space_private_user:
104
+ email: E-Mail
105
+ name: Name
96
106
  scope:
97
107
  code: Code
98
108
  name: Name
@@ -114,12 +124,13 @@ de:
114
124
  show_in_footer: In der Fußzeile anzeigen
115
125
  slug: URL-Block
116
126
  title: Titel
117
- weight: Bestellposition
127
+ topic_id: Thema
128
+ weight: Reihenfolge
118
129
  static_page_topic:
119
130
  description: Beschreibung
120
131
  show_in_footer: In der Fußzeile anzeigen
121
132
  title: Titel
122
- weight: Bestellposition
133
+ weight: Reihenfolge
123
134
  user_group_csv_verification:
124
135
  file: Datei
125
136
  errors:
@@ -185,7 +196,6 @@ de:
185
196
  error: Beim Akzeptieren der Nutzungsbedingungen ist ein Fehler aufgetreten.
186
197
  success: Super! Sie haben die Admin-Nutzungsbedingungen akzeptiert.
187
198
  actions:
188
- accept: Ich stimme den folgenden Bedingungen zu
189
199
  are_you_sure: Sind Sie sicher, dass Sie die Admin-Nutzungsbedingungen ablehnen möchten?
190
200
  refuse: Die Admin-Nutzungsbedingungen ablehnen
191
201
  title: Den Admin-Nutzungsbedingungen zustimmen
@@ -178,7 +178,6 @@ el:
178
178
  error: Υπήρξε ένα σφάλμα κατά την αποδοχή των όρων χρήσης διαχειριστή.
179
179
  success: Εξαιρετικά! Αποδεχτήκατε τους όρους χρήσης διαχειριστή.
180
180
  actions:
181
- accept: Συμφωνώ με τους ακόλουθους όρους
182
181
  are_you_sure: Είστε σίγουρος ότι θέλετε να αρνηθείτε τους όρους χρήσης του διαχειριστή;
183
182
  refuse: Απόρριψη των όρων διαχειριστή
184
183
  title: Αποδοχή των όρων και των προϋποθέσεων χρήσης
@@ -15,17 +15,24 @@ en:
15
15
  description: Description
16
16
  file: File
17
17
  title: Attachment or image name
18
+ weight: Order position
18
19
  attachment_collection:
19
20
  description: Description
20
21
  name: Name
22
+ weight: Order position
21
23
  category:
22
24
  description: Description
23
25
  name: Name
24
26
  parent_id: Parent
27
+ weight: Order position
25
28
  component:
26
29
  name: Name
27
30
  published_at: Published at
28
31
  weight: Order position
32
+ external_domain:
33
+ value: Value
34
+ help_section:
35
+ content: Content
29
36
  id: ID
30
37
  import:
31
38
  user_group_id: Create imports as
@@ -93,6 +100,9 @@ en:
93
100
  welcome_notification_body: Welcome notification body
94
101
  welcome_notification_subject: Welcome notification subject
95
102
  youtube_handler: YouTube handler
103
+ participatory_space_private_user:
104
+ email: Email
105
+ name: Name
96
106
  scope:
97
107
  code: Code
98
108
  name: Name
@@ -114,6 +124,7 @@ en:
114
124
  show_in_footer: Show in the footer
115
125
  slug: URL slug
116
126
  title: Title
127
+ topic_id: Topic
117
128
  weight: Order position
118
129
  static_page_topic:
119
130
  description: Description
@@ -134,6 +145,14 @@ en:
134
145
  allowed_file_content_types: Invalid image file
135
146
  official_img_header:
136
147
  allowed_file_content_types: Invalid image file
148
+ participatory_space_private_user_csv_import:
149
+ attributes:
150
+ file:
151
+ malformed: Malformed import file, please read through the instructions carefully and make sure the file is UTF-8 encoded.
152
+ user_group_csv_verification:
153
+ attributes:
154
+ file:
155
+ malformed: Malformed import file, please read through the instructions carefully and make sure the file is UTF-8 encoded.
137
156
  new_import:
138
157
  attributes:
139
158
  file:
@@ -185,7 +204,7 @@ en:
185
204
  error: There's been an error while accepting the admin terms of use.
186
205
  success: Great! You've accepted the admin terms of use.
187
206
  actions:
188
- accept: I agree with the following terms
207
+ accept: I agree with the terms
189
208
  are_you_sure: Are you sure you want to refuse the admin terms of use?
190
209
  refuse: Refuse the admin terms
191
210
  title: Agree to the terms and conditions of use
@@ -1057,6 +1076,7 @@ en:
1057
1076
  moderation:
1058
1077
  fields:
1059
1078
  created_at: Creation date
1079
+ deleted_resource: Deleted resource
1060
1080
  hidden_at: Hidden at
1061
1081
  participatory_space: Participatory space
1062
1082
  report_count: Count
@@ -15,17 +15,24 @@ es-MX:
15
15
  description: Descripción
16
16
  file: Archivo
17
17
  title: Nombre del adjunto o imagen
18
+ weight: Orden de posición
18
19
  attachment_collection:
19
20
  description: Descripción
20
21
  name: Nombre
22
+ weight: Orden de posición
21
23
  category:
22
24
  description: Descripción
23
25
  name: Nombre
24
26
  parent_id: Superior
27
+ weight: Orden de posición
25
28
  component:
26
29
  name: Nombre
27
30
  published_at: Publicado en
28
31
  weight: Orden de posición
32
+ external_domain:
33
+ value: Valor
34
+ help_section:
35
+ content: Contenido
29
36
  id: ID
30
37
  import:
31
38
  user_group_id: Importar como
@@ -93,6 +100,9 @@ es-MX:
93
100
  welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
94
101
  welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
95
102
  youtube_handler: Nombre de YouTube
103
+ participatory_space_private_user:
104
+ email: Correo electrónico
105
+ name: Nombre
96
106
  scope:
97
107
  code: Código
98
108
  name: Nombre
@@ -114,6 +124,7 @@ es-MX:
114
124
  show_in_footer: Mostrar en el pie de página
115
125
  slug: Texto corto de URL
116
126
  title: Título
127
+ topic_id: Asunto
117
128
  weight: Orden de posición
118
129
  static_page_topic:
119
130
  description: Descripción
@@ -134,6 +145,14 @@ es-MX:
134
145
  allowed_file_content_types: Archivo de imagen no válido
135
146
  official_img_header:
136
147
  allowed_file_content_types: Archivo de imagen no válido
148
+ participatory_space_private_user_csv_import:
149
+ attributes:
150
+ file:
151
+ malformed: Archivo de importación mal formateado, por favor lea las instrucciones cuidadosamente y asegúrese de que el archivo está codificado en UTF-8.
152
+ user_group_csv_verification:
153
+ attributes:
154
+ file:
155
+ malformed: Archivo de importación mal formateado, por favor lea las instrucciones cuidadosamente y asegúrese de que el archivo está codificado en UTF-8.
137
156
  new_import:
138
157
  attributes:
139
158
  file:
@@ -185,7 +204,7 @@ es-MX:
185
204
  error: Ha habido un error al aceptar los Términos y Condiciones de Administración.
186
205
  success: '¡Genial! Has aceptado los Términos y Condiciones de Administración.'
187
206
  actions:
188
- accept: Estoy de acuerdo con los siguientes términos
207
+ accept: Estoy de acuerdo con los términos
189
208
  are_you_sure: '¿Seguro que deseas rechazar los términos de uso para administradoras?'
190
209
  refuse: Rechazar los Términos y Condiciones de Administración
191
210
  title: Acepto los Términos y Condiciones de Administración
@@ -835,7 +854,7 @@ es-MX:
835
854
  title: Nuevo usuario privado en el espacio participativo.
836
855
  participatory_space_private_users_csv_imports:
837
856
  create:
838
- invalid: Se ha producido un error al leer el archivo CSV.
857
+ invalid: Se produjo un error al leer el archivo CSV.
839
858
  success: Archivo CSV subido correctamente, estamos enviando un correo electrónico de invitación a las participantes. Esto puede tardar un tiempo.
840
859
  new:
841
860
  destroy:
@@ -1057,13 +1076,14 @@ es-MX:
1057
1076
  moderation:
1058
1077
  fields:
1059
1078
  created_at: Fecha de creación
1079
+ deleted_resource: Recurso eliminado
1060
1080
  hidden_at: Fecha de ocultación
1061
1081
  participatory_space: Espacio participativo
1062
1082
  report_count: Recuento
1063
1083
  reportable_id: ID
1064
1084
  reportable_type: Tipo
1065
1085
  reported_content_url: URL del contenido reportado
1066
- reports: Denuncias
1086
+ reports: Informes
1067
1087
  visit_url: Visita la URL
1068
1088
  report:
1069
1089
  fields:
@@ -15,17 +15,24 @@ es-PY:
15
15
  description: Descripción
16
16
  file: Archivo
17
17
  title: Nombre del adjunto o imagen
18
+ weight: Orden de posición
18
19
  attachment_collection:
19
20
  description: Descripción
20
21
  name: Nombre
22
+ weight: Orden de posición
21
23
  category:
22
24
  description: Descripción
23
25
  name: Nombre
24
26
  parent_id: Superior
27
+ weight: Orden de posición
25
28
  component:
26
29
  name: Nombre
27
30
  published_at: Publicado en
28
31
  weight: Orden de posición
32
+ external_domain:
33
+ value: Valor
34
+ help_section:
35
+ content: Contenido
29
36
  id: ID
30
37
  import:
31
38
  user_group_id: Importar como
@@ -93,6 +100,9 @@ es-PY:
93
100
  welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
94
101
  welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
95
102
  youtube_handler: Nombre de YouTube
103
+ participatory_space_private_user:
104
+ email: Correo electrónico
105
+ name: Nombre
96
106
  scope:
97
107
  code: Código
98
108
  name: Nombre
@@ -114,6 +124,7 @@ es-PY:
114
124
  show_in_footer: Mostrar en el pie de página
115
125
  slug: Texto corto de URL
116
126
  title: Título
127
+ topic_id: Asunto
117
128
  weight: Orden de posición
118
129
  static_page_topic:
119
130
  description: Descripción
@@ -134,6 +145,14 @@ es-PY:
134
145
  allowed_file_content_types: Archivo de imagen no válido
135
146
  official_img_header:
136
147
  allowed_file_content_types: Archivo de imagen no válido
148
+ participatory_space_private_user_csv_import:
149
+ attributes:
150
+ file:
151
+ malformed: Archivo de importación mal formateado, por favor lea las instrucciones cuidadosamente y asegúrese de que el archivo está codificado en UTF-8.
152
+ user_group_csv_verification:
153
+ attributes:
154
+ file:
155
+ malformed: Archivo de importación mal formateado, por favor lea las instrucciones cuidadosamente y asegúrese de que el archivo está codificado en UTF-8.
137
156
  new_import:
138
157
  attributes:
139
158
  file:
@@ -185,7 +204,7 @@ es-PY:
185
204
  error: Ha habido un error al aceptar los Términos y Condiciones de Administración.
186
205
  success: '¡Genial! Has aceptado los Términos y Condiciones de Administración.'
187
206
  actions:
188
- accept: Estoy de acuerdo con los siguientes términos
207
+ accept: Estoy de acuerdo con los términos
189
208
  are_you_sure: '¿Seguro que deseas rechazar los términos de uso para administradoras?'
190
209
  refuse: Rechazar los Términos y Condiciones de Administración
191
210
  title: Acepto los Términos y Condiciones de Administración
@@ -835,7 +854,7 @@ es-PY:
835
854
  title: Nuevo usuario privado en el espacio participativo.
836
855
  participatory_space_private_users_csv_imports:
837
856
  create:
838
- invalid: Se ha producido un error al leer el archivo CSV.
857
+ invalid: Se produjo un error al leer el archivo CSV.
839
858
  success: Archivo CSV subido correctamente, estamos enviando un correo electrónico de invitación a las participantes. Esto puede tardar un tiempo.
840
859
  new:
841
860
  destroy:
@@ -1057,13 +1076,14 @@ es-PY:
1057
1076
  moderation:
1058
1077
  fields:
1059
1078
  created_at: Fecha de creación
1079
+ deleted_resource: Recurso eliminado
1060
1080
  hidden_at: Fecha de ocultación
1061
1081
  participatory_space: Espacio participativo
1062
1082
  report_count: Recuento
1063
1083
  reportable_id: ID
1064
1084
  reportable_type: Tipo
1065
1085
  reported_content_url: URL del contenido reportado
1066
- reports: Denuncias
1086
+ reports: Informes
1067
1087
  visit_url: Visita la URL
1068
1088
  report:
1069
1089
  fields:
@@ -15,17 +15,24 @@ es:
15
15
  description: Descripción
16
16
  file: Archivo
17
17
  title: Nombre del adjunto o imagen
18
+ weight: Orden de posición
18
19
  attachment_collection:
19
20
  description: Descripción
20
21
  name: Nombre
22
+ weight: Orden de posición
21
23
  category:
22
24
  description: Descripción
23
25
  name: Nombre
24
26
  parent_id: Superior
27
+ weight: Orden de posición
25
28
  component:
26
29
  name: Nombre
27
30
  published_at: Publicado en
28
31
  weight: Orden de posición
32
+ external_domain:
33
+ value: Valor
34
+ help_section:
35
+ content: Contenido
29
36
  id: ID
30
37
  import:
31
38
  user_group_id: Importar como
@@ -93,6 +100,9 @@ es:
93
100
  welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
94
101
  welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
95
102
  youtube_handler: Nombre de YouTube
103
+ participatory_space_private_user:
104
+ email: Correo electrónico
105
+ name: Nombre
96
106
  scope:
97
107
  code: Código
98
108
  name: Nombre
@@ -114,6 +124,7 @@ es:
114
124
  show_in_footer: Mostrar en el pie de página
115
125
  slug: Texto corto de URL
116
126
  title: Título
127
+ topic_id: Asunto
117
128
  weight: Orden de posición
118
129
  static_page_topic:
119
130
  description: Descripción
@@ -134,6 +145,14 @@ es:
134
145
  allowed_file_content_types: Archivo de imagen no válido
135
146
  official_img_header:
136
147
  allowed_file_content_types: Archivo de imagen no válido
148
+ participatory_space_private_user_csv_import:
149
+ attributes:
150
+ file:
151
+ malformed: Archivo de importación mal formateado, por favor lea las instrucciones cuidadosamente y asegúrese de que el archivo está codificado en UTF-8.
152
+ user_group_csv_verification:
153
+ attributes:
154
+ file:
155
+ malformed: Archivo de importación mal formateado, por favor lea las instrucciones cuidadosamente y asegúrese de que el archivo está codificado en UTF-8.
137
156
  new_import:
138
157
  attributes:
139
158
  file:
@@ -185,7 +204,7 @@ es:
185
204
  error: Ha habido un error al aceptar los Términos y Condiciones de Administración.
186
205
  success: '¡Genial! Has aceptado los Términos y Condiciones de Administración.'
187
206
  actions:
188
- accept: Estoy de acuerdo con los siguientes términos
207
+ accept: Estoy de acuerdo con los términos
189
208
  are_you_sure: '¿Seguro que deseas rechazar los términos de uso para administradoras?'
190
209
  refuse: Rechazar los Términos y Condiciones de Administración
191
210
  title: Acepto los Términos y Condiciones de Administración
@@ -692,7 +711,7 @@ es:
692
711
  all: todos
693
712
  all_users: 'Todos los usuarios '
694
713
  and: 'y '
695
- confirm_delete: '¿Estás seguro de que quieres eliminar este boletín?'
714
+ confirm_delete: '¿Seguro que quieres eliminar este boletín?'
696
715
  followers: 'seguidores '
697
716
  has_been_sent_to: 'Se ha enviado a: '
698
717
  no_scopes: Sin ámbitos
@@ -707,7 +726,7 @@ es:
707
726
  select_recipients_to_deliver:
708
727
  all_spaces: Todos
709
728
  all_users_help: Envía el boletín de noticias a todos las participantes confirmadas.
710
- confirm_deliver: '¿Estás segura de que quieres enviar este boletín? Esta acción no se puede deshacer.'
729
+ confirm_deliver: '¿Seguro que quieres enviar este boletín? Esta acción no se puede deshacer.'
711
730
  deliver: Enviar boletín
712
731
  followers_help: Envía el boletín de noticias a todas las participantes confirmadas que sigan cualquier espacio participativo seleccionado en la lista.
713
732
  none: Ninguno
@@ -835,12 +854,12 @@ es:
835
854
  title: Nueva participante de espacio de participación privado.
836
855
  participatory_space_private_users_csv_imports:
837
856
  create:
838
- invalid: Se ha producido un error al leer el archivo CSV.
857
+ invalid: Se produjo un error al leer el archivo CSV.
839
858
  success: Archivo CSV subido correctamente, estamos enviando un correo electrónico de invitación a las participantes. Esto puede tardar un tiempo.
840
859
  new:
841
860
  destroy:
842
861
  button: Borrar todas las participantes privadas
843
- confirm: '¿Estás segura que quieres eliminar todas las participantes privadas? Esta acción no se puede deshacer, no podrás recupararlas.'
862
+ confirm: '¿Seguro que quieres eliminar todas las participantes privadas? Esta acción no se puede deshacer, no podrás recuperarlas.'
844
863
  empty: No hay participantes privadas.
845
864
  explanation: Hay %{count} participante/s privada/s.
846
865
  title: Borrar las participantes privadas
@@ -1057,13 +1076,14 @@ es:
1057
1076
  moderation:
1058
1077
  fields:
1059
1078
  created_at: Fecha de creación
1079
+ deleted_resource: Recurso eliminado
1060
1080
  hidden_at: Fecha de ocultación
1061
1081
  participatory_space: Espacio participativo
1062
1082
  report_count: Recuento
1063
1083
  reportable_id: ID
1064
1084
  reportable_type: Tipo
1065
1085
  reported_content_url: URL del contenido reportado
1066
- reports: Denuncias
1086
+ reports: Informes
1067
1087
  visit_url: Visita la URL
1068
1088
  report:
1069
1089
  fields:
@@ -15,17 +15,24 @@ eu:
15
15
  description: Descripción
16
16
  file: Fitxategia
17
17
  title: Erantsitakoaren edo irudiaren izena
18
+ weight: Kokapenaren hurrenkera
18
19
  attachment_collection:
19
20
  description: Deskribapena
20
21
  name: Izena
22
+ weight: Kokapenaren hurrenkera
21
23
  category:
22
24
  description: Descripción
23
25
  name: Izena
24
26
  parent_id: Nagusia
27
+ weight: Kokapenaren hurrenkera
25
28
  component:
26
29
  name: Izena
27
30
  published_at: Argitaratu at
28
31
  weight: Kokapenaren hurrenkera
32
+ external_domain:
33
+ value: Balioa
34
+ help_section:
35
+ content: Edukia
29
36
  id: NAN
30
37
  import:
31
38
  user_group_id: Inportatu hau bezala
@@ -93,6 +100,9 @@ eu:
93
100
  welcome_notification_body: Ongietorri-jakinarazpenaren mezuaren atala
94
101
  welcome_notification_subject: Ongietorri-jakinarazpenaren mezuaren gaia
95
102
  youtube_handler: YouTube kudeatzailea
103
+ participatory_space_private_user:
104
+ email: Helbide elektronikoa
105
+ name: Izena
96
106
  scope:
97
107
  code: Kodea
98
108
  name: Izena
@@ -114,6 +124,7 @@ eu:
114
124
  show_in_footer: Erakutsi orri-oinean
115
125
  slug: URL laburra
116
126
  title: Titulua
127
+ topic_id: Gaia
117
128
  weight: Kokapenaren hurrenkera
118
129
  static_page_topic:
119
130
  description: Deskribapena
@@ -124,12 +135,24 @@ eu:
124
135
  file: file
125
136
  errors:
126
137
  models:
138
+ newsletter:
139
+ attributes:
140
+ base:
141
+ at_least_one_space: Aukeratu parte hartzeko espazio bat gutxienez
127
142
  organization:
128
143
  attributes:
129
144
  official_img_footer:
130
145
  allowed_file_content_types: Irudi fitxategi baliogabea
131
146
  official_img_header:
132
147
  allowed_file_content_types: Irudi fitxategi baliogabea
148
+ participatory_space_private_user_csv_import:
149
+ attributes:
150
+ file:
151
+ malformed: Fitxategia akastuna da. Irakurri arretaz jarraibideak eta ziurtatu fitxategia UTF-8an kodifikatuta dagoela.
152
+ user_group_csv_verification:
153
+ attributes:
154
+ file:
155
+ malformed: Fitxategia akastuna da. Irakurri arretaz jarraibideak eta ziurtatu fitxategia UTF-8an kodifikatuta dagoela.
133
156
  new_import:
134
157
  attributes:
135
158
  file:
@@ -173,13 +196,15 @@ eu:
173
196
  permissions: Baimenak
174
197
  reject: Ukatu
175
198
  share: Partekatu
199
+ user:
200
+ new: Administratzaile berria
176
201
  verify: Egiaztatu
177
202
  admin_terms_of_use:
178
203
  accept:
179
204
  error: Errorea gertatu da Administrazioaren Gaiak eta Baldintzak onartzean.
180
205
  success: Ederto! Onartu dituzu Administrazioaren Gaiak eta Baldintzak.
181
206
  actions:
182
- accept: Ados nago ondoko gai hauekin
207
+ accept: Ados nago
183
208
  are_you_sure: Ziur zaude ez dituzula onartu nahi administratzaileentzako erabilera-irizpideak?
184
209
  refuse: Ez onartu Administrazio-irizpideak eta baldintzak
185
210
  title: Onartzen ditut Administrazio-irizpideak eta baldintzak
@@ -196,7 +221,7 @@ eu:
196
221
  success: Area mota behar bezala suntsitu da
197
222
  edit:
198
223
  title: Editatu eremu mota
199
- update: Eguneratzearen
224
+ update: Onartu
200
225
  new:
201
226
  create: Sortu eremu mota
202
227
  title: Area mota berria
@@ -212,7 +237,7 @@ eu:
212
237
  success: Area behar bezala suntsitu da
213
238
  edit:
214
239
  title: Editatu eremua
215
- update: Eguneratzearen
240
+ update: Onartu
216
241
  new:
217
242
  create: Sortu eremua
218
243
  title: Area berria
@@ -228,7 +253,7 @@ eu:
228
253
  success: Karpeta ondo suntsitu da.
229
254
  edit:
230
255
  title: Editatu karpeta
231
- update: Eguneratzearen
256
+ update: Onartu
232
257
  index:
233
258
  attachment_collection_used: Karpeta hau ezin da ezabatu erabiltzen ari delako.
234
259
  attachment_collections_title: Eranskinen karpetak
@@ -255,6 +280,8 @@ eu:
255
280
  update:
256
281
  error: Errorea gertatu da fitxategi erantsi bat eguneratzean.
257
282
  success: Fitxategi erantsia zuzen eguneratu da.
283
+ attachments_privacy_warning:
284
+ message: Kontuz ibili fitxategi erantsiekin espazio pribatu batean lan egiten duzunean, edozein parte-hartzailek parteka dezake dokumentu hau beste pertsona batzuekin.
258
285
  autocomplete:
259
286
  no_results: Ez da emaitzarik aurkitu
260
287
  search_prompt: Idatzi bilaketak gutxienez hiru karaktere
@@ -296,7 +323,7 @@ eu:
296
323
  success: Osagaia zuzen ezabatu da.
297
324
  edit:
298
325
  title: Editatu osagaia
299
- update: Eguneratzearen
326
+ update: Onartu
300
327
  form:
301
328
  default_step_settings: Urratsen ezarpen lehenetsiak
302
329
  global_settings: Ezarpen globalak
@@ -424,7 +451,7 @@ eu:
424
451
  help_sections:
425
452
  error: Errore bat gertatu da laguntza-atalak eguneratuz
426
453
  form:
427
- save: Save
454
+ save: Gorde
428
455
  success: Laguntza atalak behar bezala eguneratu dira
429
456
  impersonatable_users:
430
457
  index:
@@ -464,6 +491,9 @@ eu:
464
491
  data_errors:
465
492
  duplicate_headers:
466
493
  detail: Mesedez, egiaztatu fitxategiak behin bakarrik eskatzen diren zutabeak edo goiburuak dituela.
494
+ message:
495
+ one: Bikoiztu zutabeak %{columns}.
496
+ other: Bikoiztu %{columns} zutabe.
467
497
  invalid_indexes:
468
498
  lines:
469
499
  detail: "\nEgiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela."
@@ -509,7 +539,7 @@ eu:
509
539
  moderation: Moderazio globalak
510
540
  newsletters: Buletinak
511
541
  participants: Parte-hartzaileak
512
- reported_users: Erabiltzaile erreportatuak
542
+ reported_users: Erabiltzaile informatuak
513
543
  scope_types: Esparru motak
514
544
  scopes: Esparruak
515
545
  settings: Ezarpenak
@@ -608,7 +638,7 @@ eu:
608
638
  nickname: Ezizena
609
639
  reason: Arrazoia
610
640
  reports: Salaketa kopurua
611
- title: Erreportatutako erabiltzaileen zerrenda
641
+ title: Informatutako erabiltzaileen zerrenda
612
642
  report:
613
643
  reasons:
614
644
  does_not_belong: Ez da bidezkoa
@@ -792,7 +822,7 @@ eu:
792
822
  inactive_content_blocks: Eduki eduki gabeko blokeak
793
823
  organization_homepage_content_blocks:
794
824
  edit:
795
- update: Eguneratu
825
+ update: Onartu
796
826
  participatory_space_private_users:
797
827
  create:
798
828
  error: Errore bat gertatu da partaidetza espazio honen erabiltzaile pribatua gehitzean.
@@ -808,7 +838,7 @@ eu:
808
838
  title: Erabiltzaile pribatuaren parte hartzailea.
809
839
  participatory_space_private_users_csv_imports:
810
840
  create:
811
- invalid: Errorea gertatu da CSV artxiboa irakurtzean.
841
+ invalid: Errore bat gertatu da CSV fitxategia irakurtzean.
812
842
  success: CSV fitxategia zuzen igo da, eta parte-hartzaileei gonbidapen-mezu elektroniko bat bidaltzen ari gara. Horrek denbora behar du.
813
843
  new:
814
844
  explanation: 'Igo zure CSV fitxategia. Bi zutabe izan behar ditu, artxiboaren lehen zutabean eremu parte-hartzailera gehitu nahi dituzun erabiltzaileen posta elektronikoa, eta izena azken zutabean (posta elektronikoa, izena), goibururik gabe. Ez erabili balio ez duten karaktererik erabiltzaile-izenean, hala nola: `<>?%&^*#@()[]=+:;"{}\|`.'
@@ -1016,9 +1046,10 @@ eu:
1016
1046
  hidden_at: Ezkutatze-data
1017
1047
  participatory_space: Parte hartzeko esparrua
1018
1048
  report_count: Zenbaketa
1049
+ reportable_id: ID
1019
1050
  reportable_type: Mota
1020
1051
  reported_content_url: Emandako edukiaren URLa
1021
- reports: Salaketak
1052
+ reports: Txostenak
1022
1053
  visit_url: Bisitatu URLa
1023
1054
  report:
1024
1055
  fields: