decidim-admin 0.31.5 → 0.31.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/commands/decidim/admin/create_newsletter.rb +1 -1
- data/app/commands/decidim/admin/create_taxonomy_filter.rb +16 -2
- data/app/commands/decidim/admin/update_taxonomy_filter.rb +24 -6
- data/app/controllers/decidim/admin/block_user_controller.rb +2 -0
- data/app/controllers/decidim/admin/newsletters_controller.rb +1 -0
- data/app/controllers/decidim/admin/officializations_controller.rb +2 -0
- data/app/forms/decidim/admin/taxonomy_filter_form.rb +11 -9
- data/app/packs/stylesheets/decidim/admin/application.scss +1 -1
- data/app/views/decidim/admin/attachment_collections/index.html.erb +1 -1
- data/app/views/decidim/admin/components/_actions.html.erb +1 -1
- data/app/views/decidim/admin/moderations/_moderation-tr.html.erb +1 -1
- data/app/views/decidim/admin/officializations/show_email.html.erb +7 -1
- data/app/views/decidim/admin/shared/_attachments.html.erb +15 -0
- data/app/views/decidim/admin/taxonomy_filters/_table.html.erb +2 -2
- data/app/views/layouts/decidim/admin/_application.html.erb +1 -1
- data/config/locales/ar.yml +0 -5
- data/config/locales/bg.yml +0 -5
- data/config/locales/bs-BA.yml +0 -4
- data/config/locales/ca-IT.yml +15 -5
- data/config/locales/ca.yml +15 -5
- data/config/locales/cs.yml +16 -5
- data/config/locales/de.yml +4 -5
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +15 -5
- data/config/locales/es-MX.yml +15 -5
- data/config/locales/es-PY.yml +15 -5
- data/config/locales/es.yml +15 -5
- data/config/locales/eu.yml +19 -9
- data/config/locales/fi-plain.yml +14 -4
- data/config/locales/fi.yml +14 -4
- data/config/locales/fr-CA.yml +55 -5
- data/config/locales/fr.yml +55 -5
- data/config/locales/gl.yml +0 -6
- data/config/locales/he-IL.yml +0 -1
- data/config/locales/hu.yml +0 -6
- data/config/locales/it.yml +1 -4
- data/config/locales/ja.yml +17 -7
- data/config/locales/kaa.yml +0 -4
- data/config/locales/ko.yml +0 -6
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +0 -6
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +0 -6
- data/config/locales/no.yml +0 -6
- data/config/locales/pl.yml +0 -5
- data/config/locales/pt-BR.yml +7 -12
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +0 -6
- data/config/locales/sk.yml +3 -6
- data/config/locales/sl.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/sr-CS.yml +0 -4
- data/config/locales/sv.yml +2 -5
- data/config/locales/tr-TR.yml +35 -12
- data/config/locales/zh-CN.yml +0 -5
- data/config/locales/zh-TW.yml +0 -6
- data/lib/decidim/admin/version.rb +1 -1
- metadata +9 -9
- data/app/views/decidim/admin/shared/_gallery.html.erb +0 -15
data/config/locales/en.yml
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
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
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
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
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
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
|
data/config/locales/es.yml
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
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
|
data/config/locales/eu.yml
CHANGED
|
@@ -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
|
|
@@ -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:
|
|
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
|
|
@@ -184,7 +185,7 @@ 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>
|
|
@@ -233,7 +234,7 @@ eu:
|
|
|
233
234
|
title: Editatu arlo mota
|
|
234
235
|
update: Eguneratu
|
|
235
236
|
new:
|
|
236
|
-
create:
|
|
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.
|
|
@@ -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
|
|
@@ -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
|
|
@@ -1067,10 +1072,10 @@ eu:
|
|
|
1067
1072
|
next_title: Hurrengo elementua
|
|
1068
1073
|
previous: Aurrekoa
|
|
1069
1074
|
previous_title: Aurreko elementua
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
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.
|
|
@@ -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:
|
|
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
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -12,6 +12,7 @@ fi-pl:
|
|
|
12
12
|
plural: Monikko
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Kansio
|
|
15
|
+
attachments: Liitteet
|
|
15
16
|
description: Kuvaus
|
|
16
17
|
file: Tiedosto
|
|
17
18
|
title: Liitetiedoston tai kuvan nimi
|
|
@@ -834,6 +835,7 @@ fi-pl:
|
|
|
834
835
|
officializations:
|
|
835
836
|
block:
|
|
836
837
|
error: Osallistujan estäminen epäonnistui.
|
|
838
|
+
no_user: Käyttäjää ei löytynyt
|
|
837
839
|
success: Osallistujan estäminen onnistui.
|
|
838
840
|
bulk_action:
|
|
839
841
|
block:
|
|
@@ -843,6 +845,7 @@ fi-pl:
|
|
|
843
845
|
invalid: Osallistujien eston peruminen epäonnistui.
|
|
844
846
|
success: Osallistujien eston peruminen onnistui.
|
|
845
847
|
create:
|
|
848
|
+
no_user_found: Osallistujaa ei löytynyt.
|
|
846
849
|
success: Osallistujan virallistaminen onnistui.
|
|
847
850
|
destroy:
|
|
848
851
|
success: Osallistujan virallistamisen peruuttaminen onnistui.
|
|
@@ -867,6 +870,8 @@ fi-pl:
|
|
|
867
870
|
badge: Virallistamismerkki
|
|
868
871
|
officialize: Virallista
|
|
869
872
|
title: Virallista käyttäjä "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: Käyttäjää ei löytynyt
|
|
870
875
|
show_email_modal:
|
|
871
876
|
description: Jos haluat ottaa suoraan yhteyttä osallistujaan, voit klikata Näytä-painiketta nähdäksesi hänen sähköpostiosoitteensa. Tästä toiminnosta jää jälki lokiin.
|
|
872
877
|
email_address: Sähköpostiosoite
|
|
@@ -1067,10 +1072,10 @@ fi-pl:
|
|
|
1067
1072
|
next_title: Seuraava kohde
|
|
1068
1073
|
previous: Edellinen
|
|
1069
1074
|
previous_title: Edellinen kohde
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Lisää liitteitä
|
|
1077
|
+
attachment_legend: Lisää liitegalleria (valinnainen)
|
|
1078
|
+
edit_attachments: Muokkaa liitteitä
|
|
1074
1079
|
static_page_topics:
|
|
1075
1080
|
create:
|
|
1076
1081
|
error: Uuden aiheen luomisessa tapahtui virhe.
|
|
@@ -1285,6 +1290,11 @@ fi-pl:
|
|
|
1285
1290
|
errors:
|
|
1286
1291
|
impersonate_user:
|
|
1287
1292
|
reason: Sinun on annettava syy, kun hallitset osallistujaa, joka ei ole hallittu osallistuja.
|
|
1293
|
+
file_help:
|
|
1294
|
+
attachment:
|
|
1295
|
+
explanation: 'Tiedoston ohjeistus:'
|
|
1296
|
+
message_1: CSV-, JSON- ja Excel-tiedostoja (.xlsx) tuetaan
|
|
1297
|
+
message_2: CSV-tiedostoissa sarake-erottimen on oltava puolipiste (";")
|
|
1288
1298
|
moderations:
|
|
1289
1299
|
actions:
|
|
1290
1300
|
expand: Avaa
|
data/config/locales/fi.yml
CHANGED
|
@@ -12,6 +12,7 @@ fi:
|
|
|
12
12
|
plural: Monikko
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Kansio
|
|
15
|
+
attachments: Liitteet
|
|
15
16
|
description: Kuvaus
|
|
16
17
|
file: Tiedosto
|
|
17
18
|
title: Liitetiedoston tai kuvan nimi
|
|
@@ -834,6 +835,7 @@ fi:
|
|
|
834
835
|
officializations:
|
|
835
836
|
block:
|
|
836
837
|
error: Osallistujan estäminen epäonnistui.
|
|
838
|
+
no_user: Käyttäjää ei löytynyt
|
|
837
839
|
success: Osallistujan estäminen onnistui.
|
|
838
840
|
bulk_action:
|
|
839
841
|
block:
|
|
@@ -843,6 +845,7 @@ fi:
|
|
|
843
845
|
invalid: Osallistujien eston peruminen epäonnistui.
|
|
844
846
|
success: Osallistujien eston peruminen onnistui.
|
|
845
847
|
create:
|
|
848
|
+
no_user_found: Osallistujaa ei löytynyt.
|
|
846
849
|
success: Osallistujan virallistaminen onnistui.
|
|
847
850
|
destroy:
|
|
848
851
|
success: Osallistujan virallistamisen peruminen onnistui.
|
|
@@ -867,6 +870,8 @@ fi:
|
|
|
867
870
|
badge: Virallistamismerkki
|
|
868
871
|
officialize: Virallista
|
|
869
872
|
title: Virallista käyttäjä "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: Käyttäjää ei löytynyt
|
|
870
875
|
show_email_modal:
|
|
871
876
|
description: Jos haluat ottaa suoraan yhteyttä osallistujaan, voit klikata Näytä-painiketta nähdäksesi hänen sähköpostiosoitteensa. Tästä toiminnosta jää jälki lokiin.
|
|
872
877
|
email_address: Sähköpostiosoite
|
|
@@ -1067,10 +1072,10 @@ fi:
|
|
|
1067
1072
|
next_title: Seuraava kohde
|
|
1068
1073
|
previous: Edellinen
|
|
1069
1074
|
previous_title: Edellinen kohde
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Lisää liitteitä
|
|
1077
|
+
attachment_legend: Lisää liitegalleria (valinnainen)
|
|
1078
|
+
edit_attachments: Muokkaa liitteitä
|
|
1074
1079
|
static_page_topics:
|
|
1075
1080
|
create:
|
|
1076
1081
|
error: Uuden aiheen luonti epäonnistui.
|
|
@@ -1285,6 +1290,11 @@ fi:
|
|
|
1285
1290
|
errors:
|
|
1286
1291
|
impersonate_user:
|
|
1287
1292
|
reason: Sinun on annettava syy, kun hallitset osallistujaa, joka ei ole hallittu osallistuja.
|
|
1293
|
+
file_help:
|
|
1294
|
+
attachment:
|
|
1295
|
+
explanation: 'Tiedoston ohjeistus:'
|
|
1296
|
+
message_1: CSV-, JSON- ja Excel-tiedostoja (.xlsx) tuetaan
|
|
1297
|
+
message_2: CSV-tiedostoissa sarake-erottimen on oltava puolipiste (";")
|
|
1288
1298
|
moderations:
|
|
1289
1299
|
actions:
|
|
1290
1300
|
expand: Avaa
|