Skip to content

Commit 407cf62

Browse files
authored
Merge pull request #674 from LumpBloom7/l10n_master
New Crowdin updates
2 parents 71b8051 + c0d5e3b commit 407cf62

File tree

3 files changed

+81
-2
lines changed

3 files changed

+81
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<root>
3+
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
4+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
5+
<xsd:element name="root" msdata:IsDataSet="true">
6+
<xsd:complexType>
7+
<xsd:choice maxOccurs="unbounded">
8+
<xsd:element name="metadata">
9+
<xsd:complexType>
10+
<xsd:sequence>
11+
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
12+
</xsd:sequence>
13+
<xsd:attribute name="name" use="required" type="xsd:string"/>
14+
<xsd:attribute name="type" type="xsd:string"/>
15+
<xsd:attribute name="mimetype" type="xsd:string"/>
16+
<xsd:attribute ref="xml:space"/>
17+
</xsd:complexType>
18+
</xsd:element>
19+
<xsd:element name="assembly">
20+
<xsd:complexType>
21+
<xsd:attribute name="alias" type="xsd:string"/>
22+
<xsd:attribute name="name" type="xsd:string"/>
23+
</xsd:complexType>
24+
</xsd:element>
25+
<xsd:element name="data">
26+
<xsd:complexType>
27+
<xsd:sequence>
28+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
29+
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
30+
</xsd:sequence>
31+
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
32+
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
33+
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
34+
<xsd:attribute ref="xml:space"/>
35+
</xsd:complexType>
36+
</xsd:element>
37+
<xsd:element name="resheader">
38+
<xsd:complexType>
39+
<xsd:sequence>
40+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
41+
</xsd:sequence>
42+
<xsd:attribute name="name" type="xsd:string" use="required"/>
43+
</xsd:complexType>
44+
</xsd:element>
45+
</xsd:choice>
46+
</xsd:complexType>
47+
</xsd:element>
48+
</xsd:schema>
49+
<resheader name="resmimetype">
50+
<value>text/microsoft-resx</value>
51+
</resheader>
52+
<resheader name="version">
53+
<value>2.0</value>
54+
</resheader>
55+
<resheader name="reader">
56+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
57+
</resheader>
58+
<resheader name="writer">
59+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
60+
</resheader>
61+
<data name="judgement_mode" xml:space="preserve">
62+
<value>Tryb oceniania</value>
63+
</data>
64+
<data name="judgement_mode_description" xml:space="preserve">
65+
<value>Tryby oceniania określają ścisłość oceniania podczas gry.</value>
66+
</data>
67+
<data name="minimum_result" xml:space="preserve">
68+
<value>Minimalny wynik trafienia</value>
69+
</data>
70+
<data name="minimum_result_description" xml:space="preserve">
71+
<value>Minimalny wynik trafienia, który jest przyjmowany podczas gry. Wszystko poniżej będzie oceniane jako nietrafienie.</value>
72+
</data>
73+
</root>

osu.Game.Rulesets.Sentakki/Resources/Localisation/Mods/SentakkiModHiddenStrings.ru.resx

+7-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,10 @@
6161
<data name="mod_description" xml:space="preserve">
6262
<value>Ноты исчезают прямо перед нажатием.</value>
6363
</data>
64-
</root>
64+
<data name="visible_radius" xml:space="preserve">
65+
<value>Радиус видимости</value>
66+
</data>
67+
<data name="visible_radius_description" xml:space="preserve">
68+
<value>Радиус окружности, в котором видно ноты.</value>
69+
</data>
70+
</root>

osu.Game.Rulesets.Sentakki/Resources/Localisation/SentakkiSettingsSubsectionStrings.ru.resx

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<value>Скорость появления нот Touch</value>
104104
</data>
105105
<data name="entry_speed_tooltip" xml:space="preserve">
106-
<value>{0} ({1} мс)</value>
106+
<value>{0} ({1}мс)</value>
107107
<comment>The left placeholder is the speed value between 0 - 10, or "Sonic" if too fast. The right placeholder duration value.</comment>
108108
</data>
109109
<data name="sonic" xml:space="preserve">

0 commit comments

Comments
 (0)