1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 17:23:16 +00:00
TiddlyWiki5/editions/es-ES/tiddlers/AlertMechanism.tid
Paulus fa61bc53fc TW5, Spanish Edition (#2436)
* TW5-es-ES-edition

Spanish edition of TW5.
A full localisation of TiddlyWiki into castillian spanish (es-ES).

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing + TiddlySpot upload

* Translation ongoing

* Translation ongoing + macro fixes

* Translation ongoing

* translation ongoing + macro fixes

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing

* translation ongoing

* translation ongoing

* Translation ongoing

* translation ongoing

* translation ongoing

* translation ongoing

* Arreglo plugin

* Arreglo plugin

* Translation ongoing

* Translation ongoing

* Translation ongoing

* translation ongoing

* Add Spanish edition to TW5.com

* Reverting forced language plugin load.

folder es-ES was provisorily added to the tiddlerStore in order to force the load of the updated language plugin. Finished the translation, and with the updated plugin on place, this folder has no use when the new release comes out.
2016-05-12 08:46:18 -06:00

21 lines
962 B
Plaintext

caption: Alertas
created: 20140213224306412
es-title: Mecanismo de alertas
modified: 20160428151401815
tags: Mechanisms Features
title: AlertMechanism
type: text/vnd.tiddlywiki
Las alertas se muestran como cajas amarillas superpuestas a la ventana principal de ~TiddlyWiki. Cada una corresponde a un tiddler con la etiqueta <<.tag ~$:/tags/Alert]]. Pinchando el icono de la papelera en una alerta borra el tiddler correspondiente.
Aquí va una demostración: <$fieldmangler tiddler="SampleAlert"><$set name="currentTiddler" value="SampleAlert"><$button message="tm-add-tag" param="$:/tags/Alert">Alerta</$button></$set></$fieldmangler>.
Los tiddlers de alerta contienen los siguientes campos:
|!Campo |!Descripción |
|title |Por defecto, con el prefijo `$:/temp/alerts/` |
|text |Texto de la alerta |
|modified |Fecha y hora de la alerta (para ordenarlos en pantalla) |
|component |Componente asociado a la alerta |
|tags |Deben incluir [[$:/tags/Alert]] |