mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-12 14:48:52 +00:00
GUI: Fix TR Units - Size and Time - more... (#1927)
* GUI: TR Units - Size and Time Added translation for these units: B, KB, MB, GB, TB h, m, s Added missing text: Games: - text in the lower left corner Compatibility... Update database View report Submit a report Fixed the size of the settings menu * Audio Backend * Fixed the size of the settings menu
This commit is contained in:
@@ -572,6 +572,11 @@
|
||||
<source>Hide Cursor Idle Timeout</source>
|
||||
<translation>Время скрытия курсора при бездействии</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.ui" line="816"/>
|
||||
<source>s</source>
|
||||
<translation>сек</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.ui" line="767"/>
|
||||
<source>Controller</source>
|
||||
@@ -727,6 +732,11 @@
|
||||
<source>Volume</source>
|
||||
<translation>Громкость</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.ui"/>
|
||||
<source>Audio Backend</source>
|
||||
<translation>Звуковая Подсистема</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
@@ -1434,6 +1444,21 @@
|
||||
<source>Never Played</source>
|
||||
<translation>Вы не играли</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../game_list_frame.cpp"/>
|
||||
<source>h</source>
|
||||
<translation>ч</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../game_list_frame.cpp"/>
|
||||
<source>m</source>
|
||||
<translation>м</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../game_list_frame.cpp"/>
|
||||
<source>s</source>
|
||||
<translation>с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../game_list_frame.cpp"/>
|
||||
<source>Compatibility is untested</source>
|
||||
@@ -1593,4 +1618,32 @@
|
||||
<translation>Не удалось создать файл скрипта обновления</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>GameListUtils</name>
|
||||
<message>
|
||||
<location filename="../game_list_utils.h" line="34"/>
|
||||
<source>B</source>
|
||||
<translation>Б</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../game_list_utils.h" line="34"/>
|
||||
<source>KB</source>
|
||||
<translation>КБ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../game_list_utils.h" line="34"/>
|
||||
<source>MB</source>
|
||||
<translation>МБ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../game_list_utils.h" line="34"/>
|
||||
<source>GB</source>
|
||||
<translation>ГБ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../game_list_utils.h" line="34"/>
|
||||
<source>TB</source>
|
||||
<translation>ТБ</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
Reference in New Issue
Block a user