Translation status
2 | Strings | 100% | Translate |
---|---|---|---|
162 | Words | 100% |
Other components
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
XWiki.XWikiSyntaxTranslations
|
|||||||
|
|||||||
Main.WebHome
|
1 | ||||||
|
|||||||
XWiki Security Authentication UI
|
|||||||
|
|||||||
Index.Translations
|
|||||||
|
|||||||
Jetty listener
|
|||||||
|
|||||||
Main WikiManager.Translations
|
3 | ||||||
|
|||||||
AnnotationCode.Translations
|
|||||||
|
|||||||
Panels.Translations
|
|||||||
|
|||||||
Wiki WikiManager.Translations
|
|||||||
|
|||||||
PanelsCode.Translations
|
|||||||
|
Translation Information
Project website | www.xwiki.org |
---|---|
Project maintainers |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Translation process |
|
Translation license | GNU Lesser General Public License v2.1 only |
Source code repository |
https://github.com/xwiki/xwiki-platform
|
Repository branch | master |
Last remote commit |
XWIKI-18222: Administration sections are not executed with the right of their author
bd7becdb06
![]() |
Weblate repository |
https://l10n.xwiki.org/git/xwiki-platform/xwiki-core-resources/
|
Filemask | xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxGroups.*.xml |
Monolingual base language file | xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxGroups.xml |
Translation file |
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxGroups.es.xml
|
Statistics
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 2 | 162 | 1,170 | ||
Translated | 100% | 2 | 162 | 1,170 | |
Needs editing | 0% | 0 | 0 | 0 | |
Failing checks | 0% | 0 | 0 | 0 |
Last activity
Last change | Dec. 14, 2020, 5 p.m. | |||
---|---|---|---|---|
Last author | Francisco García Moreno |
== Groups ==
=== 2.0 Groups ===
Groups can be used to insert another document inline directly into the current document. This allows for example to insert complex elements or style inside a list item, inside a table cell or a paragraph. Groups are delimited by the following syntactic elements: ##{{{(((...)))}}}##. One Group can contain another Group and there is no limit of imbrication.
|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|((({{{
|=Header 1|=Header 2|=Header 3
|Cell One|(((
= Embedded document =
Some embedded paragraph.
* list item one
* list item two
** sub-item 1
** sub-item 2
))) | Cell Three
Next paragraph in the top-level document
}}})))|(((
|=Header 1|=Header 2|=Header 3
|Cell One|(((
{{html}}<h1 id="HEmbeddeddocument"><span>Embedded document</span></h1>{{/html}}
Some embedded paragraph.
* list item one
* list item two
** sub-item 1
** sub-item 2
))) | Cell Three
Next paragraph in the top-level document
)))
|((({{{(% class="myClass" style="color:blue" %)(((blue paragraphs
inside myClass)))}}})))| (% class="myClass" style="color:blue" %)(((blue paragraphs
inside my group)))
== Grupos ==
=== 2.0 Groups ===
Los grupos se pueden usar para insertar otro documento directamente en línea en el documento actual. Esto permite, por ejemplo, insertar elementos o estilos complejos dentro de un elemento de una lista, en una celda de una tabla o en un párrafo. Los grupos están delimitados por los siguientes elementos sintácticos: ##{{{(((...)))}}}##. Un grupo puede contener otro grupo y no hay límite en el número de niveles de anidamiento.
|=Sintaxis XWiki {{velocity}}$crtSyntaxVer{{/velocity}}|=Resultado
|((({{{
|=Encabezado 1|=Encabezado 2|=Encabezado 3
|Celda uno|(((
= Documento incrustado =
Algún párrafo incrustado.
* Lista ítem uno
* Lista ítem dos
** subítem 1
** subítem 2
))) | Celda tres
Párrafo siguiente en el documento de nivel superior
}}})))|(((
|=Encabezado 1|=Encabezado 2|=Encabezado 3
|Celda uno|(((
{{html}}<h1 id="HEmbeddeddocument"><span>Documento incrustado</span></h1>{{/html}}
Algún párrafo incrustado.
* Lista ítem uno
* Lista ítem dos
** subítem 1
** subítem 2
))) | Celda tres
Párrafo siguiente en el documento de nivel superior
)))
|((({{{(% class="miClase" style="color:blue" %)(((párrafos azules
en miClase)))}}})))| (% class="miClase" style="color:blue" %)(((párrafos azules
en mi grupo)))