File size: 3,418 Bytes
a8b3f00 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
{
"languages": [
{
"value": "en-US",
"name": "English (United States)",
"prompt_name": "English",
"example": "Hello, Dify!",
"supported": true
},
{
"value": "zh-Hans",
"name": "简体中文",
"prompt_name": "Chinese Simplified",
"example": "你好,Dify!",
"supported": true
},
{
"value": "zh-Hant",
"name": "繁體中文",
"prompt_name": "Chinese Traditional",
"example": "你好,Dify!",
"supported": true
},
{
"value": "pt-BR",
"name": "Português (Brasil)",
"prompt_name": "Portuguese",
"example": "Olá, Dify!",
"supported": true
},
{
"value": "es-ES",
"name": "Español (España)",
"prompt_name": "Spanish",
"example": "Saluton, Dify!",
"supported": true
},
{
"value": "fr-FR",
"name": "Français (France)",
"prompt_name": "French",
"example": "Bonjour, Dify!",
"supported": true
},
{
"value": "de-DE",
"name": "Deutsch (Deutschland)",
"prompt_name": "German",
"example": "Hallo, Dify!",
"supported": true
},
{
"value": "ja-JP",
"name": "日本語 (日本)",
"prompt_name": "Japanese",
"example": "こんにちは、Dify!",
"supported": true
},
{
"value": "ko-KR",
"name": "한국어 (대한민국)",
"prompt_name": "Korean",
"example": "안녕하세요, Dify!",
"supported": true
},
{
"value": "ru-RU",
"name": "Русский (Россия)",
"prompt_name": "Russian",
"example": " Привет, Dify!",
"supported": true
},
{
"value": "it-IT",
"name": "Italiano (Italia)",
"prompt_name": "Italian",
"example": "Ciao, Dify!",
"supported": true
},
{
"value": "th-TH",
"name": "ไทย (ประเทศไทย)",
"prompt_name": "Thai",
"example": "สวัสดี Dify!",
"supported": false
},
{
"value": "id-ID",
"name": "Bahasa Indonesia",
"prompt_name": "Indonesian",
"example": "Saluto, Dify!",
"supported": false
},
{
"value": "uk-UA",
"name": "Українська (Україна)",
"prompt_name": "Ukrainian",
"example": "Привет, Dify!",
"supported": true
},
{
"value": "vi-VN",
"name": "Tiếng Việt (Việt Nam)",
"prompt_name": "Vietnamese",
"example": "Xin chào, Dify!",
"supported": true
},
{
"value": "ro-RO",
"name": "Română (România)",
"prompt_name": "Romanian",
"example": "Salut, Dify!",
"supported": true
},
{
"value": "pl-PL",
"name": "Polski (Polish)",
"prompt_name": "Polish",
"example": "Cześć, Dify!",
"supported": true
},
{
"value": "hi-IN",
"name": "Hindi (India)",
"prompt_name": "Hindi",
"example": "नमस्ते, Dify!",
"supported": "true"
},
{
"value": "tr-TR",
"name": "Türkçe",
"prompt_name": "Türkçe",
"example": "Selam!",
"supported": "true"
},
{
"value": "fa-IR",
"name": "Farsi (Iran)",
"prompt_name": "Farsi",
"example": "سلام, دیفای!",
"supported": true
}
]
}
|