Skip to content

Commit 8513560

Browse files
committed
Sync localization
1 parent 184c3f1 commit 8513560

File tree

1,156 files changed

+113451
-31690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,156 files changed

+113451
-31690
lines changed

AssemblyVersion.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ public const string
438438
SRAssemblyDashboardWinDesignFull = SRAssemblyDashboardWinDesign + FullAssemblyVersionExtension,
439439
SRAssemblyDashboardWebDesign = "DevExpress.Dashboard" + VSuffix + ".Web.Design",
440440
SRAssemblyDashboardWebDesignFull = SRAssemblyDashboardWebDesign + FullAssemblyVersionExtension,
441+
SRAssemblyDashboardWebBlazor = "DevExpress.Dashboard" + VSuffix + ".Blazor",
441442
SRAssemblyMapCore = "DevExpress.Map" + VSuffix + ".Core",
442443
SRAssemblyMapCoreTests = "DevExpress.Map.Core.Tests",
443444
SRAssemblyMap = "DevExpress.XtraMap" + VSuffix,

Localization/DevExpress.AIIntegration.WinForms/DevExpress.AIIntegration.WinForms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@
221221
<Target Name="AfterBuild">
222222
</Target>
223223
-->
224-
<PropertyGroup></PropertyGroup>
224+
225225
</Project>

Localization/DevExpress.AIIntegration/DevExpress.AIIntegration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@
103103
<Target Name="AfterBuild">
104104
</Target>
105105
-->
106-
<PropertyGroup></PropertyGroup>
106+
107107
</Project>

Localization/DevExpress.Blazor.PivotTable/DevExpress.Blazor.PivotTable.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</Compile>
6363
<Compile Include="AssemblyInfo.cs" />
6464
</ItemGroup>
65-
<ItemGroup />
65+
6666
<ItemGroup>
6767
<EmbeddedResource Include="Resources\LocalizationRes.de.resx" />
6868
<EmbeddedResource Include="Resources\LocalizationRes.resx" />
@@ -124,5 +124,5 @@
124124
<Target Name="AfterBuild">
125125
</Target>
126126
-->
127-
<PropertyGroup></PropertyGroup>
127+
128128
</Project>

Localization/DevExpress.Blazor.Reporting.Viewer/DevExpress.Blazor.Reporting.Viewer.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ProjectGuid>{048D7EB4-1FB0-4327-908F-190D0ACA46C5}</ProjectGuid>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10-
<AssemblyKeyContainerName></AssemblyKeyContainerName>
10+
1111
<AssemblyName>DevExpress.Blazor.Reporting.v25.2.Viewer</AssemblyName>
1212
<DefaultClientScript>JScript</DefaultClientScript>
1313
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
@@ -23,9 +23,9 @@
2323
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
2424
<BaseAddress>1207959552</BaseAddress>
2525
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
26-
<ConfigurationOverrideFile></ConfigurationOverrideFile>
26+
2727
<DefineConstants>DXWhidbey;DEBUG;TRACE</DefineConstants>
28-
<DocumentationFile></DocumentationFile>
28+
2929
<DebugSymbols>true</DebugSymbols>
3030
<Optimize>false</Optimize>
3131
<RegisterForComInterop>false</RegisterForComInterop>
@@ -40,9 +40,9 @@
4040
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
4141
<BaseAddress>1207959552</BaseAddress>
4242
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
43-
<ConfigurationOverrideFile></ConfigurationOverrideFile>
43+
4444
<DefineConstants>DXWhidbey;TRACE</DefineConstants>
45-
<DocumentationFile></DocumentationFile>
45+
4646
<DebugSymbols>false</DebugSymbols>
4747
<Optimize>true</Optimize>
4848
<RegisterForComInterop>false</RegisterForComInterop>
@@ -142,5 +142,5 @@
142142
<EmbeddedResource Include="Resources\LocalizationRes.ms.resx" />
143143
</ItemGroup>
144144
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
145-
<PropertyGroup></PropertyGroup>
145+
146146
</Project>

Localization/DevExpress.Blazor.RichEdit/DevExpress.Blazor.RichEdit.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SchemaVersion>2.0</SchemaVersion>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9-
<AssemblyKeyContainerName></AssemblyKeyContainerName>
9+
1010
<AssemblyName>DevExpress.Blazor.RichEdit.v25.2</AssemblyName>
1111
<DefaultClientScript>JScript</DefaultClientScript>
1212
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
@@ -23,9 +23,9 @@
2323
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
2424
<BaseAddress>1207959552</BaseAddress>
2525
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
26-
<ConfigurationOverrideFile></ConfigurationOverrideFile>
26+
2727
<DefineConstants>DXWhidbey;DEBUG;TRACE</DefineConstants>
28-
<DocumentationFile></DocumentationFile>
28+
2929
<DebugSymbols>true</DebugSymbols>
3030
<Optimize>false</Optimize>
3131
<RegisterForComInterop>false</RegisterForComInterop>
@@ -40,9 +40,9 @@
4040
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
4141
<BaseAddress>1207959552</BaseAddress>
4242
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
43-
<ConfigurationOverrideFile></ConfigurationOverrideFile>
43+
4444
<DefineConstants>DXWhidbey;TRACE</DefineConstants>
45-
<DocumentationFile></DocumentationFile>
45+
4646
<DebugSymbols>false</DebugSymbols>
4747
<Optimize>true</Optimize>
4848
<RegisterForComInterop>false</RegisterForComInterop>
@@ -150,5 +150,5 @@
150150
<EmbeddedResource Include="Resources\LocalizationRes.ms.resx" />
151151
</ItemGroup>
152152
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
153-
<PropertyGroup></PropertyGroup>
153+
154154
</Project>

Localization/DevExpress.Blazor.Viewer/DevExpress.Blazor.Viewer.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ProjectGuid>{1B13557A-D81C-4784-90E9-5EBF17C4B0AD}</ProjectGuid>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10-
<AssemblyKeyContainerName></AssemblyKeyContainerName>
10+
1111
<AssemblyName>DevExpress.Blazor.v25.2.Viewer</AssemblyName>
1212
<DefaultClientScript>JScript</DefaultClientScript>
1313
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
@@ -23,9 +23,9 @@
2323
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
2424
<BaseAddress>1207959552</BaseAddress>
2525
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
26-
<ConfigurationOverrideFile></ConfigurationOverrideFile>
26+
2727
<DefineConstants>DXWhidbey;DEBUG;TRACE</DefineConstants>
28-
<DocumentationFile></DocumentationFile>
28+
2929
<DebugSymbols>true</DebugSymbols>
3030
<Optimize>false</Optimize>
3131
<RegisterForComInterop>false</RegisterForComInterop>
@@ -40,9 +40,9 @@
4040
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
4141
<BaseAddress>1207959552</BaseAddress>
4242
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
43-
<ConfigurationOverrideFile></ConfigurationOverrideFile>
43+
4444
<DefineConstants>DXWhidbey;TRACE</DefineConstants>
45-
<DocumentationFile></DocumentationFile>
45+
4646
<DebugSymbols>false</DebugSymbols>
4747
<Optimize>true</Optimize>
4848
<RegisterForComInterop>false</RegisterForComInterop>
@@ -140,5 +140,5 @@
140140
<EmbeddedResource Include="Resources\LocalizationRes.zh-TW.resx" />
141141
</ItemGroup>
142142
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
143-
<PropertyGroup></PropertyGroup>
143+
144144
</Project>

Localization/DevExpress.Blazor.Viewer/Resources/LocalizationRes.de.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@
6060
<data name="DxBlazorViewerStringId.Toolbar_SelectZoom" xml:space="preserve">
6161
<value>Wählen Sie Zoom</value>
6262
</data>
63+
<data name="DxBlazorViewerStringId.Toolbar_NextPage" xml:space="preserve">
64+
<value>Nächste Seite</value>
65+
</data>
6366
</root>

Localization/DevExpress.Blazor/DevExpress.Blazor.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ProjectGuid>{B0340D17-5C37-4E5E-A02B-0B090D58FF49}</ProjectGuid>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
99
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10-
<AssemblyKeyContainerName></AssemblyKeyContainerName>
10+
1111
<AssemblyName>DevExpress.Blazor.v25.2</AssemblyName>
1212
<DefaultClientScript>JScript</DefaultClientScript>
1313
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
@@ -23,9 +23,9 @@
2323
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
2424
<BaseAddress>1207959552</BaseAddress>
2525
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
26-
<ConfigurationOverrideFile></ConfigurationOverrideFile>
26+
2727
<DefineConstants>DXWhidbey;DEBUG;TRACE</DefineConstants>
28-
<DocumentationFile></DocumentationFile>
28+
2929
<DebugSymbols>true</DebugSymbols>
3030
<FileAlignment>4096</FileAlignment>
3131
<Optimize>false</Optimize>
@@ -41,9 +41,9 @@
4141
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
4242
<BaseAddress>1207959552</BaseAddress>
4343
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
44-
<ConfigurationOverrideFile></ConfigurationOverrideFile>
44+
4545
<DefineConstants>DXWhidbey;TRACE</DefineConstants>
46-
<DocumentationFile></DocumentationFile>
46+
4747
<DebugSymbols>false</DebugSymbols>
4848
<FileAlignment>4096</FileAlignment>
4949
<Optimize>true</Optimize>
@@ -226,5 +226,5 @@
226226
<EmbeddedResource Include="Resources\LocalizationRes.ms.resx" />
227227
</ItemGroup>
228228
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
229-
<PropertyGroup></PropertyGroup>
229+
230230
</Project>

Localization/DevExpress.Blazor/Resources/LocalizationRes.de.resx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,4 +1662,13 @@
16621662
<data name="DxBlazorStringId.FilterBuilder_OperatorType_Min" xml:space="preserve">
16631663
<value>Min</value>
16641664
</data>
1665+
<data name="DxBlazorStringId.HtmlEditor_Toolbar_FontBold" xml:space="preserve">
1666+
<value>Fett</value>
1667+
</data>
1668+
<data name="DxBlazorStringId.HtmlEditor_Toolbar_FontItalic" xml:space="preserve">
1669+
<value>Kursiv</value>
1670+
</data>
1671+
<data name="DxBlazorStringId.Scheduler_RecurrenceEditDialog_EntireSeries" xml:space="preserve">
1672+
<value>Bearbeite die Serie</value>
1673+
</data>
16651674
</root>

0 commit comments

Comments
 (0)