簡體中文轉繁體。variant: 'zh-tw'(default, 台灣正體) | 'zh-hk' | 'zh-hant'。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
| text * | string | — |
| variant | string | — |
生の JSON schema
{
"properties": {
"text": {
"title": "Text",
"type": "string"
},
"variant": {
"default": "zh-tw",
"title": "Variant",
"type": "string"
}
},
"required": [
"text"
],
"title": "simplified_to_traditionalArguments",
"type": "object"
}呼び出し方
スターター——パラメータは上表参照
tw_simplified_to_traditional({ text: "…" })