decidim-forms 0.28.4 → 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/forms/decidim/forms/admin/questionnaire_form.rb +2 -2
- data/app/models/decidim/forms/answer_choice.rb +2 -0
- data/app/views/decidim/forms/questionnaires/_answer.html.erb +11 -1
- data/config/initializers/wicked_pdf.rb +0 -2
- data/config/locales/ar.yml +1 -10
- data/config/locales/bg.yml +0 -37
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +1 -0
- data/config/locales/ca-IT.yml +198 -0
- data/config/locales/ca.yml +10 -10
- data/config/locales/cs.yml +3 -14
- data/config/locales/de.yml +10 -10
- data/config/locales/el.yml +0 -37
- data/config/locales/es-MX.yml +12 -12
- data/config/locales/es-PY.yml +12 -12
- data/config/locales/es.yml +11 -11
- data/config/locales/eu.yml +13 -13
- data/config/locales/fi-plain.yml +8 -8
- data/config/locales/fi.yml +8 -8
- data/config/locales/fr-CA.yml +10 -10
- data/config/locales/fr.yml +10 -10
- data/config/locales/ga-IE.yml +0 -5
- data/config/locales/gl.yml +1 -5
- data/config/locales/hu.yml +1 -8
- data/config/locales/id-ID.yml +1 -4
- data/config/locales/it.yml +1 -24
- data/config/locales/ja.yml +6 -6
- data/config/locales/lb.yml +1 -27
- data/config/locales/lt.yml +0 -37
- data/config/locales/lv.yml +1 -9
- data/config/locales/nl.yml +0 -23
- data/config/locales/no.yml +0 -27
- data/config/locales/pl.yml +0 -37
- data/config/locales/pt-BR.yml +0 -29
- data/config/locales/pt.yml +0 -26
- data/config/locales/ro-RO.yml +14 -41
- data/config/locales/ru.yml +2 -1
- data/config/locales/sk.yml +1 -7
- data/config/locales/sl.yml +0 -7
- data/config/locales/sv.yml +0 -37
- data/config/locales/tr-TR.yml +0 -22
- data/config/locales/val-ES.yml +0 -2
- data/config/locales/zh-CN.yml +0 -22
- data/config/locales/zh-TW.yml +0 -37
- data/decidim-forms.gemspec +1 -2
- data/lib/decidim/forms/test/shared_examples/has_questionnaire.rb +26 -0
- data/lib/decidim/forms/user_answers_serializer.rb +1 -1
- data/lib/decidim/forms/version.rb +1 -1
- metadata +12 -23
data/config/locales/no.yml
CHANGED
@@ -4,8 +4,6 @@
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Svar
|
7
|
-
choices: Valg
|
8
|
-
selected_choices: Valgte valg
|
9
7
|
question:
|
10
8
|
max_choices: Maksimalt antall valg
|
11
9
|
question_type: Type
|
@@ -16,12 +14,7 @@
|
|
16
14
|
models:
|
17
15
|
answer:
|
18
16
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Må legges til på nytt
|
21
|
-
body:
|
22
|
-
too_long: er for lang
|
23
17
|
choices:
|
24
|
-
missing: er ikke fullstendig
|
25
18
|
too_many: er for mange
|
26
19
|
decidim:
|
27
20
|
forms:
|
@@ -36,22 +29,14 @@
|
|
36
29
|
show: Vis svar
|
37
30
|
answer_option:
|
38
31
|
answer_option: Svaralternativ
|
39
|
-
free_text: Fri tekst
|
40
32
|
remove: Fjern
|
41
33
|
statement: Uttalelse
|
42
34
|
answers:
|
43
35
|
actions:
|
44
|
-
back: Tilbake til svar
|
45
|
-
export: Eksporter
|
46
36
|
show: Vis svar
|
47
37
|
empty: Ingen svar enda
|
48
|
-
export:
|
49
|
-
answer:
|
50
|
-
title: 'Svar #%{number}'
|
51
38
|
export_response:
|
52
39
|
title: undersøkelse_bruker_svar_%{token}
|
53
|
-
index:
|
54
|
-
title: "%{total} svar totalt"
|
55
40
|
show:
|
56
41
|
title: 'Svar #%{number}'
|
57
42
|
display_condition:
|
@@ -77,14 +62,10 @@
|
|
77
62
|
title: Rediger spørreskjema
|
78
63
|
form:
|
79
64
|
add_question: Legg til spørsmål
|
80
|
-
add_separator: Legg til skilletegn
|
81
|
-
add_title_and_description: Legg til tittel og beskrivelse
|
82
|
-
already_answered_warning: Skjemaet er allerede besvart av noen brukere derfor kan du ikke endre spørsmålene.
|
83
65
|
collapse: Skjul alle spørsmål
|
84
66
|
expand: Utvid alle spørsmål
|
85
67
|
preview: Forhåndsvis
|
86
68
|
title: Rediger skjema for %{questionnaire_for}
|
87
|
-
unpublished_warning: Skjemaet er ikke publisert. Du kan endre spørsmålet, men da slettes nåværende svar.
|
88
69
|
matrix_row:
|
89
70
|
matrix_row: Rad
|
90
71
|
remove: Fjern
|
@@ -135,7 +116,6 @@
|
|
135
116
|
questionnaires:
|
136
117
|
answer:
|
137
118
|
invalid: Det oppstod et problem med å svare på skjemaet.
|
138
|
-
max_choices_alert: For mange valg er merket
|
139
119
|
success: Skjema ble besvart.
|
140
120
|
question:
|
141
121
|
max_choices: 'Maksimum valg: %{n}'
|
@@ -161,18 +141,11 @@
|
|
161
141
|
tos_agreement: Ved å delta godtar du vilkårene for bruk
|
162
142
|
step_navigation:
|
163
143
|
show:
|
164
|
-
are_you_sure: Denne handlingen kan ikke angres, og du kan ikke redigere svarene dine. Er du sikker?
|
165
144
|
back: Tilbake
|
166
145
|
continue: Fortsett
|
167
146
|
submit: Send inn
|
168
147
|
user_answers_serializer:
|
169
148
|
body: Svar
|
170
|
-
completion: Fullføring
|
171
149
|
created_at: Besvart på
|
172
150
|
id: Svar ID
|
173
|
-
ip_hash: IP Hash
|
174
151
|
question: Spørsmål
|
175
|
-
registered: Registrert
|
176
|
-
session_token: Brukeridentifikator
|
177
|
-
unregistered: Uregistrert
|
178
|
-
user_status: Brukerstatus
|
data/config/locales/pl.yml
CHANGED
@@ -4,8 +4,6 @@ pl:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Odpowiedź
|
7
|
-
choices: Opcje
|
8
|
-
selected_choices: Wybrane opcje
|
9
7
|
question:
|
10
8
|
max_choices: Maksymalna liczba opcji do wyboru
|
11
9
|
question_type: Typ odpowiedzi
|
@@ -16,12 +14,7 @@ pl:
|
|
16
14
|
models:
|
17
15
|
answer:
|
18
16
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Załącz ponownie
|
21
|
-
body:
|
22
|
-
too_long: jest zbyt długie
|
23
17
|
choices:
|
24
|
-
missing: nie są kompletne
|
25
18
|
too_many: jest zbyt wiele
|
26
19
|
questionnaire:
|
27
20
|
request_invalid: Wystąpił błąd podczas obsługi żądania. Spróbuj ponownie.
|
@@ -38,24 +31,14 @@ pl:
|
|
38
31
|
show: Pokaż odpowiedzi
|
39
32
|
answer_option:
|
40
33
|
answer_option: Opcja odpowiedzi
|
41
|
-
free_text: Możliwość wpisania dowolnego tekstu
|
42
34
|
remove: Usuń
|
43
35
|
statement: Komunikat
|
44
36
|
answers:
|
45
37
|
actions:
|
46
|
-
back: Powrót do odpowiedzi
|
47
|
-
export: Eksportuj
|
48
|
-
next: Następne ›
|
49
|
-
previous: "‹ Poprzedni"
|
50
38
|
show: Pokaż odpowiedzi
|
51
39
|
empty: Brak odpowiedzi
|
52
|
-
export:
|
53
|
-
answer:
|
54
|
-
title: 'Odpowiedź #%{number}'
|
55
40
|
export_response:
|
56
41
|
title: ankieta_odpowiedzi_uzytkownika_%{token}
|
57
|
-
index:
|
58
|
-
title: "%{total} odpowiedzi ogółem"
|
59
42
|
show:
|
60
43
|
title: 'Odpowiedź #%{number}'
|
61
44
|
display_condition:
|
@@ -81,14 +64,10 @@ pl:
|
|
81
64
|
title: Edytuj formularz
|
82
65
|
form:
|
83
66
|
add_question: Dodaj pytanie
|
84
|
-
add_separator: Dodaj separator
|
85
|
-
add_title_and_description: Dodaj tytuł i opis
|
86
|
-
already_answered_warning: Niektórzy użytkownicy już odpowiedzieli na pytania tego formularza, więc nie można modyfikować jego pytań.
|
87
67
|
collapse: Zwiń wszystkie pytania
|
88
68
|
expand: Rozwiń wszystkie pytania
|
89
69
|
preview: Podgląd
|
90
70
|
title: Edytuj formularz dla %{questionnaire_for}
|
91
|
-
unpublished_warning: Formularz nie został jeszcze opublikowany. Możesz zmienić jego pytania, ale to spowoduje usunięcie bieżących odpowiedzi.
|
92
71
|
matrix_row:
|
93
72
|
matrix_row: Wiersz
|
94
73
|
remove: Usuń
|
@@ -127,9 +106,6 @@ pl:
|
|
127
106
|
admin_log:
|
128
107
|
questionnaire:
|
129
108
|
update: "%{user_name} zaktualizował(a) kwestionariusz %{resource_name}"
|
130
|
-
errors:
|
131
|
-
answer:
|
132
|
-
body: Treść nie może być pusta
|
133
109
|
images:
|
134
110
|
dimensions: "%{width} × %{height} px"
|
135
111
|
processors:
|
@@ -145,21 +121,15 @@ pl:
|
|
145
121
|
single_option: Jedna opcja
|
146
122
|
sorting: Sortowanie
|
147
123
|
title_and_description: Tytuł i opis
|
148
|
-
questionnaire_answer_presenter:
|
149
|
-
download_attachment: Pobierz załącznik
|
150
124
|
questionnaires:
|
151
125
|
answer:
|
152
126
|
invalid: Podczas wypełniania formularza wystąpiły błędy.
|
153
|
-
max_choices_alert: Wybrano zbyt wiele opcji
|
154
127
|
success: Wypełniono formularz.
|
155
128
|
question:
|
156
129
|
max_choices: 'Maksymalny wybór opcji: %{n}'
|
157
130
|
show:
|
158
131
|
answer_questionnaire:
|
159
|
-
already_have_an_account?: Posiadasz już konto?
|
160
|
-
are_you_new?: Nowy użytkownik?
|
161
132
|
sign_in_description: Zaloguj się, aby wziąć udział w ankiecie
|
162
|
-
sign_up_description: Utwórz konto uczestnika, aby wziąć udział w ankiecie
|
163
133
|
title: Wypełnij formularz
|
164
134
|
current_step: Krok %{step}
|
165
135
|
empty: Nie skonfigurowano jeszcze żadnych pytań dla tego formularza.
|
@@ -181,18 +151,11 @@ pl:
|
|
181
151
|
tos_agreement: Biorąc udział akceptujesz Warunki korzystania z Platformy
|
182
152
|
step_navigation:
|
183
153
|
show:
|
184
|
-
are_you_sure: Tego działania nie można cofnąć i nie będzie można edytować odpowiedzi. Jesteś pewny?
|
185
154
|
back: Wróć
|
186
155
|
continue: Dalej
|
187
156
|
submit: Zatwierdź
|
188
157
|
user_answers_serializer:
|
189
158
|
body: Odpowiedź
|
190
|
-
completion: Ukończenie
|
191
159
|
created_at: Odpowiedziałem
|
192
160
|
id: ID odpowiedzi
|
193
|
-
ip_hash: Hash IP
|
194
161
|
question: Pytanie
|
195
|
-
registered: Zarejestrowano
|
196
|
-
session_token: Identyfikator użytkownika
|
197
|
-
unregistered: Nie zarejestrowano
|
198
|
-
user_status: Status użytkownika
|
data/config/locales/pt-BR.yml
CHANGED
@@ -4,8 +4,6 @@ pt-BR:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Responda
|
7
|
-
choices: Escolhas
|
8
|
-
selected_choices: Escolhas selecionadas
|
9
7
|
question:
|
10
8
|
max_choices: Número máximo de escolhas
|
11
9
|
question_type: Tipo
|
@@ -16,12 +14,7 @@ pt-BR:
|
|
16
14
|
models:
|
17
15
|
answer:
|
18
16
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Precisa ser reanexado
|
21
|
-
body:
|
22
|
-
too_long: é longo demais
|
23
17
|
choices:
|
24
|
-
missing: não estão completos
|
25
18
|
too_many: são muitos
|
26
19
|
decidim:
|
27
20
|
forms:
|
@@ -36,22 +29,14 @@ pt-BR:
|
|
36
29
|
show: Mostrar respostas
|
37
30
|
answer_option:
|
38
31
|
answer_option: Opção de resposta
|
39
|
-
free_text: Texto livre
|
40
32
|
remove: Remover
|
41
33
|
statement: Declaração
|
42
34
|
answers:
|
43
35
|
actions:
|
44
|
-
back: Voltar para respostas
|
45
|
-
export: Exportar
|
46
36
|
show: Mostrar respostas
|
47
37
|
empty: Ainda não há respostas
|
48
|
-
export:
|
49
|
-
answer:
|
50
|
-
title: 'Resposta #%{number}'
|
51
38
|
export_response:
|
52
39
|
title: pesquisa_respostas_do_usuário_%{token}
|
53
|
-
index:
|
54
|
-
title: "%{total} respostas totais"
|
55
40
|
show:
|
56
41
|
title: 'Resposta #%{number}'
|
57
42
|
display_condition:
|
@@ -77,14 +62,10 @@ pt-BR:
|
|
77
62
|
title: Editar questionário
|
78
63
|
form:
|
79
64
|
add_question: Adicionar pergunta
|
80
|
-
add_separator: Adicionar separador
|
81
|
-
add_title_and_description: Adicionar título e descrição
|
82
|
-
already_answered_warning: O questionário já foi respondido por alguns usuários então você não pode modificar suas perguntas.
|
83
65
|
collapse: Recolher todas as questões
|
84
66
|
expand: Expandir todas as questões
|
85
67
|
preview: Pré-visualização
|
86
68
|
title: Editar formulário para %{questionnaire_for}
|
87
|
-
unpublished_warning: O formulário não foi publicado. Você pode modificar suas perguntas, mas apagará as respostas atuais.
|
88
69
|
matrix_row:
|
89
70
|
matrix_row: Linha
|
90
71
|
remove: Remover
|
@@ -138,12 +119,9 @@ pt-BR:
|
|
138
119
|
single_option: Opção única
|
139
120
|
sorting: Classificação
|
140
121
|
title_and_description: Título e descrição
|
141
|
-
questionnaire_answer_presenter:
|
142
|
-
download_attachment: Baixar anexo
|
143
122
|
questionnaires:
|
144
123
|
answer:
|
145
124
|
invalid: Houve erros ao responder a pesquisa.
|
146
|
-
max_choices_alert: Há muitas opções selecionadas
|
147
125
|
success: Questionário respondido com sucesso.
|
148
126
|
question:
|
149
127
|
max_choices: 'Escolhas máximas: %{n}'
|
@@ -169,18 +147,11 @@ pt-BR:
|
|
169
147
|
tos_agreement: Ao participar você aceita seus Termos de Serviço
|
170
148
|
step_navigation:
|
171
149
|
show:
|
172
|
-
are_you_sure: Esta ação não pode ser desfeita e você não poderá editar suas respostas. Você tem certeza?
|
173
150
|
back: Voltar
|
174
151
|
continue: Continuar
|
175
152
|
submit: Enviar
|
176
153
|
user_answers_serializer:
|
177
154
|
body: Resposta
|
178
|
-
completion: Conclusão
|
179
155
|
created_at: Respondido em
|
180
156
|
id: ID da resposta
|
181
|
-
ip_hash: Hash IP
|
182
157
|
question: Questão
|
183
|
-
registered: Registrado
|
184
|
-
session_token: Identificador de Usuário
|
185
|
-
unregistered: Não registrado
|
186
|
-
user_status: Status do usuário
|
data/config/locales/pt.yml
CHANGED
@@ -4,8 +4,6 @@ pt:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Responder
|
7
|
-
choices: Escolhas
|
8
|
-
selected_choices: Escolhas seleccionadas
|
9
7
|
question:
|
10
8
|
max_choices: Número máximo de escolhas
|
11
9
|
question_type: Tipo
|
@@ -16,12 +14,7 @@ pt:
|
|
16
14
|
models:
|
17
15
|
answer:
|
18
16
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Precisa de ser reanexado
|
21
|
-
body:
|
22
|
-
too_long: é demasiado longo
|
23
17
|
choices:
|
24
|
-
missing: não estão completos
|
25
18
|
too_many: são demasiados
|
26
19
|
decidim:
|
27
20
|
forms:
|
@@ -36,22 +29,14 @@ pt:
|
|
36
29
|
show: Mostrar respostas
|
37
30
|
answer_option:
|
38
31
|
answer_option: Opção de resposta
|
39
|
-
free_text: Texto livre
|
40
32
|
remove: Remover
|
41
33
|
statement: Declaração
|
42
34
|
answers:
|
43
35
|
actions:
|
44
|
-
back: Retroceder às respostas
|
45
|
-
export: Exportar
|
46
36
|
show: Mostrar respostas
|
47
37
|
empty: Ainda não há respostas
|
48
|
-
export:
|
49
|
-
answer:
|
50
|
-
title: 'Resposta #%{number}'
|
51
38
|
export_response:
|
52
39
|
title: survey_user_answers_%{token}
|
53
|
-
index:
|
54
|
-
title: "%{total} respostas totais"
|
55
40
|
show:
|
56
41
|
title: 'Resposta #%{number}'
|
57
42
|
display_condition:
|
@@ -77,13 +62,10 @@ pt:
|
|
77
62
|
title: Editar questionário
|
78
63
|
form:
|
79
64
|
add_question: Adicionar questão
|
80
|
-
add_separator: Adicionar separador
|
81
|
-
already_answered_warning: O questionário já foi respondido por alguns utilizadores por isso não pode modificar as suas questões.
|
82
65
|
collapse: Colapsar todas as questões
|
83
66
|
expand: Expandir todas as questões
|
84
67
|
preview: Pré-visualizar
|
85
68
|
title: Editar formulário para %{questionnaire_for}
|
86
|
-
unpublished_warning: O formulário não está publicado. Pode modificar as suas questões, mas essa ação eliminará as respostas atuais.
|
87
69
|
matrix_row:
|
88
70
|
matrix_row: Linha
|
89
71
|
remove: Remover
|
@@ -124,7 +106,6 @@ pt:
|
|
124
106
|
questionnaires:
|
125
107
|
answer:
|
126
108
|
invalid: Ocorreu um problema ao responder ao questionário.
|
127
|
-
max_choices_alert: Estão selecionadas demasiadas opções
|
128
109
|
success: Questionário respondido corretamente.
|
129
110
|
question:
|
130
111
|
max_choices: 'Escolhas máximas: %{n}'
|
@@ -150,18 +131,11 @@ pt:
|
|
150
131
|
tos_agreement: Ao participar aceita os seus Termos de Serviço
|
151
132
|
step_navigation:
|
152
133
|
show:
|
153
|
-
are_you_sure: Esta ação não pode ser desfeita e não deixará de poder editar as suas respostas. Tem a certeza?
|
154
134
|
back: Retroceder
|
155
135
|
continue: Continuar
|
156
136
|
submit: Submeter
|
157
137
|
user_answers_serializer:
|
158
138
|
body: Responder
|
159
|
-
completion: Conclusão
|
160
139
|
created_at: Respondido em
|
161
140
|
id: ID da resposta
|
162
|
-
ip_hash: IP Hash
|
163
141
|
question: Questão
|
164
|
-
registered: Registado
|
165
|
-
session_token: Identificador do utilizador
|
166
|
-
unregistered: Não registado
|
167
|
-
user_status: Estado de utilizador
|
data/config/locales/ro-RO.yml
CHANGED
@@ -11,17 +11,14 @@ ro:
|
|
11
11
|
question_type: Tip
|
12
12
|
questionnaire_question:
|
13
13
|
mandatory: Obligatoriu
|
14
|
-
max_characters: Limita de caractere (lăsați
|
14
|
+
max_characters: Limita de caractere (lăsați 0 dacă nu este nicio limită)
|
15
15
|
errors:
|
16
16
|
models:
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Trebuie să fie reatașate
|
21
19
|
body:
|
22
20
|
too_long: este prea lung
|
23
21
|
choices:
|
24
|
-
missing: nu sunt completate
|
25
22
|
too_many: sunt prea multe
|
26
23
|
questionnaire:
|
27
24
|
request_invalid: A apărut o eroare la procesarea cererii. Te rugăm să încerci din nou.
|
@@ -31,11 +28,11 @@ ro:
|
|
31
28
|
models:
|
32
29
|
components:
|
33
30
|
description: Descriere
|
34
|
-
tos:
|
31
|
+
tos: Termenii serviciului
|
35
32
|
questionnaires:
|
36
33
|
actions:
|
37
34
|
back: Înapoi la întrebări
|
38
|
-
show:
|
35
|
+
show: Afișați răspunsurile
|
39
36
|
answer_option:
|
40
37
|
answer_option: Opțiune de răspuns
|
41
38
|
free_text: Text liber
|
@@ -44,18 +41,13 @@ ro:
|
|
44
41
|
answers:
|
45
42
|
actions:
|
46
43
|
back: Înapoi la răspunsuri
|
47
|
-
export:
|
44
|
+
export: Exportați
|
48
45
|
next: Următoarea ›
|
49
46
|
previous: "‹ Anterioara"
|
50
|
-
show:
|
47
|
+
show: Afișați răspunsurile
|
51
48
|
empty: Niciun răspuns încă
|
52
|
-
export:
|
53
|
-
answer:
|
54
|
-
title: 'Răspuns #%{number}'
|
55
49
|
export_response:
|
56
50
|
title: survey_user_answers_%{token}
|
57
|
-
index:
|
58
|
-
title: "%{total} răspunsuri în total"
|
59
51
|
show:
|
60
52
|
title: 'Răspuns #%{number}'
|
61
53
|
display_condition:
|
@@ -64,7 +56,7 @@ ro:
|
|
64
56
|
condition_type: Condiție
|
65
57
|
condition_types:
|
66
58
|
answered: Răspunse
|
67
|
-
equal: Egal
|
59
|
+
equal: Egal
|
68
60
|
match: Include textul
|
69
61
|
not_answered: Fără răspuns
|
70
62
|
not_equal: Nu este egal cu
|
@@ -78,20 +70,16 @@ ro:
|
|
78
70
|
select_condition_type: Selectați un tip de condiție
|
79
71
|
edit:
|
80
72
|
save: Salvează
|
81
|
-
title:
|
73
|
+
title: Modificați chestionar
|
82
74
|
form:
|
83
75
|
add_question: Adaugă întrebare
|
84
|
-
|
85
|
-
add_title_and_description: Adaugați titlu și descriere
|
86
|
-
already_answered_warning: Au fost înregistrare deja câteva răspunsuri de la utilizatori pentru acest chestionar. De aceea, nu mai puteți modifica întrebările.
|
87
|
-
collapse: Restrânge toate întrebările
|
76
|
+
collapse: Restrângeți toate întrebările
|
88
77
|
expand: Extinde toate întrebările
|
89
78
|
preview: Previzualizează
|
90
|
-
title:
|
91
|
-
unpublished_warning: Chestionarul nu este publicat. Poți modifica întrebările, dar această acțiune va duce la stergerea automată a răspunsurilor curente.
|
79
|
+
title: Modificați chestionarul pentru %{questionnaire_for}
|
92
80
|
matrix_row:
|
93
81
|
matrix_row: Rând
|
94
|
-
remove:
|
82
|
+
remove: Eliminați
|
95
83
|
statement: Declarație
|
96
84
|
question:
|
97
85
|
add_answer_option: Adaugă opțiune de răspuns
|
@@ -113,10 +101,10 @@ ro:
|
|
113
101
|
separator: Separator
|
114
102
|
up: Mergi în sus
|
115
103
|
title_and_description:
|
116
|
-
collapse:
|
104
|
+
collapse: Restrângeți
|
117
105
|
description: Descriere
|
118
106
|
down: Mergi în jos
|
119
|
-
expand:
|
107
|
+
expand: Extindeți
|
120
108
|
remove: Șterge
|
121
109
|
title: Titlu
|
122
110
|
title_and_description: Titlu și descriere
|
@@ -127,9 +115,6 @@ ro:
|
|
127
115
|
admin_log:
|
128
116
|
questionnaire:
|
129
117
|
update: "%{user_name} a actualizat chestionarul %{resource_name}"
|
130
|
-
errors:
|
131
|
-
answer:
|
132
|
-
body: Conținutul nu poate fi gol
|
133
118
|
images:
|
134
119
|
dimensions: "%{width} x %{height} px"
|
135
120
|
processors:
|
@@ -145,22 +130,16 @@ ro:
|
|
145
130
|
single_option: Opțiune unică
|
146
131
|
sorting: Sortare
|
147
132
|
title_and_description: Titlu și descriere
|
148
|
-
questionnaire_answer_presenter:
|
149
|
-
download_attachment: Descărcare atașament
|
150
133
|
questionnaires:
|
151
134
|
answer:
|
152
135
|
invalid: A apărut o problemă la completarea chestionarului.
|
153
|
-
max_choices_alert: Există prea multe alegeri selectate
|
154
136
|
success: Chestionarul a fost completat cu succes.
|
155
137
|
question:
|
156
138
|
max_choices: 'Număr maxim de alegeri: %{n}'
|
157
139
|
show:
|
158
140
|
answer_questionnaire:
|
159
|
-
already_have_an_account?: Ai deja un cont?
|
160
|
-
are_you_new?: Utilizator nou?
|
161
141
|
sign_in_description: Autentifică-te pentru a participa la sondaj
|
162
|
-
|
163
|
-
title: Completează chestionarul
|
142
|
+
title: Completați formularul
|
164
143
|
current_step: Pasul %{step}
|
165
144
|
empty: Nicio întrebare configurată pentru acest formular încă.
|
166
145
|
of_total_steps: din %{total_steps}
|
@@ -181,18 +160,12 @@ ro:
|
|
181
160
|
tos_agreement: Prin participare accepți Termenii și condițiile sale de utilizare
|
182
161
|
step_navigation:
|
183
162
|
show:
|
184
|
-
are_you_sure: Această acțiune nu poate fi anulată și nu
|
163
|
+
are_you_sure: Această acțiune nu poate fi anulată și nu veți putea să vă modificați răspunsurile. Sunteți sigur?
|
185
164
|
back: Înapoi
|
186
165
|
continue: Continuă
|
187
166
|
submit: Trimite
|
188
167
|
user_answers_serializer:
|
189
168
|
body: Răspuns
|
190
|
-
completion: Finalizare
|
191
169
|
created_at: Răspuns completat la
|
192
170
|
id: ID răspuns
|
193
|
-
ip_hash: IP Hash
|
194
171
|
question: Întrebare
|
195
|
-
registered: Înregistrat
|
196
|
-
session_token: Identificator utilizator
|
197
|
-
unregistered: Neînregistrat
|
198
|
-
user_status: Stadiul utilizatorului
|
data/config/locales/ru.yml
CHANGED
@@ -10,7 +10,6 @@ ru:
|
|
10
10
|
questionnaires:
|
11
11
|
answer_option:
|
12
12
|
answer_option: Вариант ответа
|
13
|
-
free_text: Произвольный текст
|
14
13
|
remove: Удалить
|
15
14
|
edit:
|
16
15
|
save: Сохранить
|
@@ -43,3 +42,5 @@ ru:
|
|
43
42
|
step_navigation:
|
44
43
|
show:
|
45
44
|
submit: Отправить
|
45
|
+
user_answers_serializer:
|
46
|
+
question: Вопрос
|
data/config/locales/sk.yml
CHANGED
@@ -14,7 +14,6 @@ sk:
|
|
14
14
|
answer:
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
|
-
missing: nie je kompletné
|
18
17
|
too_many: je príliš veľa
|
19
18
|
decidim:
|
20
19
|
forms:
|
@@ -26,14 +25,12 @@ sk:
|
|
26
25
|
questionnaires:
|
27
26
|
answer_option:
|
28
27
|
answer_option: Možnosť odpovede
|
29
|
-
free_text: Voľný text
|
30
28
|
remove: Odstrániť
|
31
29
|
statement: Prehlásenie
|
32
30
|
edit:
|
33
31
|
save: Uložiť
|
34
32
|
form:
|
35
33
|
add_question: Pridať otázku
|
36
|
-
already_answered_warning: Na formulár už niekto odpovedal, takže nemôžete meniť jeho otázky.
|
37
34
|
matrix_row:
|
38
35
|
remove: Odstrániť
|
39
36
|
statement: Prehlásenie
|
@@ -75,11 +72,8 @@ sk:
|
|
75
72
|
tos_agreement: Účasťou súhlasíte s našimi Podmienkami použitia
|
76
73
|
step_navigation:
|
77
74
|
show:
|
78
|
-
are_you_sure: Táto akcia sa nedá vrátiť späť, a nebudete môcť upraviť svoje odpovede. Ste si istí?
|
79
75
|
submit: Poslať
|
80
76
|
user_answers_serializer:
|
81
77
|
created_at: Odpovedané na
|
82
78
|
id: ID odpovede
|
83
|
-
|
84
|
-
unregistered: Neregistrovaný
|
85
|
-
user_status: Status Užívateľa
|
79
|
+
question: Otázka
|