decidim-core 0.31.6 → 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/cells/decidim/card_metadata_cell.rb +1 -1
- data/app/cells/decidim/comments_button_cell.rb +9 -1
- data/app/cells/decidim/data_consent/category.erb +20 -33
- data/app/cells/decidim/footer_topics/show.erb +5 -8
- data/app/cells/decidim/participatory_space_dropdown_metadata/links.erb +1 -1
- data/app/cells/decidim/share_widget/qr_code_modal.erb +1 -1
- data/app/events/decidim/amendable/amendment_base_event.rb +7 -1
- data/app/helpers/decidim/menu_helper.rb +0 -2
- data/app/models/decidim/user.rb +2 -2
- data/app/packs/src/decidim/controllers/accordion/accordion.test.js +196 -42
- data/app/packs/src/decidim/controllers/accordion/controller.js +93 -17
- data/app/packs/src/decidim/controllers/dropdown/controller.js +6 -0
- data/app/packs/src/decidim/controllers/dropdown/dropdown.test.js +28 -0
- data/app/packs/src/decidim/controllers/password_toggler/controller.js +22 -1
- data/app/packs/src/decidim/controllers/password_toggler/password_toggler.test.js +11 -20
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +2 -1
- data/app/packs/src/decidim/map/controller.js +10 -1
- data/app/packs/src/decidim/refactor/moved/focus_guard.js +12 -12
- data/app/packs/src/decidim/refactor/moved/focus_guard.test.js +136 -0
- data/app/packs/stylesheets/decidim/_cards.scss +1 -1
- data/app/packs/stylesheets/decidim/_cookies.scss +13 -5
- data/app/packs/stylesheets/decidim/_documents.scss +1 -1
- data/app/packs/stylesheets/decidim/_footer.scss +33 -1
- data/app/packs/stylesheets/decidim/_participatory_spaces.scss +1 -1
- data/app/presenters/decidim/footer_menu_presenter.rb +2 -4
- data/app/resolvers/decidim/meta_image_url_resolver.rb +7 -0
- data/app/views/decidim/searches/_filters.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_links.html.erb +56 -28
- data/config/locales/ar.yml +0 -20
- data/config/locales/bg.yml +0 -19
- data/config/locales/ca-IT.yml +28 -23
- data/config/locales/ca.yml +28 -23
- data/config/locales/cs.yml +13 -21
- data/config/locales/de.yml +0 -25
- data/config/locales/el.yml +0 -18
- data/config/locales/en.yml +28 -23
- data/config/locales/es-MX.yml +28 -23
- data/config/locales/es-PY.yml +28 -23
- data/config/locales/es.yml +28 -23
- data/config/locales/eu.yml +27 -24
- data/config/locales/fi-plain.yml +28 -23
- data/config/locales/fi.yml +28 -23
- data/config/locales/fr-CA.yml +7 -19
- data/config/locales/fr.yml +7 -19
- data/config/locales/gl.yml +0 -19
- data/config/locales/hu.yml +0 -17
- data/config/locales/id-ID.yml +0 -18
- data/config/locales/is-IS.yml +0 -6
- data/config/locales/it.yml +0 -17
- data/config/locales/ja.yml +28 -23
- data/config/locales/lb.yml +0 -18
- data/config/locales/lt.yml +0 -19
- data/config/locales/lv.yml +0 -18
- data/config/locales/nl.yml +0 -18
- data/config/locales/no.yml +0 -18
- data/config/locales/pl.yml +2 -19
- data/config/locales/pt-BR.yml +0 -25
- data/config/locales/pt.yml +0 -18
- data/config/locales/ro-RO.yml +0 -18
- data/config/locales/ru.yml +0 -8
- data/config/locales/sk.yml +0 -25
- data/config/locales/sv.yml +4 -25
- data/config/locales/tr-TR.yml +0 -18
- data/config/locales/uk.yml +0 -6
- data/config/locales/zh-CN.yml +0 -16
- data/config/locales/zh-TW.yml +0 -19
- data/db/migrate/20250217192438_convert_user_groups_into_users.rb +3 -2
- data/decidim-core.gemspec +3 -0
- data/lib/decidim/core/test/shared_examples/amendable/amendment_event_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/has_space_in_mcell_examples.rb +2 -1
- data/lib/decidim/core/test/shared_examples/resource_liked_event_examples.rb +3 -3
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +1 -1
- data/lib/decidim/map/dynamic_map.rb +3 -1
- metadata +27 -6
data/config/locales/en.yml
CHANGED
|
@@ -888,13 +888,13 @@ en:
|
|
|
888
888
|
affected_user:
|
|
889
889
|
email_intro: 'An amendment has been accepted for %{amendable_title}. You can see it from this page:'
|
|
890
890
|
email_outro: You have received this notification because you are an author of %{amendable_title}.
|
|
891
|
-
email_subject: Accepted amendment for %{amendable_title} from %{
|
|
892
|
-
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{
|
|
891
|
+
email_subject: Accepted amendment for %{amendable_title} from %{emendation_author_name}
|
|
892
|
+
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_name}</a> has been accepted for <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
893
893
|
follower:
|
|
894
894
|
email_intro: 'An amendment has been accepted for %{amendable_title}. You can see it from this page:'
|
|
895
895
|
email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
|
|
896
|
-
email_subject: Accepted amendment for %{amendable_title} from %{
|
|
897
|
-
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{
|
|
896
|
+
email_subject: Accepted amendment for %{amendable_title} from %{emendation_author_name}
|
|
897
|
+
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_name}</a> has been accepted for <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
898
898
|
amendment_created:
|
|
899
899
|
affected_user:
|
|
900
900
|
email_intro: 'A new amendment has been created for %{amendable_title}. You can see it from this page:'
|
|
@@ -910,29 +910,29 @@ en:
|
|
|
910
910
|
affected_user:
|
|
911
911
|
email_intro: 'A rejected amendment for %{amendable_title} has been published as a new %{amendable_type}. You can see it from this page:'
|
|
912
912
|
email_outro: You have received this notification because you are an author of %{amendable_title}.
|
|
913
|
-
email_subject: An amendment from %{
|
|
914
|
-
notification_title: A <a href="%{emendation_path}">rejected amendment</a> for <a href="%{amendable_path}">%{amendable_title}</a> has been published as a new %{amendable_type} by <a href="%{emendation_author_path}">%{
|
|
913
|
+
email_subject: An amendment from %{emendation_author_name} has been published as a new %{amendable_type}
|
|
914
|
+
notification_title: A <a href="%{emendation_path}">rejected amendment</a> for <a href="%{amendable_path}">%{amendable_title}</a> has been published as a new %{amendable_type} by <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
915
915
|
follower:
|
|
916
916
|
email_intro: 'A rejected amendment for %{amendable_title} has been published as a new %{amendable_type}. You can see it from this page:'
|
|
917
917
|
email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
|
|
918
|
-
email_subject: An amendment from %{
|
|
919
|
-
notification_title: A <a href="%{emendation_path}">rejected amendment</a> for <a href="%{amendable_path}">%{amendable_title}</a> has been published as a new %{amendable_type} by <a href="%{emendation_author_path}">%{
|
|
918
|
+
email_subject: An amendment from %{emendation_author_name} has been published as a new %{amendable_type}
|
|
919
|
+
notification_title: A <a href="%{emendation_path}">rejected amendment</a> for <a href="%{amendable_path}">%{amendable_title}</a> has been published as a new %{amendable_type} by <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
920
920
|
amendment_rejected:
|
|
921
921
|
affected_user:
|
|
922
922
|
email_intro: 'An amendment has been rejected for %{amendable_title}. You can see it from this page:'
|
|
923
923
|
email_outro: You have received this notification because you are an author of %{amendable_title}.
|
|
924
|
-
email_subject: Amendment rejected for %{amendable_title} from %{
|
|
925
|
-
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{
|
|
924
|
+
email_subject: Amendment rejected for %{amendable_title} from %{emendation_author_name}
|
|
925
|
+
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_name}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
926
926
|
follower:
|
|
927
927
|
email_intro: 'An amendment has been rejected for %{amendable_title}. You can see it from this page:'
|
|
928
928
|
email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
|
|
929
|
-
email_subject: Amendment rejected for %{amendable_title} from %{
|
|
930
|
-
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{
|
|
929
|
+
email_subject: Amendment rejected for %{amendable_title} from %{emendation_author_name}
|
|
930
|
+
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_name}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
931
931
|
emendation_promoted:
|
|
932
932
|
follower:
|
|
933
933
|
email_intro: 'An emendation has been published for %{amendable_title}. You can see it from this page:'
|
|
934
934
|
email_outro: You have received this notification because you are an author of %{amendable_title}.
|
|
935
|
-
email_subject: An emendation from %{
|
|
935
|
+
email_subject: An emendation from %{emendation_author_name} has been published as a new %{amendable_type}
|
|
936
936
|
attachments:
|
|
937
937
|
attachment_created:
|
|
938
938
|
email_intro: 'A new document has been added to %{resource_title}. You can see it from this page:'
|
|
@@ -984,24 +984,24 @@ en:
|
|
|
984
984
|
An administrator removed your %{resource_type} because it has been reported as %{report_reasons}.</br>
|
|
985
985
|
<i>%{resource_content}</i>
|
|
986
986
|
resource_liked:
|
|
987
|
-
email_intro: '%{liker_name}
|
|
988
|
-
email_outro: You have received this notification because you are following %{
|
|
989
|
-
email_subject: "%{
|
|
990
|
-
notification_title: The <a href="%{resource_path}">%{resource_title}</a> %{resource_type} has been liked by <a href="%{liker_path}">%{liker_name}
|
|
987
|
+
email_intro: '%{liker_name}, who you are following, has just liked "%{resource_title}" and we think it may be interesting to you. Check it out and contribute:'
|
|
988
|
+
email_outro: You have received this notification because you are following %{liker_name}. You can stop receiving notifications following the previous link.
|
|
989
|
+
email_subject: "%{liker_name} has performed a new like"
|
|
990
|
+
notification_title: The <a href="%{resource_path}">%{resource_title}</a> %{resource_type} has been liked by <a href="%{liker_path}">%{liker_name}</a>.
|
|
991
991
|
resources:
|
|
992
992
|
soft_deleted:
|
|
993
993
|
notification_title: An admin has deleted your "%{resource_type}" "%{resource_title}".
|
|
994
994
|
users:
|
|
995
995
|
profile_updated:
|
|
996
|
-
email_intro: The <a href="%{resource_url}">profile page</a> of %{name}
|
|
997
|
-
email_outro: You have received this notification because you are following %{
|
|
998
|
-
email_subject: "%{
|
|
999
|
-
notification_title: The <a href="%{resource_path}">profile page</a> of %{name}
|
|
996
|
+
email_intro: The <a href="%{resource_url}">profile page</a> of %{name}, who you are following, has been updated.
|
|
997
|
+
email_outro: You have received this notification because you are following %{name}. You can stop receiving notifications following the previous link.
|
|
998
|
+
email_subject: "%{name} updated their profile"
|
|
999
|
+
notification_title: The <a href="%{resource_path}">profile page</a> of %{name}, who you are following, has been updated.
|
|
1000
1000
|
user_officialized:
|
|
1001
|
-
email_intro: Participant %{name}
|
|
1001
|
+
email_intro: Participant %{name} has been officialized.
|
|
1002
1002
|
email_outro: You have received this notification because you are an administrator of the organization.
|
|
1003
1003
|
email_subject: "%{name} has been officialized"
|
|
1004
|
-
notification_title: Participant %{name}
|
|
1004
|
+
notification_title: Participant %{name} has been officialized.
|
|
1005
1005
|
export_mailer:
|
|
1006
1006
|
download_your_data_export:
|
|
1007
1007
|
click_button_html: Click the next link to download your data.<br/>The file will be available for download until %{date}.
|
|
@@ -1196,6 +1196,8 @@ en:
|
|
|
1196
1196
|
dynamic:
|
|
1197
1197
|
screen_reader_explanation: The following element is a map which presents the items on this page as map points. The element can be used with a screen reader but it may be hard to understand.
|
|
1198
1198
|
skip_button: Skip map
|
|
1199
|
+
zoom_in: Zoom in
|
|
1200
|
+
zoom_out: Zoom out
|
|
1199
1201
|
static:
|
|
1200
1202
|
latlng_text: 'latitude: %{latitude}, longitude: %{longitude}'
|
|
1201
1203
|
map_service_brand: OpenStreetMap
|
|
@@ -1537,6 +1539,9 @@ en:
|
|
|
1537
1539
|
log_in: log in
|
|
1538
1540
|
never_logged_in: never logged in
|
|
1539
1541
|
subject: Inactive account warning
|
|
1542
|
+
participatory_space:
|
|
1543
|
+
labels:
|
|
1544
|
+
reference: Reference of the space
|
|
1540
1545
|
passwords:
|
|
1541
1546
|
update:
|
|
1542
1547
|
error: There was a problem updating the password.
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -884,13 +884,13 @@ es-MX:
|
|
|
884
884
|
affected_user:
|
|
885
885
|
email_intro: 'Se ha aceptado una enmienda para %{amendable_title}. Puedes verlo desde esta página:'
|
|
886
886
|
email_outro: Has recibido esta notificación porque eres un autor de %{amendable_title}.
|
|
887
|
-
email_subject:
|
|
888
|
-
notification_title:
|
|
887
|
+
email_subject: Enmienda aceptada de %{emendation_author_name} para %{amendable_title}
|
|
888
|
+
notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> ha sido aceptada para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
889
889
|
follower:
|
|
890
890
|
email_intro: 'Se ha aceptado una enmienda para %{amendable_title}. Puedes verlo desde esta página:'
|
|
891
891
|
email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
892
|
-
email_subject:
|
|
893
|
-
notification_title:
|
|
892
|
+
email_subject: Enmienda de %{emendation_author_name} aceptada para %{amendable_title}
|
|
893
|
+
notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> ha sido aceptada para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
894
894
|
amendment_created:
|
|
895
895
|
affected_user:
|
|
896
896
|
email_intro: 'Se ha creado una nueva enmienda para %{amendable_title}. Puedes verlo desde esta página:'
|
|
@@ -906,29 +906,29 @@ es-MX:
|
|
|
906
906
|
affected_user:
|
|
907
907
|
email_intro: 'Una enmienda rechazada por %{amendable_title} ha sido promovida a %{amendable_type}independiente. Puedes verlo desde esta página:'
|
|
908
908
|
email_outro: Has recibido esta notificación porque eres un autor de %{amendable_title}.
|
|
909
|
-
email_subject: Se ha publicado una
|
|
910
|
-
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{
|
|
909
|
+
email_subject: Se ha publicado una modificación de %{emendation_author_name} como nuevo %{amendable_type}
|
|
910
|
+
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
911
911
|
follower:
|
|
912
912
|
email_intro: 'Una enmienda rechazada por %{amendable_title} ha sido promovida a %{amendable_type}independiente. Puedes verlo desde esta página:'
|
|
913
913
|
email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
914
|
-
email_subject: Se ha publicado una enmienda
|
|
915
|
-
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{
|
|
914
|
+
email_subject: Se ha publicado una enmienda hecha por %{emendation_author_name} como nuevo %{amendable_type}
|
|
915
|
+
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
916
916
|
amendment_rejected:
|
|
917
917
|
affected_user:
|
|
918
918
|
email_intro: 'Una enmienda ha sido rechazada por %{amendable_title}. Puedes verlo desde esta página:'
|
|
919
919
|
email_outro: Has recibido esta notificación porque eres un autor de %{amendable_title}.
|
|
920
|
-
email_subject:
|
|
921
|
-
notification_title:
|
|
920
|
+
email_subject: La enmienda de %{emendation_author_name} a %{amendable_title} se ha rechazado
|
|
921
|
+
notification_title: Se ha rechazado la <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
922
922
|
follower:
|
|
923
923
|
email_intro: 'Una enmienda ha sido rechazada por %{amendable_title}. Puedes verlo desde esta página:'
|
|
924
924
|
email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
925
|
-
email_subject:
|
|
926
|
-
notification_title:
|
|
925
|
+
email_subject: La enmienda de %{emendation_author_name} a %{amendable_title} se ha rechazado
|
|
926
|
+
notification_title: Se ha rechazado la <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
927
927
|
emendation_promoted:
|
|
928
928
|
follower:
|
|
929
929
|
email_intro: 'Se ha publicado una enmienda para %{amendable_title}. Puedes verla en esta página:'
|
|
930
930
|
email_outro: Has recibido esta notificación porque es autora de %{amendable_title}.
|
|
931
|
-
email_subject: Una enmienda de %{
|
|
931
|
+
email_subject: Una enmienda de %{emendation_author_name} se ha publicado como un nuevo %{amendable_type}
|
|
932
932
|
attachments:
|
|
933
933
|
attachment_created:
|
|
934
934
|
email_intro: 'Se ha agregado un nuevo documento a %{resource_title}. Puedes verlo desde esta página:'
|
|
@@ -980,24 +980,24 @@ es-MX:
|
|
|
980
980
|
Una administradora eliminó tu %{resource_type} porque ha sido reportado como %{report_reasons}.</br>
|
|
981
981
|
<i>%{resource_content}</i>
|
|
982
982
|
resource_liked:
|
|
983
|
-
email_intro: '%{liker_name}
|
|
984
|
-
email_outro: Has recibido esta notificación porque estás siguiendo la iniciativa "%{
|
|
985
|
-
email_subject: "%{
|
|
986
|
-
notification_title: <a href="%{
|
|
983
|
+
email_intro: '%{liker_name}, a quien sigues, le acaba de gustar: "%{resource_title}", que puede ser interesante para ti. Revisala y contribuye:'
|
|
984
|
+
email_outro: Has recibido esta notificación porque estás siguiendo la iniciativa "%{liker_name}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
985
|
+
email_subject: "%{liker_name} ha realizado un nuevo \"me gusta\""
|
|
986
|
+
notification_title: 'A <a href="%{liker_path}">%{liker_name}</a> le ha gustado la %{resource_type}: <a href="%{resource_path}">%{resource_title}</a>.'
|
|
987
987
|
resources:
|
|
988
988
|
soft_deleted:
|
|
989
989
|
notification_title: 'Una administradora ha eliminado tu %{resource_type}: "%{resource_title}".'
|
|
990
990
|
users:
|
|
991
991
|
profile_updated:
|
|
992
|
-
email_intro: La
|
|
993
|
-
email_outro: Has recibido esta notificación porque estás siguiendo
|
|
994
|
-
email_subject: "%{
|
|
995
|
-
notification_title: La
|
|
992
|
+
email_intro: La <a href="%{resource_url}">página de perfil</a> de %{name}, a quien estás siguiendo, se ha actualizado.
|
|
993
|
+
email_outro: Has recibido esta notificación porque estás siguiendo "%{name}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
994
|
+
email_subject: "%{name} actualizó su perfil"
|
|
995
|
+
notification_title: La <a href="%{resource_path}">página de perfil</a> de %{name}, a quien estás siguiendo, se ha actualizado.
|
|
996
996
|
user_officialized:
|
|
997
|
-
email_intro:
|
|
997
|
+
email_intro: El/la participante %{name} ha sido oficializada.
|
|
998
998
|
email_outro: Has recibido esta notificación porque eres una de las administradoras de la plataforma.
|
|
999
999
|
email_subject: "Se ha oficializado a %{name}"
|
|
1000
|
-
notification_title:
|
|
1000
|
+
notification_title: El/la participante %{name} ha sido oficializada.
|
|
1001
1001
|
export_mailer:
|
|
1002
1002
|
download_your_data_export:
|
|
1003
1003
|
click_button_html: Haz clic en el siguiente enlace para descargar tus datos.<br/>El archivo estará disponible para su descarga hasta el %{date}.
|
|
@@ -1192,6 +1192,8 @@ es-MX:
|
|
|
1192
1192
|
dynamic:
|
|
1193
1193
|
screen_reader_explanation: El siguiente elemento es un mapa que presenta los componentes de esta página como puntos en el mapa. El elemento se puede utilizar con un lector de pantalla pero puede ser difícil de entender.
|
|
1194
1194
|
skip_button: Saltar el mapa
|
|
1195
|
+
zoom_in: Ampliar
|
|
1196
|
+
zoom_out: Alejar
|
|
1195
1197
|
static:
|
|
1196
1198
|
latlng_text: 'latitud: %{latitude}, longitud: %{longitude}'
|
|
1197
1199
|
map_service_brand: OpenStreetMap
|
|
@@ -1533,6 +1535,9 @@ es-MX:
|
|
|
1533
1535
|
log_in: entra
|
|
1534
1536
|
never_logged_in: nunca ha iniciado sesión
|
|
1535
1537
|
subject: Aviso de cuenta inactiva
|
|
1538
|
+
participatory_space:
|
|
1539
|
+
labels:
|
|
1540
|
+
reference: Referencia del espacio de participación
|
|
1536
1541
|
passwords:
|
|
1537
1542
|
update:
|
|
1538
1543
|
error: Ha habido un problema al actualizar la contraseña.
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -884,13 +884,13 @@ es-PY:
|
|
|
884
884
|
affected_user:
|
|
885
885
|
email_intro: 'Se ha aceptado una enmienda para %{amendable_title}. Puedes verlo desde esta página:'
|
|
886
886
|
email_outro: Has recibido esta notificación porque eres un autor de %{amendable_title}.
|
|
887
|
-
email_subject:
|
|
888
|
-
notification_title:
|
|
887
|
+
email_subject: Enmienda aceptada de %{emendation_author_name} para %{amendable_title}
|
|
888
|
+
notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> ha sido aceptada para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
889
889
|
follower:
|
|
890
890
|
email_intro: 'Se ha aceptado una enmienda para %{amendable_title}. Puedes verlo desde esta página:'
|
|
891
891
|
email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
892
|
-
email_subject:
|
|
893
|
-
notification_title:
|
|
892
|
+
email_subject: Enmienda de %{emendation_author_name} aceptada para %{amendable_title}
|
|
893
|
+
notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> ha sido aceptada para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
894
894
|
amendment_created:
|
|
895
895
|
affected_user:
|
|
896
896
|
email_intro: 'Se ha creado una nueva enmienda para %{amendable_title}. Puedes verlo desde esta página:'
|
|
@@ -906,29 +906,29 @@ es-PY:
|
|
|
906
906
|
affected_user:
|
|
907
907
|
email_intro: 'Una enmienda rechazada por %{amendable_title} ha sido promovida a %{amendable_type}independiente. Puedes verlo desde esta página:'
|
|
908
908
|
email_outro: Has recibido esta notificación porque eres un autor de %{amendable_title}.
|
|
909
|
-
email_subject: Se ha publicado una
|
|
910
|
-
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{
|
|
909
|
+
email_subject: Se ha publicado una modificación de %{emendation_author_name} como nuevo %{amendable_type}
|
|
910
|
+
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
911
911
|
follower:
|
|
912
912
|
email_intro: 'Una enmienda rechazada por %{amendable_title} ha sido promovida a %{amendable_type}independiente. Puedes verlo desde esta página:'
|
|
913
913
|
email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
914
|
-
email_subject: Se ha publicado una enmienda
|
|
915
|
-
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{
|
|
914
|
+
email_subject: Se ha publicado una enmienda hecha por %{emendation_author_name} como nuevo %{amendable_type}
|
|
915
|
+
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
916
916
|
amendment_rejected:
|
|
917
917
|
affected_user:
|
|
918
918
|
email_intro: 'Una enmienda ha sido rechazada por %{amendable_title}. Puedes verlo desde esta página:'
|
|
919
919
|
email_outro: Has recibido esta notificación porque eres un autor de %{amendable_title}.
|
|
920
|
-
email_subject:
|
|
921
|
-
notification_title:
|
|
920
|
+
email_subject: La enmienda de %{emendation_author_name} a %{amendable_title} se ha rechazado
|
|
921
|
+
notification_title: Se ha rechazado la <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
922
922
|
follower:
|
|
923
923
|
email_intro: 'Una enmienda ha sido rechazada por %{amendable_title}. Puedes verlo desde esta página:'
|
|
924
924
|
email_outro: Has recibido esta notificación porque estás siguiendo a %{amendable_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
925
|
-
email_subject:
|
|
926
|
-
notification_title:
|
|
925
|
+
email_subject: La enmienda de %{emendation_author_name} a %{amendable_title} se ha rechazado
|
|
926
|
+
notification_title: Se ha rechazado la <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
927
927
|
emendation_promoted:
|
|
928
928
|
follower:
|
|
929
929
|
email_intro: 'Se ha publicado una enmienda para %{amendable_title}. Puedes verla en esta página:'
|
|
930
930
|
email_outro: Has recibido esta notificación porque es autora de %{amendable_title}.
|
|
931
|
-
email_subject: Una enmienda de %{
|
|
931
|
+
email_subject: Una enmienda de %{emendation_author_name} se ha publicado como un nuevo %{amendable_type}
|
|
932
932
|
attachments:
|
|
933
933
|
attachment_created:
|
|
934
934
|
email_intro: 'Se ha agregado un nuevo documento a %{resource_title}. Puedes verlo desde esta página:'
|
|
@@ -980,24 +980,24 @@ es-PY:
|
|
|
980
980
|
Una administradora eliminó tu %{resource_type} porque ha sido reportado como %{report_reasons}.</br>
|
|
981
981
|
<i>%{resource_content}</i>
|
|
982
982
|
resource_liked:
|
|
983
|
-
email_intro: '%{liker_name}
|
|
984
|
-
email_outro: Has recibido esta notificación porque estás siguiendo la iniciativa "%{
|
|
985
|
-
email_subject: "%{
|
|
986
|
-
notification_title: <a href="%{
|
|
983
|
+
email_intro: '%{liker_name}, a quien sigues, le acaba de gustar: "%{resource_title}", que puede ser interesante para ti. Revisala y contribuye:'
|
|
984
|
+
email_outro: Has recibido esta notificación porque estás siguiendo la iniciativa "%{liker_name}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
985
|
+
email_subject: "%{liker_name} ha realizado un nuevo \"me gusta\""
|
|
986
|
+
notification_title: 'A <a href="%{liker_path}">%{liker_name}</a> le ha gustado la %{resource_type}: <a href="%{resource_path}">%{resource_title}</a>.'
|
|
987
987
|
resources:
|
|
988
988
|
soft_deleted:
|
|
989
989
|
notification_title: 'Una administradora ha eliminado tu %{resource_type}: "%{resource_title}".'
|
|
990
990
|
users:
|
|
991
991
|
profile_updated:
|
|
992
|
-
email_intro: La
|
|
993
|
-
email_outro: Has recibido esta notificación porque estás siguiendo
|
|
994
|
-
email_subject: "%{
|
|
995
|
-
notification_title: La
|
|
992
|
+
email_intro: La <a href="%{resource_url}">página de perfil</a> de %{name}, a quien estás siguiendo, se ha actualizado.
|
|
993
|
+
email_outro: Has recibido esta notificación porque estás siguiendo "%{name}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
994
|
+
email_subject: "%{name} actualizó su perfil"
|
|
995
|
+
notification_title: La <a href="%{resource_path}">página de perfil</a> de %{name}, a quien estás siguiendo, se ha actualizado.
|
|
996
996
|
user_officialized:
|
|
997
|
-
email_intro:
|
|
997
|
+
email_intro: El/la participante %{name} ha sido oficializada.
|
|
998
998
|
email_outro: Has recibido esta notificación porque eres una de las administradoras de la plataforma.
|
|
999
999
|
email_subject: "Se ha oficializado a %{name}"
|
|
1000
|
-
notification_title:
|
|
1000
|
+
notification_title: El/la participante %{name} ha sido oficializada.
|
|
1001
1001
|
export_mailer:
|
|
1002
1002
|
download_your_data_export:
|
|
1003
1003
|
click_button_html: Haz clic en el siguiente enlace para descargar tus datos.<br/>El archivo estará disponible para su descarga hasta el %{date}.
|
|
@@ -1192,6 +1192,8 @@ es-PY:
|
|
|
1192
1192
|
dynamic:
|
|
1193
1193
|
screen_reader_explanation: El siguiente elemento es un mapa que presenta los componentes de esta página como puntos en el mapa. El elemento se puede utilizar con un lector de pantalla pero puede ser difícil de entender.
|
|
1194
1194
|
skip_button: Saltar el mapa
|
|
1195
|
+
zoom_in: Ampliar
|
|
1196
|
+
zoom_out: Alejar
|
|
1195
1197
|
static:
|
|
1196
1198
|
latlng_text: 'latitud: %{latitude}, longitud: %{longitude}'
|
|
1197
1199
|
map_service_brand: OpenStreetMap
|
|
@@ -1533,6 +1535,9 @@ es-PY:
|
|
|
1533
1535
|
log_in: entra
|
|
1534
1536
|
never_logged_in: nunca ha iniciado sesión
|
|
1535
1537
|
subject: Aviso de cuenta inactiva
|
|
1538
|
+
participatory_space:
|
|
1539
|
+
labels:
|
|
1540
|
+
reference: Referencia del espacio de participación
|
|
1536
1541
|
passwords:
|
|
1537
1542
|
update:
|
|
1538
1543
|
error: Ha habido un problema al actualizar la contraseña.
|
data/config/locales/es.yml
CHANGED
|
@@ -881,13 +881,13 @@ es:
|
|
|
881
881
|
affected_user:
|
|
882
882
|
email_intro: 'Se ha aceptado una enmienda para %{amendable_title}. Puedes verla desde esta página:'
|
|
883
883
|
email_outro: Has recibido esta notificación porque se ha aceptado una enmienda al apartado "%{amendable_title}" que administras.
|
|
884
|
-
email_subject: Enmienda aceptada
|
|
885
|
-
notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{
|
|
884
|
+
email_subject: Enmienda aceptada de %{emendation_author_name} para %{amendable_title}
|
|
885
|
+
notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> ha sido aceptada para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
886
886
|
follower:
|
|
887
887
|
email_intro: 'Se ha aceptado una enmienda para %{amendable_title}. Puedes verla desde esta página:'
|
|
888
888
|
email_outro: Has recibido esta notificación porque estás siguiendo la enmienda "%{amendable_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
889
|
-
email_subject: Enmienda
|
|
890
|
-
notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{
|
|
889
|
+
email_subject: Enmienda de %{emendation_author_name} aceptada para %{amendable_title}
|
|
890
|
+
notification_title: La <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> ha sido aceptada para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
891
891
|
amendment_created:
|
|
892
892
|
affected_user:
|
|
893
893
|
email_intro: 'Se ha creado una nueva enmienda para %{amendable_title}. Puedes verla desde esta página:'
|
|
@@ -903,29 +903,29 @@ es:
|
|
|
903
903
|
affected_user:
|
|
904
904
|
email_intro: 'Una enmienda rechazada para %{amendable_title} ha sido publicada como una nueva %{amendable_type}. Puedes verla desde esta página:'
|
|
905
905
|
email_outro: Has recibido esta notificación porque se ha promocionado una esmena al apartado "%{amendable_title}" que administras.
|
|
906
|
-
email_subject: Se ha publicado una
|
|
907
|
-
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{
|
|
906
|
+
email_subject: Se ha publicado una modificación de %{emendation_author_name} como nuevo %{amendable_type}
|
|
907
|
+
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
908
908
|
follower:
|
|
909
909
|
email_intro: 'Una enmienda rechazada para %{amendable_title} ha sido publicada como nueva %{amendable_type}. Puedes verla desde esta página:'
|
|
910
910
|
email_outro: Has recibido esta notificación porque estás siguiendo la enmienda "%{amendable_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
911
|
-
email_subject: Se ha publicado una enmienda
|
|
912
|
-
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{
|
|
911
|
+
email_subject: Se ha publicado una enmienda hecha por %{emendation_author_name} como nuevo %{amendable_type}
|
|
912
|
+
notification_title: Un <a href="%{emendation_path}">rechazó la enmienda</a> para <a href="%{amendable_path}">%{amendable_title}</a> se ha publicado como un nuevo %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
913
913
|
amendment_rejected:
|
|
914
914
|
affected_user:
|
|
915
915
|
email_intro: 'Una enmienda ha sido rechazada por %{amendable_title}. Puedes verla desde esta página:'
|
|
916
916
|
email_outro: Has recibido esta notificación porque se ha rechazado una enmienda al apartado "%{amendable_title}" que administras.
|
|
917
|
-
email_subject:
|
|
918
|
-
notification_title:
|
|
917
|
+
email_subject: La enmienda de %{emendation_author_name} a %{amendable_title} se ha rechazado
|
|
918
|
+
notification_title: Se ha rechazado la <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
919
919
|
follower:
|
|
920
920
|
email_intro: 'Una enmienda ha sido rechazada por %{amendable_title}. Puedes verla desde esta página:'
|
|
921
921
|
email_outro: Has recibido esta notificación porque estás siguiendo la enmienda "%{amendable_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
922
|
-
email_subject:
|
|
923
|
-
notification_title:
|
|
922
|
+
email_subject: La enmienda de %{emendation_author_name} a %{amendable_title} se ha rechazado
|
|
923
|
+
notification_title: Se ha rechazado la <a href="%{emendation_path}">enmienda</a> creada por <a href="%{emendation_author_path}">%{emendation_author_name}</a> para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
924
924
|
emendation_promoted:
|
|
925
925
|
follower:
|
|
926
926
|
email_intro: 'Se ha publicado una enmienda para %{amendable_title}. Puedes verla en esta página:'
|
|
927
927
|
email_outro: Has recibido esta notificación porque es autora de %{amendable_title}.
|
|
928
|
-
email_subject: Una enmienda de %{
|
|
928
|
+
email_subject: Una enmienda de %{emendation_author_name} se ha publicado como un nuevo %{amendable_type}
|
|
929
929
|
attachments:
|
|
930
930
|
attachment_created:
|
|
931
931
|
email_intro: 'Se ha añadido un nuevo documento a %{resource_title}. Puedes verlo desde esta página:'
|
|
@@ -977,24 +977,24 @@ es:
|
|
|
977
977
|
Una administradora eliminó tu %{resource_type} porque ha sido reportado como %{report_reasons}.</br>
|
|
978
978
|
<i>%{resource_content}</i>
|
|
979
979
|
resource_liked:
|
|
980
|
-
email_intro: '%{liker_name}
|
|
981
|
-
email_outro: Has recibido esta notificación porque estás siguiendo la iniciativa "%{
|
|
982
|
-
email_subject: "%{
|
|
983
|
-
notification_title: <a href="%{
|
|
980
|
+
email_intro: '%{liker_name}, a quien sigues, le acaba de gustar: "%{resource_title}", que puede ser interesante para ti. Revisala y contribuye:'
|
|
981
|
+
email_outro: Has recibido esta notificación porque estás siguiendo la iniciativa "%{liker_name}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
982
|
+
email_subject: "%{liker_name} ha realizado un nuevo \"me gusta\""
|
|
983
|
+
notification_title: 'A <a href="%{liker_path}">%{liker_name}</a> le ha gustado la %{resource_type}: <a href="%{resource_path}">%{resource_title}</a>.'
|
|
984
984
|
resources:
|
|
985
985
|
soft_deleted:
|
|
986
986
|
notification_title: 'Una administradora ha eliminado tu %{resource_type}: "%{resource_title}".'
|
|
987
987
|
users:
|
|
988
988
|
profile_updated:
|
|
989
|
-
email_intro: La
|
|
990
|
-
email_outro: Has recibido esta notificación porque estás siguiendo
|
|
991
|
-
email_subject: "%{
|
|
992
|
-
notification_title: La
|
|
989
|
+
email_intro: La <a href="%{resource_url}">página de perfil</a> de %{name}, a quien estás siguiendo, se ha actualizado.
|
|
990
|
+
email_outro: Has recibido esta notificación porque estás siguiendo "%{name}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
|
991
|
+
email_subject: "%{name} actualizó su perfil"
|
|
992
|
+
notification_title: La <a href="%{resource_path}">página de perfil</a> de %{name}, a quien estás siguiendo, se ha actualizado.
|
|
993
993
|
user_officialized:
|
|
994
|
-
email_intro:
|
|
994
|
+
email_intro: El/la participante %{name} ha sido oficializada.
|
|
995
995
|
email_outro: Has recibido esta notificación porque administras la plataforma.
|
|
996
996
|
email_subject: "Se ha oficializado a %{name}"
|
|
997
|
-
notification_title:
|
|
997
|
+
notification_title: El/la participante %{name} ha sido oficializada.
|
|
998
998
|
export_mailer:
|
|
999
999
|
download_your_data_export:
|
|
1000
1000
|
click_button_html: Haz clic en el siguiente enlace para descargar tus datos.<br/>El archivo estará disponible para su descarga hasta el %{date}.
|
|
@@ -1189,6 +1189,8 @@ es:
|
|
|
1189
1189
|
dynamic:
|
|
1190
1190
|
screen_reader_explanation: El siguiente elemento es un mapa que presenta los componentes de esta página como puntos en el mapa. El elemento se puede utilizar con un lector de pantalla pero puede ser difícil de entender.
|
|
1191
1191
|
skip_button: Saltar el mapa
|
|
1192
|
+
zoom_in: Ampliar
|
|
1193
|
+
zoom_out: Alejar
|
|
1192
1194
|
static:
|
|
1193
1195
|
latlng_text: 'latitud: %{latitude}, longitud: %{longitude}'
|
|
1194
1196
|
map_service_brand: OpenStreetMap
|
|
@@ -1530,6 +1532,9 @@ es:
|
|
|
1530
1532
|
log_in: entra
|
|
1531
1533
|
never_logged_in: nunca ha iniciado sesión
|
|
1532
1534
|
subject: Aviso de cuenta inactiva
|
|
1535
|
+
participatory_space:
|
|
1536
|
+
labels:
|
|
1537
|
+
reference: Referencia del espacio de participación
|
|
1533
1538
|
passwords:
|
|
1534
1539
|
update:
|
|
1535
1540
|
error: Se ha producido un error al actualizar la contraseña.
|
data/config/locales/eu.yml
CHANGED
|
@@ -209,7 +209,7 @@ eu:
|
|
|
209
209
|
cancel_error: Ezin izan da ezeztatu helbide elektronikoaren aldaketa.
|
|
210
210
|
cancel_successfully: Posta elektronikoaren aldaketa zuzen ezeztatua.
|
|
211
211
|
resend_error: Ezin izan da birbidali berresteko helbide elektronikoa.
|
|
212
|
-
resend_successfully:
|
|
212
|
+
resend_successfully: 'Berresteko posta elektronikoa zuzen birbidalia hona: %{unconfirmed_email}.'
|
|
213
213
|
send_again: Bidali berriro
|
|
214
214
|
title: Posta elektronikoaren aldaketak egiaztatzea
|
|
215
215
|
show:
|
|
@@ -882,13 +882,13 @@ eu:
|
|
|
882
882
|
affected_user:
|
|
883
883
|
email_intro: 'Zuzenketa bat onartu da honako: %{amendable_title}. Orrialde honetatik ikusi dezakezu:'
|
|
884
884
|
email_outro: 'Jakinarazpen hau jaso duzu honen egilea zarelako: %{amendable_title}.'
|
|
885
|
-
email_subject: Onartu da %{
|
|
886
|
-
notification_title: '<a href="%{emendation_author_path}">%{
|
|
885
|
+
email_subject: 'Onartu da %{emendation_author_name} parte-hartzailearen aldaketa honetarako: %{amendable_title}'
|
|
886
|
+
notification_title: 'Onartu da <a href="%{emendation_author_path}">%{emendation_author_name} parte-hartzaileak sortutako <a href="%{emendation_path}">aldaketa honetarako: <a href="%{amendable_path}">%{amendable_title}</a>.'
|
|
887
887
|
follower:
|
|
888
888
|
email_intro: 'Zuzenketa bat onartu honetarako %{amendable_title}. Orrialde honetatik ikus dezakezu:'
|
|
889
889
|
email_outro: Jakinarazpen hau jaso duzu %{amendable_title} jarraitzen duzulako. Aurreko estekan sartu jakinarazpenak jasotzeari utzi nahi badiozu.
|
|
890
|
-
email_subject: '%{
|
|
891
|
-
notification_title: '<a href="%{emendation_author_path}">%{
|
|
890
|
+
email_subject: 'Onartu da %{emendation_author_name} parte-hartzailearen aldaketa honetarako: %{amendable_title}'
|
|
891
|
+
notification_title: 'Onartu da </a> <a href="%{emendation_author_path}">%{emendation_author_name}</a> parte-hartzaileek sortutako <a href="%{emendation_path}">aldaketa honetarako: <a href="%{amendable_path}">%{amendable_title}</a>.'
|
|
892
892
|
amendment_created:
|
|
893
893
|
affected_user:
|
|
894
894
|
email_intro: 'Beste zuzenketa bat sortu da honetarako: %{amendable_title}. Orrialde honetatik ikusi dezakezu:'
|
|
@@ -904,29 +904,29 @@ eu:
|
|
|
904
904
|
affected_user:
|
|
905
905
|
email_intro: ' %{amendable_title} rako ukatutako zuzenketa bat %{amendable_type} berri gisa argitaratu da. Orrialde honetatik ikus dezakezu:'
|
|
906
906
|
email_outro: 'Jakinarazpen hau jaso duzu honen egilea zarelako: %{amendable_title}.'
|
|
907
|
-
email_subject: '
|
|
908
|
-
notification_title: <a href="%{emendation_path}">k ukatu du
|
|
907
|
+
email_subject: '%{emendation_author_name} parte-hartzailearen aldaketa bat argitaratu da %{amendable_type} berri gisa'
|
|
908
|
+
notification_title: <a href="%{emendation_path}"> k ukatu du </a> zuzenketa honetarako <a href="%{amendable_path}">%{amendable_title}</a> argitaratu du %{amendable_type} berri gisa honek <a href="%{emendation_author_path}">%{emendation_author_name}</a>.
|
|
909
909
|
follower:
|
|
910
910
|
email_intro: '%{amendable_title} rako zuzenketa %{amendable_type} berri gisa argitaratu da. Orrialde honetan ikusi dezakezu:'
|
|
911
911
|
email_outro: Jakinarazpen hau jaso duzu %{amendable_title} jarraitzen duzulako. Aurreko esteka jarraituz jakinarazpenak jasotzeari uztea erabaki dezakezu.
|
|
912
|
-
email_subject: '
|
|
913
|
-
notification_title: <a href="%{emendation_path}">
|
|
912
|
+
email_subject: '%{emendation_author_name} parte-hartzailearen zuzenketa bat argitaratu da %{amendable_type} berri gisa'
|
|
913
|
+
notification_title: ' <a href="%{emendation_path}">ukatutako zuzenketa bat honetarako </a> for <a href="%{amendable_path}">%{amendable_title}</a> argitaratu du berri gisa %{amendable_type} <a href="%{emendation_author_path}">%{emendation_author_name}</a> parte-hartzaileak.'
|
|
914
914
|
amendment_rejected:
|
|
915
915
|
affected_user:
|
|
916
916
|
email_intro: '%{amendable_title} k zuzenketa ukatu egin du. Orrialde honetan ikus dezakezu:'
|
|
917
917
|
email_outro: 'Jakinarazpen hau jaso duzu honen egilea zarelako: %{amendable_title}.'
|
|
918
|
-
email_subject:
|
|
919
|
-
notification_title: <a href="%{emendation_author_path}">%{
|
|
918
|
+
email_subject: '%{emendation_author_name} parte-hartzaileak %{amendable_title} zuzenketa ukatu du'
|
|
919
|
+
notification_title: <a href="%{emendation_author_path}">%{emendation_author_name}</a> egileak sortu duen <a href="%{emendation_path}"> </a>zuzenketa honetarako ukatu da <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
920
920
|
follower:
|
|
921
921
|
email_intro: 'Aldaketa ukatu egin da %{amendable_title}. Orrialde honetatik ikus dezakezu:'
|
|
922
922
|
email_outro: Jakinarazpen hau jaso duzu %{amendable_title} jarraitzen duzulako. Aurreko estekan jakinarazpenak jasotzeari utzi ahal diozu.
|
|
923
|
-
email_subject: '%{
|
|
924
|
-
notification_title: <a href="%{emendation_author_path}">%{
|
|
923
|
+
email_subject: '%{emendation_author_name} parte-hartzaileak %{amendable_title} zuzenketa ukatu du'
|
|
924
|
+
notification_title: <a href="%{emendation_author_path}">%{emendation_author_name}</a> egileak sortu duen <a href="%{emendation_path}"> </a>zuzenketa honetarako ukatu da <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
925
925
|
emendation_promoted:
|
|
926
926
|
follower:
|
|
927
927
|
email_intro: 'Zuzenketa bat argitaratu da honetarako: %{amendable_title}. Orrialde honetatik ikus dezakezu:'
|
|
928
928
|
email_outro: 'Jakinarazpen hau jaso duzu honen egilea zarelako: %{amendable_title}.'
|
|
929
|
-
email_subject: '
|
|
929
|
+
email_subject: '%{emendation_author_name} parte-hartzailearen zuzenketa bat argitaratu da %{amendable_type} berri gisa'
|
|
930
930
|
attachments:
|
|
931
931
|
attachment_created:
|
|
932
932
|
email_intro: 'Dokumentu berri bat gehitu zaio %{resource_title}-ri. Orrialde honetan ikusi dezakezu:'
|
|
@@ -977,24 +977,24 @@ eu:
|
|
|
977
977
|
notification_title: |-
|
|
978
978
|
Administratzaile batek zure %{resource_type} ezabatu du salatua izan delako arrazoi honengatik %{report_reasons}.</br><i>%{resource_content}</i>
|
|
979
979
|
resource_liked:
|
|
980
|
-
email_intro: '%{liker_name}
|
|
981
|
-
email_outro: Jakinarazpen hau jaso duzu %{
|
|
982
|
-
email_subject: "%{
|
|
983
|
-
notification_title: <a href="%{liker_path}">%{liker_name}
|
|
980
|
+
email_intro: '%{liker_name} parte-hartzaileari, jarraitzen ari zarenari, %{resource_title}" gustatu zaio, eta zuretzat interesgarria izan daitekeela uste dugu. Egiaztatu eta lagundu:'
|
|
981
|
+
email_outro: Jakinarazpen hau jaso duzu %{liker_name} jarraitzen ari zarelako. Aurreko estekan jarraitzeari utzi ahal diozu.
|
|
982
|
+
email_subject: "%{liker_name} parte-hartzaileak like berri bat egin du"
|
|
983
|
+
notification_title: <a href="%{liker_path}">%{liker_name} </a> -k <a href="%{resource_path}">%{resource_title}</a> %{resource_type} atsegin du.
|
|
984
984
|
resources:
|
|
985
985
|
soft_deleted:
|
|
986
986
|
notification_title: Administratzaile batek ezabatu du zure "%{resource_type}" "%{resource_title}".
|
|
987
987
|
users:
|
|
988
988
|
profile_updated:
|
|
989
|
-
email_intro:
|
|
990
|
-
email_outro: Jakinarazpen hau jaso duzu %{
|
|
991
|
-
email_subject: "%{
|
|
992
|
-
notification_title: </a> de %{name}
|
|
989
|
+
email_intro: '%{name} erabiltzailearen <a href="%{resource_url}">profilaren orria</a>, jarraitzen ari zarena, eguneratu egin da.'
|
|
990
|
+
email_outro: Jakinarazpen hau jaso duzu %{name} jarraitzen ari zarelako. Aurreko estekan jarraitzeari utzi ahal diozu.
|
|
991
|
+
email_subject: "%{name} parte-hartzaileak bere profila eguneratu du"
|
|
992
|
+
notification_title: </a> de %{name} profilaren <a href="%{resource_path}"> orria, jarraitzen ari zarena, eguneratu egin da.
|
|
993
993
|
user_officialized:
|
|
994
|
-
email_intro: '%{name}
|
|
994
|
+
email_intro: '%{name} parte-hartzailea ofizializatu egin da.'
|
|
995
995
|
email_outro: Jakinarazpen hau jaso duzu erakundearen administratzailea zarelako.
|
|
996
996
|
email_subject: "%{name} ofizializatu egin da"
|
|
997
|
-
notification_title: '%{name}
|
|
997
|
+
notification_title: '%{name} parte-hartzailea ofizializatu egin da.'
|
|
998
998
|
export_mailer:
|
|
999
999
|
download_your_data_export:
|
|
1000
1000
|
click_button_html: Sakatu hurrengo estekan zure datuak deskargatzeko. <br/> fitxategia eskuragarri egongo da %{date} arte.
|
|
@@ -1530,6 +1530,9 @@ eu:
|
|
|
1530
1530
|
log_in: hasi saioa
|
|
1531
1531
|
never_logged_in: inoiz ez konektatua
|
|
1532
1532
|
subject: Kontu inaktiboaren abisua
|
|
1533
|
+
participatory_space:
|
|
1534
|
+
labels:
|
|
1535
|
+
reference: Espazioaren erreferentzia
|
|
1533
1536
|
passwords:
|
|
1534
1537
|
update:
|
|
1535
1538
|
error: Arazo bat egon da pasahitza eguneratzean.
|