File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h4 class="modal-title">
44
44
45
45
< div class ="modal-footer ">
46
46
< button [disabled] ="saving " type ="button " class ="btn btn-default " (click) ="close() "> {{l("Cancel")}}</ button >
47
- < button type ="submit " class ="btn btn-primary blue " [disabled] ="!createTenantForm.form.valid "> {{l("Save")}}</ button >
47
+ < button type ="submit " class ="btn btn-primary blue " [disabled] ="!createTenantForm.form.valid || saving "> {{l("Save")}}</ button >
48
48
</ div >
49
49
50
50
</ form >
Original file line number Diff line number Diff line change 62
62
<text name =" Change" >Değiştir</text >
63
63
<text name =" ChangeTenant" >Müşteri değiştir</text >
64
64
65
- <text name =" MultiLevelMenu" value = " Çok Seviyeli Menü" / >
66
- <text name =" Back" value = " Geri" / >
67
- <text name =" SuccessfullyRegistered" value = " Başarıyla kayıt olundu" / >
68
- <text name =" WaitingForEmailActivation" value = " E-posta adresiniz etkinleştirilmeli." / >
65
+ <text name =" MultiLevelMenu" > Çok Seviyeli Menü</ text >
66
+ <text name =" Back" > Geri</ text >
67
+ <text name =" SuccessfullyRegistered" > Başarıyla kayıt olundu</ text >
68
+ <text name =" WaitingForEmailActivation" > E-posta adresiniz etkinleştirilmeli.</ text >
69
69
70
70
</texts >
71
71
</localizationDictionary >
Original file line number Diff line number Diff line change 62
62
<text name =" Change" >Change</text >
63
63
<text name =" ChangeTenant" >Change tenant</text >
64
64
65
- <text name =" MultiLevelMenu" value = " Multi Level Menu" / >
66
- <text name =" Back" value = " Back" / >
67
- <text name =" SuccessfullyRegistered" value = " Successfully registered" / >
68
- <text name =" WaitingForEmailActivation" value = " Your email address should be activated" / >
65
+ <text name =" MultiLevelMenu" > Multi Level Menu</ text >
66
+ <text name =" Back" > Back</ text >
67
+ <text name =" SuccessfullyRegistered" > Successfully registered</ text >
68
+ <text name =" WaitingForEmailActivation" > Your email address should be activated</ text >
69
69
70
70
</texts >
71
71
</localizationDictionary >
You can’t perform that action at this time.
0 commit comments