From 7af52d94d295ad0b7b9589a683e0a7816dfabd4f Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 27 May 2022 14:48:05 +0900 Subject: [PATCH] Add new client localisations --- osu.Game.Resources/Localisation/Common.resx | 12 +++ .../Localisation/GlobalActionKeyBinding.resx | 5 +- .../Localisation/ScreenImportFromStable.resx | 85 +++++++++++++++++++ 3 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 osu.Game.Resources/Localisation/ScreenImportFromStable.resx diff --git a/osu.Game.Resources/Localisation/Common.resx b/osu.Game.Resources/Localisation/Common.resx index c06241d..83ecc95 100644 --- a/osu.Game.Resources/Localisation/Common.resx +++ b/osu.Game.Resources/Localisation/Common.resx @@ -94,4 +94,16 @@ Select All + + Beatmaps + + + Scores + + + Skins + + + Collections + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/GlobalActionKeyBinding.resx b/osu.Game.Resources/Localisation/GlobalActionKeyBinding.resx index 9532177..b0a4e97 100644 --- a/osu.Game.Resources/Localisation/GlobalActionKeyBinding.resx +++ b/osu.Game.Resources/Localisation/GlobalActionKeyBinding.resx @@ -176,7 +176,10 @@ Toggle in-game interface - Toggle Mod Select + Toggle mod select + + + Deselect all mods Random diff --git a/osu.Game.Resources/Localisation/ScreenImportFromStable.resx b/osu.Game.Resources/Localisation/ScreenImportFromStable.resx new file mode 100644 index 0000000..682b849 --- /dev/null +++ b/osu.Game.Resources/Localisation/ScreenImportFromStable.resx @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Import + + + If you have an installation of a previous osu! version, you can choose to migrate your existing content. Note that this will create a copy, and not affect your existing installation. + + + previous osu! install + + + Click to locate a previous osu! install + + + Import content from previous version + + + Your import will continue in the background. Check on its progress in the notifications sidebar! + + + calculating... + + + {0} item(s) + + \ No newline at end of file