forked from WEIFENG2333/VideoCaptioner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all translations. Now the language feature is almost completed.
- Loading branch information
Showing
8 changed files
with
3,057 additions
and
1,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.\.venv\Scripts\activate.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.\app\components\DonateDialog.py | ||
.\app\components\FasterWhisperSettingDialog.py | ||
.\app\components\MySettingCard.py | ||
.\app\components\SubtitleSettingDialog.py | ||
.\app\components\WhisperAPISettingDialog.py | ||
.\app\components\WhisperSettingDialog.py | ||
.\app\core\thread\create_task_thread.py | ||
.\app\core\thread\download_thread.py | ||
.\app\core\thread\subtitle_optimization_thread.py | ||
.\app\core\thread\subtitle_pipeline_thread.py | ||
.\app\core\thread\transcript_thread.py | ||
.\app\core\thread\video_synthesis_thread.py | ||
.\app\view\batch_process_interface.py | ||
.\app\view\home_interface.py | ||
.\app\view\log_window.py | ||
.\app\view\main_window.py | ||
.\app\view\setting_interface.py | ||
.\app\view\subtitle_optimization_interface.py | ||
.\app\view\subtitle_style_interface.py | ||
.\app\view\task_creation_interface.py | ||
.\app\view\transcription_interface.py | ||
.\app\view\video_synthesis_interface.py |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Rem This batch file will run linguist and open English translation file to inspect. | ||
Rem If you install QT in different location, change it accordingly. | ||
Rem When it's all done, don't forget to click on "Release" to generate the qm file. | ||
C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\bin\linguist.exe .\resource\translations\VideoCaptioner_en_US.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Rem This batch file will update all .ts() translation strings in app folder. | ||
Rem If you install QT in different location, change it accordingly. | ||
C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\bin\lupdate -extensions py -noobsolete .\app\ -ts .\resource\translations\VideoCaptioner_en_US.ts | ||
C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\bin\lupdate -extensions py -noobsolete .\app\ -ts .\resource\translations\VideoCaptioner_zh_CN.ts |