mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
Merge pull request #2009 from CookiePLMonster/update-pl-loc
Update PL localization
This commit is contained in:
commit
1c5c2f1eda
|
@ -5075,7 +5075,7 @@ SBIファイルを追加する方法については、READMEを確認してく
|
|||
<translation>スクリーンショットを保存</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ChangeDisc</source>
|
||||
<source>Change Disc</source>
|
||||
<translation>ディスク交換</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -5312,7 +5312,7 @@ This will download approximately 4 megabytes over your current internet connecti
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../frontend-common/common_host_interface.cpp" line="1857"/>
|
||||
<source>ChangeDisc</source>
|
||||
<source>Change Disc</source>
|
||||
<translation>换碟</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -1854,7 +1854,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
|||
});
|
||||
|
||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("ChangeDisc"),
|
||||
StaticString(TRANSLATABLE("Hotkeys", "ChangeDisc")), [this](bool pressed) {
|
||||
StaticString(TRANSLATABLE("Hotkeys", "Change Disc")), [this](bool pressed) {
|
||||
if (pressed && System::IsValid() && System::HasMediaSubImages())
|
||||
{
|
||||
const u32 current = System::GetMediaSubImageIndex();
|
||||
|
|
Loading…
Reference in a new issue