decidim-forms 0.29.1 → 0.29.3
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 -1
- data/config/locales/ar.yml +1 -15
- data/config/locales/bg.yml +0 -41
- 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 +11 -11
- data/config/locales/el.yml +0 -40
- data/config/locales/es-MX.yml +13 -13
- data/config/locales/es-PY.yml +13 -13
- data/config/locales/es.yml +12 -12
- 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 -10
- data/config/locales/hu.yml +1 -13
- data/config/locales/id-ID.yml +1 -9
- data/config/locales/it.yml +1 -29
- data/config/locales/ja.yml +7 -7
- data/config/locales/lb.yml +1 -32
- data/config/locales/lt.yml +0 -40
- data/config/locales/lv.yml +1 -14
- data/config/locales/nl.yml +0 -28
- data/config/locales/no.yml +0 -32
- data/config/locales/pl.yml +0 -42
- data/config/locales/pt-BR.yml +0 -34
- data/config/locales/pt.yml +0 -31
- data/config/locales/ro-RO.yml +15 -41
- data/config/locales/ru.yml +2 -1
- data/config/locales/sk.yml +1 -12
- data/config/locales/sl.yml +0 -7
- data/config/locales/sv.yml +0 -42
- data/config/locales/tr-TR.yml +0 -27
- data/config/locales/val-ES.yml +0 -2
- data/config/locales/zh-CN.yml +0 -27
- data/config/locales/zh-TW.yml +0 -40
- data/decidim-forms.gemspec +1 -5
- 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/fr.yml
CHANGED
@@ -17,7 +17,7 @@ fr:
|
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached: Doit être
|
20
|
+
needs_to_be_reattached: Doit être ré-attaché
|
21
21
|
body:
|
22
22
|
too_long: est trop long
|
23
23
|
choices:
|
@@ -51,11 +51,11 @@ fr:
|
|
51
51
|
empty: Pas encore de réponses
|
52
52
|
export:
|
53
53
|
answer:
|
54
|
-
title: 'Réponse
|
54
|
+
title: 'Réponse #%{number}'
|
55
55
|
export_response:
|
56
56
|
title: réponses_utilisateur_sondage_%{token}
|
57
57
|
index:
|
58
|
-
title: "%{total} réponses
|
58
|
+
title: "%{total} réponses au total"
|
59
59
|
show:
|
60
60
|
title: 'Réponse n°%{number}'
|
61
61
|
display_condition:
|
@@ -83,7 +83,7 @@ fr:
|
|
83
83
|
add_question: Ajouter une question
|
84
84
|
add_separator: Ajouter un séparateur
|
85
85
|
add_title_and_description: Ajouter un titre et une description
|
86
|
-
already_answered_warning: Certains utilisateurs ont déjà répondu au
|
86
|
+
already_answered_warning: Certains utilisateurs ont déjà répondu au formulaire, vous ne pouvez donc pas modifier ses questions.
|
87
87
|
collapse: Réduire toutes les questions
|
88
88
|
expand: Développer toutes les questions
|
89
89
|
preview: Aperçu
|
@@ -129,7 +129,7 @@ fr:
|
|
129
129
|
update: "%{user_name} a modifié le questionnaire %{resource_name}"
|
130
130
|
errors:
|
131
131
|
answer:
|
132
|
-
body: ne peut être vide
|
132
|
+
body: Le corps ne peut pas être vide
|
133
133
|
images:
|
134
134
|
dimensions: "%{width} x %{height} px"
|
135
135
|
processors:
|
@@ -156,10 +156,10 @@ fr:
|
|
156
156
|
max_choices: 'Choix maximum: %{n}'
|
157
157
|
show:
|
158
158
|
answer_questionnaire:
|
159
|
-
already_have_an_account?: Vous avez déjà un compte
|
159
|
+
already_have_an_account?: Vous avez déjà un compte?
|
160
160
|
are_you_new?: Nouvel utilisateur ?
|
161
161
|
sign_in_description: Connectez-vous pour répondre à l'enquête
|
162
|
-
sign_up_description:
|
162
|
+
sign_up_description: Créer un compte utilisateur pour répondre à l'enquête
|
163
163
|
title: Répondez au questionnaire
|
164
164
|
current_step: Étape %{step}
|
165
165
|
empty: Aucune question configurée pour ce formulaire pour le moment.
|
@@ -181,13 +181,13 @@ fr:
|
|
181
181
|
tos_agreement: En participant, vous acceptez ces conditions d'utilisation
|
182
182
|
step_navigation:
|
183
183
|
show:
|
184
|
-
are_you_sure: Cette action ne peut pas être annulée et vous ne pourrez pas modifier vos réponses. Êtes-vous sûr?
|
184
|
+
are_you_sure: Cette action ne peut pas être annulée et vous ne pourrez pas modifier vos réponses. Êtes-vous sûr(e) ?
|
185
185
|
back: Revenir en arrière
|
186
186
|
continue: Continuer
|
187
187
|
submit: Soumettre
|
188
188
|
user_answers_serializer:
|
189
189
|
body: Répondre
|
190
|
-
completion:
|
190
|
+
completion: Avancement
|
191
191
|
created_at: Répondu le
|
192
192
|
id: ID de réponse
|
193
193
|
ip_hash: Hachage IP
|
@@ -195,4 +195,4 @@ fr:
|
|
195
195
|
registered: Enregistré
|
196
196
|
session_token: Identifiant de l'utilisateur
|
197
197
|
unregistered: Non enregistré
|
198
|
-
user_status:
|
198
|
+
user_status: Etat de l'utilisateur
|
data/config/locales/ga-IE.yml
CHANGED
@@ -4,7 +4,6 @@ ga:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Freagra
|
7
|
-
choices: Roghanna
|
8
7
|
question:
|
9
8
|
question_type: Cineál
|
10
9
|
decidim:
|
@@ -13,9 +12,6 @@ ga:
|
|
13
12
|
questionnaires:
|
14
13
|
answer_option:
|
15
14
|
remove: Bain as
|
16
|
-
answers:
|
17
|
-
actions:
|
18
|
-
export: Easpórtáil
|
19
15
|
display_condition:
|
20
16
|
condition_question: Ceist
|
21
17
|
condition_types:
|
@@ -50,5 +46,4 @@ ga:
|
|
50
46
|
submit: Deimhnigh
|
51
47
|
user_answers_serializer:
|
52
48
|
body: Freagra
|
53
|
-
ip_hash: Hais IP
|
54
49
|
question: Ceist
|
data/config/locales/gl.yml
CHANGED
@@ -9,12 +9,6 @@ gl:
|
|
9
9
|
question_type: Tipo
|
10
10
|
questionnaire_question:
|
11
11
|
mandatory: Obrigatorio
|
12
|
-
errors:
|
13
|
-
models:
|
14
|
-
answer:
|
15
|
-
attributes:
|
16
|
-
choices:
|
17
|
-
missing: non están completos
|
18
12
|
decidim:
|
19
13
|
forms:
|
20
14
|
admin:
|
@@ -25,15 +19,12 @@ gl:
|
|
25
19
|
questionnaires:
|
26
20
|
answer_option:
|
27
21
|
answer_option: Opción de resposta
|
28
|
-
free_text: Texto libre
|
29
22
|
remove: Quitar
|
30
23
|
statement: Declaración
|
31
24
|
edit:
|
32
25
|
save: Gardar
|
33
26
|
form:
|
34
27
|
add_question: Engadir pregunta
|
35
|
-
add_title_and_description: Engadir títutlo e descrición
|
36
|
-
already_answered_warning: Algúns usuarios xa responderon o cuestionario para que non poida modificar as súas preguntas.
|
37
28
|
matrix_row:
|
38
29
|
remove: Quitar
|
39
30
|
statement: Declaración
|
@@ -89,8 +80,8 @@ gl:
|
|
89
80
|
tos_agreement: Ao participar aceptas as Condicións de servizo
|
90
81
|
step_navigation:
|
91
82
|
show:
|
92
|
-
are_you_sure: Non se pode desfacer esta acción e non poderá editar as túas respostas. Estás seguro?
|
93
83
|
submit: Enviar
|
94
84
|
user_answers_serializer:
|
95
85
|
created_at: Respondeu
|
96
86
|
id: ID de resposta
|
87
|
+
question: Pregunta
|
data/config/locales/hu.yml
CHANGED
@@ -9,12 +9,6 @@ hu:
|
|
9
9
|
question_type: Típus
|
10
10
|
questionnaire_question:
|
11
11
|
mandatory: Kötelező
|
12
|
-
errors:
|
13
|
-
models:
|
14
|
-
answer:
|
15
|
-
attributes:
|
16
|
-
choices:
|
17
|
-
missing: nem teljesek
|
18
12
|
decidim:
|
19
13
|
forms:
|
20
14
|
admin:
|
@@ -25,15 +19,12 @@ hu:
|
|
25
19
|
questionnaires:
|
26
20
|
answer_option:
|
27
21
|
answer_option: Válasz opció
|
28
|
-
free_text: Szabadszöveg
|
29
22
|
remove: Eltávolít
|
30
23
|
statement: Nyilatkozat
|
31
24
|
edit:
|
32
25
|
save: Mentés
|
33
26
|
form:
|
34
27
|
add_question: Kérdés hozzáadása
|
35
|
-
add_title_and_description: Adj hozzá címet és leírást
|
36
|
-
already_answered_warning: Néhány felhasználó már válaszolt a kérdőívre, így nem változtathatja meg kérdéseit.
|
37
28
|
collapse: Minden kérdés összecsukása
|
38
29
|
expand: Minden kérdés kibontása
|
39
30
|
matrix_row:
|
@@ -92,12 +83,9 @@ hu:
|
|
92
83
|
tos_agreement: A részvétellel elfogadja az Általános Szerződési Feltételeket
|
93
84
|
step_navigation:
|
94
85
|
show:
|
95
|
-
are_you_sure: Ez a művelet nem vonható vissza, és nem tudod majd szerkeszteni a válaszokat. Biztos vagy ebben?
|
96
86
|
continue: Folytatás
|
97
87
|
submit: Beküldés
|
98
88
|
user_answers_serializer:
|
99
89
|
created_at: Válaszolt
|
100
90
|
id: Válasz azonosító
|
101
|
-
|
102
|
-
unregistered: Nem regisztrált
|
103
|
-
user_status: Felhasználó státusza
|
91
|
+
question: Kérdés
|
data/config/locales/id-ID.yml
CHANGED
@@ -9,12 +9,6 @@ id:
|
|
9
9
|
question_type: Mengetik
|
10
10
|
questionnaire_question:
|
11
11
|
mandatory: Wajib
|
12
|
-
errors:
|
13
|
-
models:
|
14
|
-
answer:
|
15
|
-
attributes:
|
16
|
-
choices:
|
17
|
-
missing: tidak lengkap
|
18
12
|
decidim:
|
19
13
|
forms:
|
20
14
|
admin:
|
@@ -25,14 +19,12 @@ id:
|
|
25
19
|
questionnaires:
|
26
20
|
answer_option:
|
27
21
|
answer_option: Opsi jawaban
|
28
|
-
free_text: Teks gratis
|
29
22
|
remove: Menghapus
|
30
23
|
statement: Pernyataan
|
31
24
|
edit:
|
32
25
|
save: Menyimpan
|
33
26
|
form:
|
34
27
|
add_question: Tambahkan pertanyaan
|
35
|
-
already_answered_warning: Formulir sudah dijawab oleh beberapa pengguna sehingga Anda tidak dapat mengubah pertanyaannya.
|
36
28
|
matrix_row:
|
37
29
|
remove: Menghapus
|
38
30
|
statement: Pernyataan
|
@@ -74,8 +66,8 @@ id:
|
|
74
66
|
tos_agreement: Dengan berpartisipasi Anda menerima Ketentuan Layanannya
|
75
67
|
step_navigation:
|
76
68
|
show:
|
77
|
-
are_you_sure: Tindakan ini tidak dapat diurungkan dan Anda tidak akan dapat mengedit jawaban Anda. Apakah kamu yakin
|
78
69
|
submit: Menyerahkan
|
79
70
|
user_answers_serializer:
|
80
71
|
created_at: Dijawab pada
|
81
72
|
id: ID jawaban
|
73
|
+
question: Pertanyaan
|
data/config/locales/it.yml
CHANGED
@@ -4,24 +4,12 @@ it:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Risposta
|
7
|
-
choices: Scelte
|
8
|
-
selected_choices: Scelte selezionate
|
9
7
|
question:
|
10
8
|
max_choices: Numero massimo di scelte
|
11
9
|
question_type: Tipo
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Obbligatorio
|
14
12
|
max_characters: Limite di caratteri (lasciare a 0 se nessum limite)
|
15
|
-
errors:
|
16
|
-
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Deve essere allegato nuovamente
|
21
|
-
body:
|
22
|
-
too_long: è troppo lungo
|
23
|
-
choices:
|
24
|
-
missing: non sono completi
|
25
13
|
decidim:
|
26
14
|
forms:
|
27
15
|
admin:
|
@@ -35,22 +23,14 @@ it:
|
|
35
23
|
show: Mostra risposte
|
36
24
|
answer_option:
|
37
25
|
answer_option: Opzione di risposta
|
38
|
-
free_text: Testo libero
|
39
26
|
remove: Rimuovere
|
40
27
|
statement: dichiarazione
|
41
28
|
answers:
|
42
29
|
actions:
|
43
|
-
back: Torna alle risposte
|
44
|
-
export: Esporta
|
45
30
|
show: Mostra risposte
|
46
31
|
empty: Ancora nessuna risposta
|
47
|
-
export:
|
48
|
-
answer:
|
49
|
-
title: 'Risposta #%{number}'
|
50
32
|
export_response:
|
51
33
|
title: risposte_utente_sondaggio_%{token}
|
52
|
-
index:
|
53
|
-
title: "%{total} risposte totali"
|
54
34
|
show:
|
55
35
|
title: 'Risposta #%{number}'
|
56
36
|
display_condition:
|
@@ -76,8 +56,7 @@ it:
|
|
76
56
|
title: Modifica questionario
|
77
57
|
form:
|
78
58
|
add_question: Aggiungi domanda
|
79
|
-
|
80
|
-
already_answered_warning: Alcuni utenti hanno già risposto al questionario, quindi non è possibile modificare le sue domande.
|
59
|
+
already_answered_warning: Alcuni utenti hanno già risposto al modulo, per cui non è possibile modificarne i quesiti.
|
81
60
|
collapse: Comprimi tutte le domande
|
82
61
|
expand: Espandi tutte le domande
|
83
62
|
preview: Anteprima
|
@@ -123,7 +102,6 @@ it:
|
|
123
102
|
questionnaires:
|
124
103
|
answer:
|
125
104
|
invalid: Ci sono stati errori nel rispondere al questionario.
|
126
|
-
max_choices_alert: Sono state selezionate troppe opzioni
|
127
105
|
success: Il questionario ha risposto con successo.
|
128
106
|
question:
|
129
107
|
max_choices: 'Scelte massime: %{n}'
|
@@ -155,12 +133,6 @@ it:
|
|
155
133
|
submit: Invia
|
156
134
|
user_answers_serializer:
|
157
135
|
body: Risposta
|
158
|
-
completion: Completamento
|
159
136
|
created_at: Risposto
|
160
137
|
id: ID risposta
|
161
|
-
ip_hash: Hash Ip
|
162
138
|
question: Domanda
|
163
|
-
registered: Registrato
|
164
|
-
session_token: Identificativo dell'utente
|
165
|
-
unregistered: Non registrato
|
166
|
-
user_status: Stato utente
|
data/config/locales/ja.yml
CHANGED
@@ -4,7 +4,7 @@ ja:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: 回答
|
7
|
-
choices:
|
7
|
+
choices: 項目
|
8
8
|
selected_choices: 選択した項目
|
9
9
|
question:
|
10
10
|
max_choices: 選択肢の最大数
|
@@ -19,7 +19,7 @@ ja:
|
|
19
19
|
add_documents:
|
20
20
|
needs_to_be_reattached: 再添付が必要
|
21
21
|
body:
|
22
|
-
too_long:
|
22
|
+
too_long: は長すぎます
|
23
23
|
choices:
|
24
24
|
missing: は完全ではありません
|
25
25
|
too_many: 最大 %{count} 個まで選択できます。
|
@@ -38,12 +38,12 @@ ja:
|
|
38
38
|
show: 回答を表示
|
39
39
|
answer_option:
|
40
40
|
answer_option: 回答オプション
|
41
|
-
free_text:
|
41
|
+
free_text: 自由形式テキスト
|
42
42
|
remove: 削除
|
43
43
|
statement: ステートメント
|
44
44
|
answers:
|
45
45
|
actions:
|
46
|
-
back:
|
46
|
+
back: 応答に戻る
|
47
47
|
export: エクスポート
|
48
48
|
next: 次 ›
|
49
49
|
previous: "‹ 前"
|
@@ -55,7 +55,7 @@ ja:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "
|
58
|
+
title: "総回答数 %{total} 件"
|
59
59
|
show:
|
60
60
|
title: '回答 #%{number}'
|
61
61
|
display_condition:
|
@@ -83,7 +83,7 @@ ja:
|
|
83
83
|
add_question: 質問を追加
|
84
84
|
add_separator: 区切り文字を追加
|
85
85
|
add_title_and_description: タイトルと説明を追加
|
86
|
-
already_answered_warning:
|
86
|
+
already_answered_warning: このフォームはすでに回答しているユーザーがいるため、質問を修正することはできません。
|
87
87
|
collapse: すべての質問を閉じる
|
88
88
|
expand: すべての質問を展開
|
89
89
|
preview: プレビュー
|
@@ -158,7 +158,7 @@ ja:
|
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: 既にアカウントをお持ちですか?
|
160
160
|
are_you_new?: 新しいユーザーですか?
|
161
|
-
sign_in_description:
|
161
|
+
sign_in_description: アンケートにログインする
|
162
162
|
sign_up_description: アンケートに答えるために参加者アカウントを作成します
|
163
163
|
title: フォームに回答
|
164
164
|
current_step: ステップ %{step}
|
data/config/locales/lb.yml
CHANGED
@@ -4,24 +4,12 @@ lb:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Äntwert
|
7
|
-
choices: Choixen
|
8
|
-
selected_choices: Ausgewählte Auswahl
|
9
7
|
question:
|
10
8
|
max_choices: Maximale Anzahl von Auswahlmöglichkeiten
|
11
9
|
question_type: Zort
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Verpflichtend
|
14
12
|
max_characters: Maximale Anzahl Zeichen (0 bedeutet kein Limit)
|
15
|
-
errors:
|
16
|
-
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Muss erneut angehängt werden
|
21
|
-
body:
|
22
|
-
too_long: ist zu lang
|
23
|
-
choices:
|
24
|
-
missing: sind nicht vollständig
|
25
13
|
decidim:
|
26
14
|
forms:
|
27
15
|
admin:
|
@@ -35,22 +23,14 @@ lb:
|
|
35
23
|
show: Antworten anzeigen
|
36
24
|
answer_option:
|
37
25
|
answer_option: Antwortoption
|
38
|
-
free_text: Freier Text
|
39
26
|
remove: Löschen
|
40
27
|
statement: Aussage
|
41
28
|
answers:
|
42
29
|
actions:
|
43
|
-
back: Zurück zu Antworten
|
44
|
-
export: Exportieren
|
45
30
|
show: Antworten anzeigen
|
46
31
|
empty: Noch keine Antworten
|
47
|
-
export:
|
48
|
-
answer:
|
49
|
-
title: 'Antwort #%{number}'
|
50
32
|
export_response:
|
51
33
|
title: Umfrage_Benutzer_Antworten_%{token}
|
52
|
-
index:
|
53
|
-
title: "%{total} Antworten insgesamt"
|
54
34
|
show:
|
55
35
|
title: 'Antwort #%{number}'
|
56
36
|
display_condition:
|
@@ -76,13 +56,10 @@ lb:
|
|
76
56
|
title: Fragebogen bearbeiten
|
77
57
|
form:
|
78
58
|
add_question: Frage hinzufügen
|
79
|
-
add_separator: Trennzeichen hinzufügen
|
80
|
-
already_answered_warning: Der Fragebogen wird bereits von einigen Benutzern beantwortet, sodass Sie die Fragen nicht ändern können.
|
81
59
|
collapse: Alle Fragen einklappen
|
82
60
|
expand: Alle Fragen ausklappen
|
83
61
|
preview: Vorschau
|
84
62
|
title: Formular für %{questionnaire_for} bearbeiten
|
85
|
-
unpublished_warning: Das Formular ist nicht öffentlich. Sie können die Fragen ändern, dabei werden allerdings die aktuellen Antworten gelöscht.
|
86
63
|
matrix_row:
|
87
64
|
matrix_row: Zeile
|
88
65
|
remove: Löschen
|
@@ -123,7 +100,6 @@ lb:
|
|
123
100
|
questionnaires:
|
124
101
|
answer:
|
125
102
|
invalid: Bei der Beantwortung des Fragebogens sind Fehler aufgetreten.
|
126
|
-
max_choices_alert: Es wurden zu viele Auswahlmöglichkeiten ausgewählt
|
127
103
|
success: Fragebogen erfolgreich beantwortet.
|
128
104
|
question:
|
129
105
|
max_choices: 'Max Auswahlmöglichkeiten: %{n}'
|
@@ -149,18 +125,11 @@ lb:
|
|
149
125
|
tos_agreement: Mit der Teilnahme stimmen Sie den Nutzungsbedingungen zu
|
150
126
|
step_navigation:
|
151
127
|
show:
|
152
|
-
are_you_sure: Diese Aktion kann nicht rückgängig gemacht werden und Sie können Ihre Antworten nicht bearbeiten. Bist du sicher?
|
153
128
|
back: Zurück
|
154
129
|
continue: Weiter
|
155
130
|
submit: einreichen
|
156
131
|
user_answers_serializer:
|
157
132
|
body: Antwort
|
158
|
-
completion: Abschluss
|
159
133
|
created_at: Beantwortet am
|
160
134
|
id: ID beantworten
|
161
|
-
|
162
|
-
question: Frage
|
163
|
-
registered: Registriert
|
164
|
-
session_token: Benutzerkennung
|
165
|
-
unregistered: Nicht registriert
|
166
|
-
user_status: Benutzerstatus
|
135
|
+
question: Fro
|
data/config/locales/lt.yml
CHANGED
@@ -4,8 +4,6 @@ lt:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Atsakymas
|
7
|
-
choices: Pasirinkimai
|
8
|
-
selected_choices: Pasirinkti pasirinkimai
|
9
7
|
question:
|
10
8
|
max_choices: Maksimalus pasirinkimų skaičius
|
11
9
|
question_type: Tipas
|
@@ -14,14 +12,6 @@ lt:
|
|
14
12
|
max_characters: Simbolių limitas (palikti 0 jei limito nėra)
|
15
13
|
errors:
|
16
14
|
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Reikia pridėti iš naujo
|
21
|
-
body:
|
22
|
-
too_long: per ilgas
|
23
|
-
choices:
|
24
|
-
missing: nepilnas - trūksta elementų
|
25
15
|
questionnaire:
|
26
16
|
request_invalid: Tvarkant prašymą įvyko klaida. Bandykite dar kartą.
|
27
17
|
decidim:
|
@@ -37,24 +27,14 @@ lt:
|
|
37
27
|
show: Rodyti atsakymus
|
38
28
|
answer_option:
|
39
29
|
answer_option: Atsakymo variantas
|
40
|
-
free_text: Laisva forma
|
41
30
|
remove: Pašalinti
|
42
31
|
statement: Pareiškimas
|
43
32
|
answers:
|
44
33
|
actions:
|
45
|
-
back: Grįžti į atsakymus
|
46
|
-
export: Eksportuoti
|
47
|
-
next: Kitas ›
|
48
|
-
previous: "‹ Ankst."
|
49
34
|
show: Rodyti atsakymus
|
50
35
|
empty: Atsakymų dar nėra
|
51
|
-
export:
|
52
|
-
answer:
|
53
|
-
title: 'Atsakymas #%{number}'
|
54
36
|
export_response:
|
55
37
|
title: apklausa_naudotoju_atsakymai_%{token}
|
56
|
-
index:
|
57
|
-
title: "%{total} iš viso atsakymų"
|
58
38
|
show:
|
59
39
|
title: 'Atsakymas #%{number}'
|
60
40
|
display_condition:
|
@@ -80,14 +60,10 @@ lt:
|
|
80
60
|
title: Redaguoti klausimyną
|
81
61
|
form:
|
82
62
|
add_question: Pridėti klausimą
|
83
|
-
add_separator: Pridėti skyriklį
|
84
|
-
add_title_and_description: Pridėti pavadinimą ir aprašymą
|
85
|
-
already_answered_warning: Kai kurie naudotojai jau atsakė į formos klausimus, todėl jos klausimų keisti nebegalite.
|
86
63
|
collapse: Suskleisti visus klausimus
|
87
64
|
expand: Išskleisti visus klausimus
|
88
65
|
preview: Peržiūra
|
89
66
|
title: Taisyti %{questionnaire_for} formą
|
90
|
-
unpublished_warning: Forma nepaskelbta. Galite keisti klausimus, tačiau tai darydami pašalinsite esamus atsakymus.
|
91
67
|
matrix_row:
|
92
68
|
matrix_row: Eilutė
|
93
69
|
remove: Pašalinti
|
@@ -126,9 +102,6 @@ lt:
|
|
126
102
|
admin_log:
|
127
103
|
questionnaire:
|
128
104
|
update: "%{user_name} atnaujino %{resource_name} klausimyną"
|
129
|
-
errors:
|
130
|
-
answer:
|
131
|
-
body: Pagrindinė dalis negali būti tuščia
|
132
105
|
images:
|
133
106
|
dimensions: "%{width} x %{height} px"
|
134
107
|
processors:
|
@@ -144,20 +117,14 @@ lt:
|
|
144
117
|
single_option: Vienas variantas
|
145
118
|
sorting: Rūšiavimas
|
146
119
|
title_and_description: Pavadinimas ir aprašymas
|
147
|
-
questionnaire_answer_presenter:
|
148
|
-
download_attachment: Parsisiųsti priedą
|
149
120
|
questionnaires:
|
150
121
|
answer:
|
151
122
|
invalid: Atsakant į šią formą iškilo problema.
|
152
|
-
max_choices_alert: Per daug pasirinktų variantų
|
153
123
|
success: Į formos klausimus atsakyta.
|
154
124
|
question:
|
155
125
|
max_choices: 'Didžiausias pasirinkčių skaičius: %{n}'
|
156
126
|
show:
|
157
127
|
answer_questionnaire:
|
158
|
-
already_have_an_account?: Jau turite paskyrą?
|
159
|
-
are_you_new?: Naujas naudotojas?
|
160
|
-
sign_up_description: Norėdami dalyvauti apklausoje, susikurkite dalyvio paskyrą
|
161
128
|
title: Atsakyti į formos klausimus
|
162
129
|
current_step: Žingsnis %{step}
|
163
130
|
of_total_steps: iš%{total_steps}
|
@@ -178,18 +145,11 @@ lt:
|
|
178
145
|
tos_agreement: Dalyvaudami sutinkate su paslaugos teikimo sąlygomis
|
179
146
|
step_navigation:
|
180
147
|
show:
|
181
|
-
are_you_sure: Šio veiksmo atšaukti negalima ir savo atsakymų keisti negalėsite. Ar esate įsitikinę?
|
182
148
|
back: Atgal
|
183
149
|
continue: Tęsti
|
184
150
|
submit: Pateikti
|
185
151
|
user_answers_serializer:
|
186
152
|
body: Atsakymas
|
187
|
-
completion: Užbaigimas
|
188
153
|
created_at: Atsakyta
|
189
154
|
id: Atsakymo ID
|
190
|
-
ip_hash: IP adreso "hash" kodas
|
191
155
|
question: Klausimas
|
192
|
-
registered: Užregistruota
|
193
|
-
session_token: Naudotojo identifikatorius
|
194
|
-
unregistered: Neregistruoti
|
195
|
-
user_status: Naudotojo būsena
|
data/config/locales/lv.yml
CHANGED
@@ -9,12 +9,6 @@ lv:
|
|
9
9
|
question_type: Veids
|
10
10
|
questionnaire_question:
|
11
11
|
mandatory: Obligāti
|
12
|
-
errors:
|
13
|
-
models:
|
14
|
-
answer:
|
15
|
-
attributes:
|
16
|
-
choices:
|
17
|
-
missing: nav pabeigti
|
18
12
|
decidim:
|
19
13
|
forms:
|
20
14
|
admin:
|
@@ -25,7 +19,6 @@ lv:
|
|
25
19
|
questionnaires:
|
26
20
|
answer_option:
|
27
21
|
answer_option: Atbildes iespēja
|
28
|
-
free_text: Brīva vieta tekstam
|
29
22
|
remove: Noņemt
|
30
23
|
statement: Paziņojums
|
31
24
|
edit:
|
@@ -33,8 +26,6 @@ lv:
|
|
33
26
|
title: Rediģēt aptauju
|
34
27
|
form:
|
35
28
|
add_question: Pievienot jautājumu
|
36
|
-
add_separator: Pievienot atdalītāju
|
37
|
-
already_answered_warning: Daži lietotāji jau ir atbildējuši uz jautājumiem veidlapā, tāpēc jūs nevarat mainīt tajā iekļautos jautājumus.
|
38
29
|
collapse: Sakļaut visus jautājumus
|
39
30
|
expand: Izvērst visus jautājumus
|
40
31
|
matrix_row:
|
@@ -73,7 +64,6 @@ lv:
|
|
73
64
|
questionnaires:
|
74
65
|
answer:
|
75
66
|
invalid: Atbildot uz veidlapas jautājumiem, radās problēma.
|
76
|
-
max_choices_alert: Ir izvēlēti pārāk daudzi varianti
|
77
67
|
success: Uz veidlapas jautājumiem ir veiksmīgi atbildēts.
|
78
68
|
question:
|
79
69
|
max_choices: 'Maksimālais izvēļu skaits: %{n}'
|
@@ -94,13 +84,10 @@ lv:
|
|
94
84
|
tos_agreement: Piedaloties jūs piekrītat pakalpojumu sniegšanas noteikumiem.
|
95
85
|
step_navigation:
|
96
86
|
show:
|
97
|
-
are_you_sure: Šo darbību nevar atsaukt, un jūs nevarēsiet rediģēt savas atbildes. Vai esat pārliecināts?
|
98
87
|
back: Atpakaļ
|
99
88
|
continue: Turpināt
|
100
89
|
submit: Iesniegt
|
101
90
|
user_answers_serializer:
|
102
91
|
created_at: Atbildēts
|
103
92
|
id: Atbildes ID
|
104
|
-
|
105
|
-
unregistered: Nereģistrēts
|
106
|
-
user_status: Lietotāja statuss
|
93
|
+
question: Jautājums
|
data/config/locales/nl.yml
CHANGED
@@ -4,19 +4,11 @@ nl:
|
|
4
4
|
attributes:
|
5
5
|
answer:
|
6
6
|
body: Antwoord
|
7
|
-
choices: Keuzes
|
8
|
-
selected_choices: Geselecteerde keuzes
|
9
7
|
question:
|
10
8
|
max_choices: Maximum aantal keuzes
|
11
9
|
question_type: Type
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Verplicht
|
14
|
-
errors:
|
15
|
-
models:
|
16
|
-
answer:
|
17
|
-
attributes:
|
18
|
-
choices:
|
19
|
-
missing: zijn niet compleet
|
20
12
|
decidim:
|
21
13
|
forms:
|
22
14
|
admin:
|
@@ -30,22 +22,14 @@ nl:
|
|
30
22
|
show: Antwoorden tonen
|
31
23
|
answer_option:
|
32
24
|
answer_option: Antwoord optie
|
33
|
-
free_text: Vrije tekst
|
34
25
|
remove: Verwijderen
|
35
26
|
statement: Uitspraak
|
36
27
|
answers:
|
37
28
|
actions:
|
38
|
-
back: Terug naar antwoorden
|
39
|
-
export: Exporteren
|
40
29
|
show: Toon antwoorden
|
41
30
|
empty: Nog geen antwoorden
|
42
|
-
export:
|
43
|
-
answer:
|
44
|
-
title: 'Antwoord #%{number}'
|
45
31
|
export_response:
|
46
32
|
title: survey_user_answers_%{token}
|
47
|
-
index:
|
48
|
-
title: "%{total} totale antwoorden"
|
49
33
|
show:
|
50
34
|
title: 'Antwoord #%{number}'
|
51
35
|
display_condition:
|
@@ -71,13 +55,9 @@ nl:
|
|
71
55
|
title: Bewerk vragenlijst
|
72
56
|
form:
|
73
57
|
add_question: Vraag toevoegen
|
74
|
-
add_separator: Scheidingsteken toevoegen
|
75
|
-
add_title_and_description: Titel en beschrijving toevoegen
|
76
|
-
already_answered_warning: De vragenlijst is al door enkele gebruikers beantwoord, dus u kunt de vragen niet wijzigen.
|
77
58
|
collapse: Alle vragen samenvouwen
|
78
59
|
expand: Vouw alle vragen uit
|
79
60
|
preview: Voorvertoning
|
80
|
-
unpublished_warning: Het formulier is niet gepubliceerd. Je kunt de vragen wijzigen, maar als je dit doet worden de huidige antwoorden verwijderd.
|
81
61
|
matrix_row:
|
82
62
|
matrix_row: Rij
|
83
63
|
remove: Verwijderen
|
@@ -127,7 +107,6 @@ nl:
|
|
127
107
|
questionnaires:
|
128
108
|
answer:
|
129
109
|
invalid: Er zijn fouten opgetreden bij het beantwoorden van de vragenlijst.
|
130
|
-
max_choices_alert: Er zijn te veel keuzes geselecteerd
|
131
110
|
success: Vragenlijst met succes beantwoord.
|
132
111
|
question:
|
133
112
|
max_choices: 'Max. Keuzes: %{n}'
|
@@ -153,18 +132,11 @@ nl:
|
|
153
132
|
tos_agreement: Door deel te nemen, gaat u akkoord met de Servicevoorwaarden
|
154
133
|
step_navigation:
|
155
134
|
show:
|
156
|
-
are_you_sure: Deze actie kan niet ongedaan gemaakt worden en u kunt uw antwoorden niet wijzigen. Weet u het zeker?
|
157
135
|
back: Achterzijde
|
158
136
|
continue: Doorgaan
|
159
137
|
submit: Verzenden
|
160
138
|
user_answers_serializer:
|
161
139
|
body: Beantwoorden
|
162
|
-
completion: Voltooiing
|
163
140
|
created_at: Beantwoord
|
164
141
|
id: Antwoord ID
|
165
|
-
ip_hash: IP Hash
|
166
142
|
question: Vraag
|
167
|
-
registered: Geregistreerd
|
168
|
-
session_token: Gebruiker identificatie
|
169
|
-
unregistered: Niet-geregistreerd
|
170
|
-
user_status: Gebruiker-status
|