decidim-forms 0.29.2 → 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/config/locales/ar.yml +1 -16
- data/config/locales/bg.yml +0 -36
- data/config/locales/ca-IT.yml +198 -0
- data/config/locales/ca.yml +7 -7
- data/config/locales/cs.yml +3 -14
- data/config/locales/de.yml +7 -7
- data/config/locales/el.yml +0 -35
- data/config/locales/es-MX.yml +10 -10
- data/config/locales/es-PY.yml +10 -10
- data/config/locales/es.yml +9 -9
- data/config/locales/eu.yml +6 -6
- data/config/locales/fi-plain.yml +5 -5
- data/config/locales/fi.yml +5 -5
- data/config/locales/fr-CA.yml +8 -8
- data/config/locales/fr.yml +8 -8
- 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 +3 -27
- data/config/locales/ja.yml +11 -6
- data/config/locales/lb.yml +1 -28
- data/config/locales/lt.yml +0 -35
- 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 -37
- data/config/locales/pt-BR.yml +0 -29
- data/config/locales/pt.yml +0 -27
- data/config/locales/ro-RO.yml +14 -36
- 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 -35
- data/lib/decidim/forms/version.rb +1 -1
- metadata +9 -8
data/config/locales/es-PY.yml
CHANGED
@@ -21,7 +21,7 @@ es-PY:
|
|
21
21
|
body:
|
22
22
|
too_long: es demasiado largo
|
23
23
|
choices:
|
24
|
-
missing: no están
|
24
|
+
missing: no están completas
|
25
25
|
too_many: Puedes elegir un máximo de %{count} opciones.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Ha ocurrido un error al enviar tu solicitud. Por favor, Inténtalo de nuevo.
|
@@ -39,7 +39,7 @@ es-PY:
|
|
39
39
|
answer_option:
|
40
40
|
answer_option: Opción de respuesta
|
41
41
|
free_text: Texto libre
|
42
|
-
remove:
|
42
|
+
remove: Borrar
|
43
43
|
statement: Declaración
|
44
44
|
answers:
|
45
45
|
actions:
|
@@ -55,7 +55,7 @@ es-PY:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "%{total}
|
58
|
+
title: "%{total} respuestas en total"
|
59
59
|
show:
|
60
60
|
title: 'Respuesta #%{number}'
|
61
61
|
display_condition:
|
@@ -150,7 +150,7 @@ es-PY:
|
|
150
150
|
questionnaires:
|
151
151
|
answer:
|
152
152
|
invalid: Ha habido errores al responder al cuestionario.
|
153
|
-
max_choices_alert:
|
153
|
+
max_choices_alert: Has seleccionado demasiadas opciones
|
154
154
|
success: Has respondido al cuestionario con éxito.
|
155
155
|
question:
|
156
156
|
max_choices: 'Opciones máximas: %{n}'
|
@@ -158,8 +158,8 @@ es-PY:
|
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
160
160
|
are_you_new?: '¿Eres una nueva usuaria?'
|
161
|
-
sign_in_description: Inicia sesión para
|
162
|
-
sign_up_description: Crea una cuenta de participante para
|
161
|
+
sign_in_description: Inicia tu sesión para responder la encuesta
|
162
|
+
sign_up_description: Crea una cuenta de participante para responder la encuesta
|
163
163
|
title: Responde al cuestionario
|
164
164
|
current_step: Paso %{step}
|
165
165
|
empty: Aún no hay preguntas configuradas para este formulario.
|
@@ -190,9 +190,9 @@ es-PY:
|
|
190
190
|
completion: Finalización
|
191
191
|
created_at: Respondido en
|
192
192
|
id: ID de respuesta
|
193
|
-
ip_hash: Hash de
|
193
|
+
ip_hash: Hash de la dirección IP
|
194
194
|
question: Pregunta
|
195
|
-
registered:
|
195
|
+
registered: Registrada
|
196
196
|
session_token: Identificador de usuaria
|
197
|
-
unregistered: No
|
198
|
-
user_status: Estado
|
197
|
+
unregistered: No registrada
|
198
|
+
user_status: Estado de la usuaria
|
data/config/locales/es.yml
CHANGED
@@ -21,7 +21,7 @@ es:
|
|
21
21
|
body:
|
22
22
|
too_long: es demasiado largo
|
23
23
|
choices:
|
24
|
-
missing: no están
|
24
|
+
missing: no están completas
|
25
25
|
too_many: Puedes elegir un máximo de %{count} opciones.
|
26
26
|
questionnaire:
|
27
27
|
request_invalid: Ha ocurrido un error al enviar tu solicitud. Por favor, Inténtalo de nuevo.
|
@@ -55,7 +55,7 @@ es:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "%{total} respuestas
|
58
|
+
title: "%{total} respuestas en total"
|
59
59
|
show:
|
60
60
|
title: 'Respuesta #%{number}'
|
61
61
|
display_condition:
|
@@ -150,7 +150,7 @@ es:
|
|
150
150
|
questionnaires:
|
151
151
|
answer:
|
152
152
|
invalid: Se ha producido un error al responder el formulario.
|
153
|
-
max_choices_alert:
|
153
|
+
max_choices_alert: Has seleccionado demasiadas opciones
|
154
154
|
success: Has respondido al formulario correctamente.
|
155
155
|
question:
|
156
156
|
max_choices: 'Opciones máximas: %{n}'
|
@@ -158,8 +158,8 @@ es:
|
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
160
160
|
are_you_new?: '¿Eres una nueva usuaria?'
|
161
|
-
sign_in_description: Inicia sesión para
|
162
|
-
sign_up_description: Crea una cuenta de participante para
|
161
|
+
sign_in_description: Inicia tu sesión para responder la encuesta
|
162
|
+
sign_up_description: Crea una cuenta de participante para responder la encuesta
|
163
163
|
title: Responde el formulario
|
164
164
|
current_step: Paso %{step}
|
165
165
|
empty: Aún no hay preguntas configuradas para este formulario.
|
@@ -190,9 +190,9 @@ es:
|
|
190
190
|
completion: Finalización
|
191
191
|
created_at: Respondido el
|
192
192
|
id: Identificador de respuesta
|
193
|
-
ip_hash: Hash de
|
193
|
+
ip_hash: Hash de la dirección IP
|
194
194
|
question: Pregunta
|
195
|
-
registered:
|
195
|
+
registered: Registrada
|
196
196
|
session_token: Identificador de usuaria
|
197
|
-
unregistered: No
|
198
|
-
user_status: Estado
|
197
|
+
unregistered: No registrada
|
198
|
+
user_status: Estado de la usuaria
|
data/config/locales/eu.yml
CHANGED
@@ -10,14 +10,14 @@ eu:
|
|
10
10
|
max_choices: Gehieneko aukera kopurua
|
11
11
|
question_type: Mota
|
12
12
|
questionnaire_question:
|
13
|
-
mandatory:
|
13
|
+
mandatory: Nahitaezkoa
|
14
14
|
max_characters: Karaktereen muga (utzi 0 mugarik ez badago)
|
15
15
|
errors:
|
16
16
|
models:
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached:
|
20
|
+
needs_to_be_reattached: Berriro erantsi behar da
|
21
21
|
body:
|
22
22
|
too_long: luzeegia da
|
23
23
|
choices:
|
@@ -55,7 +55,7 @@ eu:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "Guztira %{
|
58
|
+
title: "Guztira, %{guztira} erantzun"
|
59
59
|
show:
|
60
60
|
title: '#%{number} erantzun'
|
61
61
|
display_condition:
|
@@ -129,7 +129,7 @@ eu:
|
|
129
129
|
update: "%{user_name} parte-hartzaileak %{resource_name} galdetegia eguneratu du"
|
130
130
|
errors:
|
131
131
|
answer:
|
132
|
-
body:
|
132
|
+
body: Gorputza ezin da hutsik egon
|
133
133
|
images:
|
134
134
|
dimensions: "%{width} x %{height} px"
|
135
135
|
processors:
|
@@ -150,7 +150,7 @@ eu:
|
|
150
150
|
questionnaires:
|
151
151
|
answer:
|
152
152
|
invalid: Akats bat gertatu da galdeketa erantzutean.
|
153
|
-
max_choices_alert: Aukera gehiegi
|
153
|
+
max_choices_alert: Aukera gehiegi hautatuta da
|
154
154
|
success: Formularioa zuzen erantzunda.
|
155
155
|
question:
|
156
156
|
max_choices: 'Gehieneko aukerak: %{n}'
|
@@ -190,7 +190,7 @@ eu:
|
|
190
190
|
completion: Amaiera
|
191
191
|
created_at: Erantzunda
|
192
192
|
id: Erantzun IDa
|
193
|
-
ip_hash: IP Helbidearen
|
193
|
+
ip_hash: IP Helbidearen traola
|
194
194
|
question: Galdera
|
195
195
|
registered: Erregistratuta
|
196
196
|
session_token: Parte-hartzailearen identifikatzailea
|
data/config/locales/fi-plain.yml
CHANGED
@@ -17,7 +17,7 @@ fi-pl:
|
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached: Liitettävä
|
20
|
+
needs_to_be_reattached: Liitettävä uudestaan
|
21
21
|
body:
|
22
22
|
too_long: liian pitkä
|
23
23
|
choices:
|
@@ -55,7 +55,7 @@ fi-pl:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "%{total} vastausta
|
58
|
+
title: "yhteensä %{total} vastausta"
|
59
59
|
show:
|
60
60
|
title: 'Vastaus #%{number}'
|
61
61
|
display_condition:
|
@@ -150,14 +150,14 @@ fi-pl:
|
|
150
150
|
questionnaires:
|
151
151
|
answer:
|
152
152
|
invalid: Kyselylomakkeeseen vastatessa tapahtui virheitä.
|
153
|
-
max_choices_alert:
|
153
|
+
max_choices_alert: Valittuja vaihtoehtoja on liikaa
|
154
154
|
success: Kyselyyn vastattu onnistuneesti.
|
155
155
|
question:
|
156
156
|
max_choices: 'Valintojen maksimimäärä: %{n}'
|
157
157
|
show:
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: Onko sinulla jo käyttäjätili?
|
160
|
-
are_you_new?:
|
160
|
+
are_you_new?: Uusi käyttäjä?
|
161
161
|
sign_in_description: Kirjaudu sisään vastataksesi kyselyyn
|
162
162
|
sign_up_description: Luo tili tähän palveluun vastataksesi kyselyyn
|
163
163
|
title: Vastaa kyselyyn
|
@@ -187,7 +187,7 @@ fi-pl:
|
|
187
187
|
submit: Lähetä
|
188
188
|
user_answers_serializer:
|
189
189
|
body: Vastaa
|
190
|
-
completion:
|
190
|
+
completion: Viimeistely
|
191
191
|
created_at: Vastattu
|
192
192
|
id: Vastaa tunnus
|
193
193
|
ip_hash: IP-tarkistesumma
|
data/config/locales/fi.yml
CHANGED
@@ -17,7 +17,7 @@ fi:
|
|
17
17
|
answer:
|
18
18
|
attributes:
|
19
19
|
add_documents:
|
20
|
-
needs_to_be_reattached: Liitettävä
|
20
|
+
needs_to_be_reattached: Liitettävä uudestaan
|
21
21
|
body:
|
22
22
|
too_long: liian pitkä
|
23
23
|
choices:
|
@@ -55,7 +55,7 @@ fi:
|
|
55
55
|
export_response:
|
56
56
|
title: survey_user_answers_%{token}
|
57
57
|
index:
|
58
|
-
title: "%{total} vastausta
|
58
|
+
title: "yhteensä %{total} vastausta"
|
59
59
|
show:
|
60
60
|
title: 'Vastaus #%{number}'
|
61
61
|
display_condition:
|
@@ -150,14 +150,14 @@ fi:
|
|
150
150
|
questionnaires:
|
151
151
|
answer:
|
152
152
|
invalid: Kyselylomakkeeseen vastaaminen epäonnistui.
|
153
|
-
max_choices_alert:
|
153
|
+
max_choices_alert: Valittuja vaihtoehtoja on liikaa
|
154
154
|
success: Kyselylomakkeeseen vastaaminen onnistui.
|
155
155
|
question:
|
156
156
|
max_choices: 'Valintojen maksimimäärä: %{n}'
|
157
157
|
show:
|
158
158
|
answer_questionnaire:
|
159
159
|
already_have_an_account?: Onko sinulla jo käyttäjätili?
|
160
|
-
are_you_new?:
|
160
|
+
are_you_new?: Uusi käyttäjä?
|
161
161
|
sign_in_description: Kirjaudu sisään vastataksesi kyselyyn
|
162
162
|
sign_up_description: Luo tili tähän palveluun vastataksesi kyselyyn
|
163
163
|
title: Vastaa kyselylomakkeeseen
|
@@ -187,7 +187,7 @@ fi:
|
|
187
187
|
submit: Lähetä
|
188
188
|
user_answers_serializer:
|
189
189
|
body: Vastaa
|
190
|
-
completion:
|
190
|
+
completion: Viimeistely
|
191
191
|
created_at: Vastauksen ajankohta
|
192
192
|
id: Vastauksen ID
|
193
193
|
ip_hash: IP-tarkistesumma
|
data/config/locales/fr-CA.yml
CHANGED
@@ -17,7 +17,7 @@ fr-CA:
|
|
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-CA:
|
|
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:
|
@@ -129,7 +129,7 @@ fr-CA:
|
|
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-CA:
|
|
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.
|
@@ -187,7 +187,7 @@ fr-CA:
|
|
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-CA:
|
|
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/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:
|
@@ -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.
|
@@ -187,7 +187,7 @@ fr:
|
|
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,7 +19,6 @@ 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:
|
@@ -91,3 +84,4 @@ gl:
|
|
91
84
|
user_answers_serializer:
|
92
85
|
created_at: Respondeu
|
93
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,7 +19,6 @@ 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:
|
@@ -95,6 +88,4 @@ hu:
|
|
95
88
|
user_answers_serializer:
|
96
89
|
created_at: Válaszolt
|
97
90
|
id: Válasz azonosító
|
98
|
-
|
99
|
-
unregistered: Nem regisztrált
|
100
|
-
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,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:
|
@@ -76,10 +56,12 @@ it:
|
|
76
56
|
title: Modifica questionario
|
77
57
|
form:
|
78
58
|
add_question: Aggiungi domanda
|
59
|
+
already_answered_warning: Alcuni utenti hanno già risposto al modulo, per cui non è possibile modificarne i quesiti.
|
79
60
|
collapse: Comprimi tutte le domande
|
80
61
|
expand: Espandi tutte le domande
|
81
62
|
preview: Anteprima
|
82
63
|
title: Modifica formulario per %{questionnaire_for}
|
64
|
+
unpublished_warning: Il modulo non è pubblicato. Puoi modificare le sue domande, ma in questo modo cancellerai le risposte correnti.
|
83
65
|
matrix_row:
|
84
66
|
matrix_row: Riga
|
85
67
|
remove: Rimuovere
|
@@ -120,7 +102,6 @@ it:
|
|
120
102
|
questionnaires:
|
121
103
|
answer:
|
122
104
|
invalid: Ci sono stati errori nel rispondere al questionario.
|
123
|
-
max_choices_alert: Sono state selezionate troppe opzioni
|
124
105
|
success: Il questionario ha risposto con successo.
|
125
106
|
question:
|
126
107
|
max_choices: 'Scelte massime: %{n}'
|
@@ -146,17 +127,12 @@ it:
|
|
146
127
|
tos_agreement: Partecipando accetti i suoi Termini di servizio
|
147
128
|
step_navigation:
|
148
129
|
show:
|
130
|
+
are_you_sure: Questa azione non può essere annullata e non potrai modificare le tue risposte. Sei sicuro?
|
149
131
|
back: Indietro
|
150
132
|
continue: Continua
|
151
133
|
submit: Invia
|
152
134
|
user_answers_serializer:
|
153
135
|
body: Risposta
|
154
|
-
completion: Completamento
|
155
136
|
created_at: Risposto
|
156
137
|
id: ID risposta
|
157
|
-
ip_hash: Hash Ip
|
158
138
|
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} 個まで選択できます。
|
@@ -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:
|
@@ -81,10 +81,14 @@ ja:
|
|
81
81
|
title: アンケートを編集
|
82
82
|
form:
|
83
83
|
add_question: 質問を追加
|
84
|
+
add_separator: 区切り文字を追加
|
85
|
+
add_title_and_description: タイトルと説明を追加
|
86
|
+
already_answered_warning: このフォームはすでに回答しているユーザーがいるため、質問を修正することはできません。
|
84
87
|
collapse: すべての質問を閉じる
|
85
88
|
expand: すべての質問を展開
|
86
89
|
preview: プレビュー
|
87
90
|
title: '%{questionnaire_for} のフォームを編集'
|
91
|
+
unpublished_warning: フォームは公開されていません。質問を修正することはできますが、そうすると現在の回答が削除されます。
|
88
92
|
matrix_row:
|
89
93
|
matrix_row: 行
|
90
94
|
remove: 削除
|
@@ -154,7 +158,7 @@ ja:
|
|
154
158
|
answer_questionnaire:
|
155
159
|
already_have_an_account?: 既にアカウントをお持ちですか?
|
156
160
|
are_you_new?: 新しいユーザーですか?
|
157
|
-
sign_in_description:
|
161
|
+
sign_in_description: アンケートにログインする
|
158
162
|
sign_up_description: アンケートに答えるために参加者アカウントを作成します
|
159
163
|
title: フォームに回答
|
160
164
|
current_step: ステップ %{step}
|
@@ -177,6 +181,7 @@ ja:
|
|
177
181
|
tos_agreement: 参加することにより、利用規約に同意します。
|
178
182
|
step_navigation:
|
179
183
|
show:
|
184
|
+
are_you_sure: この操作は元に戻すことができず、回答を編集することはできません。よろしいですか?
|
180
185
|
back: 戻る
|
181
186
|
continue: 続ける
|
182
187
|
submit: 送信
|