-
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 #6 from abpframework/dev
merge
- Loading branch information
Showing
1,328 changed files
with
150,563 additions
and
65,684 deletions.
There are no files selected for viewing
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
8 changes: 8 additions & 0 deletions
8
abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/zh-Hans.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 |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"culture": "zh-Hans", | ||
"texts": { | ||
"Account": "账户", | ||
"Welcome": "欢迎", | ||
"UseOneOfTheFollowingLinksToContinue": "使用下面的链接继续", | ||
"FrameworkHomePage": "框架首页", | ||
"FrameworkDocumentation": "框架文档", | ||
"OfficialBlog": "官方博客", | ||
"CommercialHomePage": "商业版首页", | ||
"CommercialSupportWebSite": "商业版支持网站" | ||
} | ||
} |
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
55 changes: 55 additions & 0 deletions
55
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/zh-Hans.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 |
---|---|---|
@@ -1,5 +1,60 @@ | ||
{ | ||
"culture": "zh-Hans", | ||
"texts": { | ||
"Permission:NpmPackages": "NPM包", | ||
"Permission:NugetPackages": "Nuget包", | ||
"Permission:Maintenance": "维护", | ||
"Permission:Maintain": "维护", | ||
"Permission:ClearCaches": "清除缓存", | ||
"Permission:Modules": "模块", | ||
"Permission:Packages": "包", | ||
"Permission:Edit": "编辑", | ||
"Permission:Delete": "删除", | ||
"Permission:Create": "创建", | ||
"Menu:Packages": "包", | ||
"NpmPackageDeletionWarningMessage": "该NPM包将会被删除. 你确定吗?", | ||
"NugetPackageDeletionWarningMessage": "该Nuget包将会被删除. 你确定吗?", | ||
"ModuleDeletionWarningMessage": "该模块将会被删除. 你确定吗?", | ||
"Name": "名称", | ||
"DisplayName": "显示名称", | ||
"ShortDescription": "简述", | ||
"NameFilter": "名称", | ||
"CreationTime": "创建时间", | ||
"IsPro": "是否为专业版", | ||
"EfCoreConfigureMethodName": "配置方法法", | ||
"IsProFilter": "是否为专业版", | ||
"ApplicationType": "应用程序类型", | ||
"Target": "目标", | ||
"TargetFilter": "目标", | ||
"ModuleClass": "模块分类", | ||
"NugetPackageTarget.DomainShared": "Domain Shared", | ||
"NugetPackageTarget.Domain": "Domain", | ||
"NugetPackageTarget.Application": "Application", | ||
"NugetPackageTarget.ApplicationContracts": "Application Contracts", | ||
"NugetPackageTarget.HttpApi": "Http Api", | ||
"NugetPackageTarget.HttpApiClient": "Http Api Client", | ||
"NugetPackageTarget.Web": "Web", | ||
"NugetPackageTarget.EntityFrameworkCore": "EntityFramework Core", | ||
"NugetPackageTarget.MongoDB": "MongoDB", | ||
"Edit": "编辑", | ||
"Delete": "删除", | ||
"Refresh": "刷新", | ||
"NpmPackages": "NPM包", | ||
"NugetPackages": "Nuget包", | ||
"NpmPackageCount": "NPM包数量", | ||
"NugetPackageCount": "Nuget包数量", | ||
"Module": "模块", | ||
"ModuleInfo": "模块信息", | ||
"CreateANpmPackage": "创建NPM包", | ||
"CreateAModule": "创建模块", | ||
"CreateANugetPackage": "创建Nuget包", | ||
"AddNew": "新建", | ||
"PackageAlreadyExist{0}": "\"{0}\"已经被添加.", | ||
"ClearCache": "清除缓存", | ||
"SuccessfullyCleared": "清除成功", | ||
"Menu:NpmPackages": "NPM包", | ||
"Menu:Modules": "模块", | ||
"Menu:Maintenance": "维护", | ||
"Menu:NugetPackages": "Nuget包" | ||
} | ||
} |
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
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 |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
"Commercial": "Comercial", | ||
"SeeDocuments": "Ver documentos" | ||
} | ||
} | ||
} |
27 changes: 23 additions & 4 deletions
27
abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/zh-Hans.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 |
---|---|---|
@@ -1,12 +1,31 @@ | ||
{ | ||
{ | ||
"culture": "zh-Hans", | ||
"texts": { | ||
"Volo.AbpIo.Domain:010004": "超过最大成员数!", | ||
"Volo.AbpIo.Domain:010005": "超过最大所有者数!", | ||
"Volo.AbpIo.Domain:010006": "T用户已经是该组织的所有者!", | ||
"Volo.AbpIo.Domain:010006": "用户已经是该组织的所有者!", | ||
"Volo.AbpIo.Domain:010007": "该用户已经是该组织的开发者!", | ||
"Volo.AbpIo.Domain:010008": "允许的开发者数量不能低于当前开发者数量!", | ||
"Volo.AbpIo.Domain:010009": "允许的开发者数量不能小于零!", | ||
"Volo.AbpIo.Domain:010010": "超出了最大mac地址数!" | ||
"Volo.AbpIo.Domain:010010": "超出了最大mac地址数!", | ||
"Volo.AbpIo.Domain:010011": "个人许可不允许超过1个开发者!", | ||
"Volo.AbpIo.Domain:010012": "许可过期后许可不可延长1个月!", | ||
"Volo.AbpIo.Domain:020001": "不能删除该NPM包因为\"{NugetPackages}\"Nuget包依赖此包.", | ||
"Volo.AbpIo.Domain:020002": "不能删除该NPM包因为\"{Modules}\"模块正在使用此包.", | ||
"Volo.AbpIo.Domain:020003": "不能删除该NPM包因为\"{Modules}\"模块正在使用此包并且\"{NugetPackages}\"Nuget包依赖此包.", | ||
"Volo.AbpIo.Domain:020004": "不能删除该Nuget包因为\"{Modules}\"模块正在使用此包.", | ||
"WantToLearn?": "想学习吗?", | ||
"ReadyToGetStarted?": "准备开始了吗?", | ||
"JoinOurCommunity": "加入我们的社区", | ||
"GetStartedUpper": "开始", | ||
"ForkMeOnGitHub": "Fork me on GitHub", | ||
"Features": "功能", | ||
"GetStarted": "开始", | ||
"Documents": "文档", | ||
"Community": "社区", | ||
"ContributionGuide": "贡献指南", | ||
"Blog": "博客", | ||
"Commercial": "商业版", | ||
"SeeDocuments": "查看文档" | ||
} | ||
} | ||
} |
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
36 changes: 18 additions & 18 deletions
36
abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/pt-BR.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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"culture": "pt-BR", | ||
"texts": { | ||
"OrganizationManagement": "Gerenciamento da organização", | ||
"OrganizationList": "Lista de organização", | ||
"Volo.AbpIo.Commercial:010003": "Você não é proprietário desta organização!", | ||
"OrganizationNotFoundMessage": "Nenhuma organização encontrada!", | ||
"DeveloperCount": "Número de desenvolvedores", | ||
"Owners": "Proprietários", | ||
"OrganizationManagement": "Gerenciamento da organização", | ||
"OrganizationList": "Lista de organização", | ||
"Volo.AbpIo.Commercial:010003": "Você não é proprietário desta organização!", | ||
"OrganizationNotFoundMessage": "Nenhuma organização encontrada!", | ||
"DeveloperCount": "Número de desenvolvedores", | ||
"Owners": "Proprietários", | ||
"AddMember": "Adicionar membro", | ||
"AddOwner": "Adicionar proprietário", | ||
"AddOwner": "Adicionar proprietário", | ||
"AddDeveloper": "Adicionar desenvolvedor", | ||
"UserName": "Nome de usuário", | ||
"UserName": "Nome de usuário", | ||
"Name": "Nome", | ||
"EmailAddress": "Endereço de email", | ||
"EmailAddress": "Endereço de email", | ||
"Developers": "Desenvolvedores", | ||
"LicenseType": "Tipo de licença", | ||
"LicenseType": "Tipo de licença", | ||
"Manage": "Gerenciar", | ||
"StartDate": "Data de início", | ||
"StartDate": "Data de início", | ||
"EndDate": "Data final", | ||
"Modules": "Módulos", | ||
"LicenseExtendMessage": "A data de término da sua licença foi estendida para {0}", | ||
"LicenseUpgradeMessage": "Sua licença foi atualizada para {0}", | ||
"LicenseAddDeveloperMessage": "{0} desenvolvedores adicionados à sua licença", | ||
"Volo.AbpIo.Commercial:010004": "Não foi possível encontrar o usuário especificado! O usuário já deve ter se registrado.", | ||
"MyOrganizations": "Minhas organizações", | ||
"Modules": "Módulos", | ||
"LicenseExtendMessage": "A data de término da sua licença foi estendida para {0}", | ||
"LicenseUpgradeMessage": "Sua licença foi atualizada para {0}", | ||
"LicenseAddDeveloperMessage": "{0} desenvolvedores adicionados à sua licença", | ||
"Volo.AbpIo.Commercial:010004": "Não foi possível encontrar o usuário especificado! O usuário já deve ter se registrado.", | ||
"MyOrganizations": "Minhas organizações", | ||
"ApiKey": "Chave da API", | ||
"UserNameNotFound": "Não há usuário com nome de usuário {0}" | ||
"UserNameNotFound": "Não há usuário com nome de usuário {0}" | ||
} | ||
} |
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
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
Oops, something went wrong.