Skip to content

Commit 2517ba3

Browse files
Updated resources for 3.2.2
1 parent e34da43 commit 2517ba3

File tree

9 files changed

+265
-46
lines changed

9 files changed

+265
-46
lines changed

src/Libraries/SmartStore.Data/Migrations/201908150749388_V322Resources.Designer.cs

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
namespace SmartStore.Data.Migrations
2+
{
3+
using System;
4+
using System.Data.Entity.Migrations;
5+
using SmartStore.Data.Setup;
6+
7+
public partial class V322Resources : DbMigration, ILocaleResourcesProvider, IDataSeeder<SmartObjectContext>
8+
{
9+
public override void Up()
10+
{
11+
}
12+
13+
public override void Down()
14+
{
15+
}
16+
17+
public bool RollbackOnFailure
18+
{
19+
get { return false; }
20+
}
21+
22+
public void Seed(SmartObjectContext context)
23+
{
24+
context.MigrateLocaleResources(MigrateLocaleResources);
25+
context.SaveChanges();
26+
}
27+
28+
public void MigrateLocaleResources(LocaleResourcesBuilder builder)
29+
{
30+
builder.AddOrUpdate("Admin.Configuration.Languages.NoAvailableLanguagesFound",
31+
"There were no other available languages found for version {0}. On <a href=\"https://translate.smartstore.com/\" target=\"_blank\">translate.smartstore.com</a> you will find more details about available resources.",
32+
"Es wurden keine weiteren verfügbaren Sprachen für Version {0} gefunden. Auf <a href=\"https://translate.smartstore.com/\" target=\"_blank\">translate.smartstore.com</a> finden Sie weitere Details zu verfügbaren Ressourcen.");
33+
34+
builder.AddOrUpdate("Checkout.OrderCompletes",
35+
"Your order will be completed.",
36+
"Ihre Bestellung wird abgeschlossen.");
37+
38+
builder.AddOrUpdate("Admin.Catalog.Attributes.CheckoutAttributes.Fields.TextPrompt",
39+
"Text prompt",
40+
"Text Eingabeaufforderung",
41+
"Specifies the prompt text.",
42+
"Legt den Text zur Eingabeaufforderung fest.");
43+
44+
builder.AddOrUpdate("Admin.Catalog.Products.ProductVariantAttributes.Attributes.Fields.TextPrompt",
45+
"Text prompt",
46+
"Text Eingabeaufforderung");
47+
48+
builder.AddOrUpdate("Admin.Catalog.Categories.Fields.ExternalLink",
49+
"External link",
50+
"Externer Link",
51+
"Alternative external link for this category in the main menu and in category listings. For example, to a landing page that contains a back link to the category.",
52+
"Abweichender, externer Verweis für diese Warengruppe im Hauptmenü und in Warengruppen-Listings. Z.B. auf eine Landingpage, die einen Rückverweis auf die Warengruppe enthält.");
53+
54+
builder.AddOrUpdate("Admin.ContentManagement.Menus.Title",
55+
"Title",
56+
"Titel",
57+
"Specifies the title. Please keep in mind that this title is not displayed in all design templates.",
58+
"Legt den Titel fest. Bitte beachten Sie, dass dieser Titel nicht bei allen Design-Vorlagen ausgegeben wird.");
59+
60+
builder.AddOrUpdate("Admin.ContentManagement.Menus.Item.InvalidRouteValues",
61+
"Please check the link data. No link can be created on the basis of your input.",
62+
"Bitte überprüfen Sie die Link-Daten. Auf Basis Ihrer Eingabe kann kein Link erzeugt werden.");
63+
64+
builder.AddOrUpdate("Admin.Packaging.IsIncompatible",
65+
"The package is not compatible the current app version {0}. Please update Smartstore.NET or install another version of this package.",
66+
"Das Paket ist nicht kompatibel mit der aktuellen Programmversion {0}. Bitte aktualisieren Sie Smartstore.NET oder nutzen Sie eine andere, kompatible Paket-Version.");
67+
}
68+
}
69+
}

src/Libraries/SmartStore.Data/Migrations/201908150749388_V322Resources.resx

Lines changed: 126 additions & 0 deletions
Large diffs are not rendered by default.

src/Libraries/SmartStore.Data/Migrations/MigrationsConfiguration.cs

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -50,43 +50,7 @@ public void MigrateSettings(SmartObjectContext context)
5050

5151
public void MigrateLocaleResources(LocaleResourcesBuilder builder)
5252
{
53-
builder.AddOrUpdate("Admin.Configuration.Languages.NoAvailableLanguagesFound",
54-
"There were no other available languages found for version {0}. On <a href=\"https://translate.smartstore.com/\" target=\"_blank\">translate.smartstore.com</a> you will find more details about available resources.",
55-
"Es wurden keine weiteren verfügbaren Sprachen für Version {0} gefunden. Auf <a href=\"https://translate.smartstore.com/\" target=\"_blank\">translate.smartstore.com</a> finden Sie weitere Details zu verfügbaren Ressourcen.");
5653

57-
builder.AddOrUpdate("Checkout.OrderCompletes",
58-
"Your order will be completed.",
59-
"Ihre Bestellung wird abgeschlossen.");
60-
61-
builder.AddOrUpdate("Admin.Catalog.Attributes.CheckoutAttributes.Fields.TextPrompt",
62-
"Text prompt",
63-
"Text Eingabeaufforderung",
64-
"Specifies the prompt text.",
65-
"Legt den Text zur Eingabeaufforderung fest.");
66-
67-
builder.AddOrUpdate("Admin.Catalog.Products.ProductVariantAttributes.Attributes.Fields.TextPrompt",
68-
"Text prompt",
69-
"Text Eingabeaufforderung");
70-
71-
builder.AddOrUpdate("Admin.Catalog.Categories.Fields.ExternalLink",
72-
"External link",
73-
"Externer Link",
74-
"Alternative external link for this category in the main menu and in category listings. For example, to a landing page that contains a back link to the category.",
75-
"Abweichender, externer Verweis für diese Warengruppe im Hauptmenü und in Warengruppen-Listings. Z.B. auf eine Landingpage, die einen Rückverweis auf die Warengruppe enthält.");
76-
77-
builder.AddOrUpdate("Admin.ContentManagement.Menus.Title",
78-
"Title",
79-
"Titel",
80-
"Specifies the title. Please keep in mind that this title is not displayed in all design templates.",
81-
"Legt den Titel fest. Bitte beachten Sie, dass dieser Titel nicht bei allen Design-Vorlagen ausgegeben wird.");
82-
83-
builder.AddOrUpdate("Admin.ContentManagement.Menus.Item.InvalidRouteValues",
84-
"Please check the link data. No link can be created on the basis of your input.",
85-
"Bitte überprüfen Sie die Link-Daten. Auf Basis Ihrer Eingabe kann kein Link erzeugt werden.");
86-
87-
builder.AddOrUpdate("Admin.Packaging.IsIncompatible",
88-
"The package is not compatible the current app version {0}. Please update Smartstore.NET or install another version of this package.",
89-
"Das Paket ist nicht kompatibel mit der aktuellen Programmversion {0}. Bitte aktualisieren Sie Smartstore.NET oder nutzen Sie eine andere, kompatible Paket-Version.");
9054
}
9155
}
9256
}

src/Libraries/SmartStore.Data/SmartStore.Data.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,10 @@
682682
<Compile Include="Migrations\201907032251575_CategoryExternalLink.Designer.cs">
683683
<DependentUpon>201907032251575_CategoryExternalLink.cs</DependentUpon>
684684
</Compile>
685+
<Compile Include="Migrations\201908150749388_V322Resources.cs" />
686+
<Compile Include="Migrations\201908150749388_V322Resources.Designer.cs">
687+
<DependentUpon>201908150749388_V322Resources.cs</DependentUpon>
688+
</Compile>
685689
<Compile Include="ObjectContextBase.SaveChanges.cs" />
686690
<Compile Include="Setup\Builder\ActivityLogTypeMigrator.cs" />
687691
<Compile Include="Setup\Builder\PermissionMigrator.cs" />
@@ -1221,6 +1225,9 @@
12211225
<EmbeddedResource Include="Migrations\201907032251575_CategoryExternalLink.resx">
12221226
<DependentUpon>201907032251575_CategoryExternalLink.cs</DependentUpon>
12231227
</EmbeddedResource>
1228+
<EmbeddedResource Include="Migrations\201908150749388_V322Resources.resx">
1229+
<DependentUpon>201908150749388_V322Resources.cs</DependentUpon>
1230+
</EmbeddedResource>
12241231
<EmbeddedResource Include="Sql\Indexes.sql" />
12251232
<EmbeddedResource Include="Sql\StoredProcedures.sql" />
12261233
</ItemGroup>

src/Presentation/SmartStore.Web/App_Data/Localization/App/de/all.smres.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,10 +1021,10 @@
10211021
<Value>Bestimmt die Steuerklasse des Attributes. Steuerklassen können zentral über Setup &gt; Steuern &gt; Steuerklassen verwaltet werden.</Value>
10221022
</LocaleResource>
10231023
<LocaleResource Name="Admin.Catalog.Attributes.CheckoutAttributes.Fields.TextPrompt">
1024-
<Value>Anzeigename</Value>
1024+
<Value>Text Eingabeaufforderung</Value>
10251025
</LocaleResource>
10261026
<LocaleResource Name="Admin.Catalog.Attributes.CheckoutAttributes.Fields.TextPrompt.Hint">
1027-
<Value>Anzeigename</Value>
1027+
<Value>Legt den Text zur Eingabeaufforderung fest.</Value>
10281028
</LocaleResource>
10291029
<LocaleResource Name="Admin.Catalog.Attributes.CheckoutAttributes.Info">
10301030
<Value>Allgemein</Value>
@@ -1392,6 +1392,12 @@
13921392
<LocaleResource Name="Admin.Catalog.Categories.Fields.DisplayOrder.Hint">
13931393
<Value>Legt die Anzeige-Priorität fest (1 steht bspw. für das erste Element in der Liste)</Value>
13941394
</LocaleResource>
1395+
<LocaleResource Name="Admin.Catalog.Categories.Fields.ExternalLink">
1396+
<Value>Externer Link</Value>
1397+
</LocaleResource>
1398+
<LocaleResource Name="Admin.Catalog.Categories.Fields.ExternalLink.Hint">
1399+
<Value>Abweichender, externer Verweis für diese Warengruppe im Hauptmenü und in Warengruppen-Listings. Z.B. auf eine Landingpage, die einen Rückverweis auf die Warengruppe enthält.</Value>
1400+
</LocaleResource>
13951401
<LocaleResource Name="Admin.Catalog.Categories.Fields.FullName">
13961402
<Value>Vollständiger Name</Value>
13971403
</LocaleResource>
@@ -2741,7 +2747,7 @@
27412747
<Value>Ist erforderlich</Value>
27422748
</LocaleResource>
27432749
<LocaleResource Name="Admin.Catalog.Products.ProductVariantAttributes.Attributes.Fields.TextPrompt">
2744-
<Value>Anzeigetext</Value>
2750+
<Value>Text Eingabeaufforderung</Value>
27452751
</LocaleResource>
27462752
<LocaleResource Name="Admin.Catalog.Products.ProductVariantAttributes.Attributes.Values">
27472753
<Value>Optionen</Value>
@@ -7745,6 +7751,9 @@
77457751
<LocaleResource Name="Admin.ContentManagement.Menus.Item.Icon.Hint">
77467752
<Value>Legt ein optionales Icon fest.</Value>
77477753
</LocaleResource>
7754+
<LocaleResource Name="Admin.ContentManagement.Menus.Item.InvalidRouteValues">
7755+
<Value>Bitte überprüfen Sie die Link-Daten. Auf Basis Ihrer Eingabe kann kein Link erzeugt werden.</Value>
7756+
</LocaleResource>
77487757
<LocaleResource Name="Admin.ContentManagement.Menus.Item.LinkTarget">
77497758
<Value>Ziel</Value>
77507759
</LocaleResource>
@@ -7824,7 +7833,7 @@
78247833
<Value>Titel</Value>
78257834
</LocaleResource>
78267835
<LocaleResource Name="Admin.ContentManagement.Menus.Title.Hint">
7827-
<Value>Legt den Titel fest.</Value>
7836+
<Value>Legt den Titel fest. Bitte beachten Sie, dass dieser Titel nicht bei allen Design-Vorlagen ausgegeben wird.</Value>
78287837
</LocaleResource>
78297838
<LocaleResource Name="Admin.ContentManagement.Menus.WidgetZone">
78307839
<Value>Widget Zone</Value>
@@ -10968,7 +10977,7 @@
1096810977
<Value>Paket wurde hochgeladen und erfolgreich installiert.</Value>
1096910978
</LocaleResource>
1097010979
<LocaleResource Name="Admin.Packaging.IsIncompatible">
10971-
<Value>Das Paket ist nicht kompatibel mit der aktuallen Programmversion {0}. Bitte aktualisieren Sie SmartStore.NET oder nutzen Sie eine andere, kompatible Paket-Version.</Value>
10980+
<Value>Das Paket ist nicht kompatibel mit der aktuellen Programmversion {0}. Bitte aktualisieren Sie Smartstore.NET oder nutzen Sie eine andere, kompatible Paket-Version.</Value>
1097210981
</LocaleResource>
1097310982
<LocaleResource Name="Admin.Packaging.NotAPackage">
1097410983
<Value>Paket-Datei ist ungültig. Bitte laden Sie eine 'SmartStore.*.nupkg' Datei hoch.</Value>
@@ -12912,6 +12921,9 @@
1291212921
<LocaleResource Name="Checkout.NoPaymentMethods">
1291312922
<Value>Es sind keine Zahlungsarten verfügbar.</Value>
1291412923
</LocaleResource>
12924+
<LocaleResource Name="Checkout.OrderCompletes">
12925+
<Value>Ihre Bestellung wird abgeschlossen.</Value>
12926+
</LocaleResource>
1291512927
<LocaleResource Name="Checkout.OrderHasBeenReceived">
1291612928
<Value>Ihre Bestellung ist angekommen</Value>
1291712929
</LocaleResource>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
201905271110370_V321Resources
1+
201908150749388_V322Resources

src/Presentation/SmartStore.Web/App_Data/Localization/App/en/all.smres.xml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@
10391039
<Value>Text prompt</Value>
10401040
</LocaleResource>
10411041
<LocaleResource Name="Admin.Catalog.Attributes.CheckoutAttributes.Fields.TextPrompt.Hint">
1042-
<Value>Enter text prompt.</Value>
1042+
<Value>Specifies the prompt text.</Value>
10431043
</LocaleResource>
10441044
<LocaleResource Name="Admin.Catalog.Attributes.CheckoutAttributes.Info">
10451045
<Value>Attribute info</Value>
@@ -1431,6 +1431,12 @@
14311431
<LocaleResource Name="Admin.Catalog.Categories.Fields.DisplayOrder.Hint">
14321432
<Value>Set the category's display order. 1 represents the top of the list.</Value>
14331433
</LocaleResource>
1434+
<LocaleResource Name="Admin.Catalog.Categories.Fields.ExternalLink">
1435+
<Value>External link</Value>
1436+
</LocaleResource>
1437+
<LocaleResource Name="Admin.Catalog.Categories.Fields.ExternalLink.Hint">
1438+
<Value>Alternative external link for this category in the main menu and in category listings. For example, to a landing page that contains a back link to the category.</Value>
1439+
</LocaleResource>
14341440
<LocaleResource Name="Admin.Catalog.Categories.Fields.FullName">
14351441
<Value>Complete name</Value>
14361442
</LocaleResource>
@@ -7937,6 +7943,9 @@
79377943
<LocaleResource Name="Admin.ContentManagement.Menus.Item.Icon.Hint">
79387944
<Value>Specifies an optional icon.</Value>
79397945
</LocaleResource>
7946+
<LocaleResource Name="Admin.ContentManagement.Menus.Item.InvalidRouteValues">
7947+
<Value>Please check the link data. No link can be created on the basis of your input.</Value>
7948+
</LocaleResource>
79407949
<LocaleResource Name="Admin.ContentManagement.Menus.Item.LinkTarget">
79417950
<Value>Target</Value>
79427951
</LocaleResource>
@@ -8016,7 +8025,7 @@
80168025
<Value>Title</Value>
80178026
</LocaleResource>
80188027
<LocaleResource Name="Admin.ContentManagement.Menus.Title.Hint">
8019-
<Value>Specifies the title.</Value>
8028+
<Value>Specifies the title. Please keep in mind that this title is not displayed in all design templates.</Value>
80208029
</LocaleResource>
80218030
<LocaleResource Name="Admin.ContentManagement.Menus.WidgetZone">
80228031
<Value>Widget zone</Value>
@@ -11241,7 +11250,7 @@
1124111250
<Value>Package was uploaded and installed successfully.</Value>
1124211251
</LocaleResource>
1124311252
<LocaleResource Name="Admin.Packaging.IsIncompatible">
11244-
<Value>The package is not compatible the current app version {0}. Please update SmartStore.NET or install another version of this package.</Value>
11253+
<Value>The package is not compatible the current app version {0}. Please update Smartstore.NET or install another version of this package.</Value>
1124511254
</LocaleResource>
1124611255
<LocaleResource Name="Admin.Packaging.NotAPackage">
1124711256
<Value>Package file is invalid. Please upload a 'SmartStore.*.nupkg' file.</Value>
@@ -13266,6 +13275,9 @@
1326613275
<LocaleResource Name="Checkout.NoPaymentMethods">
1326713276
<Value>No payment methods available</Value>
1326813277
</LocaleResource>
13278+
<LocaleResource Name="Checkout.OrderCompletes">
13279+
<Value>Your order will be completed.</Value>
13280+
</LocaleResource>
1326913281
<LocaleResource Name="Checkout.OrderHasBeenReceived">
1327013282
<Value>Your order has been received</Value>
1327113283
</LocaleResource>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
201905271110370_V321Resources
1+
201908150749388_V322Resources

0 commit comments

Comments
 (0)