res: translations update

This commit is contained in:
2023-09-06 00:23:26 +08:00
parent 91235820c9
commit 0c55266896
7 changed files with 618 additions and 202 deletions

View File

@ -191,7 +191,7 @@
</sizepolicy>
</property>
<property name="displayFormat">
<string>yyyy/M/d HH:mm:ss</string>
<string notr="true">yyyy/MM/dd HH:mm:ss</string>
</property>
<property name="calendarPopup">
<bool>false</bool>
@ -322,7 +322,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>ID</string>
<string notr="true">ID</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>

View File

@ -140,6 +140,7 @@ class Ui_ScoreEditor(object):
sizePolicy1.setVerticalStretch(0)
sizePolicy1.setHeightForWidth(self.dateTimeEdit.sizePolicy().hasHeightForWidth())
self.dateTimeEdit.setSizePolicy(sizePolicy1)
self.dateTimeEdit.setDisplayFormat(u"yyyy/MM/dd HH:mm:ss")
self.dateTimeEdit.setCalendarPopup(False)
self.gridLayout.addWidget(self.dateTimeEdit, 5, 1, 1, 1)
@ -223,6 +224,7 @@ class Ui_ScoreEditor(object):
self.label_10 = QLabel(ScoreEditor)
self.label_10.setObjectName(u"label_10")
self.label_10.setText(u"ID")
self.label_10.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)
self.gridLayout.addWidget(self.label_10, 0, 0, 1, 1)
@ -267,7 +269,6 @@ class Ui_ScoreEditor(object):
self.pureNoneCheckBox.setText(QCoreApplication.translate("ScoreEditor", u"setNone", None))
self.clearTypeNoneCheckBox.setText(QCoreApplication.translate("ScoreEditor", u"setNone", None))
self.dateNoneCheckBox.setText(QCoreApplication.translate("ScoreEditor", u"setNone", None))
self.dateTimeEdit.setDisplayFormat(QCoreApplication.translate("ScoreEditor", u"yyyy/M/d HH:mm:ss", None))
self.lostNoneCheckBox.setText(QCoreApplication.translate("ScoreEditor", u"setNone", None))
self.modifierNoneCheckBox.setText(QCoreApplication.translate("ScoreEditor", u"setNone", None))
self.commentNoneCheckBox.setText(QCoreApplication.translate("ScoreEditor", u"setNone", None))
@ -277,7 +278,6 @@ class Ui_ScoreEditor(object):
self.label_9.setText(QCoreApplication.translate("ScoreEditor", u"formLabel.comment", None))
self.label.setText(QCoreApplication.translate("ScoreEditor", u"formLabel.score", None))
self.farNoneCheckBox.setText(QCoreApplication.translate("ScoreEditor", u"setNone", None))
self.label_10.setText(QCoreApplication.translate("ScoreEditor", u"ID", None))
self.idLabel.setText(QCoreApplication.translate("ScoreEditor", u"idAutoInsert", None))
pass
# retranslateUi

View File

@ -256,7 +256,7 @@
<string notr="true">QLabel { color: gray; }</string>
</property>
<property name="text">
<string>song.date&amp;version</string>
<string>song.addedIn</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -278,7 +278,7 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="songDateVersionLabel">
<widget class="QLabel" name="songAddedInLabel">
<property name="text">
<string notr="true">...</string>
</property>
@ -440,7 +440,7 @@
<string notr="true">QLabel { color: gray; }</string>
</property>
<property name="text">
<string>difficulty.date&amp;version</string>
<string>difficulty.addedIn</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -608,7 +608,7 @@
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="difficultyDateVersionLabel">
<widget class="QLabel" name="difficultyAddedInLabel">
<property name="text">
<string notr="true">...</string>
</property>

View File

@ -216,11 +216,11 @@ class Ui_TabTools_InfoLookup(object):
self.gridLayout.addWidget(self.songIdLabel, 0, 1, 1, 1)
self.songDateVersionLabel = QLabel(self.songInfoGroupBox)
self.songDateVersionLabel.setObjectName(u"songDateVersionLabel")
self.songDateVersionLabel.setText(u"...")
self.songAddedInLabel = QLabel(self.songInfoGroupBox)
self.songAddedInLabel.setObjectName(u"songAddedInLabel")
self.songAddedInLabel.setText(u"...")
self.gridLayout.addWidget(self.songDateVersionLabel, 1, 1, 1, 1)
self.gridLayout.addWidget(self.songAddedInLabel, 1, 1, 1, 1)
self.songBgDayNightLabel = QLabel(self.songInfoGroupBox)
self.songBgDayNightLabel.setObjectName(u"songBgDayNightLabel")
@ -435,11 +435,11 @@ class Ui_TabTools_InfoLookup(object):
self.gridLayout_4.addWidget(self.label_41, 3, 3, 1, 1)
self.difficultyDateVersionLabel = QLabel(self.groupBox_4)
self.difficultyDateVersionLabel.setObjectName(u"difficultyDateVersionLabel")
self.difficultyDateVersionLabel.setText(u"...")
self.difficultyAddedInLabel = QLabel(self.groupBox_4)
self.difficultyAddedInLabel.setObjectName(u"difficultyAddedInLabel")
self.difficultyAddedInLabel.setText(u"...")
self.gridLayout_4.addWidget(self.difficultyDateVersionLabel, 0, 4, 1, 1)
self.gridLayout_4.addWidget(self.difficultyAddedInLabel, 0, 4, 1, 1)
self.label_26 = QLabel(self.groupBox_4)
self.label_26.setObjectName(u"label_26")
@ -519,7 +519,7 @@ class Ui_TabTools_InfoLookup(object):
self.label_11.setText(QCoreApplication.translate("TabTools_InfoLookup", u"song.artist", None))
self.label_19.setText(QCoreApplication.translate("TabTools_InfoLookup", u"song.bgSide", None))
self.label_3.setText(QCoreApplication.translate("TabTools_InfoLookup", u"song.id", None))
self.label_15.setText(QCoreApplication.translate("TabTools_InfoLookup", u"song.date&version", None))
self.label_15.setText(QCoreApplication.translate("TabTools_InfoLookup", u"song.addedIn", None))
self.label_6.setText(QCoreApplication.translate("TabTools_InfoLookup", u"song.title", None))
self.label_14.setText(QCoreApplication.translate("TabTools_InfoLookup", u"song.bpm", None))
self.label_25.setText(QCoreApplication.translate("TabTools_InfoLookup", u"song.source", None))
@ -528,7 +528,7 @@ class Ui_TabTools_InfoLookup(object):
self.label_2.setText(QCoreApplication.translate("TabTools_InfoLookup", u"chart.constant", None))
self.label_8.setText(QCoreApplication.translate("TabTools_InfoLookup", u"chart.notes", None))
self.groupBox_4.setTitle(QCoreApplication.translate("TabTools_InfoLookup", u"difficultyInfo", None))
self.label_18.setText(QCoreApplication.translate("TabTools_InfoLookup", u"difficulty.date&version", None))
self.label_18.setText(QCoreApplication.translate("TabTools_InfoLookup", u"difficulty.addedIn", None))
self.label_31.setText(QCoreApplication.translate("TabTools_InfoLookup", u"difficulty.artist", None))
self.label_13.setText(QCoreApplication.translate("TabTools_InfoLookup", u"difficulty.rating", None))
self.label_33.setText(QCoreApplication.translate("TabTools_InfoLookup", u"difficulty.bg", None))