-
Notifications
You must be signed in to change notification settings - Fork 20
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
base: master
Are you sure you want to change the base?
Done initial English translation with google-translate #2
Conversation
We will evaluate a better solution to serve English users, thank you for your translation! @alex-3pi |
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!") |
There was a problem hiding this comment.
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!")
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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."
Hi
I done translation to English of this app.
May be you should include this as additional branch.
Best regards
Alex