decidim-admin 0.31.4 → 0.31.6

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.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/admin/create_newsletter.rb +1 -1
  3. data/app/commands/decidim/admin/create_taxonomy_filter.rb +16 -2
  4. data/app/commands/decidim/admin/update_taxonomy_filter.rb +24 -6
  5. data/app/controllers/decidim/admin/block_user_controller.rb +2 -0
  6. data/app/controllers/decidim/admin/newsletters_controller.rb +1 -0
  7. data/app/controllers/decidim/admin/officializations_controller.rb +2 -0
  8. data/app/controllers/decidim/admin/organization_controller.rb +0 -29
  9. data/app/forms/decidim/admin/taxonomy_filter_form.rb +11 -9
  10. data/app/packs/src/decidim/admin/admin_autocomplete.js +16 -10
  11. data/app/packs/stylesheets/decidim/admin/application.scss +1 -1
  12. data/app/views/decidim/admin/attachment_collections/index.html.erb +1 -1
  13. data/app/views/decidim/admin/components/_actions.html.erb +1 -1
  14. data/app/views/decidim/admin/moderations/_moderation-tr.html.erb +1 -1
  15. data/app/views/decidim/admin/officializations/show_email.html.erb +7 -1
  16. data/app/views/decidim/admin/shared/_attachments.html.erb +15 -0
  17. data/app/views/decidim/admin/taxonomy_filters/_table.html.erb +2 -2
  18. data/app/views/layouts/decidim/admin/_application.html.erb +1 -1
  19. data/config/locales/ar.yml +0 -5
  20. data/config/locales/bg.yml +0 -5
  21. data/config/locales/bs-BA.yml +0 -4
  22. data/config/locales/ca-IT.yml +17 -7
  23. data/config/locales/ca.yml +15 -5
  24. data/config/locales/cs.yml +12 -5
  25. data/config/locales/de.yml +4 -5
  26. data/config/locales/el.yml +0 -6
  27. data/config/locales/en.yml +15 -5
  28. data/config/locales/es-MX.yml +15 -5
  29. data/config/locales/es-PY.yml +15 -5
  30. data/config/locales/es.yml +15 -5
  31. data/config/locales/eu.yml +51 -41
  32. data/config/locales/fi-plain.yml +14 -4
  33. data/config/locales/fi.yml +14 -4
  34. data/config/locales/fr-CA.yml +52 -5
  35. data/config/locales/fr.yml +52 -5
  36. data/config/locales/gl.yml +0 -6
  37. data/config/locales/he-IL.yml +0 -1
  38. data/config/locales/hu.yml +0 -6
  39. data/config/locales/it.yml +1 -4
  40. data/config/locales/ja.yml +17 -7
  41. data/config/locales/kaa.yml +0 -4
  42. data/config/locales/ko.yml +0 -6
  43. data/config/locales/lb.yml +0 -5
  44. data/config/locales/lt.yml +0 -6
  45. data/config/locales/lv.yml +0 -4
  46. data/config/locales/nl.yml +0 -6
  47. data/config/locales/no.yml +0 -6
  48. data/config/locales/pl.yml +0 -5
  49. data/config/locales/pt-BR.yml +7 -12
  50. data/config/locales/pt.yml +0 -5
  51. data/config/locales/ro-RO.yml +0 -6
  52. data/config/locales/sk.yml +776 -4
  53. data/config/locales/sl.yml +0 -1
  54. data/config/locales/sq-AL.yml +0 -1
  55. data/config/locales/sr-CS.yml +0 -4
  56. data/config/locales/sv.yml +2 -5
  57. data/config/locales/tr-TR.yml +7 -12
  58. data/config/locales/zh-CN.yml +0 -5
  59. data/config/locales/zh-TW.yml +0 -6
  60. data/config/routes.rb +0 -4
  61. data/lib/decidim/admin/form_builder.rb +1 -3
  62. data/lib/decidim/admin/version.rb +1 -1
  63. metadata +9 -9
  64. data/app/views/decidim/admin/shared/_gallery.html.erb +0 -15
@@ -45,7 +45,6 @@ de:
45
45
  alert_color: Benachrichtigung
46
46
  available_authorizations: Verfügbare Autorisierungen
47
47
  badges_enabled: Abzeichen aktivieren
48
- comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
49
48
  customize_welcome_notification: Willkommens-Benachrichtigung anpassen
50
49
  default_locale: Standardgebietsschema
51
50
  description: Beschreibung
@@ -265,6 +264,8 @@ de:
265
264
  edit:
266
265
  title: Ordner bearbeiten
267
266
  update: Aktualisieren
267
+ index:
268
+ attachment_collections_title: Ordner für Anhänge
268
269
  new:
269
270
  create: Erstellen
270
271
  title: Neuer Ordner
@@ -280,6 +281,8 @@ de:
280
281
  edit:
281
282
  title: Anhang bearbeiten
282
283
  update: Aktualisieren
284
+ index:
285
+ attachments_title: Anhänge
283
286
  new:
284
287
  create: Anhang erstellen
285
288
  title: Neuer Anhang
@@ -1061,10 +1064,6 @@ de:
1061
1064
  next_title: Nächstes Element
1062
1065
  previous: Zurück
1063
1066
  previous_title: Vorheriges Element
1064
- gallery:
1065
- add_images: Bilder hinzufügen
1066
- edit_images: Bilder bearbeiten
1067
- gallery_legend: Bildergalerie hinzufügen (Optional)
1068
1067
  static_page_topics:
1069
1068
  create:
1070
1069
  error: Beim Erstellen eines neuen Themas ist ein Fehler aufgetreten.
@@ -45,7 +45,6 @@ el:
45
45
  alert_color: Ειδοποίηση
46
46
  available_authorizations: Διαθέσιμες εγκρίσεις
47
47
  badges_enabled: Ενεργοποίηση εμβλημάτων
48
- comments_max_length: Μέγιστο μέγεθος σχολίων (Αφήστε το 0 για το προκαθορισμένο μέγεθος)
49
48
  customize_welcome_notification: Προσαρμογή ειδοποίησης καλωσορίσματος
50
49
  default_locale: Προεπιλεγμένες τοπικές ρυθμίσεις
51
50
  description: Περιγραφή
@@ -807,11 +806,6 @@ el:
807
806
  share_tokens:
808
807
  actions:
809
808
  destroy: Διαγραφή
810
- shared:
811
- gallery:
812
- add_images: Προσθήκη εικόνων
813
- edit_images: Επεξεργασία εικόνας
814
- gallery_legend: Προσθήκη συλλογής εικόνων (προαιρετικά)
815
809
  static_page_topics:
816
810
  create:
817
811
  error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου θέματος.
@@ -12,6 +12,7 @@ en:
12
12
  plural: Plural
13
13
  attachment:
14
14
  attachment_collection_id: Folder
15
+ attachments: Attachments
15
16
  description: Description
16
17
  file: File
17
18
  title: Attachment or image name
@@ -45,7 +46,7 @@ en:
45
46
  alert_color: Alert
46
47
  available_authorizations: Available authorizations
47
48
  badges_enabled: Enable badges
48
- comments_max_length: Comments max length (Leave 0 for default value)
49
+ comments_max_length: Max characters per comment (Leave 0 for default value)
49
50
  customize_welcome_notification: Customize welcome notification
50
51
  default_locale: Default locale
51
52
  description: Description
@@ -834,6 +835,7 @@ en:
834
835
  officializations:
835
836
  block:
836
837
  error: There was a problem blocking the participant.
838
+ no_user: No user found
837
839
  success: Participant successfully blocked.
838
840
  bulk_action:
839
841
  block:
@@ -843,6 +845,7 @@ en:
843
845
  invalid: There was a problem unblocking the participants.
844
846
  success: Participants successfully unblocked.
845
847
  create:
848
+ no_user_found: Participant was not found.
846
849
  success: Participant successfully officialized.
847
850
  destroy:
848
851
  success: Participant successfully unofficialized.
@@ -867,6 +870,8 @@ en:
867
870
  badge: Officialization badge
868
871
  officialize: Officialize
869
872
  title: Officialize participant "%{name}"
873
+ show_email:
874
+ no_user: No user found
870
875
  show_email_modal:
871
876
  description: If you need to contact a participant directly, you can click on the Show button to see their email address. This action will be logged.
872
877
  email_address: Email address
@@ -1067,10 +1072,10 @@ en:
1067
1072
  next_title: Next item
1068
1073
  previous: Previous
1069
1074
  previous_title: Previous item
1070
- gallery:
1071
- add_images: Add images
1072
- edit_images: Edit images
1073
- gallery_legend: Add an image gallery (Optional)
1075
+ attachments:
1076
+ add_attachments: Add attachments
1077
+ attachment_legend: Add an attachment gallery (Optional)
1078
+ edit_attachments: Edit attachments
1074
1079
  static_page_topics:
1075
1080
  create:
1076
1081
  error: There was a problem creating a new topic.
@@ -1285,6 +1290,11 @@ en:
1285
1290
  errors:
1286
1291
  impersonate_user:
1287
1292
  reason: You need to provide a reason when managing a non-managed participant.
1293
+ file_help:
1294
+ attachment:
1295
+ explanation: 'Guidance for file:'
1296
+ message_1: CSV, JSON and Excel (.xlsx) files are supported
1297
+ message_2: For CSV files, the separator between columns must be a semicolon (";")
1288
1298
  moderations:
1289
1299
  actions:
1290
1300
  expand: Expand
@@ -12,6 +12,7 @@ es-MX:
12
12
  plural: Plural
13
13
  attachment:
14
14
  attachment_collection_id: Carpeta
15
+ attachments: Archivos adjuntos
15
16
  description: Descripción
16
17
  file: Archivo
17
18
  title: Nombre del adjunto o imagen
@@ -45,7 +46,7 @@ es-MX:
45
46
  alert_color: Alerta
46
47
  available_authorizations: Autorizaciones disponibles
47
48
  badges_enabled: Habilitar insignias
48
- comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
49
+ comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
49
50
  customize_welcome_notification: Personalizar notificación de bienvenida
50
51
  default_locale: Idioma predeterminado
51
52
  description: Descripción
@@ -834,6 +835,7 @@ es-MX:
834
835
  officializations:
835
836
  block:
836
837
  error: Se ha producido un error al bloquear a la participante.
838
+ no_user: No se ha encontrado ninguna usuaria
837
839
  success: Participante bloqueada correctamente.
838
840
  bulk_action:
839
841
  block:
@@ -843,6 +845,7 @@ es-MX:
843
845
  invalid: Se ha producido un error al desbloquear a las participantes.
844
846
  success: Participantes desbloqueadas correctamente.
845
847
  create:
848
+ no_user_found: No se ha encontrado a esta participante.
846
849
  success: Participante oficializada correctamente.
847
850
  destroy:
848
851
  success: Se ha retirado correctamente la oficialización de la participante.
@@ -867,6 +870,8 @@ es-MX:
867
870
  badge: Insignia de oficialización
868
871
  officialize: Oficializar
869
872
  title: Oficializar el usuario "%{name}"
873
+ show_email:
874
+ no_user: No se ha encontrado ninguna usuaria
870
875
  show_email_modal:
871
876
  description: Si necesitas contactar directamente con una participante, puedes hacer clic en el botón Mostrar para ver la dirección de correo electrónico. Esta acción se registrará.
872
877
  email_address: Dirección de correo electrónico
@@ -1067,10 +1072,10 @@ es-MX:
1067
1072
  next_title: Siguiente elemento
1068
1073
  previous: Anterior
1069
1074
  previous_title: Elemento anterior
1070
- gallery:
1071
- add_images: Añadir imágenes
1072
- edit_images: Editar imagenes
1073
- gallery_legend: Añadir una galería de imágenes (opccional)
1075
+ attachments:
1076
+ add_attachments: Agregar archivo(s) adjunto(s)
1077
+ attachment_legend: Añadir una galería de archivos adjuntos (opcional)
1078
+ edit_attachments: Editar los archivos adjuntos
1074
1079
  static_page_topics:
1075
1080
  create:
1076
1081
  error: Se ha producido un error al crear un nuevo tema.
@@ -1285,6 +1290,11 @@ es-MX:
1285
1290
  errors:
1286
1291
  impersonate_user:
1287
1292
  reason: Debes indicar un motivo para la gestión de una participante no gestionada.
1293
+ file_help:
1294
+ attachment:
1295
+ explanation: 'Instrucciones para el archivo:'
1296
+ message_1: Se admiten archivos CSV, JSON y Excel (.xlsx)
1297
+ message_2: Para archivos CSV, el separador entre columnas debe ser un punto y coma (";")
1288
1298
  moderations:
1289
1299
  actions:
1290
1300
  expand: Expandir
@@ -12,6 +12,7 @@ es-PY:
12
12
  plural: Plural
13
13
  attachment:
14
14
  attachment_collection_id: Carpeta
15
+ attachments: Archivos adjuntos
15
16
  description: Descripción
16
17
  file: Archivo
17
18
  title: Nombre del adjunto o imagen
@@ -45,7 +46,7 @@ es-PY:
45
46
  alert_color: Alerta
46
47
  available_authorizations: Autorizaciones disponibles
47
48
  badges_enabled: Habilitar insignias
48
- comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
49
+ comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
49
50
  customize_welcome_notification: Personalizar notificación de bienvenida
50
51
  default_locale: Idioma predeterminado
51
52
  description: Descripción
@@ -834,6 +835,7 @@ es-PY:
834
835
  officializations:
835
836
  block:
836
837
  error: Se ha producido un error al bloquear a la participante.
838
+ no_user: No se ha encontrado ninguna usuaria
837
839
  success: Participante bloqueada correctamente.
838
840
  bulk_action:
839
841
  block:
@@ -843,6 +845,7 @@ es-PY:
843
845
  invalid: Se ha producido un error al desbloquear a las participantes.
844
846
  success: Participantes desbloqueadas correctamente.
845
847
  create:
848
+ no_user_found: No se ha encontrado a esta participante.
846
849
  success: Participante oficializada correctamente.
847
850
  destroy:
848
851
  success: Se ha retirado correctamente la oficialización de la participante.
@@ -867,6 +870,8 @@ es-PY:
867
870
  badge: Insignia de oficialización
868
871
  officialize: Oficializar
869
872
  title: Oficializar el usuario "%{name}"
873
+ show_email:
874
+ no_user: No se ha encontrado ninguna usuaria
870
875
  show_email_modal:
871
876
  description: Si necesitas contactar directamente con una participante, puedes hacer clic en el botón Mostrar para ver la dirección de correo electrónico. Esta acción se registrará.
872
877
  email_address: Dirección de correo electrónico
@@ -1067,10 +1072,10 @@ es-PY:
1067
1072
  next_title: Siguiente elemento
1068
1073
  previous: Anterior
1069
1074
  previous_title: Elemento anterior
1070
- gallery:
1071
- add_images: Añadir imágenes
1072
- edit_images: Editar imagenes
1073
- gallery_legend: Añadir una galería de imágenes (opccional)
1075
+ attachments:
1076
+ add_attachments: Agregar archivo(s) adjunto(s)
1077
+ attachment_legend: Añadir una galería de archivos adjuntos (opcional)
1078
+ edit_attachments: Editar los archivos adjuntos
1074
1079
  static_page_topics:
1075
1080
  create:
1076
1081
  error: Se ha producido un error al crear un nuevo tema.
@@ -1285,6 +1290,11 @@ es-PY:
1285
1290
  errors:
1286
1291
  impersonate_user:
1287
1292
  reason: Debes indicar un motivo para la gestión de una participante no gestionada.
1293
+ file_help:
1294
+ attachment:
1295
+ explanation: 'Instrucciones para el archivo:'
1296
+ message_1: Se admiten archivos CSV, JSON y Excel (.xlsx)
1297
+ message_2: Para archivos CSV, el separador entre columnas debe ser un punto y coma (";")
1288
1298
  moderations:
1289
1299
  actions:
1290
1300
  expand: Expandir
@@ -12,6 +12,7 @@ es:
12
12
  plural: Plural
13
13
  attachment:
14
14
  attachment_collection_id: Carpeta
15
+ attachments: Archivos adjuntos
15
16
  description: Descripción
16
17
  file: Archivo
17
18
  title: Nombre del adjunto o imagen
@@ -45,7 +46,7 @@ es:
45
46
  alert_color: Alerta
46
47
  available_authorizations: Autorizaciones disponibles
47
48
  badges_enabled: Habilitar insignias
48
- comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
49
+ comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
49
50
  customize_welcome_notification: Personalizar notificación de bienvenida
50
51
  default_locale: Idioma predeterminado
51
52
  description: Descripción
@@ -834,6 +835,7 @@ es:
834
835
  officializations:
835
836
  block:
836
837
  error: Se ha producido un error al bloquear a la participante.
838
+ no_user: No se ha encontrado ninguna usuaria
837
839
  success: Participante bloqueada correctamente.
838
840
  bulk_action:
839
841
  block:
@@ -843,6 +845,7 @@ es:
843
845
  invalid: Se ha producido un error al desbloquear a las participantes.
844
846
  success: Participantes desbloqueadas correctamente.
845
847
  create:
848
+ no_user_found: No se ha encontrado a esta participante.
846
849
  success: Participante oficializada correctamente.
847
850
  destroy:
848
851
  success: Se ha retirado correctamente la oficialización de la participante.
@@ -867,6 +870,8 @@ es:
867
870
  badge: Insignia de oficialización
868
871
  officialize: Oficializar
869
872
  title: Oficializar participante "%{name}"
873
+ show_email:
874
+ no_user: No se ha encontrado ninguna usuaria
870
875
  show_email_modal:
871
876
  description: Si necesitas contactar directamente con una participante, puedes hacer clic en el botón Mostrar para ver la dirección de correo electrónico. Esta acción se registrará.
872
877
  email_address: Dirección de correo electrónico
@@ -1067,10 +1072,10 @@ es:
1067
1072
  next_title: Siguiente elemento
1068
1073
  previous: Anterior
1069
1074
  previous_title: Elemento anterior
1070
- gallery:
1071
- add_images: Añadir imágenes
1072
- edit_images: Editar imagenes
1073
- gallery_legend: Añadir una galería de imágenes (opcional)
1075
+ attachments:
1076
+ add_attachments: Agregar archivo(s) adjunto(s)
1077
+ attachment_legend: Añadir una galería de archivos adjuntos (opcional)
1078
+ edit_attachments: Editar los archivos adjuntos
1074
1079
  static_page_topics:
1075
1080
  create:
1076
1081
  error: Se ha producido un error al crear un nuevo tema.
@@ -1285,6 +1290,11 @@ es:
1285
1290
  errors:
1286
1291
  impersonate_user:
1287
1292
  reason: Debes indicar un motivo para la gestión de una participante no gestionada.
1293
+ file_help:
1294
+ attachment:
1295
+ explanation: 'Instrucciones para el archivo:'
1296
+ message_1: Se admiten archivos CSV, JSON y Excel (.xlsx)
1297
+ message_2: Para archivos CSV, el separador entre columnas debe ser un punto y coma (";")
1288
1298
  moderations:
1289
1299
  actions:
1290
1300
  expand: Expandir
@@ -12,6 +12,7 @@ eu:
12
12
  plural: Plurala
13
13
  attachment:
14
14
  attachment_collection_id: Karpeta
15
+ attachments: Erantsitako fitxategiak
15
16
  description: Deskribapena
16
17
  file: Fitxategia
17
18
  title: Erantsitakoaren edo irudiaren izena
@@ -35,7 +36,7 @@ eu:
35
36
  content: Edukia
36
37
  id: ID
37
38
  newsletter:
38
- body: Testua
39
+ body: Gorputza
39
40
  send_to_all_users: Bidali parte-hartzaile guztiei
40
41
  send_to_followers: Bidali jarraitzaileei
41
42
  send_to_participants: Bidali parte-hartzaileei
@@ -45,7 +46,7 @@ eu:
45
46
  alert_color: Abisua
46
47
  available_authorizations: Baimen erabilgarriak
47
48
  badges_enabled: Gaitu garaikurrak
48
- comments_max_length: Iruzkinen gehieneko luzera (utzi 0 defektuz konfigurazioa mantendu nahi baduzu)
49
+ comments_max_length: Iruzkin bakoitzeko gehieneko karaktereak (utzi 0 aurrez zehaztutako baliorako)
49
50
  customize_welcome_notification: Pertsonalizatu ongi etorri jakinarazpena
50
51
  default_locale: Kokapen lehenetsia
51
52
  description: Deskribapena
@@ -68,11 +69,11 @@ eu:
68
69
  machine_translation_display_priority_original: Jatorrizko testua lehenik
69
70
  machine_translation_display_priority_translation: Itzulitako testua lehenik
70
71
  name: Izena
71
- official_img_footer: Logotipoaren logotipo ofiziala
72
+ official_img_footer: Orri-oinaren logotipo ofiziala
72
73
  official_url: Erakundearen URL ofiziala
73
74
  omnipresent_banner_short_description: Deskribapen laburra
74
75
  omnipresent_banner_title: Izenburua
75
- omnipresent_banner_url: URL-a
76
+ omnipresent_banner_url: URLa
76
77
  organization_admin_email: Erakundearen administratzailearen mezu elektronikoa
77
78
  organization_admin_name: Erakundearen administratzailearen izena
78
79
  organization_locales: Tokiko erakundeak
@@ -102,7 +103,7 @@ eu:
102
103
  name: Izena
103
104
  organization: Erakundea
104
105
  parent_id: Nagusia
105
- scope_type: Eremua mota
106
+ scope_type: Esparru mota
106
107
  scope_type_id: Eremua mota
107
108
  scope_type:
108
109
  name: Izena
@@ -116,8 +117,8 @@ eu:
116
117
  content: Edukia
117
118
  organization: Erakundea
118
119
  show_in_footer: Erakutsi orri-oinean
119
- slug: URL laburra
120
- title: Izenburua
120
+ slug: URL sluga
121
+ title: Titulua
121
122
  topic_id: Gaia
122
123
  weight: Kokapenaren hurrenkera
123
124
  static_page_topic:
@@ -144,11 +145,11 @@ eu:
144
145
  participatory_space_private_user_csv_import:
145
146
  attributes:
146
147
  file:
147
- malformed: Fitxategia akastuna da. Irakurri arretaz jarraibideak eta ziurtatu fitxategia UTF-8an kodifikatuta dagoela.
148
+ malformed: Inportazio-fitxategia akastuna da. Irakurri arretaz jarraibideak eta ziurtatu fitxategia UTF-8an kodifikatuta dagoela.
148
149
  user_group_csv_verification:
149
150
  attributes:
150
151
  file:
151
- malformed: Fitxategia akastuna da. Irakurri arretaz jarraibideak eta ziurtatu fitxategia UTF-8an kodifikatuta dagoela.
152
+ malformed: Inportazio-fitxategia akastuna da. Irakurri arretaz jarraibideak eta ziurtatu fitxategia UTF-8an kodifikatuta dagoela.
152
153
  new_import:
153
154
  attributes:
154
155
  file:
@@ -157,9 +158,9 @@ eu:
157
158
  activerecord:
158
159
  attributes:
159
160
  decidim/static_page:
160
- content: Edukia
161
+ content: Contenido
161
162
  slug: URL laburra
162
- title: Izenburua
163
+ title: Titulua
163
164
  doorkeeper/application:
164
165
  authorize_url: Baimendu URLa
165
166
  client_id: Bezeroaren IDa
@@ -184,14 +185,14 @@ eu:
184
185
  configure: Konfiguratu
185
186
  confirm_delete_component: |
186
187
  Ziur zaude osagai hau ezabatu nahi duzula?
187
- Osagai honek honako hauek ditu:
188
+ Osagai honek honako hauek ditu:
188
189
  <ul class="list-disc ml-6 my-2">
189
190
  <li class="font-bold">%{resources_count} resources</li>
190
191
  </ul>
191
192
  Iritziz aldatzen baduzu, geroago berreskuratu ahal izango duzu.na
192
193
  export: Esportatu
193
194
  export_all: Esportatu dena
194
- export_selection: Hautapena esportatu
195
+ export_selection: Esportatu hautaketa
195
196
  import: Inportatu
196
197
  menu_hidden: Ezkutatu menutik
197
198
  moderate: Kudeatu moderazioak
@@ -231,9 +232,9 @@ eu:
231
232
  success: Arlo mota behar bezala suntsitua.
232
233
  edit:
233
234
  title: Editatu arlo mota
234
- update: Onartu
235
+ update: Eguneratu
235
236
  new:
236
- create: Sortu arlo mota
237
+ create: Arlo mota sortu
237
238
  title: Beste arlo mota bat
238
239
  update:
239
240
  error: Arazo bat egon da arlo mota hau eguneratzean.
@@ -264,7 +265,7 @@ eu:
264
265
  success: Karpeta behar bezala suntsitua.
265
266
  edit:
266
267
  title: Editatu karpeta
267
- update: Onartu
268
+ update: Eguneratu
268
269
  index:
269
270
  attachment_collections_title: Erantsitako karpetak
270
271
  new:
@@ -319,10 +320,10 @@ eu:
319
320
  create:
320
321
  error: Arazo bat egon da osagai hau sortzean.
321
322
  success: Osagaia zuzen sortua.
322
- success_landing_page: Osagaia zuzen sortu da. Espazio honen hasiera orrian eduki atal bat gehitu ahal duzu. Joan <a href="%{landing_page_path}">orrira</a> konfiguratzeko.
323
+ success_landing_page: Osagaia zuzuen osatua. Eduki bloke bat gehitu ahal duzu osagai honetarako parte hartzeko espazioaren hasiera-orrian. Zoaz hasiera-orrira konfiguratzeko. <a href="%{landing_page_path}">.
323
324
  edit:
324
325
  title: Editatu osagaia
325
- update: Onartu
326
+ update: Eguneratu
326
327
  form:
327
328
  default_step_settings: Faseen ezarpen lehenetsiak
328
329
  global_settings: Ezarpen globalak
@@ -393,7 +394,7 @@ eu:
393
394
  title: Zain dauden moderazioak
394
395
  show:
395
396
  dropdown: Goitibeherako zerrrenda
396
- view_more_logs: Ikusi erregistro gehiago
397
+ view_more_logs: Ikusi erregistro gehiago
397
398
  domain_allowlist:
398
399
  form:
399
400
  domain_too_short: Domeinu laburregia
@@ -479,7 +480,7 @@ eu:
479
480
  import:
480
481
  explanation: 'Fitxategirako jaribideak:'
481
482
  message_1: CSV, JSON eta Excel (.xlsx) fitxategiak eutsita daude
482
- message_2: CSV artxiboetarako, zutabeen arteko banatzailea puntu eta koma (";") izan behar da
483
+ message_2: CSV fitxategietarako, zutabeen arteko bereizgailuak erdikolona izan behar du (";")
483
484
  import_csv:
484
485
  explanation: 'Fitxategirako jarraibideak:'
485
486
  message_1: CSV fitxategiak onartzen dira
@@ -531,14 +532,14 @@ eu:
531
532
  other: Bikoiztu %{columns} zutabe.
532
533
  invalid_indexes:
533
534
  lines:
534
- detail: "\nEgiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela."
535
+ detail: Mesedez, egiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela.
535
536
  message:
536
537
  one: Errore bat aurkitu da inportazio-fitxategiko %{indexes} lerroan.
537
538
  other: Erroreak aurkitu dira inportazio-fitxategiko %{indexes} lerroetan.
538
539
  records:
539
- detail: "\nEgiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela."
540
+ detail: Mesedez, egiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela.
540
541
  message:
541
- one: Errore bat aurkitu da %{indexes} ordenazio-zenbakiak dituzten erregistroetarako inportazio-fitxategian.
542
+ one: Errore bat aurkitu da % {indexes} ordenazio-zenbakiak dituzten erregistroetarako inportazio-fitxategian.
542
543
  other: Erroreak aurkitu dira %{indexes} ordenazio-zenbakiak dituzten erregistroetarako inportazio-fitxategian.
543
544
  missing_headers:
544
545
  detail: Mesedez, egiaztatu fitxategiak eskatutako zutabeak dituela.
@@ -622,7 +623,7 @@ eu:
622
623
  collection: Karpeta
623
624
  content_type: Mota
624
625
  file_size: Tamaina
625
- title: Izenburua
626
+ title: Titulua
626
627
  name: Eranskina
627
628
  attachment_collection:
628
629
  name: Karpeta
@@ -664,7 +665,7 @@ eu:
664
665
  static_page:
665
666
  fields:
666
667
  created_at: Noiz sortua
667
- title: Izenburua
668
+ title: Titulua
668
669
  user:
669
670
  fields:
670
671
  created_at: Sortze-data
@@ -822,7 +823,7 @@ eu:
822
823
  send:
823
824
  no_recipients: Ez dago hartzailerik hautaketa honetarako.
824
825
  send_to_user:
825
- sent_successfully: Buletina behar bezala bidali zaio %{email} helbideari
826
+ sent_successfully: Buletina behar bezala bidali da %{email} helbidera
826
827
  show:
827
828
  preview: Aurreikusi
828
829
  select_recipients_to_deliver: Hautatu entregaren hartzaileak
@@ -834,6 +835,7 @@ eu:
834
835
  officializations:
835
836
  block:
836
837
  error: Arazo bat izan da parte-hartzailea blokeatzean.
838
+ no_user: Ez da parte-hartzailerik aurkitu
837
839
  success: Parte-hartzailea zuzen blokeatua.
838
840
  bulk_action:
839
841
  block:
@@ -843,6 +845,7 @@ eu:
843
845
  invalid: Arazo bat izan da parte-hartzaileak desblokeatzean.
844
846
  success: Parte-hartzaileak zuzen desblokeatuta.
845
847
  create:
848
+ no_user_found: Ez da Parte-hartzailerik aurkitu.
846
849
  success: Pate-hartzailea zuzen ofizializatua.
847
850
  destroy:
848
851
  success: Parte-hartzailearen ofizializazioa behar bezala desgaitua.
@@ -867,6 +870,8 @@ eu:
867
870
  badge: Ofizializazio-garaikurra
868
871
  officialize: Ofizializatzen du
869
872
  title: Parte-hartzaile ofiziala "%{name}"
873
+ show_email:
874
+ no_user: Ez da parte-hartzailerik aurkitu
870
875
  show_email_modal:
871
876
  description: Parte-hartzaile batekin zuzenean harremanetan jarri behar baduzu, Erakutsi botoian klik egin dezakezu helbide elektronikoa ikusteko. Ekintza hori erregistratu egingo da.
872
877
  email_address: Korreo elektronikoaren helbidea
@@ -901,7 +906,7 @@ eu:
901
906
  organization_logos: Erakundearen logoak
902
907
  preview: Aurreikusi
903
908
  rich_text_editor_in_public_views_help: Testu-eremu batzuetan, parte-hartzaileek HTML etiketa batzuk txertatu ahal izango dituzte testu-editore aberastua erabiliz.
904
- social_handlers: Gizarte
909
+ social_handlers: Soziala
905
910
  twitter: X
906
911
  url: URL
907
912
  welcome_notification: Ongietorri-jakinarazpenaren testua
@@ -929,10 +934,10 @@ eu:
929
934
  success: Behar bezala ezabatua parte-hartzailearen sarbidea partaidetza-espazio pribaturako.
930
935
  edit:
931
936
  title: Editatu espazio parte-hartzailea parte-hartzaile pribatua.
932
- update: Onartu
937
+ update: Eguneratu
933
938
  index:
934
- import_via_csv: CSV fitxategi baten bidez inportatu
935
- publish_all: Denak argitaratu
939
+ import_via_csv: Inportatu CSV bidetik
940
+ publish_all: Argitaratu guztiak
936
941
  title: Partaidetza-espazio pribatuko parte-hartzailea
937
942
  unpublish_all: Desargitaratu guztiak
938
943
  new:
@@ -949,8 +954,8 @@ eu:
949
954
  success: Partaidetza-espazioa, parte-hartzaile pribatua, arrakastaz eguneratua
950
955
  participatory_space_private_users_csv_imports:
951
956
  create:
952
- invalid: Arazo bat izan da CSV fitxategia irakurtzean. Egiaztatu jarraibideak bete dituzula.
953
- success: CSV fitxategia ondo igo da, gonbidapen-mezu elektroniko bat bidaltzen ari gara parte-hartzaileei. Horrek denbora pixka bat iraun dezake.
957
+ invalid: Arazo bat egon da CSV fitxategia irakurtzean. Mesedez, ziurtatu jarraibideei kasu egin diezula.
958
+ success: CSV fitxategia zuzen igo da, eta parte-hartzaileei gonbidapen-mezu elektroniko bat bidaltzen ari gara. Prozesu horrek denbora behar du.
954
959
  new:
955
960
  csv_upload:
956
961
  title: Igo zure CSV fitxategia
@@ -986,7 +991,7 @@ eu:
986
991
  scope_types:
987
992
  create:
988
993
  error: Arazo bat egon da beste eremu mota bat sortzean.
989
- success: Eremu mota arrakastaz sortu da.
994
+ success: Esparru mota arrakastaz sortu da.
990
995
  destroy:
991
996
  success: Eremu mota behar bezala suntsitua
992
997
  edit:
@@ -1067,10 +1072,10 @@ eu:
1067
1072
  next_title: Hurrengo elementua
1068
1073
  previous: Aurrekoa
1069
1074
  previous_title: Aurreko elementua
1070
- gallery:
1071
- add_images: Gehitu irudiak
1072
- edit_images: Editatu irudiak
1073
- gallery_legend: Gehitu irudi-galeria bat (aukerakoa)
1075
+ attachments:
1076
+ add_attachments: Gehitu eranskinak
1077
+ attachment_legend: Gehitu irudi-galeria bat (aukerakoa)
1078
+ edit_attachments: Editatu eranskinak
1074
1079
  static_page_topics:
1075
1080
  create:
1076
1081
  error: Arazo bat egon da beste gai bat sortzean.
@@ -1132,7 +1137,7 @@ eu:
1132
1137
  edit:
1133
1138
  back: Atzera
1134
1139
  description: Taxonomia honetako elementuak baliabideak sailkatzeko edo iragazteko erabiliko dira, hala nola espazio edo osagai parte-hartzaileak. Arrastatu eta utzi zerrenda berrantolatzeko.
1135
- new_item: Elementu berria
1140
+ new_item: Beste elementu bat
1136
1141
  no_items: Gaur egun ez dago taxonomia honetako elementurik. Sortu hemen elementuen zerrenda bat baliabideak sailkatzeko edo iragazteko, hala nola espazio edo osagai parte-hartzaileak. Elementuak hiru mailatan sailka daitezke.
1137
1142
  subtitle: 'Elementuak hemen: "%{taxonomy_name}"'
1138
1143
  title: Editatu "%{taxonomy_name}" taxonomia
@@ -1141,7 +1146,7 @@ eu:
1141
1146
  search_placeholder: Bilatu
1142
1147
  index:
1143
1148
  description: Taxonomiek eta iragazkiek aukera ematen diete administratzaileei edukiak ordenatzeko eta antolatzeko. Adibidez, gehitu taxonomia bat hiriko auzo eta barrutiekin, eta gero sortu iragazkiak barrutiekin edo auzo jakin baterako.
1144
- new_taxonomy: Taxonomia berria
1149
+ new_taxonomy: Beste taxonomia bat
1145
1150
  no_items_found: Ez dago bilaketa-irizpidearekin bat datorren taxonomiarik.
1146
1151
  name: Izena
1147
1152
  new:
@@ -1231,7 +1236,7 @@ eu:
1231
1236
  dashboard: Kontrol-panela
1232
1237
  edit_external_domains: Baimendutako kanpoko domeinuen zerrenda
1233
1238
  impersonatable_users: Parte-hartzaile erabilgarriak
1234
- impersonations: Parte-hartzaileen kudeaketa
1239
+ impersonations: Erabiltzaileen kudeaketa
1235
1240
  menu: Menua
1236
1241
  page_topics: Gaiak
1237
1242
  pages: Orriak
@@ -1285,6 +1290,11 @@ eu:
1285
1290
  errors:
1286
1291
  impersonate_user:
1287
1292
  reason: Arrazoi bat adierazi behar duzu kudeatu gabeko parte-hartzaile bat kudeatzeko.
1293
+ file_help:
1294
+ attachment:
1295
+ explanation: 'Fitxategiako jarraibieak:'
1296
+ message_1: CSV, JSON eta Excel (.xlsx) fitxategiak onartzen dira
1297
+ message_2: CSV fitxategietarako, zutabeen arteko bereizgailuak erdikolona (";") izan behar du
1288
1298
  moderations:
1289
1299
  actions:
1290
1300
  expand: Zabaldu
@@ -1322,7 +1332,7 @@ eu:
1322
1332
  success: Edukia zuzen desezkutatua.
1323
1333
  unreport:
1324
1334
  invalid: Arazo bat egon da salaketa bertan behera uztean.
1325
- success: Salaketa zuzen ezeztatu da.
1335
+ success: Salaketa behar bezala ezeztatua.
1326
1336
  models:
1327
1337
  moderation:
1328
1338
  fields: