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/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
@@ -14,7 +14,6 @@ gl:
|
|
14
14
|
answer:
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
|
-
missing: non están completos
|
18
17
|
too_many: son demasiados
|
19
18
|
decidim:
|
20
19
|
forms:
|
@@ -26,15 +25,12 @@ gl:
|
|
26
25
|
questionnaires:
|
27
26
|
answer_option:
|
28
27
|
answer_option: Opción de resposta
|
29
|
-
free_text: Texto libre
|
30
28
|
remove: Quitar
|
31
29
|
statement: Declaración
|
32
30
|
edit:
|
33
31
|
save: Gardar
|
34
32
|
form:
|
35
33
|
add_question: Engadir pregunta
|
36
|
-
add_title_and_description: Engadir títutlo e descrición
|
37
|
-
already_answered_warning: Algúns usuarios xa responderon o cuestionario para que non poida modificar as súas preguntas.
|
38
34
|
matrix_row:
|
39
35
|
remove: Quitar
|
40
36
|
statement: Declaración
|
@@ -90,8 +86,8 @@ gl:
|
|
90
86
|
tos_agreement: Ao participar aceptas as Condicións de servizo
|
91
87
|
step_navigation:
|
92
88
|
show:
|
93
|
-
are_you_sure: Non se pode desfacer esta acción e non poderá editar as túas respostas. Estás seguro?
|
94
89
|
submit: Enviar
|
95
90
|
user_answers_serializer:
|
96
91
|
created_at: Respondeu
|
97
92
|
id: ID de resposta
|
93
|
+
question: Pregunta
|
data/config/locales/hu.yml
CHANGED
@@ -14,7 +14,6 @@ hu:
|
|
14
14
|
answer:
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
|
-
missing: nem teljesek
|
18
17
|
too_many: túl sok
|
19
18
|
decidim:
|
20
19
|
forms:
|
@@ -26,15 +25,12 @@ hu:
|
|
26
25
|
questionnaires:
|
27
26
|
answer_option:
|
28
27
|
answer_option: Válasz opció
|
29
|
-
free_text: Szabadszöveg
|
30
28
|
remove: Eltávolít
|
31
29
|
statement: Állítás
|
32
30
|
edit:
|
33
31
|
save: Mentés
|
34
32
|
form:
|
35
33
|
add_question: Kérdés hozzáadása
|
36
|
-
add_title_and_description: Adj hozzá címet és leírást
|
37
|
-
already_answered_warning: Néhány felhasználó már válaszolt a kérdőívre, így nem változtathatja meg kérdéseit.
|
38
34
|
collapse: Minden kérdés összecsukása
|
39
35
|
expand: Minden kérdés kibontása
|
40
36
|
matrix_row:
|
@@ -93,12 +89,9 @@ hu:
|
|
93
89
|
tos_agreement: A részvétellel elfogadja az Általános Szerződési Feltételeket
|
94
90
|
step_navigation:
|
95
91
|
show:
|
96
|
-
are_you_sure: Ez a művelet nem vonható vissza, és nem tudod majd szerkeszteni a válaszokat. Biztos vagy ebben?
|
97
92
|
continue: Folytatás
|
98
93
|
submit: Beküldés
|
99
94
|
user_answers_serializer:
|
100
95
|
created_at: Válaszolt
|
101
96
|
id: Válasz azonosító
|
102
|
-
|
103
|
-
unregistered: Nem regisztrált
|
104
|
-
user_status: Felhasználó státusza
|
97
|
+
question: Kérdés
|
data/config/locales/id-ID.yml
CHANGED
@@ -14,7 +14,6 @@ id:
|
|
14
14
|
answer:
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
|
-
missing: tidak lengkap
|
18
17
|
too_many: terlalu banyak
|
19
18
|
decidim:
|
20
19
|
forms:
|
@@ -26,14 +25,12 @@ id:
|
|
26
25
|
questionnaires:
|
27
26
|
answer_option:
|
28
27
|
answer_option: Opsi jawaban
|
29
|
-
free_text: Teks gratis
|
30
28
|
remove: Menghapus
|
31
29
|
statement: Pernyataan
|
32
30
|
edit:
|
33
31
|
save: Menyimpan
|
34
32
|
form:
|
35
33
|
add_question: Tambahkan pertanyaan
|
36
|
-
already_answered_warning: Formulir sudah dijawab oleh beberapa pengguna sehingga Anda tidak dapat mengubah pertanyaannya.
|
37
34
|
matrix_row:
|
38
35
|
remove: Menghapus
|
39
36
|
statement: Pernyataan
|
@@ -75,8 +72,8 @@ id:
|
|
75
72
|
tos_agreement: Dengan berpartisipasi Anda menerima Ketentuan Layanannya
|
76
73
|
step_navigation:
|
77
74
|
show:
|
78
|
-
are_you_sure: Tindakan ini tidak dapat diurungkan dan Anda tidak akan dapat mengedit jawaban Anda. Apakah kamu yakin
|
79
75
|
submit: Menyerahkan
|
80
76
|
user_answers_serializer:
|
81
77
|
created_at: Dijawab pada
|
82
78
|
id: ID jawaban
|
79
|
+
question: Pertanyaan
|
data/config/locales/it.yml
CHANGED
@@ -4,8 +4,6 @@ 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
|
@@ -16,12 +14,7 @@ it:
|
|
16
14
|
models:
|
17
15
|
answer:
|
18
16
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Deve essere allegato nuovamente
|
21
|
-
body:
|
22
|
-
too_long: è troppo lungo
|
23
17
|
choices:
|
24
|
-
missing: non sono completi
|
25
18
|
too_many: sono troppi
|
26
19
|
decidim:
|
27
20
|
forms:
|
@@ -36,22 +29,14 @@ it:
|
|
36
29
|
show: Mostra risposte
|
37
30
|
answer_option:
|
38
31
|
answer_option: Opzione di risposta
|
39
|
-
free_text: Testo libero
|
40
32
|
remove: Rimuovere
|
41
33
|
statement: dichiarazione
|
42
34
|
answers:
|
43
35
|
actions:
|
44
|
-
back: Torna alle risposte
|
45
|
-
export: Esporta
|
46
36
|
show: Mostra risposte
|
47
37
|
empty: Ancora nessuna risposta
|
48
|
-
export:
|
49
|
-
answer:
|
50
|
-
title: 'Risposta #%{number}'
|
51
38
|
export_response:
|
52
39
|
title: risposte_utente_sondaggio_%{token}
|
53
|
-
index:
|
54
|
-
title: "%{total} risposte totali"
|
55
40
|
show:
|
56
41
|
title: 'Risposta #%{number}'
|
57
42
|
display_condition:
|
@@ -77,8 +62,7 @@ it:
|
|
77
62
|
title: Modifica questionario
|
78
63
|
form:
|
79
64
|
add_question: Aggiungi domanda
|
80
|
-
|
81
|
-
already_answered_warning: Alcuni utenti hanno già risposto al questionario, quindi non è possibile modificare le sue domande.
|
65
|
+
already_answered_warning: Alcuni utenti hanno già risposto al modulo, per cui non è possibile modificarne i quesiti.
|
82
66
|
collapse: Comprimi tutte le domande
|
83
67
|
expand: Espandi tutte le domande
|
84
68
|
preview: Anteprima
|
@@ -124,7 +108,6 @@ it:
|
|
124
108
|
questionnaires:
|
125
109
|
answer:
|
126
110
|
invalid: Ci sono stati errori nel rispondere al questionario.
|
127
|
-
max_choices_alert: Sono state selezionate troppe opzioni
|
128
111
|
success: Il questionario ha risposto con successo.
|
129
112
|
question:
|
130
113
|
max_choices: 'Scelte massime: %{n}'
|
@@ -156,12 +139,6 @@ it:
|
|
156
139
|
submit: Invia
|
157
140
|
user_answers_serializer:
|
158
141
|
body: Risposta
|
159
|
-
completion: Completamento
|
160
142
|
created_at: Risposto
|
161
143
|
id: ID risposta
|
162
|
-
ip_hash: Hash Ip
|
163
144
|
question: Domanda
|
164
|
-
registered: Registrato
|
165
|
-
session_token: Identificativo dell'utente
|
166
|
-
unregistered: Non registrato
|
167
|
-
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: 多すぎます
|
@@ -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: プレビュー
|
data/config/locales/lb.yml
CHANGED
@@ -4,8 +4,6 @@ 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
|
@@ -16,12 +14,7 @@ lb:
|
|
16
14
|
models:
|
17
15
|
answer:
|
18
16
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Muss erneut angehängt werden
|
21
|
-
body:
|
22
|
-
too_long: ist zu lang
|
23
17
|
choices:
|
24
|
-
missing: sind nicht vollständig
|
25
18
|
too_many: sind zu viele
|
26
19
|
decidim:
|
27
20
|
forms:
|
@@ -36,22 +29,14 @@ lb:
|
|
36
29
|
show: Antworten anzeigen
|
37
30
|
answer_option:
|
38
31
|
answer_option: Antwortoption
|
39
|
-
free_text: Freier Text
|
40
32
|
remove: Löschen
|
41
33
|
statement: Aussage
|
42
34
|
answers:
|
43
35
|
actions:
|
44
|
-
back: Zurück zu Antworten
|
45
|
-
export: Exportieren
|
46
36
|
show: Antworten anzeigen
|
47
37
|
empty: Noch keine Antworten
|
48
|
-
export:
|
49
|
-
answer:
|
50
|
-
title: 'Antwort #%{number}'
|
51
38
|
export_response:
|
52
39
|
title: Umfrage_Benutzer_Antworten_%{token}
|
53
|
-
index:
|
54
|
-
title: "%{total} Antworten insgesamt"
|
55
40
|
show:
|
56
41
|
title: 'Antwort #%{number}'
|
57
42
|
display_condition:
|
@@ -77,13 +62,10 @@ lb:
|
|
77
62
|
title: Fragebogen bearbeiten
|
78
63
|
form:
|
79
64
|
add_question: Frage hinzufügen
|
80
|
-
add_separator: Trennzeichen hinzufügen
|
81
|
-
already_answered_warning: Der Fragebogen wird bereits von einigen Benutzern beantwortet, sodass Sie die Fragen nicht ändern können.
|
82
65
|
collapse: Alle Fragen einklappen
|
83
66
|
expand: Alle Fragen ausklappen
|
84
67
|
preview: Vorschau
|
85
68
|
title: Formular für %{questionnaire_for} bearbeiten
|
86
|
-
unpublished_warning: Das Formular ist nicht öffentlich. Sie können die Fragen ändern, dabei werden allerdings die aktuellen Antworten gelöscht.
|
87
69
|
matrix_row:
|
88
70
|
matrix_row: Zeile
|
89
71
|
remove: Löschen
|
@@ -124,7 +106,6 @@ lb:
|
|
124
106
|
questionnaires:
|
125
107
|
answer:
|
126
108
|
invalid: Bei der Beantwortung des Fragebogens sind Fehler aufgetreten.
|
127
|
-
max_choices_alert: Es wurden zu viele Auswahlmöglichkeiten ausgewählt
|
128
109
|
success: Fragebogen erfolgreich beantwortet.
|
129
110
|
question:
|
130
111
|
max_choices: 'Max Auswahlmöglichkeiten: %{n}'
|
@@ -150,18 +131,11 @@ lb:
|
|
150
131
|
tos_agreement: Mit der Teilnahme stimmen Sie den Nutzungsbedingungen zu
|
151
132
|
step_navigation:
|
152
133
|
show:
|
153
|
-
are_you_sure: Diese Aktion kann nicht rückgängig gemacht werden und Sie können Ihre Antworten nicht bearbeiten. Bist du sicher?
|
154
134
|
back: Zurück
|
155
135
|
continue: Weiter
|
156
136
|
submit: einreichen
|
157
137
|
user_answers_serializer:
|
158
138
|
body: Antwort
|
159
|
-
completion: Abschluss
|
160
139
|
created_at: Beantwortet am
|
161
140
|
id: ID beantworten
|
162
|
-
|
163
|
-
question: Frage
|
164
|
-
registered: Registriert
|
165
|
-
session_token: Benutzerkennung
|
166
|
-
unregistered: Nicht registriert
|
167
|
-
user_status: Benutzerstatus
|
141
|
+
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
|
@@ -16,12 +14,7 @@ lt:
|
|
16
14
|
models:
|
17
15
|
answer:
|
18
16
|
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Reikia pridėti iš naujo
|
21
|
-
body:
|
22
|
-
too_long: per ilgas
|
23
17
|
choices:
|
24
|
-
missing: nepilnas - trūksta elementų
|
25
18
|
too_many: per daug
|
26
19
|
questionnaire:
|
27
20
|
request_invalid: Tvarkant prašymą įvyko klaida. Bandykite dar kartą.
|
@@ -38,24 +31,14 @@ lt:
|
|
38
31
|
show: Rodyti atsakymus
|
39
32
|
answer_option:
|
40
33
|
answer_option: Atsakymo variantas
|
41
|
-
free_text: Laisva forma
|
42
34
|
remove: Pašalinti
|
43
35
|
statement: Pareiškimas
|
44
36
|
answers:
|
45
37
|
actions:
|
46
|
-
back: Grįžti į atsakymus
|
47
|
-
export: Eksportuoti
|
48
|
-
next: Kitas ›
|
49
|
-
previous: "‹ Ankst."
|
50
38
|
show: Rodyti atsakymus
|
51
39
|
empty: Atsakymų dar nėra
|
52
|
-
export:
|
53
|
-
answer:
|
54
|
-
title: 'Atsakymas #%{number}'
|
55
40
|
export_response:
|
56
41
|
title: apklausa_naudotoju_atsakymai_%{token}
|
57
|
-
index:
|
58
|
-
title: "%{total} iš viso atsakymų"
|
59
42
|
show:
|
60
43
|
title: 'Atsakymas #%{number}'
|
61
44
|
display_condition:
|
@@ -81,14 +64,10 @@ lt:
|
|
81
64
|
title: Redaguoti klausimyną
|
82
65
|
form:
|
83
66
|
add_question: Pridėti klausimą
|
84
|
-
add_separator: Pridėti skyriklį
|
85
|
-
add_title_and_description: Pridėti pavadinimą ir aprašymą
|
86
|
-
already_answered_warning: Kai kurie naudotojai jau atsakė į formos klausimus, todėl jos klausimų keisti nebegalite.
|
87
67
|
collapse: Suskleisti visus klausimus
|
88
68
|
expand: Išskleisti visus klausimus
|
89
69
|
preview: Peržiūra
|
90
70
|
title: Taisyti %{questionnaire_for} formą
|
91
|
-
unpublished_warning: Forma nepaskelbta. Galite keisti klausimus, tačiau tai darydami pašalinsite esamus atsakymus.
|
92
71
|
matrix_row:
|
93
72
|
matrix_row: Eilutė
|
94
73
|
remove: Pašalinti
|
@@ -127,9 +106,6 @@ lt:
|
|
127
106
|
admin_log:
|
128
107
|
questionnaire:
|
129
108
|
update: "%{user_name} atnaujino %{resource_name} klausimyną"
|
130
|
-
errors:
|
131
|
-
answer:
|
132
|
-
body: Pagrindinė dalis negali būti tuščia
|
133
109
|
images:
|
134
110
|
dimensions: "%{width} x %{height} px"
|
135
111
|
processors:
|
@@ -145,21 +121,15 @@ lt:
|
|
145
121
|
single_option: Vienas variantas
|
146
122
|
sorting: Rūšiavimas
|
147
123
|
title_and_description: Pavadinimas ir aprašymas
|
148
|
-
questionnaire_answer_presenter:
|
149
|
-
download_attachment: Parsisiųsti priedą
|
150
124
|
questionnaires:
|
151
125
|
answer:
|
152
126
|
invalid: Atsakant į šią formą iškilo problema.
|
153
|
-
max_choices_alert: Per daug pasirinktų variantų
|
154
127
|
success: Į formos klausimus atsakyta.
|
155
128
|
question:
|
156
129
|
max_choices: 'Didžiausias pasirinkčių skaičius: %{n}'
|
157
130
|
show:
|
158
131
|
answer_questionnaire:
|
159
|
-
already_have_an_account?: Jau turite paskyrą?
|
160
|
-
are_you_new?: Naujas naudotojas?
|
161
132
|
sign_in_description: Prisijunkite norėdami dalyvauti apklausoje
|
162
|
-
sign_up_description: Norėdami dalyvauti apklausoje, susikurkite dalyvio paskyrą
|
163
133
|
title: Atsakyti į formos klausimus
|
164
134
|
current_step: Žingsnis %{step}
|
165
135
|
of_total_steps: iš%{total_steps}
|
@@ -180,18 +150,11 @@ lt:
|
|
180
150
|
tos_agreement: Dalyvaudami sutinkate su paslaugos teikimo sąlygomis
|
181
151
|
step_navigation:
|
182
152
|
show:
|
183
|
-
are_you_sure: Šio veiksmo atšaukti negalima ir savo atsakymų keisti negalėsite. Ar esate įsitikinę?
|
184
153
|
back: Atgal
|
185
154
|
continue: Tęsti
|
186
155
|
submit: Pateikti
|
187
156
|
user_answers_serializer:
|
188
157
|
body: Atsakymas
|
189
|
-
completion: Užbaigimas
|
190
158
|
created_at: Atsakyta
|
191
159
|
id: Atsakymo ID
|
192
|
-
ip_hash: IP adreso "hash" kodas
|
193
160
|
question: Klausimas
|
194
|
-
registered: Užregistruota
|
195
|
-
session_token: Naudotojo identifikatorius
|
196
|
-
unregistered: Neregistruoti
|
197
|
-
user_status: Naudotojo būsena
|
data/config/locales/lv.yml
CHANGED
@@ -14,7 +14,6 @@ lv:
|
|
14
14
|
answer:
|
15
15
|
attributes:
|
16
16
|
choices:
|
17
|
-
missing: nav pabeigti
|
18
17
|
too_many: ir par daudz
|
19
18
|
decidim:
|
20
19
|
forms:
|
@@ -26,7 +25,6 @@ lv:
|
|
26
25
|
questionnaires:
|
27
26
|
answer_option:
|
28
27
|
answer_option: Atbildes iespēja
|
29
|
-
free_text: Brīva vieta tekstam
|
30
28
|
remove: Noņemt
|
31
29
|
statement: Paziņojums
|
32
30
|
edit:
|
@@ -34,8 +32,6 @@ lv:
|
|
34
32
|
title: Rediģēt aptauju
|
35
33
|
form:
|
36
34
|
add_question: Pievienot jautājumu
|
37
|
-
add_separator: Pievienot atdalītāju
|
38
|
-
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.
|
39
35
|
collapse: Sakļaut visus jautājumus
|
40
36
|
expand: Izvērst visus jautājumus
|
41
37
|
matrix_row:
|
@@ -74,7 +70,6 @@ lv:
|
|
74
70
|
questionnaires:
|
75
71
|
answer:
|
76
72
|
invalid: Atbildot uz veidlapas jautājumiem, radās problēma.
|
77
|
-
max_choices_alert: Ir izvēlēti pārāk daudzi varianti
|
78
73
|
success: Uz veidlapas jautājumiem ir veiksmīgi atbildēts.
|
79
74
|
question:
|
80
75
|
max_choices: 'Maksimālais izvēļu skaits: %{n}'
|
@@ -95,13 +90,10 @@ lv:
|
|
95
90
|
tos_agreement: Piedaloties jūs piekrītat pakalpojumu sniegšanas noteikumiem.
|
96
91
|
step_navigation:
|
97
92
|
show:
|
98
|
-
are_you_sure: Šo darbību nevar atsaukt, un jūs nevarēsiet rediģēt savas atbildes. Vai esat pārliecināts?
|
99
93
|
back: Atpakaļ
|
100
94
|
continue: Turpināt
|
101
95
|
submit: Iesniegt
|
102
96
|
user_answers_serializer:
|
103
97
|
created_at: Atbildēts
|
104
98
|
id: Atbildes ID
|
105
|
-
|
106
|
-
unregistered: Nereģistrēts
|
107
|
-
user_status: Lietotāja statuss
|
99
|
+
question: Jautājums
|
data/config/locales/nl.yml
CHANGED
@@ -4,8 +4,6 @@ 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
|
@@ -16,7 +14,6 @@ nl:
|
|
16
14
|
answer:
|
17
15
|
attributes:
|
18
16
|
choices:
|
19
|
-
missing: zijn niet compleet
|
20
17
|
too_many: zijn te veel
|
21
18
|
decidim:
|
22
19
|
forms:
|
@@ -31,22 +28,14 @@ nl:
|
|
31
28
|
show: Antwoorden tonen
|
32
29
|
answer_option:
|
33
30
|
answer_option: Antwoord optie
|
34
|
-
free_text: Vrije tekst
|
35
31
|
remove: Verwijderen
|
36
32
|
statement: Uitspraak
|
37
33
|
answers:
|
38
34
|
actions:
|
39
|
-
back: Terug naar antwoorden
|
40
|
-
export: Exporteren
|
41
35
|
show: Toon antwoorden
|
42
36
|
empty: Nog geen antwoorden
|
43
|
-
export:
|
44
|
-
answer:
|
45
|
-
title: 'Antwoord #%{number}'
|
46
37
|
export_response:
|
47
38
|
title: survey_user_answers_%{token}
|
48
|
-
index:
|
49
|
-
title: "%{total} totale antwoorden"
|
50
39
|
show:
|
51
40
|
title: 'Antwoord #%{number}'
|
52
41
|
display_condition:
|
@@ -72,13 +61,9 @@ nl:
|
|
72
61
|
title: Bewerk vragenlijst
|
73
62
|
form:
|
74
63
|
add_question: Vraag toevoegen
|
75
|
-
add_separator: Scheidingsteken toevoegen
|
76
|
-
add_title_and_description: Titel en beschrijving toevoegen
|
77
|
-
already_answered_warning: De vragenlijst is al door enkele gebruikers beantwoord, dus u kunt de vragen niet wijzigen.
|
78
64
|
collapse: Alle vragen samenvouwen
|
79
65
|
expand: Vouw alle vragen uit
|
80
66
|
preview: Voorvertoning
|
81
|
-
unpublished_warning: Het formulier is niet gepubliceerd. Je kunt de vragen wijzigen, maar als je dit doet worden de huidige antwoorden verwijderd.
|
82
67
|
matrix_row:
|
83
68
|
matrix_row: Rij
|
84
69
|
remove: Verwijderen
|
@@ -128,7 +113,6 @@ nl:
|
|
128
113
|
questionnaires:
|
129
114
|
answer:
|
130
115
|
invalid: Er zijn fouten opgetreden bij het beantwoorden van de vragenlijst.
|
131
|
-
max_choices_alert: Er zijn te veel keuzes geselecteerd
|
132
116
|
success: Vragenlijst met succes beantwoord.
|
133
117
|
question:
|
134
118
|
max_choices: 'Max. Keuzes: %{n}'
|
@@ -154,18 +138,11 @@ nl:
|
|
154
138
|
tos_agreement: Door deel te nemen, gaat u akkoord met de Servicevoorwaarden
|
155
139
|
step_navigation:
|
156
140
|
show:
|
157
|
-
are_you_sure: Deze actie kan niet ongedaan gemaakt worden en u kunt uw antwoorden niet wijzigen. Weet u het zeker?
|
158
141
|
back: Achterzijde
|
159
142
|
continue: Doorgaan
|
160
143
|
submit: Verzenden
|
161
144
|
user_answers_serializer:
|
162
145
|
body: Beantwoorden
|
163
|
-
completion: Voltooiing
|
164
146
|
created_at: Beantwoord
|
165
147
|
id: Antwoord ID
|
166
|
-
ip_hash: IP Hash
|
167
148
|
question: Vraag
|
168
|
-
registered: Geregistreerd
|
169
|
-
session_token: Gebruiker identificatie
|
170
|
-
unregistered: Niet-geregistreerd
|
171
|
-
user_status: Gebruiker-status
|