@@ -35,8 +35,8 @@ create:
35
35
label : Título
36
36
placeholder : ' Añade el título de la encuesta.'
37
37
validations :
38
- valueMissing : ' A form must have a title .'
39
- tooShort : ' Form title must have at least 2 characters .'
38
+ valueMissing : ' Un formulario debe tener un título .'
39
+ tooShort : ' El título del formulario debe tener al menos 2 caracteres .'
40
40
description :
41
41
label : Descripción
42
42
placeholder : ' Opcional: Añade una descripción a la encuesta.'
@@ -51,10 +51,11 @@ create:
51
51
dates :
52
52
label : Días
53
53
error :
54
- duplicatedOption : ' An option with this label already exists.'
55
- invalidOption : ' All options must be valid.'
56
- notEnoughDates : ' Debes elegir almenos un día'
57
- valueMissing : ' Every option must have a label. Please delete it if the option is not needed.'
54
+ duplicatedOption : ' Ya existe una opción con esta etiqueta.'
55
+ invalidOption : ' Todas las opciones deben ser válidas.'
56
+ notEnoughDates : ' Debe elegirse al menos un día.'
57
+ valueMissing : ' Cada opción debe tener una etiqueta. Por favor, elimínela
58
+ si la opción no es necesaria.'
58
59
defineTimes :
59
60
label : ' ¿Establecer horarios?'
60
61
input :
@@ -68,12 +69,13 @@ create:
68
69
error :
69
70
correctTimeFormat : ' Las horas y minutos del horario deben estar separadas
70
71
por el caracter dospuntos (p.ej. 13:00).'
71
- duplicatedDate : ' An option for the same time at the same day already exists .'
72
- invalidTime : ' At least one time is invalid .'
72
+ duplicatedDate : ' Ya existe una opción para el mismo día a la misma hora .'
73
+ invalidTime : ' Al menos una vez no es válido .'
73
74
notEnoughTimes : ' Ha de establecerse almenos un horario correcto para cada
74
75
día. Si se ha elegido únicamente un día, hay que indicar almenos dos
75
76
horarios.'
76
- partiallyFilledTime : ' Please enter a valid time with hours and minutes. Partially filled inputs are not supported.'
77
+ partiallyFilledTime : ' Por favor, introduzca una hora válida con horas
78
+ y minutos. No se admiten entradas parcialmente rellenadas.'
77
79
fix-validation-errors-first-day : ' Tienes quee corregir todos los errores antes
78
80
de copiar.'
79
81
settings :
@@ -166,10 +168,11 @@ poll:
166
168
newUser :
167
169
everyOptionIsAnswered : ' Por favor responde a todas las opciones.'
168
170
name :
169
- duplicate : ' Someone else already participated with this name. Please use an unqiue name.'
171
+ duplicate : ' Otra persona ya ha participado con este nombre. Por favor,
172
+ utiliza un nombre diferente.'
170
173
valueMissing : ' Tienes que poner un nombre.'
171
174
selection :
172
- valueMissing : ' Please provide an answer for this option .'
175
+ valueMissing : ' Por favor, responda a esta opción .'
173
176
evaluation :
174
177
label : ' Evaluar'
175
178
overview : ' Supervisar'
0 commit comments