File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 87
87
<text name =" RoleDeleteWarningMessage" >{0} rolü silinecek ve atanmış kullanıcılardan kaldırılacaktır.</text >
88
88
<text name =" TenantDeleteWarningMessage" >{0} müşterisi silinecektir.</text >
89
89
<text name =" SearchWithThreeDot" >Ara...</text >
90
+ <text name =" PleaseEnterAtLeastNCharacter" >Lütfen en az {0} karakter giriniz</text >
91
+ <text name =" PleaseEnterNoMoreThanNCharacter" >Lütfen en fazla {0} karakter giriniz</text >
92
+ <text name =" InvalidEmailAddress" >Geçersiz e-posta adresi</text >
93
+ <text name =" InvalidPattern" >Geçersiz</text >
94
+ <text name =" PairsDoNotMatch" >Eşleşmiyor</text >
90
95
</texts >
91
96
</localizationDictionary >
Original file line number Diff line number Diff line change 105
105
<text name =" RoleDeleteWarningMessage" >Role {0} will be deleted and unassigned from all assigned users.</text >
106
106
<text name =" TenantDeleteWarningMessage" >Tenant {0} will be deleted.</text >
107
107
<text name =" SearchWithThreeDot" >Search...</text >
108
+ <text name =" PleaseEnterAtLeastNCharacter" >Please enter at least {0} characters</text >
109
+ <text name =" PleaseEnterNoMoreThanNCharacter" >Please enter no more than {0} characters</text >
110
+ <text name =" InvalidEmailAddress" >Invalid email address</text >
111
+ <text name =" InvalidPattern" >Invalid</text >
112
+ <text name =" PairsDoNotMatch" >Do not match</text >
108
113
</texts >
109
114
</localizationDictionary >
You can’t perform that action at this time.
0 commit comments