Skip to content

Done initial English translation with google-translate - #2

Open
alex-3pi wants to merge 1 commit into
Ai-Thinker-Open:masterfrom
alex-3pi:@FEAT/English-translation
Open

Done initial English translation with google-translate#2
alex-3pi wants to merge 1 commit into
Ai-Thinker-Open:masterfrom
alex-3pi:@FEAT/English-translation

Conversation

@alex-3pi

@alex-3pi alex-3pi commented May 8, 2020

Copy link
Copy Markdown

Hi
I done translation to English of this app.
May be you should include this as additional branch.

Best regards
Alex

@ospanic

ospanic commented May 9, 2020

Copy link
Copy Markdown
Contributor

We will evaluate a better solution to serve English users, thank you for your translation! @alex-3pi

@Jimmy76gr

Copy link
Copy Markdown

will better if english men etc used, as well as how we can use this device !

Comment thread Dev_Document.py
elif state == CMD_DOWNLOAD_OK:
self.waitPage.hide()
QMessageBox.information(self,"温馨提示","下载成功!")
QMessageBox.information(self,"Warning","download successful!")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"温馨提示" can be translated to "Hint" or "Note" in English.

QMessageBox.information(self,"Note","Download successfully!")

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually dropped the development of mesh project with these modules, because it is impossible to get any support.
I was hoping that someone could take this TBxx modules and make some good tutorial in English, so that the rest of us could follow.
BR.

Comment thread FW_Combin_Tool.py
if not os.path.exists(self.tbox_boot_file.text()) or os.path.getsize(self.tbox_boot_file.text()) > 0x4000:
self.tbox_boot_file.setStyleSheet("background-color:red;")
self.log_string("Boot固件不存在或大小错误")
self.log_string("Boot The firmware does not exist or is the wrong size")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“The Boot firmware does not exist or is the wrong size.”

Comment thread FW_Combin_Tool.py
if not os.path.exists(self.tbox_app_file.text()) or os.path.getsize(self.tbox_app_file.text()) > 0x2C000:
self.tbox_app_file.setStyleSheet("background-color:red;")
self.log_string("APP固件不存在或大小错误")
self.log_string("APP The firmware does not exist or is the wrong size")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"The App firmware does not exist or is the wrong size."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants