decidim-forms 0.22.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/config/admin/decidim_forms_manifest.css +3 -0
- data/app/assets/config/decidim_forms_manifest.css +1 -0
- data/app/assets/javascripts/decidim/forms/admin/auto_select_options_from_url.component.js.es6 +40 -0
- data/app/assets/javascripts/decidim/forms/admin/forms.js.es6 +181 -25
- data/app/assets/javascripts/decidim/forms/autosortable_checkboxes.component.js.es6 +54 -34
- data/app/assets/javascripts/decidim/forms/display_conditions.component.js.es6 +204 -0
- data/app/assets/javascripts/decidim/forms/forms.js.es6 +8 -1
- data/app/assets/stylesheets/decidim/forms/questionnaire-answers-pdf.scss +69 -0
- data/app/commands/decidim/forms/admin/update_questionnaire.rb +25 -1
- data/app/commands/decidim/forms/answer_questionnaire.rb +1 -1
- data/app/controllers/decidim/forms/admin/concerns/has_questionnaire.rb +47 -1
- data/app/controllers/decidim/forms/admin/concerns/has_questionnaire_answers.rb +97 -0
- data/app/forms/decidim/forms/admin/display_condition_form.rb +100 -0
- data/app/forms/decidim/forms/admin/question_form.rb +1 -0
- data/app/forms/decidim/forms/answer_form.rb +15 -0
- data/app/helpers/decidim/forms/admin/application_helper.rb +21 -0
- data/app/helpers/decidim/forms/admin/concerns/has_questionnaire_answers_pagination_helper.rb +49 -0
- data/app/helpers/decidim/forms/admin/concerns/has_questionnaire_answers_url_helper.rb +40 -0
- data/app/helpers/decidim/forms/admin/questionnaire_answers_helper.rb +27 -0
- data/app/jobs/decidim/forms/export_questionnaire_answers_job.rb +19 -0
- data/app/models/decidim/forms/answer.rb +0 -3
- data/app/models/decidim/forms/answer_option.rb +14 -0
- data/app/models/decidim/forms/display_condition.rb +51 -0
- data/app/models/decidim/forms/question.rb +34 -0
- data/app/models/decidim/forms/question_matrix_row.rb +3 -0
- data/app/models/decidim/forms/questionnaire.rb +11 -1
- data/app/presenters/decidim/forms/admin/questionnaire_answer_presenter.rb +43 -0
- data/app/presenters/decidim/forms/admin/questionnaire_participant_presenter.rb +60 -0
- data/app/presenters/decidim/forms/answer_option_presenter.rb +20 -0
- data/app/presenters/decidim/forms/question_presenter.rb +16 -0
- data/app/queries/decidim/forms/questionnaire_participant.rb +35 -0
- data/app/queries/decidim/forms/questionnaire_participants.rb +43 -0
- data/app/views/decidim/forms/admin/questionnaires/_display_condition.html.erb +88 -0
- data/app/views/decidim/forms/admin/questionnaires/_display_condition_template.html.erb +7 -0
- data/app/views/decidim/forms/admin/questionnaires/_form.html.erb +30 -4
- data/app/views/decidim/forms/admin/questionnaires/_question.html.erb +19 -3
- data/app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb +31 -0
- data/app/views/decidim/forms/admin/questionnaires/answers/export/pdf.html.erb +13 -0
- data/app/views/decidim/forms/admin/questionnaires/answers/index.html.erb +53 -0
- data/app/views/decidim/forms/admin/questionnaires/answers/show.html.erb +48 -0
- data/app/views/decidim/forms/admin/questionnaires/edit.html.erb +9 -5
- data/app/views/decidim/forms/questionnaires/_answer.html.erb +1 -1
- data/app/views/decidim/forms/questionnaires/show.html.erb +22 -2
- data/app/views/layouts/decidim/forms/admin/questionnaires/questionnaire_answers.html.erb +12 -0
- data/config/initializers/wicked_pdf.rb +25 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +0 -1
- data/config/locales/bg-BG.yml +0 -2
- data/config/locales/bg.yml +14 -0
- data/config/locales/ca.yml +56 -4
- data/config/locales/cs.yml +54 -2
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +51 -1
- data/config/locales/el.yml +0 -2
- data/config/locales/en.yml +54 -2
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +53 -1
- data/config/locales/es-PY.yml +53 -1
- data/config/locales/es.yml +54 -2
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +0 -1
- data/config/locales/fi-plain.yml +53 -1
- data/config/locales/fi.yml +53 -1
- data/config/locales/fr-CA.yml +54 -2
- data/config/locales/fr.yml +54 -2
- data/config/locales/gl.yml +0 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +0 -2
- data/config/locales/id-ID.yml +0 -1
- data/config/locales/is.yml +1 -0
- data/config/locales/it.yml +53 -1
- data/config/locales/ja-JP.yml +51 -1
- data/config/locales/ja.yml +170 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +59 -7
- data/config/locales/no.yml +47 -2
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +52 -3
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +51 -2
- data/config/locales/ro-RO.yml +51 -2
- data/config/locales/ru.yml +0 -1
- data/config/locales/sk.yml +0 -2
- data/config/locales/sl.yml +7 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sv.yml +51 -2
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +0 -1
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +172 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20200130194123_create_decidim_forms_display_conditions.rb +20 -0
- data/lib/decidim/exporters/form_pdf.rb +33 -0
- data/lib/decidim/exporters/form_pdf_controller_helper.rb +11 -0
- data/lib/decidim/forms.rb +5 -0
- data/lib/decidim/forms/admin_engine.rb +1 -1
- data/lib/decidim/forms/test.rb +6 -0
- data/lib/decidim/forms/test/factories.rb +30 -0
- data/lib/decidim/forms/test/shared_examples/has_questionnaire.rb +619 -38
- data/lib/decidim/forms/test/shared_examples/manage_questionnaire_answers.rb +108 -0
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires.rb +21 -894
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/add_display_conditions.rb +179 -0
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/add_questions.rb +463 -0
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_display_conditions.rb +93 -0
- data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_questions.rb +461 -0
- data/lib/decidim/forms/version.rb +1 -1
- metadata +91 -11
data/config/locales/no.yml
CHANGED
@@ -25,11 +25,29 @@
|
|
25
25
|
description: Beskrivelse
|
26
26
|
tos: Tjenestevilkår
|
27
27
|
questionnaires:
|
28
|
+
actions:
|
29
|
+
back: Tilbake til spørsmål
|
30
|
+
show: Vis svar
|
28
31
|
answer_option:
|
29
32
|
answer_option: Svaralternativ
|
30
33
|
free_text: Fri tekst
|
31
34
|
remove: Fjern
|
32
35
|
statement: Uttalelse
|
36
|
+
answers:
|
37
|
+
actions:
|
38
|
+
back: Tilbake til svar
|
39
|
+
export: Eksporter
|
40
|
+
show: Vis svar
|
41
|
+
empty: Ingen svar enda
|
42
|
+
export:
|
43
|
+
answer:
|
44
|
+
title: 'Svar #%{number}'
|
45
|
+
export_response:
|
46
|
+
title: undersøkelse_bruker_svar_%{token}
|
47
|
+
index:
|
48
|
+
title: "%{total} svar totalt"
|
49
|
+
show:
|
50
|
+
title: 'Svar #%{number}'
|
33
51
|
edit:
|
34
52
|
save: Lagre
|
35
53
|
form:
|
@@ -40,19 +58,32 @@
|
|
40
58
|
statement: Uttalelse
|
41
59
|
question:
|
42
60
|
add_answer_option: Legg til svaralternativ
|
61
|
+
add_display_condition_info: Lagre skjemaet for å konfigurere visningsbetingelser
|
62
|
+
add_matrix_row: Legg til rad
|
43
63
|
any: Alle
|
64
|
+
collapse: Skjul
|
44
65
|
description: Beskrivelse
|
45
66
|
down: Ned
|
67
|
+
expand: Utvid
|
46
68
|
question: Spørsmål
|
47
69
|
remove: Fjern
|
48
70
|
statement: Uttalelse
|
49
71
|
up: Opp
|
72
|
+
separator:
|
73
|
+
down: Ned
|
74
|
+
remove: Fjern
|
75
|
+
separator: Skilletegn
|
76
|
+
up: Opp
|
50
77
|
update:
|
51
78
|
invalid: Det oppstod et problem med å lagre dette skjema.
|
52
|
-
success: Skjemaene ble lagret.
|
53
79
|
errors:
|
54
80
|
answer:
|
55
81
|
body: Teksten kan ikke være blank
|
82
|
+
files:
|
83
|
+
extension_whitelist: 'Aksepterte formater:'
|
84
|
+
images:
|
85
|
+
dimensions: "%{width} x %{height} px"
|
86
|
+
dimensions_info: 'Dette bildet vil være:'
|
56
87
|
question_types:
|
57
88
|
long_answer: Langt svar
|
58
89
|
multiple_option: Flere alternativer
|
@@ -62,6 +93,7 @@
|
|
62
93
|
questionnaires:
|
63
94
|
answer:
|
64
95
|
invalid: Det oppstod et problem med å svare på skjemaet.
|
96
|
+
max_choices_alert: For mange valg er merket
|
65
97
|
success: Skjema ble besvart.
|
66
98
|
question:
|
67
99
|
max_choices: 'Maksimum valg: %{n}'
|
@@ -69,6 +101,8 @@
|
|
69
101
|
answer_questionnaire:
|
70
102
|
anonymous_user_message: <a href="%{sign_in_link}">Logg på med kontoen din</a> eller <a href="%{sign_up_link}">opprett en</a> for å svare på skjemaet.
|
71
103
|
title: Svar på skjemaet
|
104
|
+
current_step: Trinn %{step}
|
105
|
+
of_total_steps: av %{total_steps}
|
72
106
|
questionnaire_answered:
|
73
107
|
body: Dy har allerede svart på dette skjemaet.
|
74
108
|
title: Allerede besvart
|
@@ -78,15 +112,26 @@
|
|
78
112
|
questionnaire_for_private_users:
|
79
113
|
body: Skjemaet er bare tilgjengelig for private brukere
|
80
114
|
title: Skjema lukket
|
115
|
+
questionnaire_js_disabled:
|
116
|
+
body: Noen av funksjonene i dette skjemaet vil bli deaktivert. For å forbedre opplevelsen, må du aktivere JavaScript i nettleseren.
|
117
|
+
title: JavaScript deaktivert
|
118
|
+
questionnaire_not_published:
|
119
|
+
body: Dette skjemaet er ikke publisert enda.
|
81
120
|
tos_agreement: Ved å delta godtar du vilkårene for bruk
|
82
121
|
step_navigation:
|
83
122
|
show:
|
84
123
|
are_you_sure: Denne handlingen kan ikke angres, og du kan ikke redigere svarene dine. Er du sikker?
|
124
|
+
back: Tilbake
|
125
|
+
continue: Fortsett
|
85
126
|
submit: Send inn
|
86
127
|
user_answers_serializer:
|
128
|
+
body: Svar
|
129
|
+
completion: Fullføring
|
87
130
|
created_at: Besvart på
|
88
131
|
id: Svar ID
|
89
|
-
ip_hash:
|
132
|
+
ip_hash: IP Hash
|
133
|
+
question: Spørsmål
|
90
134
|
registered: Registrert
|
135
|
+
session_token: Brukeridentifikator
|
91
136
|
unregistered: Uregistrert
|
92
137
|
user_status: Brukerstatus
|
@@ -0,0 +1 @@
|
|
1
|
+
om:
|
data/config/locales/pl.yml
CHANGED
@@ -25,11 +25,47 @@ pl:
|
|
25
25
|
description: Opis
|
26
26
|
tos: Warunki korzystania
|
27
27
|
questionnaires:
|
28
|
+
actions:
|
29
|
+
back: Powrót do pytań
|
30
|
+
show: Pokaż odpowiedzi
|
28
31
|
answer_option:
|
29
32
|
answer_option: Opcja odpowiedzi
|
30
33
|
free_text: Dowolny tekst
|
31
34
|
remove: Usuń
|
32
35
|
statement: Komunikat
|
36
|
+
answers:
|
37
|
+
actions:
|
38
|
+
back: Powrót do odpowiedzi
|
39
|
+
export: Eksportuj
|
40
|
+
show: Pokaż odpowiedzi
|
41
|
+
empty: Brak odpowiedzi
|
42
|
+
export:
|
43
|
+
answer:
|
44
|
+
title: 'Odpowiedź #%{number}'
|
45
|
+
export_response:
|
46
|
+
title: ankieta_odpowiedzi_uzytkownika_%{token}
|
47
|
+
index:
|
48
|
+
title: "%{total} odpowiedzi ogółem"
|
49
|
+
show:
|
50
|
+
title: 'Odpowiedź #%{number}'
|
51
|
+
display_condition:
|
52
|
+
answer_option: Opcja odpowiedzi
|
53
|
+
condition_question: Pytanie
|
54
|
+
condition_type: Warunek
|
55
|
+
condition_types:
|
56
|
+
answered: Odpowiedziano
|
57
|
+
equal: Równy
|
58
|
+
match: Zawiera tekst
|
59
|
+
not_answered: Nie odpowiedziano
|
60
|
+
not_equal: Nie jest równe
|
61
|
+
condition_value: Zawiera tekst
|
62
|
+
display_condition: Warunek wyświetlania
|
63
|
+
mandatory: Ten warunek musi być zawsze spełniony niezależnie od statusu innych warunków
|
64
|
+
remove: Usuń
|
65
|
+
save_warning: Pamiętaj, aby zapisać formularz przed skonfigurowaniem warunków wyświetlania
|
66
|
+
select_answer_option: Wybierz opcję odpowiedzi
|
67
|
+
select_condition_question: Wybierz pytanie
|
68
|
+
select_condition_type: Wybierz typ warunku
|
33
69
|
edit:
|
34
70
|
save: Zapisz
|
35
71
|
title: Edytuj formularz
|
@@ -39,14 +75,19 @@ pl:
|
|
39
75
|
already_answered_warning: Niektórzy użytkownicy już odpowiedzieli na pytania tego formularza, więc nie można modyfikować jego pytań.
|
40
76
|
collapse: Zwiń wszystkie pytania
|
41
77
|
expand: Rozwiń wszystkie pytania
|
78
|
+
preview: Podgląd
|
79
|
+
title: Edytuj formularz
|
80
|
+
unpublished_warning: Formularz nie został jeszcze opublikowany. Możesz zmienić jego pytania, ale to spowoduje usunięcie bieżących odpowiedzi.
|
42
81
|
matrix_row:
|
43
82
|
matrix_row: Wiersz
|
44
83
|
remove: Usuń
|
45
84
|
statement: Komunikat
|
46
85
|
question:
|
47
86
|
add_answer_option: Dodaj opcję odpowiedzi
|
87
|
+
add_display_condition: Dodaj warunek wyświetlania
|
88
|
+
add_display_condition_info: Zapisz formularz, aby skonfigurować warunki wyświetlania
|
48
89
|
add_matrix_row: Dodaj wiersz
|
49
|
-
any:
|
90
|
+
any: Dowolny
|
50
91
|
collapse: Zwiń
|
51
92
|
description: Opis
|
52
93
|
down: Na dół
|
@@ -62,7 +103,6 @@ pl:
|
|
62
103
|
up: W górę
|
63
104
|
update:
|
64
105
|
invalid: Podczas zapisywania formularza wystąpił błąd.
|
65
|
-
success: Formularz został zapisany.
|
66
106
|
errors:
|
67
107
|
answer:
|
68
108
|
body: Treść nie może być pusta
|
@@ -104,6 +144,11 @@ pl:
|
|
104
144
|
questionnaire_for_private_users:
|
105
145
|
body: Formularz jest dostępny tylko dla użytkowników prywatnych
|
106
146
|
title: Formularz został zamknięty
|
147
|
+
questionnaire_js_disabled:
|
148
|
+
body: Niektóre funkcje tego formularza zostaną wyłączone. Aby strona dostarczała lepszych doświadczeń, włącz obsługę JavaScript w przeglądarce.
|
149
|
+
title: JavaScript jest wyłączony
|
150
|
+
questionnaire_not_published:
|
151
|
+
body: Ten formularz nie został jeszcze opublikowany.
|
107
152
|
tos_agreement: Biorąc udział akceptujesz Warunki korzystania z serwisu
|
108
153
|
step_navigation:
|
109
154
|
show:
|
@@ -112,9 +157,13 @@ pl:
|
|
112
157
|
continue: Dalej
|
113
158
|
submit: Zatwierdź
|
114
159
|
user_answers_serializer:
|
160
|
+
body: Odpowiedź
|
161
|
+
completion: Ukończenie
|
115
162
|
created_at: Odpowiedziałem
|
116
163
|
id: ID odpowiedzi
|
117
|
-
ip_hash: Hash
|
164
|
+
ip_hash: Hash IP
|
165
|
+
question: Pytanie
|
118
166
|
registered: Zarejestrowano
|
167
|
+
session_token: Identyfikator użytkownika
|
119
168
|
unregistered: Nie zarejestrowano
|
120
169
|
user_status: Status użytkownika
|
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
@@ -25,11 +25,47 @@ pt:
|
|
25
25
|
description: Descrição
|
26
26
|
tos: Termos de serviço
|
27
27
|
questionnaires:
|
28
|
+
actions:
|
29
|
+
back: Retroceder às perguntas
|
30
|
+
show: Mostrar respostas
|
28
31
|
answer_option:
|
29
32
|
answer_option: Opção de resposta
|
30
33
|
free_text: Texto livre
|
31
34
|
remove: Remover
|
32
35
|
statement: Declaração
|
36
|
+
answers:
|
37
|
+
actions:
|
38
|
+
back: Retroceder às respostas
|
39
|
+
export: Exportar
|
40
|
+
show: Mostrar respostas
|
41
|
+
empty: Ainda não há respostas
|
42
|
+
export:
|
43
|
+
answer:
|
44
|
+
title: 'Resposta #%{number}'
|
45
|
+
export_response:
|
46
|
+
title: survey_user_answers_%{token}
|
47
|
+
index:
|
48
|
+
title: "%{total} respostas totais"
|
49
|
+
show:
|
50
|
+
title: 'Resposta #%{number}'
|
51
|
+
display_condition:
|
52
|
+
answer_option: Opção de resposta
|
53
|
+
condition_question: Pergunta
|
54
|
+
condition_type: Condição
|
55
|
+
condition_types:
|
56
|
+
answered: Respondido
|
57
|
+
equal: Igual
|
58
|
+
match: Inclui texto
|
59
|
+
not_answered: Não respondido
|
60
|
+
not_equal: Diferente
|
61
|
+
condition_value: Incluiu texto
|
62
|
+
display_condition: Exibir condição
|
63
|
+
mandatory: Esta condição precisa de ser sempre satisfeita independentemente do estado das outras condições
|
64
|
+
remove: Remover
|
65
|
+
save_warning: Lembre-se de guardar o formulário antes de configurar as condições de exibição
|
66
|
+
select_answer_option: Selecionar opção de resposta
|
67
|
+
select_condition_question: Selecionar uma pergunta
|
68
|
+
select_condition_type: Selecionar um tipo de condição
|
33
69
|
edit:
|
34
70
|
save: Guardar
|
35
71
|
title: Editar questionário
|
@@ -39,12 +75,17 @@ pt:
|
|
39
75
|
already_answered_warning: O questionário já foi respondido por alguns utilizadores por isso não pode modificar as suas questões.
|
40
76
|
collapse: Colapsar todas as questões
|
41
77
|
expand: Expandir todas as questões
|
78
|
+
preview: Pré-visualizar
|
79
|
+
title: Editar formulário
|
80
|
+
unpublished_warning: O formulário não está publicado. Pode modificar as suas questões, mas essa ação eliminará as respostas atuais.
|
42
81
|
matrix_row:
|
43
82
|
matrix_row: Linha
|
44
83
|
remove: Remover
|
45
84
|
statement: Declaração
|
46
85
|
question:
|
47
86
|
add_answer_option: Adicionar opção de resposta
|
87
|
+
add_display_condition: Adicionar condição de exibição
|
88
|
+
add_display_condition_info: Guarde o formulário para configurar as condições de exibição
|
48
89
|
add_matrix_row: Adicionar linha
|
49
90
|
any: Qualquer
|
50
91
|
collapse: Colapsar
|
@@ -62,7 +103,6 @@ pt:
|
|
62
103
|
up: Acima
|
63
104
|
update:
|
64
105
|
invalid: Ocorreu um problema ao guardar o questionário.
|
65
|
-
success: Questionários guardados corretamente.
|
66
106
|
errors:
|
67
107
|
answer:
|
68
108
|
body: O corpo não pode ficar em branco
|
@@ -104,6 +144,11 @@ pt:
|
|
104
144
|
questionnaire_for_private_users:
|
105
145
|
body: O questionário está disponível apenas para utilizadores privados
|
106
146
|
title: Questionário encerrado
|
147
|
+
questionnaire_js_disabled:
|
148
|
+
body: Algumas características deste questionário serão desativadas. Para melhorar a sua experiência, por favor ative o JavaScript no seu navegador.
|
149
|
+
title: JavaScript está desativado
|
150
|
+
questionnaire_not_published:
|
151
|
+
body: Este questionário ainda não está publicado.
|
107
152
|
tos_agreement: Ao participar aceita os seus Termos de Serviço
|
108
153
|
step_navigation:
|
109
154
|
show:
|
@@ -112,9 +157,13 @@ pt:
|
|
112
157
|
continue: Continuar
|
113
158
|
submit: Submeter
|
114
159
|
user_answers_serializer:
|
160
|
+
body: Responder
|
161
|
+
completion: Conclusão
|
115
162
|
created_at: Respondido em
|
116
163
|
id: ID da resposta
|
117
|
-
ip_hash:
|
164
|
+
ip_hash: IP Hash
|
165
|
+
question: Questão
|
118
166
|
registered: Registado
|
167
|
+
session_token: Identificador do utilizador
|
119
168
|
unregistered: Não registado
|
120
169
|
user_status: Estado de utilizador
|
data/config/locales/ro-RO.yml
CHANGED
@@ -25,11 +25,47 @@ ro:
|
|
25
25
|
description: Descriere
|
26
26
|
tos: Termenii serviciului
|
27
27
|
questionnaires:
|
28
|
+
actions:
|
29
|
+
back: Înapoi la întrebări
|
30
|
+
show: Arată răspunsurile
|
28
31
|
answer_option:
|
29
32
|
answer_option: Opțiune răspuns
|
30
33
|
free_text: Text liber
|
31
34
|
remove: Elimină
|
32
35
|
statement: Declarație
|
36
|
+
answers:
|
37
|
+
actions:
|
38
|
+
back: Înapoi la răspunsuri
|
39
|
+
export: Exportă
|
40
|
+
show: Arată răspunsurile
|
41
|
+
empty: Încă nu există răspunsuri
|
42
|
+
export:
|
43
|
+
answer:
|
44
|
+
title: 'Răspuns #%{number}'
|
45
|
+
export_response:
|
46
|
+
title: chestionar_utilizator_răspunsuri_%{token}
|
47
|
+
index:
|
48
|
+
title: "%{total} total răspunsuri"
|
49
|
+
show:
|
50
|
+
title: 'Răspuns #%{number}'
|
51
|
+
display_condition:
|
52
|
+
answer_option: Opțiune răspuns
|
53
|
+
condition_question: Întrebare
|
54
|
+
condition_type: Condiție
|
55
|
+
condition_types:
|
56
|
+
answered: Răspuns
|
57
|
+
equal: Egal
|
58
|
+
match: Include textul
|
59
|
+
not_answered: Nu s-a răspuns
|
60
|
+
not_equal: Nu este egal
|
61
|
+
condition_value: Text inclus
|
62
|
+
display_condition: Condiție de afișare
|
63
|
+
mandatory: Această condiție trebuie îndeplinită întotdeauna indiferent de statutul altor condiții
|
64
|
+
remove: Elimină
|
65
|
+
save_warning: Amintiţi-vă să salvaţi formularul înainte de configurarea condiţiilor de afişare
|
66
|
+
select_answer_option: Selectați opțiunea de răspuns
|
67
|
+
select_condition_question: Selectează o întrebare
|
68
|
+
select_condition_type: Selectați un tip de condiție
|
33
69
|
edit:
|
34
70
|
save: Salvează
|
35
71
|
title: Editare chestionar
|
@@ -39,12 +75,17 @@ ro:
|
|
39
75
|
already_answered_warning: Formularul a primit deja un răspuns de la unii utilizatori astfel încât nu îi puteți modifica întrebările.
|
40
76
|
collapse: Restrânge toate întrebările
|
41
77
|
expand: Extinde toate întrebările
|
78
|
+
preview: Previzualizare
|
79
|
+
title: Editare formular
|
80
|
+
unpublished_warning: Formularul nu este publicat. Puteți modifica întrebările, dar acest lucru va șterge răspunsurile curente.
|
42
81
|
matrix_row:
|
43
82
|
matrix_row: Rând
|
44
83
|
remove: Elimină
|
45
84
|
statement: Declarație
|
46
85
|
question:
|
47
86
|
add_answer_option: Adaugă opțiune răspuns
|
87
|
+
add_display_condition: Adăugați o condiție de afișare
|
88
|
+
add_display_condition_info: Salvați formularul pentru a configura condițiile de afișare
|
48
89
|
add_matrix_row: Adaugă rând
|
49
90
|
any: Oricare
|
50
91
|
collapse: Restrânge
|
@@ -62,7 +103,6 @@ ro:
|
|
62
103
|
up: Sus
|
63
104
|
update:
|
64
105
|
invalid: A apărut o eroare la salvarea formularului.
|
65
|
-
success: Formulare salvate cu succes.
|
66
106
|
errors:
|
67
107
|
answer:
|
68
108
|
body: Corpul nu poate fi gol
|
@@ -104,15 +144,24 @@ ro:
|
|
104
144
|
questionnaire_for_private_users:
|
105
145
|
body: Formularul este disponibil doar pentru utilizatorii privați
|
106
146
|
title: Formular închis
|
147
|
+
questionnaire_js_disabled:
|
148
|
+
body: Unele dintre funcțiile acestui formular vor fi dezactivate. Pentru a vă îmbunătăți experiența, vă rugăm să activați JavaScript în browser-ul dvs.
|
149
|
+
title: JavaScript este dezactivat
|
150
|
+
questionnaire_not_published:
|
151
|
+
body: Acest formular nu este publicat încă.
|
107
152
|
tos_agreement: Prin participare acceptați termenii și condițiile sale de utilizare
|
108
153
|
step_navigation:
|
109
154
|
show:
|
110
155
|
back: Înapoi
|
111
156
|
continue: Continuă
|
112
157
|
user_answers_serializer:
|
158
|
+
body: Răspuns
|
159
|
+
completion: Finalizare
|
113
160
|
created_at: Răspuns pornit
|
114
161
|
id: ID răspuns
|
115
|
-
ip_hash: Hash
|
162
|
+
ip_hash: Hash IP
|
163
|
+
question: Întrebare
|
116
164
|
registered: Înregistrat
|
165
|
+
session_token: Identificator utilizator
|
117
166
|
unregistered: Neînregistrat
|
118
167
|
user_status: Statusul utilizatorului
|
data/config/locales/ru.yml
CHANGED
data/config/locales/sk.yml
CHANGED
@@ -49,7 +49,6 @@ sk:
|
|
49
49
|
up: Hore
|
50
50
|
update:
|
51
51
|
invalid: Vyskytol sa problém s ukladaním formulára.
|
52
|
-
success: Formulár úspešne uložený.
|
53
52
|
errors:
|
54
53
|
answer:
|
55
54
|
body: Telo nemôže byť prázdne
|
@@ -86,7 +85,6 @@ sk:
|
|
86
85
|
user_answers_serializer:
|
87
86
|
created_at: Odpovedané na
|
88
87
|
id: ID odpovede
|
89
|
-
ip_hash: IP Hash
|
90
88
|
registered: Registrovaný
|
91
89
|
unregistered: Neregistrovaný
|
92
90
|
user_status: Status Užívateľa
|