decidim-proposals 0.15.1 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/ca.yml +9 -9
- data/config/locales/de.yml +10 -6
- data/config/locales/en.yml +11 -12
- data/config/locales/es-PY.yml +7 -7
- data/config/locales/es.yml +7 -7
- data/config/locales/eu.yml +7 -7
- data/config/locales/fi-pl.yml +690 -0
- data/config/locales/fi.yml +10 -10
- data/config/locales/fr.yml +6 -6
- data/config/locales/gl.yml +5 -5
- data/config/locales/hu.yml +6 -6
- data/config/locales/id-ID.yml +678 -0
- data/config/locales/it.yml +8 -8
- data/config/locales/nl.yml +6 -6
- data/config/locales/pl.yml +11 -11
- data/config/locales/pt-BR.yml +7 -7
- data/config/locales/pt.yml +7 -7
- data/config/locales/ru.yml +4 -6
- data/config/locales/sv.yml +7 -7
- data/config/locales/tr-TR.yml +689 -0
- data/config/locales/uk.yml +4 -6
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +22 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3178ec190b652c6edf575777f6a911d1961735f277b7be19688270eeac06a975
|
4
|
+
data.tar.gz: 82b8bd589fe391cea20cf6bd3bb90d068bf12a2630d62667f7cb36107893345d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 669d98ba3e10844143fed41db59bf8275be07ffb880ac0df685d0fb45a0a8c4cb8897a866e7bdb20916cdbe64650c84c1cf8f0007b136212fe631ea99a2611c8
|
7
|
+
data.tar.gz: fa7407ac02421a6950106755aef55b5208465b58e4e2df48311977fd55eb414503c9fdeceda99f015c9c7d1a31c9aa12192e448ccd5f7e0283c75736cc4ed634
|
data/config/locales/ca.yml
CHANGED
@@ -229,8 +229,8 @@ ca:
|
|
229
229
|
object: propostes
|
230
230
|
title: Propostes
|
231
231
|
votes:
|
232
|
-
object:
|
233
|
-
title:
|
232
|
+
object: suports
|
233
|
+
title: Suports
|
234
234
|
participatory_processes:
|
235
235
|
participatory_process_groups:
|
236
236
|
highlighted_proposals:
|
@@ -388,14 +388,14 @@ ca:
|
|
388
388
|
no_similars_found: Enhorabona! No s'han trobat esborranys col·laboratius similars
|
389
389
|
title: Esborranys col·laboratius similars
|
390
390
|
complete:
|
391
|
-
attachment_legend: "(Opcional)
|
392
|
-
select_a_category:
|
391
|
+
attachment_legend: "(Opcional) Afegiu un fitxer adjunt"
|
392
|
+
select_a_category: Si us plau, selecciona una categoria
|
393
393
|
send: Enviar
|
394
394
|
title: Completa el teu esborrany col·laboratiu
|
395
395
|
count:
|
396
396
|
drafts_count:
|
397
|
-
one:
|
398
|
-
other: "%{count}
|
397
|
+
one: '%{count} esborrany de col·laboració'
|
398
|
+
other: "%{count} esborrany de col·laboració"
|
399
399
|
create:
|
400
400
|
error: Hi ha hagut un problema en crear aquests esborranys col·laboratius
|
401
401
|
success: S'ha creat un esborrany col·laboratiu.
|
@@ -449,7 +449,7 @@ ca:
|
|
449
449
|
final_proposal: proposta final
|
450
450
|
final_proposal_help_text: Aquest esborrany està finalitzat. Pots veure la proposta final
|
451
451
|
hidden_authors_count:
|
452
|
-
one: i
|
452
|
+
one: i %{count} persones més
|
453
453
|
other: i %{count} persones més
|
454
454
|
info-message: Aquest és un <strong>esborrany col·laboratiu</strong> per a una proposta. Això significa que pots ajudar els seus autors a modelar la proposta, utilitzant la secció de comentaris a continuació, o a millorar-la demanant accés per editar-la directament. Un cop els autors et donin accés, podràs fer canvis en aquest esborrany.
|
455
455
|
of_versions: "(de %{number})"
|
@@ -532,7 +532,7 @@ ca:
|
|
532
532
|
title: Completa la teva proposta
|
533
533
|
count:
|
534
534
|
proposals_count:
|
535
|
-
one:
|
535
|
+
one: '%{count} proposta'
|
536
536
|
other: "%{count} propostes"
|
537
537
|
edit:
|
538
538
|
attachment_legend: "(Opcional) Afegiu un fitxer adjunt"
|
@@ -635,7 +635,7 @@ ca:
|
|
635
635
|
can_accumulate_supports_beyond_threshold:
|
636
636
|
description: Cada proposta pot acumular més de %{limit} suports
|
637
637
|
minimum_votes_per_user:
|
638
|
-
description: Has de distribuir un mínim de
|
638
|
+
description: Has de distribuir un mínim de %{votes} suports entre diferents propostes.
|
639
639
|
given_enough_votes: Has donat suficients suports.
|
640
640
|
supports_remaining: Has de donar %{remaining_votes} suport/s més a propostes per tenir en compte els teus suports.
|
641
641
|
proposal_limit:
|
data/config/locales/de.yml
CHANGED
@@ -144,6 +144,7 @@ de:
|
|
144
144
|
notification_title: Sie können nun beginnen <a href="%{resource_path}">Vorschläge befürworten</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
145
145
|
proposal_accepted:
|
146
146
|
email_intro: 'Der Vorschlag "%{resource_title}" wurde akzeptiert. Sie können die Antwort auf dieser Seite lesen:'
|
147
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Sie können es aus dem vorherigen Link aufheben.
|
147
148
|
email_subject: Ein Vorschlag, dem Sie folgen, wurde akzeptiert
|
148
149
|
notification_title: Der <a href="%{resource_path}">%{resource_title}</a> Vorschlag wurde angenommen.
|
149
150
|
proposal_endorsed:
|
@@ -153,6 +154,7 @@ de:
|
|
153
154
|
notification_title: Der <a href="%{resource_path}">%{resource_title}</a> Vorschlag wurde von <a href="%{endorser_path}">%{endorser_name} %{endorser_nickname}</a>gebilligt.
|
154
155
|
proposal_evaluating:
|
155
156
|
email_intro: 'Der Vorschlag "%{resource_title}" wird gerade ausgewertet. Sie können auf dieser Seite nach einer Antwort suchen:'
|
157
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Sie können es aus dem vorherigen Link aufheben.
|
156
158
|
email_subject: Ein Vorschlag, dem Sie folgen, wird evaluiert
|
157
159
|
notification_title: Der <a href="%{resource_path}">%{resource_title}</a> Vorschlag wird evaluiert.
|
158
160
|
proposal_mentioned:
|
@@ -166,10 +168,12 @@ de:
|
|
166
168
|
notification_title: Der <a href="%{resource_path}">%{resource_title}</a> Vorschlag wurde von <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
167
169
|
proposal_published_for_space:
|
168
170
|
email_intro: Der Vorschlag "%{resource_title}" wurde zu "%{participatory_space_title}" hinzugefügt, dem Sie folgen.
|
171
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{participatory_space_title}" folgen. Sie können es aus dem vorherigen Link aufheben.
|
169
172
|
email_subject: Neuer Vorschlag wurde zu %{participatory_space_title}hinzugefügt
|
170
173
|
notification_title: Der Vorschlag <a href="%{resource_path}">%{resource_title}</a> wurde zu %{participatory_space_title}hinzugefügt
|
171
174
|
proposal_rejected:
|
172
175
|
email_intro: 'Der Vorschlag "%{resource_title}" wurde abgelehnt. Sie können die Antwort auf dieser Seite lesen:'
|
176
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Sie können es aus dem vorherigen Link aufheben.
|
173
177
|
email_subject: Ein Vorschlag, dem Sie folgen, wurde abgelehnt
|
174
178
|
notification_title: Der <a href="%{resource_path}">%{resource_title}</a> Vorschlag wurde abgelehnt.
|
175
179
|
proposal_update_category:
|
@@ -390,8 +394,8 @@ de:
|
|
390
394
|
title: Vervollständigen Sie Ihren gemeinsamen Entwurf
|
391
395
|
count:
|
392
396
|
drafts_count:
|
393
|
-
one:
|
394
|
-
other: "%{count}
|
397
|
+
one: '%{count} kollaborativer Entwurf'
|
398
|
+
other: "%{count} kollaborativer Entwurf"
|
395
399
|
create:
|
396
400
|
error: Beim Erstellen dieser kollaborativen Entwürfe ist ein Problem aufgetreten
|
397
401
|
success: Collaborative Draft wurde erfolgreich erstellt.
|
@@ -445,8 +449,8 @@ de:
|
|
445
449
|
final_proposal: endgültiger Vorschlag
|
446
450
|
final_proposal_help_text: Dieser Entwurf ist fertig. Sie können den endgültigen fertigen Vorschlag sehen
|
447
451
|
hidden_authors_count:
|
448
|
-
one: und
|
449
|
-
other: und %{count} weitere
|
452
|
+
one: und %{count} weitere Person
|
453
|
+
other: und %{count} weitere Personen
|
450
454
|
info-message: Dies ist ein <strong>kollaborativen Entwurf</strong> für einen Vorschlag. Dies bedeutet, dass Sie ihren Autoren helfen können, den Vorschlag zu gestalten, indem Sie den unten stehenden Kommentarabschnitt verwenden, oder ihn direkt verbessern, indem Sie den Zugriff anfordern, um ihn zu bearbeiten. Sobald die Autoren Ihnen Zugriff gewähren, können Sie Änderungen an diesem Entwurf vornehmen.
|
451
455
|
of_versions: "(von %{number})"
|
452
456
|
publish: Veröffentlichen
|
@@ -528,7 +532,7 @@ de:
|
|
528
532
|
title: Vervollständigen Sie Ihren Vorschlag
|
529
533
|
count:
|
530
534
|
proposals_count:
|
531
|
-
one:
|
535
|
+
one: '%{count} Vorschlag'
|
532
536
|
other: "%{count} Vorschläge"
|
533
537
|
edit:
|
534
538
|
attachment_legend: "(Optional) Fügen Sie einen Anhang hinzu"
|
@@ -631,7 +635,7 @@ de:
|
|
631
635
|
can_accumulate_supports_beyond_threshold:
|
632
636
|
description: Jeder Vorschlag kann mehr als %{limit} Unterstützungen sammeln
|
633
637
|
minimum_votes_per_user:
|
634
|
-
description: Sie müssen mindestens
|
638
|
+
description: Sie müssen mindestens %{votes} Stimmen auf verschiedene Vorschläge verteilen.
|
635
639
|
given_enough_votes: Du hast genug Unterstützung gegeben.
|
636
640
|
supports_remaining: Sie müssen %{remaining_votes} weitere Vorschläge abgeben, damit Ihre Stimmen berücksichtigt werden.
|
637
641
|
proposal_limit:
|
data/config/locales/en.yml
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
---
|
2
1
|
en:
|
3
2
|
activemodel:
|
4
3
|
attributes:
|
@@ -191,8 +190,8 @@ en:
|
|
191
190
|
badges:
|
192
191
|
accepted_proposals:
|
193
192
|
conditions:
|
194
|
-
|
195
|
-
|
193
|
+
- Choose the participation space of your interest with submission for proposals enabled
|
194
|
+
- Try to make proposals that can be carried out. This way they are more likely to be accepted.
|
196
195
|
description: This badge is granted when you actively participate with new proposals and these are accepted.
|
197
196
|
description_another: This user has gotten %{score} proposals accepted.
|
198
197
|
description_own: You got %{score} proposals accepted.
|
@@ -202,8 +201,8 @@ en:
|
|
202
201
|
unearned_own: You got no proposals accepted yet.
|
203
202
|
proposal_votes:
|
204
203
|
conditions:
|
205
|
-
|
206
|
-
|
204
|
+
- Browse and spend some time reading other people's proposals
|
205
|
+
- Give support to the proposals you like or find interesting
|
207
206
|
description: This badge is granted when you support other people's proposals.
|
208
207
|
description_another: This user has given support to %{score} proposals.
|
209
208
|
description_own: You have given support to %{score} proposals.
|
@@ -213,8 +212,8 @@ en:
|
|
213
212
|
unearned_own: You have given support to no proposals yet.
|
214
213
|
proposals:
|
215
214
|
conditions:
|
216
|
-
|
217
|
-
|
215
|
+
- Choose the participation space of your interest with submission for proposals enabled
|
216
|
+
- Create a new proposal
|
218
217
|
description: This badge is granted when you actively participate with new proposals.
|
219
218
|
description_another: This user has created %{score} proposals.
|
220
219
|
description_own: You have created %{score} proposals.
|
@@ -395,8 +394,8 @@ en:
|
|
395
394
|
title: Complete your collaborative draft
|
396
395
|
count:
|
397
396
|
drafts_count:
|
398
|
-
one:
|
399
|
-
other: "%{count} collaborative
|
397
|
+
one: '%{count} collaborative draft'
|
398
|
+
other: "%{count} collaborative draft"
|
400
399
|
create:
|
401
400
|
error: There's been a problem creating this collaborative drafts
|
402
401
|
success: Collaborative draft successfully created.
|
@@ -450,7 +449,7 @@ en:
|
|
450
449
|
final_proposal: final proposal
|
451
450
|
final_proposal_help_text: This draft is finished. You can see the final finished proposal
|
452
451
|
hidden_authors_count:
|
453
|
-
one: and
|
452
|
+
one: and %{count} more person
|
454
453
|
other: and %{count} more people
|
455
454
|
info-message: This is a <strong>collaborative draft</strong> for a proposal. This means that you can help their authors to shape the proposal using the comment section below or improve it directly by requesting access to edit it. Once the authors grant you access, youl'll be able to make changes to this draft.
|
456
455
|
of_versions: "(of %{number})"
|
@@ -533,7 +532,7 @@ en:
|
|
533
532
|
title: Complete your proposal
|
534
533
|
count:
|
535
534
|
proposals_count:
|
536
|
-
one:
|
535
|
+
one: '%{count} proposal'
|
537
536
|
other: "%{count} proposals"
|
538
537
|
edit:
|
539
538
|
attachment_legend: "(Optional) Add an attachment"
|
@@ -602,7 +601,7 @@ en:
|
|
602
601
|
edit_proposal: Edit proposal
|
603
602
|
endorsements_list: List of Endorsements
|
604
603
|
hidden_endorsers_count:
|
605
|
-
one: and
|
604
|
+
one: and %{count} more people
|
606
605
|
other: and %{count} more people
|
607
606
|
link_to_collaborative_draft_help_text: This proposal is the result of a collaborative draft. Review the history
|
608
607
|
link_to_collaborative_draft_text: See the collaborative draft
|
data/config/locales/es-PY.yml
CHANGED
@@ -388,14 +388,14 @@ es-PY:
|
|
388
388
|
no_similars_found: '¡Enhorabuena! No se encontraron borradores colaborativos similares'
|
389
389
|
title: Borradores colaborativos similares
|
390
390
|
complete:
|
391
|
-
attachment_legend: "(Opcional)
|
392
|
-
select_a_category: Por favor
|
391
|
+
attachment_legend: "(Opcional) Añadir un archivo adjunto"
|
392
|
+
select_a_category: Por favor, seleccione una categoría
|
393
393
|
send: Enviar
|
394
394
|
title: Completa tu borrador colaborativo
|
395
395
|
count:
|
396
396
|
drafts_count:
|
397
|
-
one:
|
398
|
-
other: "%{count}
|
397
|
+
one: '%{count} borrador colaborativo'
|
398
|
+
other: "%{count} borrador colaborativo"
|
399
399
|
create:
|
400
400
|
error: Ha habido un problema al crear este borradores colaborativo
|
401
401
|
success: Borrador colaborativo creado con éxito.
|
@@ -449,7 +449,7 @@ es-PY:
|
|
449
449
|
final_proposal: propuesta final
|
450
450
|
final_proposal_help_text: Este borrador está terminado. Puedes ver la propuesta final terminada
|
451
451
|
hidden_authors_count:
|
452
|
-
one: y
|
452
|
+
one: y %{count} persona más
|
453
453
|
other: y %{count} personas más
|
454
454
|
info-message: Este es un <strong>borrador colaborativo</strong> para una propuesta. Esto significa que puede ayudar a sus autores a dar forma a la propuesta usando la sección de comentarios que se encuentra debajo o mejorarla directamente solicitando acceso para editarla. Una vez que los autores le otorguen acceso, podrá realizar cambios en este borrador.
|
455
455
|
of_versions: "(de %{number})"
|
@@ -532,7 +532,7 @@ es-PY:
|
|
532
532
|
title: Completa tu propuesta
|
533
533
|
count:
|
534
534
|
proposals_count:
|
535
|
-
one:
|
535
|
+
one: '%{count} propuesta'
|
536
536
|
other: "%{count} propuestas"
|
537
537
|
edit:
|
538
538
|
attachment_legend: "(Opcional) Agregar un archivo adjunto"
|
@@ -635,7 +635,7 @@ es-PY:
|
|
635
635
|
can_accumulate_supports_beyond_threshold:
|
636
636
|
description: Cada propuesta puede acumular más de %{limit} apoyos
|
637
637
|
minimum_votes_per_user:
|
638
|
-
description: Debes distribuir un mínimo de
|
638
|
+
description: Debes distribuir un mínimo de %{votes} votos entre las diferentes propuestas.
|
639
639
|
given_enough_votes: Has dado suficientes apoyos.
|
640
640
|
supports_remaining: Tienes que votar %{remaining_votes} propuestas más para que tus votos sean tomados en cuenta.
|
641
641
|
proposal_limit:
|
data/config/locales/es.yml
CHANGED
@@ -388,14 +388,14 @@ es:
|
|
388
388
|
no_similars_found: '¡Enhorabuena! No se encontraron borradores colaborativos similares'
|
389
389
|
title: Borradores colaborativos similares
|
390
390
|
complete:
|
391
|
-
attachment_legend: "(Opcional)
|
392
|
-
select_a_category: Por favor selecciona una categoría
|
391
|
+
attachment_legend: "(Opcional) Añadir un archivo adjunto"
|
392
|
+
select_a_category: Por favor, selecciona una categoría
|
393
393
|
send: Enviar
|
394
394
|
title: Completa tu borrador colaborativo
|
395
395
|
count:
|
396
396
|
drafts_count:
|
397
|
-
one:
|
398
|
-
other: "%{count}
|
397
|
+
one: '%{count} borrador colaborativo'
|
398
|
+
other: "%{count} borrador colaborativo"
|
399
399
|
create:
|
400
400
|
error: Ha habido un problema al crear este borradores colaborativo
|
401
401
|
success: Borrador colaborativo creado con éxito.
|
@@ -449,7 +449,7 @@ es:
|
|
449
449
|
final_proposal: propuesta final
|
450
450
|
final_proposal_help_text: Este borrador está terminado. Puedes ver la propuesta final terminada
|
451
451
|
hidden_authors_count:
|
452
|
-
one: y
|
452
|
+
one: y %{count} persona más
|
453
453
|
other: y %{count} personas más
|
454
454
|
info-message: Este es un <strong>borrador colaborativo</strong> para una propuesta. Esto significa que puede ayudar a sus autores a dar forma a la propuesta usando la sección de comentarios que se encuentra debajo o mejorarla directamente solicitando acceso para editarla. Una vez que los autores le otorguen acceso, podrá realizar cambios en este borrador.
|
455
455
|
of_versions: "(de %{number})"
|
@@ -532,7 +532,7 @@ es:
|
|
532
532
|
title: Completa tu propuesta
|
533
533
|
count:
|
534
534
|
proposals_count:
|
535
|
-
one:
|
535
|
+
one: '%{count} propuesta'
|
536
536
|
other: "%{count} propuestas"
|
537
537
|
edit:
|
538
538
|
attachment_legend: "(Opcional) Agregar un archivo adjunto"
|
@@ -635,7 +635,7 @@ es:
|
|
635
635
|
can_accumulate_supports_beyond_threshold:
|
636
636
|
description: Cada propuesta puede acumular más de %{limit} apoyos
|
637
637
|
minimum_votes_per_user:
|
638
|
-
description: Debes distribuir un mínimo de
|
638
|
+
description: Debes distribuir un mínimo de %{votes} apoyos entre las diferentes propuestas.
|
639
639
|
given_enough_votes: Has dado suficientes apoyos.
|
640
640
|
supports_remaining: Tienes que apoyar %{remaining_votes} propuestas más para que tus apoyos se tengan en cuenta.
|
641
641
|
proposal_limit:
|
data/config/locales/eu.yml
CHANGED
@@ -237,7 +237,7 @@ eu:
|
|
237
237
|
proposals: proposamenak
|
238
238
|
participatory_spaces:
|
239
239
|
highlighted_proposals:
|
240
|
-
proposals:
|
240
|
+
proposals: Proposamenak
|
241
241
|
see_all_proposals: Ikusi proposamen guztiak
|
242
242
|
proposals:
|
243
243
|
actions:
|
@@ -388,14 +388,14 @@ eu:
|
|
388
388
|
no_similars_found: Ongi egina! Ez da antzeko lankidetza zirriborro aurkitu
|
389
389
|
title: Antzeko zirriborro kolaboratzaileak
|
390
390
|
complete:
|
391
|
-
attachment_legend: "(Aukerakoa) Gehitu
|
391
|
+
attachment_legend: "(Aukerakoa) Gehitu eranskin bat"
|
392
392
|
select_a_category: Hautatu kategoria bat
|
393
393
|
send: Bidali
|
394
394
|
title: Bete lankidetza zirriborroa
|
395
395
|
count:
|
396
396
|
drafts_count:
|
397
|
-
one:
|
398
|
-
other: "%{count} lankidetza
|
397
|
+
one: '%{count} lankidetza zirriborroa'
|
398
|
+
other: "%{count} lankidetza zirriborroa"
|
399
399
|
create:
|
400
400
|
error: Arazo bat izan da lankidetza-zirriborroak sortzea
|
401
401
|
success: Kolaborazio zirriborroa sortu da.
|
@@ -449,7 +449,7 @@ eu:
|
|
449
449
|
final_proposal: azken proposamena
|
450
450
|
final_proposal_help_text: Abisua amaitu da. Azken bukatutako proposamena ikus dezakezu
|
451
451
|
hidden_authors_count:
|
452
|
-
one: eta
|
452
|
+
one: eta %{count} pertsona gehiago
|
453
453
|
other: eta beste %{count} pertsona
|
454
454
|
info-message: Hau da <strong>elkarlanerako zirriborroa</strong> proposamen bat da. Horrek esan nahi du bere egileek lagundu dezakezula proposamena, beheko iruzkinen atala erabiliz edo zuzenean hobetzeko editatzeko sarbidea eskatuz. Egileek sarbidea ematen dizutenean, zirriborro honen aldaketak egin ahal izango dituzu.
|
455
455
|
of_versions: "( %{number})"
|
@@ -532,7 +532,7 @@ eu:
|
|
532
532
|
title: Zure proposamena osatzea
|
533
533
|
count:
|
534
534
|
proposals_count:
|
535
|
-
one:
|
535
|
+
one: '%{count} proposamen'
|
536
536
|
other: "%{count} proposamen"
|
537
537
|
edit:
|
538
538
|
attachment_legend: "(Aukerakoa) Gehitu eranskina"
|
@@ -635,7 +635,7 @@ eu:
|
|
635
635
|
can_accumulate_supports_beyond_threshold:
|
636
636
|
description: Proposamen bakoitza %{limit} euskarri baino gehiagotan pilatu daiteke
|
637
637
|
minimum_votes_per_user:
|
638
|
-
description: Gutxienez
|
638
|
+
description: Gutxienez %{votes} boto eman behar dituzu proposamen desberdinen artean.
|
639
639
|
given_enough_votes: Onartutako euskarri guztiak eman dituzu.
|
640
640
|
supports_remaining: '%{remaining_votes} boto gehiago proposatu behar dituzu zure botoak kontuan hartzeko.'
|
641
641
|
proposal_limit:
|
@@ -0,0 +1,690 @@
|
|
1
|
+
fi-pl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
collaborative_draft:
|
5
|
+
body: Ehdotuksen kuvaus
|
6
|
+
category_id: Aihepiiri
|
7
|
+
decidim_scope_id: Teema
|
8
|
+
has_address: Ehdotuksella on sijainti
|
9
|
+
state: Tila
|
10
|
+
title: Ehdotuksen nimi
|
11
|
+
user_group_id: Luo yhteistyöluonnos nimellä
|
12
|
+
proposal:
|
13
|
+
answer: Vastaus
|
14
|
+
answered_at: Vastattu osoitteessa
|
15
|
+
body: Ehdotuksen kuvaus
|
16
|
+
category_id: Aihepiiri
|
17
|
+
has_address: Ehdotuksella on sijainti
|
18
|
+
scope_id: Teema
|
19
|
+
state: Tila
|
20
|
+
title: Ehdotuksen nimi
|
21
|
+
user_group_id: Luo ehdotus käyttäjänä
|
22
|
+
proposal_answer:
|
23
|
+
answer: Vastaa
|
24
|
+
proposals_copy:
|
25
|
+
copy_proposals: Ymmärrän, että tämä tuo kaikki valitun komponentin ehdotukset nykyiseen komponenttiin ja että tätä toimenpidettä ei voi peruuttaa.
|
26
|
+
origin_component_id: Osio josta ehdotukset kopioidaan
|
27
|
+
errors:
|
28
|
+
models:
|
29
|
+
proposal:
|
30
|
+
attributes:
|
31
|
+
attachment:
|
32
|
+
needs_to_be_reattached: Liitettävä uudelleen
|
33
|
+
models:
|
34
|
+
decidim/proposals/accepted_proposal_event: Ehdotus hyväksytty
|
35
|
+
decidim/proposals/admin/update_proposal_category_event: Ehdotuksen aihepiiri muutettu
|
36
|
+
decidim/proposals/creation_enabled_event: Ehdotuksen luominen käytössä
|
37
|
+
decidim/proposals/endorsing_enabled_event: Ehdotuksen suosittelu käytössä
|
38
|
+
decidim/proposals/evaluating_proposal_event: Ehdotus on arvioitavana
|
39
|
+
decidim/proposals/proposal_endorsed_event: Ehdotusta suositeltiin
|
40
|
+
decidim/proposals/proposal_mentioned_event: Ehdotus mainittiin
|
41
|
+
decidim/proposals/publish_proposal_event: Ehdotus julkaistiin
|
42
|
+
decidim/proposals/rejected_proposal_event: Ehdotus hylättiin
|
43
|
+
decidim/proposals/voting_enabled_event: Ehdotuksen äänestys käytössä
|
44
|
+
activerecord:
|
45
|
+
models:
|
46
|
+
decidim/proposals/collaborative_draft:
|
47
|
+
one: Yhteistyöluonnos
|
48
|
+
other: Yhteistyöluonnokset
|
49
|
+
decidim/proposals/proposal:
|
50
|
+
one: Ehdotus
|
51
|
+
other: Ehdotukset
|
52
|
+
decidim/proposals/proposal_endorsement:
|
53
|
+
one: Suositus
|
54
|
+
other: Suositukset
|
55
|
+
decidim/proposals/proposal_note:
|
56
|
+
one: Huomautus
|
57
|
+
other: Huomautuksia
|
58
|
+
decidim/proposals/proposal_vote:
|
59
|
+
one: Ääni
|
60
|
+
other: Äänet
|
61
|
+
decidim:
|
62
|
+
components:
|
63
|
+
proposals:
|
64
|
+
actions:
|
65
|
+
create: Luo
|
66
|
+
endorse: Suosittele
|
67
|
+
vote: Äänestä
|
68
|
+
withdraw: Peru
|
69
|
+
name: Ehdotukset
|
70
|
+
settings:
|
71
|
+
global:
|
72
|
+
announcement: Ilmoitus
|
73
|
+
attachments_allowed: Salli liitteet
|
74
|
+
can_accumulate_supports_beyond_threshold: Voi kerätä kannatuksia yli kynnysarvon
|
75
|
+
collaborative_drafts_enabled: Yhteistyöluonnokset ovat käytössä
|
76
|
+
comments_enabled: Kommentit käytössä
|
77
|
+
geocoding_enabled: Geokoodaus käytössä
|
78
|
+
minimum_votes_per_user: Vähimmäisäänimäärä käyttäjää kohden
|
79
|
+
new_proposal_help_text: Uuden ehdotuksen ohjeteksti
|
80
|
+
official_proposals_enabled: Viralliset ehdotukset käytössä
|
81
|
+
participatory_texts_enabled: Ehdotusaineistot ovat käytössä
|
82
|
+
proposal_answering_enabled: Ehdotukseen vastaaminen käytössä
|
83
|
+
proposal_edit_before_minutes: Tekijät voivat muokata ehdotuksia tämän ajan sisällä (minuuttia)
|
84
|
+
proposal_length: Ehdotuksen runkotekstin merkkien enimmäismäärä
|
85
|
+
proposal_limit: Ehdotusten enimmäismäärä käyttäjää kohden
|
86
|
+
proposal_wizard_step_1_help_text: Ehdotuksen luonnin "Luo" -vaiheen ohjeteksti
|
87
|
+
proposal_wizard_step_2_help_text: Ehdotuksen luonnin "Vertaile" -vaiheen ohjeteksti
|
88
|
+
proposal_wizard_step_3_help_text: Ehdotuksen luonnin "Valmis" -vaiheen ohjeteksti
|
89
|
+
proposal_wizard_step_4_help_text: Ehdotuksen luonnin "Julkaise" -vaiheen ohjeteksti
|
90
|
+
resources_permissions_enabled: Toiminnallisuutta koskevat oikeudet voidaan asettaa jokaiselle ehdotukselle
|
91
|
+
threshold_per_proposal: Ehdotusten äänten määrän kynnysarvo
|
92
|
+
vote_limit: Käytettävissä olevien äänien määrä käyttäjää kohden
|
93
|
+
step:
|
94
|
+
announcement: Ilmoitus
|
95
|
+
comments_blocked: Kommentit on estetty
|
96
|
+
creation_enabled: Ehdotuksen luominen käytössä
|
97
|
+
endorsements_blocked: Suositukset estetty
|
98
|
+
endorsements_enabled: Suositukset käytössä
|
99
|
+
proposal_answering_enabled: Ehdotukseen vastaaminen käytössä
|
100
|
+
votes_blocked: Äänestys estetty
|
101
|
+
votes_enabled: Äänestys käytössä
|
102
|
+
votes_hidden: Piilotetut äänet (jos äänet ovat käytössä, tämä valitseminen piilottaa äänimäärän)
|
103
|
+
events:
|
104
|
+
proposals:
|
105
|
+
collaborative_draft_access_accepted:
|
106
|
+
email_intro: '%{requester_name} on annettu käyttöoikeus yhteistyöluonnokseen <a href="%{resource_path}">%{resource_title}</a> osallistujana.'
|
107
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet osallistuja yhteistyöluonnoksessa <a href="%{resource_path}">%{resource_title}</a>.
|
108
|
+
email_subject: "%{requester_name} on hyväksytty osallistujaksi kohtaan %{resource_title}."
|
109
|
+
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> on <strong>hyväksytty osallistujaksi</strong> yheistyöluonnokseen <a href="%{resource_path}">%{resource_title}</a>.
|
110
|
+
collaborative_draft_access_rejected:
|
111
|
+
email_intro: 'Käyttäjän %{requester_name} osallistuminen kohteeseen <a href="%{resource_path}">%{resource_title} </a>on estetty.'
|
112
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet osallistuja kohteessa <a href="%{resource_path}">%{resource_title}</a>.
|
113
|
+
email_subject: "%{requester_name} on hylätty, jotta hän voi osallistua %{resource_title} yhteistyöhankkeeseen."
|
114
|
+
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> <strong>avustajaoikeudet on hylätty</strong> yhteistyöluonnoksesta <a href="%{resource_path}">%{resource_title}</a>.
|
115
|
+
collaborative_draft_access_requested:
|
116
|
+
email_intro: '%{requester_name} pyysi pääsyä osallistujaksi. Voit <strong>hyväksyä tai hylätä pyynnön</strong> yhteistyöluonnoksen <a href="%{resource_path}">%{resource_title}</a> sivulta.'
|
117
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet yhteistyökumppani kohteessa <a href="%{resource_path}">%{resource_title}</a>.
|
118
|
+
email_subject: "%{requester_name} pyysi osallistumisoikeutta kohteeseen %{resource_title}."
|
119
|
+
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> pyysi saada osallistua yhteistyöluonnokseen<a href="%{resource_path}">%{resource_title}</a>. <strong>Hyväksy tai hylkää pyyntö</strong>.
|
120
|
+
collaborative_draft_access_requester_accepted:
|
121
|
+
email_intro: Sinut on hyväksytty osallistujaksi yhteistyöluonnokseen <a href="%{resource_path}">%{resource_title}</a>.
|
122
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet hakenut yhteistyökumppaniksi kohtaan <a href="%{resource_path}">%{resource_title}</a>.
|
123
|
+
email_subject: Sinut on hyväksytty osallistujaksi kohtaan %{resource_title}.
|
124
|
+
notification_title: Sinut on <strong>hyväksytty osallistujaksi </strong> yhteistyöluonnokseen <a href="%{resource_path}">%{resource_title}</a>.
|
125
|
+
collaborative_draft_access_requester_rejected:
|
126
|
+
email_intro: Sinua ei ole hyväksytty osallistujaksi yhteistyöluonnokseen <a href="%{resource_path}">%{resource_title}</a>.
|
127
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet pyytänyt pääsyä osallistujaksi yhteistyöehdotukseen <a href="%{resource_path}">%{resource_title}</a>.
|
128
|
+
email_subject: Sinua ei ole hyväksytty osallistujaksi yhteistyöluonnokseen %{resource_title}.
|
129
|
+
notification_title: Sinua <strong>ei ole hyväksytty osallistujaksi</strong> yhteistyöluonnokseen <a href="%{resource_path}">%{resource_title}</a>.
|
130
|
+
collaborative_draft_withdrawn:
|
131
|
+
email_intro: <a href="%{author_path}">%{author_name} %{author_nickname}</a> on perunut yhteistyöluonnoksen <a href="%{resource_path}">%{resource_title}</a>.
|
132
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet yhteistyökumppani kohteessa<a href="%{resource_path}">%{resource_title}</a>.
|
133
|
+
email_subject: "%{author_name} %{author_nickname} perunut yhteistyöluonnoksen %{resource_title}."
|
134
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> <strong>perunut</strong>yhteistyöluonnoksen <a href="%{resource_path}">%{resource_title}</a>.
|
135
|
+
creation_enabled:
|
136
|
+
email_intro: 'Voit nyt luoda uusia ehdotuksia kohteessa %{participatory_space_title}! Aloita osallistuminen tällä sivulla:'
|
137
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
138
|
+
email_subject: Ehdotukset nyt käytössä kohteessa %{participatory_space_title}
|
139
|
+
notification_title: Voit nyt esittää <a href="%{resource_path}">uusia ehdotuksia</a> kohteessa <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
140
|
+
endorsing_enabled:
|
141
|
+
email_intro: 'Voit suositella ehdotuksia kohteessa %{participatory_space_title}! Aloita osallistuminen tällä sivulla:'
|
142
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esiteyn linkin kautta.
|
143
|
+
email_subject: Ehdotusten suosittelu on alkanut kohteelle %{participatory_space_title}
|
144
|
+
notification_title: Voit nyt aloittaa <a href="%{resource_path}">ehdotusten suosittelun</a> kohteessa <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
145
|
+
proposal_accepted:
|
146
|
+
email_intro: 'Ehdotus "%{resource_title}" on hyväksytty. Voit lukea vastauksen täältä:'
|
147
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
148
|
+
email_subject: Seuraamasi ehdotus on hyväksytty
|
149
|
+
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
150
|
+
proposal_endorsed:
|
151
|
+
email_intro: "%{endorser_name} %{endorser_nickname}, jota seuraat, on juuri hyväksynyt ehdotuksen, joka voi olla kiinnostava sinulle, tarkista se ja osallistu:"
|
152
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet seuraat %{endorser_nickname}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
153
|
+
email_subject: "%{endorser_nickname} on suositellut uutta ehdotusta"
|
154
|
+
notification_title: <a href="%{endorser_path}">%{endorser_name} %{endorser_nickname}</a> on suositellut ehdotusta <a href="%{resource_path}">%{resource_title}</a>.
|
155
|
+
proposal_evaluating:
|
156
|
+
email_intro: 'Ehdotusta "%{resource_title}" arvioidaan parhaillaan. Voit tarkistaa vastauksen tältä sivulla:'
|
157
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
158
|
+
email_subject: Seuraamasi ehdotus on arvioitavana
|
159
|
+
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on arvioitavana.
|
160
|
+
proposal_mentioned:
|
161
|
+
email_intro: Ehdotuksesi "%{mentioned_proposal_title}" on mainittu <a href="%{resource_path}">tässä tilassa</a> kommentissa.
|
162
|
+
email_subject: Ehdotuksesi "%{mentioned_proposal_title}" on mainittu
|
163
|
+
notification_title: Ehdotuksesi%{mentioned_proposal_title} on mainittu <a href="%{resource_path}">tässä tilassa</a> kommentissa.
|
164
|
+
proposal_published:
|
165
|
+
email_intro: "%{author_name} %{author_nickname}, jota seuraat, on julkaissut uuden ehdotuksen, tarkista se ja osallistu:"
|
166
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat %{author_nickname}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
167
|
+
email_subject: Uusi ehdotus tekijältä %{author_nickname}
|
168
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> ehdotus julkaistiin tekijän <a href="%{author_path}">%{author_name} %{author_nickname}</a> toimesta.
|
169
|
+
proposal_published_for_space:
|
170
|
+
email_intro: Ehdotus "%{resource_title}", jota seuraat, on lisätty kohteeseen "%{participatory_space_title}".
|
171
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{participatory_space_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
172
|
+
email_subject: Uusi ehdotus lisätty tilaan %{participatory_space_title}
|
173
|
+
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on lisätty kohteeseen %{participatory_space_title}
|
174
|
+
proposal_rejected:
|
175
|
+
email_intro: 'Ehdotus "%{resource_title}" on hylätty. Voit lukea vastauksen tällä sivulla:'
|
176
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
177
|
+
email_subject: Seuraamasi ehdotus on hylätty
|
178
|
+
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
179
|
+
proposal_update_category:
|
180
|
+
email_intro: 'Järjestelmänvalvoja on päivittänyt ehdotuksesi aihepiiriin "%{resource_title}", tarkista se:'
|
181
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen tekijä.
|
182
|
+
email_subject: Ehdotuksen %{resource_title} aihepiiri on päivitetty
|
183
|
+
notification_title: Järjestelmänvalvoja on päivittänyt ehdotuksen <a href="%{resource_path}">%{resource_title}</a> aihepiirin.
|
184
|
+
voting_enabled:
|
185
|
+
email_intro: 'Voit äänestää ehdotuksia kohteessa %{participatory_space_title}! Aloita osallistuminen tällä sivulla:'
|
186
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
187
|
+
email_subject: Ehdotusten äänestäminen on alkanut kohteessa %{participatory_space_title}
|
188
|
+
notification_title: Voit nyt aloittaa <a href="%{resource_path}">ehdotusten äänestämisen</a> kohteessa <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
189
|
+
gamification:
|
190
|
+
badges:
|
191
|
+
accepted_proposals:
|
192
|
+
conditions:
|
193
|
+
- Valitse kiinnostuksesi mukaan osallisuustila, jossa ehdotusten jättäminen on mahdollista
|
194
|
+
- Yritä luoda ehdotuksia, jotka voidaan toteuttaa. Tällä tavoin ne todennäköisesti hyväksytään.
|
195
|
+
description: Tämä kunniamerkki myönnetään, kun luot aktiivisesti uusia ehdotuksia ja ne hyväksytään.
|
196
|
+
description_another: Tämä käyttäjä on saanut %{score} ehdotusta hyväksytyksi.
|
197
|
+
description_own: Olet saanut %{score} ehdotusta hyväksyksi.
|
198
|
+
name: Hyväksytyt ehdotukset
|
199
|
+
next_level_in: Saa vielä %{score} ehdotusta hyväksytyksi noustaksesi seuraavalle tasolle!
|
200
|
+
unearned_another: Tämä käyttäjä ei ole saanut vielä ehdotuksia hyväksytyksi.
|
201
|
+
unearned_own: Sinulla ei ole vielä hyväksyttyjä ehdotuksia.
|
202
|
+
proposal_votes:
|
203
|
+
conditions:
|
204
|
+
- Selaa muiden ihmisten ehdotuksia ja käytä aikaa tutustumalla niihin
|
205
|
+
- Tue ehdotuksia, joita pidät tai jotka kiinnostavat sinua
|
206
|
+
description: Tämä kunniamerkki myönnetään, kun tuet muiden ihmisten ehdotuksia.
|
207
|
+
description_another: Tämä käyttäjä on kannattanut %{score} ehdotusta.
|
208
|
+
description_own: Olet kannattanut %{score} ehdotusta.
|
209
|
+
name: Ehdotusten kannatukset
|
210
|
+
next_level_in: Kannata %{score} ehdotusta noustaksesi seuraavalle tasolle!
|
211
|
+
unearned_another: Tämä käyttäjä ei ole vielä kannattanut yhtään ehdotusta.
|
212
|
+
unearned_own: Et ole vielä kannattanut ehdotuksia.
|
213
|
+
proposals:
|
214
|
+
conditions:
|
215
|
+
- Valitse kiinnostuksesi mukaan osallisuustila, jossa ehdotusten jättäminen on mahdollista
|
216
|
+
- Luo uusi ehdotus
|
217
|
+
description: Tämä kunniamerkki myönnetään, kun luot aktiivisesti uusia ehdotuksia.
|
218
|
+
description_another: Tämä käyttäjä on luonut %{score} ehdotusta.
|
219
|
+
description_own: Olet luonut %{score} ehdotusta.
|
220
|
+
name: Ehdotukset
|
221
|
+
next_level_in: Luo %{score} ehdotusta noustaksesi seuraavalle tasolle!
|
222
|
+
unearned_another: Tämä käyttäjä ei ole vielä luonut ehdotuksia.
|
223
|
+
unearned_own: Et ole vielä luonut ehdotuksia.
|
224
|
+
metrics:
|
225
|
+
accepted_proposals:
|
226
|
+
object: ehdotukset
|
227
|
+
title: Hyväksytyt ehdotukset
|
228
|
+
proposals:
|
229
|
+
object: ehdotukset
|
230
|
+
title: Ehdotukset
|
231
|
+
votes:
|
232
|
+
object: äänet
|
233
|
+
title: Äänet
|
234
|
+
participatory_processes:
|
235
|
+
participatory_process_groups:
|
236
|
+
highlighted_proposals:
|
237
|
+
proposals: Ehdotukset
|
238
|
+
participatory_spaces:
|
239
|
+
highlighted_proposals:
|
240
|
+
proposals: Ehdotukset
|
241
|
+
see_all_proposals: Katso kaikki ehdotukset
|
242
|
+
proposals:
|
243
|
+
actions:
|
244
|
+
answer: Vastaa
|
245
|
+
edit_proposal: Muokkaa ehdotusta
|
246
|
+
import: Tuo toisesta komponentista
|
247
|
+
new: Uusi ehdotus
|
248
|
+
participatory_texts: Ehdotusaineistot
|
249
|
+
private_notes: Omat muistiinpanot
|
250
|
+
title: Toiminnot
|
251
|
+
admin:
|
252
|
+
actions:
|
253
|
+
preview: Esikatsele
|
254
|
+
exports:
|
255
|
+
comments: Kommentit
|
256
|
+
proposals: Ehdotukset
|
257
|
+
models:
|
258
|
+
proposal:
|
259
|
+
name: Ehdotus
|
260
|
+
participatory_texts:
|
261
|
+
bulk-actions:
|
262
|
+
import_doc: Tuo aineisto
|
263
|
+
import:
|
264
|
+
invalid: Lomake on virheellinen!
|
265
|
+
success: Onnittelut, seuraavat osat on tuotu aineistosta ja ne on muunnettu ehdotuksiksi. Voit tarkistaa ja muuttaa mitä haluat ennen julkaisua.
|
266
|
+
index:
|
267
|
+
info_1: Seuraavat osat on tuotu aineistosta ja ne on muunnettu ehdotuksiksi. Voit tarkistaa ja muuttaa mitä haluat ennen julkaisua.
|
268
|
+
publish_document: Julkaise aineisto
|
269
|
+
title: ESIKATSELE EHDOTUSAINEISTOA
|
270
|
+
new_import:
|
271
|
+
bottom_hint: "(Voit esikatsella ja lajitella aineiston osioita)"
|
272
|
+
document_legend: 'Lisää tiedosto, joka on pienempi kuin 2 MB. Jokaisesta osiosta aineiston kolmannelle tasolle asti luodaan uusi ehdotus. Tuetut tiedostomuodot ovat: Markdown'
|
273
|
+
title: LISÄÄ AINEISTO
|
274
|
+
upload_document: Lataa aineisto
|
275
|
+
publish:
|
276
|
+
invalid: Ehdotuksia ei voitu julkaista
|
277
|
+
success: Kaikki ehdotukset on julkaistu
|
278
|
+
sections:
|
279
|
+
article: "<em>Kappalesisältö</em>"
|
280
|
+
section: "<em>Osio:</em> <strong>%{title}</strong>"
|
281
|
+
sub-section: "<em>Alaosio:</em> %{title}"
|
282
|
+
proposal_answers:
|
283
|
+
edit:
|
284
|
+
accepted: Hyväksytty
|
285
|
+
answer_proposal: Vastaa
|
286
|
+
evaluating: Arvioitavana
|
287
|
+
rejected: Hylätty
|
288
|
+
title: 'Vastaa ehdotukseen: %{title}'
|
289
|
+
proposal_notes:
|
290
|
+
create:
|
291
|
+
error: Tämän ehdotusviestin luomisessa esiintyi ongelma
|
292
|
+
success: Ehdotusviesti luotu onnistuneesti
|
293
|
+
form:
|
294
|
+
note: Huomautus
|
295
|
+
submit: Lähetä
|
296
|
+
leave_your_note: Jätä huomautuksesi
|
297
|
+
title: Omat muistiinpanot
|
298
|
+
proposals:
|
299
|
+
answer:
|
300
|
+
invalid: Ehdotukseen vastaamisessa esiintyi virhe
|
301
|
+
success: Ehdotukseen vastattu onnistuneesti
|
302
|
+
create:
|
303
|
+
invalid: Ehdotuksen luonnissa tapahtui virhe
|
304
|
+
success: Ehdotus luotu onnistuneesti
|
305
|
+
edit:
|
306
|
+
title: Päivitä ehdotusta
|
307
|
+
update: Päivitä
|
308
|
+
form:
|
309
|
+
attachment_legend: "(Valinnainen) Lisää liite"
|
310
|
+
select_a_category: Valitse aihepiiri
|
311
|
+
index:
|
312
|
+
actions: Toiminnot
|
313
|
+
cancel: Peruuta
|
314
|
+
change_category: Vaihda aihepiiri
|
315
|
+
merge: Yhdistä uuteen
|
316
|
+
merge_button: Yhdistä
|
317
|
+
select_component: Valitse komponentti
|
318
|
+
selected: valittu
|
319
|
+
split: Jaa ehdotuksia
|
320
|
+
split_button: Jaa
|
321
|
+
title: Ehdotukset
|
322
|
+
update: Päivitä
|
323
|
+
new:
|
324
|
+
create: Luo
|
325
|
+
title: Luo ehdotus
|
326
|
+
update_category:
|
327
|
+
invalid: 'Näissä ehdotuksissa oli jo aihepiiri %{category}: %{proposals}.'
|
328
|
+
select_a_category: Valitse aihepiiri
|
329
|
+
select_a_proposal: Valitse ehdotus
|
330
|
+
success: 'Ehdotukset päivitettiin onnistuneesti aihepiiriin %{category}: %{proposals}.'
|
331
|
+
proposals_imports:
|
332
|
+
create:
|
333
|
+
invalid: Ehdotuksien tuomisessa esiintyi ongelma
|
334
|
+
success: "%{number} ehdotusta tuotu onnistuneesti"
|
335
|
+
new:
|
336
|
+
create: Tuo ehdotuksia
|
337
|
+
no_components: Tässä osallisuustilassa ei ole muita ehdotuskomponentteja ehdotusten tuomiseksi.
|
338
|
+
select_component: Valitse komponentti
|
339
|
+
select_states: Tarkista tuotavien ehdotusten tilat
|
340
|
+
proposals_merges:
|
341
|
+
create:
|
342
|
+
invalid: Yhdistettäessä ehdotuksia tapahtui virhe.
|
343
|
+
success: Ehdotukset yhdistettiin onnistuneesti uudeksi ehdotukseksi.
|
344
|
+
proposals_splits:
|
345
|
+
create:
|
346
|
+
invalid: Jaettaessa ehdotuksia esiintyi virhe.
|
347
|
+
success: Ehdotukset jaettiin onnistuneesti uusiksi ehdotuksiksi.
|
348
|
+
shared:
|
349
|
+
info_proposal:
|
350
|
+
body: Tekstin runko
|
351
|
+
created_at: Luonnin ajankohta
|
352
|
+
proposal_votes_count: Äänten määrä
|
353
|
+
proposals: Ehdotukset
|
354
|
+
admin_log:
|
355
|
+
proposal:
|
356
|
+
answer: "%{user_name} vastasi ehdotukseen %{resource_name} tilassa %{space_name}"
|
357
|
+
create: "%{user_name} loi ehdotuksen %{resource_name} tilaan %{space_name} virallisena ehdotuksena"
|
358
|
+
update: "%{user_name} päivitti virallisen ehdotuksen %{resource_name} osallistumistilassa %{space_name}"
|
359
|
+
proposal_note:
|
360
|
+
create: "%{user_name} jätti yksityisen viestin ehdotuksesta %{resource_name} tilaan %{space_name}"
|
361
|
+
answers:
|
362
|
+
accepted: Hyväksytty
|
363
|
+
evaluating: Arvioitavana
|
364
|
+
not_answered: Vastaamaton
|
365
|
+
rejected: Hylätty
|
366
|
+
withdrawn: Peruutettu
|
367
|
+
collaborative_drafts:
|
368
|
+
collaborative_draft:
|
369
|
+
publish:
|
370
|
+
error: Yhteistyöluonnoksen julkaisemisessa on tapahtunut virheitä.
|
371
|
+
irreversible_action_modal:
|
372
|
+
body: Luonnoksen julkaisemisen jälkeen ehdotus ei ole enää muokattavissa. Ehdotus ei hyväksy uusia tekijöitä tai osallistumisia.
|
373
|
+
cancel: Peruuta
|
374
|
+
ok: Julkaise ehdotuksena
|
375
|
+
title: Seuraavat toimenpiteet ovat peruuttamattomia
|
376
|
+
success: Yhteistyöluonnos julkaistiin onnistuneesti ehdotuksena.
|
377
|
+
view_collaborative_draft: Katso yhteistyöluonnosta
|
378
|
+
withdraw:
|
379
|
+
error: Yhteistyöluonnoksen sulkemisessa on tapahtunut virheitä.
|
380
|
+
irreversible_action_modal:
|
381
|
+
body: Luonnoksen sulkemisen jälkeen luonnos ei enää ole muokattavissa. Luonnos ei hyväksy uusia tekijöitä tai osallistumisia.
|
382
|
+
cancel: Peruuta
|
383
|
+
ok: Peru yhteistyöluonnos
|
384
|
+
title: Seuraavat toimenpiteet ovat peruuttamattomia
|
385
|
+
success: Yhteistyöluonnos peruutettiin onnistuneesti.
|
386
|
+
compare:
|
387
|
+
mine_is_different: Yhteistyöehdotukseni on erilainen
|
388
|
+
no_similars_found: Hyvin tehty! Vastaavanlaisia yhteistyöluonnoksia ei löytynyt
|
389
|
+
title: Vastaavia yhteistyöluonnoksia
|
390
|
+
complete:
|
391
|
+
attachment_legend: "(Valinnainen) Lisää liite"
|
392
|
+
select_a_category: Valitse aihepiiri
|
393
|
+
send: Lähetä
|
394
|
+
title: Viimeistele yhteistyöluonnoksesi
|
395
|
+
count:
|
396
|
+
drafts_count:
|
397
|
+
one: '%{count} yhteistyöluonnos'
|
398
|
+
other: "%{count} yhteistyöluonnosta"
|
399
|
+
create:
|
400
|
+
error: Tämän yhteistyöluonnoksen luomisessa on esiintynyt ongelma
|
401
|
+
success: Yhteistyöluonnos luotu onnistuneesti.
|
402
|
+
edit:
|
403
|
+
back: Takaisin
|
404
|
+
select_a_category: Valitse aihepiiri
|
405
|
+
send: Lähetä
|
406
|
+
title: Muokkaa yhteistyöluonnosta
|
407
|
+
filters:
|
408
|
+
all: Kaikki
|
409
|
+
category: Aihepiiri
|
410
|
+
category_prompt: Aihepiiri-ilmoitus
|
411
|
+
open: Avaa
|
412
|
+
published: Julkaistu
|
413
|
+
related_to: Liittyy
|
414
|
+
search: Hae
|
415
|
+
state: Tila
|
416
|
+
withdrawn: Peruttu
|
417
|
+
filters_small_view:
|
418
|
+
close_modal: Sulje modaalinen
|
419
|
+
filter: Rajaa
|
420
|
+
filter_by: Rajaa hakua
|
421
|
+
unfold: Avaa
|
422
|
+
new:
|
423
|
+
send: Jatka
|
424
|
+
title: Luo yhteistyöluonnoksesi
|
425
|
+
new_collaborative_draft_button:
|
426
|
+
new_collaborative_draft: Uusi yhteistyöluonnos
|
427
|
+
orders:
|
428
|
+
label: 'Järjestä luonnokset:'
|
429
|
+
most_contributed: Eniten osallistumisia
|
430
|
+
random: Satunnainen
|
431
|
+
recent: Viimeisimmät
|
432
|
+
requests:
|
433
|
+
accepted_request:
|
434
|
+
error: Yhteistyökumppania ei voitu hyväksyä, yritä myöhemmin uudelleen.
|
435
|
+
success: "@%{user} on hyväksytty yhteistyökumppaniksi onnistuneesti"
|
436
|
+
access_requested:
|
437
|
+
error: Pyyntöäsi ei voitu suorittaa, yritä myöhemmin uudelleen.
|
438
|
+
success: Yhteistyöpyyntösi on lähetetty onnistuneesti
|
439
|
+
collaboration_requests:
|
440
|
+
accept_request: Hyväksy
|
441
|
+
reject_request: Hylkää
|
442
|
+
title: Yhteistyöpyynnöt
|
443
|
+
rejected_request:
|
444
|
+
error: Ei voitu hylätä osallistujaa, yritä myöhemmin uudelleen.
|
445
|
+
success: "@%{user} on hylätty osallistujana onnistuneesti"
|
446
|
+
show:
|
447
|
+
back: Takaisin
|
448
|
+
edit: Muokkaa yhteistyöluonnosta
|
449
|
+
final_proposal: lopullinen ehdotus
|
450
|
+
final_proposal_help_text: Tämä luonnos on valmis. Voi katsoa lopullista ehdotusta
|
451
|
+
hidden_authors_count:
|
452
|
+
one: ja %{count} muu henkilö
|
453
|
+
other: ja %{count} muuta henkilöä
|
454
|
+
info-message: Tämä on <strong>yhteistyöluonnos</strong> ehdotukselle. Tämä tarkoittaa, että voit auttaa tekijöitä muodostamaan ehdotuksen alla olevan kommenttikohdan avulla tai parantaa sitä suoraan pyytämällä käyttöoikeutta sen muokkaamiseksi. Kun tekijät antavat sinulle käyttöoikeuden, voit tehdä muutoksia tähän luonnokseen.
|
455
|
+
of_versions: "( %{number}:sta)"
|
456
|
+
publish: Julkaise
|
457
|
+
publish_info: Julkaise tämän luonnosversio tai
|
458
|
+
published_proposal: julkaistu ehdotus
|
459
|
+
request_access: Pyydä käyttöoikeutta
|
460
|
+
requested_access: Käyttöoikeutta pyydetty
|
461
|
+
see_other_versions: katso muita versioita
|
462
|
+
version: Versio %{number}
|
463
|
+
version_history: katso tämän ehdotuksen versiohistoria
|
464
|
+
withdraw: peruuttaa luonnos
|
465
|
+
states:
|
466
|
+
open: Avaa
|
467
|
+
published: Julkaistu
|
468
|
+
withdrawn: Peruutettu
|
469
|
+
update:
|
470
|
+
error: Yhteistyöluonnoksen tallentamisessa on tapahtunut virheitä.
|
471
|
+
success: Yhteistyöluonnos on päivitetty onnistuneesti.
|
472
|
+
wizard_aside:
|
473
|
+
back: Takaisin
|
474
|
+
info: Olet luomassa <strong>yhteistyöluonnosta</strong>.
|
475
|
+
wizard_steps:
|
476
|
+
see_steps: katso vaiheet
|
477
|
+
step_1: Luo yhteistyöluonnoksesi
|
478
|
+
step_2: Vertaa yhteistyöluonnoksiin
|
479
|
+
step_3: Tee yhteistyöluonnoksesi valmiiksi
|
480
|
+
step_of: Vaihe %{current_step_num} / %{total_steps}
|
481
|
+
create:
|
482
|
+
error: Ehdotuksen tallennuksessa tapahtui virhe.
|
483
|
+
success: Ehdotus luotiin tallennettu luonnoksena.
|
484
|
+
destroy_draft:
|
485
|
+
error: Ehdotusluonnoksen poistamisessa tapahtui virheistä.
|
486
|
+
success: Ehdotusluonnos poistettiin onnistuneesti.
|
487
|
+
last_activity:
|
488
|
+
new_proposal_at_html: "<span>Uusi ehdotus osoitteessa %{link}</span>"
|
489
|
+
models:
|
490
|
+
collaborative_draft:
|
491
|
+
fields:
|
492
|
+
authors: Tekijät
|
493
|
+
comments: Kommentit
|
494
|
+
contributions: Avustukset
|
495
|
+
proposal:
|
496
|
+
fields:
|
497
|
+
category: Aihepiiri
|
498
|
+
comments: Kommentit
|
499
|
+
endorsements: Suositukset
|
500
|
+
id: ID
|
501
|
+
notes: Huomautuksia
|
502
|
+
official_proposal: Virallinen ehdotus
|
503
|
+
published_at: Julkaistu
|
504
|
+
scope: Teema
|
505
|
+
state: Tila
|
506
|
+
title: Otsikko
|
507
|
+
votes: Äänet
|
508
|
+
new:
|
509
|
+
limit_reached: Et voi luoda uusia ehdotuksia, koska olet ylittänyt rajan.
|
510
|
+
proposal_endorsements:
|
511
|
+
create:
|
512
|
+
error: Ehdotuksen suosittelemisessa on esiintynyt virheitä.
|
513
|
+
identities:
|
514
|
+
done: Valmis
|
515
|
+
select_identity: Valitse henkilöllisyys
|
516
|
+
proposal_endorsements_helper:
|
517
|
+
endorsement_button:
|
518
|
+
already_endorsed: Suositeltu
|
519
|
+
endorse: Suosittele
|
520
|
+
render_endorsements_button_card_part:
|
521
|
+
endorse: Suosittele
|
522
|
+
proposal_votes:
|
523
|
+
create:
|
524
|
+
error: Äänestettäessä ehdotusta tapahtui virhe.
|
525
|
+
proposals:
|
526
|
+
compare:
|
527
|
+
mine_is_different: Ehdotukseni on erilainen
|
528
|
+
no_similars_found: Hyvin tehty! Vastaavia ehdotuksia ei löytynyt
|
529
|
+
title: Vastaavat ehdotukset
|
530
|
+
complete:
|
531
|
+
send: Lähetä
|
532
|
+
title: Viimeistele ehdotuksesi
|
533
|
+
count:
|
534
|
+
proposals_count:
|
535
|
+
one: '%{count} ehdotus'
|
536
|
+
other: "%{count} ehdotusta"
|
537
|
+
edit:
|
538
|
+
attachment_legend: "(Valinnainen) Lisää liite"
|
539
|
+
back: Takaisin
|
540
|
+
select_a_category: Valitse aihepiiri
|
541
|
+
send: Lähetä
|
542
|
+
title: Muokkaa ehdotusta
|
543
|
+
edit_draft:
|
544
|
+
discard: Hylkää tämä luonnos
|
545
|
+
discard_confirmation: Haluatko varmasti hylätä tämän ehdotusluonnoksen?
|
546
|
+
send: Esikatselu
|
547
|
+
title: Muokkaa ehdotusluonnosta
|
548
|
+
endorsement_identities_cabin:
|
549
|
+
endorse: Suosittele
|
550
|
+
endorsements_card_row:
|
551
|
+
comments: Kommentit
|
552
|
+
filters:
|
553
|
+
accepted: Hyväksytty
|
554
|
+
activity: Aktiivisuus
|
555
|
+
all: Kaikki
|
556
|
+
category: Aihepiiri
|
557
|
+
category_prompt: Valitse aihepiiri
|
558
|
+
citizens: Kansalaiset
|
559
|
+
evaluating: Arvioitavana
|
560
|
+
except_rejected: Kaikki paitsi hylätyt
|
561
|
+
official: Virallinen
|
562
|
+
origin: Alkuperä
|
563
|
+
rejected: Hylätty
|
564
|
+
related_to: Liittyy aiheeseen
|
565
|
+
search: Haku
|
566
|
+
state: Tila
|
567
|
+
voted: Äänestetty
|
568
|
+
filters_small_view:
|
569
|
+
close_modal: Sulje ikkuna
|
570
|
+
filter: Suodata
|
571
|
+
filter_by: Suodata
|
572
|
+
unfold: Avaa
|
573
|
+
index:
|
574
|
+
collaborative_drafts_list: Mene yhteistyöluonnoksiin
|
575
|
+
new_proposal: Uusi ehdotus
|
576
|
+
see_all_withdrawn: Näytä kaikki peruutetut ehdotukset
|
577
|
+
view_proposal: Näytä ehdotus
|
578
|
+
linked_proposals:
|
579
|
+
proposal_votes:
|
580
|
+
one: ääni
|
581
|
+
other: ääntä
|
582
|
+
new:
|
583
|
+
send: Jatka
|
584
|
+
title: Luo ehdotuksesi
|
585
|
+
orders:
|
586
|
+
label: 'Järjestä ehdotukset:'
|
587
|
+
most_voted: Eniten ääniä saaneet
|
588
|
+
random: Satunnainen
|
589
|
+
recent: Viimeisimmät
|
590
|
+
preview:
|
591
|
+
modify: Muokkaa ehdotusta
|
592
|
+
proposal_edit_before_minutes:
|
593
|
+
one: Voit muokata tätä ehdotusta ensimmäisen minuutin kuluttua ehdotuksen julkaisemisesta. Kun tämä aikaikkuna sulkeutuu, et pysty muokkaamaan ehdotusta.
|
594
|
+
other: Voit muokata tätä ehdotusta ensimmäisten %{count} minuutin aikana ehdotuksen julkaisemisesta. Kun tämä aikaikkuna sulkeutuu, et pysty muokkaamaan ehdotusta.
|
595
|
+
publish: Julkaise
|
596
|
+
title: Julkaise ehdotuksesi
|
597
|
+
proposal:
|
598
|
+
creation_date: 'Luontiaika: %{date}'
|
599
|
+
view_proposal: Näytä ehdotus
|
600
|
+
show:
|
601
|
+
edit_proposal: Muokkaa ehdotusta
|
602
|
+
endorsements_list: Luettelo suositteluista
|
603
|
+
hidden_endorsers_count:
|
604
|
+
one: ja vielä yksi henkilö
|
605
|
+
other: ja %{count} muuta henkilöä
|
606
|
+
link_to_collaborative_draft_help_text: Tämä ehdotus on yhteistyöluonnoksen tulos. Tarkastele historiaa
|
607
|
+
link_to_collaborative_draft_text: Katso yhteistyöluonnosta
|
608
|
+
proposal_accepted_reason: 'Tämä ehdotus on hyväksytty, koska:'
|
609
|
+
proposal_in_evaluation_reason: Tämä ehdotus on arvioitavana
|
610
|
+
proposal_rejected_reason: 'Tämä ehdotus on hylätty, koska:'
|
611
|
+
report: Ilmoita
|
612
|
+
sign_in: Kirjaudu sisään
|
613
|
+
sign_in_or_up: "%{in} tai %{up} osallistuaksesi"
|
614
|
+
sign_up: rekisteröidy
|
615
|
+
withdraw_btn_hint: Jos muutat mieltäsi, voit perua ehdotuksesi, mikäli se ei ole saanut kannatusta. Ehdotusta ei poisteta, se näkyy peruutettujen ehdotusten luettelossa.
|
616
|
+
withdraw_confirmation: Haluatko varmasti peruuttaa tämän ehdotuksen?
|
617
|
+
withdraw_proposal: Peruuta ehdotus
|
618
|
+
tags:
|
619
|
+
changed_from: "(muutettu aihepiiristä <u>%{previous_category}</u> ylläpitäjä toimesta)"
|
620
|
+
filed_as: Merkitty
|
621
|
+
vote_button:
|
622
|
+
already_voted: Jo äänestetty
|
623
|
+
already_voted_hover: Peru äänesi
|
624
|
+
maximum_votes_reached: Kaikki äänet käytetty
|
625
|
+
no_votes_remaining: Ei ääniä jäljellä
|
626
|
+
vote: Äänestä
|
627
|
+
votes_blocked: Äänestys estetty
|
628
|
+
votes_count:
|
629
|
+
count:
|
630
|
+
one: ÄÄNI
|
631
|
+
other: ÄÄNTÄ
|
632
|
+
most_popular_proposal: Suosituin ehdotus
|
633
|
+
need_more_votes: Tarvitsee enemmän ääniä
|
634
|
+
voting_rules:
|
635
|
+
can_accumulate_supports_beyond_threshold:
|
636
|
+
description: Jokainen ehdotus voi kerätä yli %{limit} kannatusta
|
637
|
+
minimum_votes_per_user:
|
638
|
+
description: Sinun on annettava vähintään %{votes} ääntä eri ehdotuksille.
|
639
|
+
given_enough_votes: Olet tukenut tarpeeksi monta ehdotusta.
|
640
|
+
supports_remaining: Sinun on äänestettävä %{remaining_votes} ehdotusta lisää, jotta äänesi otetaan huomioon.
|
641
|
+
proposal_limit:
|
642
|
+
description: Voit luoda enintään %{limit} ehdotusta.
|
643
|
+
threshold_per_proposal:
|
644
|
+
description: Jotta ehdotukset vahvistettaisiin, niiden on saavutettava %{limit} kannatusta
|
645
|
+
title: 'Äänestykseen sovelletaan seuraavia sääntöjä:'
|
646
|
+
vote_limit:
|
647
|
+
description: Voit äänestää enintään %{limit} ehdotusta.
|
648
|
+
left: Jäljellä
|
649
|
+
votes: Ääntä
|
650
|
+
wizard_aside:
|
651
|
+
back: Takaisin
|
652
|
+
info: Olet luomassa <strong>ehdotusta</strong>.
|
653
|
+
wizard_steps:
|
654
|
+
see_steps: katso vaiheet
|
655
|
+
step_1: Luo ehdotuksesi
|
656
|
+
step_2: Vertaile
|
657
|
+
step_3: Viimeistele
|
658
|
+
step_4: Julkaise ehdotuksesi
|
659
|
+
step_of: Vaihe %{current_step_num} / %{total_steps}
|
660
|
+
publish:
|
661
|
+
error: Ehdotuksen julkaisemisessa on tapahtunut virheitä.
|
662
|
+
success: Ehdotus julkaistiin onnistuneesti.
|
663
|
+
update:
|
664
|
+
error: Ehdotuksen tallentamisessa tapahtui virheitä.
|
665
|
+
success: Ehdotus on päivitetty onnistuneesti.
|
666
|
+
update_draft:
|
667
|
+
error: Ehdotusluonnoksen tallentamisessa tapahtui virheitä.
|
668
|
+
success: Ehdotusluonnos päivitetty onnistuneesti.
|
669
|
+
versions:
|
670
|
+
changes_at_title: Muutokset kohdassa "%{title}"
|
671
|
+
index:
|
672
|
+
title: Versiot
|
673
|
+
stats:
|
674
|
+
back_to_collaborative_draft: Palaa yhteistyöluonnokseen
|
675
|
+
number_of_versions: versiot
|
676
|
+
show_all_versions: Näytä kaikki versiot
|
677
|
+
version_author: Version tekijä
|
678
|
+
version_created_at: Versio luotu
|
679
|
+
version_number: Versionumero
|
680
|
+
version_number_out_of_total: "%{current_version} osuus %{total_count}:sta"
|
681
|
+
version:
|
682
|
+
version_index: Versio %{index}
|
683
|
+
resource_links:
|
684
|
+
copied_from_component:
|
685
|
+
proposal_proposal: Liittyvät ehdotukset
|
686
|
+
included_projects:
|
687
|
+
project_result: 'Ehdotus sisältyy seuraaviin suunnitelmiin:'
|
688
|
+
included_proposals:
|
689
|
+
proposal_project: 'Ehdotus sisältyy seuraaviin suunnitelmiin:'
|
690
|
+
proposal_result: 'Ehdotus sisältyy seuraaviin tuloksiin:'
|