decidim-forms 0.24.0.rc1 → 0.24.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/ca.yml +5 -1
- data/config/locales/es-MX.yml +6 -0
- data/config/locales/es-PY.yml +6 -0
- data/config/locales/es.yml +6 -0
- data/config/locales/gl.yml +2 -0
- data/config/locales/ro-RO.yml +12 -0
- data/config/locales/sv.yml +9 -0
- data/lib/decidim/forms/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb0b91d5017ae65bea07ce4f4d7f8ce52d6100f25d67375c3f8b298e7814234f
|
|
4
|
+
data.tar.gz: 2e8b006412c4cb58b06062f8d6747c760a29167ba866a26cc51647a21ff2b4f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 685c2eca4d5c9ff771b1bb699c08de24369705ccc7404b30a3e34ebf00536277963cfa1636e1757b3eb4365d14d4259e00d20b250f4a750392406b7d5e0b24d0
|
|
7
|
+
data.tar.gz: a5ba675fb9bb0e912435e2926d336f6ef05cee3d4db6d8d66eb29b6f6899ef8d0534997549c4aa8d0d3914b51942038604861cbf09d74c0b7a4be4cf345ff774
|
data/config/locales/ca.yml
CHANGED
|
@@ -10,12 +10,15 @@ ca:
|
|
|
10
10
|
question_type: Tipus
|
|
11
11
|
questionnaire_question:
|
|
12
12
|
mandatory: Obligatori
|
|
13
|
+
max_characters: Límit de caràcters (deixa-ho a 0 si no hi ha límit)
|
|
13
14
|
errors:
|
|
14
15
|
models:
|
|
15
16
|
answer:
|
|
16
17
|
attributes:
|
|
17
18
|
add_documents:
|
|
18
19
|
needs_to_be_reattached: Ha de ser adjuntat de nou
|
|
20
|
+
body:
|
|
21
|
+
too_long: és massa llarg
|
|
19
22
|
choices:
|
|
20
23
|
missing: no estan complets
|
|
21
24
|
too_many: en són masses
|
|
@@ -80,6 +83,7 @@ ca:
|
|
|
80
83
|
collapse: Redueix totes les preguntes
|
|
81
84
|
expand: Expandeix totes les preguntes
|
|
82
85
|
preview: Previsualitzar
|
|
86
|
+
title: Editar formulari per %{questionnaire_for}
|
|
83
87
|
unpublished_warning: El formulari no està publicat. Pots modificar les preguntes, però al fer-ho s'esborraran les respostes actuals.
|
|
84
88
|
matrix_row:
|
|
85
89
|
matrix_row: Fila
|
|
@@ -119,7 +123,7 @@ ca:
|
|
|
119
123
|
resize_and_pad: Redimensionat i ajustat a
|
|
120
124
|
resize_to_fit: Redimensionada per ajustar-la
|
|
121
125
|
question_types:
|
|
122
|
-
files:
|
|
126
|
+
files: Arxius
|
|
123
127
|
long_answer: Resposta llarga
|
|
124
128
|
matrix_multiple: Matriu (opció multiple)
|
|
125
129
|
matrix_single: Matriu (opció única)
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -10,10 +10,15 @@ es-MX:
|
|
|
10
10
|
question_type: Tipo
|
|
11
11
|
questionnaire_question:
|
|
12
12
|
mandatory: Obligatorio
|
|
13
|
+
max_characters: Límite de caracteres (dejar a 0 si no hay límite)
|
|
13
14
|
errors:
|
|
14
15
|
models:
|
|
15
16
|
answer:
|
|
16
17
|
attributes:
|
|
18
|
+
add_documents:
|
|
19
|
+
needs_to_be_reattached: Es necesario volver a adjuntar el fichero
|
|
20
|
+
body:
|
|
21
|
+
too_long: es demasiado largo
|
|
17
22
|
choices:
|
|
18
23
|
missing: no están completos
|
|
19
24
|
too_many: son demasiados
|
|
@@ -118,6 +123,7 @@ es-MX:
|
|
|
118
123
|
resize_and_pad: Redimensionado y ajustado a
|
|
119
124
|
resize_to_fit: Redimensionada para ajustarla
|
|
120
125
|
question_types:
|
|
126
|
+
files: Archivos
|
|
121
127
|
long_answer: Respuesta larga
|
|
122
128
|
matrix_multiple: Matriz (opción múltiple)
|
|
123
129
|
matrix_single: Matriz (opción única)
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -10,10 +10,15 @@ es-PY:
|
|
|
10
10
|
question_type: Tipo
|
|
11
11
|
questionnaire_question:
|
|
12
12
|
mandatory: Obligatorio
|
|
13
|
+
max_characters: Límite de caracteres (dejar a 0 si no hay límite)
|
|
13
14
|
errors:
|
|
14
15
|
models:
|
|
15
16
|
answer:
|
|
16
17
|
attributes:
|
|
18
|
+
add_documents:
|
|
19
|
+
needs_to_be_reattached: Es necesario volver a adjuntar el fichero
|
|
20
|
+
body:
|
|
21
|
+
too_long: es demasiado largo
|
|
17
22
|
choices:
|
|
18
23
|
missing: no están completos
|
|
19
24
|
too_many: son demasiados
|
|
@@ -118,6 +123,7 @@ es-PY:
|
|
|
118
123
|
resize_and_pad: Redimensionado y ajustado a
|
|
119
124
|
resize_to_fit: Redimensionada para ajustarla
|
|
120
125
|
question_types:
|
|
126
|
+
files: Archivos
|
|
121
127
|
long_answer: Respuesta larga
|
|
122
128
|
matrix_multiple: Matriz (opción múltiple)
|
|
123
129
|
matrix_single: Matriz (opción única)
|
data/config/locales/es.yml
CHANGED
|
@@ -10,10 +10,15 @@ es:
|
|
|
10
10
|
question_type: Tipo
|
|
11
11
|
questionnaire_question:
|
|
12
12
|
mandatory: Obligatorio
|
|
13
|
+
max_characters: Límite de caracteres (dejar a 0 si no hay límite)
|
|
13
14
|
errors:
|
|
14
15
|
models:
|
|
15
16
|
answer:
|
|
16
17
|
attributes:
|
|
18
|
+
add_documents:
|
|
19
|
+
needs_to_be_reattached: Es necesario volver a adjuntar el fichero
|
|
20
|
+
body:
|
|
21
|
+
too_long: es demasiado largo
|
|
17
22
|
choices:
|
|
18
23
|
missing: no están completos
|
|
19
24
|
too_many: son demasiados
|
|
@@ -118,6 +123,7 @@ es:
|
|
|
118
123
|
resize_and_pad: Redimensionada y ajustada a
|
|
119
124
|
resize_to_fit: Redimensionada para ajustarla
|
|
120
125
|
question_types:
|
|
126
|
+
files: Archivos
|
|
121
127
|
long_answer: Respuesta larga
|
|
122
128
|
matrix_multiple: Matriz (opción múltiple)
|
|
123
129
|
matrix_single: Matriz (opción única)
|
data/config/locales/gl.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
|
@@ -3,15 +3,22 @@ ro:
|
|
|
3
3
|
attributes:
|
|
4
4
|
answer:
|
|
5
5
|
body: Răspuns
|
|
6
|
+
choices: Opțiuni
|
|
7
|
+
selected_choices: Alegeri selectate
|
|
6
8
|
question:
|
|
7
9
|
max_choices: Numărul maxim de opțiuni
|
|
8
10
|
question_type: Tip
|
|
9
11
|
questionnaire_question:
|
|
10
12
|
mandatory: Mandatory
|
|
13
|
+
max_characters: Limita de caractere (lăsați la 0 dacă nu este limită)
|
|
11
14
|
errors:
|
|
12
15
|
models:
|
|
13
16
|
answer:
|
|
14
17
|
attributes:
|
|
18
|
+
add_documents:
|
|
19
|
+
needs_to_be_reattached: Trebuie să fie reatașate
|
|
20
|
+
body:
|
|
21
|
+
too_long: este prea lung
|
|
15
22
|
choices:
|
|
16
23
|
missing: nu sunt complete
|
|
17
24
|
too_many: sunt prea multe
|
|
@@ -76,6 +83,7 @@ ro:
|
|
|
76
83
|
collapse: Restrânge toate întrebările
|
|
77
84
|
expand: Extinde toate întrebările
|
|
78
85
|
preview: Previzualizare
|
|
86
|
+
title: Editare formular pentru %{questionnaire_for}
|
|
79
87
|
unpublished_warning: Formularul nu este publicat. Puteți modifica întrebările, dar acest lucru va șterge răspunsurile curente.
|
|
80
88
|
matrix_row:
|
|
81
89
|
matrix_row: Rând
|
|
@@ -102,6 +110,7 @@ ro:
|
|
|
102
110
|
up: Sus
|
|
103
111
|
update:
|
|
104
112
|
invalid: A apărut o eroare la salvarea formularului.
|
|
113
|
+
success: Formular salvat cu succes.
|
|
105
114
|
errors:
|
|
106
115
|
answer:
|
|
107
116
|
body: Corpul nu poate fi gol
|
|
@@ -114,6 +123,7 @@ ro:
|
|
|
114
123
|
resize_and_pad: Redimensionat și padded la
|
|
115
124
|
resize_to_fit: Redimensionat pentru a se potrivi
|
|
116
125
|
question_types:
|
|
126
|
+
files: Fișiere
|
|
117
127
|
long_answer: Răspuns lung
|
|
118
128
|
matrix_multiple: Matricea (opțiune multiplă)
|
|
119
129
|
matrix_single: Matricea (opțiunea unică)
|
|
@@ -151,8 +161,10 @@ ro:
|
|
|
151
161
|
tos_agreement: Prin participare acceptați termenii și condițiile sale de utilizare
|
|
152
162
|
step_navigation:
|
|
153
163
|
show:
|
|
164
|
+
are_you_sure: Această acțiune nu poate fi anulată și nu veți putea să vă editați răspunsurile. Sunteți sigur?
|
|
154
165
|
back: Înapoi
|
|
155
166
|
continue: Continuă
|
|
167
|
+
submit: Trimiteți
|
|
156
168
|
user_answers_serializer:
|
|
157
169
|
body: Răspuns
|
|
158
170
|
completion: Finalizare
|
data/config/locales/sv.yml
CHANGED
|
@@ -3,15 +3,22 @@ sv:
|
|
|
3
3
|
attributes:
|
|
4
4
|
answer:
|
|
5
5
|
body: Svar
|
|
6
|
+
choices: Val
|
|
7
|
+
selected_choices: Utvalda val
|
|
6
8
|
question:
|
|
7
9
|
max_choices: Högst antal val
|
|
8
10
|
question_type: Typ
|
|
9
11
|
questionnaire_question:
|
|
10
12
|
mandatory: Obligatorisk
|
|
13
|
+
max_characters: Teckengräns (lämna till 0 om ingen gräns)
|
|
11
14
|
errors:
|
|
12
15
|
models:
|
|
13
16
|
answer:
|
|
14
17
|
attributes:
|
|
18
|
+
add_documents:
|
|
19
|
+
needs_to_be_reattached: Måste bifogas igen
|
|
20
|
+
body:
|
|
21
|
+
too_long: är för långt
|
|
15
22
|
choices:
|
|
16
23
|
missing: är inte fullständiga
|
|
17
24
|
too_many: är för många
|
|
@@ -76,6 +83,7 @@ sv:
|
|
|
76
83
|
collapse: Komprimera alla frågor
|
|
77
84
|
expand: Expandera alla frågor
|
|
78
85
|
preview: Förhandsgranska
|
|
86
|
+
title: Redigera formulär för %{questionnaire_for}
|
|
79
87
|
unpublished_warning: Formuläret är inte publicerat. Du kan ändra dess frågor, men det kommer att ta bort aktuella svar.
|
|
80
88
|
matrix_row:
|
|
81
89
|
matrix_row: Rad
|
|
@@ -114,6 +122,7 @@ sv:
|
|
|
114
122
|
resize_and_pad: Anpassad och vadderad till
|
|
115
123
|
resize_to_fit: Anpassad för att passa
|
|
116
124
|
question_types:
|
|
125
|
+
files: Filer
|
|
117
126
|
long_answer: Långt svar
|
|
118
127
|
matrix_multiple: Matris (flera alternativ)
|
|
119
128
|
matrix_single: Matris (Single alternativ)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-forms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2021-
|
|
14
|
+
date: 2021-06-01 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: decidim-core
|
|
@@ -19,14 +19,14 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - '='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.24.
|
|
22
|
+
version: 0.24.3
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - '='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.24.
|
|
29
|
+
version: 0.24.3
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: wicked_pdf
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -61,28 +61,28 @@ dependencies:
|
|
|
61
61
|
requirements:
|
|
62
62
|
- - '='
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
|
-
version: 0.24.
|
|
64
|
+
version: 0.24.3
|
|
65
65
|
type: :development
|
|
66
66
|
prerelease: false
|
|
67
67
|
version_requirements: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
|
69
69
|
- - '='
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: 0.24.
|
|
71
|
+
version: 0.24.3
|
|
72
72
|
- !ruby/object:Gem::Dependency
|
|
73
73
|
name: decidim-dev
|
|
74
74
|
requirement: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
|
76
76
|
- - '='
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: 0.24.
|
|
78
|
+
version: 0.24.3
|
|
79
79
|
type: :development
|
|
80
80
|
prerelease: false
|
|
81
81
|
version_requirements: !ruby/object:Gem::Requirement
|
|
82
82
|
requirements:
|
|
83
83
|
- - '='
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 0.24.
|
|
85
|
+
version: 0.24.3
|
|
86
86
|
description: A forms gem for decidim.
|
|
87
87
|
email:
|
|
88
88
|
- josepjaume@gmail.com
|
|
@@ -301,9 +301,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
301
301
|
version: '2.7'
|
|
302
302
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
303
303
|
requirements:
|
|
304
|
-
- - "
|
|
304
|
+
- - ">="
|
|
305
305
|
- !ruby/object:Gem::Version
|
|
306
|
-
version:
|
|
306
|
+
version: '0'
|
|
307
307
|
requirements: []
|
|
308
308
|
rubygems_version: 3.1.2
|
|
309
309
|
signing_key:
|