-
Notifications
You must be signed in to change notification settings - Fork 974
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding improved options to resize subtitles (#1032)
- Loading branch information
1 parent
a1a81c1
commit 6037287
Showing
24 changed files
with
801 additions
and
311 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
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
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: buzz\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-23 22:16+0200\n" | ||
"POT-Creation-Date: 2024-12-28 22:29+0200\n" | ||
"PO-Revision-Date: 2023-02-15 05:01+0000\n" | ||
"Last-Translator: Jordi Mas i Hernàndez <[email protected]>\n" | ||
"Language-Team: Catalan <[email protected]>\n" | ||
|
@@ -28,17 +28,15 @@ msgstr "" | |
#: buzz/widgets/preferences_dialog/preferences_dialog.py:69 | ||
#: buzz/widgets/preferences_dialog/models_preferences_widget.py:245 | ||
#: buzz/widgets/transcriber/advanced_settings_dialog.py:97 | ||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:295 | ||
#: buzz/widgets/main_window.py:239 | ||
#: buzz/widgets/main_window.py:244 | ||
msgid "Ok" | ||
msgstr "" | ||
|
||
#: buzz/widgets/import_url_dialog.py:29 | ||
#: buzz/widgets/preferences_dialog/preferences_dialog.py:70 | ||
#: buzz/widgets/preferences_dialog/models_preferences_widget.py:246 | ||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:296 | ||
#: buzz/widgets/model_download_progress_dialog.py:29 | ||
#: buzz/widgets/main_window.py:240 | ||
#: buzz/widgets/main_window.py:245 | ||
#, fuzzy | ||
msgid "Cancel" | ||
msgstr "Cancel·lat" | ||
|
@@ -218,7 +216,7 @@ msgid "Download failed" | |
msgstr "Baixat" | ||
|
||
#: buzz/widgets/preferences_dialog/models_preferences_widget.py:269 | ||
#: buzz/widgets/main_window.py:296 buzz/model_loader.py:503 | ||
#: buzz/widgets/main_window.py:301 buzz/model_loader.py:503 | ||
msgid "Error" | ||
msgstr "Error" | ||
|
||
|
@@ -321,25 +319,25 @@ msgstr "" | |
msgid "Advanced..." | ||
msgstr "" | ||
|
||
#: buzz/widgets/main_window_toolbar.py:41 | ||
#: buzz/widgets/main_window_toolbar.py:43 | ||
#, fuzzy | ||
msgid "New File Transcription" | ||
msgstr "Transcripció nova" | ||
|
||
#: buzz/widgets/main_window_toolbar.py:48 | ||
#: buzz/widgets/main_window_toolbar.py:50 | ||
#, fuzzy | ||
msgid "New URL Transcription" | ||
msgstr "Transcripció nova" | ||
|
||
#: buzz/widgets/main_window_toolbar.py:55 | ||
#: buzz/widgets/main_window_toolbar.py:57 | ||
msgid "Open Transcript" | ||
msgstr "Obre una transcripció" | ||
|
||
#: buzz/widgets/main_window_toolbar.py:61 buzz/settings/shortcut.py:27 | ||
#: buzz/widgets/main_window_toolbar.py:63 buzz/settings/shortcut.py:27 | ||
msgid "Cancel Transcription" | ||
msgstr "Cancel·la la transcripció" | ||
|
||
#: buzz/widgets/main_window_toolbar.py:69 buzz/widgets/main_window.py:228 | ||
#: buzz/widgets/main_window_toolbar.py:71 buzz/widgets/main_window.py:233 | ||
#: buzz/settings/shortcut.py:26 | ||
msgid "Clear History" | ||
msgstr "Neteja l'historial" | ||
|
@@ -458,33 +456,54 @@ msgstr "" | |
msgid "Timestamps" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:156 | ||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:158 | ||
msgid "Export" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:170 | ||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:172 | ||
#: buzz/transcriber/transcriber.py:24 | ||
msgid "Translate" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:180 | ||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:182 | ||
#: buzz/widgets/transcription_viewer/transcription_resizer_widget.py:90 | ||
msgid "Resize" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:279 | ||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:281 | ||
msgid "API Key Required" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:280 | ||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:282 | ||
msgid "Please enter OpenAI API Key in preferences" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:297 | ||
#: buzz/widgets/transcription_viewer/transcription_resizer_widget.py:72 | ||
msgid "Resize Options" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_resizer_widget.py:83 | ||
msgid "Desired subtitle length" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_viewer_widget.py:298 | ||
msgid "Enter target characters per subtitle:" | ||
#: buzz/widgets/transcription_viewer/transcription_resizer_widget.py:108 | ||
msgid "Merge Options" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_resizer_widget.py:119 | ||
msgid "Merge by gap" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_resizer_widget.py:127 | ||
msgid "Split by punctuation" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_resizer_widget.py:135 | ||
msgid "Split by max length" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/transcription_resizer_widget.py:147 | ||
msgid "Merge" | ||
msgstr "" | ||
|
||
#: buzz/widgets/transcription_viewer/export_transcription_menu.py:78 | ||
|
@@ -549,19 +568,19 @@ msgstr "Ajuda" | |
msgid "File" | ||
msgstr "Fitxer" | ||
|
||
#: buzz/widgets/main_window.py:232 | ||
#: buzz/widgets/main_window.py:237 | ||
msgid "" | ||
"Are you sure you want to delete the selected transcription(s)? This action " | ||
"cannot be undone." | ||
msgstr "" | ||
"Esteu segur que voleu suprimir les transcripcions seleccionades? Aquesta " | ||
"acció no es pot desfer." | ||
|
||
#: buzz/widgets/main_window.py:260 | ||
#: buzz/widgets/main_window.py:265 | ||
msgid "Select audio file" | ||
msgstr "Selecciona un fitxer d'àudio" | ||
|
||
#: buzz/widgets/main_window.py:296 | ||
#: buzz/widgets/main_window.py:301 | ||
msgid "Unable to save OpenAI API key to keyring" | ||
msgstr "" | ||
|
||
|
Oops, something went wrong.