Strings Words Characters | |||
---|---|---|---|
2 158 1,477 |
|
All strings | Browse Translate Zen |
2 158 1,477 |
|
Translated strings | Browse Translate Zen |
2 158 1,477 |
|
Unfinished strings without suggestions | Browse Translate Zen |
1 1 17 |
|
Translated strings with dismissed checks | Browse Translate Zen |
Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
Attachment - Validation - Default LGPL-2.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.Notifications.Code.LegacyNotificationAdministrationTranslations LGPL-2.1 | 83% | 1 | 1 | 5 | 0 | 0 | 0 | 0 | |
|
|||||||||
XWiki Core Resources LGPL-2.1 | 96% | 142 | 755 | 4,349 | 79 | 2 | 0 | 47 | |
|
|||||||||
XWiki Security Authentication Default LGPL-2.1 | 66% | 3 | 35 | 197 | 3 | 0 | 0 | 0 | |
|
|||||||||
XWiki.OfficeImporterTranslations LGPL-2.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
Attachment - Validation - UI LGPL-2.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxOtherSyntaxes LGPL-2.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxVerbatim LGPL-2.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
Sandbox.WebHome LGPL-2.1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | ||
|
|||||||||
XWiki.XWikiSyntaxLists LGPL-2.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Overview
Project website | www.xwiki.org |
---|---|
Translation license | GNU Lesser General Public License v2.1 only |
Translation process |
|
Source code repository |
https://github.com/xwiki/xwiki-platform
|
Repository branch | master |
Last remote commit |
[Misc] Convert a JUnit4-based rendering tests to JUnit5
95e312abc27
vmassol authored 19 hours ago |
Last commit in Weblate |
XCOMMONS-3051: Introduce the Supported By concept in Extension Manager and Repository
15728e115e4
tmortagne authored 2 months ago |
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/XWikiSyntaxMacros.*.xml |
Monolingual base language file | xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxMacros.xml |
Translation file |
Download
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxMacros.ja.xml
|
Last change | Nov. 17, 2022, 11:47 a.m. |
Last author | Suguru Hirahara |
9 days ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 2 | 158 | 1,477 | |||
Translated | 100% | 2 | 100% | 158 | 100% | 1,477 |
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 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+100%
—
Contributors
—
shirahara
Translation changed |
|
shirahara
Translation changed |
|
surli
Resource updated |
Parsing of the "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxMacros.ja.xml " file was enforced.
2 years ago
|
surli
Resource updated |
Parsing of the "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxMacros.ja.xml " file was enforced.
2 years ago
|
None
String updated in the repository |
|
shirahara
Translation added |
|
shirahara
Resource updated |
File
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxMacros.ja.xml was added.
2 years ago
|
None
String updated in the repository |
|
None
String updated in the repository |
|
shirahara
Language added |
Japanese
2 years 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 | JSON nested structure file | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
== Macros ==
=== 1.0 Macros ===
There are two kinds of macros in XWiki Syntax 1.0:
* Velocity macros (called using the ###macroname(param1 ... paramN)## syntax)
* Radeox macros (called using the ##{macroname:param1=value1|...|paramN=valueN}## syntax)
{{info}}
For the full list of available macros check the [[Extensions wiki>>https://extensions.xwiki.org/]].
{{/info}}
|=Feature|=XWiki Syntax 1.0
|Velocity Macro|(((
{{{#info("Some text")}}}
)))
|Radeox Macro|(((
{{{{code:java}
java content
{code}
}}}
)))
=== 2.0 Macros ===
There is only one kind of macro in XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}, which is called by the syntax: ##{{{{{macroname param1="value1" ... paramN="valueN"}}...{{/macroname}}}}}##. For macros without content there's a short notation: ##{{{{{macroname param1="value1" ... paramN="valueN"/}}}}}##
|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result
|Rendering Macro with a content|(((
{{{{{code language="java"}}
System.out.println("Hello World!");
{{/code}}
}}}
)))|{{code language="java"}}System.out.println("Hello World!");{{/code}}
|Rendering Macro without content|(((
{{{{{include reference="Space.Page"/}}}}}
)))|The referenced page is included in the current page
{{info}}
For the full list of available macros check the [[Extensions wiki>>https://extensions.xwiki.org/]].
{{/info}}
==== Macros in this wiki ====
{{include reference="XWiki.XWikiSyntaxMacrosList"/}}
==マクロ ==
=== マクロ1.0 ===
XWikiシンタックス 1.0には2種類のマクロが存在します。
* Velocityマクロ(###macroname(param1 ... paramN)## シンタックスを用いて呼び出す)
* Radeoxマクロ(##{macroname:param1=value1|...|paramN=valueN}## シンタックスを用いて呼び出す)
{{info}}
利用可能なマクロの一覧は[[拡張機能ウィキ>>https://extensions.xwiki.org/]]より確認できます。
{{/info}}
|=機能|=XWikiシンタックス 1.0
|Velocityマクロ|(((
{{{#info("テキスト")}}}
)))
|Radeoxマクロ|(((
{{{{code:java}
Javaによるコンテンツ
{code}
}}}
)))
=== マクロ2.0 ===
XWikiシンタックス {{velocity}}$crtSyntaxVer{{/velocity}}には1種類のマクロのみ存在します。マクロは以下のシンタックスで呼び出せます:##{{{{{macroname param1="value1" ... paramN="valueN"}}...{{/macroname}}}}}##。内容をもたないマクロは、短く##{{{{{macroname param1="value1" ... paramN="valueN"/}}}}}##で呼び出せます。
|=機能|=XWikiシンタックス {{velocity}}$crtSyntaxVer{{/velocity}}|=結果
|内容のあるマクロの描写|(((
{{{{{code language="java"}}
System.out.println("Hello World!");
{{/code}}
}}}
)))|{{code language="java"}}System.out.println("Hello World!");{{/code}}
|内容をもたないマクロの描写|(((
{{{{{include reference="Space.Page"/}}}}}
)))|参照されたページが現在のページに含まれます
{{info}}
利用可能なマクロの一覧は[[拡張機能ウィキ>>https://extensions.xwiki.org/]]より確認できます。
{{/info}}
====このウィキのマクロ ====
{{include reference="XWiki.XWikiSyntaxMacrosList"/}}