mirror of https://github.com/PCSX2/pcsx2.git
FSUI: Base Translation Update
This commit is contained in:
parent
3f7190e884
commit
ad3e66f903
|
@ -6933,9 +6933,12 @@ TRANSLATE_NOOP("FullscreenUI", "Shows the host's GPU usage in the top-right corn
|
|||
TRANSLATE_NOOP("FullscreenUI", "Shows the resolution of the game in the top-right corner of the display.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Shows statistics about GS (primitives, draw calls) in the top-right corner of the display.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Shows indicators when fast forwarding, pausing, and other abnormal states are active.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Shows the currently active input recording status.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Shows the currently active video capture status.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Shows the current configuration in the bottom-right corner of the display.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Shows the current controller state of the system in the bottom-left corner of the display.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Shows a visual history of frame times in the upper-left corner of the display.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Shows the current system hardware information on the OSD.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Displays warnings when settings are enabled which may break games.");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Operations");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Resets configuration to defaults (excluding controller settings).");
|
||||
|
@ -7580,9 +7583,12 @@ TRANSLATE_NOOP("FullscreenUI", "Show GPU Usage");
|
|||
TRANSLATE_NOOP("FullscreenUI", "Show Resolution");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Show GS Statistics");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Show Status Indicators");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Show Input Recording Status");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Show Video Capture Status");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Show Settings");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Show Inputs");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Show Frame Times");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Show Hardware Info");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Warn About Unsafe Settings");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Reset Settings");
|
||||
TRANSLATE_NOOP("FullscreenUI", "Change Search Directory");
|
||||
|
|
Loading…
Reference in New Issue