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
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
data/config/locales/hu.yml
CHANGED
@@ -53,7 +53,6 @@ hu:
|
|
53
53
|
up: Fel
|
54
54
|
update:
|
55
55
|
invalid: Hiba történt a kérdőív mentésekor.
|
56
|
-
success: A kérdőíveket sikeresen elmentettük.
|
57
56
|
errors:
|
58
57
|
answer:
|
59
58
|
body: A szövegtörzs nem lehet üres
|
@@ -90,7 +89,6 @@ hu:
|
|
90
89
|
user_answers_serializer:
|
91
90
|
created_at: Válaszolt
|
92
91
|
id: Válasz azonosító
|
93
|
-
ip_hash: Ip Hash
|
94
92
|
registered: Regisztrált
|
95
93
|
unregistered: Nem regisztrált
|
96
94
|
user_status: Felhasználó státusza
|
data/config/locales/id-ID.yml
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
is:
|
data/config/locales/it.yml
CHANGED
@@ -3,6 +3,8 @@ it:
|
|
3
3
|
attributes:
|
4
4
|
answer:
|
5
5
|
body: Risposta
|
6
|
+
choices: Scelte
|
7
|
+
selected_choices: Scelte selezionate
|
6
8
|
question:
|
7
9
|
max_choices: Numero massimo di scelte
|
8
10
|
question_type: Tipo
|
@@ -25,11 +27,47 @@ it:
|
|
25
27
|
description: Descrizione
|
26
28
|
tos: Termini di servizio
|
27
29
|
questionnaires:
|
30
|
+
actions:
|
31
|
+
back: Torna alle domande
|
32
|
+
show: Mostra risposte
|
28
33
|
answer_option:
|
29
34
|
answer_option: Opzione di risposta
|
30
35
|
free_text: Testo libero
|
31
36
|
remove: Rimuovere
|
32
37
|
statement: dichiarazione
|
38
|
+
answers:
|
39
|
+
actions:
|
40
|
+
back: Torna alle risposte
|
41
|
+
export: Esporta
|
42
|
+
show: Mostra risposte
|
43
|
+
empty: Ancora nessuna risposta
|
44
|
+
export:
|
45
|
+
answer:
|
46
|
+
title: 'Risposta #%{number}'
|
47
|
+
export_response:
|
48
|
+
title: risposte_utente_sondaggio_%{token}
|
49
|
+
index:
|
50
|
+
title: "%{total} risposte totali"
|
51
|
+
show:
|
52
|
+
title: 'Risposta #%{number}'
|
53
|
+
display_condition:
|
54
|
+
answer_option: Opzione di risposta
|
55
|
+
condition_question: Domanda
|
56
|
+
condition_type: Condizione
|
57
|
+
condition_types:
|
58
|
+
answered: Chiusa
|
59
|
+
equal: Equilibrato
|
60
|
+
match: Include testo
|
61
|
+
not_answered: Senza risposta
|
62
|
+
not_equal: Non uguale a
|
63
|
+
condition_value: Testo incluso
|
64
|
+
display_condition: Stato di visualizzazione
|
65
|
+
mandatory: Questa condizione deve essere soddisfatta sempre indipendentemente dallo stato di altre condizioni
|
66
|
+
remove: Rimuovi
|
67
|
+
save_warning: Ricorda di salvare il modulo prima di configurare le condizioni di visualizzazione
|
68
|
+
select_answer_option: Selezionare l'opzione di risposta
|
69
|
+
select_condition_question: Seleziona una domanda
|
70
|
+
select_condition_type: Seleziona regola
|
33
71
|
edit:
|
34
72
|
save: Salvare
|
35
73
|
title: Modifica questionario
|
@@ -39,12 +77,17 @@ it:
|
|
39
77
|
already_answered_warning: Alcuni utenti hanno già risposto al questionario, quindi non è possibile modificare le sue domande.
|
40
78
|
collapse: Comprimi tutte le domande
|
41
79
|
expand: Espandi tutte le domande
|
80
|
+
preview: Anteprima
|
81
|
+
title: Modificare il modulo
|
82
|
+
unpublished_warning: Il modulo non è pubblicato. Puoi modificare le sue domande, ma in questo modo cancellerai le risposte correnti.
|
42
83
|
matrix_row:
|
43
84
|
matrix_row: Riga
|
44
85
|
remove: Rimuovere
|
45
86
|
statement: dichiarazione
|
46
87
|
question:
|
47
88
|
add_answer_option: Aggiungi l'opzione di risposta
|
89
|
+
add_display_condition: Aggiungere condizione di visualizzazione
|
90
|
+
add_display_condition_info: Salva il modulo per configurare le condizioni di visualizzazione
|
48
91
|
add_matrix_row: Aggiungi riga
|
49
92
|
any: Qualunque
|
50
93
|
collapse: Comprimi
|
@@ -62,7 +105,7 @@ it:
|
|
62
105
|
up: Su
|
63
106
|
update:
|
64
107
|
invalid: Si sono verificati errori durante il salvataggio del questionario.
|
65
|
-
success:
|
108
|
+
success: Modulo salvato correttamente.
|
66
109
|
errors:
|
67
110
|
answer:
|
68
111
|
body: Il corpo non può essere vuoto
|
@@ -104,6 +147,11 @@ it:
|
|
104
147
|
questionnaire_for_private_users:
|
105
148
|
body: Il questionario è disponibile solo per gli utenti privati
|
106
149
|
title: Questionario chiuso
|
150
|
+
questionnaire_js_disabled:
|
151
|
+
body: Alcune caratteristiche di questo modulo saranno disabilitate. Per migliorare la tua esperienza, abilita JavaScript nel tuo browser.
|
152
|
+
title: JavaScript è disabilitato
|
153
|
+
questionnaire_not_published:
|
154
|
+
body: Questo modulo non è stato ancora pubblicato.
|
107
155
|
tos_agreement: Partecipando accetti i suoi Termini di servizio
|
108
156
|
step_navigation:
|
109
157
|
show:
|
@@ -112,9 +160,13 @@ it:
|
|
112
160
|
continue: Continua
|
113
161
|
submit: Invia
|
114
162
|
user_answers_serializer:
|
163
|
+
body: Risposta
|
164
|
+
completion: Completamento
|
115
165
|
created_at: Risposto
|
116
166
|
id: ID risposta
|
117
167
|
ip_hash: Hash Ip
|
168
|
+
question: Domanda
|
118
169
|
registered: Registrato
|
170
|
+
session_token: Identificativo dell'utente
|
119
171
|
unregistered: Non registrato
|
120
172
|
user_status: Stato utente
|
data/config/locales/ja-JP.yml
CHANGED
@@ -25,11 +25,47 @@ ja:
|
|
25
25
|
description: 説明
|
26
26
|
tos: 利用規約
|
27
27
|
questionnaires:
|
28
|
+
actions:
|
29
|
+
back: 質問に戻る
|
30
|
+
show: 回答を表示
|
28
31
|
answer_option:
|
29
32
|
answer_option: 回答オプション
|
30
33
|
free_text: フリーテキスト
|
31
34
|
remove: 削除
|
32
35
|
statement: ステートメント
|
36
|
+
answers:
|
37
|
+
actions:
|
38
|
+
back: 返信に戻る
|
39
|
+
export: エクスポート
|
40
|
+
show: 回答を表示
|
41
|
+
empty: まだ回答がありません
|
42
|
+
export:
|
43
|
+
answer:
|
44
|
+
title: '応答 #%{number}'
|
45
|
+
export_response:
|
46
|
+
title: survey_user_answers_%{token}
|
47
|
+
index:
|
48
|
+
title: "合計%{total} 件の回答"
|
49
|
+
show:
|
50
|
+
title: '回答 #%{number}'
|
51
|
+
display_condition:
|
52
|
+
answer_option: 回答オプション
|
53
|
+
condition_question: 質問
|
54
|
+
condition_type: 条件
|
55
|
+
condition_types:
|
56
|
+
answered: 回答済み
|
57
|
+
equal: 等しい
|
58
|
+
match: テキストを含む
|
59
|
+
not_answered: 応答がありません
|
60
|
+
not_equal: 等しくない
|
61
|
+
condition_value: 含まれるテキスト
|
62
|
+
display_condition: 条件を表示
|
63
|
+
mandatory: 他の条件にかかわらず、この条件は常に満たされる必要があります
|
64
|
+
remove: 削除
|
65
|
+
save_warning: 表示条件を設定する前にフォームを保存してください
|
66
|
+
select_answer_option: 回答オプションを選択
|
67
|
+
select_condition_question: 質問を選択
|
68
|
+
select_condition_type: 条件の種類を選択
|
33
69
|
edit:
|
34
70
|
save: 保存
|
35
71
|
title: アンケートを編集
|
@@ -39,12 +75,17 @@ ja:
|
|
39
75
|
already_answered_warning: このフォームはすでに一部のユーザーによって回答されているため、質問を修正することはできません。
|
40
76
|
collapse: すべての質問を閉じる
|
41
77
|
expand: すべての質問を展開
|
78
|
+
preview: プレビュー
|
79
|
+
title: フォームの編集
|
80
|
+
unpublished_warning: フォームは公開されていません。質問を修正することはできますが、そうすると現在の回答が削除されます。
|
42
81
|
matrix_row:
|
43
82
|
matrix_row: 行
|
44
83
|
remove: 削除
|
45
84
|
statement: ステートメント
|
46
85
|
question:
|
47
86
|
add_answer_option: 回答オプションを追加
|
87
|
+
add_display_condition: 表示条件を追加
|
88
|
+
add_display_condition_info: 表示条件を設定するためにフォームを保存します
|
48
89
|
add_matrix_row: 行を追加
|
49
90
|
any: 任意の
|
50
91
|
collapse: 折りたたむ
|
@@ -104,6 +145,11 @@ ja:
|
|
104
145
|
questionnaire_for_private_users:
|
105
146
|
body: このフォームはプライベートユーザーのみ利用できます
|
106
147
|
title: フォームを閉じました
|
148
|
+
questionnaire_js_disabled:
|
149
|
+
body: このフォームのいくつかの機能は無効になります。あなたのエクスペリエンスを向上させるために、ブラウザでJavaScriptを有効にしてください。
|
150
|
+
title: JavaScriptは無効です
|
151
|
+
questionnaire_not_published:
|
152
|
+
body: このフォームはまだ公開されていません。
|
107
153
|
tos_agreement: 参加することにより、利用規約に同意します。
|
108
154
|
step_navigation:
|
109
155
|
show:
|
@@ -112,9 +158,13 @@ ja:
|
|
112
158
|
continue: 続ける
|
113
159
|
submit: 送信
|
114
160
|
user_answers_serializer:
|
161
|
+
body: 回答
|
162
|
+
completion: 完了
|
115
163
|
created_at: 回答日時
|
116
164
|
id: 回答ID
|
117
|
-
ip_hash: IPハッシュ
|
165
|
+
ip_hash: IP ハッシュ
|
166
|
+
question: 質問
|
118
167
|
registered: 登録済み
|
168
|
+
session_token: ユーザー識別子
|
119
169
|
unregistered: 未登録
|
120
170
|
user_status: ユーザーの状態
|
@@ -0,0 +1,170 @@
|
|
1
|
+
ja:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
answer:
|
5
|
+
body: 回答
|
6
|
+
question:
|
7
|
+
max_choices: 選択肢の最大数
|
8
|
+
question_type: タイプ
|
9
|
+
questionnaire_question:
|
10
|
+
mandatory: Mandatory
|
11
|
+
errors:
|
12
|
+
models:
|
13
|
+
answer:
|
14
|
+
attributes:
|
15
|
+
choices:
|
16
|
+
missing: は完全ではありません
|
17
|
+
too_many: 多すぎます
|
18
|
+
questionnaire:
|
19
|
+
request_invalid: リクエストの処理中にエラーが発生しました。もう一度やり直してください。
|
20
|
+
decidim:
|
21
|
+
forms:
|
22
|
+
admin:
|
23
|
+
models:
|
24
|
+
components:
|
25
|
+
description: 説明
|
26
|
+
tos: 利用規約
|
27
|
+
questionnaires:
|
28
|
+
actions:
|
29
|
+
back: 質問に戻る
|
30
|
+
show: 回答を表示
|
31
|
+
answer_option:
|
32
|
+
answer_option: 回答オプション
|
33
|
+
free_text: フリーテキスト
|
34
|
+
remove: 削除
|
35
|
+
statement: ステートメント
|
36
|
+
answers:
|
37
|
+
actions:
|
38
|
+
back: 返信に戻る
|
39
|
+
export: エクスポート
|
40
|
+
show: 回答を表示
|
41
|
+
empty: まだ回答がありません
|
42
|
+
export:
|
43
|
+
answer:
|
44
|
+
title: '応答 #%{number}'
|
45
|
+
export_response:
|
46
|
+
title: survey_user_answers_%{token}
|
47
|
+
index:
|
48
|
+
title: "合計%{total} 件の回答"
|
49
|
+
show:
|
50
|
+
title: '回答 #%{number}'
|
51
|
+
display_condition:
|
52
|
+
answer_option: 回答オプション
|
53
|
+
condition_question: 質問
|
54
|
+
condition_type: 条件
|
55
|
+
condition_types:
|
56
|
+
answered: 回答済み
|
57
|
+
equal: 等しい
|
58
|
+
match: テキストを含む
|
59
|
+
not_answered: 応答がありません
|
60
|
+
not_equal: 等しくない
|
61
|
+
condition_value: 含まれるテキスト
|
62
|
+
display_condition: 条件を表示
|
63
|
+
mandatory: 他の条件にかかわらず、この条件は常に満たされる必要があります
|
64
|
+
remove: 削除
|
65
|
+
save_warning: 表示条件を設定する前にフォームを保存してください
|
66
|
+
select_answer_option: 回答オプションを選択
|
67
|
+
select_condition_question: 質問を選択
|
68
|
+
select_condition_type: 条件の種類を選択
|
69
|
+
edit:
|
70
|
+
save: 保存
|
71
|
+
title: アンケートを編集
|
72
|
+
form:
|
73
|
+
add_question: 質問を追加
|
74
|
+
add_separator: 区切り文字を追加
|
75
|
+
already_answered_warning: このフォームはすでに一部のユーザーによって回答されているため、質問を修正することはできません。
|
76
|
+
collapse: すべての質問を閉じる
|
77
|
+
expand: すべての質問を展開
|
78
|
+
preview: プレビュー
|
79
|
+
title: フォームの編集
|
80
|
+
unpublished_warning: フォームは公開されていません。質問を修正することはできますが、そうすると現在の回答が削除されます。
|
81
|
+
matrix_row:
|
82
|
+
matrix_row: 行
|
83
|
+
remove: 削除
|
84
|
+
statement: ステートメント
|
85
|
+
question:
|
86
|
+
add_answer_option: 回答オプションを追加
|
87
|
+
add_display_condition: 表示条件を追加
|
88
|
+
add_display_condition_info: 表示条件を設定するためにフォームを保存します
|
89
|
+
add_matrix_row: 行を追加
|
90
|
+
any: 任意の
|
91
|
+
collapse: 折りたたむ
|
92
|
+
description: 説明
|
93
|
+
down: 下
|
94
|
+
expand: 展開
|
95
|
+
question: 質問
|
96
|
+
remove: 削除
|
97
|
+
statement: ステートメント
|
98
|
+
up: 上へ
|
99
|
+
separator:
|
100
|
+
down: 下
|
101
|
+
remove: 削除
|
102
|
+
separator: 区切り記号
|
103
|
+
up: 上へ
|
104
|
+
update:
|
105
|
+
invalid: フォームの保存に失敗しました。
|
106
|
+
success: フォームを保存しました。
|
107
|
+
errors:
|
108
|
+
answer:
|
109
|
+
body: 本文は空白にできません
|
110
|
+
files:
|
111
|
+
extension_whitelist: '承認されたフォーマット:'
|
112
|
+
images:
|
113
|
+
dimensions: "%{width} x %{height} px"
|
114
|
+
dimensions_info: 'この画像は次のようになります:'
|
115
|
+
processors:
|
116
|
+
resize_and_pad: リサイズおよびパッド先
|
117
|
+
resize_to_fit: フィットするようにリサイズしました
|
118
|
+
question_types:
|
119
|
+
long_answer: 長い回答
|
120
|
+
matrix_multiple: マトリクス (複数オプション)
|
121
|
+
matrix_single: マトリクス(シングルオプション)
|
122
|
+
multiple_option: 複数のオプション
|
123
|
+
short_answer: 短い回答
|
124
|
+
single_option: 単一オプション
|
125
|
+
sorting: 並び替え
|
126
|
+
questionnaires:
|
127
|
+
answer:
|
128
|
+
invalid: フォームの回答に問題がありました。
|
129
|
+
max_choices_alert: 選択された選択肢が多すぎます
|
130
|
+
success: フォームは正常に回答しました。
|
131
|
+
question:
|
132
|
+
max_choices: '最大選択肢: %{n}'
|
133
|
+
show:
|
134
|
+
answer_questionnaire:
|
135
|
+
anonymous_user_message: <a href="%{sign_in_link}">アカウント</a> でログインするか、 <a href="%{sign_up_link}">ユーザ登録</a> してフォームに回答してください。
|
136
|
+
title: フォームに回答
|
137
|
+
current_step: ステップ %{step}
|
138
|
+
of_total_steps: / %{total_steps}
|
139
|
+
questionnaire_answered:
|
140
|
+
body: このフォームには既に回答済みです。
|
141
|
+
title: すでに回答済み
|
142
|
+
questionnaire_closed:
|
143
|
+
body: フォームが閉じられているため、回答できません。
|
144
|
+
title: フォームを閉じました
|
145
|
+
questionnaire_for_private_users:
|
146
|
+
body: このフォームはプライベートユーザーのみ利用できます
|
147
|
+
title: フォームを閉じました
|
148
|
+
questionnaire_js_disabled:
|
149
|
+
body: このフォームのいくつかの機能は無効になります。あなたのエクスペリエンスを向上させるために、ブラウザでJavaScriptを有効にしてください。
|
150
|
+
title: JavaScriptは無効です
|
151
|
+
questionnaire_not_published:
|
152
|
+
body: このフォームはまだ公開されていません。
|
153
|
+
tos_agreement: 参加することにより、利用規約に同意します。
|
154
|
+
step_navigation:
|
155
|
+
show:
|
156
|
+
are_you_sure: この操作は元に戻すことができず、回答を編集することはできません。よろしいですか?
|
157
|
+
back: 戻る
|
158
|
+
continue: 続ける
|
159
|
+
submit: 送信
|
160
|
+
user_answers_serializer:
|
161
|
+
body: 回答
|
162
|
+
completion: 完了
|
163
|
+
created_at: 回答日時
|
164
|
+
id: 回答ID
|
165
|
+
ip_hash: IP ハッシュ
|
166
|
+
question: 質問
|
167
|
+
registered: 登録済み
|
168
|
+
session_token: ユーザー識別子
|
169
|
+
unregistered: 未登録
|
170
|
+
user_status: ユーザーの状態
|
@@ -0,0 +1 @@
|
|
1
|
+
ko:
|
@@ -0,0 +1 @@
|
|
1
|
+
ko:
|
@@ -0,0 +1 @@
|
|
1
|
+
lt:
|
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
data/config/locales/nl.yml
CHANGED
@@ -3,6 +3,8 @@ nl:
|
|
3
3
|
attributes:
|
4
4
|
answer:
|
5
5
|
body: Antwoord
|
6
|
+
choices: Keuzes
|
7
|
+
selected_choices: Geselecteerde keuzes
|
6
8
|
question:
|
7
9
|
max_choices: Maximum aantal keuzes
|
8
10
|
question_type: Type
|
@@ -22,29 +24,70 @@ nl:
|
|
22
24
|
admin:
|
23
25
|
models:
|
24
26
|
components:
|
25
|
-
description:
|
26
|
-
tos:
|
27
|
+
description: Beschrijving
|
28
|
+
tos: Gebruiksvoorwaarden
|
27
29
|
questionnaires:
|
30
|
+
actions:
|
31
|
+
back: Terug naar vragen
|
32
|
+
show: Antwoorden tonen
|
28
33
|
answer_option:
|
29
34
|
answer_option: Antwoord optie
|
30
35
|
free_text: Vrije tekst
|
31
36
|
remove: Verwijderen
|
32
37
|
statement: Uitspraak
|
38
|
+
answers:
|
39
|
+
actions:
|
40
|
+
back: Terug naar antwoorden
|
41
|
+
export: Exporteren
|
42
|
+
show: Toon antwoorden
|
43
|
+
empty: Nog geen antwoorden
|
44
|
+
export:
|
45
|
+
answer:
|
46
|
+
title: 'Antwoord #%{number}'
|
47
|
+
export_response:
|
48
|
+
title: survey_user_answers_%{token}
|
49
|
+
index:
|
50
|
+
title: "%{total} totale antwoorden"
|
51
|
+
show:
|
52
|
+
title: 'Antwoord #%{number}'
|
53
|
+
display_condition:
|
54
|
+
answer_option: Antwoord optie
|
55
|
+
condition_question: Vraag
|
56
|
+
condition_type: Voorwaarde
|
57
|
+
condition_types:
|
58
|
+
answered: beantwoord
|
59
|
+
equal: Gelijk
|
60
|
+
match: Tekst inbegrepen
|
61
|
+
not_answered: Niet beantwoord
|
62
|
+
not_equal: Niet gelijk aan
|
63
|
+
condition_value: Inbegrepen tekst
|
64
|
+
display_condition: Toon voorwaarde
|
65
|
+
mandatory: Deze voorwaarde moet altijd worden vervuld, ongeacht de status van andere voorwaarden
|
66
|
+
remove: Verwijderen
|
67
|
+
save_warning: Vergeet niet om het formulier op te slaan voordat u voorwaarden voor het weergeven configureert
|
68
|
+
select_answer_option: Selecteer antwoord optie
|
69
|
+
select_condition_question: Selecteer een vraag
|
70
|
+
select_condition_type: Selecteer een type voorwaarde
|
33
71
|
edit:
|
34
72
|
save: Opslaan
|
35
73
|
title: Bewerk vragenlijst
|
36
74
|
form:
|
37
75
|
add_question: Vraag toevoegen
|
38
76
|
add_separator: Scheidingsteken toevoegen
|
39
|
-
already_answered_warning:
|
77
|
+
already_answered_warning: Het formulier is al door sommige gebruikers beantwoord, dus u kunt de vragen niet wijzigen.
|
40
78
|
collapse: Alle vragen samenvouwen
|
41
79
|
expand: Vouw alle vragen uit
|
80
|
+
preview: Voorvertoning
|
81
|
+
title: Formulier bewerken
|
82
|
+
unpublished_warning: Het formulier is niet gepubliceerd. Je kunt de vragen wijzigen, maar als je dit doet worden de huidige antwoorden verwijderd.
|
42
83
|
matrix_row:
|
43
84
|
matrix_row: Rij
|
44
85
|
remove: Verwijderen
|
45
86
|
statement: Uitspraak
|
46
87
|
question:
|
47
88
|
add_answer_option: Antwoordoptie toevoegen
|
89
|
+
add_display_condition: Weergavevoorwaarde toevoegen
|
90
|
+
add_display_condition_info: Sla het formulier op om weergavevoorwaarden te configureren
|
48
91
|
add_matrix_row: Rij toevoegen
|
49
92
|
any: Ieder
|
50
93
|
collapse: Samenvouwen
|
@@ -62,7 +105,7 @@ nl:
|
|
62
105
|
up: Omhoog
|
63
106
|
update:
|
64
107
|
invalid: Er zijn fouten opgetreden bij het opslaan van de vragenlijst.
|
65
|
-
success:
|
108
|
+
success: Formulier succesvol opgeslagen.
|
66
109
|
errors:
|
67
110
|
answer:
|
68
111
|
body: Lichaam mag niet leeg zijn
|
@@ -104,17 +147,26 @@ nl:
|
|
104
147
|
questionnaire_for_private_users:
|
105
148
|
body: De vragenlijst is alleen beschikbaar voor privé-gebruikers
|
106
149
|
title: Vragenlijst gesloten
|
150
|
+
questionnaire_js_disabled:
|
151
|
+
body: Sommige functies van dit formulier worden uitgeschakeld. Schakel JavaScript in in uw browser om uw ervaring te verbeteren.
|
152
|
+
title: JavaScript is uitgeschakeld
|
153
|
+
questionnaire_not_published:
|
154
|
+
body: Dit formulier is nog niet gepubliceerd.
|
107
155
|
tos_agreement: Door deel te nemen, gaat u akkoord met de Servicevoorwaarden
|
108
156
|
step_navigation:
|
109
157
|
show:
|
110
|
-
are_you_sure: Deze actie kan niet ongedaan worden
|
158
|
+
are_you_sure: Deze actie kan niet ongedaan gemaakt worden en u kunt uw antwoorden niet wijzigen. Weet u het zeker?
|
111
159
|
back: Achterzijde
|
112
160
|
continue: Doorgaan
|
113
|
-
submit:
|
161
|
+
submit: Verzenden
|
114
162
|
user_answers_serializer:
|
163
|
+
body: Beantwoorden
|
164
|
+
completion: Voltooiing
|
115
165
|
created_at: Beantwoord
|
116
166
|
id: Antwoord ID
|
117
|
-
ip_hash:
|
167
|
+
ip_hash: IP Hash
|
168
|
+
question: Vraag
|
118
169
|
registered: Geregistreerd
|
170
|
+
session_token: Gebruiker identificatie
|
119
171
|
unregistered: Niet-geregistreerd
|
120
172
|
user_status: Gebruiker-status
|