From 389a47a152889039ded18f0ae15d1fd04481a7c6 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 23 Aug 2025 21:16:07 +0300 Subject: [PATCH] expand options --- app/javascript/template_builder/field.vue | 28 ++++++++++++++++++++--- app/javascript/template_builder/i18n.js | 6 +++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/app/javascript/template_builder/field.vue b/app/javascript/template_builder/field.vue index b12a33d9..8fe20005 100644 --- a/app/javascript/template_builder/field.vue +++ b/app/javascript/template_builder/field.vue @@ -151,7 +151,7 @@
+
+ +
{ diff --git a/app/javascript/template_builder/i18n.js b/app/javascript/template_builder/i18n.js index 006b3346..83807881 100644 --- a/app/javascript/template_builder/i18n.js +++ b/app/javascript/template_builder/i18n.js @@ -83,6 +83,7 @@ const en = { copy_to_all_pages: 'Copy to All Pages', add_option: 'Add option', option: 'Option', + options: 'Options', condition: 'Condition', first_party: 'First Party', second_party: 'Second Party', @@ -255,6 +256,7 @@ const es = { copy_to_all_pages: 'Copiar a todas las páginas', add_option: 'Agregar opción', option: 'Opción', + options: 'Opciones', first_party: 'Primera Parte', second_party: 'Segunda Parte', third_party: 'Tercera Parte', @@ -435,6 +437,7 @@ const it = { copy_to_all_pages: 'Copia in tutte le pagine', add_option: 'Aggiungi opzione', option: 'Opzione', + options: 'Opzioni', condition: 'Condizione', first_party: 'Prima parte', second_party: 'Seconda parte', @@ -607,6 +610,7 @@ const pt = { copy_to_all_pages: 'Copiar para todas as páginas', add_option: 'Adicionar opção', option: 'Opção', + options: 'Opções', first_party: 'Primeira Parte', second_party: 'Segunda Parte', third_party: 'Terceira Parte', @@ -782,6 +786,7 @@ const fr = { copy_to_all_pages: 'Copier sur toutes les pages', add_option: 'Ajouter une option', option: 'Option', + options: 'Options', first_party: 'Première partie', second_party: 'Deuxième partie', third_party: 'Troisième partie', @@ -958,6 +963,7 @@ const de = { copy_to_all_pages: 'Auf alle Seiten kopieren', add_option: 'Option hinzufügen', option: 'Option', + options: 'Options', first_party: 'Erste Partei', second_party: 'Zweite Partei', third_party: 'Dritte Partei',