diff --git a/documentation/localization_guide/README.md b/documentation/localization_guide/README.md index 9f421ec..b868c6a 100644 --- a/documentation/localization_guide/README.md +++ b/documentation/localization_guide/README.md @@ -21,9 +21,9 @@ Current translation status: | Locale | Progress | Translated | | :----- | -------: | ---------: | -| [de_DE](./de_DE/LC_MESSAGES/messages.po) | 0% | 0 of 202 | -| [es_ES](./es_ES/LC_MESSAGES/messages.po) | 0% | 0 of 202 | -| [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 100% | 202 of 202 | +| [de_DE](./de_DE/LC_MESSAGES/messages.po) | 0% | 0 of 203 | +| [es_ES](./es_ES/LC_MESSAGES/messages.po) | 0% | 0 of 203 | +| [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 100% | 203 of 203 | --- diff --git a/documentation/localization_guide/README.ru.md b/documentation/localization_guide/README.ru.md index 2ddc02d..ab1fd9e 100644 --- a/documentation/localization_guide/README.ru.md +++ b/documentation/localization_guide/README.ru.md @@ -21,9 +21,9 @@ | Локаль | Прогресс | Переведено | | :----- | -------: | ---------: | -| [de_DE](./de_DE/LC_MESSAGES/messages.po) | 0% | 0 из 202 | -| [es_ES](./es_ES/LC_MESSAGES/messages.po) | 0% | 0 из 202 | -| [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 100% | 202 из 202 | +| [de_DE](./de_DE/LC_MESSAGES/messages.po) | 0% | 0 из 203 | +| [es_ES](./es_ES/LC_MESSAGES/messages.po) | 0% | 0 из 203 | +| [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 100% | 203 из 203 | --- diff --git a/portprotonqt/dialogs.py b/portprotonqt/dialogs.py index 90f4496..90db975 100644 --- a/portprotonqt/dialogs.py +++ b/portprotonqt/dialogs.py @@ -96,7 +96,7 @@ class GameLaunchDialog(QDialog): super().__init__(parent) self.theme = theme if theme else default_styles self.theme_manager = ThemeManager() - self.game_name = game_name if game_name else _("Game") + self.game_name = game_name self.target_exe = target_exe # Store the target executable name self.setWindowTitle(_("Launching {0}").format(self.game_name)) self.setModal(True) @@ -111,7 +111,7 @@ class GameLaunchDialog(QDialog): layout.setSpacing(10) # Game name label - label = QLabel(_("Launching {0}...").format(self.game_name)) + label = QLabel(_("Launching {0}").format(self.game_name)) label.setStyleSheet(self.theme.PARAMS_TITLE_STYLE) label.setAlignment(Qt.AlignmentFlag.AlignCenter) layout.addWidget(label) diff --git a/portprotonqt/locales/de_DE/LC_MESSAGES/messages.mo b/portprotonqt/locales/de_DE/LC_MESSAGES/messages.mo index bf79f70..9e162ef 100644 Binary files a/portprotonqt/locales/de_DE/LC_MESSAGES/messages.mo and b/portprotonqt/locales/de_DE/LC_MESSAGES/messages.mo differ diff --git a/portprotonqt/locales/de_DE/LC_MESSAGES/messages.po b/portprotonqt/locales/de_DE/LC_MESSAGES/messages.po index 7ea03b4..2013624 100644 --- a/portprotonqt/locales/de_DE/LC_MESSAGES/messages.po +++ b/portprotonqt/locales/de_DE/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-08-26 13:17+0500\n" +"POT-Creation-Date: 2025-08-31 12:28+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: de_DE\n" @@ -248,15 +248,19 @@ msgstr "" msgid "Select All" msgstr "" +#, python-brace-format +msgid "Launching {0}" +msgstr "" + +msgid "Cancel" +msgstr "" + msgid "File Explorer" msgstr "" msgid "Select" msgstr "" -msgid "Cancel" -msgstr "" - msgid "Path: " msgstr "" diff --git a/portprotonqt/locales/es_ES/LC_MESSAGES/messages.mo b/portprotonqt/locales/es_ES/LC_MESSAGES/messages.mo index cf56cec..2ebb685 100644 Binary files a/portprotonqt/locales/es_ES/LC_MESSAGES/messages.mo and b/portprotonqt/locales/es_ES/LC_MESSAGES/messages.mo differ diff --git a/portprotonqt/locales/es_ES/LC_MESSAGES/messages.po b/portprotonqt/locales/es_ES/LC_MESSAGES/messages.po index 9530744..f422fb1 100644 --- a/portprotonqt/locales/es_ES/LC_MESSAGES/messages.po +++ b/portprotonqt/locales/es_ES/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-08-26 13:17+0500\n" +"POT-Creation-Date: 2025-08-31 12:28+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: es_ES\n" @@ -248,15 +248,19 @@ msgstr "" msgid "Select All" msgstr "" +#, python-brace-format +msgid "Launching {0}" +msgstr "" + +msgid "Cancel" +msgstr "" + msgid "File Explorer" msgstr "" msgid "Select" msgstr "" -msgid "Cancel" -msgstr "" - msgid "Path: " msgstr "" diff --git a/portprotonqt/locales/messages.pot b/portprotonqt/locales/messages.pot index a787338..18810b2 100644 --- a/portprotonqt/locales/messages.pot +++ b/portprotonqt/locales/messages.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PortProtonQt 0.1.1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-08-26 13:17+0500\n" +"POT-Creation-Date: 2025-08-31 12:28+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -246,15 +246,19 @@ msgstr "" msgid "Select All" msgstr "" +#, python-brace-format +msgid "Launching {0}" +msgstr "" + +msgid "Cancel" +msgstr "" + msgid "File Explorer" msgstr "" msgid "Select" msgstr "" -msgid "Cancel" -msgstr "" - msgid "Path: " msgstr "" diff --git a/portprotonqt/locales/ru_RU/LC_MESSAGES/messages.mo b/portprotonqt/locales/ru_RU/LC_MESSAGES/messages.mo index 9c2f26b..bed1f28 100644 Binary files a/portprotonqt/locales/ru_RU/LC_MESSAGES/messages.mo and b/portprotonqt/locales/ru_RU/LC_MESSAGES/messages.mo differ diff --git a/portprotonqt/locales/ru_RU/LC_MESSAGES/messages.po b/portprotonqt/locales/ru_RU/LC_MESSAGES/messages.po index c0580fc..0a184b2 100644 --- a/portprotonqt/locales/ru_RU/LC_MESSAGES/messages.po +++ b/portprotonqt/locales/ru_RU/LC_MESSAGES/messages.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-08-26 13:17+0500\n" -"PO-Revision-Date: 2025-08-26 13:16+0500\n" +"POT-Creation-Date: 2025-08-31 12:28+0500\n" +"PO-Revision-Date: 2025-08-31 12:28+0500\n" "Last-Translator: \n" "Language: ru_RU\n" "Language-Team: ru_RU \n" @@ -255,15 +255,19 @@ msgstr "Удалить" msgid "Select All" msgstr "Выбрать всё" +#, python-brace-format +msgid "Launching {0}" +msgstr "Идёт запуск {0}" + +msgid "Cancel" +msgstr "Отмена" + msgid "File Explorer" msgstr "Проводник" msgid "Select" msgstr "Выбрать" -msgid "Cancel" -msgstr "Отмена" - msgid "Path: " msgstr "Путь: "