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

translation:en-us to zh-cn and one suggestion #17

Closed
Joshua-auhsoj opened this issue Jan 23, 2024 · 7 comments
Closed

translation:en-us to zh-cn and one suggestion #17

Joshua-auhsoj opened this issue Jan 23, 2024 · 7 comments

Comments

@Joshua-auhsoj
Copy link

here is the Chinese translation file
en-us to zh-cn.zip
I use some translations from cn. prefix pornhub page

and one suggestion: could you please sort the video number in reverse? Make the mode’s first video numbered with 001,and the newest video has the biggest number, thank you very much🥰

here is the code I got form ChatGPT

    for i, video in enumerate(reversed(list(iterator)), start=1):
          item = QTreeWidgetItem(tree_widget)
          item.setText(0, f"{i}) {video.title}")
          item.setData(0, QtCore.Qt.UserRole, video.url)
          item.setCheckState(0, QtCore.Qt.Unchecked)  # Adds a checkbox
    ```
@EchterAlsFake
Copy link
Owner

Yeah I can do that, give me some hours xD

Just one thing for the chinese translations. When the final V3 version is out there are probably some changes on the ui and you'd need to update it, but I'll take your translations for now :)

Thanks.

@Joshua-auhsoj
Copy link
Author

Yeah I can do that, give me some hours xD

Just one thing for the chinese translations. When the final V3 version is out there are probably some changes on the ui and you'd need to update it, but I'll take your translations for now :)

Thanks.

Thank you,I will update it when V3 is out🥰

EchterAlsFake added a commit that referenced this issue Jan 24, 2024
- Added chinese translations
- Fixed some stuff on the layout (although still not good)
- Fixed some links and stuff
- Added the QFile Dialog and stuff
- Better logic for the strip title function
- Removed iOS completely, because it doesn't work. Even with pure Python it doesn't.
- You can now display videos in reverse, see #17
EchterAlsFake added a commit that referenced this issue Jan 24, 2024
- Added chinese translations
- Fixed some stuff on the layout (although still not good)
- Fixed some links and stuff
- Added the QFile Dialog and stuff
- Better logic for the strip title function
- Removed iOS completely, because it doesn't work. Even with pure Python it doesn't.
- You can now display videos in reverse, see #17
EchterAlsFake added a commit that referenced this issue Jan 24, 2024
- Added chinese translations
- Fixed some stuff on the layout (although still not good)
- Fixed some links and stuff
- Added the QFile Dialog and stuff
- Better logic for the strip title function
- Removed iOS completely, because it doesn't work. Even with pure Python it doesn't.
- You can now display videos in reverse, see #17
@EchterAlsFake
Copy link
Owner

So you now have a checkbox at the top of the treewidget. If it's checked the videos will be shown in reverse. I think this is the best solution.

The chinese translations are also integrated. I keep this issue still open and I'll ping you when the UI is finished, so that you can update the translations for the final state :)

Thanks.

@EchterAlsFake
Copy link
Owner

@Joshua-auhsoj

The UI is now finished and you can now finalize your translations.

Please make sure to also translate the QCoreApplication.

image

Thanks :)

@Joshua-auhsoj
Copy link
Author

@Joshua-auhsoj

The UI is now finished and you can now finalize your translations.

Please make sure to also translate the QCoreApplication.

image

Thanks :)

OK,I will do it today🥰

@Joshua-auhsoj
Copy link
Author

@Joshua-auhsoj

The UI is now finished and you can now finalize your translations.

Please make sure to also translate the QCoreApplication.

image

Thanks :)

I finished it ,including the QCoreAppliation

en to zh.zip

@EchterAlsFake
Copy link
Owner

Thank you very much :)

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

No branches or pull requests

2 participants