decidim-forms 0.30.0.rc2 → 0.30.0
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/cells/decidim/forms/step_navigation_cell.rb +3 -2
- data/app/controllers/decidim/forms/admin/concerns/has_questionnaire_answers.rb +1 -1
- data/app/models/decidim/forms/questionnaire.rb +4 -0
- data/config/locales/ar.yml +1 -16
- data/config/locales/bg.yml +0 -38
- data/config/locales/ca-IT.yml +237 -0
- data/config/locales/ca.yml +8 -9
- data/config/locales/cs.yml +3 -15
- data/config/locales/de.yml +7 -8
- data/config/locales/el.yml +0 -37
- data/config/locales/en.yml +0 -1
- data/config/locales/es-MX.yml +10 -11
- data/config/locales/es-PY.yml +10 -11
- data/config/locales/es.yml +9 -10
- data/config/locales/eu.yml +6 -7
- data/config/locales/fi-plain.yml +5 -6
- data/config/locales/fi.yml +5 -6
- data/config/locales/fr-CA.yml +8 -9
- data/config/locales/fr.yml +8 -9
- data/config/locales/ga-IE.yml +0 -5
- data/config/locales/gl.yml +1 -7
- data/config/locales/hu.yml +1 -10
- data/config/locales/id-ID.yml +1 -7
- data/config/locales/it.yml +4 -27
- data/config/locales/ja.yml +6 -7
- data/config/locales/lb.yml +1 -28
- data/config/locales/lt.yml +0 -37
- data/config/locales/lv.yml +1 -11
- data/config/locales/nl.yml +0 -23
- data/config/locales/no.yml +0 -27
- data/config/locales/pl.yml +0 -39
- data/config/locales/pt-BR.yml +0 -29
- data/config/locales/pt.yml +0 -27
- data/config/locales/ro-RO.yml +1 -24
- data/config/locales/ru.yml +2 -1
- data/config/locales/sk.yml +1 -10
- data/config/locales/sl.yml +0 -7
- data/config/locales/sv.yml +0 -37
- data/config/locales/tr-TR.yml +0 -23
- data/config/locales/zh-CN.yml +0 -23
- data/config/locales/zh-TW.yml +0 -37
- data/lib/decidim/forms/version.rb +1 -1
- metadata +9 -8
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,7 +19,6 @@ 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:
|
@@ -77,3 +70,4 @@ id:
|
|
77
70
|
user_answers_serializer:
|
78
71
|
created_at: Dijawab pada
|
79
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:
|
@@ -98,6 +78,9 @@ it:
|
|
98
78
|
remove: Rimuovere
|
99
79
|
statement: dichiarazione
|
100
80
|
up: Su
|
81
|
+
questions_form:
|
82
|
+
already_answered_warning: Alcuni utenti hanno già risposto al modulo, per cui non è possibile modificarne i quesiti.
|
83
|
+
unpublished_warning: Il modulo non è pubblicato. Puoi modificare le sue domande, ma in questo modo cancellerai le risposte correnti.
|
101
84
|
separator:
|
102
85
|
down: Giù
|
103
86
|
remove: Elimina
|
@@ -120,7 +103,6 @@ it:
|
|
120
103
|
questionnaires:
|
121
104
|
answer:
|
122
105
|
invalid: Ci sono stati errori nel rispondere al questionario.
|
123
|
-
max_choices_alert: Sono state selezionate troppe opzioni
|
124
106
|
success: Il questionario ha risposto con successo.
|
125
107
|
question:
|
126
108
|
max_choices: 'Scelte massime: %{n}'
|
@@ -146,17 +128,12 @@ it:
|
|
146
128
|
tos_agreement: Partecipando accetti i suoi Termini di servizio
|
147
129
|
step_navigation:
|
148
130
|
show:
|
131
|
+
are_you_sure_no_edit: Questa azione non può essere annullata e non potrai modificare le tue risposte. Sei sicuro?
|
149
132
|
back: Indietro
|
150
133
|
continue: Continua
|
151
134
|
submit: Invia
|
152
135
|
user_answers_serializer:
|
153
136
|
body: Risposta
|
154
|
-
completion: Completamento
|
155
137
|
created_at: Risposto
|
156
138
|
id: ID risposta
|
157
|
-
ip_hash: Hash Ip
|
158
139
|
question: Domanda
|
159
|
-
registered: Registrato
|
160
|
-
session_token: Identificativo dell'utente
|
161
|
-
unregistered: Non registrato
|
162
|
-
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} 個まで選択できます。
|
@@ -60,12 +60,12 @@ ja:
|
|
60
60
|
show: 回答を表示
|
61
61
|
answer_option:
|
62
62
|
answer_option: 回答オプション
|
63
|
-
free_text:
|
63
|
+
free_text: 自由形式テキスト
|
64
64
|
remove: 削除
|
65
65
|
statement: ステートメント
|
66
66
|
answers:
|
67
67
|
actions:
|
68
|
-
back:
|
68
|
+
back: 応答に戻る
|
69
69
|
export: エクスポート
|
70
70
|
next: 次 ›
|
71
71
|
previous: "‹ 前"
|
@@ -77,7 +77,7 @@ ja:
|
|
77
77
|
export_response:
|
78
78
|
title: survey_user_answers_%{token}
|
79
79
|
index:
|
80
|
-
title: "
|
80
|
+
title: "総回答数 %{total} 件"
|
81
81
|
show:
|
82
82
|
title: '回答 #%{number}'
|
83
83
|
display_condition:
|
@@ -192,7 +192,7 @@ ja:
|
|
192
192
|
answer_questionnaire:
|
193
193
|
already_have_an_account?: 既にアカウントをお持ちですか?
|
194
194
|
are_you_new?: 新しいユーザーですか?
|
195
|
-
sign_in_description:
|
195
|
+
sign_in_description: アンケートにログインする
|
196
196
|
sign_up_description: アンケートに答えるために参加者アカウントを作成します
|
197
197
|
title: フォームに回答
|
198
198
|
current_step: ステップ %{step}
|
@@ -218,7 +218,6 @@ ja:
|
|
218
218
|
tos_agreement: 参加することにより、利用規約に同意します。
|
219
219
|
step_navigation:
|
220
220
|
show:
|
221
|
-
are_you_sure_edit: 回答を編集することができます。よろしいですか?
|
222
221
|
are_you_sure_edit_guest: 回答を後で編集できるようにしたい場合は、ログインまたはアカウントを作成する必要があります。
|
223
222
|
are_you_sure_no_edit: この操作は元に戻すことができず、回答を編集することはできません。よろしいですか?
|
224
223
|
back: 戻る
|
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:
|
@@ -120,7 +100,6 @@ lb:
|
|
120
100
|
questionnaires:
|
121
101
|
answer:
|
122
102
|
invalid: Bei der Beantwortung des Fragebogens sind Fehler aufgetreten.
|
123
|
-
max_choices_alert: Es wurden zu viele Auswahlmöglichkeiten ausgewählt
|
124
103
|
success: Fragebogen erfolgreich beantwortet.
|
125
104
|
question:
|
126
105
|
max_choices: 'Max Auswahlmöglichkeiten: %{n}'
|
@@ -151,12 +130,6 @@ lb:
|
|
151
130
|
submit: einreichen
|
152
131
|
user_answers_serializer:
|
153
132
|
body: Antwort
|
154
|
-
completion: Abschluss
|
155
133
|
created_at: Beantwortet am
|
156
134
|
id: ID beantworten
|
157
|
-
|
158
|
-
question: Frage
|
159
|
-
registered: Registriert
|
160
|
-
session_token: Benutzerkennung
|
161
|
-
unregistered: Nicht registriert
|
162
|
-
user_status: Benutzerstatus
|
135
|
+
question: Fro
|
data/config/locales/lt.yml
CHANGED
@@ -4,24 +4,12 @@ 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
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Privaloma
|
14
12
|
max_characters: Simbolių limitas (palikti 0 jei limito nėra)
|
15
|
-
errors:
|
16
|
-
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
13
|
decidim:
|
26
14
|
forms:
|
27
15
|
admin:
|
@@ -35,24 +23,14 @@ lt:
|
|
35
23
|
show: Rodyti atsakymus
|
36
24
|
answer_option:
|
37
25
|
answer_option: Atsakymo variantas
|
38
|
-
free_text: Laisva forma
|
39
26
|
remove: Pašalinti
|
40
27
|
statement: Pareiškimas
|
41
28
|
answers:
|
42
29
|
actions:
|
43
|
-
back: Grįžti į atsakymus
|
44
|
-
export: Eksportuoti
|
45
|
-
next: Kitas ›
|
46
|
-
previous: "‹ Ankst."
|
47
30
|
show: Rodyti atsakymus
|
48
31
|
empty: Atsakymų dar nėra
|
49
|
-
export:
|
50
|
-
answer:
|
51
|
-
title: 'Atsakymas #%{number}'
|
52
32
|
export_response:
|
53
33
|
title: apklausa_naudotoju_atsakymai_%{token}
|
54
|
-
index:
|
55
|
-
title: "%{total} iš viso atsakymų"
|
56
34
|
show:
|
57
35
|
title: 'Atsakymas #%{number}'
|
58
36
|
display_condition:
|
@@ -120,9 +98,6 @@ lt:
|
|
120
98
|
admin_log:
|
121
99
|
questionnaire:
|
122
100
|
update: "%{user_name} atnaujino %{resource_name} klausimyną"
|
123
|
-
errors:
|
124
|
-
answer:
|
125
|
-
body: Pagrindinė dalis negali būti tuščia
|
126
101
|
images:
|
127
102
|
dimensions: "%{width} x %{height} px"
|
128
103
|
processors:
|
@@ -138,20 +113,14 @@ lt:
|
|
138
113
|
single_option: Vienas variantas
|
139
114
|
sorting: Rūšiavimas
|
140
115
|
title_and_description: Pavadinimas ir aprašymas
|
141
|
-
questionnaire_answer_presenter:
|
142
|
-
download_attachment: Parsisiųsti priedą
|
143
116
|
questionnaires:
|
144
117
|
answer:
|
145
118
|
invalid: Atsakant į šią formą iškilo problema.
|
146
|
-
max_choices_alert: Per daug pasirinktų variantų
|
147
119
|
success: Į formos klausimus atsakyta.
|
148
120
|
question:
|
149
121
|
max_choices: 'Didžiausias pasirinkčių skaičius: %{n}'
|
150
122
|
show:
|
151
123
|
answer_questionnaire:
|
152
|
-
already_have_an_account?: Jau turite paskyrą?
|
153
|
-
are_you_new?: Naujas naudotojas?
|
154
|
-
sign_up_description: Norėdami dalyvauti apklausoje, susikurkite dalyvio paskyrą
|
155
124
|
title: Atsakyti į formos klausimus
|
156
125
|
current_step: Žingsnis %{step}
|
157
126
|
of_total_steps: iš%{total_steps}
|
@@ -177,12 +146,6 @@ lt:
|
|
177
146
|
submit: Pateikti
|
178
147
|
user_answers_serializer:
|
179
148
|
body: Atsakymas
|
180
|
-
completion: Užbaigimas
|
181
149
|
created_at: Atsakyta
|
182
150
|
id: Atsakymo ID
|
183
|
-
ip_hash: IP adreso "hash" kodas
|
184
151
|
question: Klausimas
|
185
|
-
registered: Užregistruota
|
186
|
-
session_token: Naudotojo identifikatorius
|
187
|
-
unregistered: Neregistruoti
|
188
|
-
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:
|
@@ -71,7 +64,6 @@ lv:
|
|
71
64
|
questionnaires:
|
72
65
|
answer:
|
73
66
|
invalid: Atbildot uz veidlapas jautājumiem, radās problēma.
|
74
|
-
max_choices_alert: Ir izvēlēti pārāk daudzi varianti
|
75
67
|
success: Uz veidlapas jautājumiem ir veiksmīgi atbildēts.
|
76
68
|
question:
|
77
69
|
max_choices: 'Maksimālais izvēļu skaits: %{n}'
|
@@ -98,6 +90,4 @@ lv:
|
|
98
90
|
user_answers_serializer:
|
99
91
|
created_at: Atbildēts
|
100
92
|
id: Atbildes ID
|
101
|
-
|
102
|
-
unregistered: Nereģistrēts
|
103
|
-
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:
|
@@ -123,7 +107,6 @@ nl:
|
|
123
107
|
questionnaires:
|
124
108
|
answer:
|
125
109
|
invalid: Er zijn fouten opgetreden bij het beantwoorden van de vragenlijst.
|
126
|
-
max_choices_alert: Er zijn te veel keuzes geselecteerd
|
127
110
|
success: Vragenlijst met succes beantwoord.
|
128
111
|
question:
|
129
112
|
max_choices: 'Max. Keuzes: %{n}'
|
@@ -154,12 +137,6 @@ nl:
|
|
154
137
|
submit: Verzenden
|
155
138
|
user_answers_serializer:
|
156
139
|
body: Beantwoorden
|
157
|
-
completion: Voltooiing
|
158
140
|
created_at: Beantwoord
|
159
141
|
id: Antwoord ID
|
160
|
-
ip_hash: IP Hash
|
161
142
|
question: Vraag
|
162
|
-
registered: Geregistreerd
|
163
|
-
session_token: Gebruiker identificatie
|
164
|
-
unregistered: Niet-geregistreerd
|
165
|
-
user_status: Gebruiker-status
|
data/config/locales/no.yml
CHANGED
@@ -4,24 +4,12 @@
|
|
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
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Obligatorisk
|
14
12
|
max_characters: Tegngrense (la være 0 hvis ingen begrensning)
|
15
|
-
errors:
|
16
|
-
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Må legges til på nytt
|
21
|
-
body:
|
22
|
-
too_long: er for lang
|
23
|
-
choices:
|
24
|
-
missing: er ikke fullstendig
|
25
13
|
decidim:
|
26
14
|
forms:
|
27
15
|
admin:
|
@@ -35,22 +23,14 @@
|
|
35
23
|
show: Vis svar
|
36
24
|
answer_option:
|
37
25
|
answer_option: Svaralternativ
|
38
|
-
free_text: Fri tekst
|
39
26
|
remove: Fjern
|
40
27
|
statement: Uttalelse
|
41
28
|
answers:
|
42
29
|
actions:
|
43
|
-
back: Tilbake til svar
|
44
|
-
export: Eksporter
|
45
30
|
show: Vis svar
|
46
31
|
empty: Ingen svar enda
|
47
|
-
export:
|
48
|
-
answer:
|
49
|
-
title: 'Svar #%{number}'
|
50
32
|
export_response:
|
51
33
|
title: undersøkelse_bruker_svar_%{token}
|
52
|
-
index:
|
53
|
-
title: "%{total} svar totalt"
|
54
34
|
show:
|
55
35
|
title: 'Svar #%{number}'
|
56
36
|
display_condition:
|
@@ -130,7 +110,6 @@
|
|
130
110
|
questionnaires:
|
131
111
|
answer:
|
132
112
|
invalid: Det oppstod et problem med å svare på skjemaet.
|
133
|
-
max_choices_alert: For mange valg er merket
|
134
113
|
success: Skjema ble besvart.
|
135
114
|
question:
|
136
115
|
max_choices: 'Maksimum valg: %{n}'
|
@@ -161,12 +140,6 @@
|
|
161
140
|
submit: Send inn
|
162
141
|
user_answers_serializer:
|
163
142
|
body: Svar
|
164
|
-
completion: Fullføring
|
165
143
|
created_at: Besvart på
|
166
144
|
id: Svar ID
|
167
|
-
ip_hash: IP Hash
|
168
145
|
question: Spørsmål
|
169
|
-
registered: Registrert
|
170
|
-
session_token: Brukeridentifikator
|
171
|
-
unregistered: Uregistrert
|
172
|
-
user_status: Brukerstatus
|
data/config/locales/pl.yml
CHANGED
@@ -4,25 +4,12 @@ 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
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Odpowiedź wymagana
|
14
12
|
max_characters: Limit znaków (zostaw 0, jeśli nie chcesz ustawiać limitu)
|
15
|
-
errors:
|
16
|
-
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Załącz ponownie
|
21
|
-
body:
|
22
|
-
too_long: jest zbyt długie
|
23
|
-
choices:
|
24
|
-
missing: nie są kompletne
|
25
|
-
too_many: Możesz wybrać maksymalnie %{count}.
|
26
13
|
decidim:
|
27
14
|
forms:
|
28
15
|
admin:
|
@@ -36,24 +23,14 @@ pl:
|
|
36
23
|
show: Pokaż odpowiedzi
|
37
24
|
answer_option:
|
38
25
|
answer_option: Opcja odpowiedzi
|
39
|
-
free_text: Możliwość wpisania dowolnego tekstu
|
40
26
|
remove: Usuń
|
41
27
|
statement: Komunikat
|
42
28
|
answers:
|
43
29
|
actions:
|
44
|
-
back: Powrót do odpowiedzi
|
45
|
-
export: Eksportuj
|
46
|
-
next: Następne ›
|
47
|
-
previous: "‹ Poprzedni"
|
48
30
|
show: Pokaż odpowiedzi
|
49
31
|
empty: Brak odpowiedzi
|
50
|
-
export:
|
51
|
-
answer:
|
52
|
-
title: 'Odpowiedź #%{number}'
|
53
32
|
export_response:
|
54
33
|
title: ankieta_odpowiedzi_uzytkownika_%{token}
|
55
|
-
index:
|
56
|
-
title: "%{total} odpowiedzi ogółem"
|
57
34
|
show:
|
58
35
|
title: 'Odpowiedź #%{number}'
|
59
36
|
display_condition:
|
@@ -121,9 +98,6 @@ pl:
|
|
121
98
|
admin_log:
|
122
99
|
questionnaire:
|
123
100
|
update: "%{user_name} zaktualizował(a) kwestionariusz %{resource_name}"
|
124
|
-
errors:
|
125
|
-
answer:
|
126
|
-
body: Treść nie może być pusta
|
127
101
|
images:
|
128
102
|
dimensions: "%{width} × %{height} px"
|
129
103
|
processors:
|
@@ -139,21 +113,14 @@ pl:
|
|
139
113
|
single_option: Jedna opcja
|
140
114
|
sorting: Sortowanie
|
141
115
|
title_and_description: Tytuł i opis
|
142
|
-
questionnaire_answer_presenter:
|
143
|
-
download_attachment: Pobierz załącznik
|
144
116
|
questionnaires:
|
145
117
|
answer:
|
146
118
|
invalid: Podczas wypełniania formularza wystąpiły błędy.
|
147
|
-
max_choices_alert: Wybrano zbyt wiele opcji
|
148
119
|
success: Wypełniono formularz.
|
149
120
|
question:
|
150
121
|
max_choices: 'Maksymalny wybór opcji: %{n}'
|
151
122
|
show:
|
152
123
|
answer_questionnaire:
|
153
|
-
already_have_an_account?: Posiadasz już konto?
|
154
|
-
are_you_new?: Nowy użytkownik?
|
155
|
-
sign_in_description: Zaloguj się, aby wziąć udział w ankiecie
|
156
|
-
sign_up_description: Utwórz konto uczestnika, aby wziąć udział w ankiecie
|
157
124
|
title: Wypełnij formularz
|
158
125
|
current_step: Krok %{step}
|
159
126
|
empty: Nie skonfigurowano jeszcze żadnych pytań dla tego formularza.
|
@@ -180,12 +147,6 @@ pl:
|
|
180
147
|
submit: Zatwierdź
|
181
148
|
user_answers_serializer:
|
182
149
|
body: Odpowiedź
|
183
|
-
completion: Ukończenie
|
184
150
|
created_at: Odpowiedziałem
|
185
151
|
id: ID odpowiedzi
|
186
|
-
ip_hash: Hash IP
|
187
152
|
question: Pytanie
|
188
|
-
registered: Zarejestrowano
|
189
|
-
session_token: Identyfikator użytkownika
|
190
|
-
unregistered: Nie zarejestrowano
|
191
|
-
user_status: Status użytkownika
|
data/config/locales/pt-BR.yml
CHANGED
@@ -4,24 +4,12 @@ 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
|
12
10
|
questionnaire_question:
|
13
11
|
mandatory: Obrigatório
|
14
12
|
max_characters: Limite de caracteres (deixe para 0 se não houver limite)
|
15
|
-
errors:
|
16
|
-
models:
|
17
|
-
answer:
|
18
|
-
attributes:
|
19
|
-
add_documents:
|
20
|
-
needs_to_be_reattached: Precisa ser reanexado
|
21
|
-
body:
|
22
|
-
too_long: é longo demais
|
23
|
-
choices:
|
24
|
-
missing: não estão completos
|
25
13
|
decidim:
|
26
14
|
forms:
|
27
15
|
admin:
|
@@ -35,22 +23,14 @@ pt-BR:
|
|
35
23
|
show: Mostrar respostas
|
36
24
|
answer_option:
|
37
25
|
answer_option: Opção de resposta
|
38
|
-
free_text: Texto livre
|
39
26
|
remove: Remover
|
40
27
|
statement: Declaração
|
41
28
|
answers:
|
42
29
|
actions:
|
43
|
-
back: Voltar para respostas
|
44
|
-
export: Exportar
|
45
30
|
show: Mostrar respostas
|
46
31
|
empty: Ainda não há respostas
|
47
|
-
export:
|
48
|
-
answer:
|
49
|
-
title: 'Resposta #%{number}'
|
50
32
|
export_response:
|
51
33
|
title: pesquisa_respostas_do_usuário_%{token}
|
52
|
-
index:
|
53
|
-
title: "%{total} respostas totais"
|
54
34
|
show:
|
55
35
|
title: 'Resposta #%{number}'
|
56
36
|
display_condition:
|
@@ -133,12 +113,9 @@ pt-BR:
|
|
133
113
|
single_option: Opção única
|
134
114
|
sorting: Classificação
|
135
115
|
title_and_description: Título e descrição
|
136
|
-
questionnaire_answer_presenter:
|
137
|
-
download_attachment: Baixar anexo
|
138
116
|
questionnaires:
|
139
117
|
answer:
|
140
118
|
invalid: Houve erros ao responder a pesquisa.
|
141
|
-
max_choices_alert: Há muitas opções selecionadas
|
142
119
|
success: Questionário respondido com sucesso.
|
143
120
|
question:
|
144
121
|
max_choices: 'Escolhas máximas: %{n}'
|
@@ -169,12 +146,6 @@ pt-BR:
|
|
169
146
|
submit: Enviar
|
170
147
|
user_answers_serializer:
|
171
148
|
body: Resposta
|
172
|
-
completion: Conclusão
|
173
149
|
created_at: Respondido em
|
174
150
|
id: ID da resposta
|
175
|
-
ip_hash: Hash IP
|
176
151
|
question: Questão
|
177
|
-
registered: Registrado
|
178
|
-
session_token: Identificador de Usuário
|
179
|
-
unregistered: Não registrado
|
180
|
-
user_status: Status do usuário
|