mirror of https://github.com/abpframework/abp
parent
1bc6fd7a95
commit
f671b33088
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "tr",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,60 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
"Permission:NpmPackages": "NPM Packages",
|
||||
"Permission:NugetPackages": "Nuget Packages",
|
||||
"Permission:Maintenance": "Maintenance",
|
||||
"Permission:Maintain": "Maintain",
|
||||
"Permission:ClearCaches": "Clear caches",
|
||||
"Permission:Modules": "Modules",
|
||||
"Permission:Packages": "Packages",
|
||||
"Permission:Edit": "Edit",
|
||||
"Permission:Delete": "Delete",
|
||||
"Permission:Create": "Create",
|
||||
"Menu:Packages": "Packages",
|
||||
"NpmPackageDeletionWarningMessage": "This NPM Package will be deleted. Do you confirm that?",
|
||||
"NugetPackageDeletionWarningMessage": "This Nuget Package will be deleted. Do you confirm that?",
|
||||
"ModuleDeletionWarningMessage": "This Module will be deleted. Do you confirm that?",
|
||||
"Name": "Name",
|
||||
"DisplayName": "Display name",
|
||||
"ShortDescription": "Short description",
|
||||
"NameFilter": "Name",
|
||||
"CreationTime": "Creation time",
|
||||
"IsPro": "Is pro",
|
||||
"EfCoreConfigureMethodName": "Configure method name",
|
||||
"IsProFilter": "Is pro",
|
||||
"ApplicationType": "Application type",
|
||||
"Target": "Target",
|
||||
"TargetFilter": "Target",
|
||||
"ModuleClass": "Module class",
|
||||
"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": "Edit",
|
||||
"Delete": "Delete",
|
||||
"Refresh": "Refresh",
|
||||
"NpmPackages": "NPM Packages",
|
||||
"NugetPackages": "Nuget Packages",
|
||||
"NpmPackageCount": "NPM Package Count",
|
||||
"NugetPackageCount": "Nuget Package Count",
|
||||
"Module": "Modules",
|
||||
"ModuleInfo": "Module info",
|
||||
"CreateANpmPackage": "Create a NPM package",
|
||||
"CreateAModule": "Create a module",
|
||||
"CreateANugetPackage": "Create a Nuget package",
|
||||
"AddNew": "Add new",
|
||||
"PackageAlreadyExist{0}": "\"{0}\" package is already added.",
|
||||
"ClearCache": "Clear cache",
|
||||
"SuccessfullyCleared": "Successfully cleared",
|
||||
"Menu:NpmPackages": "NPM Packages",
|
||||
"Menu:Modules": "Modules",
|
||||
"Menu:Maintenance": "Maintenance",
|
||||
"Menu:NugetPackages": "Nuget Packages"
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "tr",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
"Volo.AbpIo.Domain:010004": "Maximum member count reached!",
|
||||
"Volo.AbpIo.Domain:010005": "Maximum owner count reached!",
|
||||
"Volo.AbpIo.Domain:010006": "This user is already an owner in this organization!",
|
||||
"Volo.AbpIo.Domain:010007": "This user is already a developer in this organization!",
|
||||
"Volo.AbpIo.Domain:010008": "Allowed Developer Count can not be less then current developer count!",
|
||||
"Volo.AbpIo.Domain:010009": "Allowed Developer Count can not be less then 0!",
|
||||
"Volo.AbpIo.Domain:010010": "Maximum mac address count is exceeded!",
|
||||
"Volo.AbpIo.Domain:020001": "Could not delete this NPM Package because \"{NugetPackages}\" Nuget Packages are dependent to this package.",
|
||||
"Volo.AbpIo.Domain:020002": "Could not delete this NPM Package because \"{Modules}\" Modules are using this package.",
|
||||
"Volo.AbpIo.Domain:020003": "Could not delete this NPM Package because \"{Modules}\" Modules are using this package and \"{NugetPackages}\" Nuget Packages are dependent to this package.",
|
||||
"Volo.AbpIo.Domain:020004": "Could not delete this Nuget Package because \"{Modules}\" Modules are using this package."
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "tr",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
"OrganizationManagement": "Organization Management",
|
||||
"OrganizationList": "Organization list",
|
||||
"Volo.AbpIo.Commercial:010003": "You are not owner of this organization!",
|
||||
"OrganizationNotFoundMessage": "No organization found!",
|
||||
"DeveloperCount": "Developer count",
|
||||
"Owners": "Owners",
|
||||
"AddMember": "Add member",
|
||||
"AddOwner": "Add owner",
|
||||
"AddDeveloper": "Add developer",
|
||||
"UserName": "Username",
|
||||
"Name": "Name",
|
||||
"EmailAddress": "Email address",
|
||||
"Developers": "Developers",
|
||||
"LicenseType": "License type",
|
||||
"Manage": "Manage",
|
||||
"StartDate": "Start date",
|
||||
"EndDate": "End date",
|
||||
"Modules": "Modules"
|
||||
}
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
"OrganizationManagement": "组织管理",
|
||||
"OrganizationList": "组织列表",
|
||||
"Volo.AbpIo.Commercial:010003": "你不是该组织的所有者!",
|
||||
"OrganizationNotFoundMessage": "找不到任何组织!",
|
||||
"DeveloperCount": "开发者数量",
|
||||
"Owners": "所有者",
|
||||
"AddMember": "添加成员",
|
||||
"AddOwner": "添加所有者",
|
||||
"AddDeveloper": "添加开发者",
|
||||
"UserName": "用户名",
|
||||
"Name": "名称",
|
||||
"EmailAddress": "电子邮件地址",
|
||||
"Developers": "开发者",
|
||||
"LicenseType": "许可证类型",
|
||||
"Manage": "管理",
|
||||
"StartDate": "开始日期",
|
||||
"EndDate": "结束日期",
|
||||
"Modules": "模块"
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "tr",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "tr",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"culture": "en",
|
||||
"texts": {
|
||||
"GetStarted": "Get Started",
|
||||
"Create": "Create",
|
||||
"NewProject": "New Project",
|
||||
"DirectDownload": "Direct Download",
|
||||
"ProjectName": "Project name",
|
||||
"ProjectType": "Project type",
|
||||
"DatabaseProvider": "Database provider",
|
||||
"NTier": "N-Tier",
|
||||
"IncludeUserInterface": "Include user interface",
|
||||
"CreateNow": "Create now",
|
||||
"TheStartupProject": "The startup project",
|
||||
"Tutorial": "Tutorial",
|
||||
"UsingCLI": "Using CLI"
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "tr",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
## Abp.io platform localization
|
||||
|
||||
This project is all localized resources of the abp.io platform.
|
||||
|
||||
If you like, you can contribute to the localization resources in this project.
|
||||
|
||||
For example: `AbpIoLocalization\AbpIoLocalization\Www\Localization\Resources\zh-Hans.json`
|
||||
If the file is missing some translations or the translation is wrong, you can add it.
|
||||
If the language file is missing (eg `kr.json`), you can also add it.
|
||||
|
||||
Please refer to the [Contribution Guide](https://github.com/abpframework/abp/blob/dev/docs/en/Contribution/Index.md) for details.
|
Loading…
Reference in new issue