"BackgroundJobsExplanation":"Define simple classes to execute jobs in the background as queued. Use the built-in job manager or integrate your own. <a href=\"{0}\">Hangfire</a> & <a href=\"{1}\">RabbitMQ</a> integrations are already available.",
"BackgroundJobsExplanation":"Define simple classes to execute jobs in the background as queued. Use the built-in job manager or integrate your own. <a href=\"{0}\">Hangfire</a>, <a href=\"{1}\">RabbitMQ</a> and <a href=\"{2}\">Quartz</a> integrations are already available.",
"MultiTenancyExplanation2":"Can automatically determine the current tenant, isolate data of different tenants from each other.",
"MultiTenancyExplanation3":"Supports single database, database per tenant and hybrid approaches.",
"MultiTenancyExplanation4":"You focus on your business code and let the framework handle multi-tenancy on behalf of you.",
"BootstrapTagHelpersExplanation":"Instead of manually writing the repeating details of bootstrap components, use ABP's tag helpers to simplify it and take advantage of the IntelliSense. You can definitely use Bootstrap whenever you need it.",
"BootstrapTagHelpersExplanation":"Instead of manually writing the repeating details of bootstrap components, use ABP's tag helpers to simplify it and take advantage of the IntelliSense. You can directly use Bootstrap whenever you need it.",
"DynamicFormsExplanation":"Dynamic form & input tag helpers can create the complete form from a C# class as the model.",
"AuthenticationAuthorizationExplanation":"Rich authentication & authorization options integrated to ASP.NET Core Identity & OpenIddict. Provides an extensible & detailed permission system.",
"CrossCuttingConcernsExplanation":"Don't repeat yourself to implement all this common stuff again & again. Focus on your business code and let ABP automate them by conventions.",
@ -921,7 +921,7 @@
"WithAllStyleOptions":"with all style options",
"Demo":"Demo",
"SeeAllModules":"See All Modules",
"ABPCLIExplanation":"ABP CLI (Command Line Interface) is a command line tool to perform some common operations for ABP-based solutions.",
"ABPCLIExplanation":"ABP CLI is a command line tool to perform common development tasks for ABP-based solutions.",
"ABPSuiteEasilyCURD":"ABP Suite is a tool which allows you to easily create CRUD pages",
"WeAreHereToHelp":"We are Here to <span class=\"zero-text\">Help</span>",
"BrowseOrAskQuestion":"You can browse our help topics or search in the frequently asked questions, or you can ask us a question by using the <a href=\"{0}\">contact form</a>.",
@ -1464,7 +1464,7 @@
"DevelopYourSolution_Description6":"You can imagine how much that code block can be long and complicated if you would do it all manually.",
"SuiteCrudGenerationInFewSeconds":"In addition to hand coding your solution, you can create fully working advanced CRUD pages in a few minutes using the ABP Suite tooling. It generates the code into your solution, so you can fine-tune it based on your custom requirements.",
"DeployAnywhere_Description1":"At the end of the day, you have a pure .NET solution. You can deploy your solution to your own server, to a cloud platform, to Kubernetes or anywhere you want. You can deploy to as many servers as you want. ABP is a deployment environment agnostic tool.",
"ExpertiseAbpFramework":"Expertise the ABP",
"ExpertiseAbpFramework":"Expertise ABP",
"ExpertiseAbpFramework_Description1":"Want to go beyond basics and get expertise with the ABP Platform?",
"FreeDownload":"Free Download",
"HavingTrouble":"Having Trouble?",
@ -1501,7 +1501,7 @@
"RunMultiApplicationOrMicroserviceSolutionsInABreeze_Description2":"See a list of services, view <span class=\"text-highlight-white\">real-time HTTP request</span> and <span class=\"text-highlight-white\">exception counts</span> for each service.",
"RunMultiApplicationOrMicroserviceSolutionsInABreeze_Description3":"See all details of all <span class=\"text-highlight-white\">HTTP requests</span> coming to any service.",
"RunMultiApplicationOrMicroserviceSolutionsInABreeze_Description4":"Explore <span class=\"text-highlight-white\">exception details</span> as real-time in any service, easily filter and search.",
"RunMultiApplicationOrMicroserviceSolutionsInABreeze_Description5":"Show the <span class=\"text-highlight-white\">application logs</span>, filter by log level or search by text..",
"RunMultiApplicationOrMicroserviceSolutionsInABreeze_Description5":"Show the <span class=\"text-highlight-white\">application logs</span>, filter by log level or search by text.",
"RunMultiApplicationOrMicroserviceSolutionsInABreeze_Description6":"<span class=\"text-highlight-white\">Browse</span> the UI of your application without leaving the solution runner.",
"IntegrateToYourKubernetesCluster":"Integrate with your Kubernetes Cluster",
"IntegrateToYourKubernetesCluster_Description1":"<span class=\"text-highlight-white\">Connect your local development environment to a local or remote Kubernetes cluster</span>, where that cluster already runs your microservice solution.",