Compare commits
19 Commits
2022.325.0
...
2022.417.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43d153b7be | ||
|
|
55c1e7d225 | ||
|
|
8005b4d148 | ||
|
|
c3efbb28ea | ||
|
|
4a3e1d3c49 | ||
|
|
f0aff9a15d | ||
|
|
6889cb4918 | ||
|
|
9ee0490240 | ||
|
|
8316555a21 | ||
|
|
c7278ef217 | ||
|
|
41f43dd8ce | ||
|
|
f8812ab77b | ||
|
|
f9a04a33f3 | ||
|
|
7a2de756c6 | ||
|
|
4b540ad9e9 | ||
|
|
083f92f98d | ||
|
|
9407089dd5 | ||
|
|
a94756b147 | ||
|
|
1d709912a3 |
@@ -1,6 +1,6 @@
|
||||
clone_depth: 1
|
||||
version: '{build}'
|
||||
image: Visual Studio 2019
|
||||
image: Visual Studio 2022
|
||||
configuration: Release
|
||||
platform: Any CPU
|
||||
before_build:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
clone_depth: 1
|
||||
version: '{build}'
|
||||
skip_non_tags: true
|
||||
image: Visual Studio 2019
|
||||
image: Visual Studio 2022
|
||||
configuration: Release
|
||||
platform: Any CPU
|
||||
before_build:
|
||||
|
||||
@@ -39,4 +39,4 @@ files:
|
||||
uk: uk
|
||||
vi: vi
|
||||
zh-CN: zh
|
||||
zh-TW: zh-TW
|
||||
zh-TW: zh-Hant
|
||||
|
||||
@@ -67,6 +67,12 @@
|
||||
<data name="volume_header" xml:space="preserve">
|
||||
<value>音量</value>
|
||||
</data>
|
||||
<data name="output_device" xml:space="preserve">
|
||||
<value>出力デバイス</value>
|
||||
</data>
|
||||
<data name="positional_hitsound_audio_level" xml:space="preserve">
|
||||
<value>ヒットサウンドのステレオ分離</value>
|
||||
</data>
|
||||
<data name="master_volume" xml:space="preserve">
|
||||
<value>マスター</value>
|
||||
</data>
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<value>音频</value>
|
||||
</data>
|
||||
<data name="audio_devices_header" xml:space="preserve">
|
||||
<value>输出设备</value>
|
||||
<value>设备</value>
|
||||
</data>
|
||||
<data name="volume_header" xml:space="preserve">
|
||||
<value>音量</value>
|
||||
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Аўсэт карты</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Мінулая гульня:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>Мінулая гульня занадта кароткая для каліброўкі</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Адкалібраваць карыстаясь мінулай гульнёй</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(аб'екты з'яўляюцца пазней)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(аб'екты з'яўляюцца раней)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Offset beatmapy</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Předchozí hra:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>Předchozí hra je příliš krátká pro použití ke kalibraci</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Kalibrovat pomocí poslední hry</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(hit objekty se objeví později)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(hit objekty se objeví dříve)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.es.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.es.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Compensación del mapa</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Jugada anterior:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>La jugada anterior es demasiado corta para usarla para la calibración</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Calibrar usando la última jugada</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(las notas aparecen más tarde)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(las notas aparecen antes)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.fr.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.fr.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Décalage de la beatmap</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Partie précédente :</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>La partie précédente est trop courte pour être utilisée pour la calibration</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Calibrer en utilisant la dernière partie</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(les objets apparaissent plus tard)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(les objets apparaissent plus tôt)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.id.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.id.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Offset beatmap</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Permainan sebelumnya:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>Durasi permainan sebelumnya terlalu pendek untuk dapat dijadikan acuan</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Atur berdasarkan permainan sebelumnya</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(objek muncul lebih akhir)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(objek muncul lebih awal)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.it.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.it.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Offset beatmap</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Partita precedente:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>Partita precedente troppo corta per la calibrazione</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Calibra utilizzando la scorsa partita</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(gli oggetti appaiono più tardi)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(gli oggetti appaiono prima)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>ビートマップオフセット</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>前回のプレイ:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>前回のプレイ時間が短すぎるためキャリブレーションは利用できません</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>最終プレイを利用して調整する</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(ヒットオブジェクトは後で表示されます)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(ヒットオブジェクトは先に表示されます)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.nl.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.nl.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Beatmap-offset</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Vorige play:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>Vorige play te kort voor kalibratie</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Kalibreren a.d.h.v. laatste play</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(hitobjecten verschijnen later)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(hitobjecten verschijnen eerder)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Beatmap offset</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Previous play:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>Previous play too short to use for calibration</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Calibrate using last play</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(hit objects appear later)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(hit objects appear earlier)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Сдвиг карты относительно трека</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Предыдущая игра:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>Предыдущая игра слишком короткая для калибровки</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Откалибровать по предыдущей игре</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(ноты появляются позже)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(ноты появляются раньше)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>Оффсет мапи</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>Попередня спроба:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>Попередня спроба занадто коротка для використання калібрування</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>Калібрувати використовуючи останню спробу</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(об'єктів пізнше)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(об'єктів раніше)</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>圖譜音訊偏移</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>上次遊玩:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>上次的遊玩時長過短,無法用於校準</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>使用上次的遊玩資料校準</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(打擊物件延後出現)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(打擊物件提早出現)</value>
|
||||
</data>
|
||||
</root>
|
||||
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.zh.resx
Normal file
79
osu.Game.Resources/Localisation/BeatmapOffsetControl.zh.resx
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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="beatmap_offset" xml:space="preserve">
|
||||
<value>谱面偏移</value>
|
||||
</data>
|
||||
<data name="previous_play" xml:space="preserve">
|
||||
<value>上次游玩:</value>
|
||||
</data>
|
||||
<data name="previous_play_too_short_to_use_for_calibration" xml:space="preserve">
|
||||
<value>上次游玩时间太短,不能用于校准</value>
|
||||
</data>
|
||||
<data name="calibrate_using_last_play" xml:space="preserve">
|
||||
<value>使用上次游玩数据校准</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_later" xml:space="preserve">
|
||||
<value>(物件延后出现)</value>
|
||||
</data>
|
||||
<data name="hit_objects_appear_earlier" xml:space="preserve">
|
||||
<value>(物件提前出现)</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -65,6 +65,6 @@
|
||||
<value>Configurer</value>
|
||||
</data>
|
||||
<data name="change_bindings_button" xml:space="preserve">
|
||||
<value>Configurer les touches de jeu et les raccourcis généraux</value>
|
||||
<value>modifier les raccourcis clavier et les raccourcis du jeu</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -67,6 +67,9 @@
|
||||
<data name="enabled" xml:space="preserve">
|
||||
<value>有効</value>
|
||||
</data>
|
||||
<data name="disabled" xml:space="preserve">
|
||||
<value>無効</value>
|
||||
</data>
|
||||
<data name="default" xml:space="preserve">
|
||||
<value>既定</value>
|
||||
</data>
|
||||
|
||||
@@ -79,4 +79,7 @@
|
||||
<data name="clear_all_caches" xml:space="preserve">
|
||||
<value>Alle Caches löschen</value>
|
||||
</data>
|
||||
<data name="compact_realm" xml:space="preserve">
|
||||
<value>Komprimiere Realm</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -59,7 +59,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="debug_section_header" xml:space="preserve">
|
||||
<value>Sửa Lỗi</value>
|
||||
<value>Gỡ lỗi</value>
|
||||
</data>
|
||||
<data name="general_header" xml:space="preserve">
|
||||
<value>Tổng quan</value>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<value>导入文件</value>
|
||||
</data>
|
||||
<data name="memory_header" xml:space="preserve">
|
||||
<value>内存</value>
|
||||
<value>存储</value>
|
||||
</data>
|
||||
<data name="clear_all_caches" xml:space="preserve">
|
||||
<value>清除所有缓存</value>
|
||||
|
||||
@@ -70,6 +70,9 @@
|
||||
<data name="prefer_original" xml:space="preserve">
|
||||
<value>Prefer metadata in original language</value>
|
||||
</data>
|
||||
<data name="prefer_24_hour_time_display" xml:space="preserve">
|
||||
<value>Prefer 24-hour time display</value>
|
||||
</data>
|
||||
<data name="update_header" xml:space="preserve">
|
||||
<value>Updates</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Рэзалюцыя</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Экран</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Маштаб інтэрфэйсу</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Rozlišení</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Displej</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Škálování uživatelského rozhraní</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Auflösung</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Anzeige</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>UI-Skalierung</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Resolución</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Pantalla</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Tamaño de la interfaz de usuario</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Resoluutio</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Näyttö</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Käyttöliittymän skaalaus</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Résolution</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Affichage</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Mise à l'échelle de l'interface utilisateur</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Resolusi</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Tampilan</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Skala UI</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Risoluzione</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Schermo</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Ridimensionamento UI</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>해상도</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>디스플레이</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>UI 크기 조정</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Resolutie</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Beeldscherm</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>UI-grootte</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Resolução</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Tela</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Escala da interface do usuário </value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Resolution</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Display</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>UI scaling</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,10 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Разрешение</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Монитор
|
||||
</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Масштаб интерфейса</value>
|
||||
</data>
|
||||
@@ -104,7 +108,7 @@
|
||||
<value>Вертикальное масштабирование</value>
|
||||
</data>
|
||||
<data name="not_fullscreen_note" xml:space="preserve">
|
||||
<value>Работа без полноэкранного режима увеличит задержку ввода!</value>
|
||||
<value>Работа вне полноэкранного режима увеличит задержку ввода!</value>
|
||||
</data>
|
||||
<data name="detail_settings_header" xml:space="preserve">
|
||||
<value>Настройка деталей</value>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>Роздільна здатність</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>Дисплей</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>Масштабування інтерфейсу</value>
|
||||
</data>
|
||||
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>解析度</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>顯示</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>UI 縮放</value>
|
||||
</data>
|
||||
@@ -62,7 +62,7 @@
|
||||
<value>图像</value>
|
||||
</data>
|
||||
<data name="renderer_header" xml:space="preserve">
|
||||
<value>渲染</value>
|
||||
<value>渲染器</value>
|
||||
</data>
|
||||
<data name="frame_limiter" xml:space="preserve">
|
||||
<value>帧数限制</value>
|
||||
@@ -85,6 +85,9 @@
|
||||
<data name="resolution" xml:space="preserve">
|
||||
<value>分辨率</value>
|
||||
</data>
|
||||
<data name="display" xml:space="preserve">
|
||||
<value>显示器</value>
|
||||
</data>
|
||||
<data name="ui_scaling" xml:space="preserve">
|
||||
<value>界面缩放</value>
|
||||
</data>
|
||||
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.be.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.be.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Не ўдалося загрузіць рэкорды!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Калі ласка, выберыце карту!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Табліца рэкордаў не даступна для гэтага рэжыму!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Табліца рэкордаў не даступна для гэтай карты!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Няма рэкордаў!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Калі ласка, ўвайдзіце ў аккаўнт, каб бачыць табліцу рэкордаў!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Трэба купіць osu!supporter, каб глядзець гэту табліцу рэкордаў!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.cs.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.cs.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Nepodařilo se načíst skóre!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Prosím vyber beatmapu!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Žebříčky nejsou k dispozici pro tento ruleset!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Žebříčky nejsou k dispozici pro tuto beatmapu!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Zatím žádné záznamy!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Pro zobrazení online žebříčků se prosím přihlas!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Prosím, zainvestujte do osu!supporter tagu pro zobrazení tohoto žebříčku!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.es.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.es.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>¡No se pudieron obtener las puntuaciones!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>¡Seleccione un mapa!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>¡Las tablas de clasificación no están disponibles para este set de juego!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>¡Las tablas de clasificación no están disponibles para este mapa!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>¡Aún no hay registros!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>¡Inicie sesión para ver las tablas de clasificación en línea!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>¡Compre un tag de osu!supporter para ver esta tabla de clasificación!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.fr.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.fr.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Impossible de récupérer les scores !</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Veuillez sélectionner une beatmap !</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Les classements ne sont pas disponibles pour ce mode de jeu !</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Les classements ne sont pas disponibles pour cette beatmap !</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Aucun score pour le moment !</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Veuillez vous connecter pour voir les classements en ligne !</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Vous devez avoir un tag osu!supporter pour voir ce classement !</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.id.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.id.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Tidak dapat memuat skor!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Mohon pilih beatmap!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Papan peringkat untuk ruleset ini tidak tersedia!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Papan peringkat untuk beatmap ini tidak tersedia!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Belum ada skor yang ditorehkan!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Harap masuk untuk melihat papan peringkat online!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Anda harus memiliki osu!supporter tag untuk dapat melihat papan peringkat ini!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.it.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.it.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Impossibile recuperare i punteggi!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Seleziona una beatmap!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Classifiche non disponibili per questa modalità!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Classifiche non disponibili per questa beatmap!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Ancora nessun punteggio!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Accedi per visualizzare le classifiche online!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Per favore investi in un tag osu!supporter per visualizzare questa classifica!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.ko.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.ko.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>점수를 불러올 수 없습니다!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>비트맵을 골라주세요!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>이 룰셋은 순위를 지원하지 않습니다!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>이 비트맵은 순위를 지원하지 않습니다!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>기록이 없습니다!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>온라인 순위표를 보려면 로그인하세요!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>이 리더보드를 보려면 osu! 서포터 태그를 구매하셔야 합니다.</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.nl.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.nl.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Ophalen van scores mislukt!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Selecteer een beatmap!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Rankings zijn niet beschikbaar voor deze spelmodus!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Rankings zijn niet beschikbaar voor deze beatmap!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Nog geen eerdere plays!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Log in om de online rankings te bekijken!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Investeer in een osu!supporter tag om deze ranking te kunnen bekijken!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.pl.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.pl.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Nie udało się pobrać wyników!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Wybierz beatmapę!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Tabele wyników nie są dostępne dla tego trybu gry!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Tabele wyników nie są dostępne dla tej beatmapy!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Brak wyników!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Zaloguj się, by wyświetlić tabele wyników!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Rozważ zakup statusu donatora osu!, by móc wyświetlić tę tabelę wyników!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Couldn't fetch scores!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Please select a beatmap!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Leaderboards are not available for this ruleset!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Leaderboards are not available for this beatmap!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>No records yet!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Please sign in to view online leaderboards!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Please invest in an osu!supporter tag to view this leaderboard!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.ru.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.ru.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Не удалось загрузить рекорды!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Выберите карту!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Таблица рекордов недоступна для этого режима!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Таблица рекордов недоступна для этой карты!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Нет рекордов!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Пожалуйста, войдите для просмотра таблицы рекордов!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Пожалуйста, приобретите тег osu!supporter для просмотра этой таблицы рекордов!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.uk.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.uk.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>Не вдалося отримати рекорди!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>Оберіть карту!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>Дана таблиця рекордів недоступна для цього режиму!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>Дана таблиця рекордів недоступна для цієї карти!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>Немає рекордів!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>Будь ласка, ввійдіть, щоб переглядати онлайн-таблицю рекордів!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>Будь ласка, купіть тег osu!supporter, для того щоби переглянути цю таблицю рекордів!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.zh-Hant.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.zh-Hant.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>無法擷取成績!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>請選擇圖譜!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>此遊戲模式無法使用排行榜!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>此圖譜無法使用排行榜!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>尚無成績!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>請登入以檢視線上排行榜!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>請購買 osu!supporter 以檢視此排行榜!</value>
|
||||
</data>
|
||||
</root>
|
||||
82
osu.Game.Resources/Localisation/Leaderboard.zh.resx
Normal file
82
osu.Game.Resources/Localisation/Leaderboard.zh.resx
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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="couldnt_fetch_scores" xml:space="preserve">
|
||||
<value>无法获取分数!</value>
|
||||
</data>
|
||||
<data name="please_select_a_beatmap" xml:space="preserve">
|
||||
<value>请选择谱面!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_ruleset" xml:space="preserve">
|
||||
<value>此游戏模式的排行榜不可用!</value>
|
||||
</data>
|
||||
<data name="leaderboards_are_not_available_for_this_beatmap" xml:space="preserve">
|
||||
<value>此谱面的排行榜不可用!</value>
|
||||
</data>
|
||||
<data name="no_records_yet" xml:space="preserve">
|
||||
<value>还没有成绩!</value>
|
||||
</data>
|
||||
<data name="please_sign_in_to_view_online_leaderboards" xml:space="preserve">
|
||||
<value>登录后才能查看在线排行榜!</value>
|
||||
</data>
|
||||
<data name="please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard" xml:space="preserve">
|
||||
<value>请成为 osu!supporter 来查看此排行榜!</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -62,7 +62,7 @@
|
||||
<value>Onderhoud</value>
|
||||
</data>
|
||||
<data name="select_directory" xml:space="preserve">
|
||||
<value>Maplocatie selecteren</value>
|
||||
<value>Selecteer map</value>
|
||||
</data>
|
||||
<data name="import_beatmaps_from_stable" xml:space="preserve">
|
||||
<value>Beatmaps van stable-versie importeren</value>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<value>Pokusí se obejít zrychlování myši jakéhokoliv operačního systému. Na windowsech to odpovídá tomu, co bylo známo jako "Přímý vstup".</value>
|
||||
</data>
|
||||
<data name="confine_mouse_mode" xml:space="preserve">
|
||||
<value>Uvěznit kurzor myši v okně</value>
|
||||
<value>Omezit kurzor myši na okno</value>
|
||||
</data>
|
||||
<data name="disable_mouse_wheel_volume_adjust" xml:space="preserve">
|
||||
<value>Vypnout možnost měnit hlasitost zvuku pomocí klečka myši během hry</value>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<value>Ratón de alta precisión</value>
|
||||
</data>
|
||||
<data name="high_precision_mouse_tooltip" xml:space="preserve">
|
||||
<value>Intenta saltarse la aceleración del ratón de cualquier sistema operativo. En Windows, esto equivale a lo que antes se conocía como "Raw Input".</value>
|
||||
<value>Intenta saltarse cualquier aceleración del ratón del sistema operativo. En Windows, esto equivale a lo que antes se conocía como "Raw Input".</value>
|
||||
</data>
|
||||
<data name="confine_mouse_mode" xml:space="preserve">
|
||||
<value>Limitar el cursor del ratón a la ventana</value>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<value>Mouse ad alta precisione</value>
|
||||
</data>
|
||||
<data name="high_precision_mouse_tooltip" xml:space="preserve">
|
||||
<value>Tenta di aggirare qualsiasi accelerazione del mouse del sistema operativo. Su windows, questo è l'equivalente di ciò che era conosciuto come "Ingresso Grezzo".</value>
|
||||
<value>Tenta di aggirare qualsiasi sistema di accelerazione del mouse. Su Windows, questo è l'equivalente di ciò che era conosciuto come "input grezzo" o "input non elaborato".</value>
|
||||
</data>
|
||||
<data name="confine_mouse_mode" xml:space="preserve">
|
||||
<value>Confina il cursore del mouse alla finestra</value>
|
||||
|
||||
@@ -62,6 +62,6 @@
|
||||
<value>pemutar lagu</value>
|
||||
</data>
|
||||
<data name="header_description" xml:space="preserve">
|
||||
<value>kelola musik yang sedang mengalun</value>
|
||||
<value>kelola musik yang sedang diputar</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -71,7 +71,7 @@
|
||||
<value>游玩时的光标大小</value>
|
||||
</data>
|
||||
<data name="auto_cursor_size" xml:space="preserve">
|
||||
<value>根据谱面物件大小调整光标大小</value>
|
||||
<value>根据谱面调整光标大小</value>
|
||||
</data>
|
||||
<data name="beatmap_skins" xml:space="preserve">
|
||||
<value>谱面皮肤</value>
|
||||
|
||||
@@ -71,10 +71,10 @@
|
||||
<value>Conformar à proporção de ecrã atual do jogo</value>
|
||||
</data>
|
||||
<data name="x_offset" xml:space="preserve">
|
||||
<value>Desvio no eixo do X</value>
|
||||
<value>Desvio no eixo X</value>
|
||||
</data>
|
||||
<data name="y_offset" xml:space="preserve">
|
||||
<value>Desvio no eixo do Y</value>
|
||||
<value>Desvio no eixo Y</value>
|
||||
</data>
|
||||
<data name="rotation" xml:space="preserve">
|
||||
<value>Rotação</value>
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
<value>Selezione Brano</value>
|
||||
</data>
|
||||
<data name="right_mouse_scroll" xml:space="preserve">
|
||||
<value>Trascina il tasto destro del mouse per lo scorrimento assoluto</value>
|
||||
<value>Scorrimento assoluto con il tasto destro del mouse</value>
|
||||
</data>
|
||||
<data name="show_converted_beatmaps" xml:space="preserve">
|
||||
<value>Mostra beatmap convertite</value>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="user_interface_section_header" xml:space="preserve">
|
||||
<value>Gebruikersinterface</value>
|
||||
<value>Interface</value>
|
||||
</data>
|
||||
<data name="general_header" xml:space="preserve">
|
||||
<value>Algemeen</value>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="user_interface_section_header" xml:space="preserve">
|
||||
<value>界面</value>
|
||||
<value>用户界面</value>
|
||||
</data>
|
||||
<data name="general_header" xml:space="preserve">
|
||||
<value>常规</value>
|
||||
@@ -74,13 +74,13 @@
|
||||
<value>视差</value>
|
||||
</data>
|
||||
<data name="hold_to_confirm_activation_time" xml:space="preserve">
|
||||
<value>长按确认需要的按下时长</value>
|
||||
<value>长按确认所需时长</value>
|
||||
</data>
|
||||
<data name="main_menu_header" xml:space="preserve">
|
||||
<value>主菜单</value>
|
||||
</data>
|
||||
<data name="interface_voices" xml:space="preserve">
|
||||
<value>界面音效</value>
|
||||
<value>界面声音</value>
|
||||
</data>
|
||||
<data name="osu_music_theme" xml:space="preserve">
|
||||
<value>osu! 主题音乐</value>
|
||||
@@ -95,10 +95,10 @@
|
||||
<value>季节背景图片</value>
|
||||
</data>
|
||||
<data name="not_supporter_note" xml:space="preserve">
|
||||
<value>该设置仅对 osu! supporter 有效</value>
|
||||
<value>该设置仅对 osu!supporter 有效</value>
|
||||
</data>
|
||||
<data name="song_select_header" xml:space="preserve">
|
||||
<value>选图界面</value>
|
||||
<value>歌曲选择</value>
|
||||
</data>
|
||||
<data name="right_mouse_scroll" xml:space="preserve">
|
||||
<value>按住鼠标右键快速滚动</value>
|
||||
@@ -107,10 +107,10 @@
|
||||
<value>显示转谱</value>
|
||||
</data>
|
||||
<data name="stars_minimum" xml:space="preserve">
|
||||
<value>显示的谱面的最低星级</value>
|
||||
<value>显示的谱面星级从</value>
|
||||
</data>
|
||||
<data name="stars_maximum" xml:space="preserve">
|
||||
<value>最高星级</value>
|
||||
<value>至</value>
|
||||
</data>
|
||||
<data name="random_selection_algorithm" xml:space="preserve">
|
||||
<value>随机选择算法</value>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="edit.title_compact" xml:space="preserve">
|
||||
<value>nastavení</value>
|
||||
<value>nastavení účtu</value>
|
||||
</data>
|
||||
<data name="edit.username" xml:space="preserve">
|
||||
<value>uživatelské jméno</value>
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<value>پسورد جدید</value>
|
||||
</data>
|
||||
<data name="edit.password.new_confirmation" xml:space="preserve">
|
||||
<value>تایید رمز عبور</value>
|
||||
<value>تایید کلمه عبور</value>
|
||||
</data>
|
||||
<data name="edit.password.title" xml:space="preserve">
|
||||
<value>پسورد</value>
|
||||
@@ -119,10 +119,10 @@
|
||||
<value>بروز کردن</value>
|
||||
</data>
|
||||
<data name="notifications.beatmapset_discussion_qualified_problem" xml:space="preserve">
|
||||
<value>دریافت اعلانات مشکلات جدید در بیتمپ های واجد شرایط در نوع های زیر</value>
|
||||
<value>دریافت اعلانات مشکلات جدید در بیت مپ های واجد شرایط در نوع های زیر</value>
|
||||
</data>
|
||||
<data name="notifications.beatmapset_disqualify" xml:space="preserve">
|
||||
<value>دریافت اعلانات برای وقتی که بیتمپ های نوع زیر، رد صلاحیت میشوند</value>
|
||||
<value>دریافت اعلانات برای وقتی که بیت مپ های نوع زیر، رد صلاحیت میشوند</value>
|
||||
</data>
|
||||
<data name="notifications.comment_reply" xml:space="preserve">
|
||||
<value>دریافت اعلانات برای پاسخ ها به کامنت شما</value>
|
||||
@@ -140,7 +140,7 @@
|
||||
<value>درجه سختی میهمان</value>
|
||||
</data>
|
||||
<data name="notifications.options.beatmapset:modding" xml:space="preserve">
|
||||
<value>مادینگ بیتمپ</value>
|
||||
<value>مودینگ بیت مپ</value>
|
||||
</data>
|
||||
<data name="notifications.options.channel_message" xml:space="preserve">
|
||||
<value>پیام های خصوصی چت</value>
|
||||
@@ -155,7 +155,7 @@
|
||||
<value>ایمیل</value>
|
||||
</data>
|
||||
<data name="notifications.options.mapping" xml:space="preserve">
|
||||
<value>مپر بیتمپ</value>
|
||||
<value>سازنده بیت مپ</value>
|
||||
</data>
|
||||
<data name="notifications.options.push" xml:space="preserve">
|
||||
<value>اعلان push</value>
|
||||
@@ -173,16 +173,16 @@
|
||||
<value>OAuth</value>
|
||||
</data>
|
||||
<data name="options.beatmapset_show_nsfw" xml:space="preserve">
|
||||
<value>مخفی کردن هشدار ها برای محتوای نامناسب در بیتمپ ها</value>
|
||||
<value>مخفی کردن هشدار ها برای محتوای نامناسب در بیت مپ ها</value>
|
||||
</data>
|
||||
<data name="options.beatmapset_title_show_original" xml:space="preserve">
|
||||
<value>نمایش متادیتای بیتمپ ها در زبان اصلی</value>
|
||||
<value>نمایش متادیتای بیت مپ ها در زبان اصلی</value>
|
||||
</data>
|
||||
<data name="options.title" xml:space="preserve">
|
||||
<value>گزینه ها</value>
|
||||
</data>
|
||||
<data name="options.beatmapset_download._" xml:space="preserve">
|
||||
<value>نوع پیشفرض دانلود بیتمپ ها</value>
|
||||
<value>نوع پیشفرض دانلود بیت مپ ها</value>
|
||||
</data>
|
||||
<data name="options.beatmapset_download.all" xml:space="preserve">
|
||||
<value>همراه با ویدیو اگر موجود باشد</value>
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
<value>email</value>
|
||||
</data>
|
||||
<data name="notifications.options.mapping" xml:space="preserve">
|
||||
<value>mappeur</value>
|
||||
<value>créateur de beatmap</value>
|
||||
</data>
|
||||
<data name="notifications.options.push" xml:space="preserve">
|
||||
<value>push</value>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<value>Avatar</value>
|
||||
</data>
|
||||
<data name="edit.avatar.rules" xml:space="preserve">
|
||||
<value>Pastikan avatar Anda tunduk pada {0} yang berlaku.<br/>Dengan kata lain, avatar Anda harus <strong>cocok untuk segala usia</strong> tanpa mengandung unsur-unsur yang tidak dibenarkan seperti cacian, hinaan, atau konten-konten yang bersifat sugestif.</value>
|
||||
<value>Pastikan avatar Anda tunduk pada {0} yang berlaku.<br/>Dengan kata lain, avatar Anda harus <strong>cocok untuk segala usia</strong> tanpa mengandung unsur apapun yang tidak dibenarkan seperti cacian, hinaan, atau konten yang bersifat sugestif.</value>
|
||||
</data>
|
||||
<data name="edit.avatar.rules_link" xml:space="preserve">
|
||||
<value>peraturan komunitas</value>
|
||||
@@ -248,6 +248,6 @@
|
||||
<value>Verifikasi selesai</value>
|
||||
</data>
|
||||
<data name="verification_invalid.title" xml:space="preserve">
|
||||
<value>Tautan verifikasi tidak sah atau sudah tidak berlaku</value>
|
||||
<value>Tautan verifikasi tidak valid atau sudah tidak berlaku</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -140,7 +140,7 @@
|
||||
<value>гостьова складність</value>
|
||||
</data>
|
||||
<data name="notifications.options.beatmapset:modding" xml:space="preserve">
|
||||
<value>моддінг карт</value>
|
||||
<value>моддинг карт</value>
|
||||
</data>
|
||||
<data name="notifications.options.channel_message" xml:space="preserve">
|
||||
<value>особисті повідомлення</value>
|
||||
@@ -173,7 +173,7 @@
|
||||
<value>OAuth</value>
|
||||
</data>
|
||||
<data name="options.beatmapset_show_nsfw" xml:space="preserve">
|
||||
<value>приховати попередження щодо вмісту для дорослих в біткартах</value>
|
||||
<value>приховати попередження щодо вмісту контенту для дорослих в картах</value>
|
||||
</data>
|
||||
<data name="options.beatmapset_title_show_original" xml:space="preserve">
|
||||
<value>показувати метадані мовою оригіналу</value>
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
<value>职业</value>
|
||||
</data>
|
||||
<data name="edit.profile.user.user_website" xml:space="preserve">
|
||||
<value>个人主页</value>
|
||||
<value>个人网站</value>
|
||||
</data>
|
||||
<data name="edit.signature.title" xml:space="preserve">
|
||||
<value>个性签名</value>
|
||||
|
||||
@@ -68,13 +68,13 @@
|
||||
<value>هنرمند هم اکنون مخفی شده است</value>
|
||||
</data>
|
||||
<data name="beatmaps._" xml:space="preserve">
|
||||
<value>بیتمپ ها</value>
|
||||
<value>بیت مپ ها</value>
|
||||
</data>
|
||||
<data name="beatmaps.download" xml:space="preserve">
|
||||
<value>دانلود قالب بیتمپ</value>
|
||||
<value>دانلود قالب بیت مپ</value>
|
||||
</data>
|
||||
<data name="beatmaps.download-na" xml:space="preserve">
|
||||
<value>قالب بیتمپ هنوز در دسترس نیست</value>
|
||||
<value>قالب بیت مپ هنوز در دسترس نیست</value>
|
||||
</data>
|
||||
<data name="index.description" xml:space="preserve">
|
||||
<value>هنرمندان ویژه هنرمندانی هستند که ما با آنها همکاری میکنیم تا آهنگ های اصیل و جدید به osu! بیاوریم. این هنرمندان و قسمتی از آهنگ هایشان توسط تیم osu! دستچین شده اند چون بسیار مناسب مپ کردن هستند. بعضی از این هنرمندان ویژه، آهنگ هایی جدید مختص استفاده در osu! ساخته اند.<br><br>همه ی آهنگ ها در این بخش به صورت یک فایل .osz از قبل تنظیم ظمانی شده ارائه داده شده اند و به صورت رسمی برای استفاده در osu! و محتوای مربوط به osu! به کار روند.</value>
|
||||
@@ -97,6 +97,9 @@
|
||||
<data name="songs.original" xml:space="preserve">
|
||||
<value>osu! عادی</value>
|
||||
</data>
|
||||
<data name="songs.original_badge" xml:space="preserve">
|
||||
<value>اصلی</value>
|
||||
</data>
|
||||
<data name="tracklist.title" xml:space="preserve">
|
||||
<value>عنوان</value>
|
||||
</data>
|
||||
@@ -109,6 +112,12 @@
|
||||
<data name="tracklist.genre" xml:space="preserve">
|
||||
<value>ژانر</value>
|
||||
</data>
|
||||
<data name="tracks.index._" xml:space="preserve">
|
||||
<value>جستجوی قطعه ها</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.advanced" xml:space="preserve">
|
||||
<value>جستجوی پیشرفته</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.album" xml:space="preserve">
|
||||
<value>آلبوم</value>
|
||||
</data>
|
||||
@@ -121,6 +130,9 @@
|
||||
<data name="tracks.index.form.bpm_lte" xml:space="preserve">
|
||||
<value>بیشترین ضرب در دقیقه</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.empty" xml:space="preserve">
|
||||
<value>هیچ قطعه ای مطابق جستجوی شما پیدا نشد.</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.genre" xml:space="preserve">
|
||||
<value>ژانر</value>
|
||||
</data>
|
||||
|
||||
@@ -79,6 +79,9 @@
|
||||
<data name="index.description" xml:space="preserve">
|
||||
<value>Featured artistit ovat artisteja, jotka toimivat kanssamme yhteistyössä tuoden peliin uutta ja alkuperäistä musiikkia. osu!-tiimi on varta vasten valinnut nämä artistit ja valikoiman heidän kappaleitaan soveltuvaksi beatmappien tekemiseen. Jotkut näistä artisteista ovat myös luoneet kappaleita yksinomaan käyttöön osu!{0}.<br><br>Kaikki kappaleet tässä osiossa tarjotaan valmiiksi ajoitettuina .osz tiedostoina ja ovat virallisesti lisensoitu käytettäväksi pelissä ja siihen liittyvässä sisällössä.</value>
|
||||
</data>
|
||||
<data name="links.beatmaps" xml:space="preserve">
|
||||
<value>osu! Beatmapit</value>
|
||||
</data>
|
||||
<data name="links.osu" xml:space="preserve">
|
||||
<value>osu!-profiili</value>
|
||||
</data>
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<value>Artistes affiliés à osu!</value>
|
||||
</data>
|
||||
<data name="title" xml:space="preserve">
|
||||
<value>Artistes plébiscités</value>
|
||||
<value>Artistes affiliés</value>
|
||||
</data>
|
||||
<data name="admin.hidden" xml:space="preserve">
|
||||
<value>L'ARTISTE EST ACTUELLEMENT MASQUÉ</value>
|
||||
@@ -113,7 +113,7 @@
|
||||
<value>genre</value>
|
||||
</data>
|
||||
<data name="tracks.index._" xml:space="preserve">
|
||||
<value>recherche de musiques</value>
|
||||
<value>recherche de titres</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.advanced" xml:space="preserve">
|
||||
<value>Recherche Avancée</value>
|
||||
@@ -131,13 +131,13 @@
|
||||
<value>BPM Maximum</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.empty" xml:space="preserve">
|
||||
<value>Aucune musique correspondant aux critères de recherche n'a été trouvée.</value>
|
||||
<value>Aucune musique correspondant aux critères de recherche n'a été trouvé.</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.genre" xml:space="preserve">
|
||||
<value>Genre</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.genre_all" xml:space="preserve">
|
||||
<value>Tout</value>
|
||||
<value>Tous</value>
|
||||
</data>
|
||||
<data name="tracks.index.form.length_gte" xml:space="preserve">
|
||||
<value>Durée minimale</value>
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
<value>O padrão do beatmap ainda não está disponível</value>
|
||||
</data>
|
||||
<data name="index.description" xml:space="preserve">
|
||||
<value>Os artistas destacados são artistas com os quais estamos a trabalhar em colaboração com o objetivo de trazer músicas novas e originais para o osu!. Estes artistas e uma seleção de faixas de si foram escolhidas pela equipa do osu! como sendo fantásticas e adequadas para mapeamento. Alguns destes artistas destacados também criaram faixas novas exclusivas para usar no osu!.<br><br>Todas as faixas nesta secção são fornecidas como ficheiros pré-temporizados .osz e foram oficialmente licenciados para uso no osu! e conteúdo relacionado com o osu!.</value>
|
||||
<value>Os artistas destacados são artistas com os quais estamos a trabalhar em colaboração com o objetivo de trazer músicas novas e originais para o osu! Estes artistas e uma seleção das suas faixas, foram escolhidas pela equipa do osu! como sendo fantásticas e adequadas para mapeamento. Alguns destes artistas destacados também criaram novas faixas exclusivas para uso no osu!<br><br>Todas as faixas nesta secção estão disponibilizadas em ficheiros .osz e foram oficialmente licenciadas para utilizar no osu! e conteúdo relacionado com ele.</value>
|
||||
</data>
|
||||
<data name="links.beatmaps" xml:space="preserve">
|
||||
<value>Beatmaps osu!</value>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user