mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Linguistic changes (#7917)
This commit is contained in:
parent
6c8d844ec5
commit
a38d2461c9
8 changed files with 41 additions and 41 deletions
|
@ -88,18 +88,18 @@ void fmt_class_string<CellSysutilLang>::format(std::string& out, u64 arg)
|
||||||
case CELL_SYSUTIL_LANG_GERMAN: return "German";
|
case CELL_SYSUTIL_LANG_GERMAN: return "German";
|
||||||
case CELL_SYSUTIL_LANG_ITALIAN: return "Italian";
|
case CELL_SYSUTIL_LANG_ITALIAN: return "Italian";
|
||||||
case CELL_SYSUTIL_LANG_DUTCH: return "Dutch";
|
case CELL_SYSUTIL_LANG_DUTCH: return "Dutch";
|
||||||
case CELL_SYSUTIL_LANG_PORTUGUESE_PT: return "Portuguese (PT)";
|
case CELL_SYSUTIL_LANG_PORTUGUESE_PT: return "Portuguese (Portugal)";
|
||||||
case CELL_SYSUTIL_LANG_RUSSIAN: return "Russian";
|
case CELL_SYSUTIL_LANG_RUSSIAN: return "Russian";
|
||||||
case CELL_SYSUTIL_LANG_KOREAN: return "Korean";
|
case CELL_SYSUTIL_LANG_KOREAN: return "Korean";
|
||||||
case CELL_SYSUTIL_LANG_CHINESE_T: return "Chinese (Trad.)";
|
case CELL_SYSUTIL_LANG_CHINESE_T: return "Chinese (Traditional)";
|
||||||
case CELL_SYSUTIL_LANG_CHINESE_S: return "Chinese (Simp.)";
|
case CELL_SYSUTIL_LANG_CHINESE_S: return "Chinese (Simplified)";
|
||||||
case CELL_SYSUTIL_LANG_FINNISH: return "Finnish";
|
case CELL_SYSUTIL_LANG_FINNISH: return "Finnish";
|
||||||
case CELL_SYSUTIL_LANG_SWEDISH: return "Swedish";
|
case CELL_SYSUTIL_LANG_SWEDISH: return "Swedish";
|
||||||
case CELL_SYSUTIL_LANG_DANISH: return "Danish";
|
case CELL_SYSUTIL_LANG_DANISH: return "Danish";
|
||||||
case CELL_SYSUTIL_LANG_NORWEGIAN: return "Norwegian";
|
case CELL_SYSUTIL_LANG_NORWEGIAN: return "Norwegian";
|
||||||
case CELL_SYSUTIL_LANG_POLISH: return "Polish";
|
case CELL_SYSUTIL_LANG_POLISH: return "Polish";
|
||||||
case CELL_SYSUTIL_LANG_ENGLISH_GB: return "English (UK)";
|
case CELL_SYSUTIL_LANG_ENGLISH_GB: return "English (UK)";
|
||||||
case CELL_SYSUTIL_LANG_PORTUGUESE_BR: return "Portuguese (BR)";
|
case CELL_SYSUTIL_LANG_PORTUGUESE_BR: return "Portuguese (Brazil)";
|
||||||
case CELL_SYSUTIL_LANG_TURKISH: return "Turkish";
|
case CELL_SYSUTIL_LANG_TURKISH: return "Turkish";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -383,7 +383,7 @@
|
||||||
<string>Install .pkg</string>
|
<string>Install .pkg</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Install application from pkg file</string>
|
<string>Install application from a .pkg file</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="bootInstallPupAct">
|
<action name="bootInstallPupAct">
|
||||||
|
@ -406,7 +406,7 @@
|
||||||
<string>Pause</string>
|
<string>Pause</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Start Emulation</string>
|
<string>Start emulation</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="sysStopAct">
|
<action name="sysStopAct">
|
||||||
|
@ -421,7 +421,7 @@
|
||||||
<string>Stop</string>
|
<string>Stop</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Stop Emulation</string>
|
<string>Stop emulation</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="sysSendOpenMenuAct">
|
<action name="sysSendOpenMenuAct">
|
||||||
|
@ -453,7 +453,7 @@
|
||||||
<string>GPU</string>
|
<string>GPU</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Configure Graphics</string>
|
<string>Configure graphics</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="confPadsAct">
|
<action name="confPadsAct">
|
||||||
|
@ -464,7 +464,7 @@
|
||||||
<string>Pads</string>
|
<string>Pads</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Configure Controls</string>
|
<string>Configure controls</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="confAudioAct">
|
<action name="confAudioAct">
|
||||||
|
@ -472,7 +472,7 @@
|
||||||
<string>Audio</string>
|
<string>Audio</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Configure Audio</string>
|
<string>Configure audio</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="confIOAct">
|
<action name="confIOAct">
|
||||||
|
@ -488,7 +488,7 @@
|
||||||
<string>System</string>
|
<string>System</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Configure System</string>
|
<string>Configure system</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="confAutopauseManagerAct">
|
<action name="confAutopauseManagerAct">
|
||||||
|
@ -510,7 +510,7 @@
|
||||||
<string>Exit RPCS3</string>
|
<string>Exit RPCS3</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
<property name="statusTip">
|
||||||
<string>Exit the application</string>
|
<string>Exit the application.</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="confSavedataManagerAct">
|
<action name="confSavedataManagerAct">
|
||||||
|
@ -521,7 +521,7 @@
|
||||||
<string>Save Data</string>
|
<string>Save Data</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Manage Save Data</string>
|
<string>Manage save data</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionManage_Trophy_Data">
|
<action name="actionManage_Trophy_Data">
|
||||||
|
@ -532,7 +532,7 @@
|
||||||
<string>Trophies</string>
|
<string>Trophies</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Manage Trophies</string>
|
<string>Manage trophies</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionManage_Users">
|
<action name="actionManage_Users">
|
||||||
|
@ -540,7 +540,7 @@
|
||||||
<string>User Accounts</string>
|
<string>User Accounts</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Manage User Accounts</string>
|
<string>Manage user accounts</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="toolsCgDisasmAct">
|
<action name="toolsCgDisasmAct">
|
||||||
|
@ -941,7 +941,7 @@
|
||||||
<string>Open</string>
|
<string>Open</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Boot game</string>
|
<string>Boot a game</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="showCatOtherAct">
|
<action name="showCatOtherAct">
|
||||||
|
|
|
@ -391,7 +391,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_left_stick">
|
<widget class="QGroupBox" name="gb_left_stick">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Left Analog</string>
|
<string>Left Stick</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="gb_left_stick_layout">
|
<layout class="QVBoxLayout" name="gb_left_stick_layout">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
|
@ -1815,7 +1815,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_right_stick">
|
<widget class="QGroupBox" name="gb_right_stick">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Right Analog</string>
|
<string>Right Stick</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="gb_right_stick_layout">
|
<layout class="QVBoxLayout" name="gb_right_stick_layout">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
|
@ -2074,7 +2074,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_sticks">
|
<widget class="QGroupBox" name="gb_sticks">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Analog Deadzones</string>
|
<string>Analog Stick Deadzones</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout" name="gb_sticks_layout">
|
<layout class="QHBoxLayout" name="gb_sticks_layout">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
|
|
|
@ -1378,14 +1378,14 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="enterButtonAssignCircle">
|
<widget class="QRadioButton" name="enterButtonAssignCircle">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">Enter with circle</string>
|
<string notr="true">Enter with the Circle button</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="enterButtonAssignCross">
|
<widget class="QRadioButton" name="enterButtonAssignCross">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">Enter with cross</string>
|
<string notr="true">Enter with the Cross button</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -78,7 +78,7 @@ public:
|
||||||
const QString set_daz_and_ftz = tr("Never use this.");
|
const QString set_daz_and_ftz = tr("Never use this.");
|
||||||
const QString accurate_getllar = tr("Never use this.");
|
const QString accurate_getllar = tr("Never use this.");
|
||||||
const QString accurate_putlluc = tr("Never use this.");
|
const QString accurate_putlluc = tr("Never use this.");
|
||||||
const QString accurate_ppu_fma = tr("Enables extra accuracy on FMA instructions, which can be needed by some games.\nIt can impact performance negatively on CPUs without FMA acceleration support");
|
const QString accurate_ppu_fma = tr("Enables extra accuracy on FMA instructions, which can be needed by some games.\nIt can impact performance negatively on CPUs without FMA acceleration support.");
|
||||||
const QString accurate_rsx_access = tr("Never use this.");
|
const QString accurate_rsx_access = tr("Never use this.");
|
||||||
const QString hook_static_functions = tr("Allows to hook some functions like 'memcpy' replacing them with high-level implementations. May do nothing or break things. Experimental.");
|
const QString hook_static_functions = tr("Allows to hook some functions like 'memcpy' replacing them with high-level implementations. May do nothing or break things. Experimental.");
|
||||||
const QString gl_legacy_buffers = tr("Enables use of classic OpenGL buffers which allows capturing tools to work with RPCS3 e.g RenderDoc.\nIf unsure, don't use this option.");
|
const QString gl_legacy_buffers = tr("Enables use of classic OpenGL buffers which allows capturing tools to work with RPCS3 e.g RenderDoc.\nIf unsure, don't use this option.");
|
||||||
|
@ -134,7 +134,7 @@ public:
|
||||||
const QString anti_aliasing = tr("Emulate PS3 multisampling layout.\nCan fix some otherwise difficult to solve graphics glitches.\nLow to moderate performance hit depending on your GPU hardware.");
|
const QString anti_aliasing = tr("Emulate PS3 multisampling layout.\nCan fix some otherwise difficult to solve graphics glitches.\nLow to moderate performance hit depending on your GPU hardware.");
|
||||||
const QString anisotropic_filter = tr("Higher values increase sharpness of textures on sloped surfaces at the cost of GPU resources.\nModern GPUs can handle this setting just fine even at 16x.\nKeep this on Automatic if you want to use the original setting used by a real PS3.");
|
const QString anisotropic_filter = tr("Higher values increase sharpness of textures on sloped surfaces at the cost of GPU resources.\nModern GPUs can handle this setting just fine even at 16x.\nKeep this on Automatic if you want to use the original setting used by a real PS3.");
|
||||||
const QString resolution_scale = tr("Scales the game's resolution by the given percentage.\nThe base resolution is always 1280x720.\nSet this value to 100% if you want to use the normal Resolution options.");
|
const QString resolution_scale = tr("Scales the game's resolution by the given percentage.\nThe base resolution is always 1280x720.\nSet this value to 100% if you want to use the normal Resolution options.");
|
||||||
const QString minimum_scalable_dimension = tr("Only framebuffers greater than this size will be upscaled.\nIncreasing this value might fix problems with missing graphics when upscaling, especially when Write Color Buffers is enabled.\nDo not touch this setting if you are unsure.");
|
const QString minimum_scalable_dimension = tr("Only framebuffers greater than this size will be upscaled.\nIncreasing this value might fix problems with missing graphics when upscaling, especially when Write Color Buffers is enabled.\nIf unsure, don't change this option.");
|
||||||
const QString dump_color = tr("Enable this option if you get missing graphics or broken lighting ingame.\nMight degrade performance and introduce stuttering in some cases.\nRequired for Demon's Souls.");
|
const QString dump_color = tr("Enable this option if you get missing graphics or broken lighting ingame.\nMight degrade performance and introduce stuttering in some cases.\nRequired for Demon's Souls.");
|
||||||
const QString vsync = tr("By having this off you might obtain a higher frame rate at the cost of tearing artifacts in the game.");
|
const QString vsync = tr("By having this off you might obtain a higher frame rate at the cost of tearing artifacts in the game.");
|
||||||
const QString strict_rendering_mode = tr("Enforces strict compliance to the API specification.\nMight result in degraded performance in some games.\nCan resolve rare cases of missing graphics and flickering.\nIf unsure, don't use this option.");
|
const QString strict_rendering_mode = tr("Enforces strict compliance to the API specification.\nMight result in degraded performance in some games.\nCan resolve rare cases of missing graphics and flickering.\nIf unsure, don't use this option.");
|
||||||
|
@ -173,15 +173,15 @@ public:
|
||||||
|
|
||||||
const QString net_status = tr("If set to Connected, RPCS3 will allow programs to use your internet connection.");
|
const QString net_status = tr("If set to Connected, RPCS3 will allow programs to use your internet connection.");
|
||||||
const QString psn_status = tr("If set to Simulated, RPCS3 will fake PSN connection as best as it can.");
|
const QString psn_status = tr("If set to Simulated, RPCS3 will fake PSN connection as best as it can.");
|
||||||
const QString dns = tr("DNS used to resolve hostnames by applications");
|
const QString dns = tr("DNS used to resolve hostnames by applications.");
|
||||||
const QString psn_npid = tr("Identifier representing your account");
|
const QString psn_npid = tr("Identifier representing your PSN account.");
|
||||||
const QString dns_swap = tr("DNS Swap List");
|
const QString dns_swap = tr("DNS Swap List.");
|
||||||
|
|
||||||
// system
|
// system
|
||||||
|
|
||||||
const QString system_language = tr("Some games may fail to boot if the system language is not available in the game itself.\nOther games will switch language automatically to what is selected here.\nIt is recommended leaving this on a language supported by the game.");
|
const QString system_language = tr("Some games may fail to boot if the system language is not available in the game itself.\nOther games will switch language automatically to what is selected here.\nIt is recommended leaving this on a language supported by the game.");
|
||||||
const QString keyboard_type = tr("Sets the used keyboard layout.\nCurrently only US, Japanese and German layouts are fully supported at this moment.");
|
const QString keyboard_type = tr("Sets the used keyboard layout.\nCurrently only US, Japanese and German layouts are fully supported at this moment.");
|
||||||
const QString enter_button_assignment = tr("The button used for enter/accept/confirm in system dialogs.\nChange this to use the circle button instead, which is the default configuration on Japanese systems and in many Japanese games.\nIn these cases having the cross button assigned can often lead to confusion.");
|
const QString enter_button_assignment = tr("The button used for enter/accept/confirm in system dialogs.\nChange this to use the Circle button instead, which is the default configuration on Japanese systems and in many Japanese games.\nIn these cases having the cross button assigned can often lead to confusion.");
|
||||||
const QString enable_host_root = tr("Required for some Homebrew.\nIf unsure, don't use this option.");
|
const QString enable_host_root = tr("Required for some Homebrew.\nIf unsure, don't use this option.");
|
||||||
const QString limit_cache_size = tr("Automatically removes older files from disk cache on boot if it grows larger than the specified value.\nGames can use the cache folder to temporarily store data outside of system memory. It is not used for long-term storage.");
|
const QString limit_cache_size = tr("Automatically removes older files from disk cache on boot if it grows larger than the specified value.\nGames can use the cache folder to temporarily store data outside of system memory. It is not used for long-term storage.");
|
||||||
} settings;
|
} settings;
|
||||||
|
@ -189,7 +189,7 @@ public:
|
||||||
const struct gamepad_settings
|
const struct gamepad_settings
|
||||||
{
|
{
|
||||||
const QString null = tr("This controller is disabled and will appear as disconnected to software. Choose another handler to enable it.");
|
const QString null = tr("This controller is disabled and will appear as disconnected to software. Choose another handler to enable it.");
|
||||||
const QString keyboard = tr("While it is possible to use a keyboard as a pad in RPCS3, the use of an actual controller is strongly recommended. To bind mouse movement to a button or joystick, click on the desired button to activate it, then click and hold while dragging the mouse to a direction");
|
const QString keyboard = tr("While it is possible to use a keyboard as a pad in RPCS3, the use of an actual controller is strongly recommended.\nTo bind mouse movement to a button or joystick, click on the desired button to activate it, then click and hold while dragging the mouse to a direction.");
|
||||||
const QString ds3_windows = tr("In order to use the DualShock 3 handler, you need to install the official DualShock 3 driver first.\nSee the <a href=\"https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration\">RPCS3 Wiki</a> for instructions.");
|
const QString ds3_windows = tr("In order to use the DualShock 3 handler, you need to install the official DualShock 3 driver first.\nSee the <a href=\"https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration\">RPCS3 Wiki</a> for instructions.");
|
||||||
const QString ds3_linux = tr("In order to use the DualShock 3 handler, you might need to add udev rules to let RPCS3 access the controller.\nSee the <a href=\"https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration\">RPCS3 Wiki</a> for instructions.");
|
const QString ds3_linux = tr("In order to use the DualShock 3 handler, you might need to add udev rules to let RPCS3 access the controller.\nSee the <a href=\"https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration\">RPCS3 Wiki</a> for instructions.");
|
||||||
const QString ds3_other = tr("The DualShock 3 handler is recommended for official DualShock 3 controllers.");
|
const QString ds3_other = tr("The DualShock 3 handler is recommended for official DualShock 3 controllers.");
|
||||||
|
|
|
@ -50,7 +50,7 @@ trophy_notification_frame::trophy_notification_frame(const std::vector<uchar>& i
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
|
|
||||||
trophyName->setText(tr("You have earned the %1 trophy\n").arg(trophyType) + qstr(trophy.name));
|
trophyName->setText(tr("You have earned the %1 trophy.\n").arg(trophyType) + qstr(trophy.name));
|
||||||
trophyName->setAutoFillBackground(true);
|
trophyName->setAutoFillBackground(true);
|
||||||
trophyName->setPalette(black_background);
|
trophyName->setPalette(black_background);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue