-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5720 from LuisPignataro/luisPignataro/Traslate
Spanish localization update for v3.2
- Loading branch information
Showing
8 changed files
with
68 additions
and
3 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...pNetCore.Mvc.UI.MultiTenancy/Volo/Abp/AspNetCore/Mvc/UI/MultiTenancy/Localization/es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"culture": "es", | ||
"texts": { | ||
"GivenTenantIsNotAvailable": "El inquilino {0} no está disponible", | ||
"Tenant": "Inquilino", | ||
"Switch": "cambiar", | ||
"Name": "Nombre", | ||
"SwitchTenant": "Cambiar inquilino", | ||
"SwitchTenantHint": "Deje en blanco el campo nombre para cambiar el lado del host.", | ||
"NotSelected": "No seleccionado" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
....Abp.Ddd.Application.Contracts/Volo/Abp/Application/Localization/Resources/AbpDdd/es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"culture": "es", | ||
"texts": { | ||
"MaxResultCountExceededExceptionMessage": "{0} no puede tener más de {1}! Incremente {2}.{3} en el lado del servidor para obtener más resultados." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/Localization/es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"culture": "es", | ||
"texts": { | ||
"DisplayName:Abp.Ldap.ServerHost": "Server host", | ||
"Description:Abp.Ldap.ServerHost": "Servidor host", | ||
|
||
"DisplayName:Abp.Ldap.ServerPort": "Server port", | ||
"Description:Abp.Ldap.ServerPort": "Puerto del servidor host", | ||
|
||
"DisplayName:Abp.Ldap.BaseDc": "Base domain component", | ||
"Description:Abp.Ldap.BaseDc": "Dominio base", | ||
|
||
"DisplayName:Abp.Ldap.UserName": "Username", | ||
"Description:Abp.Ldap.UserName": "Nombre de usuario", | ||
|
||
"DisplayName:Abp.Ldap.Password": "Password", | ||
"Description:Abp.Ldap.Password": "Contraseña" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
framework/src/Volo.Abp.Timing/Volo/Abp/Timing/Localization/es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"culture": "es", | ||
"texts": { | ||
"DisplayName:Abp.Timing.Timezone": "Zona horaria", | ||
"Description:Abp.Timing.Timezone": "Zona horaria de la Aplicacion" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
.../test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Localization/Resource/es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"culture": "es", | ||
"texts": { | ||
"BirthDate": "Fecha de nacimiento", | ||
"Value1": "Valor uno" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
framework/test/Volo.Abp.Emailing.Tests/Volo/Abp/Emailing/Localization/es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"culture": "es", | ||
"texts": { | ||
"hello": "Hola" | ||
} | ||
} |