1
0
Fork 0
mirror of synced 2024-06-22 04:20:25 +12:00

Remove some unused translations

This commit is contained in:
Dummerle 2021-10-03 22:18:38 +02:00
parent df7964a79f
commit 1fe1614d16
23 changed files with 1078 additions and 720 deletions

File diff suppressed because it is too large Load diff

View file

@ -14,12 +14,13 @@ from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_GameDlcWidget(object):
def setupUi(self, GameDlcWidget):
GameDlcWidget.setObjectName("GameDlcWidget")
GameDlcWidget.resize(424, 162)
GameDlcWidget.resize(424, 163)
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
sizePolicy.setHeightForWidth(GameDlcWidget.sizePolicy().hasHeightForWidth())
GameDlcWidget.setSizePolicy(sizePolicy)
GameDlcWidget.setWindowTitle("GameDlcWidget")
GameDlcWidget.setFrameShape(QtWidgets.QFrame.StyledPanel)
GameDlcWidget.setFrameShadow(QtWidgets.QFrame.Raised)
self.dlc_layout = QtWidgets.QHBoxLayout(GameDlcWidget)
@ -135,7 +136,6 @@ class Ui_GameDlcWidget(object):
def retranslateUi(self, GameDlcWidget):
_translate = QtCore.QCoreApplication.translate
GameDlcWidget.setWindowTitle(_translate("GameDlcWidget", "GameDlcWidget"))
self.dlc_name_label.setText(_translate("GameDlcWidget", "DLC Name"))
self.version_label.setText(_translate("GameDlcWidget", "Version"))
self.status_label.setText(_translate("GameDlcWidget", "Status"))

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>424</width>
<height>162</height>
<height>163</height>
</rect>
</property>
<property name="sizePolicy">
@ -17,7 +17,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>GameDlcWidget</string>
<string notr="true">GameDlcWidget</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>

View file

@ -8,13 +8,14 @@
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtWidgets
class Ui_GamesTab(object):
def setupUi(self, GamesTab):
GamesTab.setObjectName("GamesTab")
GamesTab.resize(1071, 678)
GamesTab.setWindowTitle("StackedWidget")
self.games = QtWidgets.QWidget()
self.games.setObjectName("games")
self.verticalLayout = QtWidgets.QVBoxLayout(self.games)
@ -41,8 +42,7 @@ class Ui_GamesTab(object):
QtCore.QMetaObject.connectSlotsByName(GamesTab)
def retranslateUi(self, GamesTab):
_translate = QtCore.QCoreApplication.translate
GamesTab.setWindowTitle(_translate("GamesTab", "StackedWidget"))
pass
if __name__ == "__main__":

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>StackedWidget</string>
<string notr="true">StackedWidget</string>
</property>
<widget class="QWidget" name="games">
<layout class="QVBoxLayout" name="verticalLayout">

View file

@ -15,6 +15,7 @@ class Ui_LegendarySettings(object):
def setupUi(self, LegendarySettings):
LegendarySettings.setObjectName("LegendarySettings")
LegendarySettings.resize(796, 732)
LegendarySettings.setWindowTitle("LegendarySettings")
self.settings_layout = QtWidgets.QHBoxLayout(LegendarySettings)
self.settings_layout.setObjectName("settings_layout")
self.left_layout = QtWidgets.QVBoxLayout()
@ -103,6 +104,7 @@ class Ui_LegendarySettings(object):
self.manifest_path_layout.setObjectName("manifest_path_layout")
self.egl_sync_layout.addLayout(self.manifest_path_layout)
self.manifest_path_info = QtWidgets.QLabel(self.egl_sync_group)
self.manifest_path_info.setText("TextLabel")
self.manifest_path_info.setObjectName("manifest_path_info")
self.egl_sync_layout.addWidget(self.manifest_path_info)
self.export_import_layout = QtWidgets.QHBoxLayout()
@ -235,7 +237,6 @@ class Ui_LegendarySettings(object):
def retranslateUi(self, LegendarySettings):
_translate = QtCore.QCoreApplication.translate
LegendarySettings.setWindowTitle(_translate("LegendarySettings", "LegendarySettings"))
self.install_dir_group.setTitle(_translate("LegendarySettings", "Default Installation Directory"))
self.download_group.setTitle(_translate("LegendarySettings", "Download Settings"))
self.max_workers_label.setText(_translate("LegendarySettings", "Max Workers"))
@ -247,7 +248,6 @@ class Ui_LegendarySettings(object):
self.preferred_cdn_line.setPlaceholderText(_translate("LegendarySettings", "Default"))
self.disable_https_label.setText(_translate("LegendarySettings", "Disable HTTPS"))
self.egl_sync_group.setTitle(_translate("LegendarySettings", "Sync with Epic Games Launcher"))
self.manifest_path_info.setText(_translate("LegendarySettings", "TextLabel"))
self.export_group.setTitle(_translate("LegendarySettings", "Exportable Games"))
self.export_label.setText(_translate("LegendarySettings", "No games to export to EGS"))
self.export_all_button.setText(_translate("LegendarySettings", "Export all Games"))
@ -267,7 +267,6 @@ class Ui_LegendarySettings(object):
if __name__ == "__main__":
import sys
app = QtWidgets.QApplication(sys.argv)
LegendarySettings = QtWidgets.QWidget()
ui = Ui_LegendarySettings()

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>LegendarySettings</string>
<string notr="true">LegendarySettings</string>
</property>
<layout class="QHBoxLayout" name="settings_layout">
<item>
@ -172,7 +172,7 @@
<item>
<widget class="QLabel" name="manifest_path_info">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>

View file

@ -15,6 +15,7 @@ class Ui_RareSettings(object):
def setupUi(self, RareSettings):
RareSettings.setObjectName("RareSettings")
RareSettings.resize(674, 532)
RareSettings.setWindowTitle("RareSettings")
self.rare_layout = QtWidgets.QHBoxLayout(RareSettings)
self.rare_layout.setObjectName("rare_layout")
self.left_layout = QtWidgets.QVBoxLayout()
@ -149,7 +150,6 @@ class Ui_RareSettings(object):
def retranslateUi(self, RareSettings):
_translate = QtCore.QCoreApplication.translate
RareSettings.setWindowTitle(_translate("RareSettings", "RareSettings"))
self.interface_group.setTitle(_translate("RareSettings", "Interface"))
self.lang_label.setText(_translate("RareSettings", "Language"))
self.color_label.setText(_translate("RareSettings", "Color Scheme"))

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>RareSettings</string>
<string notr="true">RareSettings</string>
</property>
<layout class="QHBoxLayout" name="rare_layout">
<item>

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'rpc_settings.ui'
# Form implementation generated from reading ui file 'rare/ui/components/tabs/settings/rpc_settings.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
@ -14,6 +14,8 @@ from PyQt5 import QtCore, QtWidgets
class Ui_RPCSettings(object):
def setupUi(self, RPCSettings):
RPCSettings.setObjectName("RPCSettings")
RPCSettings.resize(174, 146)
RPCSettings.setWindowTitle("DiscordRPC")
self.layout = QtWidgets.QGridLayout(RPCSettings)
self.layout.setObjectName("layout")
self.enable = QtWidgets.QComboBox(RPCSettings)
@ -45,7 +47,6 @@ class Ui_RPCSettings(object):
def retranslateUi(self, RPCSettings):
_translate = QtCore.QCoreApplication.translate
RPCSettings.setWindowTitle(_translate("RPCSettings", "DiscordRPC"))
RPCSettings.setTitle(_translate("RPCSettings", "Discord RPC"))
self.enable.setItemText(0, _translate("RPCSettings", "When Playing"))
self.enable.setItemText(1, _translate("RPCSettings", "Always"))
@ -58,7 +59,6 @@ class Ui_RPCSettings(object):
if __name__ == "__main__":
import sys
app = QtWidgets.QApplication(sys.argv)
RPCSettings = QtWidgets.QGroupBox()
ui = Ui_RPCSettings()

View file

@ -2,8 +2,16 @@
<ui version="4.0">
<class>RPCSettings</class>
<widget class="QGroupBox" name="RPCSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>174</width>
<height>146</height>
</rect>
</property>
<property name="windowTitle">
<string>DiscordRPC</string>
<string notr="true">DiscordRPC</string>
</property>
<property name="title">
<string>Discord RPC</string>

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'browse_games.ui'
# Form implementation generated from reading ui file 'rare/ui/components/tabs/store/browse_games.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
@ -15,6 +15,7 @@ class Ui_browse_games(object):
def setupUi(self, browse_games):
browse_games.setObjectName("browse_games")
browse_games.resize(706, 541)
browse_games.setWindowTitle("Form")
self.horizontalLayout_2 = QtWidgets.QHBoxLayout(browse_games)
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
self.stack = QtWidgets.QStackedWidget(browse_games)
@ -110,7 +111,6 @@ class Ui_browse_games(object):
def retranslateUi(self, browse_games):
_translate = QtCore.QCoreApplication.translate
browse_games.setWindowTitle(_translate("browse_games", "Form"))
self.error_label.setText(_translate("browse_games", "An error occured"))
self.price_gb.setTitle(_translate("browse_games", "Price"))
self.clear_price.setText(_translate("browse_games", "Clear price filter"))

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
@ -138,13 +138,13 @@
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="on_discount">
<property name="text">
<string>Discount</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="on_discount">
<property name="text">
<string>Discount</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@ -188,11 +188,11 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>

View file

@ -15,6 +15,7 @@ class Ui_shop_info(object):
def setupUi(self, shop_info):
shop_info.setObjectName("shop_info")
shop_info.resize(702, 468)
shop_info.setWindowTitle("Form")
self.verticalLayout = QtWidgets.QVBoxLayout(shop_info)
self.verticalLayout.setObjectName("verticalLayout")
self.back_button = QtWidgets.QPushButton(shop_info)
@ -50,13 +51,16 @@ class Ui_shop_info(object):
self.owned_label.setObjectName("owned_label")
self.verticalLayout_2.addWidget(self.owned_label)
self.price = QtWidgets.QLabel(shop_info)
self.price.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse|QtCore.Qt.TextSelectableByMouse)
self.price.setText("TextLabel")
self.price.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse | QtCore.Qt.TextSelectableByMouse)
self.price.setObjectName("price")
self.verticalLayout_2.addWidget(self.price)
self.discount_price = QtWidgets.QLabel(shop_info)
self.discount_price.setText("TextLabel")
self.discount_price.setObjectName("discount_price")
self.verticalLayout_2.addWidget(self.discount_price)
self.tags = QtWidgets.QLabel(shop_info)
self.tags.setText("TextLabel")
self.tags.setObjectName("tags")
self.verticalLayout_2.addWidget(self.tags)
self.open_store_button = QtWidgets.QPushButton(shop_info)
@ -100,14 +104,10 @@ class Ui_shop_info(object):
def retranslateUi(self, shop_info):
_translate = QtCore.QCoreApplication.translate
shop_info.setWindowTitle(_translate("shop_info", "Form"))
self.back_button.setText(_translate("shop_info", "Back"))
self.title.setText(_translate("shop_info", "Error"))
self.dev.setText(_translate("shop_info", "TextLabel"))
self.owned_label.setText(_translate("shop_info", "You already own this game"))
self.price.setText(_translate("shop_info", "TextLabel"))
self.discount_price.setText(_translate("shop_info", "TextLabel"))
self.tags.setText(_translate("shop_info", "TextLabel"))
self.open_store_button.setText(_translate("shop_info", "Buy Game in Epic Games Store"))
self.wishlist_button.setText(_translate("shop_info", "Add to wishlist"))
self.req_group_box.setTitle(_translate("shop_info", "Requirements"))

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
@ -78,7 +78,7 @@
<item>
<widget class="QLabel" name="price">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
@ -88,14 +88,14 @@
<item>
<widget class="QLabel" name="discount_price">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="tags">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>

View file

@ -8,13 +8,14 @@
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtWidgets
class Ui_ShopWidget(object):
def setupUi(self, ShopWidget):
ShopWidget.setObjectName("ShopWidget")
ShopWidget.resize(850, 572)
ShopWidget.setWindowTitle("Form")
self.verticalLayout_7 = QtWidgets.QVBoxLayout(ShopWidget)
self.verticalLayout_7.setObjectName("verticalLayout_7")
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
@ -150,7 +151,6 @@ class Ui_ShopWidget(object):
def retranslateUi(self, ShopWidget):
_translate = QtCore.QCoreApplication.translate
ShopWidget.setWindowTitle(_translate("ShopWidget", "Form"))
self.free_game_group_box.setTitle(_translate("ShopWidget", "Free Games"))
self.discounts_gb.setTitle(_translate("ShopWidget", "Discounts from your wishlist"))
self.filter_game_gb.setTitle(_translate("ShopWidget", "Games"))

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'wishlist.ui'
# Form implementation generated from reading ui file 'rare/ui/components/tabs/store/wishlist.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
@ -15,6 +15,7 @@ class Ui_Wishlist(object):
def setupUi(self, Wishlist):
Wishlist.setObjectName("Wishlist")
Wishlist.resize(736, 398)
Wishlist.setWindowTitle("StackedWidget")
self.page = QtWidgets.QWidget()
self.page.setObjectName("page")
self.verticalLayout = QtWidgets.QVBoxLayout(self.page)
@ -92,7 +93,6 @@ class Ui_Wishlist(object):
def retranslateUi(self, Wishlist):
_translate = QtCore.QCoreApplication.translate
Wishlist.setWindowTitle(_translate("Wishlist", "StackedWidget"))
self.title_label.setText(_translate("Wishlist", "Wishlist"))
self.sort_label.setText(_translate("Wishlist", "Sort by"))
self.sort_cb.setItemText(0, _translate("Wishlist", "Name"))
@ -108,7 +108,6 @@ class Ui_Wishlist(object):
if __name__ == "__main__":
import sys
app = QtWidgets.QApplication(sys.argv)
Wishlist = QtWidgets.QStackedWidget()
ui = Ui_Wishlist()

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>StackedWidget</string>
<string notr="true">StackedWidget</string>
</property>
<widget class="QWidget" name="page">
<layout class="QVBoxLayout" name="verticalLayout">

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'wishlist_widget.ui'
# Form implementation generated from reading ui file 'rare/ui/components/tabs/store/wishlist_widget.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
@ -15,6 +15,7 @@ class Ui_WishlistWidget(object):
def setupUi(self, WishlistWidget):
WishlistWidget.setObjectName("WishlistWidget")
WishlistWidget.resize(523, 172)
WishlistWidget.setWindowTitle("Form")
self.horizontalLayout = QtWidgets.QHBoxLayout(WishlistWidget)
self.horizontalLayout.setObjectName("horizontalLayout")
self.widget = QtWidgets.QWidget(WishlistWidget)
@ -71,7 +72,6 @@ class Ui_WishlistWidget(object):
def retranslateUi(self, WishlistWidget):
_translate = QtCore.QCoreApplication.translate
WishlistWidget.setWindowTitle(_translate("WishlistWidget", "Form"))
self.title_label.setText(_translate("WishlistWidget", "TextLabel"))
self.developer.setText(_translate("WishlistWidget", "TextLabel"))
self.discount_price.setText(_translate("WishlistWidget", "TextLabel"))
@ -80,7 +80,6 @@ class Ui_WishlistWidget(object):
if __name__ == "__main__":
import sys
app = QtWidgets.QApplication(sys.argv)
WishlistWidget = QtWidgets.QWidget()
ui = Ui_WishlistWidget()

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>

View file

@ -8,13 +8,14 @@
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtWidgets
class Ui_PathEdit(object):
def setupUi(self, PathEdit):
PathEdit.setObjectName("PathEdit")
PathEdit.resize(385, 30)
PathEdit.setWindowTitle("PathEdit")
self.layout_pathedit = QtWidgets.QHBoxLayout(PathEdit)
self.layout_pathedit.setContentsMargins(0, 0, 0, 0)
self.layout_pathedit.setObjectName("layout_pathedit")
@ -31,7 +32,6 @@ class Ui_PathEdit(object):
def retranslateUi(self, PathEdit):
_translate = QtCore.QCoreApplication.translate
PathEdit.setWindowTitle(_translate("PathEdit", "PathEdit"))
self.text_edit.setPlaceholderText(_translate("PathEdit", "Default"))
self.path_select.setText(_translate("PathEdit", "Browse..."))

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>PathEdit</string>
<string notr="true">PathEdit</string>
</property>
<layout class="QHBoxLayout" name="layout_pathedit">
<property name="leftMargin">