From 68cce3e983d65769557bdc063631fe11e1b29144 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 16 Jun 2022 14:12:01 +0900 Subject: [PATCH] Add new client localisations --- .../Localisation/GlobalActionKeyBinding.resx | 3 + .../Localisation/GraphicsSettings.resx | 3 - .../Localisation/LayoutSettings.resx | 73 +++++++++++++++++++ .../Localisation/MaintenanceSettings.resx | 3 + .../Localisation/SkinSettings.resx | 3 + 5 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 osu.Game.Resources/Localisation/LayoutSettings.resx diff --git a/osu.Game.Resources/Localisation/GlobalActionKeyBinding.resx b/osu.Game.Resources/Localisation/GlobalActionKeyBinding.resx index b0a4e97..91bc8ff 100644 --- a/osu.Game.Resources/Localisation/GlobalActionKeyBinding.resx +++ b/osu.Game.Resources/Localisation/GlobalActionKeyBinding.resx @@ -157,6 +157,9 @@ Timing mode + + Tap for BPM + Cycle grid display mode diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.resx b/osu.Game.Resources/Localisation/GraphicsSettings.resx index d9d9e25..83eb26a 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.resx @@ -73,9 +73,6 @@ Show FPS - - Using unlimited frame limiter can lead to stutters, bad performance and overheating. It will not improve perceived latency. "2x refresh rate" is recommended. - Layout diff --git a/osu.Game.Resources/Localisation/LayoutSettings.resx b/osu.Game.Resources/Localisation/LayoutSettings.resx new file mode 100644 index 0000000..dccf45d --- /dev/null +++ b/osu.Game.Resources/Localisation/LayoutSettings.resx @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Checking for fullscreen capabilities... + + + osu! is running exclusive fullscreen, guaranteeing low latency! + + + Unable to run exclusive fullscreen. You'll still experience some input latency. + + + Using fullscreen on macOS makes interacting with the menu bar and spaces no longer work, and may lead to freezes if a system dialog is presented. Using borderless is recommended. + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/MaintenanceSettings.resx b/osu.Game.Resources/Localisation/MaintenanceSettings.resx index 3286643..0059d33 100644 --- a/osu.Game.Resources/Localisation/MaintenanceSettings.resx +++ b/osu.Game.Resources/Localisation/MaintenanceSettings.resx @@ -70,6 +70,9 @@ Delete ALL beatmaps + + Delete ALL beatmap videos + Import scores from stable diff --git a/osu.Game.Resources/Localisation/SkinSettings.resx b/osu.Game.Resources/Localisation/SkinSettings.resx index 65757a0..50c0f0f 100644 --- a/osu.Game.Resources/Localisation/SkinSettings.resx +++ b/osu.Game.Resources/Localisation/SkinSettings.resx @@ -85,4 +85,7 @@ Export selected skin + + Delete selected skin + \ No newline at end of file