mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-10 17:24:21 +01:00
📝 Update --lang parameter language support in user guides (#16793)
This commit is contained in:
parent
9683e08004
commit
6903f065d2
4 changed files with 520 additions and 10 deletions
|
|
@ -255,7 +255,7 @@
|
|||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CN"
|
||||
"TextMarkTextContent": "ar_SA"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CHT"
|
||||
"TextMarkTextContent": "de_DE"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
@ -277,13 +277,112 @@
|
|||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " and "
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "es_ES"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "fr_FR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "he_IL"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "it_IT"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ja_JP"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ko_KR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "pl_PL"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "pt_BR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ru_RU"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "tr_TR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ", "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CHT"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " and "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CN"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "."
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@
|
|||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CN"
|
||||
"TextMarkTextContent": "ar_SA"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
@ -378,7 +378,7 @@
|
|||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CHT"
|
||||
"TextMarkTextContent": "de_DE"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
@ -397,7 +397,22 @@
|
|||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 和 ",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "es_ES"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
|
|
@ -410,6 +425,156 @@
|
|||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "fr_FR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "he_IL"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "it_IT"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ja_JP"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ko_KR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "pl_PL"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "pt_BR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ru_RU"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "tr_TR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CHT"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 和 ",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CN"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "。",
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@
|
|||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CN"
|
||||
"TextMarkTextContent": "ar_SA"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
@ -378,7 +378,7 @@
|
|||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CHT"
|
||||
"TextMarkTextContent": "de_DE"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
@ -397,7 +397,22 @@
|
|||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 和 ",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "es_ES"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
|
|
@ -410,6 +425,156 @@
|
|||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "fr_FR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "he_IL"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "it_IT"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ja_JP"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ko_KR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "pl_PL"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "pt_BR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ru_RU"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "tr_TR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CHT"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 和 ",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"Properties": {
|
||||
"id": ""
|
||||
},
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CN"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "。",
|
||||
|
|
|
|||
|
|
@ -272,6 +272,24 @@
|
|||
"Type": "NodeText",
|
||||
"Data": "インターフェースの言語を指定します。利用可能な値は "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ar_SA"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "de_DE"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
|
|
@ -299,6 +317,24 @@
|
|||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "he_IL"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "it_IT"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
|
|
@ -311,7 +347,43 @@
|
|||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CN"
|
||||
"TextMarkTextContent": "ko_KR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "pl_PL"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "pt_BR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "ru_RU"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "tr_TR"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
|
|
@ -322,6 +394,15 @@
|
|||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CHT"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "、"
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "zh_CN"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " です。"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue