Files
mixly3/boards/default_src/micropython/language/zh-hant.js

9 lines
464 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import * as Mixly from 'mixly';
import TEMPLATE from '../template/board-config-message.html';
const { XML } = Mixly;
export const MICROPYTHON_CONFIG_MESSAGE_BURN_SPEED = XML.render(TEMPLATE, {
title: '燒錄速度',
message: '要選擇燒錄速度請更改“Burn Speed”此值將用於向設備燒錄程式碼。如果在用較高的燒錄速度時出現問題請嘗試减小此值這可能是由於外部串列到USB晶片的限制。'
});