From 8005b4d148438b80bb50aadae7b71963827ff7f1 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sun, 17 Apr 2022 13:31:51 +0900 Subject: [PATCH] Update translations from crowdin --- .../Localisation/AudioSettings.ja.resx | 6 ++ .../Localisation/AudioSettings.zh.resx | 2 +- .../Localisation/BeatmapOffsetControl.be.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.cs.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.es.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.fr.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.id.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.it.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.ja.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.nl.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.ru.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.uk.resx | 79 ++++++++++++++++++ .../BeatmapOffsetControl.zh-Hant.resx | 79 ++++++++++++++++++ .../Localisation/BeatmapOffsetControl.zh.resx | 79 ++++++++++++++++++ .../Localisation/Common.ja.resx | 3 + .../Localisation/DebugSettings.de.resx | 3 + .../Localisation/DebugSettings.zh.resx | 2 +- .../Localisation/GraphicsSettings.be.resx | 3 + .../Localisation/GraphicsSettings.cs.resx | 3 + .../Localisation/GraphicsSettings.de.resx | 3 + .../Localisation/GraphicsSettings.es.resx | 3 + .../Localisation/GraphicsSettings.fi.resx | 3 + .../Localisation/GraphicsSettings.fr.resx | 3 + .../Localisation/GraphicsSettings.id.resx | 3 + .../Localisation/GraphicsSettings.it.resx | 3 + .../Localisation/GraphicsSettings.ko.resx | 3 + .../Localisation/GraphicsSettings.nl.resx | 3 + .../Localisation/GraphicsSettings.pt-BR.resx | 3 + .../Localisation/GraphicsSettings.ru.resx | 6 +- .../Localisation/GraphicsSettings.uk.resx | 3 + .../GraphicsSettings.zh-Hant.resx | 3 + .../Localisation/GraphicsSettings.zh.resx | 5 +- .../Localisation/Leaderboard.be.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.cs.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.es.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.fr.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.id.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.it.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.ko.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.nl.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.pl.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.ru.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.uk.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.zh-Hant.resx | 82 +++++++++++++++++++ .../Localisation/Leaderboard.zh.resx | 82 +++++++++++++++++++ .../Localisation/MouseSettings.es.resx | 2 +- .../Localisation/MouseSettings.it.resx | 2 +- .../Localisation/SkinSettings.zh.resx | 2 +- .../Localisation/TabletSettings.pt.resx | 4 +- .../Localisation/UserInterface.it.resx | 2 +- .../Localisation/UserInterface.nl.resx | 2 +- .../Localisation/UserInterface.zh.resx | 14 ++-- 52 files changed, 2090 insertions(+), 18 deletions(-) create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.es.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.fr.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.id.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.it.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.nl.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.zh-Hant.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.zh.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.be.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.cs.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.es.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.fr.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.id.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.it.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.ko.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.nl.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.pl.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.ru.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.uk.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.zh-Hant.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.zh.resx diff --git a/osu.Game.Resources/Localisation/AudioSettings.ja.resx b/osu.Game.Resources/Localisation/AudioSettings.ja.resx index 927108e..e0ee80d 100644 --- a/osu.Game.Resources/Localisation/AudioSettings.ja.resx +++ b/osu.Game.Resources/Localisation/AudioSettings.ja.resx @@ -67,6 +67,12 @@ 音量 + + 出力デバイス + + + ヒットサウンドのステレオ分離 + マスター diff --git a/osu.Game.Resources/Localisation/AudioSettings.zh.resx b/osu.Game.Resources/Localisation/AudioSettings.zh.resx index 0605c73..f218ef1 100644 --- a/osu.Game.Resources/Localisation/AudioSettings.zh.resx +++ b/osu.Game.Resources/Localisation/AudioSettings.zh.resx @@ -62,7 +62,7 @@ 音频 - 输出设备 + 设备 音量 diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx new file mode 100644 index 0000000..4de0e30 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Аўсэт карты + + + Мінулая гульня: + + + Мінулая гульня занадта кароткая для каліброўкі + + + Адкалібраваць карыстаясь мінулай гульнёй + + + (аб'екты з'яўляюцца пазней) + + + (аб'екты з'яўляюцца раней) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx new file mode 100644 index 0000000..80a60cc --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Offset beatmapy + + + Předchozí hra: + + + Předchozí hra je příliš krátká pro použití ke kalibraci + + + Kalibrovat pomocí poslední hry + + + (hit objekty se objeví později) + + + (hit objekty se objeví dříve) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.es.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.es.resx new file mode 100644 index 0000000..8957e87 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.es.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Compensación del mapa + + + Jugada anterior: + + + La jugada anterior es demasiado corta para usarla para la calibración + + + Calibrar usando la última jugada + + + (las notas aparecen más tarde) + + + (las notas aparecen antes) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.fr.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.fr.resx new file mode 100644 index 0000000..b04d263 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.fr.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Décalage de la beatmap + + + Partie précédente : + + + La partie précédente est trop courte pour être utilisée pour la calibration + + + Calibrer en utilisant la dernière partie + + + (les objets apparaissent plus tard) + + + (les objets apparaissent plus tôt) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.id.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.id.resx new file mode 100644 index 0000000..75697f1 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.id.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Offset beatmap + + + Permainan sebelumnya: + + + Durasi permainan sebelumnya terlalu pendek untuk dapat dijadikan acuan + + + Atur berdasarkan permainan sebelumnya + + + (objek muncul lebih akhir) + + + (objek muncul lebih awal) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.it.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.it.resx new file mode 100644 index 0000000..0ba4cc6 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.it.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Offset beatmap + + + Partita precedente: + + + Partita precedente troppo corta per la calibrazione + + + Calibra utilizzando la scorsa partita + + + (gli oggetti appaiono più tardi) + + + (gli oggetti appaiono prima) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx new file mode 100644 index 0000000..969b236 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + ビートマップオフセット + + + 前回のプレイ: + + + 前回のプレイ時間が短すぎるためキャリブレーションは利用できません + + + 最終プレイを利用して調整する + + + (ヒットオブジェクトは後で表示されます) + + + (ヒットオブジェクトは先に表示されます) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.nl.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.nl.resx new file mode 100644 index 0000000..fb97560 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.nl.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Beatmap-offset + + + Vorige play: + + + Vorige play te kort voor kalibratie + + + Kalibreren a.d.h.v. laatste play + + + (hitobjecten verschijnen later) + + + (hitobjecten verschijnen eerder) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx new file mode 100644 index 0000000..e955e9e --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Сдвиг карты относительно трека + + + Предыдущая игра: + + + Предыдущая игра слишком короткая для калибровки + + + Откалибровать по предыдущей игре + + + (ноты появляются позже) + + + (ноты появляются раньше) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx new file mode 100644 index 0000000..241c380 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Оффсет мапи + + + Попередня спроба: + + + Попередня спроба занадто коротка для використання калібрування + + + Калібрувати використовуючи останню спробу + + + (об'єктів пізнше) + + + (об'єктів раніше) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.zh-Hant.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.zh-Hant.resx new file mode 100644 index 0000000..34362cd --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.zh-Hant.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 圖譜音訊偏移 + + + 上次遊玩: + + + 上次的遊玩時長過短,無法用於校準 + + + 使用上次的遊玩資料校準 + + + (打擊物件延後出現) + + + (打擊物件提早出現) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.zh.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.zh.resx new file mode 100644 index 0000000..1a40d75 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.zh.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 谱面偏移 + + + 上次游玩: + + + 上次游玩时间太短,不能用于校准 + + + 使用上次游玩数据校准 + + + (物件延后出现) + + + (物件提前出现) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Common.ja.resx b/osu.Game.Resources/Localisation/Common.ja.resx index 36ccaf9..75c8fe5 100644 --- a/osu.Game.Resources/Localisation/Common.ja.resx +++ b/osu.Game.Resources/Localisation/Common.ja.resx @@ -67,6 +67,9 @@ 有効 + + 無効 + 既定 diff --git a/osu.Game.Resources/Localisation/DebugSettings.de.resx b/osu.Game.Resources/Localisation/DebugSettings.de.resx index f41718a..c9b9ef6 100644 --- a/osu.Game.Resources/Localisation/DebugSettings.de.resx +++ b/osu.Game.Resources/Localisation/DebugSettings.de.resx @@ -79,4 +79,7 @@ Alle Caches löschen + + Komprimiere Realm + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/DebugSettings.zh.resx b/osu.Game.Resources/Localisation/DebugSettings.zh.resx index 85bc497..4b652a8 100644 --- a/osu.Game.Resources/Localisation/DebugSettings.zh.resx +++ b/osu.Game.Resources/Localisation/DebugSettings.zh.resx @@ -74,7 +74,7 @@ 导入文件 - 内存 + 存储 清除所有缓存 diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.be.resx b/osu.Game.Resources/Localisation/GraphicsSettings.be.resx index 71a53ea..10dad87 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.be.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.be.resx @@ -85,6 +85,9 @@ Рэзалюцыя + + Экран + Маштаб інтэрфэйсу diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.cs.resx b/osu.Game.Resources/Localisation/GraphicsSettings.cs.resx index 1a7deee..de38afd 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.cs.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.cs.resx @@ -85,6 +85,9 @@ Rozlišení + + Displej + Škálování uživatelského rozhraní diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.de.resx b/osu.Game.Resources/Localisation/GraphicsSettings.de.resx index a921994..443d5d1 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.de.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.de.resx @@ -85,6 +85,9 @@ Auflösung + + Anzeige + UI-Skalierung diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.es.resx b/osu.Game.Resources/Localisation/GraphicsSettings.es.resx index 8f54576..4c9f0e7 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.es.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.es.resx @@ -85,6 +85,9 @@ Resolución + + Pantalla + Tamaño de la interfaz de usuario diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.fi.resx b/osu.Game.Resources/Localisation/GraphicsSettings.fi.resx index 4790487..13f81de 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.fi.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.fi.resx @@ -85,6 +85,9 @@ Resoluutio + + Näyttö + Käyttöliittymän skaalaus diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.fr.resx b/osu.Game.Resources/Localisation/GraphicsSettings.fr.resx index 1d90780..145ac90 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.fr.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.fr.resx @@ -85,6 +85,9 @@ Résolution + + Affichage + Mise à l'échelle de l'interface utilisateur diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.id.resx b/osu.Game.Resources/Localisation/GraphicsSettings.id.resx index 3568a1e..6c7b441 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.id.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.id.resx @@ -85,6 +85,9 @@ Resolusi + + Tampilan + Skala UI diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.it.resx b/osu.Game.Resources/Localisation/GraphicsSettings.it.resx index e8d2389..6abdfcf 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.it.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.it.resx @@ -85,6 +85,9 @@ Risoluzione + + Schermo + Ridimensionamento UI diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.ko.resx b/osu.Game.Resources/Localisation/GraphicsSettings.ko.resx index dd8c23a..bbcce32 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.ko.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.ko.resx @@ -85,6 +85,9 @@ 해상도 + + 디스플레이 + UI 크기 조정 diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.nl.resx b/osu.Game.Resources/Localisation/GraphicsSettings.nl.resx index 35b7f88..aacf0e8 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.nl.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.nl.resx @@ -85,6 +85,9 @@ Resolutie + + Beeldscherm + UI-grootte diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.pt-BR.resx b/osu.Game.Resources/Localisation/GraphicsSettings.pt-BR.resx index 097f3f8..e43c00a 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.pt-BR.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.pt-BR.resx @@ -85,6 +85,9 @@ Resolução + + Tela + Escala da interface do usuário diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.ru.resx b/osu.Game.Resources/Localisation/GraphicsSettings.ru.resx index b62aa06..b9c7b68 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.ru.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.ru.resx @@ -85,6 +85,10 @@ Разрешение + + Монитор + + Масштаб интерфейса @@ -104,7 +108,7 @@ Вертикальное масштабирование - Работа без полноэкранного режима увеличит задержку ввода! + Работа вне полноэкранного режима увеличит задержку ввода! Настройка деталей diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.uk.resx b/osu.Game.Resources/Localisation/GraphicsSettings.uk.resx index dc7df1f..31caeb0 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.uk.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.uk.resx @@ -85,6 +85,9 @@ Роздільна здатність + + Дисплей + Масштабування інтерфейсу diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.zh-Hant.resx b/osu.Game.Resources/Localisation/GraphicsSettings.zh-Hant.resx index d889bdf..390cdaf 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.zh-Hant.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.zh-Hant.resx @@ -85,6 +85,9 @@ 解析度 + + 顯示 + UI 縮放 diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.zh.resx b/osu.Game.Resources/Localisation/GraphicsSettings.zh.resx index c76a957..71237f0 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.zh.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.zh.resx @@ -62,7 +62,7 @@ 图像 - 渲染 + 渲染器 帧数限制 @@ -85,6 +85,9 @@ 分辨率 + + 显示器 + 界面缩放 diff --git a/osu.Game.Resources/Localisation/Leaderboard.be.resx b/osu.Game.Resources/Localisation/Leaderboard.be.resx new file mode 100644 index 0000000..ac0de2f --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.be.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Не ўдалося загрузіць рэкорды! + + + Калі ласка, выберыце карту! + + + Табліца рэкордаў не даступна для гэтага рэжыму! + + + Табліца рэкордаў не даступна для гэтай карты! + + + Няма рэкордаў! + + + Калі ласка, ўвайдзіце ў аккаўнт, каб бачыць табліцу рэкордаў! + + + Трэба купіць osu!supporter, каб глядзець гэту табліцу рэкордаў! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.cs.resx b/osu.Game.Resources/Localisation/Leaderboard.cs.resx new file mode 100644 index 0000000..fad979c --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.cs.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Nepodařilo se načíst skóre! + + + Prosím vyber beatmapu! + + + Žebříčky nejsou k dispozici pro tento ruleset! + + + Žebříčky nejsou k dispozici pro tuto beatmapu! + + + Zatím žádné záznamy! + + + Pro zobrazení online žebříčků se prosím přihlas! + + + Prosím, zainvestujte do osu!supporter tagu pro zobrazení tohoto žebříčku! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.es.resx b/osu.Game.Resources/Localisation/Leaderboard.es.resx new file mode 100644 index 0000000..ab7def3 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.es.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + ¡No se pudieron obtener las puntuaciones! + + + ¡Seleccione un mapa! + + + ¡Las tablas de clasificación no están disponibles para este set de juego! + + + ¡Las tablas de clasificación no están disponibles para este mapa! + + + ¡Aún no hay registros! + + + ¡Inicie sesión para ver las tablas de clasificación en línea! + + + ¡Compre un tag de osu!supporter para ver esta tabla de clasificación! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.fr.resx b/osu.Game.Resources/Localisation/Leaderboard.fr.resx new file mode 100644 index 0000000..d31f620 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.fr.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Impossible de récupérer les scores ! + + + Veuillez sélectionner une beatmap ! + + + Les classements ne sont pas disponibles pour ce mode de jeu ! + + + Les classements ne sont pas disponibles pour cette beatmap ! + + + Aucun score pour le moment ! + + + Veuillez vous connecter pour voir les classements en ligne ! + + + Vous devez avoir un tag osu!supporter pour voir ce classement ! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.id.resx b/osu.Game.Resources/Localisation/Leaderboard.id.resx new file mode 100644 index 0000000..ebf2386 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.id.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Tidak dapat memuat skor! + + + Mohon pilih beatmap! + + + Papan peringkat untuk ruleset ini tidak tersedia! + + + Papan peringkat untuk beatmap ini tidak tersedia! + + + Belum ada skor yang ditorehkan! + + + Harap masuk untuk melihat papan peringkat online! + + + Anda harus memiliki osu!supporter tag untuk dapat melihat papan peringkat ini! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.it.resx b/osu.Game.Resources/Localisation/Leaderboard.it.resx new file mode 100644 index 0000000..d62eda6 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.it.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Impossibile recuperare i punteggi! + + + Seleziona una beatmap! + + + Classifiche non disponibili per questa modalità! + + + Classifiche non disponibili per questa beatmap! + + + Ancora nessun punteggio! + + + Accedi per visualizzare le classifiche online! + + + Per favore investi in un tag osu!supporter per visualizzare questa classifica! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.ko.resx b/osu.Game.Resources/Localisation/Leaderboard.ko.resx new file mode 100644 index 0000000..c2146f1 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.ko.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 점수를 불러올 수 없습니다! + + + 비트맵을 골라주세요! + + + 이 룰셋은 순위를 지원하지 않습니다! + + + 이 비트맵은 순위를 지원하지 않습니다! + + + 기록이 없습니다! + + + 온라인 순위표를 보려면 로그인하세요! + + + 이 리더보드를 보려면 osu! 서포터 태그를 구매하셔야 합니다. + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.nl.resx b/osu.Game.Resources/Localisation/Leaderboard.nl.resx new file mode 100644 index 0000000..061c3a9 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.nl.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Ophalen van scores mislukt! + + + Selecteer een beatmap! + + + Rankings zijn niet beschikbaar voor deze spelmodus! + + + Rankings zijn niet beschikbaar voor deze beatmap! + + + Nog geen eerdere plays! + + + Log in om de online rankings te bekijken! + + + Investeer in een osu!supporter tag om deze ranking te kunnen bekijken! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.pl.resx b/osu.Game.Resources/Localisation/Leaderboard.pl.resx new file mode 100644 index 0000000..8531418 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.pl.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Nie udało się pobrać wyników! + + + Wybierz beatmapę! + + + Tabele wyników nie są dostępne dla tego trybu gry! + + + Tabele wyników nie są dostępne dla tej beatmapy! + + + Brak wyników! + + + Zaloguj się, by wyświetlić tabele wyników! + + + Rozważ zakup statusu donatora osu!, by móc wyświetlić tę tabelę wyników! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.ru.resx b/osu.Game.Resources/Localisation/Leaderboard.ru.resx new file mode 100644 index 0000000..b1a54b9 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.ru.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Не удалось загрузить рекорды! + + + Выберите карту! + + + Таблица рекордов недоступна для этого режима! + + + Таблица рекордов недоступна для этой карты! + + + Нет рекордов! + + + Пожалуйста, войдите для просмотра таблицы рекордов! + + + Пожалуйста, приобретите тег osu!supporter для просмотра этой таблицы рекордов! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.uk.resx b/osu.Game.Resources/Localisation/Leaderboard.uk.resx new file mode 100644 index 0000000..5fa8ab1 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.uk.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Не вдалося отримати рекорди! + + + Оберіть карту! + + + Дана таблиця рекордів недоступна для цього режиму! + + + Дана таблиця рекордів недоступна для цієї карти! + + + Немає рекордів! + + + Будь ласка, ввійдіть, щоб переглядати онлайн-таблицю рекордів! + + + Будь ласка, купіть тег osu!supporter, для того щоби переглянути цю таблицю рекордів! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.zh-Hant.resx b/osu.Game.Resources/Localisation/Leaderboard.zh-Hant.resx new file mode 100644 index 0000000..f62648c --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.zh-Hant.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 無法擷取成績! + + + 請選擇圖譜! + + + 此遊戲模式無法使用排行榜! + + + 此圖譜無法使用排行榜! + + + 尚無成績! + + + 請登入以檢視線上排行榜! + + + 請購買 osu!supporter 以檢視此排行榜! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.zh.resx b/osu.Game.Resources/Localisation/Leaderboard.zh.resx new file mode 100644 index 0000000..8dfb8e5 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.zh.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 无法获取分数! + + + 请选择谱面! + + + 此游戏模式的排行榜不可用! + + + 此谱面的排行榜不可用! + + + 还没有成绩! + + + 登录后才能查看在线排行榜! + + + 请成为 osu!supporter 来查看此排行榜! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/MouseSettings.es.resx b/osu.Game.Resources/Localisation/MouseSettings.es.resx index a64d985..9c84531 100644 --- a/osu.Game.Resources/Localisation/MouseSettings.es.resx +++ b/osu.Game.Resources/Localisation/MouseSettings.es.resx @@ -68,7 +68,7 @@ Ratón de alta precisión - Intenta saltarse la aceleración del ratón de cualquier sistema operativo. En Windows, esto equivale a lo que antes se conocía como "Raw Input". + Intenta saltarse cualquier aceleración del ratón del sistema operativo. En Windows, esto equivale a lo que antes se conocía como "Raw Input". Limitar el cursor del ratón a la ventana diff --git a/osu.Game.Resources/Localisation/MouseSettings.it.resx b/osu.Game.Resources/Localisation/MouseSettings.it.resx index 450ab64..23c62e5 100644 --- a/osu.Game.Resources/Localisation/MouseSettings.it.resx +++ b/osu.Game.Resources/Localisation/MouseSettings.it.resx @@ -68,7 +68,7 @@ Mouse ad alta precisione - Tenta di aggirare qualsiasi accelerazione del mouse del sistema operativo. Su windows, questo è l'equivalente di ciò che era conosciuto come "Ingresso Grezzo". + Tenta di aggirare qualsiasi sistema di accelerazione del mouse. Su Windows, questo è l'equivalente di ciò che era conosciuto come "input grezzo" o "input non elaborato". Confina il cursore del mouse alla finestra diff --git a/osu.Game.Resources/Localisation/SkinSettings.zh.resx b/osu.Game.Resources/Localisation/SkinSettings.zh.resx index 1153377..c5a1aa0 100644 --- a/osu.Game.Resources/Localisation/SkinSettings.zh.resx +++ b/osu.Game.Resources/Localisation/SkinSettings.zh.resx @@ -71,7 +71,7 @@ 游玩时的光标大小 - 根据谱面物件大小调整光标大小 + 根据谱面调整光标大小 谱面皮肤 diff --git a/osu.Game.Resources/Localisation/TabletSettings.pt.resx b/osu.Game.Resources/Localisation/TabletSettings.pt.resx index aa15c93..09acde1 100644 --- a/osu.Game.Resources/Localisation/TabletSettings.pt.resx +++ b/osu.Game.Resources/Localisation/TabletSettings.pt.resx @@ -71,10 +71,10 @@ Conformar à proporção de ecrã atual do jogo - Desvio no eixo do X + Desvio no eixo X - Desvio no eixo do Y + Desvio no eixo Y Rotação diff --git a/osu.Game.Resources/Localisation/UserInterface.it.resx b/osu.Game.Resources/Localisation/UserInterface.it.resx index ace7c20..861b35e 100644 --- a/osu.Game.Resources/Localisation/UserInterface.it.resx +++ b/osu.Game.Resources/Localisation/UserInterface.it.resx @@ -101,7 +101,7 @@ Selezione Brano - Trascina il tasto destro del mouse per lo scorrimento assoluto + Scorrimento assoluto con il tasto destro del mouse Mostra beatmap convertite diff --git a/osu.Game.Resources/Localisation/UserInterface.nl.resx b/osu.Game.Resources/Localisation/UserInterface.nl.resx index 4b970ed..54c77fa 100644 --- a/osu.Game.Resources/Localisation/UserInterface.nl.resx +++ b/osu.Game.Resources/Localisation/UserInterface.nl.resx @@ -59,7 +59,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Gebruikersinterface + Interface Algemeen diff --git a/osu.Game.Resources/Localisation/UserInterface.zh.resx b/osu.Game.Resources/Localisation/UserInterface.zh.resx index 86ecc10..898dcf7 100644 --- a/osu.Game.Resources/Localisation/UserInterface.zh.resx +++ b/osu.Game.Resources/Localisation/UserInterface.zh.resx @@ -59,7 +59,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 界面 + 用户界面 常规 @@ -74,13 +74,13 @@ 视差 - 长按确认需要的按下时长 + 长按确认所需时长 主菜单 - 界面音效 + 界面声音 osu! 主题音乐 @@ -95,10 +95,10 @@ 季节背景图片 - 该设置仅对 osu! supporter 有效 + 该设置仅对 osu!supporter 有效 - 选图界面 + 歌曲选择 按住鼠标右键快速滚动 @@ -107,10 +107,10 @@ 显示转谱 - 显示的谱面的最低星级 + 显示的谱面星级从 - 最高星级 + 随机选择算法