From ccce6af021587f5f7f0d972f76f08a57492aea6a Mon Sep 17 00:00:00 2001 From: vicent Date: Wed, 23 Nov 2022 07:57:27 +0100 Subject: [PATCH] fix: add translations --- modules/zone/front/events/index.html | 22 +++++++++++----------- modules/zone/front/events/locale/es.yml | 2 ++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/modules/zone/front/events/index.html b/modules/zone/front/events/index.html index 9b79f33174..157b2a6690 100644 --- a/modules/zone/front/events/index.html +++ b/modules/zone/front/events/index.html @@ -59,23 +59,23 @@ @@ -97,7 +97,7 @@ vn-bind="+" fixed-bottom-right> - @@ -193,15 +193,15 @@ - - @@ -220,7 +220,7 @@ @@ -248,7 +248,7 @@ ng-model="item.checked" ng-click="$event.preventDefault()" on-change="$ctrl.onItemCheck(item.id, value)" - label="{{::item.name}}"> + label="{{::item.name}}"> diff --git a/modules/zone/front/events/locale/es.yml b/modules/zone/front/events/locale/es.yml index 1fb114720a..d6eee9f67a 100644 --- a/modules/zone/front/events/locale/es.yml +++ b/modules/zone/front/events/locale/es.yml @@ -8,3 +8,5 @@ All: Todo Specific locations: Localizaciones concretas Locations where it is not distributed: Localizaciones en las que no se reparte You must select a location: Debes seleccionar una localización +Add exclusion: Añadir exclusión +Edit exclusion: Editar exclusión