Skip to content

Commit fdf2934

Browse files
committed
Add Email Templates localization and update NavigationMenu resources
- Add EmailTemplates.resx files (base, en, de-DE, zh-CN) with localized template keys and values. - Update NavigationMenu resx files (base, en, de-DE, zh-CN): add "Email Templates" entry, adjust key ordering/translations and normalize resx headers/encoding.
1 parent 1e83ed7 commit fdf2934

8 files changed

Lines changed: 1035 additions & 407 deletions

File tree

Lines changed: 113 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
4-
Microsoft ResX Schema
5-
6-
Version 2.0
7-
8-
The primary goals of this format is to allow a simple XML format
9-
that is mostly human readable. The generation and parsing of the
10-
various data types are done through the TypeConverter classes
11-
associated with the data types.
12-
13-
Example:
14-
15-
... ado.net/XML headers & schema ...
16-
<resheader name="resmimetype">text/microsoft-resx</resheader>
17-
<resheader name="version">2.0</resheader>
18-
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19-
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20-
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21-
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22-
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23-
<value>[base64 mime encoded serialized .NET Framework object]</value>
24-
</data>
25-
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26-
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27-
<comment>This is a comment</comment>
28-
</data>
29-
30-
There are any number of "resheader" rows that contain simple
31-
name/value pairs.
32-
33-
Each data row contains a name, and value. The row also contains a
34-
type or mimetype. Type corresponds to a .NET class that support
35-
text/value conversion through the TypeConverter architecture.
36-
Classes that don't support this are serialized and stored with the
37-
mimetype set.
38-
39-
The mimetype is used for serialized objects, and tells the
40-
ResXResourceReader how to depersist the object. This is currently not
41-
extensible. For a given mimetype the value must be set accordingly:
42-
43-
Note - application/x-microsoft.net.object.binary.base64 is the format
44-
that the ResXResourceWriter will generate, however the reader can
45-
read any of the formats listed below.
46-
47-
mimetype: application/x-microsoft.net.object.binary.base64
48-
value : The object must be serialized with
49-
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50-
: and then encoded with base64 encoding.
51-
52-
mimetype: application/x-microsoft.net.object.soap.base64
53-
value : The object must be serialized with
54-
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55-
: and then encoded with base64 encoding.
56-
57-
mimetype: application/x-microsoft.net.object.bytearray.base64
58-
value : The object must be serialized into a byte array
59-
: using a System.ComponentModel.TypeConverter
60-
: and then encoded with base64 encoding.
61-
-->
62-
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root" xmlns="">
4+
Microsoft ResX Schema
5+
6+
Version 2.0
7+
8+
The primary goals of this format is to allow a simple XML format
9+
that is mostly human readable. The generation and parsing of the
10+
various data types are done through the TypeConverter classes
11+
associated with the data types.
12+
13+
Example:
14+
15+
... ado.net/XML headers & schema ...
16+
<resheader name="resmimetype">text/microsoft-resx</resheader>
17+
<resheader name="version">2.0</resheader>
18+
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19+
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20+
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21+
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22+
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23+
<value>[base64 mime encoded serialized .NET Framework object]</value>
24+
</data>
25+
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26+
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27+
<comment>This is a comment</comment>
28+
</data>
29+
30+
There are any number of "resheader" rows that contain simple
31+
name/value pairs.
32+
33+
Each data row contains a name, and value. The row also contains a
34+
type or mimetype. Type corresponds to a .NET class that support
35+
text/value conversion through the TypeConverter architecture.
36+
Classes that don't support this are serialized and stored with the
37+
mimetype set.
38+
39+
The mimetype is used for serialized objects, and tells the
40+
ResXResourceReader how to depersist the object. This is currently not
41+
extensible. For a given mimetype the value must be set accordingly:
42+
43+
Note - application/x-microsoft.net.object.binary.base64 is the format
44+
that the ResXResourceWriter will generate, however the reader can
45+
read any of the formats listed below.
46+
47+
mimetype: application/x-microsoft.net.object.binary.base64
48+
value : The object must be serialized with
49+
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50+
: and then encoded with base64 encoding.
51+
52+
mimetype: application/x-microsoft.net.object.soap.base64
53+
value : The object must be serialized with
54+
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55+
: and then encoded with base64 encoding.
56+
57+
mimetype: application/x-microsoft.net.object.bytearray.base64
58+
value : The object must be serialized into a byte array
59+
: using a System.ComponentModel.TypeConverter
60+
: and then encoded with base64 encoding.
61+
-->
62+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
6363
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
6464
<xsd:element name="root" msdata:IsDataSet="true">
6565
<xsd:complexType>
@@ -112,106 +112,105 @@
112112
<value>2.0</value>
113113
</resheader>
114114
<resheader name="reader">
115-
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
116-
PublicKeyToken=b77a5c561934e089
117-
</value>
115+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
118116
</resheader>
119117
<resheader name="writer">
120-
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
121-
PublicKeyToken=b77a5c561934e089
122-
</value>
118+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
123119
</resheader>
124-
<data name="Jobs" xml:space="preserve">
125-
<value>Jobs</value>
126-
</data>
127-
<data name="@2024 Copyright" xml:space="preserve">
128-
<value>@2024 Urheberrecht</value>
129-
</data>
130-
<data name="Analytics" xml:space="preserve">
131-
<value>Analytik</value>
132-
</data>
133-
<data name="Application" xml:space="preserve">
134-
<value>Anwendung</value>
135-
</data>
136-
<data name="Audit Trails" xml:space="preserve">
137-
<value>Audit-Protokolle</value>
138-
</data>
139-
<data name="Authorization" xml:space="preserve">
140-
<value>Autorisierung</value>
141-
</data>
142-
<data name="Banking" xml:space="preserve">
143-
<value>Bankwesen</value>
144-
</data>
145120
<data name="Blazor" xml:space="preserve">
146121
<value>Blazor</value>
147122
</data>
148123
<data name="Blazor Dashboard" xml:space="preserve">
149124
<value>Blazor-Dashboard</value>
150125
</data>
151-
<data name="Booking" xml:space="preserve">
152-
<value>Buchung</value>
126+
<data name="Company" xml:space="preserve">
127+
<value>Unternehmen</value>
128+
</data>
129+
<data name="@2024 Copyright" xml:space="preserve">
130+
<value>@2024 Urheberrecht</value>
131+
</data>
132+
<data name="version" xml:space="preserve">
133+
<value>Version</value>
153134
</data>
154135
<data name="Coming Soon" xml:space="preserve">
155136
<value>Demnächst</value>
156137
</data>
157-
<data name="Company" xml:space="preserve">
158-
<value>Unternehmen</value>
138+
<data name="WIP" xml:space="preserve">
139+
<value>WIP</value>
140+
</data>
141+
<data name="New" xml:space="preserve">
142+
<value>Neu</value>
159143
</data>
160144
<data name="Completed" xml:space="preserve">
161145
<value>Abgeschlossen</value>
162146
</data>
163-
<data name="Documents" xml:space="preserve">
164-
<value>Dokumente</value>
147+
<data name="Application" xml:space="preserve">
148+
<value>Anwendung</value>
149+
</data>
150+
<data name="Home" xml:space="preserve">
151+
<value>Startseite</value>
165152
</data>
166153
<data name="E-Commerce" xml:space="preserve">
167154
<value>E-Commerce</value>
168155
</data>
169-
<data name="Home" xml:space="preserve">
170-
<value>Startseite</value>
156+
<data name="Products" xml:space="preserve">
157+
<value>Produkte</value>
171158
</data>
172-
<data name="Logs" xml:space="preserve">
173-
<value>Protokolle</value>
159+
<data name="Documents" xml:space="preserve">
160+
<value>Dokumente</value>
161+
</data>
162+
<data name="Analytics" xml:space="preserve">
163+
<value>Analytik</value>
164+
</data>
165+
<data name="Banking" xml:space="preserve">
166+
<value>Bankwesen</value>
167+
</data>
168+
<data name="Booking" xml:space="preserve">
169+
<value>Buchung</value>
174170
</data>
175171
<data name="MANAGEMENT" xml:space="preserve">
176172
<value>MANAGEMENT</value>
177173
</data>
174+
<data name="Authorization" xml:space="preserve">
175+
<value>Autorisierung</value>
176+
</data>
178177
<data name="Multi-Tenant" xml:space="preserve">
179178
<value>Multi-Tenant</value>
180179
</data>
181-
<data name="New" xml:space="preserve">
182-
<value>Neu</value>
180+
<data name="Users" xml:space="preserve">
181+
<value>Benutzer</value>
183182
</data>
184-
<data name="Picklist" xml:space="preserve">
185-
<value>Auswahlliste</value>
183+
<data name="Roles" xml:space="preserve">
184+
<value>Rollen</value>
186185
</data>
187-
<data name="Products" xml:space="preserve">
188-
<value>Produkte</value>
186+
<data name="Login Audits" xml:space="preserve">
187+
<value>Anmeldeprüfungen</value>
189188
</data>
190189
<data name="Profile" xml:space="preserve">
191190
<value>Profil</value>
192191
</data>
193-
<data name="Roles" xml:space="preserve">
194-
<value>Rollen</value>
195-
</data>
196192
<data name="System" xml:space="preserve">
197193
<value>System</value>
198194
</data>
199-
<data name="Users" xml:space="preserve">
200-
<value>Benutzer</value>
195+
<data name="Picklist" xml:space="preserve">
196+
<value>Auswahlliste</value>
201197
</data>
202-
<data name="version" xml:space="preserve">
203-
<value>Version</value>
198+
<data name="Audit Trails" xml:space="preserve">
199+
<value>Audit-Protokolle</value>
204200
</data>
205-
<data name="WIP" xml:space="preserve">
206-
<value>WIP</value>
201+
<data name="Logs" xml:space="preserve">
202+
<value>Protokolle</value>
203+
</data>
204+
<data name="Jobs" xml:space="preserve">
205+
<value>Jobs</value>
207206
</data>
208207
<data name="Contacts" xml:space="preserve">
209208
<value>Kontakte</value>
210209
</data>
211210
<data name="Login History" xml:space="preserve">
212211
<value>Anmeldeverlauf</value>
213212
</data>
214-
<data name="Login Audits" xml:space="preserve">
215-
<value>Anmeldeprüfungen</value>
213+
<data name="Email Templates" xml:space="preserve">
214+
<value>E-Mail-Vorlagen</value>
216215
</data>
217216
</root>

0 commit comments

Comments
 (0)