Traducciones para opciones de leyenda en pictoconfig

parent 3d67429d
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
"alert": "Alert", "alert": "Alert",
"all": "All", "all": "All",
"animation": "Animation", "animation": "Animation",
"apply":"Apply",
"annual": "Annual", "annual": "Annual",
"April": "April", "April": "April",
"attributes_not_updated": "Changes not saved", "attributes_not_updated": "Changes not saved",
...@@ -125,7 +126,11 @@ ...@@ -125,7 +126,11 @@
"large": "Large", "large": "Large",
"last_session": "Last session", "last_session": "Last session",
"legend": "Legend", "legend": "Legend",
"legend_none":"No legend",
"legend_normal":"Normal legend",
"legend_full":"Only legend",
"legend_size": "Legend size", "legend_size": "Legend size",
"legend_apply_all":"Apply to all pictograms",
"licenses": "Licenses (max. number of students)", "licenses": "Licenses (max. number of students)",
"licenses_left": "{{number}} licenses left", "licenses_left": "{{number}} licenses left",
"light_up": "Light up", "light_up": "Light up",
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
"alert": "Alerta", "alert": "Alerta",
"all": "Todos", "all": "Todos",
"animation": "Animación", "animation": "Animación",
"apply":"Aplicar",
"annual": "Anual", "annual": "Anual",
"April": "Abril", "April": "Abril",
"attributes_not_updated": "Cambios no guardados", "attributes_not_updated": "Cambios no guardados",
...@@ -125,6 +126,10 @@ ...@@ -125,6 +126,10 @@
"large": "Grande", "large": "Grande",
"last_session": "Última sesión", "last_session": "Última sesión",
"legend": "Leyenda", "legend": "Leyenda",
"legend_none":"Sin leyenda",
"legend_normal":"Leyenda normal",
"legend_full":"Sólo leyenda",
"legend_apply_all":"Aplicar a todos los pictogramas",
"legend_size": "Tamaño de la leyenda", "legend_size": "Tamaño de la leyenda",
"licenses": "Licencias (número máximo de estudiantes)", "licenses": "Licencias (número máximo de estudiantes)",
"licenses_left": "{{number}} licencias disponibles", "licenses_left": "{{number}} licencias disponibles",
......
...@@ -50,24 +50,24 @@ ...@@ -50,24 +50,24 @@
</select> </select>
</div> --> </div> -->
<input type="radio" ng-model="studentPicto.attributes.legend" value="none" ng-change="update_properties()"> <input type="radio" ng-model="studentPicto.attributes.legend" value="none" ng-change="update_properties()">
Sin leyenda <span translate>legend_none</span>
<br/> <br/>
<input type="radio" ng-model="studentPicto.attributes.legend" value="normal" ng-change="update_properties()"> <input type="radio" ng-model="studentPicto.attributes.legend" value="normal" ng-change="update_properties()">
Leyenda normal <span translate>legend_normal</span>
<br/> <br/>
<input type="radio" ng-model="studentPicto.attributes.legend" value="full" ng-change="update_properties()"> <input type="radio" ng-model="studentPicto.attributes.legend" value="full" ng-change="update_properties()">
Solo leyenda <span translate>legend_full</span>
</div> </div>
</div> </div>
<hr> <hr>
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-8">
<input type="checkbox"> <input type="checkbox">
Aplicar a todos los pictogramas <span translate>legend_apply_all</span>
</div> </div>
<div class="col-md-6"> <div class="col-md-4">
<div class="form-group text-center"> <div class="form-group text-center">
<button type="submit" class="btn btn-primary ng-scope" ng-click="">Aplicar</button> <button type="submit" class="btn btn-primary ng-scope" ng-click="" disabled translate>apply</button>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment