You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AbpCompanyName.AbpProjectName.Core/Localization/Source/AbpProjectName-tr.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
<textname="Save"value="Kaydet" />
43
43
<textname="Cancel"value="İptal" />
44
44
<textname="TenantName_Regex_Description"value="Müşteri adı en az 2 karakter olmalı, bir harfle başlamalı ve harf, rakam, tire ya da alt çizgi ile devam etmelidir." />
Copy file name to clipboardExpand all lines: src/AbpCompanyName.AbpProjectName.Core/Localization/Source/AbpProjectName.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
<textname="Save"value="Save" />
43
43
<textname="Cancel"value="Cancel" />
44
44
<textname="TenantName_Regex_Description"value="Tenant name must be at least 2 chars, starts with a letter and continue with letter, number, dash or underscore." />
45
+
<textname="DefaultPasswordIs"value="Default password is {0}" />
This is a simple startup template based on ASP.NET Boilerplate framework and module-zero.
8
+
If you need an enterprise startup template, check <ahref="http://aspnetzero.com?ref=abptmpl"target="_blank">ASP.NET ZERO</a>.
9
+
</p>
10
+
11
+
<h3id="DocIntro">What is Module Zero?</h3>
12
+
13
+
<p>
14
+
ASP.NET Boilerplate framework is designed to be independent of any database
15
+
schema and to be as generic as possible. Therefore, It leaves some concepts
16
+
<strong>abstract</strong> and <strong>optional</strong> (like audit logging, session management and authorization)
17
+
which requires some <strong>data store</strong>.
18
+
</p>
19
+
<p>
20
+
<strong>Module Zero </strong>implements all fundamental concepts of ASP.NET
21
+
Boilerplate framework such as <ahref="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Tenant-Management">tenant management</a> (<strong>multi-tenancy</strong>),
0 commit comments