File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ <h1>{{ "Roles" | localize }}</h1>
93
93
</ div >
94
94
< div class ="col-sm-4 col-12 text-center ">
95
95
< p class ="mb-0 my-2 ">
96
- {{ "Total Items " | localize }}: {{ totalItems }}
96
+ {{ "TotalRecordsCount " | localize: totalItems }}
97
97
</ p >
98
98
</ div >
99
99
< div class ="col-sm-4 col-12 ">
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ <h1>{{ "Tenants" | localize }}</h1>
197
197
</ div >
198
198
< div class ="col-sm-4 col-12 text-center ">
199
199
< p class ="mb-0 my-2 ">
200
- {{ "Total Items " | localize }}: {{ totalItems }}
200
+ {{ "TotalRecordsCount " | localize: totalItems }}
201
201
</ p >
202
202
</ div >
203
203
< div class ="col-sm-4 col-12 ">
Original file line number Diff line number Diff line change 45
45
</ div >
46
46
</ div >
47
47
< div class ="form-group row ">
48
- < label class ="col-md-3 col-form-label " for ="name ">
49
- {{ "Name " | localize }}
48
+ < label class ="col-md-3 col-form-label " for ="newPassword ">
49
+ {{ "NewPassword " | localize }}
50
50
</ label >
51
51
< div class ="col-md-9 ">
52
52
< input
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ <h1>{{ "Users" | localize }}</h1>
222
222
</ div >
223
223
< div class ="col-sm-4 col-12 text-center ">
224
224
< p class ="mb-0 my-2 ">
225
- {{ "Total Items " | localize }}: {{ totalItems }}
225
+ {{ "TotalRecordsCount " | localize: totalItems }}
226
226
</ p >
227
227
</ div >
228
228
< div class ="col-sm-4 col-12 ">
Original file line number Diff line number Diff line change 16
16
<text name =" TenancyName" value =" Müşteri adı" />
17
17
<text name =" UserNameOrEmail" value =" Kullanıcı adı ya da e-posta" />
18
18
<text name =" Password" value =" Şifre" />
19
+ <text name =" ResetPassword" value =" Şifreyi yenile" />
20
+ <text name =" UpdatePassword" value =" Şifreyi güncelle" />
19
21
<text name =" RememberMe" value =" Beni hatırla" />
20
22
<text name =" LogIn" value =" Giriş" />
21
23
<text name =" LoginFailed" value =" Giriş başarısız!" />
92
94
<text name =" InvalidEmailAddress" >Geçersiz e-posta adresi</text >
93
95
<text name =" InvalidPattern" >Geçersiz</text >
94
96
<text name =" PairsDoNotMatch" >Eşleşmiyor</text >
97
+ <text name =" All" >Hepsi</text >
98
+ <text name =" TotalRecordsCount" >Toplam: {0}</text >
99
+ <text name =" Search" >Bul</text >
100
+ <text name =" Clear" >Temizle</text >
101
+ <text name =" CurrentPassword" >Mevcut şifreniz</text >
102
+ <text name =" NewPassword" >Yeni şifre</text >
103
+ <text name =" ConfirmNewPassword" >Yeni şifreyi doğrula</text >
95
104
</texts >
96
105
</localizationDictionary >
Original file line number Diff line number Diff line change 110
110
<text name =" InvalidEmailAddress" >Invalid email address</text >
111
111
<text name =" InvalidPattern" >Invalid</text >
112
112
<text name =" PairsDoNotMatch" >Do not match</text >
113
+ <text name =" All" >All</text >
114
+ <text name =" TotalRecordsCount" >Total: {0}</text >
115
+ <text name =" Search" >Search</text >
116
+ <text name =" Clear" >Clear</text >
113
117
</texts >
114
118
</localizationDictionary >
You can’t perform that action at this time.
0 commit comments