EchterAlsFake / Porn_Fetch

Cross-Platform Porn (Hub) downloader with Account Login and Searching support
GNU General Public License v3.0
117 stars 22 forks source link

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

Closed Joshua-auhsoj closed 7 months ago

Joshua-auhsoj commented 7 months ago

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 commented 7 months ago

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 commented 7 months ago

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 commented 7 months ago

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 commented 7 months ago

@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 commented 7 months ago

@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 commented 7 months ago

@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 commented 7 months ago

Thank you very much :)