Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Done initial English translation with google-translate #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alex-3pi
Copy link

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

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

Best regards
Alex

@ospanic
Copy link
Contributor

ospanic commented May 9, 2020

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

@Jimmy76gr
Copy link

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

@@ -201,4 +201,4 @@ def waitPag_State(self, state):
self.waitPage.hide()
elif state == CMD_DOWNLOAD_OK:
self.waitPage.hide()
QMessageBox.information(self,"温馨提示","下载成功!")
QMessageBox.information(self,"Warning","download successful!")

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
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.


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")

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.”

return

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")

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