Compare commits
85 Commits
2025.726.0
...
b59c4f1f29
| Author | SHA1 | Date | |
|---|---|---|---|
| b59c4f1f29 | |||
| 915c6f7de1 | |||
|
|
53a9d08e8d | ||
|
|
1012b2ca32 | ||
|
|
d315afeb0e | ||
|
|
fa3f00f6f7 | ||
|
|
2a205ea5b4 | ||
|
|
b06fb820be | ||
|
|
80a3e0e468 | ||
|
|
3df3857b4f | ||
|
|
708e06cdf6 | ||
|
|
be792551d7 | ||
|
|
b1c1da39ec | ||
|
|
0a5526cc1b | ||
|
|
4517fd7d52 | ||
|
|
29e9bd8ed3 | ||
|
|
c75e5ebe06 | ||
|
|
acbcf1c254 | ||
|
|
c865d02fab | ||
|
|
d273712ba7 | ||
|
|
64f7a5f521 | ||
|
|
205e588616 | ||
|
|
abb4496fbc | ||
|
|
d57c22fb03 | ||
| cce4d2ddcc | |||
|
|
d14117cc9d | ||
|
|
80a26b884d | ||
|
|
a676a6d2ff | ||
|
|
aff50be2a1 | ||
|
|
acc5318bf4 | ||
|
|
657041ede6 | ||
|
|
5d5020878b | ||
|
|
2d409b5ce2 | ||
|
|
1c9efca7d1 | ||
|
|
aa659dfd36 | ||
| dbc0225759 | |||
| 2c31994a41 | |||
|
|
5fd562c365 | ||
|
|
7822fff8e0 | ||
|
|
29fa3dab92 | ||
| dfbefdc532 | |||
|
|
42c4a3853b | ||
|
|
654c3d09cd | ||
|
|
dd414fe878 | ||
|
|
5da1a1c806 | ||
|
|
91254bbbc7 | ||
|
|
5bd03adfe5 | ||
|
|
db103660aa | ||
|
|
4bb8eda4b8 | ||
|
|
8a64f35da0 | ||
|
|
3389589219 | ||
|
|
3dc7b2587b | ||
|
|
84ee0b93e7 | ||
| 58858ece4b | |||
| a1f8f41662 | |||
|
|
6579de103e | ||
|
|
cd84499dc1 | ||
|
|
a196be8e63 | ||
|
|
b09ebd1d92 | ||
|
|
37cdb9813c | ||
|
|
74935d1e97 | ||
|
|
7e6fdb348f | ||
|
|
37f1c49693 | ||
|
|
aa89d5be66 | ||
|
|
2de74c512e | ||
|
|
fae42a811a | ||
|
|
c52d908881 | ||
|
|
d23e432ca5 | ||
|
|
5c7d5ab2b1 | ||
|
|
167ddd711c | ||
|
|
f33ed4a4e5 | ||
|
|
cc1889ce65 | ||
|
|
2467f85d3d | ||
|
|
8495abf624 | ||
|
|
08098ae3b2 | ||
|
|
ca430b4ae9 | ||
|
|
121d4230b7 | ||
|
|
9594adda08 | ||
|
|
93c11aa0b8 | ||
|
|
8b40cb7a2b | ||
|
|
e620796f41 | ||
|
|
574f8ee787 | ||
|
|
6990f65686 | ||
|
|
431c180e36 | ||
|
|
c4e8e5af17 |
@@ -1,6 +1,6 @@
|
|||||||
# osu!resources
|
# osu!resources
|
||||||
|
|
||||||
[](https://ci.appveyor.com/project/peppy/osu-resources) [](https://discord.gg/ppy)
|
[](https://discord.gg/ppy)
|
||||||
|
|
||||||
Assets used by osu!.
|
Assets used by osu!.
|
||||||
|
|
||||||
|
|||||||
24
osu-resources.sln
Normal file
24
osu-resources.sln
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.5.2.0
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu.Game.Resources", "osu.Game.Resources\osu.Game.Resources.csproj", "{4E0F1568-FD55-4BB7-4556-B4F5539069F0}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{4E0F1568-FD55-4BB7-4556-B4F5539069F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4E0F1568-FD55-4BB7-4556-B4F5539069F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4E0F1568-FD55-4BB7-4556-B4F5539069F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{4E0F1568-FD55-4BB7-4556-B4F5539069F0}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {B169AF6B-FB68-49AB-98AD-AB42499E9C01}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 93 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 696 B |
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB |
@@ -59,13 +59,13 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="new_player_registration" xml:space="preserve">
|
<data name="new_player_registration" xml:space="preserve">
|
||||||
<value>Registrar nou jugador</value>
|
<value>Registra un jugador nou</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="lets_get_you_started" xml:space="preserve">
|
<data name="lets_get_you_started" xml:space="preserve">
|
||||||
<value>Comencem</value>
|
<value>Comencem</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="lets_create_an_account" xml:space="preserve">
|
<data name="lets_create_an_account" xml:space="preserve">
|
||||||
<value>Creem un compte!</value>
|
<value>Crea un compte!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="multi_account_warning_help" xml:space="preserve">
|
<data name="multi_account_warning_help" xml:space="preserve">
|
||||||
<value>Ajuda, no puc accedir al meu compte!</value>
|
<value>Ajuda, no puc accedir al meu compte!</value>
|
||||||
|
|||||||
@@ -58,4 +58,28 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<data name="new_player_registration" xml:space="preserve">
|
||||||
|
<value>Ny spiller registrering</value>
|
||||||
|
</data>
|
||||||
|
<data name="lets_get_you_started" xml:space="preserve">
|
||||||
|
<value>Lad os få dig i gang</value>
|
||||||
|
</data>
|
||||||
|
<data name="lets_create_an_account" xml:space="preserve">
|
||||||
|
<value>Lad os oprette en konto!</value>
|
||||||
|
</data>
|
||||||
|
<data name="multi_account_warning_help" xml:space="preserve">
|
||||||
|
<value>Hjælp, jeg kan ikke tilgå min konto!</value>
|
||||||
|
</data>
|
||||||
|
<data name="multi_account_warning_accept" xml:space="preserve">
|
||||||
|
<value>Jeg forstår. Denne konto er ikke for mig.</value>
|
||||||
|
</data>
|
||||||
|
<data name="username_description" xml:space="preserve">
|
||||||
|
<value>Dette vil være din offentlige tilstedeværelse. Ingen bandeord, ingen falsk personificering. Undgå også, at lække dine personlige oplysninger!</value>
|
||||||
|
</data>
|
||||||
|
<data name="email_description_1" xml:space="preserve">
|
||||||
|
<value>Vil blive brugt for notifikationer, kontobekræftelse, og i tilfælde af, at du glemmer din adgangskode. Intet spam, nogensinde.</value>
|
||||||
|
</data>
|
||||||
|
<data name="email_description_2" xml:space="preserve">
|
||||||
|
<value> Sørg for, at det er rigtigt!</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
<value>Mari buat akun!</value>
|
<value>Mari buat akun!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="multi_account_warning_help" xml:space="preserve">
|
<data name="multi_account_warning_help" xml:space="preserve">
|
||||||
<value>Tolong, akun saya tidak dapat diakses!</value>
|
<value>Tolong, akun saya tidak bisa diakses!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="multi_account_warning_accept" xml:space="preserve">
|
<data name="multi_account_warning_accept" xml:space="preserve">
|
||||||
<value>Saya mengerti. Akun ini bukan untuk saya.</value>
|
<value>Saya mengerti. Akun ini bukan untuk saya.</value>
|
||||||
|
|||||||
@@ -59,10 +59,10 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="new_player_registration" xml:space="preserve">
|
<data name="new_player_registration" xml:space="preserve">
|
||||||
<value>Ny brukerregistrering</value>
|
<value>Registrer ny bruker</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="lets_get_you_started" xml:space="preserve">
|
<data name="lets_get_you_started" xml:space="preserve">
|
||||||
<value>La oss få deg i gang</value>
|
<value>La oss komme i gang</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="lets_create_an_account" xml:space="preserve">
|
<data name="lets_create_an_account" xml:space="preserve">
|
||||||
<value>La oss opprette en konto!</value>
|
<value>La oss opprette en konto!</value>
|
||||||
|
|||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Assistent de compensació</value>
|
<value>Assistent de compensació</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Ajusta automàticament la compensació del mapa</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Si s'activa, s'aplica automàticament la compensació suggerida al mapa de l'última partida.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Fes servir el mode d'àudio experimental</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>S'intentarà inicialitzar el motor d'àudio amb un mode de latència més baix.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Degut a la latència reduïda, el modificador d'àudio s'haurà d'ajustar si s'activa aquesta opció. En general, cal restar entre 20 i 60 ms del valor ja conegut.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Průvodce offsetem</value>
|
<value>Průvodce offsetem</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Automaticky upravovat offset beatmapy</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Je-li povoleno, automaticky se aplikuje offset navržený dle poslední hry na beatmapě.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Použít experimentální režim zvuku</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Pokusí se inicializovat zvukový engine v režimu nižší prodlevy.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Z důvodu snížené prodlevy při povolení této možnosti bude nutné upravit offset zvuku. Obecně můžeš očekávat, že bude třeba odečíst 20 - 60 ms od tvé předchozí hodnoty.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -91,7 +91,34 @@
|
|||||||
<data name="audio_offset" xml:space="preserve">
|
<data name="audio_offset" xml:space="preserve">
|
||||||
<value>Universel forskydning</value>
|
<value>Universel forskydning</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
|
<value>Spil et par beatmaps for at modtage en foreslået forskydning!</value>
|
||||||
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>Baseret på dine sidste {0} gennemspilning(er), er din forskydning indstillet korrekt!</value>
|
||||||
|
</data>
|
||||||
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
|
<value>Baseret på dine sidste {0} gennemspilning(er), er den foreslåede forskydning {1} millisekund.</value>
|
||||||
|
</data>
|
||||||
|
<data name="apply_suggested_offset" xml:space="preserve">
|
||||||
|
<value>Avend foreslået forskydning</value>
|
||||||
|
</data>
|
||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Forskydning guide</value>
|
<value>Forskydning guide</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Justér forskydning for beatmaps automatisk</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Hvis aktiveret, vil forskydningen fra den sidste gennemspilning af et beatmap automatisk anvendes.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Brug eksperimentel lydtilstand</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Dette vil forsøge at initialisere lydmotoren in en lavere latenstidstilstand.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Grundet lavere latenstid skal dit lydforskydning justeres, når denne indstilling anvendes. Forvent generelt at trække 20 - 60 millisekunder fra din kendte værdi.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
<value>Basierend auf den letzten {0} Play(s) ist dein Offset richtig gesetzt!</value>
|
<value>Basierend auf den letzten {0} Play(s) ist dein Offset richtig gesetzt!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>Basierend auf den letzten {0} Spielen ist der empfohlene Offset {1} ms.</value>
|
<value>Basierend auf den letzten {0} Play(s) ist der empfohlene Offset {1} ms.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="apply_suggested_offset" xml:space="preserve">
|
<data name="apply_suggested_offset" xml:space="preserve">
|
||||||
<value>Empfohlenes Offset anwenden</value>
|
<value>Empfohlenes Offset anwenden</value>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Offset-Assistent</value>
|
<value>Offset-Assistent</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Beatmap-Offset automatisch anpassen</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Wenn aktiviert, wird der vom letzten Durchlauf vorgeschlagene Versatz auf einer Beatmap automatisch angewendet.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Experimentellen Audiomodus verwenden</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Die Audio-Komponente wird in einem Modus mit niedrigerer Latenz initialisiert.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Aufgrund der reduzierten Latenz muss der Audio-Offset angepasst werden, wenn diese Einstellung aktiviert wird. Im Allgemeinen müssen vom vorherigen Wert 20 bis 60 ms abgezogen werden.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<value>Στερεοφωνικός διαχωρισμός Hitsound</value>
|
<value>Στερεοφωνικός διαχωρισμός Hitsound</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="master_volume" xml:space="preserve">
|
<data name="master_volume" xml:space="preserve">
|
||||||
<value>Master</value>
|
<value>Κύριος ήχος</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="master_volume_inactive" xml:space="preserve">
|
<data name="master_volume_inactive" xml:space="preserve">
|
||||||
<value>Master (παράθυρο ανενεργό)</value>
|
<value>Master (παράθυρο ανενεργό)</value>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
<value>Compensación de sonido</value>
|
<value>Compensación de sonido</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>¡Juega algunos beatmaps para recibir una compensación sugerida!</value>
|
<value>¡Juega algunos mapas para recibir una compensación sugerida!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="suggested_offset_correct" xml:space="preserve">
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
<value>Según tus últimas {0} jugadas, ¡tu compensación es correcta!</value>
|
<value>Según tus últimas {0} jugadas, ¡tu compensación es correcta!</value>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Asistente de compensación</value>
|
<value>Asistente de compensación</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Ajustar compensación del mapa automáticamente</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Si se activa, la compensación sugerida de la última jugada de un mapa se aplica automáticamente.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Usar modo de audio experimental</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Esto intentará iniciar el motor de audio en un modo de menor latencia.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Debido a la reducción de la latencia, será necesario ajustar la compensación del audio al activar esta opción. Por lo general, se espera restar entre 20 y 60 ms del valor ya conocido.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -94,6 +94,9 @@
|
|||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>Maglaro ng ilang mga beatmap para makatanggap ng inirerekomendang offset!</value>
|
<value>Maglaro ng ilang mga beatmap para makatanggap ng inirerekomendang offset!</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>Base sa huling {0} na (mga) laro, ang iyong offset ay naka-set ng maayos!</value>
|
||||||
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>Batay sa huling {0} (mga) laro, ang inirerekomendang offset ay {1} ms.</value>
|
<value>Batay sa huling {0} (mga) laro, ang inirerekomendang offset ay {1} ms.</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -103,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Offset wizard</value>
|
<value>Offset wizard</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Iayos ang beatmap offset nang kusa</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Kapag naka-enable, ang offset na inirerekomenda ng huling laro ay kusang gagamitin.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Gamitin ang experimental na audio mode</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Susubukan nito na magsimula ng audio engine sa mas mababang latency na mode.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Dahil sa mas mababang latency, ang iyong audio offset ay kinakailangan na i-adjust pag nakabukas itong setting. Umasa na magbawas ng 20 - 60 ms sa iyong kasalukuyan na ginagamit na value.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Assistant de décalage</value>
|
<value>Assistant de décalage</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Ajuster automatiquement le décalage audio</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Si activé, le décalage audio suggéré lors de la dernière partie sera automatiquement appliqué.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Utiliser le mode audio expérimental</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Cela tentera d'initialiser le moteur audio en mode latence réduite.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>En raison de la latence réduite, votre décalage audio devra être ajusté si vous activez ce paramètre. De manière générale, vous devrez réduire votre latence actuelle d'environ 20 à 60 ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -94,6 +94,9 @@
|
|||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>שחקו כמה מפות על מנת לקבל היסט מומלץ!</value>
|
<value>שחקו כמה מפות על מנת לקבל היסט מומלץ!</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>בהתחשבות על {0} המשחק(ים) האחרונים, ההתהיה שלך מוגדרת נכון!</value>
|
||||||
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>על בסיס {0} המשחקים האחרונים, ההיסט המומלץ הוא {1} מילי־שניות.</value>
|
<value>על בסיס {0} המשחקים האחרונים, ההיסט המומלץ הוא {1} מילי־שניות.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -94,6 +94,9 @@
|
|||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>Játssz néhány beatmapet, hogy megkapja a javasolt eltolást!</value>
|
<value>Játssz néhány beatmapet, hogy megkapja a javasolt eltolást!</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>Az eltolás beállítva az utolsó {0} lejátszás alapján!</value>
|
||||||
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>Az utolsó {0} lejátszás alapján a javasolt eltolás {1} ms.</value>
|
<value>Az utolsó {0} lejátszás alapján a javasolt eltolás {1} ms.</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -103,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Eltolásvarázsló</value>
|
<value>Eltolásvarázsló</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Beatmap eltolás autómatikus igazítása</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Ha engedélyezve van, az utolsó beatmap-lejátszás során javasolt eltolás automatikusan alkalmazásra kerül.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Kísérleti hang mód használata</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Megpróbálja az hang motort alacsonyabb késleltetésű módban elindítani.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>A csökkentett késleltetés miatt ennek a beállításnak az engedélyezésekor az hang-eltolást módosítani kell. Általában arra lehet számítani, hogy a korábban megszokott értékből 20–60 ms-ot kell levonni.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
<value>Mainkan beberapa beatmap untuk menerima saran offset!</value>
|
<value>Mainkan beberapa beatmap untuk menerima saran offset!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="suggested_offset_correct" xml:space="preserve">
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
<value>Berdasarkan {0} permainan sebelumnya, offset kamu telah terpasang dengan benar!</value>
|
<value>Berdasarkan {0} permainan sebelumnya, offset kamu terpasang dengan benar!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>Berdasarkan {0} permainan terakhir, offset yang disarankan adalah {1} ms.</value>
|
<value>Berdasarkan {0} permainan terakhir, offset yang disarankan adalah {1} ms.</value>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Wisaya offset</value>
|
<value>Wisaya offset</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Sesuaikan offset beatmap secara otomatis</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Apabila diaktifkan, offset yang disarankan dari permainan terakhir pada beatmap akan diterapkan secara otomatis.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Gunakan mode audio eksperimental</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Pengaturan ini akan mencoba untuk menjalankan mesin audio pada mode latensi yang lebih rendah.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Karena latensi yang lebih rendah, offset audio kamu akan perlu disesuaikan pada saat mengaktifkan pengaturan ini. Pada umumnya, kamu akan harus mengurangi 20 - 60 ms dari offset yang biasa kamu gunakan.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
<value>Basandosi sulle ultime partite ({0} in tutto), il tuo offset è impostato correttamente!</value>
|
<value>Basandosi sulle ultime partite ({0} in tutto), il tuo offset è impostato correttamente!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>Basandosi con {0} partita/e in precedenza, l'offset suggerito è di {1} ms.</value>
|
<value>Basandosi sulle ultime partite ({0} in tutto), l'offset suggerito è di {1} ms.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="apply_suggested_offset" xml:space="preserve">
|
<data name="apply_suggested_offset" xml:space="preserve">
|
||||||
<value>Applica offset suggerito</value>
|
<value>Applica offset suggerito</value>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Assistente offset</value>
|
<value>Assistente offset</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Regola automaticamente l'offset delle beatmap</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Se abilitato, l'offset suggerito dall'ultima giocata in una beatmap viene applicato automaticamente.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Usa la modalità audio sperimentale</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Questo tenterà di inizializzare il motore audio in una modalità di latenza inferiore.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>A causa della ridotta latenza, l'offset audio dovrà essere regolato quando si attiva questa impostazione. Generalmente, aspettatevi di sottrarre 20 - 60 ms dal vostro valore iniziale.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -94,6 +94,9 @@
|
|||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>あなたに最適なオフセットを提案するには、いくつかのビートマップをプレイしていただく必要があります!</value>
|
<value>あなたに最適なオフセットを提案するには、いくつかのビートマップをプレイしていただく必要があります!</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>最後の {0} プレイに基づいて、オフセットが正しく設定されています!</value>
|
||||||
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>直近 {0} 回のプレイに基づいて推奨されるオフセットは {1} msです。</value>
|
<value>直近 {0} 回のプレイに基づいて推奨されるオフセットは {1} msです。</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>오프셋 마법사</value>
|
<value>오프셋 마법사</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>자동으로 비트맵 오프셋을 조정</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>활성화하실 경우, 마지막으로 플레이하신 비트맵의 추천 오프셋이 자동으로 적용돼요.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>실험적인 오디오 모드 사용</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>본 설정은 오디오 엔진을 저지연 모드로 초기화 시도를 할지에 대한 여부를 결정해요.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>본 설정을 활성화할 경우, 오디오 지연이 감소하므로 오디오 오프셋을 재조정하실 필요가 있어요. 통상적으로 기존값에서 20 - 60ms를 뺀 값으로 설정해야 한다고 이해하시면 좋아요.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Nobīdes vednis</value>
|
<value>Nobīdes vednis</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Automātiski pielāgot beatmapes nobīdi</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Ja ieslēgts, pēdējās spēles laikā ieteiktā beatmapes nobīde tiks automātiski piemērota.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Lietot eksperimentālo audio režīmu</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Tas mēģinās inicializēt audio dzini ar zemākas aiztures režīmu.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Samazinātās aiztures dēļ, ieslēdzot šo iestatījumu, būs jāpielāgo audio nobīde. Parasti vajadzētu atņemt aptuveni 20–60 ms no zināmās vērtības.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -94,6 +94,9 @@
|
|||||||
<data name="suggested_offset_note" xml:space="preserve">
|
<data name="suggested_offset_note" xml:space="preserve">
|
||||||
<value>Spill noen beatmaps for å få en foreslått offset!</value>
|
<value>Spill noen beatmaps for å få en foreslått offset!</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="suggested_offset_correct" xml:space="preserve">
|
||||||
|
<value>Basert på de(n) siste {0} spillingen(e), er din offset riktig innstilt!</value>
|
||||||
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>Basert på de(n) {0} siste spillingen(e), er foreslått offset {1} ms.</value>
|
<value>Basert på de(n) {0} siste spillingen(e), er foreslått offset {1} ms.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Kalibrator opóźnienia</value>
|
<value>Kalibrator opóźnienia</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Automatycznie dostosuj opóźnienie dźwięku dla beatmap</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Automatycznie dostosowuje opóźnienie dźwięku dla beatmapy w oparciu o ostatnie zagranie.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Użyj eksperymentalnego trybu audio</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Próbuje uruchomić silnik audio w trybie niskiego opóźnienia.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Użycie tej opcji będzie wymagało ręcznego dostosowania opóźnienia dźwięku - w ogólnym przypadku można spodziewać się spadku opóźnienia od 20 do 60 milisekund.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Assistente de atraso</value>
|
<value>Assistente de atraso</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Ajustar o atraso de áudio automaticamente</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Caso habilitado, o atraso sugerido de sua última tentativa em um beatmap será automaticamente ajustado.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Use modo de áudio experimental</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Isso tentará inicializar o mecanismo de áudio em um modo de baixa latência.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Devido à latência reduzida, o seu atraso de áudio deverá ser ajustado ao habilitar essa opção. Geralmente, espere subtrair de 20 a 60 ms do seu valor antigo.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Offset wizard</value>
|
<value>Offset wizard</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Adjust beatmap offset automatically</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>If enabled, the offset suggested from last play on a beatmap is automatically applied.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Use experimental audio mode</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>This will attempt to initialise the audio engine in a lower latency mode.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Due to reduced latency, your audio offset will need to be adjusted when enabling this setting. Generally expect to subtract 20 - 60 ms from your known value.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Точная настройка</value>
|
<value>Точная настройка</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Корректировать синхронизацию аудио с картами автоматически</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Если включено, рекомендованное значение сдвига звука последней игры на карте будет применяться автоматически.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Включить экспериментальный аудиорежим</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Попытка инициализировать звуковой движок в режиме низкой задержки.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Из-за уменьшения задержки, после активации этой настройки вам необходимо скорректировать значение сдвига звука. Как правило, оно должно быть меньше на 20 - 60 мс от вашего текущего значения.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Förskjutningsguide</value>
|
<value>Förskjutningsguide</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Justera Slagkarta förskjutning automatiskt</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Om aktiverad, tillämpas den offset som föreslagits från senaste uppspelning på en slagkarta automatiskt.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Använd experimentellt ljudläge</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Detta kommer att försöka initiera ljudmotorn i ett lägre latensläge.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>På grund av minskad fördröjning måste ljudförskjutningen justeras när den här inställningen aktiveras. Generellt räkna med att subtrahera 20 - 60 ms från ditt kända värde.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Ofset sihirbazı</value>
|
<value>Ofset sihirbazı</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Beatmap ofsetini otomatik ayarla</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Etkinleştirildiğinde, son oynanan beatmapten önerilen ofset uygulanacak.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Deneysel ses modunu kullan</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Bu ses motorunu daha az gecikme modunda hazırlamaya çalışacak.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Gecikmenin azalmasından dolayı bu ayarı etkinleştirirken ses ofsetiniz yeniden ayarlanmalıdır. Genellikle bilinen değerlerinizden 20 - 60 ms eksiltmeniz beklenir.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Точне налаштування</value>
|
<value>Точне налаштування</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Підлаштовувати офсет бітмапи автоматично</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Якщо увімкнено, рекомендований офсет з останньої гри на мапі буде застосовано автоматично.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Експериментальний аудіо режим</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Цей режим буде намагатися ініціалізувати аудіо рушій в режимі низької затримки.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Через зниження затримки, вам необхідно скорегувати ваш аудіо офсет, при використанні цієї функції. Взагалі очікується відняти 20 - 60 мс від вашого значення.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>Thuật sĩ độ trễ</value>
|
<value>Thuật sĩ độ trễ</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>Tự động điều chỉnh độ trễ beatmap</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>Nếu bật, độ trễ beatmap đề xuất từ lần chơi trước sẽ được tự động áp dụng cho beatmap đó.</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>Sử dụng chế độ âm thanh thử nghiệm</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>Sẽ thử sử dụng âm thanh ở chế độ trễ thấp</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>Bạn cần chỉnh lại độ trễ âm thanh khi bật tính năng này, do độ trễ giảm đi. Thông thường nên trừ khoảng 20 - 60 ms từ giá trị trước đó.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
<value>根據最近的 {0} 次遊戲,你的偏移已被正確設置!</value>
|
<value>根據最近的 {0} 次遊戲,你的偏移已被正確設置!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="suggested_offset_value_received" xml:space="preserve">
|
<data name="suggested_offset_value_received" xml:space="preserve">
|
||||||
<value>根據最近的 {0} 次遊戲,建議的偏移調整為 {1} ms。</value>
|
<value>根據最近 {0} 次的遊玩,建議的偏移值為 {1} 毫秒。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="apply_suggested_offset" xml:space="preserve">
|
<data name="apply_suggested_offset" xml:space="preserve">
|
||||||
<value>套用推薦的偏移設定</value>
|
<value>套用推薦的偏移設定</value>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>音訊偏移設定精靈</value>
|
<value>音訊偏移設定精靈</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>自動調整圖譜偏移</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>若開啟,來自上一個圖譜遊玩紀錄的建議偏移設定會自動生效。</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>使用實驗性音訊模式</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>這會嘗試以低延遲模式啟動音訊引擎。</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>由於延遲程度降低,您需要在開啟此設定時對音訊偏移進行調整。通常會是現在的數值減去 20 ~ 60ms。</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -106,4 +106,19 @@
|
|||||||
<data name="offset_wizard" xml:space="preserve">
|
<data name="offset_wizard" xml:space="preserve">
|
||||||
<value>偏移设置向导</value>
|
<value>偏移设置向导</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically" xml:space="preserve">
|
||||||
|
<value>自动调整谱面偏移</value>
|
||||||
|
</data>
|
||||||
|
<data name="adjust_beatmap_offset_automatically_tooltip" xml:space="preserve">
|
||||||
|
<value>开启后,将自动应用谱面上次游玩所使用的偏移量。</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_label" xml:space="preserve">
|
||||||
|
<value>启用实验性音频模式</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_tooltip" xml:space="preserve">
|
||||||
|
<value>启用此选项后会尝试将音频引擎切换至低延迟模式。</value>
|
||||||
|
</data>
|
||||||
|
<data name="wasapi_notice" xml:space="preserve">
|
||||||
|
<value>由于音频延迟降低,启用此选项后你将需要调整音频偏移。通常建议将当前数值减少 20 至 60 毫秒。</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Рэйтынг</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Мясцовы</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Сусветны</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Па краіне</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Сярод сяброў</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Камандны</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Сартаваць</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Вынікі</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Трапнасць</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Макс. комба</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Промахі</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Дата</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Обхват</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Локален</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Глобален</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Държава</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Приятели</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Отбор</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Вид</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Резултат</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Прецизност</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Макс комбо</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Пропуски</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Дата</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Abast</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>País</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amics</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Equip</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordre</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Puntuació</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precisió</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo Màxim</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Errors</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.cs.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.cs.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Rozsah</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokální</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Svět</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Stát</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Přátelé</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Tým</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Řazení</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Skóre</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Přesnost</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maximální kombo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Minutí</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Datum</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Osobní rekord</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Osobní rekord (#{0:N0} z {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.da.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.da.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Omfang</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokal</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Land</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Ven</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Hold</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sortér</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Score</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Præcision</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maksimal combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Misset</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Dato</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Personlig rekord</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Personlig rekord (#{0:N0} af {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.de.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.de.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Typ</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokal</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Land</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Freunde</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Team</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sortierung</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Punkte</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Genauigkeit</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maximale Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Misses</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Datum</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Persönliche Bestleistung</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Persönliche Bestleistung (#{0:N0} aus {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Εμβέλεια</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Τοπικά</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Παγκόσμια</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Χώρα</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Φίλοι</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Ομάδες</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ταξινόμηση</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Σκορ</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Ακρίβεια</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Μέγιστο Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Αστοχίες</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Ημερομηνία</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Clasificación</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Nacional</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Entre mis amigos</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Entre mi equipo</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordenar</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Por puntuación</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Por precisión</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Por combo máximo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Por fallos</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Por fecha</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.es.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.es.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Clasificación</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Nacional</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amigos</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Equipo</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordenar</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Puntuación</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precisión</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo máximo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Fallos</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Fecha</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Mejor puntuación personal</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Mejor puntuación personal (#{0:N0} de {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Laajuus</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Paikallinen</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Globaali</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Maa</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Kaveri</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Tiimi</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Lajittele</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Pisteet</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Tarkkuus</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Suurin Iskuputki</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Harhaiskut</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Päivämäärä</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Saklaw</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokal</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Lahat ng mundo</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Nasyon</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Kaibigan</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Tropa</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Uri</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Puntos</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Kantumpakan</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Pinakataas na combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Kamalian</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Petsa</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.fr.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.fr.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Type</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>National</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amis</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Équipe</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Trier</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Score</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Précision</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo max</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Notes manquées</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Date</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Record Personnel</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Record personnel (#{0:N0} sur {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.id.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.id.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Cakupan</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokal</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Negara</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Teman</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Tim</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sortir</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Skor</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Akurasi</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Kombo Maks</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Miss</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Tanggal</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Rekor Terbaik</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Rekor Terbaik (#{0:N0} dari {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.it.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.it.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Tipo</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Locale</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Globale</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Paese</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amici</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Squadra</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordina</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Punteggio</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precisione</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo Massima</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Errori</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Record Personale</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Record Personale (#{0:N0} di {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>対象範囲</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>ローカル</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>グローバル</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>国別</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>友達</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>チーム</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>並び替え</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>スコア</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>精度</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>最大コンボ</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>ミス数</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>日付</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.ko.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.ko.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>범위</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>로컬</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>글로벌</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>국가</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>친구</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>팀</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>정렬</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>점수</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>정확도</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>최대 콤보</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>미스 횟수</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>날짜</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>개인 최고 기록</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>개인 최고 기록 ({1:N0} 중 #{0:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Aprėptis</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Vietinis</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Pasaulis</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Šalis</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Draugai</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Komanda</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Rūšiuoti</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Taškai</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Tikslumas</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Didžiausias Kombo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Nepataikymai</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>?</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Vietēja</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Globālā</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Valstī</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Draugos</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Komandā</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Kārtot</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Punkti</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precizitāte</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maksimalā Kombinācija</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Netrāpījumi</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Datums</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Lingkungan</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Setempat</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Sejagat</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Kebangsaan</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Kawan</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Pasukan</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Susun</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Markah</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Kejituan</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Gabungan Maks</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Terlepas</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Tarikh</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.pl.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.pl.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Typ</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Lokalny</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Globalny</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Krajowy</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Znajomi</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Zespołowy</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sortuj wg</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Wynik</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Celność</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maks. combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Pudła</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Mój najlepszy wynik</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Mój najlepszy wynik (#{0:N0} z {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Área</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>País</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Amigos</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Equipe</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Ordenar</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Pontuação</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precisão</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Como Máximo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Erros</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Data</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Recorde Pessoal</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Recorde pessoal (#{0:N0} de {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Scope</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Country</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Friend</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Team</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sort</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Score</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Accuracy</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Max Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Misses</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Date</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Personal Best</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Personal Best (#{0:N0} of {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Scop</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Local</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Global</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Țară</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Prieteni</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Echipă</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sortare</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Scor</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Precizie</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo Maxim</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Ratate</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Dată </value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.ru.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.ru.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Рейтинг</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Локальный</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Мировой</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>По стране</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Среди друзей</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Командный</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Сортировка</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Очки</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Точность</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Макс. комбо</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Промахи</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Дата</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Ваш лучший рекорд</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Ваш лучший рекорд (#{0:N0} of {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Обухват</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Локално</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Глобално</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Држава</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Пријатељ</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Тим</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Сортирај</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Резултат</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Прецизност</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Највећи комбо</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Промашаји</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Датум</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Kapsam</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Yerel</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Küresel</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Ülke</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Arkadaş</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Takım</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sıralama</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Skor</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>İsabetlilik</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Maksimum Kombo</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Kaçırılanlar</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Tarih</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.uk.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.uk.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Область</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Локально</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Глобально</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Країна</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Друзі</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Команда</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Сортувати</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Бали</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Точність</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Макс. комбо</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Промахи</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Часу</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>Особистий рекорд</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>Особистий рекорд (#{0:N0} з {1:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>Phạm vi</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>Nội Bộ</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>Toàn Cầu</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>Quốc Gia</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>Bạn Bè</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>Đội</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>Sắp Xếp Theo</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>Điểm Số</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>Độ Chính Xác</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>Combo Tối Đa</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>Số Lượng Miss</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>Ngày</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>排行類型</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>本機</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>全球</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>國家</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>朋友</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>戰隊</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>排序</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>分數</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>準確率</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>最大連擊</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>失誤數</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>時間</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>個人最佳成績</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>個人最佳成績 (在 {1:N0} 中的 #{0:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.zh.resx
Normal file
103
osu.Game.Resources/Localisation/BeatmapLeaderboardWedge.zh.resx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="scope" xml:space="preserve">
|
||||||
|
<value>范围</value>
|
||||||
|
</data>
|
||||||
|
<data name="local" xml:space="preserve">
|
||||||
|
<value>本地</value>
|
||||||
|
</data>
|
||||||
|
<data name="global" xml:space="preserve">
|
||||||
|
<value>全球</value>
|
||||||
|
</data>
|
||||||
|
<data name="country" xml:space="preserve">
|
||||||
|
<value>国家或地区</value>
|
||||||
|
</data>
|
||||||
|
<data name="friend" xml:space="preserve">
|
||||||
|
<value>好友</value>
|
||||||
|
</data>
|
||||||
|
<data name="team" xml:space="preserve">
|
||||||
|
<value>战队</value>
|
||||||
|
</data>
|
||||||
|
<data name="sort" xml:space="preserve">
|
||||||
|
<value>排序</value>
|
||||||
|
</data>
|
||||||
|
<data name="score" xml:space="preserve">
|
||||||
|
<value>分数</value>
|
||||||
|
</data>
|
||||||
|
<data name="accuracy" xml:space="preserve">
|
||||||
|
<value>准确率</value>
|
||||||
|
</data>
|
||||||
|
<data name="max_combo" xml:space="preserve">
|
||||||
|
<value>最大连击</value>
|
||||||
|
</data>
|
||||||
|
<data name="misses" xml:space="preserve">
|
||||||
|
<value>失误数</value>
|
||||||
|
</data>
|
||||||
|
<data name="date" xml:space="preserve">
|
||||||
|
<value>时间</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best" xml:space="preserve">
|
||||||
|
<value>个人最佳成绩</value>
|
||||||
|
</data>
|
||||||
|
<data name="personal_best_with_position" xml:space="preserve">
|
||||||
|
<value>个人最佳成绩 (在 {1:N0} 中排名为 #{0:N0})</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(els objectes apareixen abans)</value>
|
<value>(els objectes apareixen abans)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Compensació del mapa ajustada a {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(hit objekty se objeví dříve)</value>
|
<value>(hit objekty se objeví dříve)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Offset beatmapy byl upraven na {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="beatmap_offset" xml:space="preserve">
|
<data name="beatmap_offset" xml:space="preserve">
|
||||||
<value>Universel beatmapforskydning</value>
|
<value>Universel beatmapforskydning (dette beatmap)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="previous_play" xml:space="preserve">
|
<data name="previous_play" xml:space="preserve">
|
||||||
<value>Forrige spil:</value>
|
<value>Forrige spil:</value>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(hit objekter vises tidligere)</value>
|
<value>(hit objekter vises tidligere)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Beatmap forskydning blev justeret til {0} millisekunder.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(Hit-Objekte erscheinen früher)</value>
|
<value>(Hit-Objekte erscheinen früher)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Beatmap-Offset wurde auf {0} ms angepasst.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(los objetos aparecen antes)</value>
|
<value>(los objetos aparecen antes)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>La compensación del mapa se ajustó a {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(iskukohteet ilmestyvät aikaisemmin)</value>
|
<value>(iskukohteet ilmestyvät aikaisemmin)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Rytmikartan ajoitusta muutettiin: {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(les objets apparaissent plus tôt)</value>
|
<value>(les objets apparaissent plus tôt)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Le décalage audio de la beatmap a été ajusté à {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<value>Permainan sebelumnya:</value>
|
<value>Permainan sebelumnya:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||||
<value>Durasi permainan sebelumnya terlalu pendek untuk dapat dijadikan acuan</value>
|
<value>Durasi permainan sebelumnya terlalu pendek untuk bisa dijadikan acuan</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||||
<value>Kalibrasi beatmap ini</value>
|
<value>Kalibrasi beatmap ini</value>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(objek muncul lebih awal)</value>
|
<value>(objek muncul lebih awal)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Offset beatmap disesuaikan ke {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="beatmap_offset" xml:space="preserve">
|
<data name="beatmap_offset" xml:space="preserve">
|
||||||
<value>Offset audio (per questa beatmap)</value>
|
<value>Offset audio (questa beatmap)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="previous_play" xml:space="preserve">
|
<data name="previous_play" xml:space="preserve">
|
||||||
<value>Partita precedente:</value>
|
<value>Partita precedente:</value>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(gli oggetti appaiono prima)</value>
|
<value>(gli oggetti appaiono prima)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>L'offset della beatmap è stato impostato a {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(히트 오브젝트가 빨리 나타나요)</value>
|
<value>(히트 오브젝트가 빨리 나타나요)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>비트맵 오프셋이 {0} ms로 변경되었어요.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(obiekty pojawią się wcześniej)</value>
|
<value>(obiekty pojawią się wcześniej)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Ustawiono opóźnienie dźwięku beatmapy na {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(objetos de impacto aparecem anteriormente)</value>
|
<value>(objetos de impacto aparecem anteriormente)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>O atraso do beatmap foi ajustado para {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(hit objects appear earlier)</value>
|
<value>(hit objects appear earlier)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Beatmap offset was adjusted to {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(ноты появляются раньше)</value>
|
<value>(ноты появляются раньше)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Сдвиг звука скорректирован до {0} мс.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(träffobjekt visas tidigare)</value>
|
<value>(träffobjekt visas tidigare)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Slagkarta förskjutning justerades till {0} ms.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(nesneler daha erken görünür)</value>
|
<value>(nesneler daha erken görünür)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Beatmap ofseti {0} ms olarak ayarlandı.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(об'єктів раніше)</value>
|
<value>(об'єктів раніше)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Офсет бітмапи скореговано до {0} мс.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -74,6 +74,9 @@
|
|||||||
<value>(các hit object xuất hiện muộn hơn)</value>
|
<value>(các hit object xuất hiện muộn hơn)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(các hit object xuất hiện sớm hơn)</value>
|
<value>(các vật thể xuất hiện sớm hơn)</value>
|
||||||
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>Độ lệch beatmap đã được chỉnh thành {0} ms.</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(打擊物件提早出現)</value>
|
<value>(打擊物件提早出現)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>圖譜偏移已被調整至 {0} ms。</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -76,4 +76,7 @@
|
|||||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||||
<value>(物件提前出现)</value>
|
<value>(物件提前出现)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="beatmap_offset_was_adjusted_to" xml:space="preserve">
|
||||||
|
<value>谱面偏移调整为 {0} 毫秒。</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
<data name="by_turning_off_the_featured" xml:space="preserve">
|
<data name="by_turning_off_the_featured" xml:space="preserve">
|
||||||
<value>Vypnutím filtru "Oficiální umělci" se zobrazí veškerý uživatelský obsah.
|
<value>Vypnutím filtru "Oficiální umělci" se zobrazí veškerý uživatelský obsah.
|
||||||
|
|
||||||
Toto zahrnuje obsah, který nemusí být licencován pro osu!. Procházejte na vlastní riziko.</value>
|
Toto zahrnuje obsah, který nemusí být licencován pro osu!. Procházej na vlastní riziko.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Rozumím</value>
|
<value>Rozumím</value>
|
||||||
|
|||||||
@@ -58,6 +58,9 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<data name="user_content_disclaimer" xml:space="preserve">
|
||||||
|
<value>Asvarsfraskrivelse for brugerindhold</value>
|
||||||
|
</data>
|
||||||
<data name="by_turning_off_the_featured" xml:space="preserve">
|
<data name="by_turning_off_the_featured" xml:space="preserve">
|
||||||
<value>Ved at deaktivere filteret "Udvalgte kunstner", vil alt bruger-uploadet indhold blive vist.
|
<value>Ved at deaktivere filteret "Udvalgte kunstner", vil alt bruger-uploadet indhold blive vist.
|
||||||
|
|
||||||
@@ -66,4 +69,7 @@ Dette omfatter indhold, der måske ikke er korrekt licenseret til osu! brug. Gen
|
|||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Jeg forstår</value>
|
<value>Jeg forstår</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
|
<value>Udvalgte kunstnere er musikkunstnere, der har samarbejdet med osu! for at gøre et udvalg af deres sange tilgængelige for brug i beatmaps. For nogle osu!-udgivelser er udelukkende beatmaps af udvalgte kunstnere tilgængelige af hensyn til udgivelsesøkosystemet.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -69,4 +69,7 @@ Kabilang na dito ang nilalaman na maaaring hindi wastong nalisensyahan para sa p
|
|||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Naiintindihan ko</value>
|
<value>Naiintindihan ko</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
|
<value>Itinatampok na mga Artist ay mga musikero na nagsanib sa osu! upang gumawa ng seleksyon ng kanilang kanta na handang gamitin sa beatmaps. Para sa ibang ipinalabas, ipinapakita namin ang "Itinatampok na Artist" lamang upang maging magtiyaga ang integridad.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -69,4 +69,7 @@
|
|||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>הבנתי</value>
|
<value>הבנתי</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
|
<value>אמנים נבחרים הם יוצרי מוזיקה אשר שיתפו פעולה עם osu! בכדי להפוך חלק מהשם שלהם לזמינים בשימוש בתור מפות במשחק. בחלק מהעדכונים של osu!, אנחנו מציגים רק מפות של אומנים נבחרים בכדי לתמוך בהם.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -69,4 +69,7 @@ Ez beleért tartalmat ami lehet, hogy nincs helyesen liszenszelve osu!-nak haszn
|
|||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Megértettem</value>
|
<value>Megértettem</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
|
<value>A Kiemelt Előadók olyan zenei előadókat jelöl, akik együttműködtek az osu!-val, és engedélyezték, hogy válogatott zeneszámaik beatmapekben felhasználhatók legyenek. Egyes osu! kiadások esetén kizárólag Kiemelt Előadós beatmapeket mutatunk be, hogy jobban támogassuk a kapcsolódó ökoszisztémát.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -62,14 +62,14 @@
|
|||||||
<value>Keterangan konten pengguna</value>
|
<value>Keterangan konten pengguna</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="by_turning_off_the_featured" xml:space="preserve">
|
<data name="by_turning_off_the_featured" xml:space="preserve">
|
||||||
<value>Dengan menonaktifkan filter "Featured Artist", seluruh konten hasil unggahan pengguna akan ditampilkan.
|
<value>Dengan menonaktifkan filter "Featured Artist", semua konten hasil unggahan pengguna akan ditampilkan.
|
||||||
|
|
||||||
Hal ini dapat meliputi konten yang diunggah ke osu! tanpa lisensi atau izin guna yang memadai. Mohon lanjutkan hanya apabila kamu paham dengan risikonya.</value>
|
Hal ini bisa meliputi konten yang diunggah ke osu! tanpa lisensi atau izin guna yang memadai. Mohon lanjutkan hanya apabila kamu paham dengan risikonya.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Saya mengerti</value>
|
<value>Saya mengerti</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
<value>Featured Artist merupakan jajaran musisi yang telah berkolaborasi dengan osu! untuk menyediakan sebagian lagu mereka sebagai bahan beatmap. Pada versi rilis osu! tertentu, kami hanya menampilkan beatmap Featured Artist untuk lebih mendukung ekosistem permainan di sekitar kami.</value>
|
<value>Featured Artist adalah jajaran musisi yang berkolaborasi dengan osu! untuk menyediakan sebagian lagu mereka sebagai bahan beatmap. Pada versi rilis osu! tertentu, kami hanya menampilkan beatmap Featured Artist untuk lebih mendukung ekosistem permainan di sekitar kami.</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -62,11 +62,14 @@
|
|||||||
<value>Vartotojų turinio perspėjimas</value>
|
<value>Vartotojų turinio perspėjimas</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="by_turning_off_the_featured" xml:space="preserve">
|
<data name="by_turning_off_the_featured" xml:space="preserve">
|
||||||
<value>Išjungus „Rekomenduojamų Atlikėjų“ filtrą bus rodomas visas vartotojų įkeltas turinys.
|
<value>Išjungus „Ryškiųjų Atlikėjų“ filtrą bus rodomas visas vartotojų įkeltas turinys.
|
||||||
|
|
||||||
Į tai įeina turinys, kuris gali nebuti licenzijuotas osu! naudojamui. Našykite savo rizika.</value>
|
Į tai įeina turinys, kuris gali nebūti licencijuotas osu! naudojimui. Naršykite savo rizika.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Supratau</value>
|
<value>Supratau</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
|
<value>Ryškieji Atlikėjai tai muzikos atlikėjai kurie bendradarbiavo su osu! kad padarytu jų kūrinius prieinamus beatmap'ų naudojimui. Kai kuriuose osu! leidimuose mes demonstruojame tik ryškiųjų atlikėjų beatmap'us tam kad paremti aplinkinę ekosistemą.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<value>Lietotāja satura atruna</value>
|
<value>Lietotāja satura atruna</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="by_turning_off_the_featured" xml:space="preserve">
|
<data name="by_turning_off_the_featured" xml:space="preserve">
|
||||||
<value>Izslēdzot filtru "Attēlotais Mākslinieks", tiks parādīts viss lietotāja augšupielādētais saturs.
|
<value>Izslēdzot filtru "Kontraktētie Mākslinieki", tiks parādīts viss lietotāja augšupielādētais saturs.
|
||||||
|
|
||||||
Tas ietver arī saturu, kas, iespējams, nav pareizi licencēts lietošanai osu!. Pārlūkojiet uz savu risku.</value>
|
Tas ietver arī saturu, kas, iespējams, nav pareizi licencēts lietošanai osu!. Pārlūkojiet uz savu risku.</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -70,6 +70,6 @@ Tas ietver arī saturu, kas, iespējams, nav pareizi licencēts lietošanai osu!
|
|||||||
<value>Es saprotu</value>
|
<value>Es saprotu</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
<value>Iemīļotie mākslinieki ir mūzikas mākslinieki, kuri ir sadarbojušies ar osu!, lai padarītu daļu no viņu mūzikas pieejamu, izmantošanai ritma-kartēs. Priekš dažiem osu! jaunumu materiālam, mēs izmantojam tikai iemīļotos māksliniekus, lai labāk atbalstītu apkārtējo ekosistēmu</value>
|
<value>Kontraktētie Mākslinieki ir mūzikas mākslinieki, kuri ir sadarbojušies ar osu!, lai padarītu daļu no viņu mūzikas pieejamu, izmantošanai ritma-kartēs. Priekš dažiem osu! jaunumu materiālam, mēs izmantojam tikai iemīļotos māksliniekus, lai labāk atbalstītu apkārtējo ekosistēmu.</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -69,4 +69,7 @@ Dette inkluderer innhold som kanskje ikke er korrekt lisensiert for bruk med osu
|
|||||||
<data name="understood" xml:space="preserve">
|
<data name="understood" xml:space="preserve">
|
||||||
<value>Jeg forstår</value>
|
<value>Jeg forstår</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="featured_artists_disabled_tooltip" xml:space="preserve">
|
||||||
|
<value>Utvalgte Artister er musikkartister som har samarbeidet med osu! for å lage et utvalg av deres egne spor for bruk i beatmaps. For noen osu! utgivelser viser vi kun utvalgte artist beatmaps for å støtte økosystemet bedre.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="circles" xml:space="preserve">
|
||||||
|
<value>Кругі</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Слайдэры</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Спінеры</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Удары</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Барабанныя дробы</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Запаўненні</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Садавіны</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Струмені соку</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Бананавыя душы</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Ноты</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Доўгія ноты</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="circles" xml:space="preserve">
|
||||||
|
<value>Кръгове</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Слайдъри</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Спинъри</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Удари</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Слайдъри</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Спинъри</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Плодове</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Сок стриймове</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Бананопад</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Ноти</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Задържащи се ноти</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="circles" xml:space="preserve">
|
||||||
|
<value>Cercles</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Sliders</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinners</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Cops</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Redobles</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swells</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Fruites</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Juice Streams</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Pluges de Bananes</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notes</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Notes Llargues</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="circles" xml:space="preserve">
|
||||||
|
<value>Koleček</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Sliderů</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinnerů</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Úderů</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Virblů</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Šejkrů</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Ovoce</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Proudů džusu</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Banánových spršek</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Not</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Dlouhých not</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="circles" xml:space="preserve">
|
||||||
|
<value>Circles</value>
|
||||||
|
</data>
|
||||||
|
<data name="sliders" xml:space="preserve">
|
||||||
|
<value>Slider</value>
|
||||||
|
</data>
|
||||||
|
<data name="spinners" xml:space="preserve">
|
||||||
|
<value>Spinner</value>
|
||||||
|
</data>
|
||||||
|
<data name="hits" xml:space="preserve">
|
||||||
|
<value>Treffer</value>
|
||||||
|
</data>
|
||||||
|
<data name="drumrolls" xml:space="preserve">
|
||||||
|
<value>Drumrolls</value>
|
||||||
|
</data>
|
||||||
|
<data name="swells" xml:space="preserve">
|
||||||
|
<value>Swells</value>
|
||||||
|
</data>
|
||||||
|
<data name="fruits" xml:space="preserve">
|
||||||
|
<value>Fruits</value>
|
||||||
|
</data>
|
||||||
|
<data name="juice_streams" xml:space="preserve">
|
||||||
|
<value>Juice-Streams</value>
|
||||||
|
</data>
|
||||||
|
<data name="banana_showers" xml:space="preserve">
|
||||||
|
<value>Banana-Showers</value>
|
||||||
|
</data>
|
||||||
|
<data name="notes" xml:space="preserve">
|
||||||
|
<value>Notes</value>
|
||||||
|
</data>
|
||||||
|
<data name="hold_notes" xml:space="preserve">
|
||||||
|
<value>Hold-Notes</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user