{
"translation_name": "高端大气上档次抗压大容量1",
"data_type": 0,
"items": [
{
"locale_id": 1,
"translation_value": "高端大气上档次抗压大容量1"
},
{
"locale_id": 16,
"translation_value": "高端大氣上檔次抗壓大容量1"
},
{
"locale_id": 17,
"translation_value": "ハイエンドの大気グレードの耐圧大容量1"
},
{
"locale_id": 2,
"translation_value": "High-end atmosphere, high-grade compression resistance and large capacity1"
}
]
}
curl --location --request POST '/adminapi/lang/translations/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"translation_name": "高端大气上档次抗压大容量1",
"data_type": 0,
"items": [
{
"locale_id": 1,
"translation_value": "高端大气上档次抗压大容量1"
},
{
"locale_id": 16,
"translation_value": "高端大氣上檔次抗壓大容量1"
},
{
"locale_id": 17,
"translation_value": "ハイエンドの大気グレードの耐圧大容量1"
},
{
"locale_id": 2,
"translation_value": "High-end atmosphere, high-grade compression resistance and large capacity1"
}
]
}'
{}