From 60582b1d5fb93a38d1b24ce3e8f6f39a7a5dbffb Mon Sep 17 00:00:00 2001 From: lxymahatma Date: Tue, 23 Jul 2024 14:02:12 +0900 Subject: [PATCH] Bump package version, run code cleanup --- Styles/MuseDashModToolsUI.Styles.csproj | 6 +- UI.Test/MuseDashModToolsUI.Test.csproj | 14 +- UI/App.axaml | 2 - UI/Bootstrapper.cs | 1 - UI/Extensions/StreamReaderExtensions.cs | 2 - UI/Extensions/StringExtensions.cs | 3 +- .../Resources_ModDescription.de.resx | 134 +++---- .../Resources_ModDescription.es.resx | 134 +++---- .../Resources_ModDescription.fr.resx | 134 +++---- .../Resources_ModDescription.hr.resx | 134 +++---- .../Resources_ModDescription.hu.resx | 134 +++---- .../Resources_ModDescription.ja.resx | 134 +++---- .../Resources_ModDescription.ko.resx | 134 +++---- .../Resources_ModDescription.resx | 334 +++++++++--------- .../Resources_ModDescription.ru.resx | 134 +++---- .../Resources_ModDescription.zh-Hans.resx | 134 +++---- .../Resources_ModDescription.zh-Hant.resx | 134 +++---- .../MsgBox/Resources_MsgBox.de.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.es.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.fr.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.hr.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.hu.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.ja.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.ko.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.ru.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.zh-Hans.resx | 168 ++++----- .../MsgBox/Resources_MsgBox.zh-Hant.resx | 168 ++++----- UI/Localization/Resources/Resources.de.resx | 34 +- UI/Localization/Resources/Resources.es.resx | 34 +- UI/Localization/Resources/Resources.fr.resx | 34 +- UI/Localization/Resources/Resources.hr.resx | 34 +- UI/Localization/Resources/Resources.hu.resx | 34 +- UI/Localization/Resources/Resources.ja.resx | 34 +- UI/Localization/Resources/Resources.ko.resx | 34 +- UI/Localization/Resources/Resources.ru.resx | 34 +- .../Resources/Resources.zh-Hans.resx | 34 +- .../Resources/Resources.zh-Hant.resx | 34 +- UI/Localization/XAML/Resources_XAML.de.resx | 218 ++++++------ UI/Localization/XAML/Resources_XAML.es.resx | 218 ++++++------ UI/Localization/XAML/Resources_XAML.fr.resx | 218 ++++++------ UI/Localization/XAML/Resources_XAML.hr.resx | 218 ++++++------ UI/Localization/XAML/Resources_XAML.hu.resx | 218 ++++++------ UI/Localization/XAML/Resources_XAML.ja.resx | 218 ++++++------ UI/Localization/XAML/Resources_XAML.ko.resx | 218 ++++++------ UI/Localization/XAML/Resources_XAML.ru.resx | 218 ++++++------ .../XAML/Resources_XAML.zh-Hans.resx | 218 ++++++------ .../XAML/Resources_XAML.zh-Hant.resx | 218 ++++++------ UI/Models/LogFileFormatter.cs | 1 - UI/Models/Setting.cs | 1 - UI/MuseDashModToolsUI.csproj | 43 ++- UI/Program.cs | 2 - UI/Services/ChartService.cs | 1 - UI/Services/GitHubService.cs | 4 +- UI/Services/LinuxService.cs | 1 - UI/Services/LocalService.cs | 1 - UI/Services/LogAnalyzeService.cs | 3 +- UI/Services/ModService.cs | 1 - UI/Services/Partial/GithubService.Partial.cs | 2 - .../Partial/InfoJsonService.Partial.cs | 1 - UI/Services/Partial/LocalService.Partial.cs | 2 - UI/Services/Partial/ModService.Partial.cs | 2 - UI/Services/Partial/SavingService.Partial.cs | 1 - UI/Services/SavingService.cs | 3 +- UI/Services/SerializationService.cs | 1 - UI/Services/WindowsService.cs | 1 - .../Dialogs/DownloadWindowViewModel.cs | 3 +- UI/ViewModels/Tabs/ModManageViewModel.cs | 1 - Updater/MuseDashModToolsUI.Updater.csproj | 4 +- 68 files changed, 2975 insertions(+), 3006 deletions(-) diff --git a/Styles/MuseDashModToolsUI.Styles.csproj b/Styles/MuseDashModToolsUI.Styles.csproj index 813c3562..dca254da 100644 --- a/Styles/MuseDashModToolsUI.Styles.csproj +++ b/Styles/MuseDashModToolsUI.Styles.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable @@ -11,7 +11,7 @@ - - + + diff --git a/UI.Test/MuseDashModToolsUI.Test.csproj b/UI.Test/MuseDashModToolsUI.Test.csproj index 23656178..a432db2d 100644 --- a/UI.Test/MuseDashModToolsUI.Test.csproj +++ b/UI.Test/MuseDashModToolsUI.Test.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable @@ -10,16 +10,16 @@ - - - + + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/UI/App.axaml b/UI/App.axaml index 918752ae..d569e069 100644 --- a/UI/App.axaml +++ b/UI/App.axaml @@ -9,8 +9,6 @@ - - diff --git a/UI/Bootstrapper.cs b/UI/Bootstrapper.cs index e1b34bdc..2f6f2a73 100644 --- a/UI/Bootstrapper.cs +++ b/UI/Bootstrapper.cs @@ -1,5 +1,4 @@ using System.IO.Abstractions; -using System.Net.Http; using Autofac; using MuseDashModToolsUI.Extensions.MarkupExtensions; using MuseDashModToolsUI.ViewModels; diff --git a/UI/Extensions/StreamReaderExtensions.cs b/UI/Extensions/StreamReaderExtensions.cs index fea19f5f..cdd544d0 100644 --- a/UI/Extensions/StreamReaderExtensions.cs +++ b/UI/Extensions/StreamReaderExtensions.cs @@ -1,5 +1,3 @@ -using System.IO; - namespace MuseDashModToolsUI.Extensions; public static class StreamReaderExtensions diff --git a/UI/Extensions/StringExtensions.cs b/UI/Extensions/StringExtensions.cs index 08761a8b..9eea3512 100644 --- a/UI/Extensions/StringExtensions.cs +++ b/UI/Extensions/StringExtensions.cs @@ -1,5 +1,4 @@ -using System.IO; -using System.Text.RegularExpressions; +using System.Text.RegularExpressions; using Avalonia.Media; namespace MuseDashModToolsUI.Extensions; diff --git a/UI/Localization/ModDescription/Resources_ModDescription.de.resx b/UI/Localization/ModDescription/Resources_ModDescription.de.resx index 3d7a7f6b..a0a81f02 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.de.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.de.resx @@ -1,178 +1,178 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Adds a more exact accuracy indicator on the bottom of the screen.\nAlso displays average accuracy in milliseconds at the end of the level. - + A live accuracy display for your viewing pleasure. - + Mutes the game when it's not focused. - + Boss always shoot pigeon and tutorial is always april fool's, activate good tek hidden - + A mod which changes the background and character etc into black and white in tohou scene - + Boss always shoot pigeon, do not use AlwaysAprilFool at the same time - + Displays the best character combination for a level in the pause screen\nThe character combo displayed is usually correct, but don't put your blind faith in it\nWhen in doubt, refer to CharacterScoreboard - + A mod which displays the BPM info above level designer on preparation screen - + Everytime you play a chart, a random character combination will be selected - + Displays which character a specific score was achieved with on the leaderboard (OCS)\nIt can also display your own local scores (LCS) - + Allows you to queue custom charts to be deleted or moved when you exit the game. - + Automatically selects sleepwalker, sets offset to 0, sets fever to manual, disables certain UI elements.\nCan be toggled on/off while in-game - + Censores certain aspects of the game (Characters, illustrations, etc) - + The mod that allows you to see video backgrounds in custom charts - + The mod that allows you to load in custom charts - + Allows you to use add the streamer tag in your info.json to mark a song as copyright-free\n(for use with streamer mode) - + Allows you to adjust background brightness lower than 40% - + Allows you to make custom hit sound\nDetailed instructions on github readme - + Allows you to add custom loading screens (CustomLoadingScreens folder)\nAlso allows you to add custom loading screen messages (UserData/CustomLoadingScreens.cfg)\nMessages can be paired with an image, or be left as random - + Adds a Custom option in resolution settings, which can be changed in the config - + Disables some in-game effects - + Allows you to favorite characters and elfins\nThis will make you look like that character even if another character is selected.\nYou will have the abilities of the selected character & your plays will be submitted as such - + Tells you whether you're on All Perfect/Full Combo pace, and displays the number of misses/greats - + Disables the fever background effect - + Allows you to submit scores on custom charts obtained from the MDMC website - + Adds a button to always show hidden difficulties.\nE.g. you don't need to spam click and such to unlock them before playing - + Skips the "PeroPero HasuHasu" and the opening scene. - + A library for other mods to parse and listen to keybinds - + A library for other mods to localize text - + Muse Dash Rich Presence, which is exactly what it says it is. - + Allows you to disable & delete mods while in-game. - + A library that makes it easier to access PlayerData, BattleComponents info and create UI elements.\nThis mod does nothing by itself. - + Automatically detects and logs available mod updates. - + Prevents the game from automatically pausing when the game loses focus. - + Level up animations take ages;\nLet's skip them. - + Allows you to disable the judgements in-game.\n(example: show early/late perfects but not pure perfects)\nInspired by ADOFAI Tweaks - + A library for other mods to manage popups and windows - + A mod that that allows let's you prevent a score from uploading,\nand still be able to take a screenshot. - + Allows you to use Delete to instantly leave a chart & Allows you to use Backspace to instantly restart a chart\nUpdate now allows you to set custom keybinds. - + Allows you to set keybinds to quickly change your characters.\nNow has an in-game menu to add keybinds - + Makes it possible for customs to use certain background decorations that the default charts use. - + Similar to CharacterScoreboard, however, it instead adds icon clickable icon representations,\nwhich automatically switches to the character combo when clicked. - + Allows charters (not players) to set custom scroll speeds.\nIt's completely up to you whether you wanna use this, most charters don't use it though. - + Displays the title, artist, and difficulty of the song in the top-right corner during play. - + An extension to SearchPlusPlus, allowing you to create folders\nand search for songs in said folders. - + Any search feature you will ever need (probably).\nCheck the homepage or in-game forum for more info. - + A mod which changes the judgement window and make the game harder\nYou can manually change the judgement range in Stricter Judge.cfg - + Displays actual ranking instead of "999+" for ranks 1000 to 2000 - + Allows you to disable certain visual aspects of the game (example: hit circles) - + Makes Sleepwalker Rin do mashers at max speed instead of the normal slow speed. - + An alternative to UnlockAll.\nMaster's stay unlocked only for as long as the mod is installed. - + Allows you to switch victory screen in the settings menu either to DJMAX or Arknights. Swaps original screen with arknights/djmax and vise versa. \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.es.resx b/UI/Localization/ModDescription/Resources_ModDescription.es.resx index 1c00040b..e692ad21 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.es.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.es.resx @@ -1,180 +1,180 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Añade un medidor de precisión en arriba de la barra de vida,\ny muestra al final del nivel un gráfico de tu media de precisión durante la canción. - + Un medidor de precisión a tiempo real en la parte superior izquierda de tu pantalla. - + Silencia Muse Dash cuando no está enfocado. - + Todos los Jefes van a disparar ataques con Palomas y el Tutorial mantendrá activo su modo oculto. - + Un mod que activará el modo Bad Apple en todos los escenarios de Touhou. - + ¡Los Jefes empezarán a disparar Palomas!\n Pequeño recordatorio: NO uses el mod AlwaysAprilFool con ESTE mod. - + Este mod calculará cuál es la mejor combinación posible para cada Canción y Dificultad\nEntra a una canción y al pausar, podras ver la sugerencia de personajes.\n¡Pero! Toma en cuenta que el mod puede no ser preciso en muchos casos. - + Este mod muestra el BPM de cada canción en la pantalla de selección de dificultad. - + Cada vez que juegues una canción, un personaje aleatorio será seleccionado. - + (OCS)Muestra la combinación de personajes utilizados por otros jugadores en el Leaderboard\n(LCS)Permite mostrar los scores conseguidos de manera local - + Permite hacer una lista de charts que desees eliminar o mover, cuando cierres Muse Dash. - + Automáticamente selecciona a Rin Sleepwalker, establece el offset a 0,\ndesactiva el Auto-Fever y Oculta elementos de la interfaz.\n¡Además! Tienes un botón in-game para poder desactivar esto cuando quieras. - + Permite activar Muse Dash en modo Chino. Esto modifica contenido del juego como:\n- Modelos de los Personajes\n- Ilustraciones\n- Escenarios\n- Y otras características exclusivas - + El mod permite a ciertos charts, reproducir un video en reemplazo del Fondo de Escenario. - + Este mod permite la carga de Custom Charts(O canciones customs). - + Este mod permite que algunos Custom Charts estén disponibles en el Modo Streamer.\n ¡Esto permite jugar Canciones NO Oficiales, sabiendo que No tienen reclamación por Copyright! - + Permite bajar el brillo del escenario a menos del 40% - + Permite añadir o crear tus propios Hit Sounds\nMas detalles en Github. - + Permite tener Pantallas de Carga y Mensajes de Carga customizables.\nLos mensajes pueden estar vinculados a las imágenes que añadas\no dejar que se activen de manera aleatoria.\nMás información en: UserData/CustomLoadingScreens.cfg - + Permite ajustar la resolución de Muse Dash a uno que tú prefieras desde la configuración. - + Desactiva algunos efectos in-game - + Permite el reemplazar las habilidades de los Personajes y Elfins por otros.\nEl personaje/elfin que selecciones abajo a la derecha será la habilidad seleccionada,\nmientras que el Personaje/Elfin seleccionado con el corazón de arriba a la izquierda, será la apariencia que desees usar. - + Este mod mostrará cuando estés en una ruta AP(Todo Perfecto), FC(Full Combo) o La cantidad de Fallas y Greats registrados. - + Desactiva el fondo del modo Fever - + Permite acceder al Ranking de MDMC a todas las canciones descargadas desde la web MDMC. - + Permite añadir un botón el cual permite activar/desactivar el modo Hidden de las canciones.\nBastante útil para saltarte los pasos de desbloquearlos - + Salta la intro de "PeroPero HasuHasu" y la pantalla de bienvenida. - + Una librería que permite a otros mods comprender y detectar muchas más teclas. - + Una librería que permite a otros mods detectar texto - + Muse Dash Rich Presence. Un mod que permite mostrar que canción estás jugando en Discord. - + Un mod que te permite activar/desactivar mods mientras esta in-game. - + Una librería que permite acceder a Datos del Jugador, Componentes de Batalla y Crear elementos de Interfaz. - + Automáticamente analiza todos los mods y detecta posibles actualizaciones de cada una. - + Evita que la Auto Pausa de Muse Dash sea active al cambiar de pestaña. - + Permite saltarte la animación de Subiste de Nivel - + Permite ocultar como el juego juzga cada objeto que golpees.\nPor ejemplo, en ADOFAI se muestran los avisos de Early/Late, pero no se\nmuestra nada cuando es un Perfecto Exacto. - + Una librería que permite gestionar Ventanas y Popups - + Un mod que previene enviar puntajes al leaderboard,\npero permite sacar screenshots del intento. - + Pulsar la tecla [Supr] te dejará abandonar el chart\nPulsar la tecla [ ← ] te dejará reiniciar el chart\n¡Y ahora puedes customizar que tecla usar para cada acción! - + Permite asignar una tecla para seleccionar personajes rápidamente.\nAhora dispone de una interfaz para editar. - + Hace posible que Custom Charts puedan utilizar escenarios con decoración especial. - + Igual que CharacterScoreboard, pero permite ver un icono de los personajes utilizados,\nlos cuales puedes pulsar para seleccionar. - + Permite a los Diseñadores poder asignar velocidades custom a los charts.\nEs completamente opcional el utilizar este mod. - + Muestra la canción, artista y dificultad de la canción que estás jugando en la esquina superior derecha. - + Una extensión de SearchPlusPlus, que permite crear carpetas\ny buscar por canciones dentro de estas carpetas. - + Permite expandir el sistema de búsqueda del juego.\nDispones de filtros extras que el propio juego no dispone como: BPM, Traducciones extras, Dificultad, Escenario, etc. - + Este mod aumenta la dificultad de Muse Dash, reduciendo el área de hit de los objetos del chart. - + Permite mostrar una mayor cantidad del ranking, en lugar del limitado "+999" - + Permite ocultar elementos de la interfaz de Muse Dash (Por ejemplo, los círculos de golpe) - + Este mod permite que Sleepwalker Rin pueda alcanzar el hit máximo de todos los smashers. - + Permite desbloquear todas las dificultades Master automáticamente,\n solo mientras el mod esté instalado. - + Permite reemplazar la Pantalla de Victoria al modo DJMAX o ARKNIGHTS. \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.fr.resx b/UI/Localization/ModDescription/Resources_ModDescription.fr.resx index 3d7a7f6b..a0a81f02 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.fr.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.fr.resx @@ -1,178 +1,178 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Adds a more exact accuracy indicator on the bottom of the screen.\nAlso displays average accuracy in milliseconds at the end of the level. - + A live accuracy display for your viewing pleasure. - + Mutes the game when it's not focused. - + Boss always shoot pigeon and tutorial is always april fool's, activate good tek hidden - + A mod which changes the background and character etc into black and white in tohou scene - + Boss always shoot pigeon, do not use AlwaysAprilFool at the same time - + Displays the best character combination for a level in the pause screen\nThe character combo displayed is usually correct, but don't put your blind faith in it\nWhen in doubt, refer to CharacterScoreboard - + A mod which displays the BPM info above level designer on preparation screen - + Everytime you play a chart, a random character combination will be selected - + Displays which character a specific score was achieved with on the leaderboard (OCS)\nIt can also display your own local scores (LCS) - + Allows you to queue custom charts to be deleted or moved when you exit the game. - + Automatically selects sleepwalker, sets offset to 0, sets fever to manual, disables certain UI elements.\nCan be toggled on/off while in-game - + Censores certain aspects of the game (Characters, illustrations, etc) - + The mod that allows you to see video backgrounds in custom charts - + The mod that allows you to load in custom charts - + Allows you to use add the streamer tag in your info.json to mark a song as copyright-free\n(for use with streamer mode) - + Allows you to adjust background brightness lower than 40% - + Allows you to make custom hit sound\nDetailed instructions on github readme - + Allows you to add custom loading screens (CustomLoadingScreens folder)\nAlso allows you to add custom loading screen messages (UserData/CustomLoadingScreens.cfg)\nMessages can be paired with an image, or be left as random - + Adds a Custom option in resolution settings, which can be changed in the config - + Disables some in-game effects - + Allows you to favorite characters and elfins\nThis will make you look like that character even if another character is selected.\nYou will have the abilities of the selected character & your plays will be submitted as such - + Tells you whether you're on All Perfect/Full Combo pace, and displays the number of misses/greats - + Disables the fever background effect - + Allows you to submit scores on custom charts obtained from the MDMC website - + Adds a button to always show hidden difficulties.\nE.g. you don't need to spam click and such to unlock them before playing - + Skips the "PeroPero HasuHasu" and the opening scene. - + A library for other mods to parse and listen to keybinds - + A library for other mods to localize text - + Muse Dash Rich Presence, which is exactly what it says it is. - + Allows you to disable & delete mods while in-game. - + A library that makes it easier to access PlayerData, BattleComponents info and create UI elements.\nThis mod does nothing by itself. - + Automatically detects and logs available mod updates. - + Prevents the game from automatically pausing when the game loses focus. - + Level up animations take ages;\nLet's skip them. - + Allows you to disable the judgements in-game.\n(example: show early/late perfects but not pure perfects)\nInspired by ADOFAI Tweaks - + A library for other mods to manage popups and windows - + A mod that that allows let's you prevent a score from uploading,\nand still be able to take a screenshot. - + Allows you to use Delete to instantly leave a chart & Allows you to use Backspace to instantly restart a chart\nUpdate now allows you to set custom keybinds. - + Allows you to set keybinds to quickly change your characters.\nNow has an in-game menu to add keybinds - + Makes it possible for customs to use certain background decorations that the default charts use. - + Similar to CharacterScoreboard, however, it instead adds icon clickable icon representations,\nwhich automatically switches to the character combo when clicked. - + Allows charters (not players) to set custom scroll speeds.\nIt's completely up to you whether you wanna use this, most charters don't use it though. - + Displays the title, artist, and difficulty of the song in the top-right corner during play. - + An extension to SearchPlusPlus, allowing you to create folders\nand search for songs in said folders. - + Any search feature you will ever need (probably).\nCheck the homepage or in-game forum for more info. - + A mod which changes the judgement window and make the game harder\nYou can manually change the judgement range in Stricter Judge.cfg - + Displays actual ranking instead of "999+" for ranks 1000 to 2000 - + Allows you to disable certain visual aspects of the game (example: hit circles) - + Makes Sleepwalker Rin do mashers at max speed instead of the normal slow speed. - + An alternative to UnlockAll.\nMaster's stay unlocked only for as long as the mod is installed. - + Allows you to switch victory screen in the settings menu either to DJMAX or Arknights. Swaps original screen with arknights/djmax and vise versa. \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.hr.resx b/UI/Localization/ModDescription/Resources_ModDescription.hr.resx index 3d7a7f6b..a0a81f02 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.hr.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.hr.resx @@ -1,178 +1,178 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Adds a more exact accuracy indicator on the bottom of the screen.\nAlso displays average accuracy in milliseconds at the end of the level. - + A live accuracy display for your viewing pleasure. - + Mutes the game when it's not focused. - + Boss always shoot pigeon and tutorial is always april fool's, activate good tek hidden - + A mod which changes the background and character etc into black and white in tohou scene - + Boss always shoot pigeon, do not use AlwaysAprilFool at the same time - + Displays the best character combination for a level in the pause screen\nThe character combo displayed is usually correct, but don't put your blind faith in it\nWhen in doubt, refer to CharacterScoreboard - + A mod which displays the BPM info above level designer on preparation screen - + Everytime you play a chart, a random character combination will be selected - + Displays which character a specific score was achieved with on the leaderboard (OCS)\nIt can also display your own local scores (LCS) - + Allows you to queue custom charts to be deleted or moved when you exit the game. - + Automatically selects sleepwalker, sets offset to 0, sets fever to manual, disables certain UI elements.\nCan be toggled on/off while in-game - + Censores certain aspects of the game (Characters, illustrations, etc) - + The mod that allows you to see video backgrounds in custom charts - + The mod that allows you to load in custom charts - + Allows you to use add the streamer tag in your info.json to mark a song as copyright-free\n(for use with streamer mode) - + Allows you to adjust background brightness lower than 40% - + Allows you to make custom hit sound\nDetailed instructions on github readme - + Allows you to add custom loading screens (CustomLoadingScreens folder)\nAlso allows you to add custom loading screen messages (UserData/CustomLoadingScreens.cfg)\nMessages can be paired with an image, or be left as random - + Adds a Custom option in resolution settings, which can be changed in the config - + Disables some in-game effects - + Allows you to favorite characters and elfins\nThis will make you look like that character even if another character is selected.\nYou will have the abilities of the selected character & your plays will be submitted as such - + Tells you whether you're on All Perfect/Full Combo pace, and displays the number of misses/greats - + Disables the fever background effect - + Allows you to submit scores on custom charts obtained from the MDMC website - + Adds a button to always show hidden difficulties.\nE.g. you don't need to spam click and such to unlock them before playing - + Skips the "PeroPero HasuHasu" and the opening scene. - + A library for other mods to parse and listen to keybinds - + A library for other mods to localize text - + Muse Dash Rich Presence, which is exactly what it says it is. - + Allows you to disable & delete mods while in-game. - + A library that makes it easier to access PlayerData, BattleComponents info and create UI elements.\nThis mod does nothing by itself. - + Automatically detects and logs available mod updates. - + Prevents the game from automatically pausing when the game loses focus. - + Level up animations take ages;\nLet's skip them. - + Allows you to disable the judgements in-game.\n(example: show early/late perfects but not pure perfects)\nInspired by ADOFAI Tweaks - + A library for other mods to manage popups and windows - + A mod that that allows let's you prevent a score from uploading,\nand still be able to take a screenshot. - + Allows you to use Delete to instantly leave a chart & Allows you to use Backspace to instantly restart a chart\nUpdate now allows you to set custom keybinds. - + Allows you to set keybinds to quickly change your characters.\nNow has an in-game menu to add keybinds - + Makes it possible for customs to use certain background decorations that the default charts use. - + Similar to CharacterScoreboard, however, it instead adds icon clickable icon representations,\nwhich automatically switches to the character combo when clicked. - + Allows charters (not players) to set custom scroll speeds.\nIt's completely up to you whether you wanna use this, most charters don't use it though. - + Displays the title, artist, and difficulty of the song in the top-right corner during play. - + An extension to SearchPlusPlus, allowing you to create folders\nand search for songs in said folders. - + Any search feature you will ever need (probably).\nCheck the homepage or in-game forum for more info. - + A mod which changes the judgement window and make the game harder\nYou can manually change the judgement range in Stricter Judge.cfg - + Displays actual ranking instead of "999+" for ranks 1000 to 2000 - + Allows you to disable certain visual aspects of the game (example: hit circles) - + Makes Sleepwalker Rin do mashers at max speed instead of the normal slow speed. - + An alternative to UnlockAll.\nMaster's stay unlocked only for as long as the mod is installed. - + Allows you to switch victory screen in the settings menu either to DJMAX or Arknights. Swaps original screen with arknights/djmax and vise versa. \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.hu.resx b/UI/Localization/ModDescription/Resources_ModDescription.hu.resx index 901d8f54..52bd44d2 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.hu.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.hu.resx @@ -1,178 +1,178 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Egy érintési hibamérőt rak a képernyőd aljára.\nA pálya végén láthatod az átlagos eltérést is. - + Egy élő százalékos pontosság jelző a mi örömünkre. - + Lenémítja a játékot, amikor az nincsen fókuszban. - + A Boss mindig galambokat lő ki, és elhiteti a játékkal, hogy április 1. van - + Egy mod ami átalakítja a hátteret, karaktert, stb., fekete fehérré a Touhou helyszínen - + A Boss mindig galambokat lő, ne használd az AlwaysAprilFool mod-dal együtt - + Kiírja a pályához a legjobb karakter kombinációt a Pause menüben\nEz a kombináció csak általában helyes, nem pedig mindig, nem bízz meg benne vakon\nHa nem vagy biztos, használd a CharacterScoreboard vagy ScoreboardCharacters mod-ot - + Egy mod amely kiírja a főmenüben egy zenének a BPM-jét - + Minden probálkozásnál véletlenszerűen kiválaszt egy karakter kombinációt - + Kiírja hogy mely karakterekkel lett elérve egy rekord a ranglétra (OCS gomb)\nA saját helyi próbálkozásaidat is megjeleníti (LCS) - + Lehetővé teszi, hogy megjelölj pályákat kitörlésre vagy áthelyezésre miután a játékból kilépsz. - + Automatikusan kiválasztja a Sleepwalker-t, a késleltetést (offset) 0-ra állítja, a Fever-t manuálisra, és bizonyos UI elemek kikapcsol.\nJáték közben ki-/bekapcsolható - + A játék bizonyos részeit kicenzúrázza (Karakterek, illusztrációk, stb) - + A mod amellyel videós háttéreket tudnak használni az egyéni pályák - + A mod amely lehetővé teszi az egyéni pályák betöltését - + Lehetővé teszi a "streamer" címke használatát az info.json fájlba hogy copyright-mentesnek jelölj egy zenét\n(streamer módra van kitalálva) - + Engedélyezi hogy 40%-nál alacsonyabbra állítsd a háttér fényerejét - + Lehetővé teszi hogy saját hang-effektek adj meg\nRészletes leírás a github oldalán található - + Lehetővé teszi hogy saját betöltő képernyőket használj (CustomLoadingScreens mappa)\nSaját feliratokat is adhatsz meg (UserData/CustomLoadingScreens.cfg)\nEzeket lehet képpel párosítani, vagy véletlen kiíratni - + Egy egyéni ("Custom") beállítást rak a felbontás beállításokhoz, amelyet a config-ban változtathatsz - + Kikapcsol pár játék alatti effektet - + Lehetővé teszi hogy kedvencként jelölj egy karaktert és manót\nEzután úgy fogsz kinézni mint az a karakter még ha másik is van kijelölve\nA tényleges karaktered képességét fogod kapni és a ranglétrán is úgy fogsz megjelenni - + Kijelzi hogy Tökéletes vagy Hibamentes meneted van-e, és kiírja hogy hány hibád volt addig - + Kikapcsolja a Fever-nek a hátterét - + Lehetővé teszi hogy egyedi pályák ranglétráját elérd - + Lerak egy gombot, amely láthatóvá teszi az összes rejtett pályát\nMagyarul, nem kell spam-elned vagy rajzolgatnod hogy megjelenjenek - + Átugorja a "PeroPero HasuHasu" képernyőt és nyító animációt. - + Egy könyvtár más modoknak gomb-lenyomások érzékelésére és értelmezésére - + Egy könyvtár más modoknak hogy lokalizáljanak szöveget - + Muse Dash Rich Presence, pontosan az aminek hívja magát. - + Lehetővé teszi hogy kitörölj/kikapcsolj modok játékon belül. - + Egy könyvtár más modoknak amely könnyebbé teszi a hozzáférést bizonyos adatok és UI elemek létrehozását.\nEgy magában nem csinál semmit. - + Automatikusan megnézi hogy vannak a modjaidnak elérhető frissítései. - + Megakadályozza hogy a játék szüneteljen, amikor elveszti a fókuszt. - + A szint-lépés animáció évekig tart;\nUgorjuk át. - + Lehetővé teszi hogy kikapcsolj kiértékeléseket.\n(pl.: mutassa az Early/Late Perfect-et, de az igazi Perfect-et ne)\nADOFAI Tweaks inspirálta - + Egy könyvtár más modoknak hogy kezeljenek felugró ablakokat - + Lehetővé teszi, hogy ne töltődjön fel a pontszámod,\nde ugyanúgy le tudd azt fotózni. - + Lehetővé teszi, hogy Delete-el azonnal kilépj egy pályából & Backspace-el azonnal újraindítsd\nA gombok tetszőlegesen állíthatóak. - + Lehetővé teszi, hogy billentyű-kombinációkat állíts gyors karakter-váltásra\nElérhető egy játékon belüli menü - + Lehetővé teszi egyedi pályáknak hogy bizonyos háttérdíszítéseket használjanak. - + Hasonló a CharacterScoreboard-hoz, de helyette kattintható ikonokat jelenít meg,\namely automatikusan arra a karakterkombinációra váltanak dupla kattintásra. - + Lehetővé teszi pálya készítőknek hogy saját sebességet állítsanak.\nÁltalában nem használják. - + Megjeleníti a zene címét, művészét és nehézségét a jobb felső sarokban a játék alatt. - + Egy SearchPlusPlus bővítmény, amely lehetővé teszi mappák létrehozását\nés azon mappákban lévő zenék keresését. - + Minden keresési funkció amire valaha szükséged lehet (talán).\nNézd meg a főoldalát további infóért. - + Egy mod amely szigorúbbá teszi az időzítéseket.\nManuálisan megváltoztathatod a szigorítás mértékét a StricterJudge.cfg fájlban - + "999+" helyett a tényleges 1000 és 2000 közti rangod megjeleníti - + Lehetővé teszi néhány vizuális elem kikapcsolását (pl. időzítési körök) - + Kényszeríti Sleepwalker Rin-t arra hogy maximális sebességen csinálja a Masher-öket (amelyeken spam-elni kell). - + UnlockAll alternatívája\nAmíg a mod telepítve van, minden mester fokozat elérhető. - + Lehetővé teszi hogy megváltoztasd a győzelmi képernyő stílusát DJMAX-re vagy Arknights-ra. \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.ja.resx b/UI/Localization/ModDescription/Resources_ModDescription.ja.resx index 3d7a7f6b..a0a81f02 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.ja.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.ja.resx @@ -1,178 +1,178 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Adds a more exact accuracy indicator on the bottom of the screen.\nAlso displays average accuracy in milliseconds at the end of the level. - + A live accuracy display for your viewing pleasure. - + Mutes the game when it's not focused. - + Boss always shoot pigeon and tutorial is always april fool's, activate good tek hidden - + A mod which changes the background and character etc into black and white in tohou scene - + Boss always shoot pigeon, do not use AlwaysAprilFool at the same time - + Displays the best character combination for a level in the pause screen\nThe character combo displayed is usually correct, but don't put your blind faith in it\nWhen in doubt, refer to CharacterScoreboard - + A mod which displays the BPM info above level designer on preparation screen - + Everytime you play a chart, a random character combination will be selected - + Displays which character a specific score was achieved with on the leaderboard (OCS)\nIt can also display your own local scores (LCS) - + Allows you to queue custom charts to be deleted or moved when you exit the game. - + Automatically selects sleepwalker, sets offset to 0, sets fever to manual, disables certain UI elements.\nCan be toggled on/off while in-game - + Censores certain aspects of the game (Characters, illustrations, etc) - + The mod that allows you to see video backgrounds in custom charts - + The mod that allows you to load in custom charts - + Allows you to use add the streamer tag in your info.json to mark a song as copyright-free\n(for use with streamer mode) - + Allows you to adjust background brightness lower than 40% - + Allows you to make custom hit sound\nDetailed instructions on github readme - + Allows you to add custom loading screens (CustomLoadingScreens folder)\nAlso allows you to add custom loading screen messages (UserData/CustomLoadingScreens.cfg)\nMessages can be paired with an image, or be left as random - + Adds a Custom option in resolution settings, which can be changed in the config - + Disables some in-game effects - + Allows you to favorite characters and elfins\nThis will make you look like that character even if another character is selected.\nYou will have the abilities of the selected character & your plays will be submitted as such - + Tells you whether you're on All Perfect/Full Combo pace, and displays the number of misses/greats - + Disables the fever background effect - + Allows you to submit scores on custom charts obtained from the MDMC website - + Adds a button to always show hidden difficulties.\nE.g. you don't need to spam click and such to unlock them before playing - + Skips the "PeroPero HasuHasu" and the opening scene. - + A library for other mods to parse and listen to keybinds - + A library for other mods to localize text - + Muse Dash Rich Presence, which is exactly what it says it is. - + Allows you to disable & delete mods while in-game. - + A library that makes it easier to access PlayerData, BattleComponents info and create UI elements.\nThis mod does nothing by itself. - + Automatically detects and logs available mod updates. - + Prevents the game from automatically pausing when the game loses focus. - + Level up animations take ages;\nLet's skip them. - + Allows you to disable the judgements in-game.\n(example: show early/late perfects but not pure perfects)\nInspired by ADOFAI Tweaks - + A library for other mods to manage popups and windows - + A mod that that allows let's you prevent a score from uploading,\nand still be able to take a screenshot. - + Allows you to use Delete to instantly leave a chart & Allows you to use Backspace to instantly restart a chart\nUpdate now allows you to set custom keybinds. - + Allows you to set keybinds to quickly change your characters.\nNow has an in-game menu to add keybinds - + Makes it possible for customs to use certain background decorations that the default charts use. - + Similar to CharacterScoreboard, however, it instead adds icon clickable icon representations,\nwhich automatically switches to the character combo when clicked. - + Allows charters (not players) to set custom scroll speeds.\nIt's completely up to you whether you wanna use this, most charters don't use it though. - + Displays the title, artist, and difficulty of the song in the top-right corner during play. - + An extension to SearchPlusPlus, allowing you to create folders\nand search for songs in said folders. - + Any search feature you will ever need (probably).\nCheck the homepage or in-game forum for more info. - + A mod which changes the judgement window and make the game harder\nYou can manually change the judgement range in Stricter Judge.cfg - + Displays actual ranking instead of "999+" for ranks 1000 to 2000 - + Allows you to disable certain visual aspects of the game (example: hit circles) - + Makes Sleepwalker Rin do mashers at max speed instead of the normal slow speed. - + An alternative to UnlockAll.\nMaster's stay unlocked only for as long as the mod is installed. - + Allows you to switch victory screen in the settings menu either to DJMAX or Arknights. Swaps original screen with arknights/djmax and vise versa. \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.ko.resx b/UI/Localization/ModDescription/Resources_ModDescription.ko.resx index 3d7a7f6b..a0a81f02 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.ko.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.ko.resx @@ -1,178 +1,178 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Adds a more exact accuracy indicator on the bottom of the screen.\nAlso displays average accuracy in milliseconds at the end of the level. - + A live accuracy display for your viewing pleasure. - + Mutes the game when it's not focused. - + Boss always shoot pigeon and tutorial is always april fool's, activate good tek hidden - + A mod which changes the background and character etc into black and white in tohou scene - + Boss always shoot pigeon, do not use AlwaysAprilFool at the same time - + Displays the best character combination for a level in the pause screen\nThe character combo displayed is usually correct, but don't put your blind faith in it\nWhen in doubt, refer to CharacterScoreboard - + A mod which displays the BPM info above level designer on preparation screen - + Everytime you play a chart, a random character combination will be selected - + Displays which character a specific score was achieved with on the leaderboard (OCS)\nIt can also display your own local scores (LCS) - + Allows you to queue custom charts to be deleted or moved when you exit the game. - + Automatically selects sleepwalker, sets offset to 0, sets fever to manual, disables certain UI elements.\nCan be toggled on/off while in-game - + Censores certain aspects of the game (Characters, illustrations, etc) - + The mod that allows you to see video backgrounds in custom charts - + The mod that allows you to load in custom charts - + Allows you to use add the streamer tag in your info.json to mark a song as copyright-free\n(for use with streamer mode) - + Allows you to adjust background brightness lower than 40% - + Allows you to make custom hit sound\nDetailed instructions on github readme - + Allows you to add custom loading screens (CustomLoadingScreens folder)\nAlso allows you to add custom loading screen messages (UserData/CustomLoadingScreens.cfg)\nMessages can be paired with an image, or be left as random - + Adds a Custom option in resolution settings, which can be changed in the config - + Disables some in-game effects - + Allows you to favorite characters and elfins\nThis will make you look like that character even if another character is selected.\nYou will have the abilities of the selected character & your plays will be submitted as such - + Tells you whether you're on All Perfect/Full Combo pace, and displays the number of misses/greats - + Disables the fever background effect - + Allows you to submit scores on custom charts obtained from the MDMC website - + Adds a button to always show hidden difficulties.\nE.g. you don't need to spam click and such to unlock them before playing - + Skips the "PeroPero HasuHasu" and the opening scene. - + A library for other mods to parse and listen to keybinds - + A library for other mods to localize text - + Muse Dash Rich Presence, which is exactly what it says it is. - + Allows you to disable & delete mods while in-game. - + A library that makes it easier to access PlayerData, BattleComponents info and create UI elements.\nThis mod does nothing by itself. - + Automatically detects and logs available mod updates. - + Prevents the game from automatically pausing when the game loses focus. - + Level up animations take ages;\nLet's skip them. - + Allows you to disable the judgements in-game.\n(example: show early/late perfects but not pure perfects)\nInspired by ADOFAI Tweaks - + A library for other mods to manage popups and windows - + A mod that that allows let's you prevent a score from uploading,\nand still be able to take a screenshot. - + Allows you to use Delete to instantly leave a chart & Allows you to use Backspace to instantly restart a chart\nUpdate now allows you to set custom keybinds. - + Allows you to set keybinds to quickly change your characters.\nNow has an in-game menu to add keybinds - + Makes it possible for customs to use certain background decorations that the default charts use. - + Similar to CharacterScoreboard, however, it instead adds icon clickable icon representations,\nwhich automatically switches to the character combo when clicked. - + Allows charters (not players) to set custom scroll speeds.\nIt's completely up to you whether you wanna use this, most charters don't use it though. - + Displays the title, artist, and difficulty of the song in the top-right corner during play. - + An extension to SearchPlusPlus, allowing you to create folders\nand search for songs in said folders. - + Any search feature you will ever need (probably).\nCheck the homepage or in-game forum for more info. - + A mod which changes the judgement window and make the game harder\nYou can manually change the judgement range in Stricter Judge.cfg - + Displays actual ranking instead of "999+" for ranks 1000 to 2000 - + Allows you to disable certain visual aspects of the game (example: hit circles) - + Makes Sleepwalker Rin do mashers at max speed instead of the normal slow speed. - + An alternative to UnlockAll.\nMaster's stay unlocked only for as long as the mod is installed. - + Allows you to switch victory screen in the settings menu either to DJMAX or Arknights. Swaps original screen with arknights/djmax and vise versa. \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.resx b/UI/Localization/ModDescription/Resources_ModDescription.resx index 59fb502f..d8a93b7f 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.resx @@ -1,276 +1,276 @@ - - - - - - - + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Adds a more exact accuracy indicator on the bottom of the screen.\nAlso displays average accuracy in milliseconds at the end of the level. - + A live accuracy display for your viewing pleasure. - + Mutes the game when it's not focused. - + Boss always shoots pigeons, tutorial is always april fool's version, and activates good tek hidden - + A mod which changes the background and character etc into black and white in tohou scene - + Boss always shoots pigeons, do not use AlwaysAprilFool at the same time - + Displays the best character combination for a level in the pause screen\nThe character combo displayed is usually correct, but don't put your blind faith in it\nWhen in doubt, refer to CharacterScoreboard - + A mod which displays the BPM info above level designer on preparation screen - + Everytime you play a chart, a random character combination will be selected - + Displays which character a specific score was achieved with on the leaderboard (OCS)\nIt can also display your own local scores (LCS)\nLCS and OCS have inconsistent behavior on custom songs. - + Allows you to queue custom charts to be deleted or moved when you exit the game. - + Automatically selects sleepwalker, sets offset to 0, sets fever to manual, disables certain UI elements.\nCan be toggled on/off while in-game - + Censores certain aspects of the game (Characters, illustrations, etc) - + The mod that allows you to see video backgrounds in custom charts - + The mod that allows you to load in custom charts - + Allows you to use add the streamer tag in your info.json to mark a song as copyright-free\n(for use with streamer mode) - + Allows you to adjust background brightness lower than 40% - + Allows you to set custom hitsounds\nDetailed instructions in the github readme - + Allows you to add custom loading screens (CustomLoadingScreens folder)\nAlso allows you to add custom loading screen messages (UserData/CustomLoadingScreens.cfg)\nMessages can be paired with an image, or be left as random - + Adds a Custom option in resolution settings, which can be changed in the config - + Disables some in-game effects - + Allows you to favorite characters and elfins\nThis will make you look like that character even if another character is selected.\nYou will have the abilities of the selected character & your plays will be submitted as such - + Tells you whether you're on All Perfect/Full Combo pace, and displays the number of misses/greats - + Disables the fever background effect - + Allows you to submit scores on custom charts obtained from the MDMC website - + Adds a button to always show hidden difficulties.\nE.g. you don't need to spam click and such to unlock them before playing - + Skips past opening scene by speeding the game up.\nYou can configure the speed and whether to skip past the animated illustration.\nSpiritual successor of RobotLucca's mod - + A library for other mods to parse and listen to keybinds - + A library for other mods to localize text - + Muse Dash Rich Presence, which is exactly what it says it is. - + Allows you to disable & delete mods while in-game. - + A library that makes it easier to access PlayerData, BattleComponents info and create UI elements.\nThis mod does nothing by itself. - + Automatically detects and logs available mod updates. - + Prevents the game from automatically pausing when the game loses focus. - + Level up animations take ages;\nLet's skip them. - + Allows you to disable the judgements in-game.\n(example: show early/late perfects but not pure perfects)\nInspired by ADOFAI Tweaks - + A library for other mods to manage popups and windows - + A mod that that allows let's you prevent a score from uploading,\nand still be able to take a screenshot. - + Allows you to use Delete to instantly leave a chart & Allows you to use Backspace to instantly restart a chart\nUpdate now allows you to set custom keybinds. - + Allows you to set keybinds to quickly change your characters.\nNow has an in-game menu to add keybinds - + Makes it possible for customs to use certain background decorations that the default charts use. - + Similar to CharacterScoreboard, however, it instead adds icon clickable icon representations,\nwhich automatically switches to the character combo when clicked. - + Allows charters (not players) to set custom scroll speeds.\nIt's completely up to you whether you wanna use this, most charters don't use it though. - + Any search feature you will ever need (probably).\nOptional dependencies: KeybindManager, CustomAlbums - + Displays the title, artist, and difficulty of the song in the top-right corner during play. - + An extension to SearchPlusPlus, allowing you to create folders\nand search for songs in said folders. - + A mod which changes the judgement window and make the game harder\nYou can manually change the judgement range in Stricter Judge.cfg - + Displays actual ranking instead of "999+" for ranks 1000 to 2000 - + Allows you to disable certain visual aspects of the game (example: hit circles) - + Makes Sleepwalker Rin do mashers at max speed instead of the normal slow speed. - + An alternative to UnlockAll.\nMaster's stay unlocked only for as long as the mod is installed. - + Allows you to switch victory screen in the settings menu either to DJMAX or Arknights. Swaps original screen with arknights/djmax and vise versa. \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.ru.resx b/UI/Localization/ModDescription/Resources_ModDescription.ru.resx index 8c9469e7..81a11952 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.ru.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.ru.resx @@ -1,178 +1,178 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Добавляет более точный индикатор точности снизу экрана.\nТакже показывает среднюю точность в миллисекундах в конце уровня. - + Показывает точность во время игры. - + Заглушает игру, когда окно свёрнуто. - + Босс всегда стреляет птицами, туториал теперь всегда, как на первое апреля, включает Goodtek hidden - + Мод, который делает все чёрно-белым со сценой Touhou - + Босс всегда стреляет птицами, не используйте с модом AlwaysAprilFools - + Показывает лучшую комбинацию для уровня в меню паузы\nПоказанное комбо чаще всего правильное, но не рассчитывайте на него всегда\nЕсли не знаете, что взять, то используйте CharacterScroreboard - + Показывает BPM инфо сверху от надписи со создателем чарта на экране подготовки - + Выбирает случайную комбинацию каждый раз, когда вы заходите в уровень - + Показывает сколько какие-либо персонажи получили опыта в таблице лидеров (OCS)\nТакже можно посмотреть личные рекорды (LCS) - + Позволяет ставить чарты в очередь для удаления или перемещения когда вы выходите из игры. - + Автоматически выбирает сонную Рин, ставит оффсет на 0, меняет fever на ручной, выключает некоторые элементы интерфейса.\nМожно включать/выключать прямо в игре - + Цензурит некоторые аспекты игры (персонажей, иллюстрации и прочее) - + Позволяет использовать видео как задний план в чартах - + Позволяет играть в кастомные чарты - + Позволяет использовать "Add the streamer" тег в файле info.json, чтобы помечать треки без авторских прав\n(для режима стримера) - + Позволяет делать яркость заднего плана ниже, чем 40% - + Позволяет делать кастомные звуки ударов\nБолее подробная инструкция есть в файле readme на гитхабе - + Позволяет добавлять кастомные экраны загрузки (папка CustomLoadingScreens)\nТакже позволяет добавлять кастомные сообщения загрузки (UserData/CustomLoadingScreens.cfg)\nСообщения можно совмещать с иллюстрациями, или оставить случайными - + Добавляет кастомную опцию в настройках разрешения, которую можно изменить в конфиге - + Выключает некоторые эффекты в игре - + Позволяет выбирать любимых персонажей и эльфинов\nС этим модом у вас будет внешний вид понравившихся персонажей/эльфинов, а перки от выбранных. - + Показывает, проходите ли вы на AP/FC, также показывает кол-во промахов/грейтов - + Выключает эффект заднего плана fever'а - + Позволяет отправлять рекорды катсомных чартов, полученных с сайта MDMC - + Добавляет кнопку, которая позволяет всегда видеть скрытые сложности.\nК примеру, вам не нужно быстро кликать или делать что-либо ещё, чтобы открыть скрытую сложность - + Пропускает сцену "PeroPero HasuHasu" при загрузке - + Библиотека для других модов, позволяющая использовать кейбинды - + Библиотека для локализации модов - + Кастомный статус Muse Dash для дискорда - + Позволяет выключать и удалять моды прямо в игре - + Библиотека, позволяющая проще получать доступ к PlayerData, BattleComponents информации и создавать интерфейсы.\nСам мод ничего не делает - + Автоматически находит и записывает в логи доступные обновления модов - + Не даёт игре уйти в паузу при сворачивании игры - + Пропускает анимацию получения нового уровня - + Позволяет настроить оценку попаданий.\n(к примеру: показывать early/late перфекты но не показывать чистые перфекты)\nВдохновленно ADOFAI Tweaks - + Библиотека для модов, позволяющая управлять всплывающими окнами - + Предотвращает отправку рекорда. чтобы можно было успеть сделать скриншот - + Позволяет выйти из уровня, нажав Delete. Также позволяет использовать Backspace для перезапуска уровня\nС новым обновлением теперь можно ставить кастомные бинды - + Позволяет ставить бинды чтобы быстро менять персонажей\nТеперь есть меню для добавления биндов - + Позволяет чартам использовать некоторые декорации заднего плана, которые используют официальные чарты - + Похож на мод CharacterScoreboard, но только теперь будут видны иконки комбинаций персонажа и эльфина.\nЕсли на них нажать, то это комбинация автоматически экипируется - + Позволяет чартерам(не игрокам) использовать кастомную скорость прокрутки.\nБольшинство чартеров обычно не используют этот мод - + Показывает название, автора и сложность чарта справа сверху во время игры - + Расширение для SearchPlusPlus, позволяющее создавать папки\nи искать чарты в них - + Добавляет множество тегов для поиска.\nЗагляните на главную страницу или форум для большей информации - + Усложняет игру, меняет экран оценки\nМожно вручную настроить диапазон оценки в StricterJudge.cfg - + Показывает более точное место в топе заместо "999+" от 1000 до 2000 - + Позволяет выключить некоторые визуальные аспекты игры (к примеру кружки при ударе) - + Сонная Рин бьет груши с максимальной скоростью, заместо медленной - + Альтернатива моду UnlockAll.\nСкрытые уровни открыты до тех пор, пока этот мод установлен - + Позволяет менять экран победы в меню настроек на DJMAX или Arknights, заменяя оригинальный \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.zh-Hans.resx b/UI/Localization/ModDescription/Resources_ModDescription.zh-Hans.resx index 2f1ef91e..7aa0ab9e 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.zh-Hans.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.zh-Hans.resx @@ -1,178 +1,178 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 在屏幕下方加入了一个更准确的准度指示条\n在结算画面会显示平均击打延迟(ms) - + 实时显示准度百分比 - + 游戏被最小化或者游戏窗口在后台时静音 - + Boss 子弹改为鸽子,开启愚人节新手教程和 Good Tek 里谱 - + 在东方场景让背景和人物等变成黑白 - + Boss 子弹改为鸽子,请不要和 AlwaysAprilFool 同时使用 - + 在暂停界面显示当前谱面最佳角色精灵组合\n通常来说都是正确组合,但也不能盲目相信\n如果有任何疑问,请查看 CharacterScoreboard - + 在准备界面的谱师上方显示 BPM 信息 - + 每次进入谱面都会随机选择角色和精灵 - + 显示排行榜上玩家的得分组合(OCS)\n显示你自己的分数和组合(LCS) - + 将谱面排入删除或移动队列,退出游戏时执行 - + 自动选择梦游少女,偏移为0,设置手动 fever,禁用部分 UI 元素\n可以在游戏内开关 - + 和谐部分游戏内容(角色,插图等) - + 可在自制谱背景播放视频 - + 自制谱 Mod - + 可在 Info.json 里添加 streamer 的标签表示这首歌是无版权的\n主播模式使用 - + 可调整背景亮度低于40% - + 自制音效 Mod\n详细教程在 Github Readme 里 - + 可添加自定义加载界面(CustomLoadingScreens 文件夹)\n而且可以设置自定义加载消息(UserData/CustomLoadingScreens.cfg)\n消息可以和图片成对,也可以单独随机出现 - + 分辨率设置里加入自定义分辨率,可以在配置文件里修改 - + 禁用部分游戏特效 - + 换皮 Mod,可以收藏人物或精灵\n游戏内会显示你收藏的人物和精灵外表\n技能仍然是选中的人物,而且成绩会被上传 - + 指示是否还是 All Perfect 或 Full Combo,显示 Miss 和 Great 个数 - + 禁用 fever 背景特效 - + 可以在 MDMC 网站上的自制谱面上传成绩 - + 游戏左下角加入一个可以一直显示里谱的按钮\n例:不需要狂按难度去打开里谱 - + 跳过游戏开始界面以及 “PeroPero HasuHasu” - + 让其他 Mod 可以监听和解析键位的库 - + 让其他 Mod 可以有本地化文字的库 - + Discord 活动显示 Mod - + 可以在游戏内禁用或删除 Mod - + 让其他 Mod 更容易获取 PlayerData 和 BattleComponents 信息,以及创建 UI 元素的库 - + 自动检测和输出可用 Mod 更新 - + 禁止游戏被最小化或者游戏窗口在后台时自动暂停 - + 跳过升级动画 - + 可禁用判定特效\n(例:只显示 early/late 的 perfect)\n受冰与火之舞启发 - + 让其他 Mod 可以管理弹出窗口和界面窗口的库 - + 可禁用成绩上传\n仍然可以截屏 - + 用 Delete 按键立刻退出谱面和用 Backspace 立刻重开谱面\n可在配置文件里设置自定义键位 - + 可设置快捷键位来快切人物和精灵\n有内置 UI 界面 (默认键位 F11) - + 使自制谱能使用一些彩蛋背景装饰 - + 与 CharacterScoreboard 类似,但是加入了可点击的图标\n点击之后自动切换对应角色组合 - + 谱师可设置自定义流速 - + 在游戏界面右上角显示标题,曲师和难度 - + SearchPlusPlus的扩展\n可以创建文件夹并在其中搜索歌曲 - + 包含你可能需要的所有搜索功能\n查看项目主页获取详细信息 - + 严判 Mod,改变游戏判定区间\n可以在 Stricter Judge.cfg 的配置文件里修改判定区间 - + 在排名1000到2000的时候显示真实排名而不是 “999+” - + 可禁用部分 UI 元素(例:打击点) - + 让梦游少女打满沙包 - + 解锁所有大触难度(删除 Mod 即可移除效果) - + 可以切换成 DJMAX 或者明日方舟的结算界面\n两个都不勾选则一直为普通结算界面 \ No newline at end of file diff --git a/UI/Localization/ModDescription/Resources_ModDescription.zh-Hant.resx b/UI/Localization/ModDescription/Resources_ModDescription.zh-Hant.resx index c1062137..10169919 100644 --- a/UI/Localization/ModDescription/Resources_ModDescription.zh-Hant.resx +++ b/UI/Localization/ModDescription/Resources_ModDescription.zh-Hant.resx @@ -1,179 +1,179 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 在螢幕下方加入了一個更準確的準度指示器\n在成績結算畫面會顯示平均打擊延遲(ms) - + 即時顯示準度百分比 - + 當遊戲不是當前頁面時會靜音遊戲 - + Boss子彈改為鴿子,開啟教學模式的愚人節譜面,並解鎖GOODTEK里譜 - + 讓東方場景讓背景與人物變成黑白 - + Boss子彈改為鴿子子彈,請注意不要與【AlwaysAprilFool】同時開啟 - + 在暫停介面顯示當前譜面最佳精靈組合\n通常來說都是正確組合,但也不能盲目相信\n如有任何疑問,請查看CharacterScoreboard - + 在準備介面的譜師上方顯示歌曲BPM - + 每次進入譜面時都會隨機選擇角色與精靈 - + 顯示排行榜上玩家的得分組合 (OCS)\n並同時顯示你自己的分數與組合 (LCS) - + 將譜面排入刪除或移動列隊, 退出遊戲時執行 - + 自動選擇夢遊少女、偏移值為0、手動Fever、停用部分UI元素\n可以在遊戲中開/關 - + 和諧部分的遊戲內容 (角色、插圖等) - + 在自製譜背景播放影片 (如果譜面帶有影片) - + 自製譜Mod - + 在 info.json 裡添加 streamer tag 標籤來表示這首歌是無版權的\n(直播模式使用) - + 可調整背景亮度低於40% - + 自製音效 Mod\n詳細教程在 Github Readme 里 - + 可添加自訂義加載介面 (CustomLoadingScreens 文件夾) \n而且可以設置自訂義加載消息 (UserData/CustomLoadingScreens.cfg)\n消息可以和圖片成對, 也可以單獨隨機出現 - + 分辨率設置里加入自訂義分辨率, 可以在配置文件里修改 - + 禁用部分遊戲特效 - + 換皮 Mod, 可以收藏人物或精靈\n遊戲內會顯示你收藏的人物和精靈外表\n技能扔然是選中的人物, 而且成績會被上傳 - + 指示是否還是 All Perfect 或 Full Combo, 顯示Miss 和 Great 個數 - + 禁用 fever 背景特效 - + 可以在 MDMC 網站上的自製譜面上傳成績 - + 遊戲左下角加入一個可以一直顯示里譜的按鈕\n例: 不需要狂按難度去打開里譜 - + 跳過遊戲開始界面以及 ''PeroPero HasuHasu'' - + 讓其他 Mod 可以監聽和解析健位的庫 - + 讓其他 Mod 可以有本地化文字的庫 - + Discord 活動顯示 Mod - + 可以在遊戲內禁用或刪除 Mod - + 讓其他 Mod 更容易獲取 PlayerData 和 BattleComponents 信息, 以及創建 UI元素的庫. \n 它不執行任何操作 - + 自動檢測和輸出可用Mod更新 - + 禁止遊戲被最小化或者遊戲窗口在後台時自動暫停 - + 跳過升級動畫 - + 可禁用判定特效\n (例: 只顯示 early/late 的 perfect) \n受冰與火之舞啟發 - + 讓其他Mod 可以管理彈出窗口和界面窗口的程序庫 - + 可禁用成績上傳\n扔然可以截屏 - + 用 Delete 按鍵立刻退出譜面和用 Backspace 立刻重開譜面\n可在配置文件里設置自訂義鍵位 - + 可設置快捷鍵位來快切人物和精靈\n有內置 UI 介面 (默認鍵位 F11) - + 使自製譜能使用一些彩蛋背景裝飾 - + 與 CharacterScoreboard 類似, 但是加入了可點擊的圖標\n點擊之後自動切換對應角色組合 - + 譜師可設置自訂義流速 - + 在遊戲介面右上角顯示標題, 曲師和難度 - + SearchPlusPlus的擴展\n可以創建文件夾並在其中搜尋歌曲 - + 包含你可能需要的所有搜索功能\n查看項目主頁獲取詳細信息 - + 嚴判 Mod, 改變遊戲判定區間\n可以在 Stricter Judge.cfg 的配置文件里修改判定區間 - + 在排名1000到2000的時候顯示真實排名而不是 ''999+'' - + 可禁用部分UI元素 (例: 打擊點) - + 讓夢遊少女打滿沙包 - + 解鎖所有大觸難度 (刪除Mod 即可移除效果) - + 可以切換成DJMAX 或者明日方舟的結算界面\n兩個都不勾選則一直為普通結算界面 \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.de.resx b/UI/Localization/MsgBox/Resources_MsgBox.de.resx index 35a8ffb7..3c1d05f2 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.de.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.de.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Nein - + Nein, und bitte frag mich nicht wieder - + Ja - + Deine heruntergeladenen Mods sind kaputt\n Bitte löschen Sie 0-KB-Mods, falls vorhanden, und starten Sie dann die Anwendung neu\n{0} - + Ja und frag nicht wieder - + Mod aktivieren/deaktivieren fehlgeschlagen\n{0} - + Mod aktivieren/deaktivieren fehlgeschlagen. Läuft das Spiel?\n{0} - + Mod aktivieren/deaktivieren fehlgeschlagen. Nicht autorisiert\n{0} - + Überprüfung der Updates fehlgeschlagen\n. Bist du online? - + Wählen Sie zuerst den richtigen Muse Dash Ordner! - + You haven't chosen a Muse Dash Folder\nPlease choose the folder - + Cannot copy Updater to target path\n{0} - + Failed to delete MelonLoader.zip in\n{0}\nError:{1}\nTry to manually delete - + {0} is used by {1} as dependency\nAre you sure you want to delete this mod? - + Do you want to disable the mods dependent on {0}? - + {0} is used by {1} as dependency\nAre you sure you want to disable this mod? - + Please manually choose and delete the duplicated mod\n{0} - + Do you want to enable {0}'s dependency {1}? - + Failed to verify MuseDash.exe\nMake sure you selected the right folder - + Your game path doesn't contain "steamapps\common\Muse Dash\musedash.exe"\nAre you using a pirated version? - + Failed to get mod list from any source - + You have an incorrect MelonLoader version installed: {0}\nPlease use the button in the ModManage window to install MelonLoader 0.5.7 - + MuseDash.exe is not the correct version \nAre you using a pirated or modified version? - + Dependency {0} failed to install\n{1} - + You did not install MelonLoader\nThis is needed to run all the mods\nInstall Now? - + MelonLoader download failed\n{0} - + MelonLoader download failed due to internet\nAre you online?\n{0} - + MelonLoader has been successfully installed\n - + Mod installation failed\n{0} - + Mod installation failed. Is the game running?\n{0} - + Mod installation failed. Are you online?\n{0} - + {0} has been successfully installed\n - + You don't have MuseDashModTools mod installed\nThis checks for available updates to all the mods when launching Muse Dash\nInstall Now? - + Detected Muse Dash folder path is {0}\nIs this the correct game folder? - + The path you have chosen is invalid. Try again - + Update check successful\nYou are using the latest version of Muse Dash Mod Tools - + Log analysis completed, no obvious errors are found in your log file\nIf you still have issues please go to troubleshoot channel - + A newer version of Muse Dash Mod Tools ({0}) is released\n\nDo you want to install it now?\n\nRelease Title:\n{1}\n\nRelease Info:\n{2} - + You don't have application path in the log - + Cannot find purchase record for Muse Dash's DLC\nYou have to buy it in order to play custom charts - + This mod does not have an available resource for download\n - + Couldn't find MuseDash.exe and/or GameAssembly.dll\nPlease choose the right folder - + Cannot verify that you have bought the game on Steam\nAre you using a pirated version? - + No Log File Found\nYou have to launch the game once after installing MelonLoader to generate log - + Cannot find MelonLoader Folder\nHave you installed MelonLoader? - + Cannot find MelonLoader version from log - + Your stored Muse Dash Folder path is null\nPlease choose the correct folder - + {0} is outdated, please update using "ModManage"page - + Cannot read current game version\nIs your Muse Dash installation complete?\nPlease check your globalgamemanagers file in\n{0} - + You have not registered for Headquarters\nPlease register in #bot-commands channel in MDMC discord or mdmc.moe website - + You are asking to reinstall {0}\nPlease confirm your operation - + You are asking to uninstall MelonLoader\nPlease confirm your operation - + Cannot uninstall MelonLoader\nPlease make sure your game is not running! - + MelonLoader has been successfully uninstalled\n - + Mod uninstall failed. Is the game running?\n{0} - + Mod uninstall failed\n{0} - + Cannot delete file that doesn't exist - + {0} has been successfully deleted\n - + Cannot unzip MelonLoader.zip in\n{0}\nError:{1}\nTry to manually unzip? - + Cannot find Updater\nPlease make sure you have downloaded full software,\nand check your antivirus - + Analysis successful - + Failure - + Notice - + Success - + Warning - + Chart download failed\n{0} - + Chart {0} has been successfully downloaded\n - + You have already downloaded the chart {0}\nContinue downloading and overriding the existing file? - + No charts found in the folder \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.es.resx b/UI/Localization/MsgBox/Resources_MsgBox.es.resx index 7a2e441e..87bc6e7e 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.es.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.es.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + No - + No y no preguntes de nuevo - + - + ¡Aviso de mods corruptos!\nPor favor, borra cualquier mod que tengas instalado que pese 0KB, y reinicia el programa\n{0} - + Si y no preguntes de nuevo - + No se pudo activar/desactivar el mod.\n{0} - + No se pudo activar/desactivar el mod. ¿Estás jugando Muse Dash?\n{0} - + No se pudo activar/desactivar el mod. ¡Permisos insuficientes!\n{0} - + Comprobación de parche fallida\n¿Tienes conexión a internet? - + ¡Selecciona la carpeta de Muse Dash! - + ¡No seleccionaste la carpeta de Muse Dash!\nSelecciona donde está la carpeta del juego - + No se pudo copiar Updater a la carpeta\n{0} - + No se pudo eliminar MelonLoader.zip en\n{0}\nError: {1}\n¿Podrías borrarlo manualmente? - + {0} es usado por {1} como dependencia\n¿Estás seguro de intentar borrarlo? - + ¿Quieres desactivar los mods que dependan de {0}? - + {0} es usado por {1} como dependencia\n¿Estás seguro de intentar desactivarlo? - + Por favor, borra manualmente este mod duplicado\n{0} - + ¿Quieres activar el mod {1}? Es una dependencia del mod {0} - + MuseDash.exe no se pudo verificar\nAsegurate de seleccionar la carpeta correcta - + Se detectó a Muse Dash fuera de "steamapps\common\Muse Dash"\n¿Has pirateado el juego? - + ¡No se pudo obtener la lista de mods! - + ¡MelonLoader {0}, no es compatible!\nVe a la pestaña de MODS → Instalar MelonLoader - + MuseDash.exe no está en la versión correcta...\n¿Estás usando una versión pirateada/alterada? - + La dependencia {0} ha tenido un error\n{1} - + ¡No tienes instalado MelonLoader!\nEste programa se encarga de activar los mods\n¿Quieres instalar el programa ahora? - + MelonLoader fallo en descargar\n{0} - + MelonLoader fallo en descargar por problemas de conexión\n¿Hay conexión a internet?\n{0} - + ¡MelonLoader se ha instalado!\n - + La instalación del mod fallo\n{0} - + La instalación del mod fallo. ¿Estás jugando ahora MuseDash?\n{0} - + La instalación del mod fallo. ¿Hay conexión a internet?\n{0} - + ¡{0} fue instalado!\n - + ¡No tienes instalado el mod MuseDashModTools!\nEste mod comprueba las actualizaciones de otros mods al abrir Muse Dash\n¿Quieres instalar el mod ahora? - + ¿Tienes Muse Dash instalado en esta carpeta?\n{0} - + ¡La ruta seleccionada no es válida! Prueba de nuevo - + Comprobación de parche finalizada\nUsas la última versión de Muse Dash Mod Tools - + No se pudieron encontrar errores obvios\n¡Si hay alguno sería útil que lo avises en el Discord de MDMC! - + ¡Hay una nueva versión de Muse Dash Mod Tools({0})!\n\n¿Te gustaría poder instalarlo ahora?\n\nTítulo del parche:\n{1}\n\nNotas del parche:\n{2} - + ¡El Log no ha registrado donde tienes instalado el juego! - + ¡No se detectó el Pase [Just as Planned]!\nEsto es necesario para poder jugar Custom Charts - + ¡Uy! Este mod no tiene una fuente oficial de descarga\n - + No se pudo encontrar MuseDash.exe o GameAssembly.dll\nAsegurate de elegir la carpeta correcta - + Steam no pudo verificar donde has instalado Muse Dash\n¿Has pirateado el juego? - + ¡No se encontró tu archivo Log!\nDebes lanzar el juego luego de instalar MelonLoader,\npara que este pueda crear un archivo Log - + La carpeta de MelonLoader no se pudo encontrar\n¿Estás seguro de que instalaste MelonLoader? - + ¡La versión de MelonLoader no fue detectada en tu Log! - + Tu carpeta de Muse Dash está vacía\nSelecciona nuevamente la carpeta correcta - + ¡{0} tiene una actualización disponible! - + No se pudo identificar la versión del juego\n¿Has instalado el Muse Dash de manera correcta?\nComprueba que el archivo globalgamemanagers exista en\n{0} - + ¡Estás jugando sin una cuenta de MDMC!\nEn el Discord de MDMC, usa el comando /register - + ¡Estas por reinstalar {0}!\n¿Podrías confirmar esta acción? - + ¡Estas por desinstalar MelonLoader!\n¿Podrías confirmar esta acción? - + ¡MelonLoader no se pudo remover!\nRecuerda hacer esto, mientras el juego esté cerrado - + MelonLoader fue removido correctamente\n - + La desinstalación del mod fallo. ¿Estás jugando Muse Dash?\n{0} - + La desinstalación del mod fallo\n{0} - + No se puede borrar un archivo que no existe - + ¡{0} fue removido!\n - + No se pudo descomprimir MelonLoader.zip en\n{0}\nError: {1}\n¿Podrías descomprimirlo manualmente? - + ¡No se pudo encontrar el actualizador del programa!\nAsegúrate de haber instalado el programa de forma correcta - + Análisis completado - + Error - + Aviso - + Todo listo - + Advertencia - + Ha ocurrido un error al descargar\n{0} - + Se ha descargado el chart\n{0} - + ¡Hey! Ya tienes descargado este chart...\n¿Quieres sobreescribir el chart descargado? - + No se encontraron charts en la carpeta \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.fr.resx b/UI/Localization/MsgBox/Resources_MsgBox.fr.resx index a228ba52..b073beaf 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.fr.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.fr.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + No - + No and Don't Ask Again - + Yes - + Your downloaded mods are broken\nPlease delete 0KB mods if they exist, then restart the application\n{0} - + Yes and Don't Ask Again - + Mod enable/disable failed\n{0} - + Mod enable/disable failed. Is the game running?\n{0} - + Mod enable/disable failed. Unauthorized\n{0} - + Checking updates failed\nAre you online? - + Choose correct Muse Dash folder first! - + You haven't chosen a Muse Dash Folder\nPlease choose the folder - + Cannot copy Updater to target path\n{0} - + Failed to delete MelonLoader.zip in\n{0}\nError:{1}\nTry to manually delete - + {0} is used by {1} as dependency\nAre you sure you want to delete this mod? - + Do you want to disable the mods dependent on {0}? - + {0} is used by {1} as dependency\nAre you sure you want to disable this mod? - + Please manually choose and delete the duplicated mod\n{0} - + Do you want to enable {0}'s dependency {1}? - + Failed to verify MuseDash.exe\nMake sure you selected the right folder - + Your game path doesn't contain "steamapps\common\Muse Dash\musedash.exe"\nAre you using a pirated version? - + Failed to get mod list from any source - + You have an incorrect MelonLoader version installed: {0}\nPlease use the button in the ModManage window to install MelonLoader 0.5.7 - + MuseDash.exe is not the correct version \nAre you using a pirated or modified version? - + Dependency {0} failed to install\n{1} - + You did not install MelonLoader\nThis is needed to run all the mods\nInstall Now? - + MelonLoader download failed\n{0} - + MelonLoader download failed due to internet\nAre you online?\n{0} - + MelonLoader has been successfully installed\n - + Mod installation failed\n{0} - + Mod installation failed. Is the game running?\n{0} - + Mod installation failed. Are you online?\n{0} - + {0} has been successfully installed\n - + You don't have MuseDashModTools mod installed\nThis checks for available updates to all the mods when launching Muse Dash\nInstall Now? - + Detected Muse Dash folder path is {0}\nIs this the correct game folder? - + The path you have chosen is invalid. Try again - + Update check successful\nYou are using the latest version of Muse Dash Mod Tools - + Log analysis completed, no obvious errors are found in your log file\nIf you still have issues please go to troubleshoot channel - + A newer version of Muse Dash Mod Tools ({0}) is released\n\nDo you want to install it now?\n\nRelease Title:\n{1}\n\nRelease Info:\n{2} - + You don't have application path in the log - + Cannot find purchase record for Muse Dash's DLC\nYou have to buy it in order to play custom charts - + This mod does not have an available resource for download\n - + Couldn't find MuseDash.exe and/or GameAssembly.dll\nPlease choose the right folder - + Cannot verify that you have bought the game on Steam\nAre you using a pirated version? - + No Log File Found\nYou have to launch the game once after installing MelonLoader to generate log - + Cannot find MelonLoader Folder\nHave you installed MelonLoader? - + Cannot find MelonLoader version from log - + Your stored Muse Dash Folder path is null\nPlease choose the correct folder - + {0} is outdated, please update using "ModManage"page - + Cannot read current game version\nIs your Muse Dash installation complete?\nPlease check your globalgamemanagers file in\n{0} - + You have not registered for Headquarters\nPlease register in #bot-commands channel in MDMC discord or mdmc.moe website - + You are asking to reinstall {0}\nPlease confirm your operation - + You are asking to uninstall MelonLoader\nPlease confirm your operation - + Cannot uninstall MelonLoader\nPlease make sure your game is not running! - + MelonLoader has been successfully uninstalled\n - + Mod uninstall failed. Is the game running?\n{0} - + Mod uninstall failed\n{0} - + Cannot delete file that doesn't exist - + {0} has been successfully deleted\n - + Cannot unzip MelonLoader.zip in\n{0}\nError:{1}\nTry to manually unzip? - + Cannot find Updater\nPlease make sure you have downloaded full software,\nand check your antivirus - + Analysis successful - + Failure - + Notice - + Success - + Warning - + Chart download failed\n{0} - + Chart {0} has been successfully downloaded\n - + You have already downloaded the chart {0}\nContinue downloading and overriding the existing file? - + No charts found in the folder \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.hr.resx b/UI/Localization/MsgBox/Resources_MsgBox.hr.resx index a228ba52..b073beaf 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.hr.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.hr.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + No - + No and Don't Ask Again - + Yes - + Your downloaded mods are broken\nPlease delete 0KB mods if they exist, then restart the application\n{0} - + Yes and Don't Ask Again - + Mod enable/disable failed\n{0} - + Mod enable/disable failed. Is the game running?\n{0} - + Mod enable/disable failed. Unauthorized\n{0} - + Checking updates failed\nAre you online? - + Choose correct Muse Dash folder first! - + You haven't chosen a Muse Dash Folder\nPlease choose the folder - + Cannot copy Updater to target path\n{0} - + Failed to delete MelonLoader.zip in\n{0}\nError:{1}\nTry to manually delete - + {0} is used by {1} as dependency\nAre you sure you want to delete this mod? - + Do you want to disable the mods dependent on {0}? - + {0} is used by {1} as dependency\nAre you sure you want to disable this mod? - + Please manually choose and delete the duplicated mod\n{0} - + Do you want to enable {0}'s dependency {1}? - + Failed to verify MuseDash.exe\nMake sure you selected the right folder - + Your game path doesn't contain "steamapps\common\Muse Dash\musedash.exe"\nAre you using a pirated version? - + Failed to get mod list from any source - + You have an incorrect MelonLoader version installed: {0}\nPlease use the button in the ModManage window to install MelonLoader 0.5.7 - + MuseDash.exe is not the correct version \nAre you using a pirated or modified version? - + Dependency {0} failed to install\n{1} - + You did not install MelonLoader\nThis is needed to run all the mods\nInstall Now? - + MelonLoader download failed\n{0} - + MelonLoader download failed due to internet\nAre you online?\n{0} - + MelonLoader has been successfully installed\n - + Mod installation failed\n{0} - + Mod installation failed. Is the game running?\n{0} - + Mod installation failed. Are you online?\n{0} - + {0} has been successfully installed\n - + You don't have MuseDashModTools mod installed\nThis checks for available updates to all the mods when launching Muse Dash\nInstall Now? - + Detected Muse Dash folder path is {0}\nIs this the correct game folder? - + The path you have chosen is invalid. Try again - + Update check successful\nYou are using the latest version of Muse Dash Mod Tools - + Log analysis completed, no obvious errors are found in your log file\nIf you still have issues please go to troubleshoot channel - + A newer version of Muse Dash Mod Tools ({0}) is released\n\nDo you want to install it now?\n\nRelease Title:\n{1}\n\nRelease Info:\n{2} - + You don't have application path in the log - + Cannot find purchase record for Muse Dash's DLC\nYou have to buy it in order to play custom charts - + This mod does not have an available resource for download\n - + Couldn't find MuseDash.exe and/or GameAssembly.dll\nPlease choose the right folder - + Cannot verify that you have bought the game on Steam\nAre you using a pirated version? - + No Log File Found\nYou have to launch the game once after installing MelonLoader to generate log - + Cannot find MelonLoader Folder\nHave you installed MelonLoader? - + Cannot find MelonLoader version from log - + Your stored Muse Dash Folder path is null\nPlease choose the correct folder - + {0} is outdated, please update using "ModManage"page - + Cannot read current game version\nIs your Muse Dash installation complete?\nPlease check your globalgamemanagers file in\n{0} - + You have not registered for Headquarters\nPlease register in #bot-commands channel in MDMC discord or mdmc.moe website - + You are asking to reinstall {0}\nPlease confirm your operation - + You are asking to uninstall MelonLoader\nPlease confirm your operation - + Cannot uninstall MelonLoader\nPlease make sure your game is not running! - + MelonLoader has been successfully uninstalled\n - + Mod uninstall failed. Is the game running?\n{0} - + Mod uninstall failed\n{0} - + Cannot delete file that doesn't exist - + {0} has been successfully deleted\n - + Cannot unzip MelonLoader.zip in\n{0}\nError:{1}\nTry to manually unzip? - + Cannot find Updater\nPlease make sure you have downloaded full software,\nand check your antivirus - + Analysis successful - + Failure - + Notice - + Success - + Warning - + Chart download failed\n{0} - + Chart {0} has been successfully downloaded\n - + You have already downloaded the chart {0}\nContinue downloading and overriding the existing file? - + No charts found in the folder \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.hu.resx b/UI/Localization/MsgBox/Resources_MsgBox.hu.resx index 82ae31be..eff1fe7a 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.hu.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.hu.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Nem - + Nem és ne kérdezd újra - + Igen - + A letöltött modjaid hibásak\nHa van 0KB-os mod, akkor azt töröld ki\n{0} - + Igen és ne kérdezd újra - + Mod be-/kikapcsolás sikertelen\n{0} - + Mod be-/kikapcsolás sikertelen. Fut a játék?\n{0} - + Mod be-/kikapcsolás sikertelen. Nincs jogosultság.\n{0} - + Ellenőrzés sikertelen\nBiztos hogy online vagy? - + Válaszd ki a Muse Dash mappát! - + Még nem választottal Muse Dash mappát\nVálaszd ki a mappát - + Updater másolása sikertelen\n{0} - + Nem sikerült kitörölni MelonLoader.zip-et itt:\n{0}\nHiba:{1}\nProbáld meg manuálisan - + {1} függ a(z) {0} mod-tól\nBiztos hogy ki akarod törölni? - + Ki akarod kapcsolni a(z) {0}-ra függő modokat? - + {1} függ a(z) {0} mod-tól\nBiztos hogy ki akarod kapcsolni? - + Manuálisan válaszd ki és töröld ki a duplikált modot\n{0} - + Szeretnéd bekapcsolni {0} függőségét, {1}-et? - + MuseDash.exe érvényesítése sikertelen\nEllenőrizd, hogy a megfelelő mappát választottad - + A játék útvonalad gyanús!\nKalóz verziót használsz? - + Egyik forrásból sem sikerült lekérni a mod-listát - + Rossz MelonLoader verzió van telepítve: {0}\nHasználd a gombot a főoldalon a MelonLoader 0.5.7 telepítésére - + MuseDash.exe az nem a megfelelő verzión van\nNem szeretjük ám a kalózokat :) - + Függőség {0} telepítése sikertelen\n{1} - + Nincsen a MelonLoader telepítve,\namely szükséges modok futtatásához\nTelepíted most? - + MelonLoader letöltés sikertelen\n{0} - + MelonLoader letöltés sikertelen\nOnline vagy?\n{0} - + MelonLoader sikeresen települt\n - + Mod telepítés sikertelen\n{0} - + Mod telepítés sikertelen. Fut a játék?\n{0} - + Mod telepítés sikertelen. Online vagy?\n{0} - + {0} sikeresen telepítve\n - + Nincsen feltelepítve a MuseDashModTools mod,\namely minden indításnál ellenőrzi a modok verzióját\nTelepíted most? - + Érzékelt Muse Dash mappa: {0}\nEz a helyes mappa? - + Ez a mappa érvénytelen. Próbáld újra - + Ellenőrzés sikeres\nMuse Dash Mod Tools legfrissebb verzióját használod - + A log elemzése befejeződött, nincsen benne egyértelmű hiba\nHa mégis van problémád, fordulj a "Hibakezelés"-hez - + Egy újabb verzió ({0}) elérhető\n\nSzeretnéd telepíteni?\n\nCím:\n{1}\n\nInfó:\n{2} - + Az útvonalad nincsen a log-ban - + Nem sikerült igazolni hogy megvan neked a DLC Steam-en\nMeg kell venned a CustomAlbums mod-hoz - + Ehhez a modhoz nem tartozik letölthető fájl\n - + MuseDash.exe vagy GameAssembly.dll nem található\nVálaszd ki a helyes mappát - + Nem sikerült igazolni hogy birtoklod Steam-en a játékot\nKalóz verziót használsz? - + Nem található log fájl\nEl kell indítani a játékot egyszer MelonLoader telepítése után hogy legyen log - + A MelonLoader mappa hiányzik\nFeltelepítetted a MelonLoader-t? - + Nem található a MelonLoader verzió a log fájlban - + Az eltárolt Muse Dash elérési út érvénytelen\nVálaszd ki a helyes mappát - + {0} elavult, a főoldalon tudod frissíteni - + Nem sikerült leolvasni a játékverziót\nTeljes a telepítésed?\nEllenőrizd a globalgamemanagers fájlod itt:\n{0} - + Nem regisztráltál Headquarters fiókot\nRegisztrálj a mod közösség (MDMC) discord-ban, vagy annak weboldalán - + {0} újra lesz telepítve\nErősítsd meg a műveletet - + MelonLoader el lesz távolítva\nErősítsd meg a műveletet - + MelonLoader eltávolítása sikertelen\nEllenőrizd, hogy nem fut-e a játék! - + MelonLoader sikeresen eltávolítva\n - + Mod eltávolítás sikertelen. Fut a játék?\n{0} - + Mod eltávolítás sikertelen\n{0} - + Nem lehet egy nem létező fájlt törölni - + {0} sikeresen eltávolítva\n - + Nem sikerült kicsomagolni MelonLoader.zip-et\n{0}\nHiba: {1}\nProbáld meg manuálisan - + Az Updater nem található\nEllenőrizd a telepítésed és az antivírusod - + Elemzés sikeres - + Hiba - + Figyelmeztetés - + Sikeres - + Figyelmeztetés - + Zene letöltése sikertelen\n{0} - + Zene {0} sikeresen letöltve\n - + Egy '{0}' nevű zene már le van töltve\nBiztos letöltöd ezt és felülírod a meglévőt? - + Nincsenek zenék a mappában \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.ja.resx b/UI/Localization/MsgBox/Resources_MsgBox.ja.resx index b487f9ed..b1a5f361 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.ja.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.ja.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + いいえ - + いいえ、そして問い合わせないで - + はい - + あなたのダウンロードは問題があります\nもし0KBのModはあれば、削除して再起動する\n{0} - + はい、そして問い合わせないで - + Mod 起動/禁止失敗\n{0} - + Mod 起動/禁止失敗。 ゲームは動いていますか?\n{0} - + Mod 起動/禁止失敗。權限がいません\n{0} - + アップロード検査失敗\nインターネット接続いますか? - + 正しいのMuse Dashデータ選んでください! - + MuseDashのインストール先が指定されていません!\nインストール先のフォルダを選択してください。 - + Cannot copy Updater to target path\n{0} - + Failed to delete MelonLoader.zip in\n{0}\nError:{1}\nTry to manually delete - + {0} is used by {1} as dependency\nAre you sure you want to delete this mod? - + Do you want to disable the mods dependent on {0}? - + {0} is used by {1} as dependency\nAre you sure you want to disable this mod? - + Please manually choose and delete the duplicated mod\n{0} - + Do you want to enable {0}'s dependency {1}? - + Failed to verify MuseDash.exe\nMake sure you selected the right folder - + Your game path doesn't contain "steamapps\common\Muse Dash\musedash.exe"\nAre you using a pirated version? - + Failed to get mod list from any source - + You have an incorrect MelonLoader version installed: {0}\nPlease use the button in the ModManage window to install MelonLoader 0.5.7 - + MuseDash.exe is not the correct version \nAre you using a pirated or modified version? - + Dependency {0} failed to install\n{1} - + You did not install MelonLoader\nThis is needed to run all the mods\nInstall Now? - + MelonLoader download failed\n{0} - + MelonLoader download failed due to internet\nAre you online?\n{0} - + MelonLoader has been successfully installed\n - + Mod installation failed\n{0} - + Mod installation failed. Is the game running?\n{0} - + Mod installation failed. Are you online?\n{0} - + {0} has been successfully installed\n - + You don't have MuseDashModTools mod installed\nThis checks for available updates to all the mods when launching Muse Dash\nInstall Now? - + Detected Muse Dash folder path is {0}\nIs this the correct game folder? - + The path you have chosen is invalid. Try again - + Update check successful\nYou are using the latest version of Muse Dash Mod Tools - + Log analysis completed, no obvious errors are found in your log file\nIf you still have issues please go to troubleshoot channel - + A newer version of Muse Dash Mod Tools ({0}) is released\n\nDo you want to install it now?\n\nRelease Title:\n{1}\n\nRelease Info:\n{2} - + You don't have application path in the log - + Cannot find purchase record for Muse Dash's DLC\nYou have to buy it in order to play custom charts - + This mod does not have an available resource for download\n - + Couldn't find MuseDash.exe and/or GameAssembly.dll\nPlease choose the right folder - + Cannot verify that you have bought the game on Steam\nAre you using a pirated version? - + No Log File Found\nYou have to launch the game once after installing MelonLoader to generate log - + Cannot find MelonLoader Folder\nHave you installed MelonLoader? - + Cannot find MelonLoader version from log - + Your stored Muse Dash Folder path is null\nPlease choose the correct folder - + {0} is outdated, please update using "ModManage"page - + Cannot read current game version\nIs your Muse Dash installation complete?\nPlease check your globalgamemanagers file in\n{0} - + You have not registered for Headquarters\nPlease register in #bot-commands channel in MDMC discord or mdmc.moe website - + You are asking to reinstall {0}\nPlease confirm your operation - + You are asking to uninstall MelonLoader\nPlease confirm your operation - + Cannot uninstall MelonLoader\nPlease make sure your game is not running! - + MelonLoader has been successfully uninstalled\n - + Mod uninstall failed. Is the game running?\n{0} - + Mod uninstall failed\n{0} - + Cannot delete file that doesn't exist - + {0} has been successfully deleted\n - + Cannot unzip MelonLoader.zip in\n{0}\nError:{1}\nTry to manually unzip? - + Cannot find Updater\nPlease make sure you have downloaded full software,\nand check your antivirus - + Analysis successful - + Failure - + Notice - + Success - + Warning - + Chart download failed\n{0} - + Chart {0} has been successfully downloaded\n - + You have already downloaded the chart {0}\nContinue downloading and overriding the existing file? - + No charts found in the folder \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.ko.resx b/UI/Localization/MsgBox/Resources_MsgBox.ko.resx index 8505edba..d0f7fe67 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.ko.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.ko.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 아니요 - + 아니요, 다시 묻지 말아주세요 - + - + 모드가 손상되었습니다. \n 모드를 삭제하고 어플을 재시작해주세요. \n{0} - + 네, 다시 묻지 말아주세요 - + 모드 활성화/비활성화 실패\n{0} - + 모드 활성화/비활성화 실패. 게임이 실행중인가요?\n{0} - + 모드 활성화/비활성화 실패. 승인실패\n{0} - + 업데이트 실패를 확인중입니다\n네트워크에 접속되있나요? - + 먼저 정확한 뮤즈대쉬 폴더를 골라주세요! - + 뮤즈대쉬 폴더를 잘못 골랐습니다\n폴더를 다시 골라주세요 - + 업데이터를 대상 경로에 복사할수없습니다\n{0} - + MelonLoader.zip 파일을 지우는데 실패했습니다. in\n{0}\nError:{1}\n 수동으로 지워주세요. - + {0} 은 {1} 에 의해 부가적으로 사용됩니다.\n이 모드를 삭제하시겠습니까? - + {0} 에 딸려있는 모드를 비활성화하시겠습니까? - + {0} 은 {1} 에 의해 부가적으로 사용됩니다.\n이 모드를 비활성화하시겠습니까? - + 중복된 모드들을 수동으로 제거해주세요\n{0} - + {0} 에 딸려있는 {1} 을 활성화하시겠습니까? - + MuseDash.exe를 확인하지 못했습니다.\n올바른 폴더인지 확인하세요 - + 게임 경로에 "steamapps\common\Muse Dash\musedash.exe"가 포함되어 있지 않습니다.\n다른 버전을 사용하고 있습니까? - + 어느 소스에서도 모드 목록을 불러오지 못했습니다. - + 잘못된 MelonLoader 버전이 설치되어 있습니다: {0}\nMelonLoader 0.5.7을 설치하려면 ModManage window 의 버튼을 누르세요. - + MuseDash.exe는 올바른 버전이 아닙니다.\n다른버전 또는 수정된 버전을 사용하고 있습니까? - + 하위 {0} 을 설치하지 못했습니다.\n{1} - + MelonLoader를 설치하지 않았습니다\n모든 모드를 실행하는 데 필요합니다\n지금 설치하시겠습니까? - + MelonLoader 다운로드에 실패했습니다\n{0} - + 인터넷문제로 MelonLoader 다운로드에 실패했습니다\n 네트워크에 연결되있나요?\n{0} - + MelonLoader가 성공적으로 설치되었습니다.\n - + 모드 설치에 실패했습니다\n{0} - + 모드 설치에 실패했슫니다. 게임이 실행중인가요?\n{0} - + 모드 설치에 실패했습니다. 네트워크에 연결되있나요?\n{0} - + {0} 성공적으로 설치되었습니다.\n - + MuseDashModTools 모드가 설치되어 있지 않습니다.\nMuse Dash를 시작할 때 모든 모드에 사용 가능한 업데이트가 있는지 확인합니다.\n지금 설치하시겠습니까? - + 감지된 Muse Dash 폴더 경로는 {0} 입니다.\n 이것이 올바른 게임 폴더인가 맞나요? - + 선택한 경로가 잘못되었습니다. 다시 시도해주세요. - + 업데이트 확인 성공\n최신 버전의 Muse Dash Mod Tools를 사용하고 있습니다. - + 로그 분석이 완료되었습니다. 로그 파일에 명백한 오류가 없습니다.\n여전히 문제가 있는 경우 문제 해결 채널로 이동해주세요. - + Muse Dash Mod Tools({0}) 의 최신 버전이 출시되었습니다.\n\n지금 설치하시겠습니까?\n\n제목:\n{1}\n\n정보:\n{2} - + 로그에 애플리케이션 경로가 없습니다. - + Muse Dash DLC 구매 기록을 찾을 수 없습니다\n커스텀차트를 플레이하려면 구매해야 합니다 - + 이 모드에는 다운로드할 수 있는 리소스가 없습니다.\n - + MuseDash.exe 및/또는 GameAssembly.dll을 찾을 수 없습니다.\n올바른 폴더를 선택해주세요 - + Steam에서 게임을 구매했는지 확인할 수 없습니다.\n다른 버전을 사용하고 계십니까? - + 로그 파일을 찾을 수 없습니다\n로그를 생성하려면 MelonLoader를 설치한 후 게임을 한 번 실행해야 합니다 - + MelonLoader 폴더를 찾을 수 없습니다.\nMelonLoader를 설치하셨나요? - + 로그에서 MelonLoader 버전을 찾을 수 없습니다 - + 저장된 Muse Dash 폴더 경로가 null입니다.\n올바른 폴더를 선택해주세요. - + {0} 은 오래되었습니다. "ModManage" 페이지를 사용하여 업데이트해주세요. - + 현재 게임 버전을 읽을 수 없습니다.\nMuse Dash 설치가 완료되었습니까?\nglobalgamemanagers 파일을 확인해주세요.\n{0} - + Headquaters랭킹에 등록하지 않았습니다\nMDMC discord 또는 mdmc.moe 웹사이트의 #bot-commands 채널에 등록해주세요. - + {0} 을다시 설치하려고 합니다.\n작업을 확인해주세요. - + MelonLoader를 제거하려고 합니다.\n작업을 확인해주세요. - + MelonLoader를 제거할 수 없습니다.\n게임이 꺼져있는지 확인하세요! - + MelonLoader가 성공적으로 제거되었습니다.\n - + 모드 제거에 실패했습니다. 게임이 실행 중인가요?\n{0} - + 모드 제거 실패\n{0} - + 존재하지 않는 파일은 삭제할 수 없습니다. - + {0} 이 성공적으로 삭제되었습니다.\n - + MelonLoader.zip 압축해제를 할 수 없습니다 \n{0}\n오류:{1}\n수동으로 압축해제 하시겠습니까? - + 업데이트를 찾을 수 없습니다\n전체 소프트웨어를 다운로드했는지 확인하고\n바이러스 백신을 확인해주세요. - + 분석 성공 - + 실패 - + 알림 - + 성공 - + 주의 - + 차트 다운로드 실패\n{0} - + 차트 {0} 이 성공적으로 다운로드되었습니다.\n - + 이미 차트를 다운로드했습니다. {0}\n계속 다운로드하고 바꾸시겠습니까? - + No charts found in the folder \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.ru.resx b/UI/Localization/MsgBox/Resources_MsgBox.ru.resx index 130f4389..b4e0bf69 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.ru.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.ru.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Нет - + Нет, больше не спрашивать - + Да - + Ваши установленные моды сломаны\nПожалуйста, удалите все моды весящие 0KB, затем, перезапустите приложение\n{0} - + Да, больше не спрашивать - + Не удалось включить/выключить мод\n{0} - + Не удалось включить/выключить мод. Запущена ли игра?\n{0} - + Не удалось включить/выключить мод. Недостаточно прав\n{0} - + Не удалось проверить обновления\nВы подключены к интернету? - + Выберите правильную папку к Muse Dash! - + Вы не выбрали папку Muse Dash\nПожалуйста, выберите её - + Невозможно скопировать Updater в выбранную папку\n{0} - + Невозможно удалить MelonLoader.zip в \n{0}\nОшибка:{1}\nПопробуйте удалить файл вручную - + {1} использует {0} как библиотеку\nВы действительно хотите удалить данный мод? - + Выключить моды, которые используют {0}? - + {1} использует {0} как библиотеку\nВы действительно хотите выключить данный мод? - + Пожалуйста, выберите и удалите дубликат мода вручную\n{0} - + Включить библиотеку {1} мода {0}? - + Не удалось найти MuseDash.exe\nУбедитесь, что Вы выбрали правильную папку - + Ваш путь к игре не содержит "steamapps\common\Muse Dash\musedash.exe"\nКупите игру в Steam! - + Не удалось получить список модов из какого-либо источника - + У вас установлена нерабочая версия MelonLoader: {0}\nИспользуйте кнопку в окне ModManage для установки MelonLoader 0.5.7 - + Ваш MuseDash.exe неправильной версии\nВы используете пиратскую или модифицированную версию игры? - + Не удалось установить библиотеку {0}\n{1} - + Вы не установили MelonLoader\nОн нужен для запуска модов\nУстановить его? - + Не удалось установить MelonLoader\n{0} - + Неуспешная установка MelonLoader, связанная с подключением к сети Интернет\nВы подключены к интернету?\n{0} - + MelonLoader был успешно установлен\n - + Не удалось установить мод\n{0} - + Не удалось установить мод. Запущена ли игра?\n{0} - + Не удалось установить мод. Вы подключены к интернету?\n{0} - + {0} был успешно установлен\n - + Вы не установили мод MuseDashModTools\nОн проверяет обновления для модов во время запуска Muse Dash\nУстановить его? - + Обнаружен путь к папке Muse Dash - {0}\nЭто правильная папка игры? - + Выбран неверный путь. Попробуйте другой - + Успешная проверка обновлений\nВы используете последнюю версию Muse Dash Mod Tools - + Анализ логов завершен, ошибок не найдено\nЕсли у вас есть проблемы, то перейдите в канал устранения неполадок - + Найдена новая версия Muse Dash Mod Tools ({0})\n\nХотите установить её?\n\nИмя релиза:\n{1}\n\nИнфо релиза:\n{2} - + В логах отсутствует путь к приложению - + Не удается найти запись о покупке DLC Muse Dash\nДля того, чтобы играть в кастомные чарты, ее нужно купить - + У этого мода нет доступных ресурсов для скачки\n - + MuseDash.exe или GameAssembly.dll не были найдены\nПожалуйста, выберите правильную папку - + Невозможно проверить, что вы купили игру в Steam\nВы используете пиратскую версию? - + Файл логов не найден\nНеобходимо запустить игру после установки MelonLoader, чтобы создать логи - + Невозможно найти папку с MelonLoader\nПроверьте, установлен ли он - + Невозможно найти версию MelonLoader из логов - + Указанный путь к папке Muse Dash не найден\nВыберите правильную папку - + {0} устарел, обновите его на странице "ModManage" - + Невозможно найти текущую версию игры\nПолностью ли установленна игра?\nПроверьте файл globalgamemanagers в \n{0} - + Вы не зарегистрированы в Headquarters\nПожалуйста, зарегистрируйтесь в mdmc.moe/connect - + Вы хотите переустановить {0}\nПродолжить? - + Вы хотите удалить MelonLoader\nПродолжить? - + Не удается удалить MelonLoader\nПроверьте, не запущена ли сейчас игра - + MelonLoader был успешно удалён\n - + Не удалось удалить мод. Проверьте, запущена ли сейчас игра\n{0} - + Не удалось удалить мод\n{0} - + Невозможно удалить файл, которого не существует - + {0} был успешно удалён\n - + Невозможно разархивировать MelonLoader.zip в \n{0}\nОшибка:{1}\nПопробуйте разархивировать файл вручную - + Не удалось найти Updater.exe\nУбедитесь, что вы установили программу полностью - + Успешный анализ - + Ошибка - + Уведомление - + Успех - + Внимание - + Не удалось установить чарт\n{0} - + Чарт {0} был успешно установлен\n - + Вы уже скачивали чарт {0}\nПерезаписать уже существующий? - + В этой папке нет чартов \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.zh-Hans.resx b/UI/Localization/MsgBox/Resources_MsgBox.zh-Hans.resx index 8c8bea41..bb0cb248 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.zh-Hans.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.zh-Hans.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + - + 否并且不再询问 - + - + 你下载的 Mod 有问题\n如果有0KB的 Mod,请删除之后重新启动应用\n{0} - + 是并且不再询问 - + Mod启用/禁用失败\n{0} - + Mod启用/禁用失败。游戏是否正在运行?\n{0} - + Mod启用/禁用失败。没有权限\n{0} - + 检查更新失败\n是否联网? - + 先选择正确的 Muse Dash文件夹! - + 你还没有选择 Muse Dash 的文件夹\n请选择文件夹 - + 无法将 Updater 复制到目标文件夹\n{0} - + 无法删除 {0} 下的 MelonLoader.zip\n错误信息:\n{1}\n请尝试手动删除 - + {0} 使用依赖 {1} \n你确定你想要删除这个mod吗? - + 你想要禁用依赖于 {0} 的mod吗? - + {0} 被 {1} 用作依赖\n你确定你想要禁用这个mod? - + 请手动选择并且删除重复的mod\n{0} - + 你想要启用 {0} 的依赖mod {1} 吗? - + 验证 MuseDash.exe 失败\n请确认你选择了正确的文件夹 - + 你的游戏路径没有包含"steamapps\common\Muse Dash\musedash.exe"\n你在使用盗版吗? - + 无法从任一下载源获取 Mod 列表 - + 你安装了错误版本的 MelonLoader:{0}\n请使用模组管理界面的按钮安装 MelonLoader 0.5.7 - + MuseDash.exe 并不是正确的版本\n你是否在使用破解版? - + 依赖 {0} 安装失败\n{1} - + 你没有安装 MelonLoader\n需要安装之后才能运行所有的mod\n是否现在安装? - + MelonLoader下载失败\n{0} - + MelonLoader下载失败\n是否联网?\n{0} - + MelonLoader 已经成功安装\n - + Mod安装失败\n{0} - + Mod安装失败。游戏是否正在运行?\n{0} - + Mod安装失败。是否联网?\n{0} - + {0} 已成功安装\n - + 你没有安装 MuseDashModTools 的mod\n每次开启 Muse Dash 的时候会自动检查mod更新\n是否现在安装? - + 检测到的 Muse Dash 文件夹为 {0}\n这是正确的游戏文件夹吗 - + 你选择的路径无效,请再次选择 - + 检查更新成功\nMuse Dash Mod Tools已是最新版\n - + 日志分析完成,未从日志中发现明显错误\n如果仍然有问题请去 trouble shoot 频道询问 - + 有新版本的 Muse Dash Mod Tools ({0})已经发布\n\n你想要现在就安装吗\n\n发布标题:\n{1}\n\n发布内容:\n{2} - + 你的日志中没有包含应用路径 - + 无法找到 Muse Dash DLC 的购买记录\n你需要购买以游玩自制谱 - + 这个mod没有可用链接进行下载\n - + 无法找到 MuseDash.exe 或者 GameAssembly.dll\n请选择正确的文件夹 - + 无法验证你在Steam上购买了此游戏\n你在使用盗版吗? - + 无法找到日志文件\n你需要在安装 MelonLoader 之后启动一次游戏来生成日志文件 - + 无法找到 MelonLoader 文件夹\n你是否安装了 MelonLoader? - + 无法从日志中找到 MelonLoader的版本 - + 你所存储的 Muse Dash 文件夹是空\n请选择正确的文件夹 - + {0} 有更新,请使用 “模组” 页面更新 - + 无法读取当前游戏版本\n你是否完整下载了 Muse Dash?\n请检查你的globalgamemanagers文件在路径\n{0} - + 你还没有注册 Headquarters Mod\n请在 MDMC Discord 的 #bot-commands 频道注册 - + 你正在要求重装{0}\n请确认你的操作 - + 你正在要求卸载 MelonLoader\n请确认你的操作 - + 无法卸载 MelonLoader\n请确认你的游戏没有在运行! - + MelonLoader 已经成功被卸载\n - + Mod卸载失败。游戏是否正在运行?\n{0} - + Mod卸载失败\n{0} - + 无法删除不存在的文件 - + {0}已经被成功删除\n - + 无法解压路径 {0} 的 MelonLoader.zip\n错误信息:\n{1}\n尝试手动解压? - + 无法找到 Updater\n请确认你下载了整个软件 - + 分析成功 - + 失败 - + 注意 - + 成功 - + 警告 - + 谱面下载失败\n{0} - + 谱面 {0} 已成功下载\n - + 你已经下载了谱面 {0}\n继续下载并覆盖吗? - + 文件夹里没有找到谱面 \ No newline at end of file diff --git a/UI/Localization/MsgBox/Resources_MsgBox.zh-Hant.resx b/UI/Localization/MsgBox/Resources_MsgBox.zh-Hant.resx index be78d7dd..b3a49be9 100644 --- a/UI/Localization/MsgBox/Resources_MsgBox.zh-Hant.resx +++ b/UI/Localization/MsgBox/Resources_MsgBox.zh-Hant.resx @@ -1,229 +1,229 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + - + 否,並且不在詢問 - + - + 你下載的 Mod 有問題\n如果有 0KB 的 Mod ,請刪除後再重新啟動程式\n{0} - + 是,並且不再詢問 - + Mod 啟用/禁用失敗\n{0} - + Mod 啟用/禁用失敗。遊戲是否正執行? \n{0} - + Mod 啟用/禁用失敗。沒有權限\n{0} - + 檢查更新失敗\n是否已連網? - + 請選擇正確的 Muse Dash 文件夾! - + 你還沒有選擇 Muse Dash 的文件夾\n請選擇文件夾 - + 無法將 Updater 複製到目標文件夾\n{0} - + 無法刪除 {0} 下的 MelonLoader.zip\n錯誤訊息: \n{1}\n請嘗試手動刪除 - + {0} 使用依賴 {1} \n你確定你想要刪除這個 mod 嗎? - + 你要禁用依賴於 {0} 的 mod 嗎? - + {0} 被 {1} 用作依賴\n你确定你想要禁用這個 mod? - + 請手動選擇並且刪除重複的 mod \n{0} - + 你想要啟用 {0} 的依賴 Mod {1} 嗎? - + 驗證Muse Dash.exe失敗\n請確認你選擇了正確的資料夾 - + 你的遊戲路徑沒有包含 ''steamapps\common\Muse Dash\musedash.exe''\n 是否使用盜版? - + 無法從任一下載源獲取Mod列表 - + 你安裝了錯誤版本的 MelonLoader: {0}\n請使用模組管理介面的按鈕安裝 MelonLoader 0.5.7 - + Muse Dash.exe不是正確的版本\n你是否在使用破解版本? - + 依賴 {0} 安裝失敗\n{1} - + 你沒有安裝 MelonLoader \n需要安裝之後才能運行所有的Mod\n是否現在安裝? - + MelonLoader 下載失敗\n{0} - + MelonLoader 下載失敗\n 是否連上網路? \n{0}} - + MelonLoader 已經成功安裝\n - + Mod 安裝失敗\n{0} - + Mod 安裝失敗。遊戲是否正執行? \n{0}} - + Mod 安裝失敗。是否有連上網路? \n{0} - + {0} 已成功安裝\n - + 你沒有安裝 MuseDashModTools 的 Mod\n每次開啟 Muse Dash 的時候會自動檢查 Mod 更新\n是否現在安裝? - + 檢測到的 Muse Dash 文件夾為 {0}\n 是否為正確的遊戲文件夾? - + 你選擇的位置無效,請再次選擇 - + 檢查更新成功\nMuse Dash Mod Tools 已經是最新版本\n - + 日誌分析完成, 尚未從日誌中發現明顯錯誤\n如果扔然有問題請至 trouble shoot 頻道詢問 - + 有新版本的 Muse Dash Mod Tools ({0})已經發布\n\n你想要現在就安裝嗎\n\n發布標題:\n{1}\n\n發布内容:\n{2} - + 你的日誌中沒有包含應用路徑 - + 無法找到 Muse Dash DLC 的購買紀錄\n你需要購買以遊玩自製譜 - + 這個 Mod 沒有可用連結進行下載\n - + 無法找到 Muse Dash.exe 或 GameAssmbly.dll\n請選擇正確的文件夾 - + 無法認證你在Steam上購買了此遊戲\n你在使用盜版嗎? - + 無法找到日誌文件\n你需要在安裝 MelonLoader 之後啟動一次遊戲來生成日誌文件 - + 無法找到 MelonLoader 文件夾\n你是否安裝了 MelonLoder? - + 無法從日誌中找到 MelonLoader的版本 - + 你儲存的 Muse Dash 文件夾是空的\n請選擇正確的文件夾 - + {0} 有更新,請使用''模組''頁面更新 - + 無法讀取當前的遊戲版本\n你是否完整安裝了Muse Dash?\n請檢查你的 globalgamrmanagers 文件的位置\n{0} - + 你尚未註冊Headquarters Mod\n請在 MDMC Discord 的 #bot-commands 頻道內註冊。 - + 你正在要求重新安裝 {0}\n請確認你的操作 - + 你正在要求解除安裝 MelonLoader\n請確認你的操作 - + 無法截除安裝 MelonLoader\n請確認你的遊戲沒有在執行 - + MelonLoader 已經解除安裝\n - + Mod 安裝失敗。遊戲是否正執行? \n{0}} - + Mod 請除安裝失敗\n{0} - + 無法刪除不存在的文件 - + {0} 已經被成功刪除\n - + 無法解壓路徑 {0} 的MelonLoader.zip\n錯誤訊息: \n{1}\n嘗試手動解壓? - + 無法找到 Updater\n請確認你下載了整個軟體 - + 分析成功 - + 失敗 - + 注意 - + 成功 - + 警告 - + 譜面下載失敗\n{0} - + 譜面 {0} 已成功下載\n - + 你已經下載了這張圖譜 {0}\n是否要覆蓋檔案? - + 文件夾里沒有找到譜面 \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.de.resx b/UI/Localization/Resources/Resources.de.resx index 1f3663ff..a2d6c587 100644 --- a/UI/Localization/Resources/Resources.de.resx +++ b/UI/Localization/Resources/Resources.de.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Choose Muse Dash Folder - + Choose Chart Folder \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.es.resx b/UI/Localization/Resources/Resources.es.resx index 1076a65f..c74ebffd 100644 --- a/UI/Localization/Resources/Resources.es.resx +++ b/UI/Localization/Resources/Resources.es.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Selecciona la carpeta de Muse Dash - + Selecciona la carpeta de Charts \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.fr.resx b/UI/Localization/Resources/Resources.fr.resx index 1f3663ff..a2d6c587 100644 --- a/UI/Localization/Resources/Resources.fr.resx +++ b/UI/Localization/Resources/Resources.fr.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Choose Muse Dash Folder - + Choose Chart Folder \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.hr.resx b/UI/Localization/Resources/Resources.hr.resx index 1f3663ff..a2d6c587 100644 --- a/UI/Localization/Resources/Resources.hr.resx +++ b/UI/Localization/Resources/Resources.hr.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Choose Muse Dash Folder - + Choose Chart Folder \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.hu.resx b/UI/Localization/Resources/Resources.hu.resx index c56d471b..affff96b 100644 --- a/UI/Localization/Resources/Resources.hu.resx +++ b/UI/Localization/Resources/Resources.hu.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Válaszd ki a Muse Dash mappát - + Válaszd ki a zene mappádat \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.ja.resx b/UI/Localization/Resources/Resources.ja.resx index 7ad38dbc..9b2ac91a 100644 --- a/UI/Localization/Resources/Resources.ja.resx +++ b/UI/Localization/Resources/Resources.ja.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Muse Dashのインストールフォルダを選んでね - + チャートフォルダを選択 \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.ko.resx b/UI/Localization/Resources/Resources.ko.resx index 3d75ffcd..ac076f52 100644 --- a/UI/Localization/Resources/Resources.ko.resx +++ b/UI/Localization/Resources/Resources.ko.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 뮤즈대쉬 폴더를 선택해주세요 - + Choose Chart Folder \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.ru.resx b/UI/Localization/Resources/Resources.ru.resx index 3c5dfa39..f95f722a 100644 --- a/UI/Localization/Resources/Resources.ru.resx +++ b/UI/Localization/Resources/Resources.ru.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Выберите папку Muse Dash - + Выберите папку чарта \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.zh-Hans.resx b/UI/Localization/Resources/Resources.zh-Hans.resx index f33eadeb..60577591 100644 --- a/UI/Localization/Resources/Resources.zh-Hans.resx +++ b/UI/Localization/Resources/Resources.zh-Hans.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 选择 Muse Dash 文件夹 - + 选择谱面文件夹 \ No newline at end of file diff --git a/UI/Localization/Resources/Resources.zh-Hant.resx b/UI/Localization/Resources/Resources.zh-Hant.resx index 3f9b72f9..7ead6375 100644 --- a/UI/Localization/Resources/Resources.zh-Hant.resx +++ b/UI/Localization/Resources/Resources.zh-Hant.resx @@ -1,30 +1,30 @@  - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + + + text/microsoft-resx + + + 1.3 + + + 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, + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 選擇 Muse Dash 文件夾 - + 選擇譜面文件夾 \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.de.resx b/UI/Localization/XAML/Resources_XAML.de.resx index f31f01d8..eedaf3b1 100644 --- a/UI/Localization/XAML/Resources_XAML.de.resx +++ b/UI/Localization/XAML/Resources_XAML.de.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + UserData - + Report Bug - + Check Update - + Github Mirror - + Analyze Log - + Apply - + Always Ask - + No - + Yes - + Change Path - + Download Prerelease: - + Gitee - + Github - + Download Source: - + All - + Enabled - + Font: - + Help Translate - + HomePage - + Installed - + Incompatible - + Install\nMelonLoader - + Install - + Language: - + Open Log Folder - + Mods - + All - + Dependencies: - + {0} \n\nAuthor: {1} \nOnline Version: {2}\nCompatible Game Version: {3} - + Duplicated by: - + {0}'s {1} version is incompatible with your game version - + Local Version: {0} (Modified) - + Local Version: {0} (WOW MOD DEV) - + Local Version: {0} - + About - + Local Version: {0} (Has a newer version: {1}) - + Outdated - + Muse Dash Folder Path - + Reinstall - + Search Mods (Name, Author, Descriptions) - + Disable dependents when deleting Mod - + Disable dependents when disabling Mod - + Enable dependencies when enabling Mod - + Enable dependencies when installing Mod - + Analysis - + Mods - + Setting - + Troubleshoot - + Uninstall\nMelonLoader - + Uninstall - + Update - + Custom - + Provide the link of custom download source - + The link must end in "/", and must be accessible and parsable when appending "ModLinks.json" to the end of the address (The same structure as the Github repository)\nTakes effect after restarting app - + Charts - + Search Charts (Name, Author, Charter) - + Download - + Downloads: - + Likes: - + Charter: - + Open Custom_Albums Folder - + Sort by: - + Filter by - + Default - + Likes - + Downloads - + Latest - + Name - + Level - + Easy - + Hard - + Master - + Hidden - + Search Mods (Name, Author, Descriptions) - + Name - + Artist - + Level Designer - + Scene - + BPM - + Difficulty - + Search Tags - + Hide Bms Mode - + Hide Bms Difficulty - + Hide Bms Message - + Choose Chart Folder - + Space Station - + Retrocity - + Castle - + RainyNight - + Candyland - + Oriental - + Let's Groove - + Touhou - + DJMAX \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.es.resx b/UI/Localization/XAML/Resources_XAML.es.resx index 97fec4ed..9e9ac80e 100644 --- a/UI/Localization/XAML/Resources_XAML.es.resx +++ b/UI/Localization/XAML/Resources_XAML.es.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + Carpeta de\najustes local - + Reporta un error - + Comprobar actualización - + Github Mirror - + Analizar\neste log - + Aplicar - + Preguntar primero - + No - + - + Modificar carpeta - + Descargar versión de pre-estable: - + Gitee - + Github - + Descarga Oficial: - + Mostrar todo - + Activo - + Fuente: - + ¡Ayuda a traducir! - + Más información - + Instalado - + No compatible - + Instalar\nMelonLoader - + Instalar - + Idioma: - + Ir a mi Log - + Carpeta de\nmods - + Todas - + Dependencias: - + {0} \n\nAutor: {1} \nUltima versión: {2} \nVersiones de Muse Dash compatibles: {3} - + Duplicado de: - + El mod {0} v{1}, no es compatible con tu versión actual de Muse Dash - + Versión instalada: {0} (Modificado) - + Versión instalada: {0} (MODO DESARROLLADOR) - + Versión instalada: {0} - + Créditos - + Versión instalada: {0} (Nueva versión disponible: {1}) - + Desactualizado - + Carpeta de Muse Dash - + Reinstalar - + Buscar mods (Nombre, Autor, Descripción) - + Desactivar dependencia al eliminar un Mod - + Desactivar dependencia al desactivar un Mod - + Activar dependencias al activar un Mod - + Activar dependencias al instalar un Mod - + Analizar - + Mods - + Ajustes - + Reportar un\nproblema - + Remover\nMelonLoader - + Desinstalar - + Actualizar - + Custom - + Ingresa el enlace de descarga - + El enlace debe terminar en una "/", ser público y ser compatible con "ModLinks.json" (La misma estructura que en Github)\n¡Tomará efecto al reiniciar el programa! - + Charts - + Buscar (Canción, Autor, Diseñador) - + Descargar - + Descargas: - + Favoritos: - + Diseñador: - + Abrir carpeta\nde charts - + Ordenar por: - + Dificultad - + N/A - + Favoritos - + Descargas - + Nuevos - + Nombre - + Dificultad - + Fácil - + Difícil - + Maestro - + Oculto - + Buscar mods (Nombre, Autor, Descripción) - + Canción - + Artista - + Diseñador - + Escena - + BPM - + Dificultad - + Buscar Tags - + Ocultar modo BMS - + Ocultar dificultad BMS - + Ocultar mensaje BMS - + Elige la carpeta de Chart - + Estación Espacial - + Ciudad Retro - + Castillo - + Lluvia Nocturna - + Bosque de caramelo - + Oriental - + Groove Coaster - + Touhou - + DJMAX \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.fr.resx b/UI/Localization/XAML/Resources_XAML.fr.resx index f31f01d8..eedaf3b1 100644 --- a/UI/Localization/XAML/Resources_XAML.fr.resx +++ b/UI/Localization/XAML/Resources_XAML.fr.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + UserData - + Report Bug - + Check Update - + Github Mirror - + Analyze Log - + Apply - + Always Ask - + No - + Yes - + Change Path - + Download Prerelease: - + Gitee - + Github - + Download Source: - + All - + Enabled - + Font: - + Help Translate - + HomePage - + Installed - + Incompatible - + Install\nMelonLoader - + Install - + Language: - + Open Log Folder - + Mods - + All - + Dependencies: - + {0} \n\nAuthor: {1} \nOnline Version: {2}\nCompatible Game Version: {3} - + Duplicated by: - + {0}'s {1} version is incompatible with your game version - + Local Version: {0} (Modified) - + Local Version: {0} (WOW MOD DEV) - + Local Version: {0} - + About - + Local Version: {0} (Has a newer version: {1}) - + Outdated - + Muse Dash Folder Path - + Reinstall - + Search Mods (Name, Author, Descriptions) - + Disable dependents when deleting Mod - + Disable dependents when disabling Mod - + Enable dependencies when enabling Mod - + Enable dependencies when installing Mod - + Analysis - + Mods - + Setting - + Troubleshoot - + Uninstall\nMelonLoader - + Uninstall - + Update - + Custom - + Provide the link of custom download source - + The link must end in "/", and must be accessible and parsable when appending "ModLinks.json" to the end of the address (The same structure as the Github repository)\nTakes effect after restarting app - + Charts - + Search Charts (Name, Author, Charter) - + Download - + Downloads: - + Likes: - + Charter: - + Open Custom_Albums Folder - + Sort by: - + Filter by - + Default - + Likes - + Downloads - + Latest - + Name - + Level - + Easy - + Hard - + Master - + Hidden - + Search Mods (Name, Author, Descriptions) - + Name - + Artist - + Level Designer - + Scene - + BPM - + Difficulty - + Search Tags - + Hide Bms Mode - + Hide Bms Difficulty - + Hide Bms Message - + Choose Chart Folder - + Space Station - + Retrocity - + Castle - + RainyNight - + Candyland - + Oriental - + Let's Groove - + Touhou - + DJMAX \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.hr.resx b/UI/Localization/XAML/Resources_XAML.hr.resx index f31f01d8..eedaf3b1 100644 --- a/UI/Localization/XAML/Resources_XAML.hr.resx +++ b/UI/Localization/XAML/Resources_XAML.hr.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + UserData - + Report Bug - + Check Update - + Github Mirror - + Analyze Log - + Apply - + Always Ask - + No - + Yes - + Change Path - + Download Prerelease: - + Gitee - + Github - + Download Source: - + All - + Enabled - + Font: - + Help Translate - + HomePage - + Installed - + Incompatible - + Install\nMelonLoader - + Install - + Language: - + Open Log Folder - + Mods - + All - + Dependencies: - + {0} \n\nAuthor: {1} \nOnline Version: {2}\nCompatible Game Version: {3} - + Duplicated by: - + {0}'s {1} version is incompatible with your game version - + Local Version: {0} (Modified) - + Local Version: {0} (WOW MOD DEV) - + Local Version: {0} - + About - + Local Version: {0} (Has a newer version: {1}) - + Outdated - + Muse Dash Folder Path - + Reinstall - + Search Mods (Name, Author, Descriptions) - + Disable dependents when deleting Mod - + Disable dependents when disabling Mod - + Enable dependencies when enabling Mod - + Enable dependencies when installing Mod - + Analysis - + Mods - + Setting - + Troubleshoot - + Uninstall\nMelonLoader - + Uninstall - + Update - + Custom - + Provide the link of custom download source - + The link must end in "/", and must be accessible and parsable when appending "ModLinks.json" to the end of the address (The same structure as the Github repository)\nTakes effect after restarting app - + Charts - + Search Charts (Name, Author, Charter) - + Download - + Downloads: - + Likes: - + Charter: - + Open Custom_Albums Folder - + Sort by: - + Filter by - + Default - + Likes - + Downloads - + Latest - + Name - + Level - + Easy - + Hard - + Master - + Hidden - + Search Mods (Name, Author, Descriptions) - + Name - + Artist - + Level Designer - + Scene - + BPM - + Difficulty - + Search Tags - + Hide Bms Mode - + Hide Bms Difficulty - + Hide Bms Message - + Choose Chart Folder - + Space Station - + Retrocity - + Castle - + RainyNight - + Candyland - + Oriental - + Let's Groove - + Touhou - + DJMAX \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.hu.resx b/UI/Localization/XAML/Resources_XAML.hu.resx index 329a2a04..22a80d4e 100644 --- a/UI/Localization/XAML/Resources_XAML.hu.resx +++ b/UI/Localization/XAML/Resources_XAML.hu.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + UserData - + Hibajelentés - + Frissítés - + Github tükörlink - + Log elemzése - + Alkalmaz - + Kérdezz rá - + Nem - + Igen - + Mappaválasztás - + Korai kiadások letöltése: - + Gitee - + Github - + Letöltési forrás: - + Mind - + Bekapcsolt - + Betűtípus: - + Közreműködés - + Fő-oldal - + Telepített - + Nem működik - + MelonLoader\nTelepítése - + Telepítés - + Nyelv: - + Log mappa megnyitása - + Mappa - + Mind - + Függőségek: - + {0}\n\nFejlesztő: {1}\nOnline verzió: {2}\nKompatibilis játék verzió: {3} - + Duplikálja: - + {0}-nak az {1}-es verziója nem működik ezen a játék verzión - + Helyi verzió: {0} (Módosított) - + Helyi verzió: {0} (ATYA ÚRISTEN, ÖN FEJLESZTŐ?!) - + Helyi verzió: {0} - + A projektről - + Helyi verzió: {0} (Újabb elérhető: {1}) - + Elavult - + Muse Dash mappa - + Újra-telepítés - + Keresés - + Függő modok kikapcsolása mod törlésekor - + Függő modok kikapcsolása mod kikapcsolásakor - + Függőségek bekapcsolása mod bekapcsolásakor - + Függőségek bekapcsolása mod telepítésekor - + Elemzés - + Modok - + Beállítások - + Hibakeresés - + MelonLoader\nEltávolítása - + Törlés - + Frissítés - + Egyéni forrás - + Add meg az egyéni forrás linkjét - + A linknek "/"-el kell végződnie, emellett elérhetőnek és értelemezhetőnek kell lennie úgy, hogy ha "ModLinks.json" van a végéhez fűzve (Ugyanaz mint egy GitHub projekt felépítése)\nÚjraindítás után lép életbe - + Zenék - + Keresés - + Letöltés - + Letöltések: - + Lájkok: - + Készítő: - + Custom_Albums mappa - + Rendezés: - + Szűrés - + Alapértelmezett - + Lájkok - + Letöltések - + Legújabb - + Név - + Nehézség - + Könnyű - + Nehéz - + Mester - + Rejtett - + Keresés - + Cím - + Zenész - + Készítő - + Helyszín - + BPM - + Nehézség - + Kereső címkék - + Rejtett BMS módszer - + Rejtett BMS helye - + Rejtett Bms üzenete - + Válaszd ki a zene mappádat - + Space Station - + Retrocity - + Castle - + Rainy Night - + Candyland - + Oriental - + Let's Groove - + Touhou - + DJMAX \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.ja.resx b/UI/Localization/XAML/Resources_XAML.ja.resx index 6f421571..9503523a 100644 --- a/UI/Localization/XAML/Resources_XAML.ja.resx +++ b/UI/Localization/XAML/Resources_XAML.ja.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + ユーザーデータ - + バグリポート - + アップデートを確認 - + Github Mirror - + Analyze Log - + 適用 - + 毎回表示 - + いいえ - + Yes - + Change Path - + プリリリースをダウンロード : - + Gitee - + Github - + ソースをダウンロードする - + すべて - + 適用 - + フォント - + 翻訳を手伝う - + ホームページ - + インストール - + Incompatible - + Install\nMelonLoader - + Install - + 言語: - + Open Log Folder - + Mods - + すべて - + Dependencies: - + {0} \n\nAuthor: {1} \nOnline Version: {2}\nCompatible Game Version: {3} - + Duplicated by: - + {0}'s {1} version is incompatible with your game version - + Local Version: {0} (Modified) - + Local Version: {0} (WOW MOD DEV) - + Local Version: {0} - + About - + Local Version: {0} (Has a newer version: {1}) - + Outdated - + Muse Dash Folder Path - + Reinstall - + Search Mods (Name, Author, Descriptions) - + Disable dependents when deleting Mod - + Disable dependents when disabling Mod - + Enable dependencies when enabling Mod - + Enable dependencies when installing Mod - + Analysis - + Mods - + 設定 - + トラブルシューティング - + アンインストール\nメロンローダー - + アンインストール - + Update - + Custom - + Provide the link of custom download source - + The link must end in "/", and must be accessible and parsable when appending "ModLinks.json" to the end of the address (The same structure as the Github repository)\nTakes effect after restarting app - + Charts - + Search Charts (Name, Author, Charter) - + Download - + Downloads: - + Likes: - + Charter: - + Open Custom_Albums Folder - + Sort by: - + 選べる - + プリセット - + 好き - + ダウンロード - + 最新 - + 名前 - + レベル - + 普通 - + 玄人 - + 達人 - + 隠し - + Modsを探す (名前,作者,説明) - + 名前 - + アーティスト - + Level Designer - + Scene - + BPM - + Difficulty - + Search Tags - + Hide Bms Mode - + Hide Bms Difficulty - + Hide Bms Message - + Choose Chart Folder - + Space Station - + Retrocity - + Castle - + RainyNight - + Candyland - + Oriental - + Let's Groove - + Touhou - + DJMAX \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.ko.resx b/UI/Localization/XAML/Resources_XAML.ko.resx index 0b20388c..60f8d578 100644 --- a/UI/Localization/XAML/Resources_XAML.ko.resx +++ b/UI/Localization/XAML/Resources_XAML.ko.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 유저데이터 - + 버그 신고 - + 업데이트 확인 - + Github Mirror - + 로그 분석 - + 적용 - + 항상 묻기 - + 아니요 - + - + 경로 변경 - + 체험판 다운로드: - + Gitee - + Github - + 다운로드 소스: - + 모든 - + 활성화 - + 폰트: - + 번역 도움 - + 홈페이지 - + 설치됨 - + 호환되지 않음 - + 설치\nMelonLoader - + 설치 - + 언어: - + 로그 파일 열기 - + 모드 - + 모든 - + 하위: - + {0} \n\n작성자: {1} \n온라인 버전: {2}\n호환되는 게임 버전: {3} - + 중복제작자: - + {0} 의 {1} 버전이 게임 버전과 호환되지 않습니다. - + 로컬 버전: {0} (수정됨) - + 로컬 버전: {0} (WOW MOD DEV) - + 로컬 버전: {0} - + 대해서 - + 로컬 버전: {0} (최신 버전 있음: {1}) - + 오래된 - + Muse Dash 폴더 경로 - + 재설치 - + 모드 검색 (이름, 작성자, 설명) - + Mod 삭제 시 하위 항목 비활성화 - + Mod 비활성화 시 하위 항목 비활성화 - + Mod 활성화 시 하위항목 활성화 - + Mod 설치 시 하위항목 활성화 - + 분석 - + 모드 - + 세팅 - + 문제 해결 - + 제거\nMelonLoader - + 제거 - + 업데이트 - + 커스텀 - + 커스텀 다운로드 소스 링크 제공 - + 링크는 "/"로 끝나야 하며 주소 끝에 "ModLinks.json"을 추가할 때 액세스하고 구문 분석할 수 있어야 합니다(Github 저장소와 동일한 구조)\n앱을 다시 시작한 후 적용됩니다. - + 차트 - + 차트 검색 (이름, 제작자, 차트 제작자) - + 다운로드 - + 다운로드: - + 좋아요: - + 차트 제작자: - + Custom_Albums 폴더 열기 - + 정렬 기준: - + 필터링 기준 - + 기본 - + 좋아요 - + 다운로드 - + 최신 - + 이름 - + 레벨 - + 쉬움 - + 어려움 - + 마스터 - + 히든 - + 모드 검색(이름, 제작자, 설명) - + Name - + Artist - + Level Designer - + Scene - + BPM - + Difficulty - + Search Tags - + Hide Bms Mode - + Hide Bms Difficulty - + Hide Bms Message - + Choose Chart Folder - + Space Station - + Retrocity - + Castle - + RainyNight - + Candyland - + Oriental - + Let's Groove - + Touhou - + DJMAX \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.ru.resx b/UI/Localization/XAML/Resources_XAML.ru.resx index 92e971cf..9e1e7832 100644 --- a/UI/Localization/XAML/Resources_XAML.ru.resx +++ b/UI/Localization/XAML/Resources_XAML.ru.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + UserData - + Нашли баг? - + Проверить обновления - + Github Mirror - + Анализировать логи - + Применить - + Всегда спрашивать - + Нет - + Да - + Изменить путь - + Скачать пре-релиз: - + Gitee - + Github - + Источник скачивания: - + Все - + Включенные - + Шрифт: - + Помочь с переводом - + Домашняя страница - + Установленные - + Несовместимые - + Установить\nMelonLoader - + Установить - + Язык: - + Открыть папку с логами - + Моды - + Все - + Зависимости: - + {0} \n\nАвтор: {1} \nПоследняя версия: {2}\nСовместимая версия игры: {3} - + Дубликат к: - + Версия {1} мода {0} несовместима с вашей версией игры - + Установленная версия: {0} (Модифицирована) - + Установленная версия: {0} (ВАУ МОДОДЕЛ) - + Локальная версия: {0} - + Инфо - + Локальная версия: {0} (Имеет новую версию: {1}) - + Устаревшие - + Путь к папке Muse Dash - + Переустановить - + Искать моды (Имя, Автор, Описания) - + Отключение зависимости при удалении мода - + Отключение зависимости при отключении мода - + Включение зависимости при включении мода - + Включение зависимости при установке мода - + Анализ - + Моды - + Настройки - + Поиск неисправностей - + Удалить\nMelonLoader - + Удалить - + Обновить - + Другой - + Ссылка на источник скачивания - + Ссылка должна заканчиваться на "/" и должна быть доступна и анализируема при добавлении "ModLinks.json" в конец адреса (та же структура, что и в репозитории Github)\nВступает в силу после перезапуска приложения - + Чарты - + Найти чарт (Имя, Автор, Создатель) - + Скачать - + Скачиваний: - + Лайки: - + Создатель: - + Открыть папку с чартами - + Сортировать по: - + Фильтровать по - + По умолчанию - + Лайки - + Скачивания - + Последние - + Название - + Сложность - + Легко - + Сложно - + Мастер - + Скрытый - + Искать моды (Имя, Автор, Описания) - + Название - + Автор - + Создатель чарта - + Сцена - + BPM - + Сложность - + Теги для поиска - + Hide Bms Mode - + Hide Bms Difficulty - + Hide Bms Message - + Выберите папку чарта - + Space Station - + Retrocity - + Castle - + RainyNight - + Candyland - + Oriental - + Let's Groove - + Touhou - + DJMAX \ No newline at end of file diff --git a/UI/Localization/XAML/Resources_XAML.zh-Hans.resx b/UI/Localization/XAML/Resources_XAML.zh-Hans.resx index cc8a8305..00da0780 100644 --- a/UI/Localization/XAML/Resources_XAML.zh-Hans.resx +++ b/UI/Localization/XAML/Resources_XAML.zh-Hans.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 配置文件夹 - + 报告 Bug - + 检查更新 - + Github 镜像 - + 分析日志 - + 应用 - + 总是询问 - + - + - + 更改路径 - + 下载预发行版本: - + Gitee - + Github - + 下载源: - + 全部 - + 已启用 - + 字体: - + 帮助翻译 - + 主页 - + 已安装 - + 不兼容 - + 安装\nMelonLoader - + 安装 - + 语言: - + 打开日志文件夹 - + 模组文件夹 - + 全部 - + 依赖: - + {0} \n\n作者:{1} \n线上版本:{2}\n支持游戏版本:{3} - + 重复: - + {0} 的 {1} 版本和你的游戏版本不兼容 - + 本地版本:{0}(修改) - + 本地版本:{0}(WOW MOD开发者) - + 本地版本:{0} - + 关于 - + 本地版本:{0}(有新版本:{1}) - + 有更新 - + Muse Dash 文件夹路径 - + 重装 - + 搜索模组 (名字,作者,描述) - + 删除 Mod 时禁用依赖 - + 禁用 Mod 时禁用依赖 - + 启用 Mod 时启用依赖 - + 安装 Mod 时启用依赖 - + 分析 - + 模组 - + 设置 - + 报告未知问题 - + 卸载\nMelonLoader - + 卸载 - + 更新 - + 自定义 - + 填写一个自定义的下载链接 - + 链接必须以 "/" 结尾,并且在链接后面加上 "ModLinks.json" 后必须可以访问并解析(即 Github 仓库同样结构)\n重启应用生效 - + 谱面 - + 搜索谱面 (名称,曲师,谱师) - + 下载 - + 下载数: - + 点赞数: - + 谱师: - + 打开自制谱文件夹 - + 排序: - + 筛选 - + 默认 - + 点赞 - + 下载 - + 最新 - + 名称 - + 等级 - + 萌新 - + 高手 - + 大触 - + 隐藏 - + 搜索模组 (名字,作者,描述) - + 谱面名 - + 曲师 - + 谱师 - + 场景 - + BPM - + 难度 - + 搜索标签 - + 里谱解锁方式 - + 里谱解锁难度 - + 里谱解锁信息 - + 选择谱面文件夹 - + 太空 - + 都市 - + 城堡 - + 雨夜街道 - + 糖果森林 - + 和风 - + 一起过山车 - + 车万 - + DJMAX diff --git a/UI/Localization/XAML/Resources_XAML.zh-Hant.resx b/UI/Localization/XAML/Resources_XAML.zh-Hant.resx index 8bf3b797..0daf6726 100644 --- a/UI/Localization/XAML/Resources_XAML.zh-Hant.resx +++ b/UI/Localization/XAML/Resources_XAML.zh-Hant.resx @@ -1,304 +1,304 @@ - - + + - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + text/microsoft-resx + + + 1.3 + + + 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 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + 使用者文件 - + 回報Bug - + 檢查更新 - + Github 鏡像 - + 分析日誌 - + 應用 - + 總是詢問 - + - + - + 更改路徑 - + 下載預發行版本: - + Gitee - + Github - + 下載源: - + 全部 - + 已啟用 - + 字體: - + 幫助翻譯 - + 主頁 - + 已安裝 - + 不相容 - + 安裝\nMelonLoader - + 安裝 - + 語言: - + 打開日誌文件夾 - + 模組文件夾 - + 全部 - + 依賴: - + {0} \n\n作者:{1} \n線上版本:{2}\n支持遊戲版本:{3} - + 重複: - + {0} 的 {1} 版本和你的遊戲版本不相容 - + 本地版本: {0} (修改) - + 你的版本: {0} (WOW MOD開發者) - + 你的版本: {0} - + 關於 - + 你的版本: {0} (有新版本: {1}) - + 有更新 - + Muse Dash 文件路徑 - + 重新安裝 - + 搜尋模組 (名字, 作者, 描述) - + 刪除Mod時禁用依賴 - + 禁用Mod時禁用依賴 - + 啟用Mod時啟用依賴 - + 安裝Mod時啟用依賴 - + 分析 - + 模組 - + 設置 - + 報告未知問題 - + 解除安裝\nMelonLoader - + 解除安裝 - + 更新 - + 自訂義 - + 填寫一個自訂義的下載連結 - + 連接必須以''/''結尾,並且在連接後面加上''ModLinks.json''後必須可以訪問並解析 (即Github倉庫同樣結構) \n重啟應用生效 - + 譜面 - + 搜索譜面 (名稱,曲師,譜師) - + 下載 - + 下載次數: - + 喜歡數: - + 譜師: - + 打開自製譜文件夾 - + 排序: - + 篩選 - + 預設 - + 喜歡次數 - + 下載 - + 最新 - + 名稱 - + 等級 - + 萌新 - + 高手 - + 大觸 - + 隱藏 - + 搜尋模組 (名字, 作者, 描述) - + 譜面名稱 - + 曲師 - + 譜師 - + 場景 - + BPM - + 難度 - + 搜索標籤 - + 里譜解鎖方式 - + 里譜解鎖難度 - + 里譜解鎖訊息 - + 選擇譜面文件夾 - + 太空 - + 都市 - + 城堡 - + 雨夜街道 - + 糖果森林 - + 和風 - + 一起過山車 - + 車萬 - + DJMAX \ No newline at end of file diff --git a/UI/Models/LogFileFormatter.cs b/UI/Models/LogFileFormatter.cs index 13449465..567e60f7 100644 --- a/UI/Models/LogFileFormatter.cs +++ b/UI/Models/LogFileFormatter.cs @@ -1,5 +1,4 @@ using System.Globalization; -using System.IO; using Serilog.Events; using Serilog.Formatting; diff --git a/UI/Models/Setting.cs b/UI/Models/Setting.cs index eca8fdfa..b7bd1df5 100644 --- a/UI/Models/Setting.cs +++ b/UI/Models/Setting.cs @@ -1,5 +1,4 @@ using System.Globalization; -using System.IO; using System.Text.Json.Serialization; using NuGet.Versioning; diff --git a/UI/MuseDashModToolsUI.csproj b/UI/MuseDashModToolsUI.csproj index b8dded82..dfcb5b78 100644 --- a/UI/MuseDashModToolsUI.csproj +++ b/UI/MuseDashModToolsUI.csproj @@ -1,7 +1,7 @@ WinExe - net7.0 + net8.0 enable true Assets\Icon.ico @@ -74,37 +74,36 @@ - - - - + + + + - - - - + + + - - - - + + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - - - + + + diff --git a/UI/Program.cs b/UI/Program.cs index 323974ac..cd2fa4fe 100644 --- a/UI/Program.cs +++ b/UI/Program.cs @@ -1,8 +1,6 @@ #if !DEBUG using System.Diagnostics; #endif -using System.IO; - namespace MuseDashModToolsUI; internal static class Program diff --git a/UI/Services/ChartService.cs b/UI/Services/ChartService.cs index 45075ee3..5e60ec8a 100644 --- a/UI/Services/ChartService.cs +++ b/UI/Services/ChartService.cs @@ -1,5 +1,4 @@ using System.Collections.ObjectModel; -using System.IO; using DynamicData; #pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. diff --git a/UI/Services/GitHubService.cs b/UI/Services/GitHubService.cs index 0a4040cc..f7c817dd 100644 --- a/UI/Services/GitHubService.cs +++ b/UI/Services/GitHubService.cs @@ -1,6 +1,4 @@ -using System.IO; -using System.Net.Http; -using System.Net.Http.Json; +using System.Net.Http.Json; #pragma warning disable CS8618 diff --git a/UI/Services/LinuxService.cs b/UI/Services/LinuxService.cs index 0aa2ecb4..77b3332d 100644 --- a/UI/Services/LinuxService.cs +++ b/UI/Services/LinuxService.cs @@ -1,6 +1,5 @@ using System.Collections.Immutable; using System.Diagnostics; -using System.IO; #pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. diff --git a/UI/Services/LocalService.cs b/UI/Services/LocalService.cs index 8c58e802..4dfb0c2b 100644 --- a/UI/Services/LocalService.cs +++ b/UI/Services/LocalService.cs @@ -1,5 +1,4 @@ using System.Diagnostics; -using System.IO; using System.Reflection; using AssetsTools.NET.Extra; using DialogHostAvalonia; diff --git a/UI/Services/LogAnalyzeService.cs b/UI/Services/LogAnalyzeService.cs index d5c0fa36..a04a8c8d 100644 --- a/UI/Services/LogAnalyzeService.cs +++ b/UI/Services/LogAnalyzeService.cs @@ -1,5 +1,4 @@ -using System.IO; -using System.Text; +using System.Text; using ValveKeyValue; #pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. diff --git a/UI/Services/ModService.cs b/UI/Services/ModService.cs index 3cd12cd4..bc473b8c 100644 --- a/UI/Services/ModService.cs +++ b/UI/Services/ModService.cs @@ -1,5 +1,4 @@ using System.Collections.ObjectModel; -using System.IO; using System.Text; using DynamicData; using NuGet.Versioning; diff --git a/UI/Services/Partial/GithubService.Partial.cs b/UI/Services/Partial/GithubService.Partial.cs index 8192028c..ad93e8db 100644 --- a/UI/Services/Partial/GithubService.Partial.cs +++ b/UI/Services/Partial/GithubService.Partial.cs @@ -1,5 +1,3 @@ -using System.IO; -using System.Net.Http; using System.Text.RegularExpressions; using Avalonia.Media.Imaging; using DialogHostAvalonia; diff --git a/UI/Services/Partial/InfoJsonService.Partial.cs b/UI/Services/Partial/InfoJsonService.Partial.cs index 560c9f93..3df24d51 100644 --- a/UI/Services/Partial/InfoJsonService.Partial.cs +++ b/UI/Services/Partial/InfoJsonService.Partial.cs @@ -1,4 +1,3 @@ -using System.IO; using System.Text.RegularExpressions; namespace MuseDashModToolsUI.Services; diff --git a/UI/Services/Partial/LocalService.Partial.cs b/UI/Services/Partial/LocalService.Partial.cs index 8c199954..0677d3ed 100644 --- a/UI/Services/Partial/LocalService.Partial.cs +++ b/UI/Services/Partial/LocalService.Partial.cs @@ -1,5 +1,3 @@ -using System.IO; - namespace MuseDashModToolsUI.Services; public partial class LocalService diff --git a/UI/Services/Partial/ModService.Partial.cs b/UI/Services/Partial/ModService.Partial.cs index dc16a486..4b622714 100644 --- a/UI/Services/Partial/ModService.Partial.cs +++ b/UI/Services/Partial/ModService.Partial.cs @@ -1,5 +1,3 @@ -using System.IO; -using System.Net.Http; using System.Security; using System.Text; using DynamicData; diff --git a/UI/Services/Partial/SavingService.Partial.cs b/UI/Services/Partial/SavingService.Partial.cs index d19bb699..c489b82f 100644 --- a/UI/Services/Partial/SavingService.Partial.cs +++ b/UI/Services/Partial/SavingService.Partial.cs @@ -1,5 +1,4 @@ using System.Globalization; -using System.IO; using System.Text.Json.Nodes; using Avalonia.Controls.ApplicationLifetimes; using NuGet.Versioning; diff --git a/UI/Services/SavingService.cs b/UI/Services/SavingService.cs index 51314944..88de1bd3 100644 --- a/UI/Services/SavingService.cs +++ b/UI/Services/SavingService.cs @@ -1,5 +1,4 @@ -using System.IO; -using System.IO.Abstractions; +using System.IO.Abstractions; #pragma warning disable CS8618 diff --git a/UI/Services/SerializationService.cs b/UI/Services/SerializationService.cs index 116e293e..8ce8d87b 100644 --- a/UI/Services/SerializationService.cs +++ b/UI/Services/SerializationService.cs @@ -1,4 +1,3 @@ -using System.IO; using System.Text.Encodings.Web; using System.Text.Json; using MuseDashModToolsUI.Converters; diff --git a/UI/Services/WindowsService.cs b/UI/Services/WindowsService.cs index a4d94de7..9665975e 100644 --- a/UI/Services/WindowsService.cs +++ b/UI/Services/WindowsService.cs @@ -1,6 +1,5 @@ using System.Collections.Immutable; using System.Diagnostics; -using System.IO; using Microsoft.Win32; #pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. diff --git a/UI/ViewModels/Dialogs/DownloadWindowViewModel.cs b/UI/ViewModels/Dialogs/DownloadWindowViewModel.cs index 3ec63a86..476f8b1d 100644 --- a/UI/ViewModels/Dialogs/DownloadWindowViewModel.cs +++ b/UI/ViewModels/Dialogs/DownloadWindowViewModel.cs @@ -1,5 +1,4 @@ -using System.IO; -using DialogHostAvalonia; +using DialogHostAvalonia; using ICSharpCode.SharpZipLib.Zip; #pragma warning disable CS8618 diff --git a/UI/ViewModels/Tabs/ModManageViewModel.cs b/UI/ViewModels/Tabs/ModManageViewModel.cs index aebfd7c2..f0451c95 100644 --- a/UI/ViewModels/Tabs/ModManageViewModel.cs +++ b/UI/ViewModels/Tabs/ModManageViewModel.cs @@ -1,6 +1,5 @@ using System.Collections.ObjectModel; using System.Diagnostics; -using System.IO; using DynamicData; #pragma warning disable CS8618 diff --git a/Updater/MuseDashModToolsUI.Updater.csproj b/Updater/MuseDashModToolsUI.Updater.csproj index 8535fbaa..69ce0996 100644 --- a/Updater/MuseDashModToolsUI.Updater.csproj +++ b/Updater/MuseDashModToolsUI.Updater.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Updater @@ -21,7 +21,7 @@ - + \ No newline at end of file