decidim-proposals 0.26.1 → 0.26.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/proposals/admin/answer_proposal.rb +7 -2
- data/app/commands/decidim/proposals/admin/create_proposal.rb +1 -1
- data/app/commands/decidim/proposals/admin/update_proposal.rb +1 -1
- data/app/commands/decidim/proposals/hashtags_methods.rb +1 -1
- data/app/events/decidim/proposals/collaborative_draft_withdrawn_event.rb +5 -1
- data/app/events/decidim/proposals/publish_proposal_event.rb +8 -0
- data/app/forms/decidim/proposals/admin/proposal_answer_form.rb +1 -1
- data/app/helpers/decidim/proposals/application_helper.rb +1 -1
- data/app/jobs/decidim/proposals/notify_proposals_mentioned_job.rb +1 -1
- data/app/models/decidim/proposals/proposal.rb +6 -0
- data/app/permissions/decidim/proposals/admin/permissions.rb +3 -0
- data/app/views/decidim/proposals/admin/proposal_answers/_form.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/_proposal_similar.html.erb +1 -1
- data/config/locales/ar.yml +3 -13
- data/config/locales/bg.yml +0 -12
- data/config/locales/ca.yml +18 -14
- data/config/locales/cs.yml +33 -29
- data/config/locales/de.yml +45 -13
- data/config/locales/el.yml +0 -13
- data/config/locales/en.yml +17 -13
- data/config/locales/es-MX.yml +16 -12
- data/config/locales/es-PY.yml +16 -12
- data/config/locales/es.yml +17 -13
- data/config/locales/eu.yml +0 -13
- data/config/locales/fi-plain.yml +16 -12
- data/config/locales/fi.yml +17 -13
- data/config/locales/fr-CA.yml +16 -12
- data/config/locales/fr.yml +31 -27
- data/config/locales/gl.yml +0 -13
- data/config/locales/hu.yml +4 -13
- data/config/locales/id-ID.yml +0 -13
- data/config/locales/is-IS.yml +0 -1
- data/config/locales/it.yml +0 -13
- data/config/locales/ja.yml +51 -47
- data/config/locales/lt.yml +993 -0
- data/config/locales/lv.yml +0 -13
- data/config/locales/nl.yml +0 -13
- data/config/locales/no.yml +0 -13
- data/config/locales/oc-FR.yml +1 -0
- data/config/locales/pl.yml +0 -13
- data/config/locales/pt-BR.yml +0 -13
- data/config/locales/pt.yml +0 -13
- data/config/locales/ro-RO.yml +0 -13
- data/config/locales/ru.yml +0 -1
- data/config/locales/sk.yml +0 -13
- data/config/locales/sv.yml +3 -16
- data/config/locales/tr-TR.yml +0 -13
- data/config/locales/uk.yml +0 -1
- data/config/locales/zh-CN.yml +0 -12
- data/lib/decidim/content_parsers/proposal_parser.rb +7 -63
- data/lib/decidim/content_renderers/proposal_renderer.rb +3 -19
- data/lib/decidim/proposals/component.rb +8 -8
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +19 -18
data/config/locales/de.yml
CHANGED
@@ -57,6 +57,14 @@ de:
|
|
57
57
|
identical: UND Titel dürfen nicht identisch sein
|
58
58
|
title:
|
59
59
|
identical: Der UND-Körper kann nicht identisch sein
|
60
|
+
proposals_merge:
|
61
|
+
attributes:
|
62
|
+
base:
|
63
|
+
not_official: Sind nicht offiziell
|
64
|
+
proposals_split:
|
65
|
+
attributes:
|
66
|
+
base:
|
67
|
+
not_official: Sind nicht offiziell
|
60
68
|
models:
|
61
69
|
decidim/proposals/accepted_proposal_event: Vorschlag angenommen
|
62
70
|
decidim/proposals/admin/update_proposal_category_event: Vorschlagskategorie geändert
|
@@ -134,6 +142,16 @@ de:
|
|
134
142
|
collaborative_drafts_enabled: Kollaborative Entwürfe aktiviert
|
135
143
|
comments_enabled: Kommentare aktiviert
|
136
144
|
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
145
|
+
default_sort_order: Standardsortierung für Vorschläge
|
146
|
+
default_sort_order_options:
|
147
|
+
default: Standard
|
148
|
+
most_commented: Am häufigsten kommentiert
|
149
|
+
most_endorsed: Am häufigsten befürwortet
|
150
|
+
most_followed: Am häufigsten gefolgt
|
151
|
+
most_voted: Am meisten unterstützt
|
152
|
+
random: Zufällig
|
153
|
+
recent: Neueste
|
154
|
+
with_more_authors: Mit mehr Autoren
|
137
155
|
geocoding_enabled: Geocoding aktiviert
|
138
156
|
minimum_votes_per_user: Mindeststimmen pro Nutzer
|
139
157
|
new_proposal_body_template: Textvorlage für neuen Vorschlag
|
@@ -175,6 +193,17 @@ de:
|
|
175
193
|
answers_with_costs: Kosten für Vorschlagsantworten aktivieren
|
176
194
|
automatic_hashtags: Hashtags wurden allen Vorschlägen hinzugefügt
|
177
195
|
comments_blocked: Kommentare blockiert
|
196
|
+
creation_enabled: Teilnehmer können Vorschläge erstellen
|
197
|
+
default_sort_order: Standardsortierung für Vorschläge
|
198
|
+
default_sort_order_options:
|
199
|
+
default: Standard
|
200
|
+
most_commented: Am meisten kommentiert
|
201
|
+
most_endorsed: Am meisten befürwortet
|
202
|
+
most_followed: Am häufigsten gefolgt
|
203
|
+
most_voted: Am häufigsten unterstützt
|
204
|
+
random: Zufällig
|
205
|
+
recent: Neueste
|
206
|
+
with_more_authors: Mit mehr Autoren
|
178
207
|
endorsements_blocked: Zustimmungen blockiert
|
179
208
|
endorsements_enabled: Bestätigungen aktiviert
|
180
209
|
proposal_answering_enabled: Vorschlagsantworten aktiviert
|
@@ -192,33 +221,21 @@ de:
|
|
192
221
|
email_subject: Jemand hat eine Notiz für Vorschlag %{resource_title} erstellt.
|
193
222
|
notification_title: Jemand hat eine Notiz für den Vorschlag <a href="%{resource_path}">%{resource_title}</a>erstellt. Sie können sie über das <a href="%{admin_proposal_info_path}">Admin-Panel</a> anzeigen
|
194
223
|
collaborative_draft_access_accepted:
|
195
|
-
email_intro: '%{requester_name} wurde zur Mitwirkung am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> akzeptiert.'
|
196
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> mitwirken.
|
197
224
|
email_subject: "%{requester_name} wurde zur Mitwirkung an %{resource_title} akzeptiert."
|
198
225
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> wurde zur Mitwirkung am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>angenommen</strong>.
|
199
226
|
collaborative_draft_access_rejected:
|
200
|
-
email_intro: '%{requester_name} wurde als Mitwirkender des kollaborativen Entwurfs <a href="%{resource_path}">%{resource_title}</a> abgelehnt.'
|
201
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> mitwirken.
|
202
227
|
email_subject: "%{requester_name} wurde als Mitwirkender des kollaborativen Entwurfs %{resource_title} abgelehnt."
|
203
228
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> wurde als Mitwirkender beim kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>abgelehnt</strong>.
|
204
229
|
collaborative_draft_access_requested:
|
205
|
-
email_intro: '%{requester_name} hat um Zugriff auf Ihren kollaborativen Entwurf angefragt. Sie können den Antrag auf der Seite des kollaborativen Entwurfs <a href="%{resource_path}">%{resource_title}</a> <strong>annehmen oder ablehnen</strong>.'
|
206
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> mitwirken.
|
207
230
|
email_subject: "%{requester_name} hat um Zugang zur Mitwirkung bei %{resource_title} angefragt."
|
208
231
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> hat Zugriff beantragt, um beim kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> mitzuwirken. Bitte <strong>den Antrag akzeptieren oder ablehnen</strong>.
|
209
232
|
collaborative_draft_access_requester_accepted:
|
210
|
-
email_intro: Sie wurden zur Mitwirkung am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> akzeptiert.
|
211
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie angefragt haben, bei <a href="%{resource_path}">%{resource_title}</a> mitzuwirken.
|
212
233
|
email_subject: Sie wurden als Mitwirkender von %{resource_title} angenommen.
|
213
234
|
notification_title: Sie wurden zur Mitwirkung am kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>akzeptiert</strong>.
|
214
235
|
collaborative_draft_access_requester_rejected:
|
215
|
-
email_intro: Der Zugriff auf den kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> wurde Ihnen verweigert.
|
216
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie angefragt haben, bei <a href="%{resource_path}">%{resource_title}</a> mitzuwirken.
|
217
236
|
email_subject: Sie wurden als Mitwirkender von %{resource_title} abgelehnt.
|
218
237
|
notification_title: Sie wurden als Mitwirkender beim kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>abgelehnt</strong>.
|
219
238
|
collaborative_draft_withdrawn:
|
220
|
-
email_intro: <a href="%{author_path}">%{author_name} %{author_nickname}</a> hat den kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> zurückgezogen.
|
221
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie bei <a href="%{resource_path}">%{resource_title}</a> mitwirken.
|
222
239
|
email_subject: "%{author_name} %{author_nickname} hat den kollaborativen Entwurf %{resource_title} zurückgezogen."
|
223
240
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> hat den kollaborativen Entwurf <a href="%{resource_path}">%{resource_title}</a> <strong>zurückgezogen</strong>.
|
224
241
|
creation_enabled:
|
@@ -363,6 +380,16 @@ de:
|
|
363
380
|
exports:
|
364
381
|
proposal_comments: Kommentare
|
365
382
|
proposals: Vorschläge
|
383
|
+
imports:
|
384
|
+
label:
|
385
|
+
answers: Antworten aus einer Datei importieren
|
386
|
+
proposals: Vorschläge aus einer Datei importieren
|
387
|
+
resources:
|
388
|
+
proposals:
|
389
|
+
one: Vorschlag
|
390
|
+
other: Vorschläge
|
391
|
+
title:
|
392
|
+
proposals: Vorschläge importieren
|
366
393
|
models:
|
367
394
|
proposal:
|
368
395
|
name: Vorschlag
|
@@ -404,6 +431,7 @@ de:
|
|
404
431
|
accepted: Angenommen
|
405
432
|
answer_proposal: Antworten
|
406
433
|
evaluating: In Bewertung
|
434
|
+
not_answered: Unbeantwortet
|
407
435
|
rejected: Abgelehnt
|
408
436
|
title: Antwort auf Vorschlag %{title}
|
409
437
|
proposal_notes:
|
@@ -710,6 +738,8 @@ de:
|
|
710
738
|
proposals_count:
|
711
739
|
one: "%{count} Vorschlag"
|
712
740
|
other: "%{count} Vorschläge"
|
741
|
+
dynamic_map_instructions:
|
742
|
+
instructions: Sie können den Marker auf der Karte verschieben.
|
713
743
|
edit:
|
714
744
|
add_documents: Unterlagen
|
715
745
|
add_images: Datei
|
@@ -745,8 +775,10 @@ de:
|
|
745
775
|
filter_by: Filtern nach
|
746
776
|
unfold: Aufklappen
|
747
777
|
index:
|
778
|
+
click_here: Alle Vorschläge ansehen
|
748
779
|
collaborative_drafts_list: Greifen Sie auf gemeinsame Entwürfe zu
|
749
780
|
new_proposal: Neuer Vorschlag
|
781
|
+
see_all: Alle Vorschläge ansehen
|
750
782
|
see_all_withdrawn: Sehen Sie sich alle zurückgezogenen Vorschläge an
|
751
783
|
view_proposal: Vorschlag anzeigen
|
752
784
|
linked_proposals:
|
@@ -755,7 +787,7 @@ de:
|
|
755
787
|
other: Stimmen
|
756
788
|
new:
|
757
789
|
send: Fortsetzen
|
758
|
-
title:
|
790
|
+
title: Ihren Vorschlag erstellen
|
759
791
|
orders:
|
760
792
|
label: 'Vorschläge sortieren nach:'
|
761
793
|
most_commented: Am meisten kommentiert
|
data/config/locales/el.yml
CHANGED
@@ -157,33 +157,21 @@ el:
|
|
157
157
|
email_subject: Κάποιος άφησε μια σημείωση στην πρόταση %{resource_title}.
|
158
158
|
notification_title: Κάποιος άφησε μια σημείωση στην πρόταση <a href="%{resource_path}">%{resource_title}</a>. Δείτε την στον <a href="%{admin_proposal_info_path}">πίνακα διαχειριστή</a>
|
159
159
|
collaborative_draft_access_accepted:
|
160
|
-
email_intro: 'Ο αιτών %{requester_name} έγινε δεκτός για πρόσβαση ως συμβάλλων στο <a href="%{resource_path}">%{resource_title}</a> προσχέδιο συνεργασίας.'
|
161
|
-
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή είστε συνεργάτης για το στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
|
162
160
|
email_subject: "Ο αιτών %{requester_name} έγινε δεκτός για πρόσβαση ως συμβάλλων για το στοιχείο %{resource_title}."
|
163
161
|
notification_title: Ο αιτών <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> έγινε <strong>δεκτός για πρόσβαση ως συμβάλλων</strong> στο <a href="%{resource_path}">%{resource_title}</a> προσχέδιο συνεργασίας.
|
164
162
|
collaborative_draft_access_rejected:
|
165
|
-
email_intro: 'Ο αιτών %{requester_name} απορρίφθηκε για πρόσβαση ως συμβάλλων στο προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.'
|
166
|
-
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή είστε συνεργάτης για το στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
|
167
163
|
email_subject: "Ο αιτών %{requester_name} απορρίφθηκε για πρόσβαση ως συμβάλλων στο προσχέδιο συνεργασίας %{resource_title}."
|
168
164
|
notification_title: Ο αιτών <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> <strong>απορρίφθηκε για πρόσβαση ως συμβάλλων</strong> στο προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.
|
169
165
|
collaborative_draft_access_requested:
|
170
|
-
email_intro: 'Ο αιτών %{requester_name} ζήτησε πρόσβαση ως συμβάλλων. Μπορείτε να <strong>αποδεχτείτε ή να απορρίψετε τον αιτούντα</strong> από τη σελίδα προσχεδίου συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.'
|
171
|
-
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή είστε συνεργάτης για το στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
|
172
166
|
email_subject: "Ο αιτών %{requester_name} ζήτησε πρόσβαση για να συνεισφέρει στο στοιχείο %{resource_title}."
|
173
167
|
notification_title: Ο αιτών <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ζήτησε πρόσβαση για να συνεισφέρει στο προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>. <strong>Αποδεχτείτε ή απορρίψτε το αίτημα</strong>.
|
174
168
|
collaborative_draft_access_requester_accepted:
|
175
|
-
email_intro: Γίνατε δεκτοί για πρόσβαση ως συμβάλλων στο προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.
|
176
|
-
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ζητήσατε να γίνετε συνεργάτης για το στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
|
177
169
|
email_subject: Γίνατε δεκτοί για πρόσβαση ως συμβάλλων για το στοιχείο %{resource_title}.
|
178
170
|
notification_title: Γίνατε <strong>δεκτοί για πρόσβαση ως συμβάλλων</strong> στο προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.
|
179
171
|
collaborative_draft_access_requester_rejected:
|
180
|
-
email_intro: Απορριφθήκατε για πρόσβαση ως συμβάλλων στο προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.
|
181
|
-
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ζητήσατε να γίνετε συνεργάτης για το στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
|
182
172
|
email_subject: Απορριφθήκατε ως συμβάλλων για το στοιχείο %{resource_title}.
|
183
173
|
notification_title: <strong>Απορριφθήκατε για πρόσβαση ως συμβάλλων</strong> στο προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.
|
184
174
|
collaborative_draft_withdrawn:
|
185
|
-
email_intro: Ο συντάκτης <a href="%{author_path}">%{author_name} %{author_nickname}</a> απέσυρε το προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.
|
186
|
-
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή είστε συνεργάτης για το στοιχείο <a href="%{resource_path}">%{resource_title}</a>.
|
187
175
|
email_subject: "Ο συντάκτης %{author_name} %{author_nickname} απέσυρε το προσχέδιο συνεργασίας %{resource_title}."
|
188
176
|
notification_title: Ο συντάκτης <a href="%{author_path}">%{author_name} %{author_nickname}</a> <strong>απέσυρε</strong> το προσχέδιο συνεργασίας <a href="%{resource_path}">%{resource_title}</a>.
|
189
177
|
creation_enabled:
|
@@ -707,7 +695,6 @@ el:
|
|
707
695
|
other: υποστηρίξεις
|
708
696
|
new:
|
709
697
|
send: Συνέχεια
|
710
|
-
title: Δημιουργήστε την Πρότασή σας
|
711
698
|
orders:
|
712
699
|
label: 'Ταξινόμηση προτάσεων κατά:'
|
713
700
|
most_commented: Με τα περισσότερα σχόλια
|
data/config/locales/en.yml
CHANGED
@@ -198,6 +198,7 @@ en:
|
|
198
198
|
automatic_hashtags: Hashtags added to all proposals
|
199
199
|
comments_blocked: Comments blocked
|
200
200
|
creation_enabled: Participants can create proposals
|
201
|
+
creation_enabled_readonly: This setting is disabled when you activate the Participatory Texts functionality. To upload proposals as participatory text click on the Participatory Texts button and follow the instructions.
|
201
202
|
default_sort_order: Default proposal sorting
|
202
203
|
default_sort_order_help: Default it means that if the supports are enabled, the proposals will be shown sorted by random, and if the supports are blocked, then they will be sorted by the most supported.
|
203
204
|
default_sort_order_options:
|
@@ -213,6 +214,7 @@ en:
|
|
213
214
|
endorsements_enabled: Endorsements enabled
|
214
215
|
proposal_answering_enabled: Proposal answering enabled
|
215
216
|
publish_answers_immediately: Publish proposal answers immediately
|
217
|
+
publish_answers_immediately_help_html: Mind that if you answer any proposal without this enabled, you'll need to publish them manually by selecting them and using the action for publication. For more info on how this works, see <a href="https://docs.decidim.org/en/admin/components/proposals/answers#_publication" target="_blank">proposals' answers documentation page</a>.
|
216
218
|
suggested_hashtags: Hashtags suggested to participants for new proposals
|
217
219
|
votes_blocked: Supports blocked
|
218
220
|
votes_enabled: Supports enabled
|
@@ -226,33 +228,33 @@ en:
|
|
226
228
|
email_subject: Someone left a note on proposal %{resource_title}.
|
227
229
|
notification_title: Someone has left a note on the proposal <a href="%{resource_path}">%{resource_title}</a>. Check it out at <a href="%{admin_proposal_info_path}">the admin panel</a>
|
228
230
|
collaborative_draft_access_accepted:
|
229
|
-
email_intro: '%{requester_name} has been accepted to access as a contributor of the <a href="%{
|
230
|
-
email_outro: You have received this notification because you are a collaborator of <a href="%{
|
231
|
+
email_intro: '%{requester_name} has been accepted to access as a contributor of the <a href="%{resource_url}">%{resource_title}</a> collaborative draft.'
|
232
|
+
email_outro: You have received this notification because you are a collaborator of <a href="%{resource_url}">%{resource_title}</a>.
|
231
233
|
email_subject: "%{requester_name} has been accepted to access as a contributor of the %{resource_title}."
|
232
234
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> has been <strong>accepted to access as a contributor</strong> of the <a href="%{resource_path}">%{resource_title}</a> collaborative draft.
|
233
235
|
collaborative_draft_access_rejected:
|
234
|
-
email_intro: '%{requester_name} has been rejected to access as a contributor of the <a href="%{
|
235
|
-
email_outro: You have received this notification because you are a collaborator of <a href="%{
|
236
|
+
email_intro: '%{requester_name} has been rejected to access as a contributor of the <a href="%{resource_url}">%{resource_title}</a> collaborative draft.'
|
237
|
+
email_outro: You have received this notification because you are a collaborator of <a href="%{resource_url}">%{resource_title}</a>.
|
236
238
|
email_subject: "%{requester_name} has been rejected to access as a contributor of the %{resource_title} collaborative draft."
|
237
239
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> has been <strong>rejected to access as a contributor</strong> of the <a href="%{resource_path}">%{resource_title}</a> collaborative draft.
|
238
240
|
collaborative_draft_access_requested:
|
239
|
-
email_intro: '%{requester_name} requested access as a contributor. You can <strong>accept or reject the request</strong> from the <a href="%{
|
240
|
-
email_outro: You have received this notification because you are a collaborator of <a href="%{
|
241
|
+
email_intro: '%{requester_name} requested access as a contributor. You can <strong>accept or reject the request</strong> from the <a href="%{resource_url}">%{resource_title}</a> collaborative draft page.'
|
242
|
+
email_outro: You have received this notification because you are a collaborator of <a href="%{resource_url}">%{resource_title}</a>.
|
241
243
|
email_subject: "%{requester_name} requested access to contribute to %{resource_title}."
|
242
244
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> requested access to contribute to the <a href="%{resource_path}">%{resource_title}</a> collaborative draft. Please <strong>accept or reject the request</strong>.
|
243
245
|
collaborative_draft_access_requester_accepted:
|
244
|
-
email_intro: You have been accepted to access as a contributor of the <a href="%{
|
245
|
-
email_outro: You have received this notification because you requested to become a collaborator of <a href="%{
|
246
|
+
email_intro: You have been accepted to access as a contributor of the <a href="%{resource_url}">%{resource_title}</a> collaborative draft.
|
247
|
+
email_outro: You have received this notification because you requested to become a collaborator of <a href="%{resource_url}">%{resource_title}</a>.
|
246
248
|
email_subject: You have been accepted as a contributor of %{resource_title}.
|
247
249
|
notification_title: You have been <strong>accepted to access as a contributor</strong> of the <a href="%{resource_path}">%{resource_title}</a> collaborative draft.
|
248
250
|
collaborative_draft_access_requester_rejected:
|
249
|
-
email_intro: You have been rejected to access as a contributor of the <a href="%{
|
250
|
-
email_outro: You have received this notification because you requested to become a collaborator of <a href="%{
|
251
|
+
email_intro: You have been rejected to access as a contributor of the <a href="%{resource_url}">%{resource_title}</a> collaborative draft.
|
252
|
+
email_outro: You have received this notification because you requested to become a collaborator of <a href="%{resource_url}">%{resource_title}</a>.
|
251
253
|
email_subject: You have been rejected as a contributor of %{resource_title}.
|
252
254
|
notification_title: You have been <strong>rejected to access as a contributor</strong> of the <a href="%{resource_path}">%{resource_title}</a> collaborative draft.
|
253
255
|
collaborative_draft_withdrawn:
|
254
|
-
email_intro: <a href="%{
|
255
|
-
email_outro: You have received this notification because you are a collaborator of <a href="%{
|
256
|
+
email_intro: <a href="%{author_url}">%{author_name} %{author_nickname}</a> withdrawn the <a href="%{resource_url}">%{resource_title}</a> collaborative draft.
|
257
|
+
email_outro: You have received this notification because you are a collaborator of <a href="%{resource_url}">%{resource_title}</a>.
|
256
258
|
email_subject: "%{author_name} %{author_nickname} withdrawn the %{resource_title} collaborative draft."
|
257
259
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <strong>withdrawn</strong> the <a href="%{resource_path}">%{resource_title}</a> collaborative draft.
|
258
260
|
creation_enabled:
|
@@ -302,6 +304,7 @@ en:
|
|
302
304
|
email_outro: You have received this notification because you are following "%{participatory_space_title}". You can stop receiving notifications following the previous link.
|
303
305
|
email_subject: New proposal "%{resource_title}" added to %{participatory_space_title}
|
304
306
|
notification_title: The proposal <a href="%{resource_path}">%{resource_title}</a> has been added to %{participatory_space_title} by %{author}
|
307
|
+
notification_title_official: The official proposal <a href="%{resource_path}">%{resource_title}</a> has been added to %{participatory_space_title}
|
305
308
|
proposal_rejected:
|
306
309
|
affected_user:
|
307
310
|
email_intro: 'Your proposal "%{resource_title}" has been rejected. You can read the answer in this page:'
|
@@ -456,6 +459,7 @@ en:
|
|
456
459
|
accepted: Accepted
|
457
460
|
answer_proposal: Answer
|
458
461
|
evaluating: Evaluating
|
462
|
+
not_answered: Not answered
|
459
463
|
rejected: Rejected
|
460
464
|
title: Answer for proposal %{title}
|
461
465
|
proposal_notes:
|
@@ -815,7 +819,7 @@ en:
|
|
815
819
|
other: supports
|
816
820
|
new:
|
817
821
|
send: Continue
|
818
|
-
title: Create
|
822
|
+
title: Create your proposal
|
819
823
|
orders:
|
820
824
|
label: 'Order proposals by:'
|
821
825
|
most_commented: Most commented
|
data/config/locales/es-MX.yml
CHANGED
@@ -197,6 +197,7 @@ es-MX:
|
|
197
197
|
automatic_hashtags: Hashtags añadidos a todas las propuestas.
|
198
198
|
comments_blocked: Comentarios bloqueados
|
199
199
|
creation_enabled: Las participantes pueden crear propuestas
|
200
|
+
creation_enabled_readonly: Esta opción se desactiva cuando activas la funcionalidad de Textos Participativos. Para subir propuestas como texto participativo haz clic en el botón Textos Participativos y sigue las instrucciones.
|
200
201
|
default_sort_order: Orden predeterminado de propuestas
|
201
202
|
default_sort_order_help: Por defecto significa que si los apoyos están habilitados, las propuestas se mostrarán en orden aleatorio, y si los apoyos están bloqueados, se ordenarán por las más apoyadas.
|
202
203
|
default_sort_order_options:
|
@@ -212,6 +213,7 @@ es-MX:
|
|
212
213
|
endorsements_enabled: Adhesiones habilitadas
|
213
214
|
proposal_answering_enabled: Respuesta a propuestas activadas
|
214
215
|
publish_answers_immediately: Publicar respuestas a las propuestas inmediatamente
|
216
|
+
publish_answers_immediately_help_html: 'Ten en cuenta que si respondes a alguna propuesta sin que esto esté habilitado, tendrás que publicarlas manualmente seleccionándolas y utilizando la acción de publicar. Para más información sobre el funcionamiento, consulta la <a href="https://docs.decidim.org/en/admin/components/proposals/answers#_publication" target="_blank">página de documentación de respuestas a las propuestas</a>.'
|
215
217
|
suggested_hashtags: Hashtags sugeridos a los usuarios para nuevas propuestas.
|
216
218
|
votes_blocked: Votación deshabilitada
|
217
219
|
votes_enabled: Votación habilitada
|
@@ -225,33 +227,33 @@ es-MX:
|
|
225
227
|
email_subject: Alguien dejó una nota en la propuesta %{resource_title}.
|
226
228
|
notification_title: Alguien ha dejado una nota en la propuesta <a href="%{resource_path}">%{resource_title}</a>. Revísala ahora a través del <a href="%{admin_proposal_info_path}">panel de administración</a>
|
227
229
|
collaborative_draft_access_accepted:
|
228
|
-
email_intro: '%{requester_name} ha sido
|
229
|
-
email_outro: Has recibido esta notificación porque eres
|
230
|
+
email_intro: '%{requester_name} ha sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.'
|
231
|
+
email_outro: Has recibido esta notificación porque eres una contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
230
232
|
email_subject: "%{requester_name} ha sido aceptado para acceder como contribuidor de %{resource_title}."
|
231
233
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ha sido <strong>aceptado para acceder como colaborador</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
232
234
|
collaborative_draft_access_rejected:
|
233
|
-
email_intro: '
|
234
|
-
email_outro: Has recibido esta notificación porque eres
|
235
|
+
email_intro: 'Se ha denegado que %{requester_name} acceda como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.'
|
236
|
+
email_outro: Has recibido esta notificación porque eres una contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
235
237
|
email_subject: "%{requester_name} ha sido rechazado para acceder como contribuidor del borrador colaborativo %{resource_title}."
|
236
238
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ha sido <strong>rechazado para acceder como contribuidor</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
237
239
|
collaborative_draft_access_requested:
|
238
|
-
email_intro: '%{requester_name} ha solicitado acceso como
|
239
|
-
email_outro: Has recibido esta notificación porque eres
|
240
|
+
email_intro: '%{requester_name} ha solicitado acceso como contribuidora. Puede <strong>aceptar o rechazar la solicitud</strong> de la página de borrador colaborativo de <a href="%{resource_url}">%{resource_title}</a>.'
|
241
|
+
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
240
242
|
email_subject: "%{requester_name} solicitó acceso para contribuir a %{resource_title}."
|
241
243
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> solicitó acceso para contribuir al borrador de colaboración <a href="%{resource_path}">%{resource_title}</a>. Por favor <strong>aceptar o rechazar la solicitud</strong>.
|
242
244
|
collaborative_draft_access_requester_accepted:
|
243
|
-
email_intro: Has sido
|
244
|
-
email_outro: Has
|
245
|
+
email_intro: Has sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
246
|
+
email_outro: Has recibido esta notificación porque has solicitado ser contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
245
247
|
email_subject: Has sido aceptado como contribuidor de %{resource_title}.
|
246
248
|
notification_title: Ha aceptado <strong>acceder como contribuidor</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
247
249
|
collaborative_draft_access_requester_rejected:
|
248
|
-
email_intro: Ha sido
|
249
|
-
email_outro: Has recibido esta notificación porque has solicitado ser
|
250
|
+
email_intro: Ha sido rechazada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
251
|
+
email_outro: Has recibido esta notificación porque has solicitado ser contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
250
252
|
email_subject: Has sido rechazado como contribuidor de %{resource_title}.
|
251
253
|
notification_title: Has sido <strong>rechazado para acceder como contribuidor</strong> al borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
252
254
|
collaborative_draft_withdrawn:
|
253
|
-
email_intro: <a href="%{
|
254
|
-
email_outro: Has recibido esta notificación porque eres
|
255
|
+
email_intro: <a href="%{author_url}">%{author_name} %{author_nickname}</a> ha retirado el borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
256
|
+
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
255
257
|
email_subject: "%{author_name} %{author_nickname} ha retirado el borrador colaborativo %{resource_title}."
|
256
258
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <strong>ha retirado</strong> el borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
257
259
|
creation_enabled:
|
@@ -301,6 +303,7 @@ es-MX:
|
|
301
303
|
email_outro: Recibiste esta notificación porque estás siguiendo "%{participatory_space_title}". Puedes dejar de seguirlo desde el enlace anterior.
|
302
304
|
email_subject: Nueva propuesta "%{resource_title}" añadida a %{participatory_space_title}
|
303
305
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido añadida a %{participatory_space_title} por %{author}
|
306
|
+
notification_title_official: Se ha añadido la propuesta oficial <a href="%{resource_path}">%{resource_title}</a> en %{participatory_space_title}
|
304
307
|
proposal_rejected:
|
305
308
|
affected_user:
|
306
309
|
email_intro: 'Su propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
@@ -455,6 +458,7 @@ es-MX:
|
|
455
458
|
accepted: Aceptadas
|
456
459
|
answer_proposal: Respuesta
|
457
460
|
evaluating: En evaluación
|
461
|
+
not_answered: No contestada
|
458
462
|
rejected: Rechazada
|
459
463
|
title: Responder a la propuesta %{title}
|
460
464
|
proposal_notes:
|
data/config/locales/es-PY.yml
CHANGED
@@ -197,6 +197,7 @@ es-PY:
|
|
197
197
|
automatic_hashtags: Hashtags añadidos a todas las propuestas.
|
198
198
|
comments_blocked: Comentarios bloqueados
|
199
199
|
creation_enabled: Las participantes pueden crear propuestas
|
200
|
+
creation_enabled_readonly: Esta opción se desactiva cuando activas la funcionalidad de Textos Participativos. Para subir propuestas como texto participativo haz clic en el botón Textos Participativos y sigue las instrucciones.
|
200
201
|
default_sort_order: Orden predeterminado de propuestas
|
201
202
|
default_sort_order_help: Por defecto significa que si los apoyos están habilitados, las propuestas se mostrarán en orden aleatorio, y si los apoyos están bloqueados, se ordenarán por las más apoyadas.
|
202
203
|
default_sort_order_options:
|
@@ -212,6 +213,7 @@ es-PY:
|
|
212
213
|
endorsements_enabled: Adhesiones habilitados
|
213
214
|
proposal_answering_enabled: Contestación de propuesta habilitada
|
214
215
|
publish_answers_immediately: Publicar respuestas a las propuestas inmediatamente
|
216
|
+
publish_answers_immediately_help_html: 'Ten en cuenta que si respondes a alguna propuesta sin que esto esté habilitado, tendrás que publicarlas manualmente seleccionándolas y utilizando la acción de publicar. Para más información sobre el funcionamiento, consulta la <a href="https://docs.decidim.org/en/admin/components/proposals/answers#_publication" target="_blank">página de documentación de respuestas a las propuestas</a>.'
|
215
217
|
suggested_hashtags: Hashtags sugeridos a los usuarios para nuevas propuestas.
|
216
218
|
votes_blocked: Votación bloqueada
|
217
219
|
votes_enabled: Votación habilitada
|
@@ -225,33 +227,33 @@ es-PY:
|
|
225
227
|
email_subject: Alguien dejó una nota en la propuesta %{resource_title}.
|
226
228
|
notification_title: Alguien ha dejado una nota en la propuesta <a href="%{resource_path}">%{resource_title}</a>. Revísala ahora a través del <a href="%{admin_proposal_info_path}">panel de administración</a>
|
227
229
|
collaborative_draft_access_accepted:
|
228
|
-
email_intro: '%{requester_name} ha sido
|
229
|
-
email_outro: Has recibido esta notificación porque eres
|
230
|
+
email_intro: '%{requester_name} ha sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.'
|
231
|
+
email_outro: Has recibido esta notificación porque eres una contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
230
232
|
email_subject: "%{requester_name} ha sido aceptado para acceder como contribuidor de %{resource_title}."
|
231
233
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ha sido <strong>aceptado para acceder como colaborador</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
232
234
|
collaborative_draft_access_rejected:
|
233
|
-
email_intro: '
|
234
|
-
email_outro: Has recibido esta notificación porque eres
|
235
|
+
email_intro: 'Se ha denegado que %{requester_name} acceda como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.'
|
236
|
+
email_outro: Has recibido esta notificación porque eres una contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
235
237
|
email_subject: "%{requester_name} ha sido rechazado para acceder como contribuidor del borrador colaborativo %{resource_title}."
|
236
238
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ha sido <strong>rechazado para acceder como contribuidor</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
237
239
|
collaborative_draft_access_requested:
|
238
|
-
email_intro: '%{requester_name} ha solicitado acceso como
|
239
|
-
email_outro: Has recibido esta notificación porque eres
|
240
|
+
email_intro: '%{requester_name} ha solicitado acceso como contribuidora. Puede <strong>aceptar o rechazar la solicitud</strong> de la página de borrador colaborativo de <a href="%{resource_url}">%{resource_title}</a>.'
|
241
|
+
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
240
242
|
email_subject: "%{requester_name} solicitó acceso para contribuir a %{resource_title}."
|
241
243
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> solicitó acceso para contribuir al borrador de colaboración <a href="%{resource_path}">%{resource_title}</a>. Por favor <strong>aceptar o rechazar la solicitud</strong>.
|
242
244
|
collaborative_draft_access_requester_accepted:
|
243
|
-
email_intro: Has sido
|
244
|
-
email_outro: Has
|
245
|
+
email_intro: Has sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
246
|
+
email_outro: Has recibido esta notificación porque has solicitado ser contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
245
247
|
email_subject: Has sido aceptado como contribuidor de %{resource_title}.
|
246
248
|
notification_title: Ha aceptado <strong>acceder como contribuidor</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
247
249
|
collaborative_draft_access_requester_rejected:
|
248
|
-
email_intro: Ha sido
|
249
|
-
email_outro: Has recibido esta notificación porque has solicitado ser
|
250
|
+
email_intro: Ha sido rechazada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
251
|
+
email_outro: Has recibido esta notificación porque has solicitado ser contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
250
252
|
email_subject: Has sido rechazado como contribuidor de %{resource_title}.
|
251
253
|
notification_title: Has sido <strong>rechazado para acceder como contribuidor</strong> al borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
252
254
|
collaborative_draft_withdrawn:
|
253
|
-
email_intro: <a href="%{
|
254
|
-
email_outro: Has recibido esta notificación porque eres
|
255
|
+
email_intro: <a href="%{author_url}">%{author_name} %{author_nickname}</a> ha retirado el borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
256
|
+
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
255
257
|
email_subject: "%{author_name} %{author_nickname} ha retirado el borrador colaborativo %{resource_title}."
|
256
258
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <strong>ha retirado</strong> el borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
257
259
|
creation_enabled:
|
@@ -301,6 +303,7 @@ es-PY:
|
|
301
303
|
email_outro: Recibiste esta notificación porque estás siguiendo "%{participatory_space_title}". Puedes dejar de seguirlo desde el enlace anterior.
|
302
304
|
email_subject: Nueva propuesta "%{resource_title}" añadida a %{participatory_space_title}
|
303
305
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido añadida a %{participatory_space_title} por %{author}
|
306
|
+
notification_title_official: Se ha añadido la propuesta oficial <a href="%{resource_path}">%{resource_title}</a> en %{participatory_space_title}
|
304
307
|
proposal_rejected:
|
305
308
|
affected_user:
|
306
309
|
email_intro: 'Su propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
@@ -455,6 +458,7 @@ es-PY:
|
|
455
458
|
accepted: Aceptadas
|
456
459
|
answer_proposal: Respuesta
|
457
460
|
evaluating: En evaluación
|
461
|
+
not_answered: No contestada
|
458
462
|
rejected: Rechazada
|
459
463
|
title: Responder a la propuesta %{title}
|
460
464
|
proposal_notes:
|
data/config/locales/es.yml
CHANGED
@@ -197,6 +197,7 @@ es:
|
|
197
197
|
automatic_hashtags: Hashtags añadidos a todas las propuestas.
|
198
198
|
comments_blocked: Comentarios bloqueados
|
199
199
|
creation_enabled: Las participantes pueden crear propuestas
|
200
|
+
creation_enabled_readonly: Esta opción se desactiva cuando activas la funcionalidad de Textos Participativos. Para subir propuestas como texto participativo haz clic en el botón Textos Participativos y sigue las instrucciones.
|
200
201
|
default_sort_order: Orden predeterminado de propuestas
|
201
202
|
default_sort_order_help: Por defecto significa que si los apoyos están habilitados, las propuestas se mostrarán en orden aleatorio, y si los apoyos están bloqueados, se ordenarán por las más apoyadas.
|
202
203
|
default_sort_order_options:
|
@@ -212,6 +213,7 @@ es:
|
|
212
213
|
endorsements_enabled: Adhesiones habilitadas
|
213
214
|
proposal_answering_enabled: Respuesta a propuestas activadas
|
214
215
|
publish_answers_immediately: Publicar respuestas a las propuestas inmediatamente
|
216
|
+
publish_answers_immediately_help_html: 'Ten en cuenta que si respondes a alguna propuesta sin que esto esté habilitado, tendrás que publicarlas manualmente seleccionándolas y utilizando la acción de publicar. Para más información sobre el funcionamiento, consulta la <a href="https://docs.decidim.org/en/admin/components/proposals/answers#_publication" target="_blank">página de documentación de respuestas a las propuestas</a>.'
|
215
217
|
suggested_hashtags: Hashtags sugeridos a las participantes para nuevas propuestas
|
216
218
|
votes_blocked: Apoyos bloqueados
|
217
219
|
votes_enabled: Apoyos habilitados
|
@@ -225,33 +227,33 @@ es:
|
|
225
227
|
email_subject: Alguien dejó una nota en la propuesta %{resource_title}.
|
226
228
|
notification_title: Alguien ha dejado una nota en la propuesta <a href="%{resource_path}">%{resource_title}</a>. Revísala ahora a través del <a href="%{admin_proposal_info_path}">panel de administración</a>
|
227
229
|
collaborative_draft_access_accepted:
|
228
|
-
email_intro: '%{requester_name} ha sido aceptada para acceder como contribuidora del borrador colaborativo
|
229
|
-
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{
|
230
|
+
email_intro: '%{requester_name} ha sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.'
|
231
|
+
email_outro: Has recibido esta notificación porque eres una contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
230
232
|
email_subject: "%{requester_name} ha sido aceptada para acceder como contribuidora de %{resource_title}."
|
231
233
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ha sido <strong>aceptada para acceder como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
232
234
|
collaborative_draft_access_rejected:
|
233
|
-
email_intro: '
|
234
|
-
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{
|
235
|
+
email_intro: 'Se ha denegado que %{requester_name} acceda como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.'
|
236
|
+
email_outro: Has recibido esta notificación porque eres una contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
235
237
|
email_subject: "%{requester_name} ha sido rechazado para acceder como contribuidora del borrador colaborativo %{resource_title}."
|
236
238
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ha sido <strong>rechazado para acceder como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
237
239
|
collaborative_draft_access_requested:
|
238
|
-
email_intro: '%{requester_name} ha solicitado acceso como contribuidora. Puede <strong>aceptar o rechazar la solicitud</strong> de la página de borrador colaborativo de <a href="%{
|
239
|
-
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{
|
240
|
+
email_intro: '%{requester_name} ha solicitado acceso como contribuidora. Puede <strong>aceptar o rechazar la solicitud</strong> de la página de borrador colaborativo de <a href="%{resource_url}">%{resource_title}</a>.'
|
241
|
+
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
240
242
|
email_subject: "%{requester_name} ha solicitado acceso para contribuir a %{resource_title}."
|
241
243
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> solicitó acceso para contribuir al borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>. Por favor, <strong>acepta o rechaza la solicitud</strong>.
|
242
244
|
collaborative_draft_access_requester_accepted:
|
243
|
-
email_intro: Has sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{
|
244
|
-
email_outro: Has recibido esta notificación
|
245
|
+
email_intro: Has sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
246
|
+
email_outro: Has recibido esta notificación porque has solicitado ser contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
245
247
|
email_subject: Has sido aceptada como contribuidora de %{resource_title}.
|
246
248
|
notification_title: Has sido aceptada <strong>acceder como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
247
249
|
collaborative_draft_access_requester_rejected:
|
248
|
-
email_intro: Ha sido rechazada para acceder como contribuidora del borrador colaborativo <a href="%{
|
249
|
-
email_outro: Has recibido esta notificación porque has solicitado ser contribuidora de <a href="%{
|
250
|
+
email_intro: Ha sido rechazada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
251
|
+
email_outro: Has recibido esta notificación porque has solicitado ser contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
250
252
|
email_subject: Has sido rechazada como contribuidora de %{resource_title}.
|
251
253
|
notification_title: Has sido <strong>rechazada como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
252
254
|
collaborative_draft_withdrawn:
|
253
|
-
email_intro: <a href="%{
|
254
|
-
email_outro: Has recibido esta notificación porque eres
|
255
|
+
email_intro: <a href="%{author_url}">%{author_name} %{author_nickname}</a> ha retirado el borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
256
|
+
email_outro: Has recibido esta notificación porque eres contribuidora de <a href="%{resource_url}">%{resource_title}</a>.
|
255
257
|
email_subject: "%{author_name} %{author_nickname} ha retirado el borrador colaborativo %{resource_title}."
|
256
258
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <strong>ha retirado</strong> el borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
257
259
|
creation_enabled:
|
@@ -301,6 +303,7 @@ es:
|
|
301
303
|
email_outro: Recibiste esta notificación porque estás siguiendo "%{participatory_space_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
302
304
|
email_subject: Nueva propuesta "%{resource_title}" añadida a %{participatory_space_title}
|
303
305
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido añadida a %{participatory_space_title} por %{author}
|
306
|
+
notification_title_official: Se ha añadido la propuesta oficial <a href="%{resource_path}">%{resource_title}</a> en %{participatory_space_title}
|
304
307
|
proposal_rejected:
|
305
308
|
affected_user:
|
306
309
|
email_intro: 'Tu propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
@@ -455,6 +458,7 @@ es:
|
|
455
458
|
accepted: Aceptadas
|
456
459
|
answer_proposal: Respuesta
|
457
460
|
evaluating: En evaluación
|
461
|
+
not_answered: No contestada
|
458
462
|
rejected: Rechazada
|
459
463
|
title: Responder a la propuesta %{title}
|
460
464
|
proposal_notes:
|
@@ -814,7 +818,7 @@ es:
|
|
814
818
|
other: apoyos
|
815
819
|
new:
|
816
820
|
send: Continuar
|
817
|
-
title:
|
821
|
+
title: Crea tu propuesta
|
818
822
|
orders:
|
819
823
|
label: 'Ordenar propuestas por:'
|
820
824
|
most_commented: Más comentadas
|
data/config/locales/eu.yml
CHANGED
@@ -219,33 +219,21 @@ eu:
|
|
219
219
|
email_subject: Norbaitek ohar bat utzi du %{resource_title} proposamenean.
|
220
220
|
notification_title: Norbaitek ohar bat utzi du <a href="%{resource_path}">%{resource_title}</a> proposamenean. Berrikusi orain honen bidez <a href="%{admin_proposal_info_path}">panel de administración</a>
|
221
221
|
collaborative_draft_access_accepted:
|
222
|
-
email_intro: '%{requester_name} onartu da <a href="%{resource_path}">%{resource_title}</a> lankidetza proiektuaren laguntzaile gisa sartzeko.'
|
223
|
-
email_outro: Jakinarazpen hau jaso duzuelako <a href="%{resource_path}">%{resource_title}</a>.
|
224
222
|
email_subject: "%{requester_name} izan da onartu %{resource_title}."
|
225
223
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> izan da <strong>sarbidea onartu kolaboratzaile gisa</strong> de <a href="%{resource_path}">%{resource_title}</a> elkarlanerako zirriborroa.
|
226
224
|
collaborative_draft_access_rejected:
|
227
|
-
email_intro: '%{requester_name} baztertu egin da <a href="%{resource_path}">%{resource_title}</a> lankidetza proiektuaren laguntzaile gisa sartzeko.'
|
228
|
-
email_outro: Jakinarazpen hau jaso duzuelako <a href="%{resource_path}">%{resource_title}</a>.
|
229
225
|
email_subject: "%{requester_name} ez da onartu du kolaboratzaile gisa sartzeko %{resource_title} elkarlanerako zirriborroa."
|
230
226
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> izan da <strong>baztertutako <a href="%{resource_path}">%{resource_title}</a> lankidetza zirriborroaren</strong> laguntzaile gisa sartzeko.
|
231
227
|
collaborative_draft_access_requested:
|
232
|
-
email_intro: '%{requester_name} eskatutako sarbidea laguntzaile gisa. Ezin duzu <strong>onartzeko edo eskaera ukatzeko</strong> -tik <a href="%{resource_path}">%{resource_title}</a> elkarlanerako zirriborroa orria.'
|
233
|
-
email_outro: Jakinarazpen hau jaso duzuelako <a href="%{resource_path}">%{resource_title}</a>.
|
234
228
|
email_subject: "%{requester_name} eskatutako sarbidea izateko %{resource_title}laguntzera."
|
235
229
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> eskatutako sarbidea <a href="%{resource_path}">%{resource_title}</a> lankidetza proiektuari laguntzea. <strong>Onartu edo ezetsi eskaera</strong>.
|
236
230
|
collaborative_draft_access_requester_accepted:
|
237
|
-
email_intro: <a href="%{resource_path}">%{resource_title}</a> lankidetza zirriborroaren laguntzaile gisa sartzeko onartu duzu.
|
238
|
-
email_outro: Jakinarazpen hau jaso duzu, <a href="%{resource_path}">%{resource_title}</a>laguntzaile izateko eskatu zenuen.
|
239
231
|
email_subject: '%{resource_title}laguntzaile gisa onartzen duzu.'
|
240
232
|
notification_title: Izan zara <strong>onartu laguntzaile gisa sartzeko</strong> de <a href="%{resource_path}">%{resource_title}</a> elkarlanerako zirriborroa.
|
241
233
|
collaborative_draft_access_requester_rejected:
|
242
|
-
email_intro: Baztertu egin zaituzte <a href="%{resource_path}">%{resource_title}</a> lankidetza proiektuaren laguntzaile gisa sartzeko.
|
243
|
-
email_outro: Jakinarazpen hau jaso duzu, <a href="%{resource_path}">%{resource_title}</a>laguntzaile izateko eskatu zenuen.
|
244
234
|
email_subject: Baztertu zara %{resource_title}laguntzaile gisa.
|
245
235
|
notification_title: Izan zara <strong>baztertu laguntzaile gisa sartzeko</strong> de <a href="%{resource_path}">%{resource_title}</a> elkarlanerako zirriborroa.
|
246
236
|
collaborative_draft_withdrawn:
|
247
|
-
email_intro: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <a href="%{resource_path}">%{resource_title}</a> lankidetza-zirriborroa kenduta.
|
248
|
-
email_outro: Jakinarazpen hau jaso duzuelako <a href="%{resource_path}">%{resource_title}</a>.
|
249
237
|
email_subject: "%{author_name} %{author_nickname} %{resource_title} lankidetza-zirriborroa kendu."
|
250
238
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <strong>erretiratu</strong> <a href="%{resource_path}">%{resource_title}</a> lankidetza zirriborroa.
|
251
239
|
creation_enabled:
|
@@ -793,7 +781,6 @@ eu:
|
|
793
781
|
other: euskarriak
|
794
782
|
new:
|
795
783
|
send: Jarraitu
|
796
|
-
title: Sortu zure proposamena
|
797
784
|
orders:
|
798
785
|
label: 'Antolatu proposamenak honen arabera:'
|
799
786
|
most_commented: Iruzkin gehien dituztenak
|