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 |
|
Strings with any failing checks | Browse Translate Zen |
1 1 17 |
|
Translated strings with any failing checks | Browse Translate Zen |
1 1 17 |
|
Translated strings with dismissed checks | Browse Translate Zen |
1 1 17 |
|
Failing check: Inconsistent | Browse Translate Zen |
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 |
XWIKI-22492: Livedata filter options are misread (#3808)
845db18d55e
Sereza7 authored 11 hours ago |
|
Last commit in Weblate |
XWIKI-22492: Livedata filter options are misread (#3808)
845db18d55e
Sereza7 authored 11 hours 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 change made by | Suguru Hirahara | |
Language | Japanese | |
Language code | ja | |
Text direction | Left to right | |
Number of speakers | 117,558,321 | |
Number of plurals | 1 | |
Plural type | None | |
Plurals | ||
Plural formula |
0
|
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 | 50% | 1 | 1% | 1 | 1% | 17 |
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"/}}