Files
hass-tencentcloud-asr/custom_components/tencentcloud_asr/translations/en.json
T

54 lines
1.9 KiB
JSON
Raw Normal View History

2025-05-11 23:18:06 +08:00
{
"title": "tencent cloud asr service",
"config": {
"error": {},
"step": {
"user": {
"data": {
"secretid": "tencentcloud asr secretid",
"secretkey": "tencnetcloud asr secretkey",
"model": "model"
2025-05-18 21:19:58 +08:00
},
"description": "The integration is based on [Tencent Cloud API](https://cloud.tencent.com/document/product/1093/35646)."
}
}
},
"options": {
"step": {
"user": {
"data": {
"model": "model"
2025-05-11 23:18:06 +08:00
}
}
}
2025-05-18 21:19:58 +08:00
},
"selector": {
"model_descriptions": {
"options": {
2026-07-19 22:19:24 +08:00
"8k_zh": "8k_zh - Chinese telephone audio",
"8k_en": "8k_en - English telephone audio",
"16k_zh": "16k_zh - Chinese",
2025-05-18 21:19:58 +08:00
"16k_zh-PY": "16k_zh-PY - Chinese, English, and Cantonese",
2026-07-19 22:19:24 +08:00
"16k_zh_medical": "16k_zh_medical - Medical Chinese",
2025-05-18 21:19:58 +08:00
"16k_en": "16k_en - English",
"16k_yue": "16k_yue - Cantonese",
2026-07-19 22:19:24 +08:00
"16k_ja": "16k_ja - Japanese",
"16k_ko": "16k_ko - Korean",
"16k_vi": "16k_vi - Vietnamese",
"16k_ms": "16k_ms - Malay",
"16k_id": "16k_id - Indonesian",
"16k_fil": "16k_fil - Filipino",
"16k_th": "16k_th - Thai",
"16k_pt": "16k_pt - Portuguese",
"16k_tr": "16k_tr - Turkish",
"16k_ar": "16k_ar - Arabic",
"16k_es": "16k_es - Spanish",
"16k_hi": "16k_hi - Hindi",
"16k_fr": "16k_fr - French",
"16k_de": "16k_de - German",
2025-05-18 21:19:58 +08:00
"16k_zh_dialect": "16k_zh_dialect - Chinese dialects"
}
}
2025-05-11 23:18:06 +08:00
}
}