Merge pull request #1649 from CookiePLMonster/pl-loc-update

PL localization update + a few fixes
This commit is contained in:
Connor McLaughlin 2021-02-18 02:06:03 +10:00 committed by GitHub
commit 52962ce584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 1436 additions and 975 deletions

View File

@ -122,7 +122,7 @@ DisplaySettingsWidget::DisplaySettingsWidget(QtHostInterface* host_interface, QW
tr("Shows the number of frames (or v-syncs) displayed per second by the system in the "
"top-right corner of the display."));
dialog->registerWidgetHelp(
m_ui.showSpeed, tr("Show Speed"), tr("Unchecked"),
m_ui.showSpeed, tr("Show Emulation Speed"), tr("Unchecked"),
tr("Shows the current emulation speed of the system in the top-right corner of the display as a percentage."));
dialog->registerWidgetHelp(m_ui.showResolution, tr("Show Resolution"), tr("Unchecked"),
tr("Shows the resolution of the game in the top-right corner of the display."));

View File

@ -163,7 +163,7 @@
<item row="2" column="0">
<widget class="QCheckBox" name="showOSDMessages">
<property name="text">
<string>Show Messages</string>
<string>Show OSD Messages</string>
</property>
</widget>
</item>

View File

@ -6350,7 +6350,7 @@ Dies wird etwa 4 Megabyte über die aktuelle Internetverbindung herunterladen.</
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1702"/>
<source>PGXP is now disabled</source>
<source>PGXP is now disabled.</source>
<translation>PGXP ist jetzt deaktiviert.</translation>
</message>
<message>

View File

@ -6297,8 +6297,8 @@ Esto descargará aproximadamente 4MB a través de tu conexión de internet.</tra
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1711"/>
<source>PGXP is now disabled</source>
<translation>PGXP está deshabilitado</translation>
<source>PGXP is now disabled.</source>
<translation>PGXP está deshabilitado.</translation>
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1738"/>

View File

@ -5585,7 +5585,7 @@ Vous pourrez ainsi télécharger environ 4 mégaoctets via votre connexion Inter
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1535"/>
<source>PGXP is now disabled</source>
<source>PGXP is now disabled.</source>
<translation>PGXP est maintenant Désactivé.</translation>
</message>
<message>

View File

@ -6703,8 +6703,8 @@ Questo scaricherà circa 4 MB attraverso la tua connessione internet attuale.</t
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1711"/>
<source>PGXP is now disabled</source>
<translation>PGXP è ora disabilitato</translation>
<source>PGXP is now disabled.</source>
<translation>PGXP è ora disabilitato.</translation>
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1738"/>

View File

@ -3637,8 +3637,8 @@ This warning will only be shown once.</source>
<translation>CPUオーバークロック (%u%%) (%u%%)</translation>
</message>
<message>
<source>PGXP is now disabled</source>
<translation>PGXPが無効になりました</translation>
<source>PGXP is now disabled.</source>
<translation>PGXPが無効になりました</translation>
</message>
<message>
<source>Cheat &apos;%s&apos; disabled.</source>

View File

@ -3984,8 +3984,8 @@ Dit zal ongeveer 4 megabytes over je huidige internetverbinden downloaden.</tran
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1451"/>
<source>PGXP is now disabled</source>
<translation>PGXP is nu uitgeschakeld</translation>
<source>PGXP is now disabled.</source>
<translation>PGXP is nu uitgeschakeld.</translation>
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1598"/>

File diff suppressed because it is too large Load Diff

View File

@ -6953,8 +6953,8 @@ This will download approximately 4 megabytes over your current internet connecti
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1702"/>
<source>PGXP is now disabled</source>
<translation>PGXP Desativado</translation>
<source>PGXP is now disabled.</source>
<translation>PGXP Desativado.</translation>
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1729"/>

View File

@ -6471,8 +6471,8 @@ This will download approximately 4 megabytes over your current internet connecti
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1710"/>
<source>PGXP is now disabled</source>
<translation type="unfinished">PGXP отключен</translation>
<source>PGXP is now disabled.</source>
<translation type="unfinished">PGXP отключен.</translation>
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1737"/>

View File

@ -6552,7 +6552,7 @@ This will download approximately 4 megabytes over your current internet connecti
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1702"/>
<source>PGXP is now disabled</source>
<source>PGXP is now disabled.</source>
<translation>PGXP</translation>
</message>
<message>

View File

@ -1699,7 +1699,7 @@ void CommonHostInterface::RegisterGraphicsHotkeys()
System::ClearMemorySaveStates();
AddOSDMessage(g_settings.gpu_pgxp_enable ?
TranslateStdString("OSDMessage", "PGXP is now enabled.") :
TranslateStdString("OSDMessage", "PGXP is now disabled"),
TranslateStdString("OSDMessage", "PGXP is now disabled."),
5.0f);
if (g_settings.gpu_pgxp_enable)