2 |
|
All strings — 114 words | Browse Translate Zen |
---|---|---|---|
2 |
|
Translated strings — 114 words | Browse Translate Zen |
2 |
|
Translated strings with dismissed checks — 114 words | Browse Translate Zen |
Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
Glossary XWiki Platform LGPL-2.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
Platform.SandboxTestPage
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxTranslations
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxEscapes
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxParameters
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxLinks
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
Main.WebHome
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxIntroduction
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
Menu Application
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxNewLineLineBreaks
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Overview
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 |
[Misc] Clarify javadoc on SecurityCacheRulesInvalidator
58e1211d77
![]() |
Last commit in Weblate |
[Misc] Set max RAM limit for ES func tests
815b0a6126
![]() |
Weblate repository |
https://l10n.xwiki.org/git/xwiki-platform/xwiki-core-resources/
|
File mask | xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.*.xml |
Monolingual base language file | xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.xml |
Translation file |
Download
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.de.xml
|
Last change | Jan. 4, 2022, 6:20 p.m. |
Last author | Simpel |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 2 | 114 | 953 | |||
Translated | 100% | 2 | 100% | 114 | 100% | 953 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
![]() Translation changed |
|
![]() New contributor |
New contributor
5 months ago
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.de.xml " file was changed.
7 months ago
|
![]() New string to translate |
1 new string to translate appeared in the translation.
8 months ago
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.de.xml " file was changed.
8 months ago
|
![]() Source string changed |
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.de.xml " file was changed.
12 months ago
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.de.xml " file was changed.
a year ago
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.de.xml " file was changed.
a year ago
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxScripts.de.xml " file was changed.
a year ago
|
2 | File in original format as translated in the repository | XWiki Full Page | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
2 | All strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
== Scripts ==
=== 1.0 Scripts ===
{{info}}In XWiki Syntax 1.0 it was possible to enter Velocity scripts anywhere directly in the page. This can lead to issues for example when the user was involuntarily entering Velocity content. It is also performance hungry for pages not requiring Velocity content. There are several other technical limitations. Same goes for entering Groovy scripts.{{/info}}
|=Feature|=XWiki Syntax 1.0
|Velocity script|((({{{
#set ($var = "whatever")
}}})))
|Groovy script|((({{{
<%
def var = "whatever"
%>
}}})))
=== 2.0 Scripts ===
{{info}}XWiki [[supports several scripting languages>>https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Scripting/]].{{/info}}
|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}
|Velocity script|((({{{
{{velocity}}
#set ($var = "whatever")
{{/velocity}}
}}})))
|Groovy script|((({{{
{{groovy}}
def var = "whatever"
{{/groovy}}
}}})))
== Skripte ==
{{comment}}please do not translate the sub headlines{{/comment}}
=== 1.0 Scripts ===
{{info}}In XWiki Syntax 1.0 war es möglich Velocity Skripte überall direkt in der Seite einzugeben. Dies hat zu Problemen geführt, beispielsweise wenn ein Nutzer unfreiwillig Velocity Inhalte eingegeben hat. Es war zudem leistungshungrig für Seiten, die keinen Velocity Inhalt benötigten. Es gab zudem etliche weitere technische Einschränkungen. Selbiges gilt für Groovy Skripte.{{/info}}
|=Funktion|=XWiki Syntax 1.0
|Velocity Skript|((({{{
#set ($var = "whatever")
}}})))
|Groovy Skript|((({{{
<%
def var = "whatever"
%>
}}})))
=== 2.0 Scripts ===
{{info}}
InXWikiSyntax 1.0 war es möglich Velocity Skripte überall direkt in der Seite einzugeben. Dies hat zu Problemen geführt, beispielsweise wenn ein Nutzer unfreiwillig Velocity Inhalte eingegeben hat. Es war zudem leistungshungrig für Seiten, die keinen Velocity Inhalt benötigten. Es gab zudem etliche weitere technische Einschränkungen. Daher müssen in XWiki Syntax 2.0 Velocity Skripte mittels des ##Velocity## Makros eingegeben werden. Selbiges gilt für Groovy Skripte[[unterstützt verschiedene Skript-Sprachen>>https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Scripting/]].{{/info}}|=Funktion|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}
|Velocity Skript|((({{{
{{velocity}}
#set ($var = "whatever")
{{/velocity}}
}}})))
|Groovy Skript|((({{{
{{groovy}}
def var = "whatever"
{{/groovy}}
}}})))