Skip to content

Commit 5bb98b4

Browse files
authored
Merge pull request #489 from iyilm4z/master
MVC UI migration to AdminLTE 3
2 parents a155ef9 + a6f3129 commit 5bb98b4

File tree

2,480 files changed

+2885
-552293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,480 files changed

+2885
-552293
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Application/MultiTenancy/ITenantAppService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Abp.Application.Services;
2-
using Abp.Application.Services.Dto;
32
using AbpCompanyName.AbpProjectName.MultiTenancy.Dto;
43

54
namespace AbpCompanyName.AbpProjectName.MultiTenancy

aspnet-core/src/AbpCompanyName.AbpProjectName.Application/Users/UserAppService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ public async Task<bool> ResetPassword(ResetPasswordDto input)
222222

223223
return true;
224224
}
225-
226225
}
227226
}
228227

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/AppVersionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class AppVersionHelper
1313
/// Gets current version of the application.
1414
/// It's also shown in the web page.
1515
/// </summary>
16-
public const string Version = "4.7.1.0";
16+
public const string Version = "5.1.0.0";
1717

1818
/// <summary>
1919
/// Gets release (last build) date of the application.

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName-es.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
<text name="TenantSelection" value="Selección de Empresa" />
4343
<text name="TenantSelection_Detail" value="Por favor seleccione una de las siguientes empresas." />
4444
<text name="Logout" value="Cerrar sesión" />
45-
45+
<text name="SearchWithThreeDot">Buscar...</text>
4646
</texts>
4747
</localizationDictionary>

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName-fr.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
<text name="TenantSelection" value="Sélection du client (tenant)" />
4343
<text name="TenantSelection_Detail" value="Veuillez choisir l'un de ces clients (tenants) suivants." />
4444
<text name="Logout" value="Déconnexion" />
45-
45+
<text name="SearchWithThreeDot">Rechercher...</text>
4646
</texts>
4747
</localizationDictionary>

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName-it.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
<text name="Yes" value="" />
5454
<text name="No" value="No" />
5555
<text name="Optional" value="Opzionale" />
56+
<text name="SearchWithThreeDot">Cerca...</text>
5657
</texts>
5758
</localizationDictionary>

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName-pt-BR.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@
105105
<text name="UserDeleteWarningMessage">O usuário {0} será excluído.</text>
106106
<text name="RoleDeleteWarningMessage">A função {0} será excluída e desassociada de todos os usuários pertencentes a ela.</text>
107107
<text name="TenantDeleteWarningMessage">O Tenant {0} será excluído.</text>
108+
<text name="SearchWithThreeDot">Pesquisar...</text>
108109
</texts>
109110
</localizationDictionary>

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName-tr.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,6 @@
8686
<text name="UserDeleteWarningMessage">{0} kullanıcısı silinecektir.</text>
8787
<text name="RoleDeleteWarningMessage">{0} rolü silinecek ve atanmış kullanıcılardan kaldırılacaktır.</text>
8888
<text name="TenantDeleteWarningMessage">{0} müşterisi silinecektir.</text>
89+
<text name="SearchWithThreeDot">Ara...</text>
8990
</texts>
9091
</localizationDictionary>

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName-zh-Hans.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<text name="DefaultPasswordIs">默认密码为:{0}</text>
9797
<text name="DeleteTenantConfirm">确认删除该租户?</text>
9898
<text name="EditTenant">编辑租户</text>
99-
99+
<text name="SearchWithThreeDot">搜索...</text>
100100

101101
</texts>
102102
</localizationDictionary>

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@
104104
<text name="UserDeleteWarningMessage">User {0} will be deleted.</text>
105105
<text name="RoleDeleteWarningMessage">Role {0} will be deleted and unassigned from all assigned users.</text>
106106
<text name="TenantDeleteWarningMessage">Tenant {0} will be deleted.</text>
107+
<text name="SearchWithThreeDot">Search...</text>
107108
</texts>
108109
</localizationDictionary>

0 commit comments

Comments
 (0)