decidim-proposals 0.28.5 → 0.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/proposals/highlighted_proposals_for_component/show.erb +0 -12
- data/app/controllers/decidim/proposals/versions_controller.rb +1 -1
- data/app/models/decidim/proposals/collaborative_draft.rb +2 -3
- data/app/models/decidim/proposals/proposal.rb +0 -5
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/show.html.erb +4 -4
- data/app/views/decidim/proposals/proposals/_proposals.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/index.html.erb +8 -1
- data/config/locales/ar.yml +6 -3
- data/config/locales/bg.yml +0 -4
- data/config/locales/bs-BA.yml +0 -2
- data/config/locales/ca-IT.yml +931 -0
- data/config/locales/ca.yml +10 -5
- data/config/locales/cs.yml +7 -2
- data/config/locales/de.yml +8 -3
- data/config/locales/el.yml +0 -3
- data/config/locales/en.yml +7 -2
- data/config/locales/es-MX.yml +10 -5
- data/config/locales/es-PY.yml +10 -5
- data/config/locales/es.yml +14 -9
- data/config/locales/eu.yml +73 -68
- data/config/locales/fi-plain.yml +7 -2
- data/config/locales/fi.yml +7 -2
- data/config/locales/fr-CA.yml +8 -3
- data/config/locales/fr.yml +8 -3
- data/config/locales/ga-IE.yml +0 -1
- data/config/locales/hu.yml +1 -5
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +3 -0
- data/config/locales/it.yml +28 -3
- data/config/locales/ja.yml +9 -2
- data/config/locales/lt.yml +0 -4
- data/config/locales/lv.yml +0 -2
- data/config/locales/nl.yml +2 -4
- data/config/locales/no.yml +0 -2
- data/config/locales/pl.yml +0 -4
- data/config/locales/pt-BR.yml +0 -3
- data/config/locales/pt.yml +0 -2
- data/config/locales/ro-RO.yml +3 -2
- data/config/locales/ru.yml +3 -0
- data/config/locales/sk.yml +0 -2
- data/config/locales/sr-CS.yml +0 -2
- data/config/locales/sv.yml +7 -3
- data/config/locales/tr-TR.yml +0 -2
- data/config/locales/uk.yml +3 -0
- data/config/locales/zh-CN.yml +0 -2
- data/config/locales/zh-TW.yml +0 -3
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +21 -20
data/config/locales/it.yml
CHANGED
@@ -57,10 +57,12 @@ it:
|
|
57
57
|
attributes:
|
58
58
|
base:
|
59
59
|
not_official: Non sono ufficiali
|
60
|
+
supported: Hanno ricevuto supporto o avalli
|
60
61
|
proposals_split:
|
61
62
|
attributes:
|
62
63
|
base:
|
63
64
|
not_official: Non sono ufficiali
|
65
|
+
supported: Hanno ricevuto supporto o avalli
|
64
66
|
models:
|
65
67
|
decidim/proposals/accepted_proposal_event: Proposta accettata
|
66
68
|
decidim/proposals/admin/update_proposal_category_event: Categoria della proposta modificata
|
@@ -135,6 +137,7 @@ it:
|
|
135
137
|
comments_enabled: Commenti abilitati
|
136
138
|
comments_max_length: Lunghezza massima dei commenti (Lasciare 0 per il valore predefinito)
|
137
139
|
default_sort_order_options:
|
140
|
+
most_voted: Più supportati
|
138
141
|
random: Casuale
|
139
142
|
recent: Recenti
|
140
143
|
geocoding_enabled: Geocoding abilitato
|
@@ -178,6 +181,8 @@ it:
|
|
178
181
|
automatic_hashtags: Hashtag aggiunti a tutte le proposte
|
179
182
|
comments_blocked: Commenti bloccati
|
180
183
|
creation_enabled: I partecipanti possono creare proposte
|
184
|
+
default_sort_order_options:
|
185
|
+
most_voted: Più supportati
|
181
186
|
endorsements_blocked: Approvazioni bloccate
|
182
187
|
endorsements_enabled: Approvazioni abilitate
|
183
188
|
proposal_answering_enabled: Risposta alla proposta abilitata
|
@@ -254,6 +259,7 @@ it:
|
|
254
259
|
affected_user:
|
255
260
|
email_intro: 'La tua proposta "%{resource_title}" è stata respinta. Puoi leggere la risposta in questa pagina:'
|
256
261
|
email_outro: Hai ricevuto questa notifica perché sei un autore di "%{resource_title}".
|
262
|
+
email_subject: La tua proposta è stata eliminata
|
257
263
|
notification_title: La tua proposta <a href="%{resource_path}">%{resource_title}</a> è stata respinta.
|
258
264
|
follower:
|
259
265
|
email_intro: 'La proposta "%{resource_title}" è stata respinta. Puoi leggere la risposta in questa pagina:'
|
@@ -316,7 +322,7 @@ it:
|
|
316
322
|
proposals:
|
317
323
|
description: Numero di proposte generate
|
318
324
|
object: proposte
|
319
|
-
title:
|
325
|
+
title: Proposte
|
320
326
|
votes:
|
321
327
|
description: Numero di voti generati nelle proposte degli utenti
|
322
328
|
object: voti
|
@@ -339,6 +345,23 @@ it:
|
|
339
345
|
exports:
|
340
346
|
proposal_comments: Commenti
|
341
347
|
proposals: Proposte
|
348
|
+
imports:
|
349
|
+
help:
|
350
|
+
answers: |
|
351
|
+
Il documento di importazione deve contenere i seguenti nomi di colonne in caso di file CSV o Excel, o nomi di chiavi in caso di file JSON:
|
352
|
+
<ul>
|
353
|
+
<li><b>id:</b> ID della proposta di risposta</li>
|
354
|
+
<li><b>stato:</b> Uno dei "accettati", "evaluating", or "rejected"</li>
|
355
|
+
<li><b>answer/en:</b> Risposta sulla lingua inglese. Questo dipenderà dalla configurazione della tua lingua sulla piattaforma.</li>
|
356
|
+
</ul>
|
357
|
+
proposals: |
|
358
|
+
Il file deve avere i seguenti nomi di colonne in caso di file CSV o Excel, o nomi di chiavi in caso di file JSON:
|
359
|
+
<ul>
|
360
|
+
<li><b>title/en:</b> Titolo in lingua inglese. Questo dipenderà dalla configurazione della lingua della tua piattaforma.</li>
|
361
|
+
<li><b>body/en:</b> Body in lingua inglese. Questo dipenderà dalla configurazione della lingua della piattaforma.</li>
|
362
|
+
<li><b>scope/id:</b> ID per l'ambito</li>
|
363
|
+
<li><b>categoria/id:</b> ID per la categoria</li>
|
364
|
+
</ul>
|
342
365
|
models:
|
343
366
|
proposal:
|
344
367
|
name: Proposta
|
@@ -398,7 +421,6 @@ it:
|
|
398
421
|
index:
|
399
422
|
actions: Azioni
|
400
423
|
assign_to_valuator: Assegna al valutatore
|
401
|
-
assign_to_valuator_button: Assegna
|
402
424
|
cancel: Annulla
|
403
425
|
change_category: Cambia categoria
|
404
426
|
change_scope: Cambia ambito
|
@@ -412,7 +434,6 @@ it:
|
|
412
434
|
split_button: Diviso
|
413
435
|
title: Proposte
|
414
436
|
unassign_from_valuator: Annulla assegnazione al valutatore
|
415
|
-
unassign_from_valuator_button: Disassegna
|
416
437
|
update: Aggiornare
|
417
438
|
update_scope_button: Aggiorna Ambito
|
418
439
|
new:
|
@@ -450,9 +471,11 @@ it:
|
|
450
471
|
select_states: Controlla gli stati delle proposte da importare
|
451
472
|
proposals_merges:
|
452
473
|
create:
|
474
|
+
invalid: 'Si è verificato un problema di fusione delle proposte selezionate perché alcune di esse:'
|
453
475
|
success: Fuse con successo le proposte in una nuova.
|
454
476
|
proposals_splits:
|
455
477
|
create:
|
478
|
+
invalid: 'Si è verificato un problema dividendo le proposte selezionate perché alcune di esse:'
|
456
479
|
success: Suddiviso con successo le proposte in nuove.
|
457
480
|
admin_log:
|
458
481
|
proposal:
|
@@ -618,8 +641,10 @@ it:
|
|
618
641
|
description: Le coordinate verranno aggiornate quando si fa clic sul pulsante 'Anteprima'. Tuttavia, l'indirizzo non cambia.
|
619
642
|
instructions: Puoi spostare il punto sulla mappa.
|
620
643
|
edit:
|
644
|
+
add_documents: Aggiungi documenti
|
621
645
|
attachment_legend: "(Opzionale) Aggiungi un allegato"
|
622
646
|
back: Indietro
|
647
|
+
edit_documents: Modifica documenti
|
623
648
|
select_a_category: Seleziona una categoria
|
624
649
|
send: Inviare
|
625
650
|
title: Modifica la proposta
|
data/config/locales/ja.yml
CHANGED
@@ -12,6 +12,8 @@ ja:
|
|
12
12
|
state: 状態
|
13
13
|
title: タイトル
|
14
14
|
user_group_id: 共同草案として作成します
|
15
|
+
import_participatory_text:
|
16
|
+
document: ドキュメント
|
15
17
|
proposal:
|
16
18
|
address: 住所
|
17
19
|
answer: 回答
|
@@ -21,6 +23,8 @@ ja:
|
|
21
23
|
category_id: カテゴリ
|
22
24
|
decidim_scope_id: スコープ
|
23
25
|
has_address: 住所有り
|
26
|
+
latitude: 緯度
|
27
|
+
longitude: 経度
|
24
28
|
scope_id: 対象範囲
|
25
29
|
state: 状態
|
26
30
|
suggested_hashtags: 推奨ハッシュタグ
|
@@ -34,6 +38,8 @@ ja:
|
|
34
38
|
proposals_copy:
|
35
39
|
copy_proposals: この操作は選択したコンポーネントにあるすべての提案を現在のコンポーネントにインポートし、元に戻せないことを理解しています。
|
36
40
|
origin_component_id: 提案をコピーするコンポーネント
|
41
|
+
proposals_file_import:
|
42
|
+
file: ファイル
|
37
43
|
proposals_import:
|
38
44
|
import_proposals: 提案をインポート
|
39
45
|
keep_answers: ステータスと回答を保持
|
@@ -316,10 +322,12 @@ ja:
|
|
316
322
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> の提案は拒否されました。
|
317
323
|
proposal_update_category:
|
318
324
|
email_intro: '管理者があなたの提案 "%{resource_title}" のカテゴリを更新しました。このページでチェックしてください:'
|
325
|
+
email_outro: あなたが提案の作成者であるため、この通知を受け取りました。
|
319
326
|
email_subject: '%{resource_title} 提案カテゴリが更新されました'
|
320
327
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> 提案カテゴリは管理者によって更新されました。
|
321
328
|
proposal_update_scope:
|
322
329
|
email_intro: '管理者があなたの提案 "%{resource_title}" のスコープを更新しました。このページで確認してください:'
|
330
|
+
email_outro: あなたが提案の作成者であるため、この通知を受け取りました。
|
323
331
|
email_subject: '%{resource_title} の提案範囲が更新されました'
|
324
332
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> の提案スコープが管理者によって更新されました。
|
325
333
|
voting_enabled:
|
@@ -381,7 +389,6 @@ ja:
|
|
381
389
|
title: サポート
|
382
390
|
participatory_spaces:
|
383
391
|
highlighted_proposals:
|
384
|
-
last: 最近の提案
|
385
392
|
see_all: すべての提案を見る
|
386
393
|
proposals:
|
387
394
|
actions:
|
@@ -792,7 +799,7 @@ ja:
|
|
792
799
|
text_banner: 提案者が撤回した提案の一覧を表示しています。 %{go_back_link}.
|
793
800
|
new:
|
794
801
|
send: 続ける
|
795
|
-
title:
|
802
|
+
title: 新しい提案を作成
|
796
803
|
orders:
|
797
804
|
label: '提案の並び順:'
|
798
805
|
most_commented: コメントの多い順
|
data/config/locales/lt.yml
CHANGED
@@ -385,7 +385,6 @@ lt:
|
|
385
385
|
title: Balsai
|
386
386
|
participatory_spaces:
|
387
387
|
highlighted_proposals:
|
388
|
-
last: Paskutiniai pasiūlymai
|
389
388
|
see_all: Žiūrėti visus pasiūlymus
|
390
389
|
proposals:
|
391
390
|
actions:
|
@@ -505,7 +504,6 @@ lt:
|
|
505
504
|
index:
|
506
505
|
actions: Veiksmai
|
507
506
|
assign_to_valuator: Priskirti vertintojui
|
508
|
-
assign_to_valuator_button: Priskirti
|
509
507
|
cancel: Atšaukti
|
510
508
|
change_category: Keisti kategoriją
|
511
509
|
change_scope: Keisti apimtį
|
@@ -519,7 +517,6 @@ lt:
|
|
519
517
|
split_button: Skaidyti
|
520
518
|
title: Pasiūlymai
|
521
519
|
unassign_from_valuator: Panaikinti vertintojui pavestą užduotį
|
522
|
-
unassign_from_valuator_button: Atšaukti priskyrimą
|
523
520
|
update: Atnaujinti
|
524
521
|
update_scope_button: Atnaujinti apimtį
|
525
522
|
new:
|
@@ -807,7 +804,6 @@ lt:
|
|
807
804
|
text_banner: Jūs žiūrite autorių atsiimtų pasiūlymų sąrašą. %{go_back_link}.
|
808
805
|
new:
|
809
806
|
send: Tęsti
|
810
|
-
title: Sukurti savo pasiūlymą
|
811
807
|
orders:
|
812
808
|
label: 'Rikiuoti pasiūlymus pagal:'
|
813
809
|
most_commented: Labiausiai komentuojamas
|
data/config/locales/lv.yml
CHANGED
@@ -354,7 +354,6 @@ lv:
|
|
354
354
|
index:
|
355
355
|
actions: Darbības
|
356
356
|
assign_to_valuator: Piešķirt vērtētājam
|
357
|
-
assign_to_valuator_button: Piešķirt
|
358
357
|
cancel: Atcelt
|
359
358
|
change_category: Mainīt kategoriju
|
360
359
|
change_scope: Mainīt tvērumu
|
@@ -368,7 +367,6 @@ lv:
|
|
368
367
|
split_button: Sadalījums
|
369
368
|
title: Priekšlikumi
|
370
369
|
unassign_from_valuator: Atsaukt no vērtētāja
|
371
|
-
unassign_from_valuator_button: Atsaukt
|
372
370
|
update: Atjaunināt
|
373
371
|
update_scope_button: Atjaunināt tvērumu
|
374
372
|
new:
|
data/config/locales/nl.yml
CHANGED
@@ -311,7 +311,7 @@ nl:
|
|
311
311
|
accepted_proposals:
|
312
312
|
description: Aantal geaccepteerde voorstellen
|
313
313
|
object: voorstellen
|
314
|
-
title:
|
314
|
+
title: Geaccepteerde voorstellen
|
315
315
|
endorsements:
|
316
316
|
description: Aantal goedkeuringen van voorstellen
|
317
317
|
object: goedkeuringen
|
@@ -319,7 +319,7 @@ nl:
|
|
319
319
|
proposals:
|
320
320
|
description: Aantal voorstellen
|
321
321
|
object: voorstellen
|
322
|
-
title:
|
322
|
+
title: Voorstellen
|
323
323
|
votes:
|
324
324
|
description: Aantal stemmen voor voorstellen
|
325
325
|
object: stemmen
|
@@ -412,7 +412,6 @@ nl:
|
|
412
412
|
index:
|
413
413
|
actions: acties
|
414
414
|
assign_to_valuator: Toewijzen aan beoordelaar
|
415
|
-
assign_to_valuator_button: Toewijzen
|
416
415
|
cancel: Annuleer
|
417
416
|
change_category: Categorie wijzigen
|
418
417
|
change_scope: Wijzig scope
|
@@ -426,7 +425,6 @@ nl:
|
|
426
425
|
split_button: Splits
|
427
426
|
title: Voorstellen
|
428
427
|
unassign_from_valuator: Toewijzing beoordelaar ongedaan maken
|
429
|
-
unassign_from_valuator_button: Ontkoppelen
|
430
428
|
update: Bijwerken
|
431
429
|
update_scope_button: Toepassingsgebied bijwerken
|
432
430
|
new:
|
data/config/locales/no.yml
CHANGED
@@ -411,7 +411,6 @@
|
|
411
411
|
select_a_meeting: Velg et møte
|
412
412
|
index:
|
413
413
|
actions: Handlinger
|
414
|
-
assign_to_valuator_button: Tildel
|
415
414
|
cancel: Avbryt
|
416
415
|
change_category: Endre kategori
|
417
416
|
change_scope: Endre tema
|
@@ -424,7 +423,6 @@
|
|
424
423
|
split: Delte forslag
|
425
424
|
split_button: Delt
|
426
425
|
title: Forslag
|
427
|
-
unassign_from_valuator_button: Fjern tilegning
|
428
426
|
update: Oppdater
|
429
427
|
update_scope_button: Oppdater tema
|
430
428
|
new:
|
data/config/locales/pl.yml
CHANGED
@@ -393,7 +393,6 @@ pl:
|
|
393
393
|
title: Wsparcia
|
394
394
|
participatory_spaces:
|
395
395
|
highlighted_proposals:
|
396
|
-
last: Ostatnie propozycje
|
397
396
|
see_all: Zobacz wszystkie propozycje
|
398
397
|
proposals:
|
399
398
|
actions:
|
@@ -511,7 +510,6 @@ pl:
|
|
511
510
|
index:
|
512
511
|
actions: Działania
|
513
512
|
assign_to_valuator: Przypisz do weryfikatora
|
514
|
-
assign_to_valuator_button: Przypisz
|
515
513
|
cancel: Anuluj
|
516
514
|
change_category: Zmień kategorię
|
517
515
|
change_scope: Zmień zakres
|
@@ -525,7 +523,6 @@ pl:
|
|
525
523
|
split_button: Podziel
|
526
524
|
title: Propozycje
|
527
525
|
unassign_from_valuator: Anuluj przypisanie do weryfikatora
|
528
|
-
unassign_from_valuator_button: Anuluj przypisanie
|
529
526
|
update: Aktualizuj
|
530
527
|
update_scope_button: Aktualizuj zakres
|
531
528
|
new:
|
@@ -816,7 +813,6 @@ pl:
|
|
816
813
|
text_banner: Oglądasz listę propozycji wycofanych przez ich autorów. %{go_back_link}.
|
817
814
|
new:
|
818
815
|
send: Dalej
|
819
|
-
title: Utwórz swoją propozycję
|
820
816
|
orders:
|
821
817
|
label: 'Sortuj propozycje według:'
|
822
818
|
most_commented: Najczęściej komentowane
|
data/config/locales/pt-BR.yml
CHANGED
@@ -441,7 +441,6 @@ pt-BR:
|
|
441
441
|
index:
|
442
442
|
actions: Ações
|
443
443
|
assign_to_valuator: Atribuir ao avaliador
|
444
|
-
assign_to_valuator_button: Atribuir
|
445
444
|
cancel: Cancelar
|
446
445
|
change_category: Alterar categoria
|
447
446
|
change_scope: Alterar o escopo
|
@@ -455,7 +454,6 @@ pt-BR:
|
|
455
454
|
split_button: Dividir
|
456
455
|
title: Propostas
|
457
456
|
unassign_from_valuator: Desatribuir do avaliador
|
458
|
-
unassign_from_valuator_button: Desatribuir
|
459
457
|
update: Atualizar
|
460
458
|
update_scope_button: Atualizar Escopo
|
461
459
|
new:
|
@@ -700,7 +698,6 @@ pt-BR:
|
|
700
698
|
see_all_withdrawn: Veja todas as propostas retiradas
|
701
699
|
new:
|
702
700
|
send: Continuar
|
703
|
-
title: Crie sua proposta
|
704
701
|
orders:
|
705
702
|
label: 'Ordene propostas por:'
|
706
703
|
most_commented: Mais comentados
|
data/config/locales/pt.yml
CHANGED
@@ -414,7 +414,6 @@ pt:
|
|
414
414
|
index:
|
415
415
|
actions: Ações
|
416
416
|
assign_to_valuator: Atribuir a avaliador
|
417
|
-
assign_to_valuator_button: Atribuir
|
418
417
|
cancel: Cancelar
|
419
418
|
change_category: Modificar categoria
|
420
419
|
change_scope: Modificar âmbito
|
@@ -428,7 +427,6 @@ pt:
|
|
428
427
|
split_button: Dividir
|
429
428
|
title: Propostas
|
430
429
|
unassign_from_valuator: Remover atribuição ao avaliador
|
431
|
-
unassign_from_valuator_button: Remover atribuição
|
432
430
|
update: Atualizar
|
433
431
|
update_scope_button: Atualizar Âmbito
|
434
432
|
new:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -433,7 +433,7 @@ ro:
|
|
433
433
|
index:
|
434
434
|
actions: Acțiuni
|
435
435
|
assign_to_valuator: Atribuie evaluatorului
|
436
|
-
assign_to_valuator_button:
|
436
|
+
assign_to_valuator_button: Delegați
|
437
437
|
cancel: Anulează
|
438
438
|
change_category: Schimbă categoria
|
439
439
|
change_scope: Schimbă domeniul
|
@@ -447,7 +447,7 @@ ro:
|
|
447
447
|
split_button: Împarte
|
448
448
|
title: Propuneri
|
449
449
|
unassign_from_valuator: Atribuire către evaluator anulată
|
450
|
-
unassign_from_valuator_button:
|
450
|
+
unassign_from_valuator_button: Anulare delegare
|
451
451
|
update: Actualizează
|
452
452
|
update_scope_button: Actualizează domeniu
|
453
453
|
new:
|
@@ -693,6 +693,7 @@ ro:
|
|
693
693
|
text_banner: Vizualizezi lista de propuneri retrase de autorii lor. %{go_back_link}.
|
694
694
|
new:
|
695
695
|
send: Continuă
|
696
|
+
title: Creați o nouă propunere
|
696
697
|
orders:
|
697
698
|
label: 'Ordonează propunerile după:'
|
698
699
|
most_commented: Cele mai comentate
|
data/config/locales/ru.yml
CHANGED
@@ -128,6 +128,9 @@ ru:
|
|
128
128
|
email_outro: Вы получили это уведомление, потому что вы следите за «%{participatory_space_title}». Вы можете отписаться от уведомлений, перейдя по приведенной выше ссылке.
|
129
129
|
email_subject: В %{participatory_space_title} началось голосование по предложениям
|
130
130
|
notification_title: Теперь в <a href="%{participatory_space_url}">%{participatory_space_title}</a> появилась возможность <a href="%{resource_path}">голосовать по предложениям</a>
|
131
|
+
metrics:
|
132
|
+
proposals:
|
133
|
+
title: Предложения
|
131
134
|
proposals:
|
132
135
|
actions:
|
133
136
|
import: Позаимствовать из другой составляющей
|
data/config/locales/sk.yml
CHANGED
@@ -359,7 +359,6 @@ sk:
|
|
359
359
|
index:
|
360
360
|
actions: Akcia
|
361
361
|
assign_to_valuator: Priradiť ku hodnotiteľovi
|
362
|
-
assign_to_valuator_button: Priradiť
|
363
362
|
cancel: zrušenie
|
364
363
|
change_category: Zmeniť kategórii
|
365
364
|
change_scope: Zmeniť rozsah
|
@@ -373,7 +372,6 @@ sk:
|
|
373
372
|
split_button: Rozdeliť
|
374
373
|
title: Návrhy
|
375
374
|
unassign_from_valuator: Zrušiť priradenie ku hodnotiteľovi
|
376
|
-
unassign_from_valuator_button: Zrušiť priradenie
|
377
375
|
update: Aktualizácia
|
378
376
|
update_scope_button: Aktualizovať rozsah
|
379
377
|
new:
|
data/config/locales/sr-CS.yml
CHANGED
@@ -54,11 +54,9 @@ sr:
|
|
54
54
|
proposals:
|
55
55
|
index:
|
56
56
|
assign_to_valuator: Dodeli procenjivaču
|
57
|
-
assign_to_valuator_button: Dodeli
|
58
57
|
change_scope: Promeni opseg
|
59
58
|
publish_answers: Objavi odgovore
|
60
59
|
unassign_from_valuator: Oduzmi od procenjivača
|
61
|
-
unassign_from_valuator_button: Od dodeli
|
62
60
|
update_scope_button: Ažuriraj opseg
|
63
61
|
show:
|
64
62
|
amendments_count: Broj izmena
|
data/config/locales/sv.yml
CHANGED
@@ -12,6 +12,8 @@ sv:
|
|
12
12
|
state: Status
|
13
13
|
title: Titel
|
14
14
|
user_group_id: Skapa gemensamt utkast som
|
15
|
+
import_participatory_text:
|
16
|
+
document: Dokument
|
15
17
|
proposal:
|
16
18
|
address: Adress
|
17
19
|
answer: Svar
|
@@ -21,6 +23,8 @@ sv:
|
|
21
23
|
category_id: Kategori
|
22
24
|
decidim_scope_id: Indelning
|
23
25
|
has_address: Har adress
|
26
|
+
latitude: Latitud
|
27
|
+
longitude: Longitud
|
24
28
|
scope_id: Indelning
|
25
29
|
state: Status
|
26
30
|
suggested_hashtags: Föreslagna hashtags
|
@@ -34,6 +38,8 @@ sv:
|
|
34
38
|
proposals_copy:
|
35
39
|
copy_proposals: Jag förstår att det här importerar alla förslag från den valda komponenten till den aktuella komponenten och att det inte går att ångra.
|
36
40
|
origin_component_id: Komponent att kopiera förslagen från
|
41
|
+
proposals_file_import:
|
42
|
+
file: Fil
|
37
43
|
proposals_import:
|
38
44
|
import_proposals: Importera förslag
|
39
45
|
keep_answers: Behåll status och svar
|
@@ -386,7 +392,6 @@ sv:
|
|
386
392
|
title: Stöd
|
387
393
|
participatory_spaces:
|
388
394
|
highlighted_proposals:
|
389
|
-
last: Senaste förslagen
|
390
395
|
see_all: Visa alla förslag
|
391
396
|
proposals:
|
392
397
|
actions:
|
@@ -519,7 +524,6 @@ sv:
|
|
519
524
|
split_button: Dela upp
|
520
525
|
title: Förslag
|
521
526
|
unassign_from_valuator: Ta bort tilldelning till handläggare
|
522
|
-
unassign_from_valuator_button: Ta bort tilldelning
|
523
527
|
update: Uppdatera
|
524
528
|
update_scope_button: Uppdatera indelning
|
525
529
|
new:
|
@@ -803,7 +807,7 @@ sv:
|
|
803
807
|
text_banner: Du visar förslag som dragits tillbaka av sin författare. %{go_back_link}.
|
804
808
|
new:
|
805
809
|
send: Fortsätt
|
806
|
-
title: Skapa
|
810
|
+
title: Skapa ett nytt förslag
|
807
811
|
orders:
|
808
812
|
label: 'Ordna förslag efter:'
|
809
813
|
most_commented: Mest kommenterade
|
data/config/locales/tr-TR.yml
CHANGED
@@ -383,7 +383,6 @@ tr:
|
|
383
383
|
index:
|
384
384
|
actions: Eylemler
|
385
385
|
assign_to_valuator: Bilirkişiye ata
|
386
|
-
assign_to_valuator_button: Ata
|
387
386
|
cancel: İptal Et
|
388
387
|
change_category: Kategoriyi değiştir
|
389
388
|
change_scope: Kapsamı değiştir
|
@@ -397,7 +396,6 @@ tr:
|
|
397
396
|
split_button: Böl
|
398
397
|
title: Teklifler
|
399
398
|
unassign_from_valuator: Bilirkişinin atamasını kaldır
|
400
|
-
unassign_from_valuator_button: Atamayı kaldır
|
401
399
|
update: Güncelle
|
402
400
|
update_scope_button: Kapsamı Güncelle
|
403
401
|
new:
|
data/config/locales/uk.yml
CHANGED
@@ -128,6 +128,9 @@ uk:
|
|
128
128
|
email_outro: Ви отримали це сповіщення, тому що ви стежите за %{participatory_space_title}. Ви можете відписатися від цих сповіщень, перейшовши за наведеним вище посиланням.
|
129
129
|
email_subject: У %{participatory_space_title} почалось голосування щодо пропозицій
|
130
130
|
notification_title: Тепер в <a href="%{participatory_space_url}">%{participatory_space_title}</a> відкрилась можливість <a href="%{resource_path}">голосувати щодо пропозицій</a>
|
131
|
+
metrics:
|
132
|
+
proposals:
|
133
|
+
title: Пропозиції
|
131
134
|
proposals:
|
132
135
|
actions:
|
133
136
|
import: Запозичити з іншої складової
|
data/config/locales/zh-CN.yml
CHANGED
@@ -363,7 +363,6 @@ zh-CN:
|
|
363
363
|
index:
|
364
364
|
actions: 行动
|
365
365
|
assign_to_valuator: 分配给值器
|
366
|
-
assign_to_valuator_button: 分配
|
367
366
|
cancel: 取消
|
368
367
|
change_category: 更改类别
|
369
368
|
change_scope: 更改范围
|
@@ -377,7 +376,6 @@ zh-CN:
|
|
377
376
|
split_button: 拆分
|
378
377
|
title: 建议
|
379
378
|
unassign_from_valuator: 取消分配给值
|
380
|
-
unassign_from_valuator_button: 取消分配
|
381
379
|
update: 更新
|
382
380
|
update_scope_button: 更新范围
|
383
381
|
new:
|
data/config/locales/zh-TW.yml
CHANGED
@@ -481,7 +481,6 @@ zh-TW:
|
|
481
481
|
index:
|
482
482
|
actions: 操作
|
483
483
|
assign_to_valuator: 分配給評估人員
|
484
|
-
assign_to_valuator_button: 指派
|
485
484
|
cancel: 取消
|
486
485
|
change_category: 變更類別
|
487
486
|
change_scope: 變更範圍
|
@@ -495,7 +494,6 @@ zh-TW:
|
|
495
494
|
split_button: 拆分
|
496
495
|
title: 提案
|
497
496
|
unassign_from_valuator: 取消分派給評估者
|
498
|
-
unassign_from_valuator_button: 取消分配
|
499
497
|
update: 更新
|
500
498
|
update_scope_button: 更新範圍
|
501
499
|
new:
|
@@ -765,7 +763,6 @@ zh-TW:
|
|
765
763
|
text_banner: 您正在查看由其作者撤回的提案列表。%{go_back_link}。
|
766
764
|
new:
|
767
765
|
send: 繼續
|
768
|
-
title: 創建你的提案
|
769
766
|
orders:
|
770
767
|
label: '依順序排序提案:'
|
771
768
|
most_commented: 最多評論
|