2 |
|
All strings — 158 words | Browse Translate Zen |
---|---|---|---|
2 |
|
Translated strings — 158 words | Browse Translate Zen |
1 |
|
Translated strings with dismissed checks — 1 word | Browse Translate Zen |
Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
XWiki Platform - CKEditor - UI
|
64% | 90 | 361 | 2,080 | 87 | 3 | 0 | 0 | |
|
|||||||||
XWiki Security Authentication UI
|
65% | 7 | 45 | 343 | 7 | 0 | 0 | 0 | |
|
|||||||||
Skin Extensions
|
71% | 4 | 4 | 18 | 0 | 0 | 0 | 0 | |
|
|||||||||
Include Macro
|
75% | 8 | 8 | 44 | 3 | 0 | 0 | 0 | |
|
|||||||||
XWiki.Notifications.Code.LegacyNotificationAdministrationTranslations
|
83% | 1 | 1 | 5 | 0 | 1 | 0 | 0 | |
|
|||||||||
TemplateMacro
|
85% | 1 | 6 | 40 | 1 | 0 | 0 | 0 | |
|
|||||||||
LiveData - API
|
86% | 3 | 5 | 28 | 0 | 3 | 0 | 0 | |
|
|||||||||
XWiki.TemplateProviderTranslations
|
88% | 1 | 4 | 36 | 0 | 1 | 0 | 0 | |
|
|||||||||
Mentions Notifications
|
90% | 2 | 13 | 61 | 2 | 0 | 0 | 0 | |
|
|||||||||
Menu Application
|
90% | 4 | 28 | 180 | 4 | 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-20824: Administration user images must have an alternate text (#2167)
a7e6106954
![]() |
Last commit in Weblate |
Translated using Weblate (Ukrainian)
da3f18ba7d
![]() |
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 |
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 |
![]() Translation changed |
|
![]() Translation changed |
|
![]() Resource update |
Parsing of the "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxMacros.ja.xml " file was enforced.
6 months ago
|
![]() Resource update |
Parsing of the "
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxMacros.ja.xml " file was enforced.
6 months ago
|
![]() String updated in the repository |
|
![]() New translation |
|
![]() New strings to translate |
2 new strings to translate appeared to the translation.
6 months ago
|
![]() Resource update |
File
xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxMacros.ja.xml was added.
6 months ago
|
![]() String updated in the repository |
|
![]() String updated in the repository |
|
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 |
== 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"/}}