decidim-surveys 0.19.1 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/decidim/surveys/surveys.scss +20 -3
  3. data/app/controllers/decidim/surveys/admin/surveys_controller.rb +11 -0
  4. data/app/controllers/decidim/surveys/surveys_controller.rb +12 -1
  5. data/app/jobs/decidim/surveys/clean_survey_answers_job.rb +32 -0
  6. data/app/jobs/decidim/surveys/settings_change_job.rb +4 -0
  7. data/app/models/decidim/surveys/survey.rb +4 -0
  8. data/app/permissions/decidim/surveys/admin/permissions.rb +12 -6
  9. data/app/permissions/decidim/surveys/permissions.rb +1 -1
  10. data/app/queries/decidim/surveys/metrics/answers_metric_manage.rb +2 -8
  11. data/app/serializers/decidim/surveys/data_importer.rb +66 -0
  12. data/app/serializers/decidim/surveys/data_serializer.rb +46 -0
  13. data/app/types/decidim/surveys/survey_type.rb +15 -0
  14. data/app/types/decidim/surveys/surveys_type.rb +32 -0
  15. data/config/locales/am-ET.yml +1 -0
  16. data/config/locales/ar.yml +1 -0
  17. data/config/locales/bg-BG.yml +10 -0
  18. data/config/locales/bg.yml +10 -0
  19. data/config/locales/ca.yml +6 -0
  20. data/config/locales/cs.yml +6 -0
  21. data/config/locales/da-DK.yml +1 -0
  22. data/config/locales/da.yml +1 -0
  23. data/config/locales/de.yml +6 -0
  24. data/config/locales/el-GR.yml +1 -0
  25. data/config/locales/el.yml +59 -0
  26. data/config/locales/en.yml +6 -0
  27. data/config/locales/eo.yml +1 -0
  28. data/config/locales/es-MX.yml +6 -0
  29. data/config/locales/es-PY.yml +6 -0
  30. data/config/locales/es.yml +6 -0
  31. data/config/locales/et-EE.yml +1 -0
  32. data/config/locales/et.yml +1 -0
  33. data/config/locales/fi-plain.yml +6 -0
  34. data/config/locales/fi.yml +7 -1
  35. data/config/locales/fr-CA.yml +62 -0
  36. data/config/locales/fr.yml +6 -0
  37. data/config/locales/ga-IE.yml +1 -0
  38. data/config/locales/hr-HR.yml +1 -0
  39. data/config/locales/hr.yml +1 -0
  40. data/config/locales/hu.yml +3 -0
  41. data/config/locales/is-IS.yml +25 -0
  42. data/config/locales/is.yml +25 -0
  43. data/config/locales/it.yml +11 -7
  44. data/config/locales/ja-JP.yml +58 -0
  45. data/config/locales/ja.yml +60 -0
  46. data/config/locales/ko-KR.yml +1 -0
  47. data/config/locales/ko.yml +1 -0
  48. data/config/locales/lt-LT.yml +1 -0
  49. data/config/locales/lt.yml +1 -0
  50. data/config/locales/lv.yml +61 -0
  51. data/config/locales/mt-MT.yml +1 -0
  52. data/config/locales/mt.yml +1 -0
  53. data/config/locales/nl.yml +10 -4
  54. data/config/locales/no.yml +25 -0
  55. data/config/locales/om-ET.yml +1 -0
  56. data/config/locales/pl.yml +18 -12
  57. data/config/locales/pt-BR.yml +1 -1
  58. data/config/locales/pt.yml +27 -23
  59. data/config/locales/ro-RO.yml +62 -0
  60. data/config/locales/sk-SK.yml +63 -0
  61. data/config/locales/sk.yml +63 -0
  62. data/config/locales/sl.yml +8 -0
  63. data/config/locales/so-SO.yml +1 -0
  64. data/config/locales/sr-CS.yml +1 -0
  65. data/config/locales/sv.yml +5 -1
  66. data/config/locales/ti-ER.yml +1 -0
  67. data/config/locales/vi-VN.yml +1 -0
  68. data/config/locales/vi.yml +1 -0
  69. data/config/locales/zh-CN.yml +60 -0
  70. data/config/locales/zh-TW.yml +1 -0
  71. data/db/migrate/20200609090533_check_legacy_tables.rb +114 -0
  72. data/db/migrate/20200610090533_remove_survey_answer_choices.rb +7 -0
  73. data/db/migrate/20200610090650_remove_survey_answer_options.rb +7 -0
  74. data/db/migrate/20200610090725_remove_survey_answers.rb +7 -0
  75. data/db/migrate/20200610090845_remove_survey_questions.rb +7 -0
  76. data/db/migrate/20200610105927_remove_survey_columns.rb +10 -0
  77. data/lib/decidim/surveys/admin_engine.rb +10 -0
  78. data/lib/decidim/surveys/component.rb +38 -6
  79. data/lib/decidim/surveys/test/factories.rb +1 -1
  80. data/lib/decidim/surveys/version.rb +1 -1
  81. metadata +75 -13
@@ -0,0 +1,58 @@
1
+ ja:
2
+ activemodel:
3
+ models:
4
+ decidim/surveys/closed_survey_event: アンケートが終了しました
5
+ decidim/surveys/opened_survey_event: アンケートを開始
6
+ activerecord:
7
+ models:
8
+ decidim/surveys/survey:
9
+ other: 調査
10
+ decidim/surveys/survey_answer:
11
+ other: 回答
12
+ decidim:
13
+ components:
14
+ surveys:
15
+ actions:
16
+ answer: 回答
17
+ name: 調査
18
+ settings:
19
+ global:
20
+ announcement: お知らせ
21
+ clean_after_publish: アンケートを公開するときに回答を削除する
22
+ step:
23
+ allow_answers: 回答を許可
24
+ allow_unregistered: 未登録ユーザーがアンケートに回答できるようにする
25
+ allow_unregistered_help: 有効な場合、アンケートに回答するためにログインは必要ありません。 これにより、データが貧弱または信頼できない可能性があり、自動攻撃に対してより脆弱になります。注意して使用してください!
26
+ announcement: お知らせ
27
+ events:
28
+ surveys:
29
+ survey_closed:
30
+ email_intro: '%{resource_title} の調査 %{participatory_space_title} はクローズされました。'
31
+ email_outro: '%{participatory_space_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
32
+ email_subject: '%{participatory_space_title} でアンケートが完了しました'
33
+ notification_title: <a href="%{resource_path}">%{resource_title}の</a> <a href="%{participatory_space_url}">%{participatory_space_title}</a> の調査は終了しました。
34
+ survey_opened:
35
+ email_intro: '%{resource_title} のアンケート %{participatory_space_title} が公開されました。このページから参加できます:'
36
+ email_outro: '%{participatory_space_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
37
+ email_subject: '%{participatory_space_title} での新しい調査'
38
+ notification_title: <a href="%{resource_path}">%{resource_title}の</a> <a href="%{participatory_space_url}">%{participatory_space_title}の調査</a> が公開されました。
39
+ metrics:
40
+ survey_answers:
41
+ description: 回答したアンケート数
42
+ object: アンケートに対する答えは
43
+ title: アンケートへの回答
44
+ surveys:
45
+ admin:
46
+ exports:
47
+ survey_user_answers: アンケート参加者の回答
48
+ surveys:
49
+ update:
50
+ invalid: 調査の保存中に問題が発生しました。
51
+ success: アンケートを保存しました。
52
+ last_activity:
53
+ new_survey_at_html: "<span>新しい調査 %{link}</span>"
54
+ surveys:
55
+ answer:
56
+ invalid: アンケートの回答に問題がありました。
57
+ spam_detected: フォームに応答する際に問題が発生しました。もう一度試してみてください。
58
+ success: アンケートは正常に回答しました。
@@ -0,0 +1,60 @@
1
+ ja:
2
+ activemodel:
3
+ models:
4
+ decidim/surveys/closed_survey_event: アンケートが終了しました
5
+ decidim/surveys/opened_survey_event: アンケートを開始
6
+ activerecord:
7
+ models:
8
+ decidim/surveys/survey:
9
+ other: 調査
10
+ decidim/surveys/survey_answer:
11
+ other: 回答
12
+ decidim:
13
+ components:
14
+ surveys:
15
+ actions:
16
+ answer: 回答
17
+ name: 調査
18
+ settings:
19
+ global:
20
+ announcement: お知らせ
21
+ clean_after_publish: アンケートを公開するときに回答を削除する
22
+ scope_id: スコープ
23
+ scopes_enabled: スコープが有効
24
+ step:
25
+ allow_answers: 回答を許可
26
+ allow_unregistered: 未登録ユーザーがアンケートに回答できるようにする
27
+ allow_unregistered_help: 有効な場合、アンケートに回答するためにログインは必要ありません。 これにより、データが貧弱または信頼できない可能性があり、自動攻撃に対してより脆弱になります。注意して使用してください!
28
+ announcement: お知らせ
29
+ events:
30
+ surveys:
31
+ survey_closed:
32
+ email_intro: '%{resource_title} の調査 %{participatory_space_title} はクローズされました。'
33
+ email_outro: '%{participatory_space_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
34
+ email_subject: '%{participatory_space_title} でアンケートが完了しました'
35
+ notification_title: <a href="%{resource_path}">%{resource_title}の</a> <a href="%{participatory_space_url}">%{participatory_space_title}</a> の調査は終了しました。
36
+ survey_opened:
37
+ email_intro: '%{resource_title} のアンケート %{participatory_space_title} が公開されました。このページから参加できます:'
38
+ email_outro: '%{participatory_space_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
39
+ email_subject: '%{participatory_space_title} での新しい調査'
40
+ notification_title: <a href="%{resource_path}">%{resource_title}の</a> <a href="%{participatory_space_url}">%{participatory_space_title}の調査</a> が公開されました。
41
+ metrics:
42
+ survey_answers:
43
+ description: 回答したアンケート数
44
+ object: アンケートに対する答えは
45
+ title: アンケートへの回答
46
+ surveys:
47
+ admin:
48
+ exports:
49
+ survey_user_answers: アンケート参加者の回答
50
+ surveys:
51
+ update:
52
+ invalid: 調査の保存中に問題が発生しました。
53
+ success: アンケートを保存しました。
54
+ last_activity:
55
+ new_survey_at_html: "<span>新しい調査 %{link}</span>"
56
+ surveys:
57
+ answer:
58
+ invalid: アンケートの回答に問題がありました。
59
+ spam_detected: フォームに応答する際に問題が発生しました。もう一度試してみてください。
60
+ success: アンケートは正常に回答しました。
@@ -0,0 +1 @@
1
+ ko:
@@ -0,0 +1 @@
1
+ ko:
@@ -0,0 +1 @@
1
+ lt:
@@ -0,0 +1 @@
1
+ lt:
@@ -0,0 +1,61 @@
1
+ lv:
2
+ activemodel:
3
+ models:
4
+ decidim/surveys/closed_survey_event: Aptauja beidzās
5
+ decidim/surveys/opened_survey_event: Aptauja sākās
6
+ activerecord:
7
+ models:
8
+ decidim/surveys/survey:
9
+ zero: Aptaujas
10
+ one: Aptauja
11
+ other: Aptaujas
12
+ decidim/surveys/survey_answer:
13
+ zero: Atbildes
14
+ one: Atbilde
15
+ other: Atbildes
16
+ decidim:
17
+ components:
18
+ surveys:
19
+ actions:
20
+ answer: Atbilde
21
+ name: Aptauja
22
+ settings:
23
+ global:
24
+ announcement: Paziņojums
25
+ step:
26
+ allow_answers: Atļaut atbildes
27
+ allow_unregistered: Ļaujiet nereģistrētiem lietotājiem atbildēt uz jautājumiem aptaujā
28
+ allow_unregistered_help: Ja tā būs iespējota, nevajadzēs pierakstīties, lai atbildētu uz aptaujas jautājumiem. Tas var radīt neprecīzus vai neuzticamus datu, un tā būs jutīgāka pret automatizētiem uzbrukumiem. Lietojiet piesardzīgi!
29
+ announcement: Paziņojums
30
+ events:
31
+ surveys:
32
+ survey_closed:
33
+ email_intro: Aptauja %{resource_title} %{participatory_space_title} ir slēgta.
34
+ email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat %{participatory_space_title}. Jūs varat atteikties no paziņojumu saņemšanas, sekojot iepriekšējai saitei.
35
+ email_subject: Aptauja ir pabeigta telpā %{participatory_space_title}
36
+ notification_title: Aptauja <a href="%{resource_path}">%{resource_title}</a> sadaļā <a href="%{participatory_space_url}">%{activatory_space_title}</a> ir pabeigta.
37
+ survey_opened:
38
+ email_intro: 'Aptauja %{resource_title}, kas atrodas %{participatory_space_title}, tagad ir atvērta. Jūs varat tajā piedalīties, izmantojot šo lapu:'
39
+ email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat %{participatory_space_title}. Jūs varat atteikties no paziņojumu saņemšanas, sekojot iepriekšējai saitei.
40
+ email_subject: Jauna aptauja telpā %{participatory_space_title}
41
+ notification_title: Aptauja <a href="%{resource_path}">%{resource_title}</a> sadaļā <a href="%{participatory_space_url}">%{activatory_space_title}</a> tagad ir atvērta
42
+ metrics:
43
+ survey_answers:
44
+ description: Dalībnieka atbildēto aptaujas jautājumu skaits
45
+ object: atbildes uz aptaujas jautājumiem
46
+ title: Atbildes uz aptaujas jautājumiem
47
+ surveys:
48
+ admin:
49
+ exports:
50
+ survey_user_answers: Aptaujas dalībnieka atbildes
51
+ surveys:
52
+ update:
53
+ invalid: Saglabājot aptauju, radās problēma.
54
+ success: Aptauja ir veiksmīgi saglabāta
55
+ last_activity:
56
+ new_survey_at_html: "<span>Jauna aptauja %{link}</span>"
57
+ surveys:
58
+ answer:
59
+ invalid: Atbildot uz aptauju, radās problēma.
60
+ spam_detected: Atbildot uz aptaujas jautājumiem, radās problēma. Varbūt jūs esat rīkojies pārāk ātri, vai varat mēģināt vēlreiz?
61
+ success: Uz aptaujas jautājumiem ir veiksmīgi atbildēts.
@@ -0,0 +1 @@
1
+ mt:
@@ -0,0 +1 @@
1
+ mt:
@@ -20,8 +20,13 @@ nl:
20
20
  settings:
21
21
  global:
22
22
  announcement: Aankondiging
23
+ clean_after_publish: Verwijder antwoorden bij publicatie van de enquête
24
+ scope_id: Scope
25
+ scopes_enabled: Scopes ingeschakeld
23
26
  step:
24
27
  allow_answers: Antwoorden toestaan
28
+ allow_unregistered: Sta niet-geregistreerde gebruikers toe om de enquête te beantwoorden
29
+ allow_unregistered_help: Een login zal dan niet nodig zijn om de vragen te beantwoorden. De bevraging zal daardoor kwetsbaarder zijn voor geautomatiseerde aanvallen wat kan leiden tot onbetrouwbare resultaten. Wees voorzichtig !
25
30
  announcement: Aankondiging
26
31
  events:
27
32
  surveys:
@@ -37,20 +42,21 @@ nl:
37
42
  notification_title: De enquête <a href="%{resource_path}">%{resource_title}</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a> is nu geopend.
38
43
  metrics:
39
44
  survey_answers:
40
- description: Aantal enquêtes beantwoord door gebruikers
45
+ description: Aantal enquêtes beantwoord door deelnemers
41
46
  object: antwoorden op enquêtes
42
47
  title: Antwoorden op enquêtes
43
48
  surveys:
44
49
  admin:
45
50
  exports:
46
- survey_user_answers: Enquête gebruikersantwoorden
51
+ survey_user_answers: Antwoorden van de deelnemers aan de enquête
47
52
  surveys:
48
53
  update:
49
- invalid: Er zijn fouten geweest bij het opslaan van de enquête.
54
+ invalid: Er is een probleem opgetreden bij het opslaan van de enquête.
50
55
  success: Enquête succesvol opgeslagen.
51
56
  last_activity:
52
57
  new_survey_at_html: "<span>Nieuwe enquête op %{link}</span>"
53
58
  surveys:
54
59
  answer:
55
- invalid: Er zijn fouten opgetreden bij het opslaan van de pagina.
60
+ invalid: Er is een fout opgetreden bij het opslaan van de pagina.
61
+ spam_detected: Er was een probleem bij het beantwoorden van het formulier. Misschien bent u te snel geweest, kunt u het opnieuw proberen?
56
62
  success: Enquête met succes beantwoord.
@@ -1,4 +1,8 @@
1
1
  "no":
2
+ activemodel:
3
+ models:
4
+ decidim/surveys/closed_survey_event: Undersøkelse avsluttet
5
+ decidim/surveys/opened_survey_event: Undersøkelsen startet
2
6
  activerecord:
3
7
  models:
4
8
  decidim/surveys/survey:
@@ -18,17 +22,38 @@
18
22
  announcement: Kunngjøring
19
23
  step:
20
24
  allow_answers: Tillat svar
25
+ allow_unregistered: Tillat uregistrerte brukere å svare på undersøkelsen
26
+ allow_unregistered_help: Hvis aktiv, er det ikke nødvendig med innlogging for å svare på undersøkelsen. Dette kan føre til dårlige eller upålitelig data, og den vil være mer sårbare for automatiserte angrep. Bruk med forsiktighet!
21
27
  announcement: Kunngjøring
22
28
  events:
23
29
  surveys:
24
30
  survey_closed:
31
+ email_intro: Undersøkelsen %{resource_title} i %{participatory_space_title} er lukket.
32
+ email_outro: Du har mottatt denne varslingen fordi du følger %{participatory_space_title}. Du kan slutte å motta varsler hvis du følger den forrige lenken.
25
33
  email_subject: En undersøkelse var fullført i %{participatory_space_title}
34
+ notification_title: Undersøkelsen <a href="%{resource_path}">%{resource_title}</a> i <a href="%{participatory_space_url}">%{participatory_space_title}</a> er fullført.
26
35
  survey_opened:
36
+ email_intro: 'Undersøkelsen %{resource_title} i %{participatory_space_title} er nå åpen. Du kan delta i den fra denne siden:'
37
+ email_outro: Du har mottatt denne varslingen fordi du følger %{participatory_space_title}. Du kan slutte å motta varsler hvis du følger den forrige lenken.
27
38
  email_subject: En ny undersøkelse i %{participatory_space_title}
39
+ notification_title: Undersøkelsen <a href="%{resource_path}">%{resource_title}</a> i <a href="%{participatory_space_url}">%{participatory_space_title}</a> er nå åpen.
28
40
  metrics:
29
41
  survey_answers:
42
+ description: Antall undersøkelser besvart av deltakerne
30
43
  object: svar på undersøkelser
31
44
  title: Svar på undersøkelser
32
45
  surveys:
46
+ admin:
47
+ exports:
48
+ survey_user_answers: Undersøkelsens deltaker svar
49
+ surveys:
50
+ update:
51
+ invalid: Det oppstod et problem med å lagre undersøkelsen.
52
+ success: Undersøkelsen ble lagret.
33
53
  last_activity:
34
54
  new_survey_at_html: "<span>Ny undersøkelse på %{link}</span>"
55
+ surveys:
56
+ answer:
57
+ invalid: Det oppstod et problem med å svare på undersøkelsen.
58
+ spam_detected: Det oppstod et problem med å svare på skjemaet. Kanskje du har vært for rask, kan du prøve igjen?
59
+ success: Undersøkelsen ble besvart.
@@ -0,0 +1 @@
1
+ om:
@@ -1,7 +1,7 @@
1
1
  pl:
2
2
  activemodel:
3
3
  models:
4
- decidim/surveys/closed_survey_event: Ankieta zakończyła się
4
+ decidim/surveys/closed_survey_event: Ankieta zamknięta
5
5
  decidim/surveys/opened_survey_event: Rozpoczęto ankietę
6
6
  activerecord:
7
7
  models:
@@ -24,37 +24,43 @@ pl:
24
24
  settings:
25
25
  global:
26
26
  announcement: Ogłoszenie
27
+ clean_after_publish: Usuń odpowiedzi podczas publikowania ankiety
28
+ scope_id: Zakres
29
+ scopes_enabled: Zakresy włączone
27
30
  step:
28
- allow_answers: Pozwól odpowiedzi
31
+ allow_answers: Pozwól na wypełnianie
32
+ allow_unregistered: Pozwól niezarejestrowanym użytkownikom wypełnić ankietę
33
+ allow_unregistered_help: Jeśli jest aktywna, do wypełnienia ankiety nie będzie wymagane logowanie. Może to doprowadzić do słabej jakości lub niewiarygodnych danych i ankieta będzie bardziej podatna na automatyczne ataki. Zalecamy ostrożność!
29
34
  announcement: Ogłoszenie
30
35
  events:
31
36
  surveys:
32
37
  survey_closed:
33
38
  email_intro: Ankieta %{resource_title} w %{participatory_space_title} została zamknięta.
34
- email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po poprzednim linku.
35
- email_subject: Ankieta zakończyła się w %{participatory_space_title}
39
+ email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
40
+ email_subject: Ankieta w %{participatory_space_title} została zakończona
36
41
  notification_title: Ankieta <a href="%{resource_path}">%{resource_title}</a> w <a href="%{participatory_space_url}">%{participatory_space_title}</a> została zakończona.
37
42
  survey_opened:
38
- email_intro: 'Ankieta %{resource_title} w %{participatory_space_title} jest teraz otwarta. Możesz wziąć w nim udział z tej strony:'
39
- email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po poprzednim linku.
43
+ email_intro: 'Ankieta %{resource_title} w %{participatory_space_title} jest teraz otwarta. Możesz wypełnić na tej stronie:'
44
+ email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
40
45
  email_subject: Nowa ankieta w %{participatory_space_title}
41
46
  notification_title: Ankieta <a href="%{resource_path}">%{resource_title}</a> w <a href="%{participatory_space_url}">%{participatory_space_title}</a> jest teraz otwarta.
42
47
  metrics:
43
48
  survey_answers:
44
- description: Liczba ankiet odebranych przez użytkowników
49
+ description: Liczba ankiet wypełnionych przez użytkowników
45
50
  object: odpowiedzi na ankiety
46
51
  title: Odpowiedzi na ankiety
47
52
  surveys:
48
53
  admin:
49
54
  exports:
50
- survey_user_answers: Odpowiedzi na pytania użytkowników
55
+ survey_user_answers: Odpowiedzi użytkowników na pytania z ankiety
51
56
  surveys:
52
57
  update:
53
- invalid: Podczas zapisywania ankiety wystąpiły błędy.
58
+ invalid: Podczas zapisywania ankiety wystąpił błąd.
54
59
  success: Ankieta została zapisana pomyślnie.
55
60
  last_activity:
56
- new_survey_at_html: "<span>Nowa ankieta na %{link}</span>"
61
+ new_survey_at_html: "<span>Nowa ankieta %{link}</span>"
57
62
  surveys:
58
63
  answer:
59
- invalid: Podczas odpowiadania na ankiet pojawiły się błędy.
60
- success: Ankieta odpowiedziała skutecznie.
64
+ invalid: Podczas wypełniania ankiety pojawił się błąd.
65
+ spam_detected: Wystąpił błąd podczas wypełniania formularza. Być może zostało to zrobione zbyt szybko, czy możesz spróbować ponownie?
66
+ success: Twoja ankieta została wypełniona.
@@ -1,4 +1,4 @@
1
- pt-BR:
1
+ pt:
2
2
  activemodel:
3
3
  models:
4
4
  decidim/surveys/closed_survey_event: Estudo finalizado
@@ -1,56 +1,60 @@
1
1
  pt:
2
2
  activemodel:
3
3
  models:
4
- decidim/surveys/closed_survey_event: Pesquisa finalizada
4
+ decidim/surveys/closed_survey_event: Inquérito terminado
5
5
  decidim/surveys/opened_survey_event: Inquérito iniciado
6
6
  activerecord:
7
7
  models:
8
8
  decidim/surveys/survey:
9
- one: Pesquisa
10
- other: pesquisas
9
+ one: Inquérito
10
+ other: Inquéritos
11
11
  decidim/surveys/survey_answer:
12
- one: Responda
12
+ one: Resposta
13
13
  other: Respostas
14
14
  decidim:
15
15
  components:
16
16
  surveys:
17
17
  actions:
18
- answer: Responda
19
- name: Pesquisa
18
+ answer: Responder
19
+ name: Inquérito
20
20
  settings:
21
21
  global:
22
22
  announcement: Anúncio
23
+ clean_after_publish: Eliminar respostas ao publicar o inquérito
23
24
  step:
24
25
  allow_answers: Permitir respostas
26
+ allow_unregistered: Permitir que utilizadores não registados respondam ao inquérito
27
+ allow_unregistered_help: Caso esta opção esteja ativa, não será necessário iniciar sessão para responder ao inquérito. Isto poderá resultar em dados pouco fidedignos ou fiáveis e aumentará a vulnerabilidade a ataques automatizados. Utilizar com precaução!
25
28
  announcement: Anúncio
26
29
  events:
27
30
  surveys:
28
31
  survey_closed:
29
- email_intro: A pesquisa %{resource_title} em %{participatory_space_title} foi fechada.
30
- email_outro: Você recebeu esta notificação porque está seguindo %{participatory_space_title}. Você pode parar de receber notificações após o link anterior.
31
- email_subject: Uma pesquisa terminou em %{participatory_space_title}
32
- notification_title: A pesquisa <a href="%{resource_path}">%{resource_title}</a> em <a href="%{participatory_space_url}">%{participatory_space_title}</a> terminou.
32
+ email_intro: O inquérito %{resource_title} em %{participatory_space_title} foi encerrado.
33
+ email_outro: Recebeu esta notificação porque segue %{participatory_space_title}. Pode parar de receber notificações seguindo a hiperligação anterior.
34
+ email_subject: Um inquérito terminou em %{participatory_space_title}
35
+ notification_title: O inquérito <a href="%{resource_path}">%{resource_title}</a> em <a href="%{participatory_space_url}">%{participatory_space_title}</a> terminou.
33
36
  survey_opened:
34
- email_intro: 'A pesquisa %{resource_title} em %{participatory_space_title} está agora aberta. Você pode participar desta página:'
35
- email_outro: Você recebeu esta notificação porque está seguindo %{participatory_space_title}. Você pode parar de receber notificações após o link anterior.
36
- email_subject: Uma nova pesquisa em %{participatory_space_title}
37
- notification_title: A pesquisa <a href="%{resource_path}">%{resource_title}</a> em <a href="%{participatory_space_url}">%{participatory_space_title}</a> está agora aberta.
37
+ email_intro: 'O inquérito %{resource_title} em %{participatory_space_title} está agora aberto. Pode participar a partir desta página:'
38
+ email_outro: Recebeu esta notificação porque segue %{participatory_space_title}. Pode parar de receber notificações seguindo a hiperligação anterior.
39
+ email_subject: Um novo inquérito em %{participatory_space_title}
40
+ notification_title: O inquérito <a href="%{resource_path}">%{resource_title}</a> em <a href="%{participatory_space_url}">%{participatory_space_title}</a> está agora aberto.
38
41
  metrics:
39
42
  survey_answers:
40
- description: Número de pesquisas respondidas por usuários
41
- object: respostas para pesquisas
42
- title: Respostas para pesquisas
43
+ description: Número de inquéritos respondidos por participantes
44
+ object: respostas aos questionários
45
+ title: Respostas aos questionários
43
46
  surveys:
44
47
  admin:
45
48
  exports:
46
- survey_user_answers: Avalie as respostas dos usuários
49
+ survey_user_answers: Respostas dos participantes aos inquéritos
47
50
  surveys:
48
51
  update:
49
- invalid: Houve erros ao salvar a pesquisa.
50
- success: Pesquisa salva com sucesso.
52
+ invalid: Ocorreu um problema ao guardar o inquérito.
53
+ success: Inquérito guardado corretamente.
51
54
  last_activity:
52
- new_survey_at_html: "<span>Nova pesquisa em %{link}</span>"
55
+ new_survey_at_html: "<span>Novo inquérito em %{link}</span>"
53
56
  surveys:
54
57
  answer:
55
- invalid: Houve erros ao responder a pesquisa.
56
- success: Pesquisa respondida com sucesso.
58
+ invalid: Ocorreu um problema ao responder ao inquérito.
59
+ spam_detected: Ocorreu um problema ao responder ao formulário. Talvez tenha sido demasiado rápido, pode tentar novamente?
60
+ success: Inquérito respondido corretamente.
@@ -0,0 +1,62 @@
1
+ ro:
2
+ activemodel:
3
+ models:
4
+ decidim/surveys/closed_survey_event: Sondaj terminat
5
+ decidim/surveys/opened_survey_event: Sondaj început
6
+ activerecord:
7
+ models:
8
+ decidim/surveys/survey:
9
+ one: Sondaj
10
+ few: Chestionare
11
+ other: Chestionare
12
+ decidim/surveys/survey_answer:
13
+ one: Răspuns
14
+ few: Răspunsuri
15
+ other: Răspunsuri
16
+ decidim:
17
+ components:
18
+ surveys:
19
+ actions:
20
+ answer: Răspuns
21
+ name: Sondaj
22
+ settings:
23
+ global:
24
+ announcement: Anunţ
25
+ clean_after_publish: Ștergeți răspunsurile la publicarea sondajului
26
+ step:
27
+ allow_answers: Permite răspunsuri
28
+ allow_unregistered: Permite utilizatorilor neînregistrați să răspundă la chestionar
29
+ allow_unregistered_help: Dacă este activ, nu va fi necesară nicio autentificare pentru a răspunde la chestionar. Acest lucru poate duce la date slabe sau nefiabile și va fi mai vulnerabil la atacuri automate. Utilizați cu prudență!
30
+ announcement: Anunţ
31
+ events:
32
+ surveys:
33
+ survey_closed:
34
+ email_intro: Sondajul %{resource_title} din %{participatory_space_title} a fost închis.
35
+ email_outro: Ați primit această notificare deoarece urmăriți %{participatory_space_title}. Puteți înceta să primiți notificări urmând linkul anterior.
36
+ email_subject: Un chestionar s-a terminat în %{participatory_space_title}
37
+ notification_title: Sondajul <a href="%{resource_path}">%{resource_title}</a> în <a href="%{participatory_space_url}">%{participatory_space_title}</a> s-a încheiat.
38
+ survey_opened:
39
+ email_intro: 'Sondajul %{resource_title} în %{participatory_space_title} este acum deschis. Puteți participa la acesta din această pagină:'
40
+ email_outro: Ați primit această notificare deoarece urmăriți %{participatory_space_title}. Puteți înceta să primiți notificări urmând linkul anterior.
41
+ email_subject: Un nou chestionar în %{participatory_space_title}
42
+ notification_title: Sondajul <a href="%{resource_path}">%{resource_title}</a> în <a href="%{participatory_space_url}">%{participatory_space_title}</a> este acum deschis.
43
+ metrics:
44
+ survey_answers:
45
+ description: Numărul de sondaje la care au răspuns participanții
46
+ object: răspunsuri la sondaje
47
+ title: Răspunsuri la chestionare
48
+ surveys:
49
+ admin:
50
+ exports:
51
+ survey_user_answers: Răspunsurile participanților la sondaj
52
+ surveys:
53
+ update:
54
+ invalid: A apărut o eroare la salvarea sondajului.
55
+ success: Chestionar salvat cu succes.
56
+ last_activity:
57
+ new_survey_at_html: "<span>Nou chestionar la %{link}</span>"
58
+ surveys:
59
+ answer:
60
+ invalid: A apărut o problemă în răspunsul la sondaj.
61
+ spam_detected: A apărut o problemă la răspunsul la formular. Poate aţi fost prea rapid, puteţi încerca din nou?
62
+ success: Sondaj răspuns cu succes.