decidim-forms 0.29.6 → 0.29.7

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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/app/views/decidim/forms/admin/questionnaires/_question.html.erb +11 -1
  3. data/app/views/decidim/forms/admin/questionnaires/_separator.html.erb +10 -3
  4. data/app/views/decidim/forms/admin/questionnaires/_title_and_description.html.erb +11 -1
  5. data/config/locales/ar.yml +7 -0
  6. data/config/locales/bg.yml +6 -0
  7. data/config/locales/ca-IT.yml +6 -0
  8. data/config/locales/ca.yml +6 -0
  9. data/config/locales/cs.yml +6 -0
  10. data/config/locales/de.yml +6 -0
  11. data/config/locales/el.yml +6 -0
  12. data/config/locales/en.yml +6 -0
  13. data/config/locales/es-MX.yml +6 -0
  14. data/config/locales/es-PY.yml +6 -0
  15. data/config/locales/es.yml +6 -0
  16. data/config/locales/eu.yml +8 -2
  17. data/config/locales/fi-plain.yml +6 -0
  18. data/config/locales/fi.yml +6 -0
  19. data/config/locales/fr-CA.yml +6 -0
  20. data/config/locales/fr.yml +6 -0
  21. data/config/locales/ga-IE.yml +7 -0
  22. data/config/locales/gl.yml +7 -0
  23. data/config/locales/hu.yml +7 -0
  24. data/config/locales/id-ID.yml +8 -0
  25. data/config/locales/it.yml +7 -0
  26. data/config/locales/ja.yml +6 -0
  27. data/config/locales/lb.yml +7 -0
  28. data/config/locales/lt.yml +6 -0
  29. data/config/locales/lv.yml +7 -0
  30. data/config/locales/nl.yml +6 -0
  31. data/config/locales/no.yml +6 -0
  32. data/config/locales/pl.yml +6 -0
  33. data/config/locales/pt-BR.yml +6 -0
  34. data/config/locales/pt.yml +7 -0
  35. data/config/locales/ro-RO.yml +6 -0
  36. data/config/locales/ru.yml +8 -0
  37. data/config/locales/sk.yml +8 -0
  38. data/config/locales/sv.yml +6 -0
  39. data/config/locales/tr-TR.yml +7 -0
  40. data/config/locales/zh-CN.yml +7 -0
  41. data/config/locales/zh-TW.yml +6 -0
  42. data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_questions.rb +25 -122
  43. data/lib/decidim/forms/test/shared_examples/manage_questionnaires.rb +0 -5
  44. data/lib/decidim/forms/version.rb +1 -1
  45. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ce738212e0b63facce1af0be9fc9a1a3d9ed6e0613f164a4a31df4fca52c853
4
- data.tar.gz: b8ad317420fcdf8c42a0edce7198a1954e932e87cb8ab25657785389ac3ab2bb
3
+ metadata.gz: 2cf148a21d7a5a30b76461a405cbcb57b2ac7bb9fc3b5a5532f21890a52d447c
4
+ data.tar.gz: cf5466bd492a26fe3d5811410c932dbf42426aecd3b424c2c4c7d07c504e6046
5
5
  SHA512:
6
- metadata.gz: 2f08bbd067838b1f501aee2ae1061df4a33733cdc5a41e62b867082c687981e6ed3598f5d76e722de90a327d4d771d966a1948114f47296cff662a5d0d659e18
7
- data.tar.gz: 4293241ee42c78de0f5d5a429b3281c8c0bc1de953dca13eb67ad7c4720d758c9a36b7759d5fb24c6e956edb1cfcfcb2f52a2ffec8684ed22df283ec50475afa
6
+ metadata.gz: b523d8c6ebcb09682940a7cab01d71521d8a4f05bec27157c8101069be6d98f218d58fc565122ae586ee76f885d885c1bcde7b2eedc5cd4df5081eb0143aee6f
7
+ data.tar.gz: 8f6a0a3fb8118651bcafd715b7a8a9c6bd250945bfeaed54360d7fd3317dfc401f9e751fd5835e60ca1bee8a3add7a7eaaee753d44f9bb3619481e54c5b71d8a
@@ -23,7 +23,17 @@
23
23
  </button>
24
24
 
25
25
  <% if editable %>
26
- <button class="button button__xs button__transparent-secondary small alert remove-question button--title">
26
+ <button class="button button__sm button__transparent-secondary small alert move-up-question button--title">
27
+ <%= icon("arrow-up-line") %>
28
+ <%= t(".up") %>
29
+ </button>
30
+
31
+ <button class="button button__sm button__transparent-secondary small alert move-down-question button--title">
32
+ <%= icon("arrow-down-line") %>
33
+ <%= t(".down") %>
34
+ </button>
35
+
36
+ <button class="button button__sm button__transparent-secondary small alert remove-question button--title">
27
37
  <%= icon("delete-bin-line") %>
28
38
  <%= t(".remove") %>
29
39
  </button>
@@ -12,9 +12,16 @@
12
12
 
13
13
  <div class="flex items-center gap-x-4 ml-auto">
14
14
  <% if editable %>
15
- <button class="button button__xs button__transparent button__transparent-secondary small alert remove-question button--title">
16
- <%= icon("delete-bin-line") %>
17
- <span class="hidden md:block"><%= t(".remove") %></span>
15
+ <button class="button button__sm button__transparent button__transparent-secondary small alert move-up-question button--title">
16
+ <%== "#{icon("arrow-up-line")} #{t(".up")}" %>
17
+ </button>
18
+
19
+ <button class="button button__sm button__transparent button__transparent-secondary small alert move-down-question button--title">
20
+ <%== "#{icon("arrow-down-line")} #{t(".down")}" %>
21
+ </button>
22
+
23
+ <button class="button button__sm button__transparent button__transparent-secondary small alert remove-question button--title">
24
+ <%= t(".remove") %>
18
25
  </button>
19
26
  <% end %>
20
27
  </div>
@@ -23,7 +23,17 @@
23
23
  </button>
24
24
 
25
25
  <% if editable %>
26
- <button class="button button__xs button__transparent button__transparent-secondary small alert remove-question button--title">
26
+ <button class="button button__sm button__transparent button__transparent-secondary small alert move-up-question button--title">
27
+ <%= icon("arrow-up-line") %>
28
+ <%= t(".up") %>
29
+ </button>
30
+
31
+ <button class="button button__sm button__transparent button__transparent-secondary small alert move-down-question button--title">
32
+ <%= icon("arrow-down-line") %>
33
+ <%= t(".down") %>
34
+ </button>
35
+
36
+ <button class="button button__sm button__transparent button__transparent-secondary small alert remove-question button--title">
27
37
  <%= icon("delete-bin-line") %>
28
38
  <%= t(".remove") %>
29
39
  </button>
@@ -35,11 +35,18 @@ ar:
35
35
  add_answer_option: إضافة خيار الإجابة
36
36
  any: أي
37
37
  description: وصف
38
+ down: أسفل
38
39
  question: سؤال
39
40
  remove: إزالة
40
41
  statement: بيان
42
+ up: فوق
43
+ separator:
44
+ down: أسفل
45
+ up: فوق
41
46
  title_and_description:
42
47
  description: الوصف
48
+ down: أسفل
49
+ up: فوق
43
50
  update:
44
51
  invalid: كانت هناك مشكلة في حفظ النموذج.
45
52
  question_types:
@@ -76,20 +76,26 @@ bg:
76
76
  any: Някой
77
77
  collapse: Свий
78
78
  description: Описание
79
+ down: Надолу
79
80
  expand: Разтваряне
80
81
  question: Въпрос
81
82
  remove: Премахни
82
83
  statement: Изявление
84
+ up: Горе
83
85
  separator:
86
+ down: Надолу
84
87
  remove: Премахни
85
88
  separator: Разделител
89
+ up: Горе
86
90
  title_and_description:
87
91
  collapse: Свий
88
92
  description: Описание
93
+ down: Надолу
89
94
  expand: Разтваряне
90
95
  remove: Премахни
91
96
  title: Заглавие
92
97
  title_and_description: Заглавие и описание
98
+ up: Горе
93
99
  update:
94
100
  invalid: Възникна проблем при запазването на формуляра.
95
101
  success: Формулярите бяха запазени успешно.
@@ -101,20 +101,26 @@ ca-IT:
101
101
  any: Cap
102
102
  collapse: Redueix
103
103
  description: Descripció
104
+ down: Avall
104
105
  expand: Expandeix
105
106
  question: Pregunta
106
107
  remove: Eliminar
107
108
  statement: Declaració
109
+ up: Amunt
108
110
  separator:
111
+ down: Avall
109
112
  remove: Eliminar
110
113
  separator: Separador
114
+ up: Amunt
111
115
  title_and_description:
112
116
  collapse: Replegar
113
117
  description: Descripció
118
+ down: Avall
114
119
  expand: Expandir
115
120
  remove: Esborrar
116
121
  title: Títol
117
122
  title_and_description: Títol i descripció
123
+ up: Amunt
118
124
  update:
119
125
  invalid: S'ha produït un error en desar el formulari.
120
126
  success: Formulari desat correctament.
@@ -101,20 +101,26 @@ ca:
101
101
  any: Cap
102
102
  collapse: Redueix
103
103
  description: Descripció
104
+ down: Avall
104
105
  expand: Expandeix
105
106
  question: Pregunta
106
107
  remove: Eliminar
107
108
  statement: Declaració
109
+ up: Amunt
108
110
  separator:
111
+ down: Avall
109
112
  remove: Eliminar
110
113
  separator: Separador
114
+ up: Amunt
111
115
  title_and_description:
112
116
  collapse: Replegar
113
117
  description: Descripció
118
+ down: Avall
114
119
  expand: Expandir
115
120
  remove: Esborrar
116
121
  title: Títol
117
122
  title_and_description: Títol i descripció
123
+ up: Amunt
118
124
  update:
119
125
  invalid: S'ha produït un error en desar el formulari.
120
126
  success: Formulari desat correctament.
@@ -101,20 +101,26 @@ cs:
101
101
  any: Žádný
102
102
  collapse: Sbalit
103
103
  description: Popis
104
+ down: Dolů
104
105
  expand: Rozbalit
105
106
  question: Otázka
106
107
  remove: Odstranit
107
108
  statement: Prohlášení
109
+ up: Nahoru
108
110
  separator:
111
+ down: Dolů
109
112
  remove: Odebrat
110
113
  separator: Oddělovač
114
+ up: Nahoru
111
115
  title_and_description:
112
116
  collapse: Sbalit
113
117
  description: Popis
118
+ down: Dolů
114
119
  expand: Rozbalit
115
120
  remove: Odebrat
116
121
  title: Název
117
122
  title_and_description: Název a popis
123
+ up: Nahoru
118
124
  update:
119
125
  invalid: Při ukládání dotazníku došlo k chybám.
120
126
  success: Formulář byl úspěšně uložen.
@@ -101,20 +101,26 @@ de:
101
101
  any: Irgendein
102
102
  collapse: Einklappen
103
103
  description: Beschreibung
104
+ down: Nach unten
104
105
  expand: Ausklappen
105
106
  question: Frage
106
107
  remove: Löschen
107
108
  statement: Aussage
109
+ up: Oben
108
110
  separator:
111
+ down: Nach unten
109
112
  remove: Löschen
110
113
  separator: Trennzeichen
114
+ up: Oben
111
115
  title_and_description:
112
116
  collapse: Einklappen
113
117
  description: Beschreibung
118
+ down: Nach unten
114
119
  expand: Ausklappen
115
120
  remove: Entfernen
116
121
  title: Titel
117
122
  title_and_description: Titel und Beschreibung
123
+ up: Oben
118
124
  update:
119
125
  invalid: Beim Speichern des Fragebogens sind Fehler aufgetreten.
120
126
  success: Formular erfolgreich gespeichert.
@@ -76,20 +76,26 @@ el:
76
76
  any: Οποιαδήποτε
77
77
  collapse: Σύμπτυξη
78
78
  description: Περιγραφή
79
+ down: Κάτω
79
80
  expand: Ανάπτυξη
80
81
  question: Ερώτηση
81
82
  remove: Κατάργηση
82
83
  statement: Δήλωση
84
+ up: Επάνω
83
85
  separator:
86
+ down: Κάτω
84
87
  remove: Κατάργηση
85
88
  separator: Διαχωριστικό
89
+ up: Επάνω
86
90
  title_and_description:
87
91
  collapse: Σύμπτυξη
88
92
  description: Περιγραφή
93
+ down: Κάτω
89
94
  expand: Ανάπτυξη
90
95
  remove: Αφαίρεση
91
96
  title: Τίτλος
92
97
  title_and_description: Τίτλος και περιγραφή
98
+ up: Επάνω
93
99
  update:
94
100
  invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της φόρμας.
95
101
  success: Η φόρμα αποθηκεύτηκε επιτυχώς.
@@ -101,20 +101,26 @@ en:
101
101
  any: Any
102
102
  collapse: Collapse
103
103
  description: Description
104
+ down: Down
104
105
  expand: Expand
105
106
  question: Question
106
107
  remove: Remove
107
108
  statement: Statement
109
+ up: Up
108
110
  separator:
111
+ down: Down
109
112
  remove: Remove
110
113
  separator: Separator
114
+ up: Up
111
115
  title_and_description:
112
116
  collapse: Collapse
113
117
  description: Description
118
+ down: Down
114
119
  expand: Expand
115
120
  remove: Remove
116
121
  title: Title
117
122
  title_and_description: Title and description
123
+ up: Up
118
124
  update:
119
125
  invalid: There was a problem saving the form.
120
126
  success: Form successfully saved.
@@ -101,20 +101,26 @@ es-MX:
101
101
  any: Alguna
102
102
  collapse: Contraer
103
103
  description: Descripción
104
+ down: Abajo
104
105
  expand: Expandir
105
106
  question: Pregunta
106
107
  remove: Borrar
107
108
  statement: Declaración
109
+ up: Arriba
108
110
  separator:
111
+ down: Abajo
109
112
  remove: Eliminar
110
113
  separator: Separador
114
+ up: Arriba
111
115
  title_and_description:
112
116
  collapse: Contraer
113
117
  description: Descripción
118
+ down: Abajo
114
119
  expand: Expandir
115
120
  remove: Eliminar
116
121
  title: Título
117
122
  title_and_description: Título y descripción
123
+ up: Arriba
118
124
  update:
119
125
  invalid: Ha habido errores al guardar el cuestionario.
120
126
  success: Formulario guardado correctamente.
@@ -101,20 +101,26 @@ es-PY:
101
101
  any: Alguna
102
102
  collapse: Contraer
103
103
  description: Descripción
104
+ down: Abajo
104
105
  expand: Expandir
105
106
  question: Pregunta
106
107
  remove: Borrar
107
108
  statement: Declaración
109
+ up: Arriba
108
110
  separator:
111
+ down: Abajo
109
112
  remove: Eliminar
110
113
  separator: Separador
114
+ up: Arriba
111
115
  title_and_description:
112
116
  collapse: Contraer
113
117
  description: Descripción
118
+ down: Abajo
114
119
  expand: Expandir
115
120
  remove: Eliminar
116
121
  title: Título
117
122
  title_and_description: Título y descripción
123
+ up: Arriba
118
124
  update:
119
125
  invalid: Ha habido errores al guardar el cuestionario.
120
126
  success: Formulario guardado correctamente.
@@ -101,20 +101,26 @@ es:
101
101
  any: Alguna
102
102
  collapse: Contraer
103
103
  description: Descripción
104
+ down: Abajo
104
105
  expand: Expandir
105
106
  question: Pregunta
106
107
  remove: Eliminar
107
108
  statement: Declaración
109
+ up: Arriba
108
110
  separator:
111
+ down: Abajo
109
112
  remove: Eliminar
110
113
  separator: Separador
114
+ up: Arriba
111
115
  title_and_description:
112
116
  collapse: Contraer
113
117
  description: Descripción
118
+ down: Abajo
114
119
  expand: Expandir
115
120
  remove: Eliminar
116
121
  title: Título
117
122
  title_and_description: Título y descripción
123
+ up: Arriba
118
124
  update:
119
125
  invalid: Se ha producido un error al guardar el formulario.
120
126
  success: Formulario guardado correctamente.
@@ -101,20 +101,26 @@ eu:
101
101
  any: Edozein
102
102
  collapse: Bildu
103
103
  description: Deskribapena
104
+ down: Behera
104
105
  expand: Zabaldu
105
106
  question: Galdera
106
107
  remove: Kendu
107
108
  statement: Adierazpena
109
+ up: Gora
108
110
  separator:
111
+ down: Behera
109
112
  remove: Kendu
110
113
  separator: Bereizlea
114
+ up: Gora
111
115
  title_and_description:
112
- collapse: Kolapsoa
116
+ collapse: Tolestu
113
117
  description: Deskribapena
118
+ down: Behera
114
119
  expand: Zabaldu
115
120
  remove: Kendu
116
121
  title: Izenburua
117
122
  title_and_description: Izenburua eta deskribapena
123
+ up: Gora
118
124
  update:
119
125
  invalid: Arazo bat egon da inprimakia gordetzean.
120
126
  success: Galdetegia zuzen gorde da.
@@ -171,7 +177,7 @@ eu:
171
177
  body: Galdetegi honen ezaugarri batzuk desaktibatu egingo dira. Zure esperientzia hobetzeko, gaitu JavaScript zure nabigatzailean.
172
178
  title: Javascript desaktibatuta dago
173
179
  questionnaire_not_published:
174
- body: Argitalpen hau oraindik ez da argitaratu.
180
+ body: Formulario hau ez da oraindik argitaratu.
175
181
  tos_agreement: Parte hartzean, haren zerbitzu-baldintzak onartzen dituzu
176
182
  step_navigation:
177
183
  show:
@@ -101,20 +101,26 @@ fi-pl:
101
101
  any: Minkä tahansa
102
102
  collapse: Sulje
103
103
  description: Kuvaus
104
+ down: Alas
104
105
  expand: Avaa
105
106
  question: Kysymys
106
107
  remove: Poista
107
108
  statement: Selite
109
+ up: Ylös
108
110
  separator:
111
+ down: Alas
109
112
  remove: Poista
110
113
  separator: Erotin
114
+ up: Ylös
111
115
  title_and_description:
112
116
  collapse: Pienennä
113
117
  description: Kuvaus
118
+ down: Alas
114
119
  expand: Laajenna
115
120
  remove: Poista
116
121
  title: Otsikko
117
122
  title_and_description: Otsikko ja kuvaus
123
+ up: Ylös
118
124
  update:
119
125
  invalid: Kyselylomakkeiden tallentamisessa on tapahtunut virheitä.
120
126
  success: Lomake tallennettu onnistuneesti.
@@ -101,20 +101,26 @@ fi:
101
101
  any: Minkä tahansa
102
102
  collapse: Sulje
103
103
  description: Kuvaus
104
+ down: Alas
104
105
  expand: Avaa
105
106
  question: Kysymys
106
107
  remove: Poista
107
108
  statement: Selite
109
+ up: Ylös
108
110
  separator:
111
+ down: Alas
109
112
  remove: Poista
110
113
  separator: Erotin
114
+ up: Ylös
111
115
  title_and_description:
112
116
  collapse: Pienennä
113
117
  description: Kuvaus
118
+ down: Alas
114
119
  expand: Laajenna
115
120
  remove: Poista
116
121
  title: Otsikko
117
122
  title_and_description: Otsikko ja kuvaus
123
+ up: Ylös
118
124
  update:
119
125
  invalid: Kyselylomakkeen tallentaminen epäonnistui.
120
126
  success: Lomakkeen tallennus onnistui.
@@ -101,20 +101,26 @@ fr-CA:
101
101
  any: Tout
102
102
  collapse: Réduire
103
103
  description: Description
104
+ down: Descendre
104
105
  expand: Déveloper
105
106
  question: Question
106
107
  remove: Retirer
107
108
  statement: Déclaration
109
+ up: Monter
108
110
  separator:
111
+ down: Descendre
109
112
  remove: Retirer
110
113
  separator: Séparateur
114
+ up: Monter
111
115
  title_and_description:
112
116
  collapse: Réduire
113
117
  description: Description
118
+ down: Descendre
114
119
  expand: Déveloper
115
120
  remove: Supprimer
116
121
  title: Titre
117
122
  title_and_description: Titre et description
123
+ up: Monter
118
124
  update:
119
125
  invalid: Il y a eu des erreurs lors de la sauvegarde du questionnaire.
120
126
  success: Le formulaire a bien été sauvegardé.
@@ -101,20 +101,26 @@ fr:
101
101
  any: Tout
102
102
  collapse: Réduire
103
103
  description: Description
104
+ down: Descendre
104
105
  expand: Déveloper
105
106
  question: Question
106
107
  remove: Retirer
107
108
  statement: Déclaration
109
+ up: Monter
108
110
  separator:
111
+ down: Descendre
109
112
  remove: Retirer
110
113
  separator: Séparateur
114
+ up: Monter
111
115
  title_and_description:
112
116
  collapse: Réduire
113
117
  description: Description
118
+ down: Descendre
114
119
  expand: Développer
115
120
  remove: Supprimer
116
121
  title: Titre
117
122
  title_and_description: Titre et description
123
+ up: Monter
118
124
  update:
119
125
  invalid: Il y a eu des erreurs lors de la sauvegarde du questionnaire.
120
126
  success: Le questionnaire a bien été sauvegardé.
@@ -27,11 +27,18 @@ ga:
27
27
  question:
28
28
  add_matrix_row: Suimigh ró
29
29
  any: Ar Bith
30
+ down: Síos
30
31
  expand: Méadaigh
31
32
  question: Ceist
32
33
  remove: Bain as
34
+ up: Thuas
33
35
  separator:
36
+ down: Síos
34
37
  remove: Bain as
38
+ up: Thuas
39
+ title_and_description:
40
+ down: Síos
41
+ up: Thuas
35
42
  question_types:
36
43
  files: Comhaid
37
44
  sorting: Sórtáil
@@ -32,16 +32,23 @@ gl:
32
32
  add_answer_option: Engadir unha opción de resposta
33
33
  any: Calquera
34
34
  description: Descrición
35
+ down: Baixo
35
36
  question: Pregunta
36
37
  remove: Quitar
37
38
  statement: Declaración
39
+ up: Arriba
40
+ separator:
41
+ down: Baixo
42
+ up: Arriba
38
43
  title_and_description:
39
44
  collapse: Contraer
40
45
  description: Descrición
46
+ down: Baixo
41
47
  expand: Expandir
42
48
  remove: Eliminar
43
49
  title: Título
44
50
  title_and_description: Título e descrición
51
+ up: Arriba
45
52
  update:
46
53
  invalid: Produciuse un erro ao gardar o cuestionario.
47
54
  images:
@@ -35,17 +35,24 @@ hu:
35
35
  any: Bármilyen
36
36
  collapse: Összecsukás
37
37
  description: Leírás
38
+ down: Le
38
39
  expand: Kibontás
39
40
  question: Kérdés
40
41
  remove: Eltávolít
41
42
  statement: Nyilatkozat
43
+ up: Fel
44
+ separator:
45
+ down: Le
46
+ up: Fel
42
47
  title_and_description:
43
48
  collapse: Összecsuk
44
49
  description: Leírás
50
+ down: Le
45
51
  expand: Kibont
46
52
  remove: Eltávolít
47
53
  title: Cím
48
54
  title_and_description: Cím és leírás
55
+ up: Fel
49
56
  update:
50
57
  invalid: Hiba történt a kérdőív mentésekor.
51
58
  images:
@@ -32,9 +32,17 @@ id:
32
32
  add_answer_option: Tambahkan opsi jawaban
33
33
  any: Apa saja
34
34
  description: Deskripsi
35
+ down: Turun
35
36
  question: Pertanyaan
36
37
  remove: Menghapus
37
38
  statement: Pernyataan
39
+ up: Naik
40
+ separator:
41
+ down: Turun
42
+ up: Naik
43
+ title_and_description:
44
+ down: Turun
45
+ up: Naik
38
46
  update:
39
47
  invalid: Terjadi masalah saat menyimpan formulir.
40
48
  question_types:
@@ -74,13 +74,20 @@ it:
74
74
  any: Qualunque
75
75
  collapse: Comprimi
76
76
  description: Descrizione
77
+ down: Giù
77
78
  expand: Espandi
78
79
  question: Domanda
79
80
  remove: Rimuovere
80
81
  statement: dichiarazione
82
+ up: Su
81
83
  separator:
84
+ down: Giù
82
85
  remove: Elimina
83
86
  separator: Separatore
87
+ up: Su
88
+ title_and_description:
89
+ down: Giù
90
+ up: Su
84
91
  update:
85
92
  invalid: Si sono verificati errori durante il salvataggio del questionario.
86
93
  success: Modulo salvato correttamente.
@@ -101,20 +101,26 @@ ja:
101
101
  any: 任意の
102
102
  collapse: 折りたたむ
103
103
  description: 説明
104
+ down: 下
104
105
  expand: 展開
105
106
  question: 質問
106
107
  remove: 削除
107
108
  statement: ステートメント
109
+ up: 上へ
108
110
  separator:
111
+ down: 下
109
112
  remove: 削除
110
113
  separator: 区切り記号
114
+ up: 上へ
111
115
  title_and_description:
112
116
  collapse: 折りたたむ
113
117
  description: 説明
118
+ down: 下
114
119
  expand: 展開する
115
120
  remove: 削除
116
121
  title: タイトル
117
122
  title_and_description: タイトルと説明
123
+ up: 上へ
118
124
  update:
119
125
  invalid: フォームの保存に失敗しました。
120
126
  success: フォームを保存しました。