decidim-forms 0.29.4 → 0.29.6

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 (51) hide show
  1. checksums.yaml +4 -4
  2. data/app/packs/src/decidim/forms/forms.js +47 -22
  3. data/app/views/decidim/forms/admin/questionnaires/_question.html.erb +1 -11
  4. data/app/views/decidim/forms/admin/questionnaires/_separator.html.erb +3 -10
  5. data/app/views/decidim/forms/admin/questionnaires/_title_and_description.html.erb +1 -11
  6. data/app/views/decidim/forms/questionnaires/_answer.html.erb +1 -1
  7. data/app/views/decidim/forms/questionnaires/answers/_long_answer.html.erb +1 -1
  8. data/app/views/decidim/forms/questionnaires/answers/_short_answer.html.erb +1 -1
  9. data/config/locales/ar.yml +0 -2
  10. data/config/locales/bg.yml +0 -6
  11. data/config/locales/ca-IT.yml +0 -6
  12. data/config/locales/ca.yml +0 -6
  13. data/config/locales/cs.yml +0 -6
  14. data/config/locales/de.yml +0 -6
  15. data/config/locales/el.yml +0 -6
  16. data/config/locales/en.yml +0 -6
  17. data/config/locales/es-MX.yml +0 -6
  18. data/config/locales/es-PY.yml +0 -6
  19. data/config/locales/es.yml +0 -6
  20. data/config/locales/eu.yml +1 -7
  21. data/config/locales/fi-plain.yml +0 -6
  22. data/config/locales/fi.yml +0 -6
  23. data/config/locales/fr-CA.yml +0 -6
  24. data/config/locales/fr.yml +0 -6
  25. data/config/locales/ga-IE.yml +0 -4
  26. data/config/locales/gl.yml +0 -4
  27. data/config/locales/hu.yml +0 -4
  28. data/config/locales/id-ID.yml +0 -2
  29. data/config/locales/it.yml +0 -4
  30. data/config/locales/ja.yml +0 -6
  31. data/config/locales/lb.yml +0 -4
  32. data/config/locales/lt.yml +0 -6
  33. data/config/locales/lv.yml +0 -4
  34. data/config/locales/nl.yml +0 -6
  35. data/config/locales/no.yml +0 -6
  36. data/config/locales/pl.yml +0 -6
  37. data/config/locales/pt-BR.yml +0 -6
  38. data/config/locales/pt.yml +0 -4
  39. data/config/locales/ro-RO.yml +0 -6
  40. data/config/locales/ru.yml +0 -2
  41. data/config/locales/sk.yml +0 -2
  42. data/config/locales/sv.yml +2 -8
  43. data/config/locales/tr-TR.yml +0 -4
  44. data/config/locales/val-ES.yml +0 -2
  45. data/config/locales/zh-CN.yml +0 -4
  46. data/config/locales/zh-TW.yml +0 -6
  47. data/lib/decidim/forms/test/shared_examples/has_questionnaire.rb +3 -2
  48. data/lib/decidim/forms/test/shared_examples/manage_questionnaires/update_questions.rb +122 -25
  49. data/lib/decidim/forms/test/shared_examples/manage_questionnaires.rb +5 -0
  50. data/lib/decidim/forms/version.rb +1 -1
  51. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a14b16d19fcc94b2efb57354638870b2ddf616b5e2ca9d00a8fc98a785a2ffd8
4
- data.tar.gz: 8c0727b7df66bba9d36cd805a0989275bc862b97648d3ad6b6af18be70080474
3
+ metadata.gz: 2ce738212e0b63facce1af0be9fc9a1a3d9ed6e0613f164a4a31df4fca52c853
4
+ data.tar.gz: b8ad317420fcdf8c42a0edce7198a1954e932e87cb8ab25657785389ac3ab2bb
5
5
  SHA512:
6
- metadata.gz: e4faae5d6735abf2eb7bcd00502490cbf416b8105d3154e44b7dd4b4473918295353b873e755ae492ebb2a7d46aff5b3a04743f1fb4f731b4e4955ba6e6b5d19
7
- data.tar.gz: 60165760b527d12dab0ae631f9594bcf123d8e164e1d38cb2060cc26e3ae2a68ae8de385b5cc9a9752f241dc78b25134f1fb3ae85ed9dcbc2231e0cb2a3839c0
6
+ metadata.gz: 2f08bbd067838b1f501aee2ae1061df4a33733cdc5a41e62b867082c687981e6ed3598f5d76e722de90a327d4d771d966a1948114f47296cff662a5d0d659e18
7
+ data.tar.gz: 4293241ee42c78de0f5d5a429b3281c8c0bc1de953dca13eb67ad7c4720d758c9a36b7759d5fb24c6e956edb1cfcfcb2f52a2ffec8684ed22df283ec50475afa
@@ -11,6 +11,7 @@ import "dragula/dist/dragula.css";
11
11
  import createOptionAttachedInputs from "src/decidim/forms/option_attached_inputs.component"
12
12
  import createDisplayConditions from "src/decidim/forms/display_conditions.component"
13
13
  import createMaxChoicesAlertComponent from "src/decidim/forms/max_choices_alert.component"
14
+ import { preventUnload } from "src/decidim/utilities/dom"
14
15
 
15
16
  $(() => {
16
17
  $(".js-radio-button-collection, .js-check-box-collection").each((idx, el) => {
@@ -34,10 +35,31 @@ $(() => {
34
35
  }
35
36
  });
36
37
 
37
- document.querySelectorAll(".js-sortable-check-box-collection").forEach((el) => new DragonDrop(el, {
38
- handle: false,
39
- item: ".js-collection-input"
40
- }));
38
+ document.querySelectorAll(".js-sortable-check-box-collection").forEach((el) => {
39
+
40
+ /**
41
+ * Due to a bug reported in https://github.com/decidim/decidim/issues/15191
42
+ * we have to listen to the `drag` event and prevent the scrolling
43
+ * and enabling it back again after it.
44
+ */
45
+
46
+ let preventScroll = function(event) {
47
+ event.preventDefault();
48
+ }
49
+
50
+ el.addEventListener("touchmove", (event) => {
51
+ preventScroll(event);
52
+ }, { passive: false });
53
+
54
+ el.addEventListener("touchend", () => {
55
+ el.removeEventListener("touchmove", preventScroll)
56
+ });
57
+
58
+ return new DragonDrop(el, {
59
+ handle: false,
60
+ item: ".js-collection-input"
61
+ });
62
+ });
41
63
 
42
64
  $(".answer-questionnaire .question[data-conditioned='true']").each((idx, el) => {
43
65
  createDisplayConditions({
@@ -45,30 +67,33 @@ $(() => {
45
67
  });
46
68
  });
47
69
 
48
- const $form = $("form.answer-questionnaire");
49
- if ($form.length > 0) {
50
- $form.find("input, textarea, select").on("change", () => {
51
- $form.data("changed", true);
70
+ const form = document.querySelector("form.answer-questionnaire");
71
+ if (form) {
72
+ const safePath = form.dataset.safePath.split("?")[0];
73
+ let exitUrl = "";
74
+ document.addEventListener("click", (event) => {
75
+ const link = event.target?.closest("a");
76
+ if (link) {
77
+ exitUrl = link.href;
78
+ }
52
79
  });
53
80
 
54
- const safePath = $form.data("safe-path").split("?")[0];
55
- $(document).on("click", "a", (event) => {
56
- window.exitUrl = event.currentTarget.href;
57
- });
81
+ // The submit listener has to be registered through jQuery because the
82
+ // custom confirm dialog does not dispatch the "submit" event normally.
58
83
  $(document).on("submit", "form", (event) => {
59
- window.exitUrl = event.currentTarget.action;
84
+ exitUrl = event.currentTarget.action;
60
85
  });
61
86
 
62
- window.addEventListener("beforeunload", (event) => {
63
- const exitUrl = window.exitUrl;
64
- const hasChanged = $form.data("changed");
65
- window.exitUrl = null;
87
+ let hasChanged = false;
88
+ const controls = form.querySelectorAll("input, textarea, select");
89
+ const changeListener = () => {
90
+ if (!hasChanged) {
91
+ hasChanged = true;
92
+ controls.forEach((control) => control.removeEventListener("change", changeListener));
66
93
 
67
- if (!hasChanged || (exitUrl && exitUrl.includes(safePath))) {
68
- return;
94
+ preventUnload(() => !exitUrl.includes(safePath));
69
95
  }
70
-
71
- event.returnValue = true;
72
- });
96
+ };
97
+ controls.forEach((control) => control.addEventListener("change", changeListener));
73
98
  }
74
99
  })
@@ -23,17 +23,7 @@
23
23
  </button>
24
24
 
25
25
  <% if editable %>
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">
26
+ <button class="button button__xs button__transparent-secondary small alert remove-question button--title">
37
27
  <%= icon("delete-bin-line") %>
38
28
  <%= t(".remove") %>
39
29
  </button>
@@ -12,16 +12,9 @@
12
12
 
13
13
  <div class="flex items-center gap-x-4 ml-auto">
14
14
  <% if editable %>
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") %>
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>
25
18
  </button>
26
19
  <% end %>
27
20
  </div>
@@ -23,17 +23,7 @@
23
23
  </button>
24
24
 
25
25
  <% if editable %>
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">
26
+ <button class="button button__xs button__transparent button__transparent-secondary small alert remove-question button--title">
37
27
  <%= icon("delete-bin-line") %>
38
28
  <%= t(".remove") %>
39
29
  </button>
@@ -50,7 +50,7 @@
50
50
  <small class="form-error max-choices-alert"><%= t(".max_choices_alert") %></small>
51
51
  <% end %>
52
52
 
53
- <% answer.errors.full_messages.each do |msg| %>
53
+ <% %w(short_answer long_answer).exclude?(answer&.question&.question_type) && answer.errors.full_messages.each do |msg| %>
54
54
  <small class="form-error is-visible"><%= msg %></small>
55
55
  <% end %>
56
56
 
@@ -1,3 +1,3 @@
1
1
  <div>
2
- <%= answer_form.text_area :body, label: false, id: field_id, rows: 10, disabled:, maxlength:, class: "w-full" %>
2
+ <%= answer_form.text_area :body, label: false, id: field_id, rows: 10, disabled:, maxlength:, class: "w-full", required: false %>
3
3
  </div>
@@ -1,3 +1,3 @@
1
1
  <div>
2
- <%= answer_form.text_field :body, label: false, id: field_id, disabled:, maxlength:, class: "w-full" %>
2
+ <%= answer_form.text_field :body, label: false, id: field_id, disabled:, maxlength:, class: "w-full", required: false %>
3
3
  </div>
@@ -35,11 +35,9 @@ ar:
35
35
  add_answer_option: إضافة خيار الإجابة
36
36
  any: أي
37
37
  description: وصف
38
- down: أسفل
39
38
  question: سؤال
40
39
  remove: إزالة
41
40
  statement: بيان
42
- up: فوق
43
41
  title_and_description:
44
42
  description: الوصف
45
43
  update:
@@ -76,26 +76,20 @@ bg:
76
76
  any: Някой
77
77
  collapse: Свий
78
78
  description: Описание
79
- down: Надолу
80
79
  expand: Разтваряне
81
80
  question: Въпрос
82
81
  remove: Премахни
83
82
  statement: Изявление
84
- up: Горе
85
83
  separator:
86
- down: Долу
87
84
  remove: Премахни
88
85
  separator: Разделител
89
- up: Горе
90
86
  title_and_description:
91
87
  collapse: Свий
92
88
  description: Описание
93
- down: Долу
94
89
  expand: Разтваряне
95
90
  remove: Премахни
96
91
  title: Заглавие
97
92
  title_and_description: Заглавие и описание
98
- up: Горе
99
93
  update:
100
94
  invalid: Възникна проблем при запазването на формуляра.
101
95
  success: Формулярите бяха запазени успешно.
@@ -101,26 +101,20 @@ ca-IT:
101
101
  any: Cap
102
102
  collapse: Redueix
103
103
  description: Descripció
104
- down: Avall
105
104
  expand: Expandeix
106
105
  question: Pregunta
107
106
  remove: Eliminar
108
107
  statement: Declaració
109
- up: Amunt
110
108
  separator:
111
- down: Baixar
112
109
  remove: Eliminar
113
110
  separator: Separador
114
- up: Pujar
115
111
  title_and_description:
116
112
  collapse: Replegar
117
113
  description: Descripció
118
- down: Baixar
119
114
  expand: Expandir
120
115
  remove: Esborrar
121
116
  title: Títol
122
117
  title_and_description: Títol i descripció
123
- up: Pujar
124
118
  update:
125
119
  invalid: S'ha produït un error en desar el formulari.
126
120
  success: Formulari desat correctament.
@@ -101,26 +101,20 @@ ca:
101
101
  any: Cap
102
102
  collapse: Redueix
103
103
  description: Descripció
104
- down: Avall
105
104
  expand: Expandeix
106
105
  question: Pregunta
107
106
  remove: Eliminar
108
107
  statement: Declaració
109
- up: Amunt
110
108
  separator:
111
- down: Baixar
112
109
  remove: Eliminar
113
110
  separator: Separador
114
- up: Pujar
115
111
  title_and_description:
116
112
  collapse: Replegar
117
113
  description: Descripció
118
- down: Baixar
119
114
  expand: Expandir
120
115
  remove: Esborrar
121
116
  title: Títol
122
117
  title_and_description: Títol i descripció
123
- up: Pujar
124
118
  update:
125
119
  invalid: S'ha produït un error en desar el formulari.
126
120
  success: Formulari desat correctament.
@@ -101,26 +101,20 @@ cs:
101
101
  any: Žádný
102
102
  collapse: Sbalit
103
103
  description: Popis
104
- down: Dolů
105
104
  expand: Rozbalit
106
105
  question: Otázka
107
106
  remove: Odstranit
108
107
  statement: Prohlášení
109
- up: Nahoru
110
108
  separator:
111
- down: Dolů
112
109
  remove: Odebrat
113
110
  separator: Oddělovač
114
- up: Nahoru
115
111
  title_and_description:
116
112
  collapse: Sbalit
117
113
  description: Popis
118
- down: Dolů
119
114
  expand: Rozbalit
120
115
  remove: Odebrat
121
116
  title: Název
122
117
  title_and_description: Název a popis
123
- up: Nahoru
124
118
  update:
125
119
  invalid: Při ukládání dotazníku došlo k chybám.
126
120
  success: Formulář byl úspěšně uložen.
@@ -101,26 +101,20 @@ de:
101
101
  any: Irgendein
102
102
  collapse: Einklappen
103
103
  description: Beschreibung
104
- down: Nach unten
105
104
  expand: Ausklappen
106
105
  question: Frage
107
106
  remove: Löschen
108
107
  statement: Aussage
109
- up: Oben
110
108
  separator:
111
- down: Runter
112
109
  remove: Löschen
113
110
  separator: Trennzeichen
114
- up: Nach oben
115
111
  title_and_description:
116
112
  collapse: Einklappen
117
113
  description: Beschreibung
118
- down: Runter
119
114
  expand: Ausklappen
120
115
  remove: Entfernen
121
116
  title: Titel
122
117
  title_and_description: Titel und Beschreibung
123
- up: Hinauf
124
118
  update:
125
119
  invalid: Beim Speichern des Fragebogens sind Fehler aufgetreten.
126
120
  success: Formular erfolgreich gespeichert.
@@ -76,26 +76,20 @@ el:
76
76
  any: Οποιαδήποτε
77
77
  collapse: Σύμπτυξη
78
78
  description: Περιγραφή
79
- down: Κάτω
80
79
  expand: Ανάπτυξη
81
80
  question: Ερώτηση
82
81
  remove: Κατάργηση
83
82
  statement: Δήλωση
84
- up: Επάνω
85
83
  separator:
86
- down: Κάτω
87
84
  remove: Κατάργηση
88
85
  separator: Διαχωριστικό
89
- up: Επάνω
90
86
  title_and_description:
91
87
  collapse: Σύμπτυξη
92
88
  description: Περιγραφή
93
- down: Κάτω
94
89
  expand: Ανάπτυξη
95
90
  remove: Αφαίρεση
96
91
  title: Τίτλος
97
92
  title_and_description: Τίτλος και περιγραφή
98
- up: Πάνω
99
93
  update:
100
94
  invalid: Υπήρξε ένα πρόβλημα κατά την αποθήκευση της φόρμας.
101
95
  success: Η φόρμα αποθηκεύτηκε επιτυχώς.
@@ -101,26 +101,20 @@ en:
101
101
  any: Any
102
102
  collapse: Collapse
103
103
  description: Description
104
- down: Down
105
104
  expand: Expand
106
105
  question: Question
107
106
  remove: Remove
108
107
  statement: Statement
109
- up: Up
110
108
  separator:
111
- down: Down
112
109
  remove: Remove
113
110
  separator: Separator
114
- up: Up
115
111
  title_and_description:
116
112
  collapse: Collapse
117
113
  description: Description
118
- down: Down
119
114
  expand: Expand
120
115
  remove: Remove
121
116
  title: Title
122
117
  title_and_description: Title and description
123
- up: Up
124
118
  update:
125
119
  invalid: There was a problem saving the form.
126
120
  success: Form successfully saved.
@@ -101,26 +101,20 @@ es-MX:
101
101
  any: Alguna
102
102
  collapse: Contraer
103
103
  description: Descripción
104
- down: Abajo
105
104
  expand: Expandir
106
105
  question: Pregunta
107
106
  remove: Borrar
108
107
  statement: Declaración
109
- up: Arriba
110
108
  separator:
111
- down: Bajar
112
109
  remove: Eliminar
113
110
  separator: Separador
114
- up: Subir
115
111
  title_and_description:
116
112
  collapse: Contraer
117
113
  description: Descripción
118
- down: Bajar
119
114
  expand: Expandir
120
115
  remove: Eliminar
121
116
  title: Título
122
117
  title_and_description: Título y descripción
123
- up: Subir
124
118
  update:
125
119
  invalid: Ha habido errores al guardar el cuestionario.
126
120
  success: Formulario guardado correctamente.
@@ -101,26 +101,20 @@ es-PY:
101
101
  any: Alguna
102
102
  collapse: Contraer
103
103
  description: Descripción
104
- down: Abajo
105
104
  expand: Expandir
106
105
  question: Pregunta
107
106
  remove: Borrar
108
107
  statement: Declaración
109
- up: Arriba
110
108
  separator:
111
- down: Bajar
112
109
  remove: Eliminar
113
110
  separator: Separador
114
- up: Subir
115
111
  title_and_description:
116
112
  collapse: Contraer
117
113
  description: Descripción
118
- down: Bajar
119
114
  expand: Expandir
120
115
  remove: Eliminar
121
116
  title: Título
122
117
  title_and_description: Título y descripción
123
- up: Subir
124
118
  update:
125
119
  invalid: Ha habido errores al guardar el cuestionario.
126
120
  success: Formulario guardado correctamente.
@@ -101,26 +101,20 @@ es:
101
101
  any: Alguna
102
102
  collapse: Contraer
103
103
  description: Descripción
104
- down: Abajo
105
104
  expand: Expandir
106
105
  question: Pregunta
107
106
  remove: Eliminar
108
107
  statement: Declaración
109
- up: Arriba
110
108
  separator:
111
- down: Bajar
112
109
  remove: Eliminar
113
110
  separator: Separador
114
- up: Subir
115
111
  title_and_description:
116
112
  collapse: Contraer
117
113
  description: Descripción
118
- down: Bajar
119
114
  expand: Expandir
120
115
  remove: Eliminar
121
116
  title: Título
122
117
  title_and_description: Título y descripción
123
- up: Subir
124
118
  update:
125
119
  invalid: Se ha producido un error al guardar el formulario.
126
120
  success: Formulario guardado correctamente.
@@ -78,7 +78,7 @@ eu:
78
78
  select_condition_type: Hautatu baldintza mota bat
79
79
  edit:
80
80
  save: Gorde
81
- title: Editatu galdetegia
81
+ title: Galdetegia editau
82
82
  form:
83
83
  add_question: Gehitu galdera
84
84
  add_separator: Gehitu banatzailea
@@ -101,26 +101,20 @@ eu:
101
101
  any: Edozein
102
102
  collapse: Bildu
103
103
  description: Deskribapena
104
- down: Behera
105
104
  expand: Zabaldu
106
105
  question: Galdera
107
106
  remove: Kendu
108
107
  statement: Adierazpena
109
- up: Gora
110
108
  separator:
111
- down: Behera
112
109
  remove: Kendu
113
110
  separator: Bereizlea
114
- up: Gora
115
111
  title_and_description:
116
112
  collapse: Kolapsoa
117
113
  description: Deskribapena
118
- down: Behera
119
114
  expand: Zabaldu
120
115
  remove: Kendu
121
116
  title: Izenburua
122
117
  title_and_description: Izenburua eta deskribapena
123
- up: Gora
124
118
  update:
125
119
  invalid: Arazo bat egon da inprimakia gordetzean.
126
120
  success: Galdetegia zuzen gorde da.
@@ -101,26 +101,20 @@ fi-pl:
101
101
  any: Minkä tahansa
102
102
  collapse: Sulje
103
103
  description: Kuvaus
104
- down: Alas
105
104
  expand: Avaa
106
105
  question: Kysymys
107
106
  remove: Poista
108
107
  statement: Selite
109
- up: Ylös
110
108
  separator:
111
- down: Alas
112
109
  remove: Poista
113
110
  separator: Erotin
114
- up: Ylös
115
111
  title_and_description:
116
112
  collapse: Pienennä
117
113
  description: Kuvaus
118
- down: Alas
119
114
  expand: Laajenna
120
115
  remove: Poista
121
116
  title: Otsikko
122
117
  title_and_description: Otsikko ja kuvaus
123
- up: Ylös
124
118
  update:
125
119
  invalid: Kyselylomakkeiden tallentamisessa on tapahtunut virheitä.
126
120
  success: Lomake tallennettu onnistuneesti.
@@ -101,26 +101,20 @@ fi:
101
101
  any: Minkä tahansa
102
102
  collapse: Sulje
103
103
  description: Kuvaus
104
- down: Alas
105
104
  expand: Avaa
106
105
  question: Kysymys
107
106
  remove: Poista
108
107
  statement: Selite
109
- up: Ylös
110
108
  separator:
111
- down: Alas
112
109
  remove: Poista
113
110
  separator: Erotin
114
- up: Ylös
115
111
  title_and_description:
116
112
  collapse: Pienennä
117
113
  description: Kuvaus
118
- down: Alas
119
114
  expand: Laajenna
120
115
  remove: Poista
121
116
  title: Otsikko
122
117
  title_and_description: Otsikko ja kuvaus
123
- up: Ylös
124
118
  update:
125
119
  invalid: Kyselylomakkeen tallentaminen epäonnistui.
126
120
  success: Lomakkeen tallennus onnistui.
@@ -101,26 +101,20 @@ fr-CA:
101
101
  any: Tout
102
102
  collapse: Réduire
103
103
  description: Description
104
- down: Descendre
105
104
  expand: Déveloper
106
105
  question: Question
107
106
  remove: Retirer
108
107
  statement: Déclaration
109
- up: Monter
110
108
  separator:
111
- down: Bas
112
109
  remove: Retirer
113
110
  separator: Séparateur
114
- up: Haut
115
111
  title_and_description:
116
112
  collapse: Réduire
117
113
  description: Description
118
- down: Descendre
119
114
  expand: Déveloper
120
115
  remove: Supprimer
121
116
  title: Titre
122
117
  title_and_description: Titre et description
123
- up: Vers le haut
124
118
  update:
125
119
  invalid: Il y a eu des erreurs lors de la sauvegarde du questionnaire.
126
120
  success: Le formulaire a bien été sauvegardé.
@@ -101,26 +101,20 @@ fr:
101
101
  any: Tout
102
102
  collapse: Réduire
103
103
  description: Description
104
- down: Descendre
105
104
  expand: Déveloper
106
105
  question: Question
107
106
  remove: Retirer
108
107
  statement: Déclaration
109
- up: Monter
110
108
  separator:
111
- down: Bas
112
109
  remove: Retirer
113
110
  separator: Séparateur
114
- up: Haut
115
111
  title_and_description:
116
112
  collapse: Réduire
117
113
  description: Description
118
- down: Descendre
119
114
  expand: Développer
120
115
  remove: Supprimer
121
116
  title: Titre
122
117
  title_and_description: Titre et description
123
- up: Monter
124
118
  update:
125
119
  invalid: Il y a eu des erreurs lors de la sauvegarde du questionnaire.
126
120
  success: Le questionnaire a bien été sauvegardé.
@@ -27,15 +27,11 @@ ga:
27
27
  question:
28
28
  add_matrix_row: Suimigh ró
29
29
  any: Ar Bith
30
- down: Síos
31
30
  expand: Méadaigh
32
31
  question: Ceist
33
32
  remove: Bain as
34
- up: Thuas
35
33
  separator:
36
- down: Ísligh
37
34
  remove: Bain as
38
- up: Ardaigh
39
35
  question_types:
40
36
  files: Comhaid
41
37
  sorting: Sórtáil