decidim-forms 0.30.0.rc3 → 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/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 +7 -7
- data/config/locales/cs.yml +3 -14
- data/config/locales/de.yml +5 -5
- data/config/locales/el.yml +0 -37
- 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 +5 -5
- 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 +4 -27
- data/config/locales/ja.yml +6 -6
- 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 -23
- 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/es-MX.yml
CHANGED
@@ -21,7 +21,7 @@ es-MX:
|
|
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: Se ha producido un problema al procesar la solicitud. Por favor, vuelve a intentarlo.
|
@@ -61,7 +61,7 @@ es-MX:
|
|
61
61
|
answer_option:
|
62
62
|
answer_option: Opción de respuesta
|
63
63
|
free_text: Texto libre
|
64
|
-
remove:
|
64
|
+
remove: Borrar
|
65
65
|
statement: Declaración
|
66
66
|
answers:
|
67
67
|
actions:
|
@@ -77,7 +77,7 @@ es-MX:
|
|
77
77
|
export_response:
|
78
78
|
title: survey_user_answers_%{token}
|
79
79
|
index:
|
80
|
-
title: "%{total}
|
80
|
+
title: "%{total} respuestas en total"
|
81
81
|
show:
|
82
82
|
title: 'Respuesta #%{number}'
|
83
83
|
display_condition:
|
@@ -184,7 +184,7 @@ es-MX:
|
|
184
184
|
questionnaires:
|
185
185
|
answer:
|
186
186
|
invalid: Ha habido errores al responder al cuestionario.
|
187
|
-
max_choices_alert:
|
187
|
+
max_choices_alert: Has seleccionado demasiadas opciones
|
188
188
|
success: Has respondido al cuestionario con éxito.
|
189
189
|
question:
|
190
190
|
max_choices: 'Opciones máximas: %{n}'
|
@@ -192,8 +192,8 @@ es-MX:
|
|
192
192
|
answer_questionnaire:
|
193
193
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
194
194
|
are_you_new?: '¿Eres una nueva usuaria?'
|
195
|
-
sign_in_description: Inicia sesión para
|
196
|
-
sign_up_description: Crea una cuenta de participante para
|
195
|
+
sign_in_description: Inicia tu sesión para responder la encuesta
|
196
|
+
sign_up_description: Crea una cuenta de participante para responder la encuesta
|
197
197
|
title: Responde al cuestionario
|
198
198
|
current_step: Paso %{step}
|
199
199
|
empty: Aún no hay preguntas configuradas para este formulario.
|
@@ -229,9 +229,9 @@ es-MX:
|
|
229
229
|
completion: Finalización
|
230
230
|
created_at: Respondido en
|
231
231
|
id: ID de respuesta
|
232
|
-
ip_hash: Hash de
|
232
|
+
ip_hash: Hash de la dirección IP
|
233
233
|
question: Pregunta
|
234
|
-
registered:
|
234
|
+
registered: Registrada
|
235
235
|
session_token: Identificador de usuaria
|
236
|
-
unregistered: No
|
237
|
-
user_status: Estado
|
236
|
+
unregistered: No registrada
|
237
|
+
user_status: Estado de la usuaria
|
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: Se ha producido un problema al procesar la solicitud. Por favor, vuelve a intentarlo.
|
@@ -61,7 +61,7 @@ es-PY:
|
|
61
61
|
answer_option:
|
62
62
|
answer_option: Opción de respuesta
|
63
63
|
free_text: Texto libre
|
64
|
-
remove:
|
64
|
+
remove: Borrar
|
65
65
|
statement: Declaración
|
66
66
|
answers:
|
67
67
|
actions:
|
@@ -77,7 +77,7 @@ es-PY:
|
|
77
77
|
export_response:
|
78
78
|
title: survey_user_answers_%{token}
|
79
79
|
index:
|
80
|
-
title: "%{total}
|
80
|
+
title: "%{total} respuestas en total"
|
81
81
|
show:
|
82
82
|
title: 'Respuesta #%{number}'
|
83
83
|
display_condition:
|
@@ -184,7 +184,7 @@ es-PY:
|
|
184
184
|
questionnaires:
|
185
185
|
answer:
|
186
186
|
invalid: Ha habido errores al responder al cuestionario.
|
187
|
-
max_choices_alert:
|
187
|
+
max_choices_alert: Has seleccionado demasiadas opciones
|
188
188
|
success: Has respondido al cuestionario con éxito.
|
189
189
|
question:
|
190
190
|
max_choices: 'Opciones máximas: %{n}'
|
@@ -192,8 +192,8 @@ es-PY:
|
|
192
192
|
answer_questionnaire:
|
193
193
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
194
194
|
are_you_new?: '¿Eres una nueva usuaria?'
|
195
|
-
sign_in_description: Inicia sesión para
|
196
|
-
sign_up_description: Crea una cuenta de participante para
|
195
|
+
sign_in_description: Inicia tu sesión para responder la encuesta
|
196
|
+
sign_up_description: Crea una cuenta de participante para responder la encuesta
|
197
197
|
title: Responde al cuestionario
|
198
198
|
current_step: Paso %{step}
|
199
199
|
empty: Aún no hay preguntas configuradas para este formulario.
|
@@ -229,9 +229,9 @@ es-PY:
|
|
229
229
|
completion: Finalización
|
230
230
|
created_at: Respondido en
|
231
231
|
id: ID de respuesta
|
232
|
-
ip_hash: Hash de
|
232
|
+
ip_hash: Hash de la dirección IP
|
233
233
|
question: Pregunta
|
234
|
-
registered:
|
234
|
+
registered: Registrada
|
235
235
|
session_token: Identificador de usuaria
|
236
|
-
unregistered: No
|
237
|
-
user_status: Estado
|
236
|
+
unregistered: No registrada
|
237
|
+
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: Se ha producido un problema al procesar la solicitud. Por favor, vuelve a intentarlo.
|
@@ -77,7 +77,7 @@ es:
|
|
77
77
|
export_response:
|
78
78
|
title: survey_user_answers_%{token}
|
79
79
|
index:
|
80
|
-
title: "%{total} respuestas
|
80
|
+
title: "%{total} respuestas en total"
|
81
81
|
show:
|
82
82
|
title: 'Respuesta #%{number}'
|
83
83
|
display_condition:
|
@@ -184,7 +184,7 @@ es:
|
|
184
184
|
questionnaires:
|
185
185
|
answer:
|
186
186
|
invalid: Se ha producido un error al responder el formulario.
|
187
|
-
max_choices_alert:
|
187
|
+
max_choices_alert: Has seleccionado demasiadas opciones
|
188
188
|
success: Has respondido al formulario correctamente.
|
189
189
|
question:
|
190
190
|
max_choices: 'Opciones máximas: %{n}'
|
@@ -192,8 +192,8 @@ es:
|
|
192
192
|
answer_questionnaire:
|
193
193
|
already_have_an_account?: '¿Ya tienes una cuenta?'
|
194
194
|
are_you_new?: '¿Eres una nueva usuaria?'
|
195
|
-
sign_in_description: Inicia sesión para
|
196
|
-
sign_up_description: Crea una cuenta de participante para
|
195
|
+
sign_in_description: Inicia tu sesión para responder la encuesta
|
196
|
+
sign_up_description: Crea una cuenta de participante para responder la encuesta
|
197
197
|
title: Responde el formulario
|
198
198
|
current_step: Paso %{step}
|
199
199
|
empty: Aún no hay preguntas configuradas para este formulario.
|
@@ -229,9 +229,9 @@ es:
|
|
229
229
|
completion: Finalización
|
230
230
|
created_at: Respondido el
|
231
231
|
id: Identificador de respuesta
|
232
|
-
ip_hash: Hash de
|
232
|
+
ip_hash: Hash de la dirección IP
|
233
233
|
question: Pregunta
|
234
|
-
registered:
|
234
|
+
registered: Registrada
|
235
235
|
session_token: Identificador de usuaria
|
236
|
-
unregistered: No
|
237
|
-
user_status: Estado
|
236
|
+
unregistered: No registrada
|
237
|
+
user_status: Estado de la usuaria
|
data/config/locales/eu.yml
CHANGED
@@ -17,7 +17,7 @@ eu:
|
|
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:
|
@@ -77,7 +77,7 @@ eu:
|
|
77
77
|
export_response:
|
78
78
|
title: survey_user_answers_%{token}
|
79
79
|
index:
|
80
|
-
title: "Guztira %{
|
80
|
+
title: "Guztira, %{guztira} erantzun"
|
81
81
|
show:
|
82
82
|
title: '#%{number} erantzun'
|
83
83
|
display_condition:
|
@@ -163,7 +163,7 @@ eu:
|
|
163
163
|
update: "%{user_name} parte-hartzaileak %{resource_name} galdetegia eguneratu du"
|
164
164
|
errors:
|
165
165
|
answer:
|
166
|
-
body:
|
166
|
+
body: Gorputza ezin da hutsik egon
|
167
167
|
images:
|
168
168
|
dimensions: "%{width} x %{height} px"
|
169
169
|
processors:
|
@@ -184,7 +184,7 @@ eu:
|
|
184
184
|
questionnaires:
|
185
185
|
answer:
|
186
186
|
invalid: Akats bat gertatu da galdeketa erantzutean.
|
187
|
-
max_choices_alert: Aukera gehiegi
|
187
|
+
max_choices_alert: Aukera gehiegi hautatuta da
|
188
188
|
success: Formularioa zuzen erantzunda.
|
189
189
|
question:
|
190
190
|
max_choices: 'Gehieneko aukerak: %{n}'
|
@@ -229,7 +229,7 @@ eu:
|
|
229
229
|
completion: Amaiera
|
230
230
|
created_at: Erantzunda
|
231
231
|
id: Erantzun IDa
|
232
|
-
ip_hash: IP Helbidearen
|
232
|
+
ip_hash: IP Helbidearen traola
|
233
233
|
question: Galdera
|
234
234
|
registered: Erregistratuta
|
235
235
|
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:
|
@@ -77,7 +77,7 @@ fi-pl:
|
|
77
77
|
export_response:
|
78
78
|
title: survey_user_answers_%{token}
|
79
79
|
index:
|
80
|
-
title: "%{total} vastausta
|
80
|
+
title: "yhteensä %{total} vastausta"
|
81
81
|
show:
|
82
82
|
title: 'Vastaus #%{number}'
|
83
83
|
display_condition:
|
@@ -184,14 +184,14 @@ fi-pl:
|
|
184
184
|
questionnaires:
|
185
185
|
answer:
|
186
186
|
invalid: Kyselylomakkeeseen vastatessa tapahtui virheitä.
|
187
|
-
max_choices_alert:
|
187
|
+
max_choices_alert: Valittuja vaihtoehtoja on liikaa
|
188
188
|
success: Kyselyyn vastattu onnistuneesti.
|
189
189
|
question:
|
190
190
|
max_choices: 'Valintojen maksimimäärä: %{n}'
|
191
191
|
show:
|
192
192
|
answer_questionnaire:
|
193
193
|
already_have_an_account?: Onko sinulla jo käyttäjätili?
|
194
|
-
are_you_new?:
|
194
|
+
are_you_new?: Uusi käyttäjä?
|
195
195
|
sign_in_description: Kirjaudu sisään vastataksesi kyselyyn
|
196
196
|
sign_up_description: Luo tili tähän palveluun vastataksesi kyselyyn
|
197
197
|
title: Vastaa kyselyyn
|
@@ -226,7 +226,7 @@ fi-pl:
|
|
226
226
|
submit: Lähetä
|
227
227
|
user_answers_serializer:
|
228
228
|
body: Vastaa
|
229
|
-
completion:
|
229
|
+
completion: Viimeistely
|
230
230
|
created_at: Vastattu
|
231
231
|
id: Vastaa tunnus
|
232
232
|
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:
|
@@ -77,7 +77,7 @@ fi:
|
|
77
77
|
export_response:
|
78
78
|
title: survey_user_answers_%{token}
|
79
79
|
index:
|
80
|
-
title: "%{total} vastausta
|
80
|
+
title: "yhteensä %{total} vastausta"
|
81
81
|
show:
|
82
82
|
title: 'Vastaus #%{number}'
|
83
83
|
display_condition:
|
@@ -184,14 +184,14 @@ fi:
|
|
184
184
|
questionnaires:
|
185
185
|
answer:
|
186
186
|
invalid: Kyselylomakkeeseen vastaaminen epäonnistui.
|
187
|
-
max_choices_alert:
|
187
|
+
max_choices_alert: Valittuja vaihtoehtoja on liikaa
|
188
188
|
success: Kyselylomakkeeseen vastaaminen onnistui.
|
189
189
|
question:
|
190
190
|
max_choices: 'Valintojen maksimimäärä: %{n}'
|
191
191
|
show:
|
192
192
|
answer_questionnaire:
|
193
193
|
already_have_an_account?: Onko sinulla jo käyttäjätili?
|
194
|
-
are_you_new?:
|
194
|
+
are_you_new?: Uusi käyttäjä?
|
195
195
|
sign_in_description: Kirjaudu sisään vastataksesi kyselyyn
|
196
196
|
sign_up_description: Luo tili tähän palveluun vastataksesi kyselyyn
|
197
197
|
title: Vastaa kyselylomakkeeseen
|
@@ -226,7 +226,7 @@ fi:
|
|
226
226
|
submit: Lähetä
|
227
227
|
user_answers_serializer:
|
228
228
|
body: Vastaa
|
229
|
-
completion:
|
229
|
+
completion: Viimeistely
|
230
230
|
created_at: Vastauksen ajankohta
|
231
231
|
id: Vastauksen ID
|
232
232
|
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:
|
@@ -65,11 +65,11 @@ fr-CA:
|
|
65
65
|
empty: Pas encore de réponses
|
66
66
|
export:
|
67
67
|
answer:
|
68
|
-
title: 'Réponse
|
68
|
+
title: 'Réponse #%{number}'
|
69
69
|
export_response:
|
70
70
|
title: réponses_utilisateur_sondage_%{token}
|
71
71
|
index:
|
72
|
-
title: "%{total} réponses
|
72
|
+
title: "%{total} réponses au total"
|
73
73
|
show:
|
74
74
|
title: 'Réponse n°%{number}'
|
75
75
|
display_condition:
|
@@ -155,7 +155,7 @@ fr-CA:
|
|
155
155
|
update: "%{user_name} a modifié le questionnaire %{resource_name}"
|
156
156
|
errors:
|
157
157
|
answer:
|
158
|
-
body: ne peut être vide
|
158
|
+
body: Le corps ne peut pas être vide
|
159
159
|
images:
|
160
160
|
dimensions: "%{width} x %{height} px"
|
161
161
|
processors:
|
@@ -182,10 +182,10 @@ fr-CA:
|
|
182
182
|
max_choices: 'Choix maximum: %{n}'
|
183
183
|
show:
|
184
184
|
answer_questionnaire:
|
185
|
-
already_have_an_account?: Vous avez déjà un compte
|
185
|
+
already_have_an_account?: Vous avez déjà un compte?
|
186
186
|
are_you_new?: Nouvel utilisateur ?
|
187
187
|
sign_in_description: Connectez-vous pour répondre à l'enquête
|
188
|
-
sign_up_description:
|
188
|
+
sign_up_description: Créer un compte utilisateur pour répondre à l'enquête
|
189
189
|
title: Répondez au questionnaire
|
190
190
|
current_step: Étape %{step}
|
191
191
|
empty: Aucune question configurée pour ce formulaire pour le moment.
|
@@ -218,7 +218,7 @@ fr-CA:
|
|
218
218
|
submit: Soumettre
|
219
219
|
user_answers_serializer:
|
220
220
|
body: Répondre
|
221
|
-
completion:
|
221
|
+
completion: Avancement
|
222
222
|
created_at: Répondu le
|
223
223
|
id: ID de réponse
|
224
224
|
ip_hash: Hachage IP
|
@@ -226,4 +226,4 @@ fr-CA:
|
|
226
226
|
registered: Enregistré
|
227
227
|
session_token: Identifiant de l'utilisateur
|
228
228
|
unregistered: Non enregistré
|
229
|
-
user_status:
|
229
|
+
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:
|
@@ -65,11 +65,11 @@ fr:
|
|
65
65
|
empty: Pas encore de réponses
|
66
66
|
export:
|
67
67
|
answer:
|
68
|
-
title: 'Réponse
|
68
|
+
title: 'Réponse #%{number}'
|
69
69
|
export_response:
|
70
70
|
title: réponses_utilisateur_sondage_%{token}
|
71
71
|
index:
|
72
|
-
title: "%{total} réponses
|
72
|
+
title: "%{total} réponses au total"
|
73
73
|
show:
|
74
74
|
title: 'Réponse n°%{number}'
|
75
75
|
display_condition:
|
@@ -155,7 +155,7 @@ fr:
|
|
155
155
|
update: "%{user_name} a modifié le questionnaire %{resource_name}"
|
156
156
|
errors:
|
157
157
|
answer:
|
158
|
-
body: ne peut être vide
|
158
|
+
body: Le corps ne peut pas être vide
|
159
159
|
images:
|
160
160
|
dimensions: "%{width} x %{height} px"
|
161
161
|
processors:
|
@@ -182,10 +182,10 @@ fr:
|
|
182
182
|
max_choices: 'Choix maximum: %{n}'
|
183
183
|
show:
|
184
184
|
answer_questionnaire:
|
185
|
-
already_have_an_account?: Vous avez déjà un compte
|
185
|
+
already_have_an_account?: Vous avez déjà un compte?
|
186
186
|
are_you_new?: Nouvel utilisateur ?
|
187
187
|
sign_in_description: Connectez-vous pour répondre à l'enquête
|
188
|
-
sign_up_description:
|
188
|
+
sign_up_description: Créer un compte utilisateur pour répondre à l'enquête
|
189
189
|
title: Répondez au questionnaire
|
190
190
|
current_step: Étape %{step}
|
191
191
|
empty: Aucune question configurée pour ce formulaire pour le moment.
|
@@ -218,7 +218,7 @@ fr:
|
|
218
218
|
submit: Soumettre
|
219
219
|
user_answers_serializer:
|
220
220
|
body: Répondre
|
221
|
-
completion:
|
221
|
+
completion: Avancement
|
222
222
|
created_at: Répondu le
|
223
223
|
id: ID de réponse
|
224
224
|
ip_hash: Hachage IP
|
@@ -226,4 +226,4 @@ fr:
|
|
226
226
|
registered: Enregistré
|
227
227
|
session_token: Identifiant de l'utilisateur
|
228
228
|
unregistered: Non enregistré
|
229
|
-
user_status:
|
229
|
+
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:
|
@@ -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}
|