File tree Expand file tree Collapse file tree 13 files changed +14
-32
lines changed
AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles
AbpCompanyName.AbpProjectName.Web.Mvc Expand file tree Collapse file tree 13 files changed +14
-32
lines changed Original file line number Diff line number Diff line change 42
42
<text name =" TenantSelection" value =" Selección de Empresa" />
43
43
<text name =" TenantSelection_Detail" value =" Por favor seleccione una de las siguientes empresas." />
44
44
<text name =" Logout" value =" Cerrar sesión" />
45
-
45
+ < text name = " SearchWithThreeDot " >Buscar...</ text >
46
46
</texts >
47
47
</localizationDictionary >
Original file line number Diff line number Diff line change 42
42
<text name =" TenantSelection" value =" Sélection du client (tenant)" />
43
43
<text name =" TenantSelection_Detail" value =" Veuillez choisir l'un de ces clients (tenants) suivants." />
44
44
<text name =" Logout" value =" Déconnexion" />
45
-
45
+ < text name = " SearchWithThreeDot " >Rechercher...</ text >
46
46
</texts >
47
47
</localizationDictionary >
Original file line number Diff line number Diff line change 53
53
<text name =" Yes" value =" Sì" />
54
54
<text name =" No" value =" No" />
55
55
<text name =" Optional" value =" Opzionale" />
56
+ <text name =" SearchWithThreeDot" >Cerca...</text >
56
57
</texts >
57
58
</localizationDictionary >
Original file line number Diff line number Diff line change 105
105
<text name =" UserDeleteWarningMessage" >O usuário {0} será excluído.</text >
106
106
<text name =" RoleDeleteWarningMessage" >A função {0} será excluída e desassociada de todos os usuários pertencentes a ela.</text >
107
107
<text name =" TenantDeleteWarningMessage" >O Tenant {0} será excluído.</text >
108
+ <text name =" SearchWithThreeDot" >Pesquisar...</text >
108
109
</texts >
109
110
</localizationDictionary >
Original file line number Diff line number Diff line change 86
86
<text name =" UserDeleteWarningMessage" >{0} kullanıcısı silinecektir.</text >
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
+ <text name =" SearchWithThreeDot" >Ara...</text >
89
90
</texts >
90
91
</localizationDictionary >
Original file line number Diff line number Diff line change 96
96
<text name =" DefaultPasswordIs" >默认密码为:{0}</text >
97
97
<text name =" DeleteTenantConfirm" >确认删除该租户?</text >
98
98
<text name =" EditTenant" >编辑租户</text >
99
-
99
+ < text name = " SearchWithThreeDot " >搜索...</ text >
100
100
101
101
</texts >
102
102
</localizationDictionary >
Original file line number Diff line number Diff line change 104
104
<text name =" UserDeleteWarningMessage" >User {0} will be deleted.</text >
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
+ <text name =" SearchWithThreeDot" >Search...</text >
107
108
</texts >
108
109
</localizationDictionary >
Original file line number Diff line number Diff line change 4
4
<img class =" user-image img-circle elevation-2" src =" ~/libs/admin-lte/dist/img/avatar5.png" alt =" User Image" >
5
5
</a >
6
6
<div class =" dropdown-menu dropdown-menu-right" >
7
- <a class =" dropdown-item" asp-controller =" Account" asp-action =" Profile" >
8
- <i class =" fas fa-portrait" ></i > @L( "Profile")
9
- </a >
10
- <div class =" dropdown-divider" ></div >
11
7
<a class =" dropdown-item" asp-controller =" Account" asp-action =" Logout" >
12
8
<i class =" fas fa-sign-out-alt" ></i > @L( "Logout")
13
9
</a >
Original file line number Diff line number Diff line change 6
6
<img src =" ~/libs/admin-lte/dist/img/avatar5.png" class =" img-circle elevation-2" alt =" User Image" >
7
7
</div >
8
8
<div class =" info" >
9
- <a class =" d-block" asp-controller = " Account " asp-action = " Profile " >@Html.Raw(Model.GetShownLoginName()) </a >
9
+ <a class =" d-block" href = " javascript:void(0); " >@Html.Raw(Model.GetShownLoginName()) </a >
10
10
</div >
11
11
</div >
Original file line number Diff line number Diff line change 3
3
<a class =" nav-link" data-widget =" pushmenu" href =" #" ><i class =" fas fa-bars" ></i ></a >
4
4
</li >
5
5
<li class =" nav-item d-none d-sm-inline-block" >
6
- <a class =" nav-link" asp-controller =" Home" asp-action =" Index" ><i class =" fas fa-cubes" ></i > AbpProjectName</a >
6
+ <a class =" nav-link" asp-controller =" Home" asp-action =" Index" >@L( "HomePage")</a >
7
+ </li >
8
+ <li class =" nav-item d-none d-sm-inline-block" >
9
+ <a class =" nav-link" asp-controller =" About" asp-action =" Index" >@L( "About")</a >
7
10
</li >
8
11
</ul >
You can’t perform that action at this time.
0 commit comments