Twinkle HubTwinkle Hub

簡體 → 繁體

tw_simplified_to_traditional

기타 · 26개🇹🇼 대만읽기 전용

簡體中文轉繁體。variant: 'zh-tw'(default, 台灣正體) | 'zh-hk' | 'zh-hant'。

파라미터

이름타입설명
text *string
variantstring
원본 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: "…" })