2 |
|
All strings — 48 words | Browse Translate Zen |
---|---|---|---|
2 |
|
Translated strings — 48 words | Browse Translate Zen |
2 |
|
Translated strings with dismissed checks — 48 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 |
XWIKI-19773: Upgrade to PostgresSQL connector 42.3.6
48d9371722
![]() |
Last commit in Weblate |
Translated using Weblate (Korean)
a779d814f9
![]() |
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/XWikiSyntaxTextFormatting.*.xml |
Monolingual base language file | xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxTextFormatting.xml |
Translation file |
Download
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxTextFormatting.de.xml
|
Last change | Jan. 4, 2022, 6:25 p.m. |
Last author | Simpel |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 2 | 48 | 854 | |||
Translated | 100% | 2 | 100% | 48 | 100% | 854 |
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
4 months ago
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxTextFormatting.de.xml " file was changed.
6 months ago
|
![]() New string to translate |
1 new string to translate appeared in the translation.
7 months ago
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxTextFormatting.de.xml " file was changed.
7 months ago
|
![]() Source string changed |
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxTextFormatting.de.xml " file was changed.
10 months ago
|
![]() Resource update |
The "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxTextFormatting.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/XWikiSyntaxTextFormatting.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/XWikiSyntaxTextFormatting.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 |
== Text Formatting ==
=== 1.0 Text Formatting ===
|=Feature|=XWiki Syntax 1.0|=Result
|Bold|{{{*bold*}}}|**bold**
|Underline|{{{__underline___}}}|__underline__
|Italics|{{{~~italic~~}}}|//italic//
|Striked out|{{{--strike--}}}|--strike--
|Monospace|<tt>monospace</tt>|##monospace##
|Superscript|some <sup>superscript</sup>|some ^^superscript^^
|Subscript|some <sub>subscript</sub>|some ,,subscript,,
=== 2.0 Text Formatting ===
|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|Bold|{{{**bold**}}}|**bold**
|Underline|{{{__underline__}}}|__underline__
|Italics|{{{//italic//}}}|//italic//
|Striked out|{{{--strike--}}}|--strike--
|Monospace|{{{##monospace##}}}|##monospace##
|Superscript|{{{some ^^superscript^^}}}|some ^^superscript^^
|Subscript|{{{some ,,subscript,,}}}|some ,,subscript,,
== Textformatierung ==
{{comment}}please do not translate the sub headlines{{/comment}}
=== 1.0 Text Formatting ===
|=Funktion|=XWiki Syntax 1.0|=Ergebnis
|Fett|{{{*fett*}}}|**fett**
|Unterstrichen|{{{__unterstrichen__}}}|__unterstrichen__
|Kursiv|{{{~~kursiv~~}}}|//kursiv//
|Durchgestrichen|{{{--durchgestrichen--}}}|--durchgestrichen--
|Nichtproportional|<tt>nichtproportional</tt>|##nichtproportional##
|Hochgestellt|etwas <sup>hochgestellt</sup>|etwas ^^hochgestellt^^
|Tiefgestellt|etwas <sub>tiefgestellt</sub>|etwas ,,tiefgestellt,,
=== 2.0 Text Formatting ===
{{info}}
|=Funktion|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=ErgebnisNeu in XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} im Vergleich zu XWiki Syntax 1.0:
* Leerzeichen sind direkt nach einem Syntaxsymbol erlaubt (zum Beispiel war dies in XWiki Syntax 1.0 nicht möglich: * fett *).
* Doppelsymbole werden verwendet, wo einzelne Symbole in XWiki Syntax 1.0 verwendet wurden, damit es unwahrscheinlicher wird, dass Benutzer sie versehentlich im Text verwenden.
* Fähigkeit mehrere Zeilen zu überspannen (war in XWiki Syntax 1.0 nicht möglich).
{{/info}}
|Fett|{{{**fett**}}}|**fett**
|Unterstrichen|{{{__unterstrichen__}}}|__unterstrichen__
|Kursiv|{{{//kursiv//}}}|//kursiv//
|Durchgestrichen|{{{--durchgestrichen--}}}|--durchgestrichen--
|Nichtproportional|{{{##nichtproportional##}}}|##nichtproportional##
|Hochgestellt|{{{etwas ^^hochgestellt^^}}}|etwas ^^hochgestellt^^
|Tiefgestellt|{{{etwas ,,tiefgestellt,,}}}|etwas ,,tiefgestellt,,