-ABP offers a complete, **modular** and **layered** software architecture based on **[Domain Driven Design](https://docs.abp.io/en/abp/latest/Domain-Driven-Design)** principles and patterns. It also provides the necessary infrastructure and guidance to [implement this architecture](https://docs.abp.io/en/abp/latest/Domain-Driven-Design-Implementation-Guide).
+ABP offers a complete, **modular** and **layered** software architecture based on **[Domain Driven Design](https://abp.io/docs/latest/framework/architecture/domain-driven-design)** principles and patterns. It also provides the necessary infrastructure and guidance to [implement this architecture](https://abp.io/books/implementing-domain-driven-design).
-ABP Framework is suitable for **[microservice solutions](https://docs.abp.io/en/abp/latest/Microservice-Architecture)** as well as monolithic applications.
+ABP Framework is suitable for **[microservice solutions](https://abp.io/docs/latest/framework/architecture/microservices)** as well as monolithic applications.
### Infrastructure
-There are a lot of features provided by the ABP Framework to achieve real-world scenarios easier, like [Event Bus](https://docs.abp.io/en/abp/latest/Event-Bus), [Background Job System](https://docs.abp.io/en/abp/latest/Background-Jobs), [Audit Logging](https://docs.abp.io/en/abp/latest/Audit-Logging), [BLOB Storing](https://docs.abp.io/en/abp/latest/Blob-Storing), [Data Seeding](https://docs.abp.io/en/abp/latest/Data-Seeding), [Data Filtering](https://docs.abp.io/en/abp/latest/Data-Filtering), etc.
+There are a lot of features provided by the ABP Framework to achieve real-world scenarios easier, like [Event Bus](https://abp.io/docs/latest/framework/infrastructure/event-bus), [Background Job System](https://abp.io/docs/latest/framework/infrastructure/background-jobs), [Audit Logging](https://abp.io/docs/latest/framework/infrastructure/audit-logging), [BLOB Storing](https://abp.io/docs/latest/framework/infrastructure/blob-storing), [Data Seeding](https://abp.io/docs/latest/framework/infrastructure/data-seeding), [Data Filtering](https://abp.io/docs/latest/framework/infrastructure/data-filtering), etc.
### Cross-Cutting Concerns
-ABP also simplifies (and even automates wherever possible) cross-cutting concerns and common non-functional requirements like [Exception Handling](https://docs.abp.io/en/abp/latest/Exception-Handling), [Validation](https://docs.abp.io/en/abp/latest/Validation), [Authorization](https://docs.abp.io/en/abp/latest/Authorization), [Localization](https://docs.abp.io/en/abp/latest/Localization), [Caching](https://docs.abp.io/en/abp/latest/Caching), [Dependency Injection](https://docs.abp.io/en/abp/latest/Dependency-Injection), [Setting Management](https://docs.abp.io/en/abp/latest/Settings), etc.
+ABP also simplifies (and even automates wherever possible) cross-cutting concerns and common non-functional requirements like [Exception Handling](https://abp.io/docs/latest/framework/fundamentals/exception-handling), [Validation](https://abp.io/docs/latest/framework/fundamentals/validation), [Authorization](https://abp.io/docs/latest/framework/fundamentals/authorizationn), [Localization](https://abp.io/docs/latest/framework/fundamentals/localization), [Caching](https://abp.io/docs/latest/framework/fundamentals/caching), [Dependency Injection](https://abp.io/docs/latest/framework/fundamentals/dependency-injection), [Setting Management](https://abp.io/docs/latest/framework/infrastructure/settings), etc.
@@ -76,18 +75,18 @@ ABP also simplifies (and even automates wherever possible) cross-cutting concern
ABP is a modular framework and the Application Modules provide **pre-built application functionalities**;
-- [**Account**](https://docs.abp.io/en/abp/latest/Modules/Account): Provides UI for the account management and allows user to login/register to the application.
-- **[Identity](https://docs.abp.io/en/abp/latest/Modules/Identity)**: Manages organization units, roles, users and their permissions based on the Microsoft Identity library.
-- [**OpenIddict**](https://docs.abp.io/en/abp/latest/Modules/OpenIddict): Integrates to OpenIddict.
-- [**Tenant Management**](https://docs.abp.io/en/abp/latest/Modules/Tenant-Management): Manages tenants for a [multi-tenant](https://docs.abp.io/en/abp/latest/Multi-Tenancy) (SaaS) application.
+- [**Account**](https://abp.io/docs/latest/modules/account): Provides UI for the account management and allows user to login/register to the application.
+- **[Identity](https://abp.io/docs/latest/modules/identity)**: Manages organization units, roles, users and their permissions based on the Microsoft Identity library.
+- [**OpenIddict**](https://abp.io/docs/latest/modules/openiddict): Integrates to OpenIddict.
+- [**Tenant Management**](https://abp.io/docs/latest/modules/tenant-management): Manages tenants for a [multi-tenant](https://abp.io/docs/latest/framework/architecture/multi-tenancy) (SaaS) application.
-See the [Application Modules](https://docs.abp.io/en/abp/latest/Modules/Index) document for all pre-built modules.
+See the [Application Modules](https://abp.io/docs/latest/modules) document for all pre-built modules.
### Startup Templates
-The [Startup templates](https://docs.abp.io/en/abp/latest/Startup-Templates/Index) are pre-built Visual Studio solution templates. You can create your own solution based on these templates to **immediately start your development**.
+The [Startup templates](https://abp.io/docs/latest/solution-templates) are pre-built Visual Studio solution templates. You can create your own solution based on these templates to **immediately start your development**.
@@ -103,19 +102,19 @@ This book will help you to gain a complete understanding of the ABP Framework an
### ABP Community Web Site
-The [ABP Community](https://community.abp.io/) is a website to publish **articles** and share **knowledge** about the ABP Framework. You can also create content for the community!
+The [ABP Community](https://abp.io/community) is a website to publish **articles** and share **knowledge** about the ABP Framework. You can also create content for the community!
### Blog
-Follow the [ABP Blog](https://blog.abp.io/) to learn the latest happenings in the ABP Framework.
+Follow the [ABP Blog](https://abp.io/blog) to learn the latest happenings in the ABP Framework.
### Samples
-See the [sample projects](https://docs.abp.io/en/abp/latest/Samples/Index) built with the ABP Framework.
+See the [sample projects](https://abp.io/docs/latest/samples) built with the ABP Framework.
### Want to Contribute?
-ABP is a community-driven open-source project. See [the contribution guide](https://docs.abp.io/en/abp/latest/Contribution/Index) if you want to participate in this project.
+ABP is a community-driven open-source project. See [the contribution guide](https://abp.io/docs/latest/contribution) if you want to participate in this project.
@@ -123,11 +122,11 @@ ABP is a community-driven open-source project. See [the contribution guide](http
* [Home Website](https://abp.io)
* [Get Started](https://abp.io/get-started)
- * [Features](https://abp.io/features)
-* [Documents](https://docs.abp.io/)
-* [Samples](https://docs.abp.io/en/abp/latest/Samples/Index)
-* [Blog](https://blog.abp.io/)
-* [Community](https://community.abp.io/)
+ * [Features](https://abp.io/framework)
+* [Documents](https://abp.io/docs/latest)
+* [Samples](https://abp.io/docs/latest/samples)
+* [Blog](https://abp.io/blog)
+* [Community](https://abp.io/community)
* [Stackoverflow](https://stackoverflow.com/questions/tagged/abp)
* [Twitter](https://twitter.com/abpframework)
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/AbpIoLocalizationModule.cs b/abp_io/AbpIoLocalization/AbpIoLocalization/AbpIoLocalizationModule.cs
index fe24f4d4ec..3876b58c89 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/AbpIoLocalizationModule.cs
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/AbpIoLocalizationModule.cs
@@ -2,8 +2,6 @@
using AbpIoLocalization.Admin.Localization;
using AbpIoLocalization.Base.Localization;
using AbpIoLocalization.Blog.Localization;
-using AbpIoLocalization.Commercial.Localization;
-using AbpIoLocalization.Community.Localization;
using AbpIoLocalization.Docs.Localization;
using AbpIoLocalization.Support.Localization;
using AbpIoLocalization.Www;
@@ -28,9 +26,7 @@ namespace AbpIoLocalization
ConfigureABP Commercial is based on the ABP Framework, an open source and community driven web application framework for ASP.NET Core.
ABP Framework provides an excellent infrastructure to write maintainable, extensible and testable code with the best practices.
Built on and integrated to popular tools you already know. Low learning curve, easy adaptation, comfortable development.
", + "ABPFrameworkExplanation": "ABP commercial version is based on the ABP Framework, an open source and community driven web application framework for ASP.NET Core.
ABP Framework provides an excellent infrastructure to write maintainable, extensible and testable code with the best practices.
Built on and integrated to popular tools you already know. Low learning curve, easy adaptation, comfortable development.
", "Modular": "Modular", "MicroserviceCompatible": "Microservice compatible", "DomainDrivenDesignInfrastructure": "Domain Driven Design Infrastructure", @@ -81,8 +81,8 @@ "AdvancedLocalization": "Advanced Localization", "ManyMore": "Many more", "ExploreTheABPFramework": "Explore the ABP Framework", - "WhyUseTheABPCommercial": "Why Use The ABP Commercial?", - "WhyUseTheABPCommercialExplanation": "Building enterprise-grade web applications can be complex and time-consuming.
ABP Commercial offers the perfect base infrastructure necessary for all the modern enterprise-grade ASP.NET Core based solutions. Right from the design to deployment, the entire development cycle is empowered by the ABP's built-in features & modules.
", + "WhyUseTheABPCommercial": "Why Use The ABP Platform?", + "WhyUseTheABPCommercialExplanation": "Building enterprise-grade web applications can be complex and time-consuming.
ABP offers the perfect base infrastructure necessary for all the modern enterprise-grade ASP.NET Core based solutions. Right from the design to deployment, the entire development cycle is empowered by the ABP's built-in features & modules.
", "StartupTemplatesShortDescription": "Startup templates make you jump-start your project in a few seconds.", "UIFrameworksOptions": "UI frameworks options;", "DatabaseProviderOptions": "Database provider options;", @@ -97,7 +97,7 @@ "TextTemplateManagement": "Text Template Management", "See All Modules": "SeeAllModules", "ABPSuite": "ABP Suite", - "AbpSuiteShortDescription": "ABP Suite is a complementary tool to ABP Commercial.", + "AbpSuiteShortDescription": "ABP Suite is a complementary tool to ABP projects.", "AbpSuiteExplanation": "It allows you to build web pages in a matter of minutes. It's a .NET Core Global tool that can be installed from the command line. It can create a new ABP solution and generate CRUD pages from the database to the front-end.", "Details": "Details", "LeptonTheme": "Lepton Theme", @@ -110,7 +110,7 @@ "DarkBlueTheme": "Dark Blue Theme", "LightTheme": "Light Theme", "ProudToWorkWith": "Proud to Work With", - "OurConsumers": "Thousands of enterprises and developers over 70 countries worldwide rely on ABP Commercial.", + "OurConsumers": "Thousands of enterprises and developers over 70 countries worldwide rely on ABP.", "JoinOurConsumers": "Join them and build amazing products fast.", "AdditionalServicesExplanation": "Do you need additional or custom services? We and our partners can provide;", "CustomProjectDevelopment": "Custom Project Development", @@ -160,50 +160,50 @@ "ABPCLIExplanation": "ABP CLI (Command Line Interface) is a command line tool to perform some common operations for ABP-based solutions.", "ABPSuiteEasilyCURD": "ABP Suite is a tool which allows you to easily create CRUD pages", "WeAreHereToHelp": "We are Here to Help", - "BrowseOrAskQuestion": "You can browse our help topics or search in the frequently asked questions, or you can ask us a question by using the contact form.", + "BrowseOrAskQuestion": "You can browse our help topics or search in the frequently asked questions, or you can ask us a question by using the contact form.", "SearchQuestionPlaceholder": "Search in frequently asked questions", - "WhatIsTheABPCommercial": "What is ABP Commercial?", - "WhatAreDifferencesThanAbpFramework": "What are the differences between the open source ABP Framework and ABP Commercial?", - "AbpCommercialMetaTitle": " {0} | ABP Commercial", + "WhatIsTheABPCommercial": "What is ABP?", + "WhatAreDifferencesThanAbpFramework": "What are the differences between the open-source ABP and commercial version of ABP?", + "AbpCommercialMetaTitle": " {0} | ABP", "AbpCommercialMetaDescription": "A comprehensive web development platform on ABP Framework with pre-built modules, startup templates, rapid dev tools, pro UI themes & premium support.", - "ABPCommercialExplanation": "ABP Commercial is a set of premium modules, tools, themes and services that are built on top of the open source ABP framework. ABP Commercial is being developed and supported by the same team behind the ABP framework.", + "ABPCommercialExplanation": "ABP Platform is a set of premium modules, tools, themes and services that are built on top of the open source ABP framework. ABP is being developed and supported by the same team behind the ABP framework.", "WhatAreDifferencesThanABPFrameworkExplanation": "ABP framework is a modular, themeable, microservice compatible application development framework for ASP.NET Core. It provides a complete architecture and a strong infrastructure to let you focus on your own business code rather than repeating yourself for every new project. It is based on the best practices of software development and popular tools you already know.
ABP framework is completely free, open source and community-driven. It also provides a free theme and some pre-built modules (e.g. identity management and tenant management).
", "VisitTheFrameworkVSCommercialDocument": "Visit the following link for more information {1} ", - "ABPCommercialFollowingBenefits": "ABP Commercial adds the following benefits on top of the ABP framework:", + "ABPCommercialFollowingBenefits": "ABP commercial version adds the following benefits on top of the ABP framework:", "Professional": "Professional", "UIThemes": "UI Themes", "EnterpriseModules": "Enterprise ready, feature-rich, pre-built Application Modules (e.g. Identity Server management, SaaS management, language management)", "ToolingToSupport": "Tooling to support your development productivity (e.g. ABP Suite)", "PremiumSupportLink": "Premium Support", - "WhatDoIDownloadABPCommercial": "What do I download when I purchase the ABP Commercial?", + "WhatDoIDownloadABPCommercial": "What do I download when I purchase the ABP commercial version?", "CreateUnlimitedSolutions": "Once you purchase an ABP Commercial license, you will be able to create unlimited solutions like described in the Getting Started document.", "ABPCommercialSolutionExplanation": "When you create a new application, you get a Visual Studio solution (a startup template) based on your preferences. The downloaded solution has commercial modules and themes already installed and configured for you. You can remove a pre-installed module or add another module if you like. All modules and themes use NuGet/NPM packages by default.", "StartDevelopWithTutorials": "The downloaded solution is well architected and documented. You can start developing your own business code based on it following the tutorials.", - "TryTheCommercialDemo": "You can try the Live Demo to see a sample application created using the ABP Commercial startup template.", - "HowManyProducts": "How many different products/solutions can I build using the ABP Commercial?", + "TryTheCommercialDemo": "You can try the Live Demo to see a sample application created using the ABP startup template.", + "HowManyProducts": "How many different products/solutions can I build using the ABP?", "HowManyProductsExplanation": "You can create as many projects as you want during your active license period; there is no limit! After your license expires, you cannot create new projects, but you can continue to develop the projects you have downloaded and deploy them to an unlimited count of servers.", - "HowManyDevelopers": "How many developers can work on the ABP Commercial?", - "HowManyDevelopersExplanation": "ABP Commercial licenses are per developer. Different license types have different developer limits. However, you can add more developers to any license type whenever you need. Check out the Plans & Pricing page for license types, developer limits and additional developer costs.", + "HowManyDevelopers": "How many developers can work on the ABP?", + "HowManyDevelopersExplanation": "ABP licenses are per developer. Different license types have different developer limits. However, you can add more developers to any license type whenever you need. Check out the Plans & Pricing page for license types, developer limits and additional developer costs.", "ChangingLicenseType": "Can I upgrade my license type later?", - "ChangingLicenseTypeExplanation": "You can upgrade to a higher license by paying the difference within your active license period. When you upgrade to a higher license plan, you get the benefits of the new plan, but the license upgrade does not change the license expiry date. Besides, you can also add new developer seats to your existing license, check out the \"How many developers can work on the ABP Commercial?\" FAQ.", + "ChangingLicenseTypeExplanation": "You can upgrade to a higher license by paying the difference within your active license period. When you upgrade to a higher license plan, you get the benefits of the new plan, but the license upgrade does not change the license expiry date. Besides, you can also add new developer seats to your existing license, check out the \"How many developers can work on the ABP?\" FAQ.", "LicenseExtendUpgradeDiff": "What is the difference between license extend and upgrade?", "LicenseExtendUpgradeDiffExplanation": "Extending: By extending/renewing your license, you will continue to get premium support and get major or minor updates for the modules and themes. Besides, you will be able to continue creating new projects. And you will still be able to use ABP Suite, which speeds up your development. When you extend your license, 1 year is added to your license expiry date.Including the source code of a module to your solution gives you the maximum freedom to customize that module. However, it will then not be possible to automatically upgrade the module when a new version is released.
None of the licenses include the ABP Suite source code, which is an external tool that generates code for you and assists your development.
Check out the Plans & Pricing page for other differences between the license types.
", + "IsSourceCodeIncludedExplanation4": "Including the source code of a module to your solution gives you the maximum freedom to customize that module. However, it will then not be possible to automatically upgrade the module when a new version is released.
None of the licenses include the ABP Suite and ABP Studio source code, which is external tools that generates code for you and assists your development.
Check out the Plans & Pricing page for other differences between the license types.
", "ChangingDevelopers": "Can I change the registered developers of my organization in the future?", "ChangingDevelopersExplanation": "In addition to adding new developers to your license, you can also change the existing developers (you can remove a developer and add a new one to the same seat) without any additional cost.", "WhatHappensWhenLicenseEnds": "What happens when my license period ends?", - "WhatHappensWhenLicenseEndsExplanation1": "The ABP Commercial license is a perpetual license. After your license expires, you can continue developing your project. And you are not obliged to renew your license. Your license comes with a one-year update and support plan out of the box. In order to continue to get new features, performance enhancements, bug fixes, support and continue using ABP Suite, you need to renew your license. When your license expires;", - "WhatHappensWhenLicenseEndsExplanation2": "You can not create new solutions using the ABP Commercial, but you can continue developing your existing applications forever.", + "WhatHappensWhenLicenseEndsExplanation1": "The ABP license is a perpetual license. After your license expires, you can continue developing your project. And you are not obliged to renew your license. Your license comes with a one-year update and support plan out of the box. In order to continue to get new features, performance enhancements, bug fixes, support and continue using ABP Suite, you need to renew your license. When your license expires;", + "WhatHappensWhenLicenseEndsExplanation2": "You can not create new solutions using the ABP commercial version, but you can continue developing your existing applications forever.", "WhatHappensWhenLicenseEndsExplanation3": "You will be able to get updates for the modules and themes within your MINOR version (except RC or Preview versions). For example, if you are using v3.2.0 of a module, you can still get updates for v3.2.x (v3.2.1, v3.2.5... etc.) of that module. But you cannot get updates for the next major or minor version (like v3.3.0, v3.3.3, 4.x.x.. etc.). For example, when your license expired, the latest release was v4.4.3, and later, it published both 4.4.4 version and 4.5.0 version, you would be able to access the v4.4.X but you wouldn't be access the v4.5.X.", - "WhatHappensWhenLicenseEndsExplanation4": "You can not install new modules and themes added to the ABP Commercial platform after your license ends.", + "WhatHappensWhenLicenseEndsExplanation4": "You can not install new modules and themes added to the ABP commercial platform after your license ends.", "WhatHappensWhenLicenseEndsExplanation5": "You can not use the ABP Suite.", "WhatHappensWhenLicenseEndsExplanation6": "You can not get the premium support anymore.", "WhatHappensWhenLicenseEndsExplanation7": "You can extend (renew) your license if you want to continue getting these benefits. If you extend your license within {3} days after your license expires, the following discounts will be applied: Team License {0}; Business License {1}; Enterprise License {2}.", @@ -212,11 +212,11 @@ "WhenShouldIRenewMyLicense": "When should I renew my license?", "WhenShouldIRenewMyLicenseExplanation": "If you renew your license within {3} days after your license expires, the following discounts will be applied: Team License {0}; Business License {1}; Enterprise License {2}. However, if you renew your license after {3} days since the expiry date of your license, the renewal price will be the same as the license purchase price, and there will be no discount on your renewal.", "TrialPlan": "Do you have a trial plan?", - "TrialPlanExplanation": "Yes, to start your free trial, contact marketing@volosoft.com. We also offer a 30-day money-back guarantee for the Team license, no questions asked! You can request a full refund within the first 30 days of the license purchase. We provide a 60% refund within 30 days for Business and Enterprise licenses. This is because the Business and Enterprise licenses contain the full source-code of all the modules and themes.", + "TrialPlanExplanation": "Yes, to start your free trial, contact marketing@volosoft.com. We also offer a 30-day money-back guarantee for the Team license, no questions asked! You can request a full refund within the first 30 days of the license purchase. We provide a 60% refund within 30 days for Business and Enterprise licenses. This is because the Business and Enterprise licenses contain the full source-code of all the modules and themes.", "DoYouAcceptBankWireTransfer": "Do you accept bank wire transfers?", "DoYouAcceptBankWireTransferExplanation": "Yes, we accept bank wire transfers.ABP kommersiell version Àr baserad pÄ ABP Framework, en öppen kÀllkod och community-driven webbapplikationsram för ASP.NET Core.
ABP Framework ger en utmÀrkt infrastruktur för att skriva underhÄllbar, utdragbar och testbar kod med bÀsta praxis.
Byggd pÄ och integrerad med populÀra verktyg som du redan kÀnner till. LÄg inlÀrningskurva, enkel anpassning, bekvÀm utveckling.
", + "Modular": "ModulÀr", + "MicroserviceCompatible": "Kompatibel med mikrotjÀnster", + "DomainDrivenDesignInfrastructure": "DomÀnstyrd design Infrastruktur", + "MultiTenancy": "Multi-Tenancy", + "DistributedMessaging": "Distribuerad meddelandehantering", + "DynamicProxying": "Dynamisk proxyservering", + "BackgroundJobs": "Bakgrundsjobb", + "AuditLogging": "Loggning av revision", + "BLOBStoring": "BLOB Storing", + "BundlingMinification": "Paketering och minimering", + "AdvancedLocalization": "Avancerad lokalisering", + "ManyMore": "MÄnga fler", + "ExploreTheABPFramework": "Utforska ABP-ramverket", + "WhyUseTheABPCommercial": "Varför anvÀnda ABP-plattformen?", + "WhyUseTheABPCommercialExplanation": "
Att bygga webbapplikationer i företagsklass kan vara komplext och tidskrÀvande.
ABP erbjuder den perfekta basinfrastrukturen som krÀvs för alla moderna ASP.NET Core-baserade lösningar i företagsklass. FrÄn design till driftsÀttning, hela utvecklingscykeln förstÀrks av ABP: s inbyggda funktioner och moduler.
", + "StartupTemplatesShortDescription": "Startup-mallar gör att du kan starta ditt projekt pÄ nÄgra sekunder.", + "UIFrameworksOptions": "Alternativ för ramverk för anvÀndargrÀnssnitt;", + "DatabaseProviderOptions": "Alternativ för databasleverantör;", + "PreBuiltApplicationModules": "Förbyggda applikationsmoduler", + "PreBuiltApplicationModulesShortDescription": "De vanligaste applikationskraven Àr redan utvecklade Ät dig som ÄteranvÀndbara moduler.", + "Account": "Konto", + "Blogging": "Bloggande", + "Identity": "Identitet", + "IdentityServer": "Identitetsserver", + "Saas": "Saas", + "LanguageManagement": "SprÄkhantering", + "TextTemplateManagement": "Hantering av textmallar", + "See All Modules": "SeAllaModuler", + "ABPSuite": "ABP-svit", + "AbpSuiteShortDescription": "ABP Suite Àr ett kompletterande verktyg till ABP-projekt.", + "AbpSuiteExplanation": "Det gör att du kan bygga webbsidor pÄ bara nÄgra minuter. Det Àr ett .NET Core Global-verktyg som kan installeras frÄn kommandoraden. Det kan skapa en ny ABP-lösning och generera CRUD-sidor frÄn databasen till frontend.", + "Details": "Detaljer", + "LeptonTheme": "Lepton tema", + "ProfessionalModernUIThemes": "Professionella, moderna UI-teman", + "LeptonThemeExplanation": "Lepton tillhandahÄller en rad Bootstrap-adminteman som fungerar som en solid grund för alla projekt som krÀver en adminpanel.", + "DefaultTheme": "Standardtema", + "MaterialTheme": "Materialtema", + "Default2Theme": "Standard 2 Tema", + "DarkTheme": "Mörkt tema", + "DarkBlueTheme": "MörkblÄtt tema", + "LightTheme": "Ljus tema", + "ProudToWorkWith": "Stolt över att arbeta med", + "OurConsumers": "Tusentals företag och utvecklare i över 70 lÀnder vÀrlden över förlitar sig pÄ ABP.", + "JoinOurConsumers": "Anslut dig till dem och bygg fantastiska produkter snabbt.", + "AdditionalServicesExplanation": "Behöver du ytterligare eller anpassade tjÀnster? Vi och vÄra partners kan tillhandahÄlla;", + "CustomProjectDevelopment": "Anpassad projektutveckling", + "CustomProjectDevelopmentExplanation": "Dedikerade utvecklare för dina anpassade projekt.", + "PortingExistingProjects": "Portning av befintliga projekt", + "PortingExistingProjectsExplanation": "Migrera dina Àldre projekt till ABP-plattformen.", + "LiveSupport": "Support i realtid", + "LiveSupportExplanation": "FjÀrrsupport i realtid nÀr du behöver det.", + "Training": "Utbildning", + "TrainingExplanation": "Dedikerad utbildning för dina utvecklare.", + "OnBoarding": "Onboarding", + "OnBoardingExplanation": "HjÀlp med att konfigurera dina utvecklings-, CI- och CD-miljöer.", + "PrioritizedTechnicalSupport": "Prioriterad teknisk support", + "PremiumSupportExplanation": "Förutom det stora samhÀllsstödet i ABP-ramverket svarar vÄrt supportteam pÄ tekniska frÄgor och problem frÄn de kommersiella anvÀndarna med hög prioritet.", + "SeeTheSupportOptions": "Kolla in supportalternativen", + "Contact": "Kontakt", + "TellUsWhatYouNeed": "BerÀtta för oss vad du behöver.", + "YourMessage": "Ditt meddelande", + "YourFullName": "Ditt fullstÀndiga namn", + "FirstNameField": "Förnamn", + "LastNameField": "Efternamn", + "EmailField": "E-postadress", + "YourEmailAddress": "Din e-postadress", + "ValidEmailAddressIsRequired": "En giltig e-postadress krÀvs.", + "HowMayWeHelpYou": "Hur kan vi hjÀlpa dig?", + "SendMessage": "Skicka meddelande", + "Success": "FramgÄng", + "WeWillReplyYou": "Vi har mottagit ditt meddelande och kommer att kontakta dig inom kort.", + "GoHome": "GÄ hem", + "CreateLiveDemo": "Skapa live-demo", + "CreateLiveDemoDescription": "NÀr du har skickat in formulÀret kommer du att fÄ ett e-postmeddelande med din demolÀnk.", + "RegisterToTheNewsletter": "AnmÀl dig till nyhetsbrevet för att fÄ information om ABP.IO, inklusive nya releaser etc.", + "EnterYourEmailOrLogin": "Ange din e-postadress för att skapa din demo eller Logga in med ditt befintliga konto.", + "ApplicationTemplate": "Mall för ansökan", + "ApplicationTemplateExplanation": "Application startup template anvÀnds för att skapa en ny webbapplikation.", + "EfCoreProvider": "Entity Framework (Stödjer SQL Server, MySQL, PostgreSQL, Oracle och andra)", + "AlreadyIncludedInTemplateModules": "Följande moduler Àr redan inkluderade och konfigurerade i den hÀr mallen:", + "ApplicationTemplateArchitecture": "Den hÀr applikationsmallen stöder ocksÄ nivÄindelad arkitektur dÀr anvÀndargrÀnssnittslagret, API-lagret och autentiseringstjÀnsten Àr fysiskt Ätskilda.", + "SeeTheGuideOrGoToTheLiveDemo": "Kolla in utvecklarguiden för teknisk information om den hÀr mallen eller gÄ till live-demonstrationen.", + "DeveloperGuide": "Guide för utvecklare", + "ModuleTemplate": "Mall för modul", + "ModuleTemplateExplanation1": "Vill du skapa en modul och ÄteranvÀnda den i olika applikationer? Den hÀr startmallen förbereder allt för att börja skapa en ÄteranvÀndbar applikationsmodul eller en mikrotjÀnst.", + "ModuleTemplateExplanation2": "
Du kan stödja enstaka eller flera anvÀndargrÀnssnittsramverk, enstaka eller flera databasleverantörer för en enda modul. Startmallen Àr konfigurerad för att köra och testa din modul i en minimal applikation utöver infrastrukturen för enhets- och integrationstest.
Se utvecklarguiden för teknisk information om den hÀr mallen.
", + "WithAllStyleOptions": "med alla stilalternativ", + "Demo": "Demo", + "SeeAllModules": "Se alla moduler", + "ABPCLIExplanation": "ABP CLI (Command Line Interface) Àr ett kommandoradsverktyg för att utföra vissa vanliga ÄtgÀrder för ABP-baserade lösningar.", + "ABPSuiteEasilyCURD": "ABP Suite Àr ett verktyg som gör att du enkelt kan skapa CRUD-sidor", + "WeAreHereToHelp": "Vi Àr hÀr för att hjÀlpa", + "BrowseOrAskQuestion": "Du kan blÀddra i vÄra hjÀlpÀmnen eller söka i vanliga frÄgor, eller sÄ kan du stÀlla en frÄga till oss genom att anvÀnda kontaktformulÀret.", + "SearchQuestionPlaceholder": "Sök i vanliga frÄgor och svar", + "WhatIsTheABPCommercial": "Vad Àr ABP?", + "WhatAreDifferencesThanAbpFramework": "Vilka Àr skillnaderna mellan ABP med öppen kÀllkod och den kommersiella versionen av ABP?", + "AbpCommercialMetaTitle": " {0} | ABP", + "AbpCommercialMetaDescription": "En omfattande webbutvecklingsplattform pÄ ABP Framework med förbyggda moduler, startmallar, verktyg för snabb utveckling, proffsiga UI-teman och premiumsupport.", + "ABPCommercialExplanation": "ABP Platform Àr en uppsÀttning premiummoduler, verktyg, teman och tjÀnster som Àr byggda pÄ toppen av open source ABP-ramverket. ABP utvecklas och stöds av samma team som ligger bakom ABP-ramverket.", + "WhatAreDifferencesThanABPFrameworkExplanation": "
ABP-ramverket Àr ett modulÀrt, tematiserbart, mikrotjÀnstkompatibelt ramverk för applikationsutveckling för ASP.NET Core. Det ger en komplett arkitektur och en stark infrastruktur sÄ att du kan fokusera pÄ din egen affÀrskod istÀllet för att upprepa dig sjÀlv för varje nytt projekt. Det Àr baserat pÄ bÀsta praxis för mjukvaruutveckling och populÀra verktyg som du redan kÀnner till.
ABP-ramverket Àr helt gratis, öppen kÀllkod och community-driven. Det ger ocksÄ ett gratis tema och nÄgra förbyggda moduler (t.ex. identitetshantering och hyresgÀsthantering).
<", + "VisitTheFrameworkVSCommercialDocument": "Besök följande lÀnk för mer information {1} ", + "ABPCommercialFollowingBenefits": "ABP kommersiell version lÀgger till följande fördelar ovanpÄ ABP-ramverket:", + "Professional": "Professionell", + "UIThemes": "Teman för anvÀndargrÀnssnitt", + "EnterpriseModules": "Enterprise ready, funktionsrika, förbyggda applikationsmoduler (t.ex. hantering av identitetsserver, SaaS-hantering, sprÄkhantering)", + "ToolingToSupport": "Verktyg för att stödja din utvecklingsproduktivitet (t.ex. ABP Suite)", + "PremiumSupportLink": "Premium Support", + "WhatDoIDownloadABPCommercial": "Vad laddar jag ner nÀr jag köper den kommersiella versionen av ABP?", + "CreateUnlimitedSolutions": "NÀr du har köpt en ABP Commercial-licens kan du skapa obegrÀnsade lösningar som beskrivs i dokumentet GÄ igÄng.", + "ABPCommercialSolutionExplanation": "NÀr du skapar en ny applikation fÄr du en Visual Studio-lösning (en startmall) som baseras pÄ dina önskemÄl. Den nedladdade lösningen har kommersiella moduler och teman som redan Àr installerade och konfigurerade Ät dig. Du kan ta bort en förinstallerad modul eller lÀgga till en annan modul om du vill. Alla moduler och teman anvÀnder NuGet/NPM-paket som standard.", + "StartDevelopWithTutorials": "Den nedladdade lösningen Àr vÀl arkitekterad och dokumenterad. Du kan börja utveckla din egen företagskod baserad pÄ den genom att följa handledningarna.", + "TryTheCommercialDemo": "Du kan prova Live Demo för att se ett exempel pÄ en applikation som skapats med hjÀlp av ABP-startmallen.", + "HowManyProducts": "Hur mÄnga olika produkter/lösningar kan jag bygga med hjÀlp av ABP?", + "HowManyProductsExplanation": "Du kan skapa sÄ mÄnga projekt du vill under din aktiva licensperiod; det finns ingen grÀns! Efter att din licens har löpt ut kan du inte skapa nya projekt, men du kan fortsÀtta att utveckla de projekt du har laddat ner och distribuera dem till ett obegrÀnsat antal servrar.", + "HowManyDevelopers": "Hur mÄnga utvecklare kan arbeta med ABP?", + "HowManyDevelopersExplanation": "ABP-licenser Àr per utvecklare. Olika licenstyper har olika grÀnser för utvecklare. Du kan dock lÀgga till fler utvecklare till vilken licenstyp som helst nÀr du behöver. Kolla in sidan Planer och priser för licenstyper, utvecklargrÀnser och ytterligare utvecklingskostnader.", + "ChangingLicenseType": "Kan jag uppgradera min licenstyp senare?", + "ChangingLicenseTypeExplanation": "Du kan uppgradera till en högre licens genom att betala mellanskillnaden inom din aktiva licensperiod. NÀr du uppgraderar till en högre licensplan fÄr du fördelarna med den nya planen, men licensuppgraderingen Àndrar inte licensens utgÄngsdatum. Dessutom kan du ocksÄ lÀgga till nya utvecklarplatser till din befintliga licens, kolla in \"Hur mÄnga utvecklare kan arbeta med ABP?\" VANLIGA FRà GOR.", + "LicenseExtendUpgradeDiff": "Vad Àr skillnaden mellan licensförlÀngning och uppgradering?", + "LicenseExtendUpgradeDiffExplanation": "FörlÀngning: Genom att förlÀnga/förnya din licens kommer du att fortsÀtta att fÄ premiumsupport och fÄ större eller mindre uppdateringar för modulerna och teman. Dessutom kommer du att kunna fortsÀtta skapa nya projekt. Och du kommer fortfarande att kunna anvÀnda ABP Suite, vilket pÄskyndar din utveckling. NÀr du förlÀnger din licens lÀggs 1 Är till licensens utgÄngsdatum.Att inkludera kÀllkoden för en modul i din lösning ger dig maximal frihet att anpassa den modulen. Det kommer dock inte att vara möjligt att automatiskt uppgradera modulen nÀr en ny version slÀpps.
Ingen av licenserna inkluderar kÀllkoden för ABP Suite och ABP Studio, vilket Àr externa verktyg som genererar kod Ät dig och hjÀlper din utveckling.
Kolla in sidan Planer och priser för andra skillnader mellan licenstyperna.
<", + "ChangingDevelopers": "Kan jag Àndra de registrerade utvecklarna för min organisation i framtiden?", + "ChangingDevelopersExplanation": "Förutom att lÀgga till nya utvecklare till din licens kan du ocksÄ Àndra befintliga utvecklare (du kan ta bort en utvecklare och lÀgga till en ny pÄ samma plats) utan nÄgon extra kostnad.", + "WhatHappensWhenLicenseEnds": "Vad hÀnder nÀr min licensperiod upphör?", + "WhatHappensWhenLicenseEndsExplanation1": "ABP-licensen Àr en perpetuell licens. NÀr din licens löper ut kan du fortsÀtta att utveckla ditt projekt. Och du Àr inte skyldig att förnya din licens. Din licens levereras med en ettÄrig uppdaterings- och supportplan direkt ur lÄdan. För att fortsÀtta fÄ nya funktioner, prestandaförbÀttringar, buggfixar, support och fortsÀtta anvÀnda ABP Suite mÄste du förnya din licens. NÀr din licens löper ut;", + "WhatHappensWhenLicenseEndsExplanation2": "Du kan inte skapa nya lösningar med hjÀlp av den kommersiella versionen av ABP, men du kan fortsÀtta att utveckla dina befintliga applikationer för alltid.", + "WhatHappensWhenLicenseEndsExplanation3": "Du kommer att kunna fÄ uppdateringar för modulerna och teman inom din MINOR-version (utom RC- eller Preview-versioner). Om du t.ex. anvÀnder v3.2.0 av en modul kan du fortfarande fÄ uppdateringar för v3.2.x (v3.2.1, v3.2.5... etc.) av den modulen. Men du kan inte fÄ uppdateringar för nÀsta större eller mindre version (som v3.3.0, v3.3.3, 4.x.x.. etc.). Till exempel, nÀr din licens löpte ut, den senaste versionen var v4.4.3, och senare publicerade den bÄde 4.4.4-versionen och 4.5.0-versionen, skulle du kunna komma Ät v4.4.X men du skulle inte komma Ät v4.5.X.", + "WhatHappensWhenLicenseEndsExplanation4": "Du kan inte installera nya moduler och teman som lÀggs till i ABP:s kommersiella plattform efter att din licens har upphört.", + "WhatHappensWhenLicenseEndsExplanation5": "Du kan inte anvÀnda ABP Suite.", + "WhatHappensWhenLicenseEndsExplanation6": "Du kan inte fÄ premium support lÀngre.", + "WhatHappensWhenLicenseEndsExplanation7": "Du kan förlÀnga (förnya) din licens om du vill fortsÀtta att fÄ dessa förmÄner. Om du förlÀnger din licens inom {3} dagar efter att din licens har löpt ut, kommer följande rabatter att tillÀmpas: Teamlicens {0}; Företagslicens {1}; Enterprise-licens {2}.", + "discountForYears": "{0}% rabatt för {1} Är", + "WhatHappensWhenLicenseEndsExplanation8": "De ABP-projekt som du genererar lagras inte pÄ vÄra servrar. DÀrför Àr det ditt ansvar att behÄlla kÀllkoden som du laddar ner. NÀr din licens löper ut finns det inget sÀtt att fÄ tag pÄ kÀllkoden för dina genererade ABP-projekt.", + "WhenShouldIRenewMyLicense": "NÀr ska jag förnya min licens?", + "WhenShouldIRenewMyLicenseExplanation": "Om du förnyar din licens inom {3} dagar efter att din licens har löpt ut, kommer följande rabatter att tillÀmpas: Teamlicens {0}; Företagslicens {1}; Enterprise-licens {2}. Men om du förnyar din licens efter {3} dagar efter licensens utgÄngsdatum, kommer förnyelsepriset att vara detsamma som licensens inköpspris och det kommer inte att finnas nÄgon rabatt pÄ din förnyelse.", + "TrialPlan": "Har du en testplan?", + "TrialPlanExplanation": "Ja, för att starta din kostnadsfria testversion, kontakta marketing@volosoft.com. Vi erbjuder ocksÄ en 30-dagars pengarna-tillbaka-garanti för Team-licensen, inga frÄgor stÀlls! Du kan begÀra full Äterbetalning inom de första 30 dagarna efter licensköpet. Vi ger 60% Äterbetalning inom 30 dagar för Business- och Enterprise-licenser. Detta beror pÄ att Business- och Enterprise-licenserna innehÄller den fullstÀndiga kÀllkoden för alla moduler och teman.", + "DoYouAcceptBankWireTransfer": "Accepterar ni banköverföringar?", + "DoYouAcceptBankWireTransferExplanation": "Ja, vi accepterar banköverföringar.appsettings.secrets.json-filer. HÀr Àr din licensnyckel:",
+ "TrialLicenseExpireMessage": "Du anvÀnder en testlicens och din testlicens upphör att gÀlla den {0}.",
+ "TryForFree": "Prova gratis",
+ "TrialLicenseExpiredInfo": "Din testlicensperiod har löpt ut!",
+ "DowngradeLicensePlan": "Kan jag nedgradera till en lÀgre licensplan i framtiden?",
+ "DowngradeLicensePlanExplanation": "Du kan inte nedgradera din befintliga licensplan. Men du kan köpa en ny lÀgre licensplan och fortsÀtta din utveckling pÄ den nya licensen. NÀr du har köpt en lÀgre licens behöver du bara logga in pÄ din nya licensplan via ABP CLI-kommandot: ` abp login {0} NuGet package to your project",
"PackageDetailPage_InstallingWithABPCLI": "1: Installing with the ABP CLI",
- "PackageDetailPage_InstallingWithABPCLIDescription1": "If you haven't installed the ABP CLI, first install by executing the following command in a command-line terminal",
+ "PackageDetailPage_InstallingWithABPCLIDescription1": "If you haven't installed the ABP CLI, first install by executing the following command in a command-line terminal",
"PackageDetailPage_InstallingWithABPCLIDescription2": "Once you have installed the ABP CLI, open a command-line terminal in the location of the project (.csproj file) you want to install it and execute the following command",
"PackageDetailPage_InstallingWithABPCLIDescription3": "It will add the {0} package reference to your project and the {1} dependency to your module class.",
"PackageDetailPage_ManualInstallation": "2: Installing with the Dotnet CLI",
"PackageDetailPage_ManualInstallationDescription1": "Add {0} NuGet package reference to your project using your IDE or executing the following command",
- "PackageDetailPage_ManualInstallationDescription2": "Then add the {0} dependency to your module class as shown in the following example",
+ "PackageDetailPage_ManualInstallationDescription2": "Then add the {0} dependency to your module class as shown in the following example",
"PackageDetailPage_SeeDocumentation": "See the documentation to learn how to use this package in your applications.",
"PackageDetailPage_InstallingUsingPMC": "3: Installing with the Package Manager Console",
"PackageDetailPage_InstallingUsingPMCDescription1": "Open the Package Manager Console in Visual Studio (Tools -> Nuget Package Manager -> Package Manager Console) and execute the following command",
@@ -439,7 +438,7 @@
"Testimonials": "Testimonials",
"CoolestCompaniesUseABPFramework": "Coolest Companies Use ABP Framework",
"Index_Page_Testimonial_1": "ABP Framework is not just a tool but a catalyst that has accelerated my growth as a developer. It has made it possible for me to build new features faster than ever before, reminiscent of the experiences of other users. The unified coding pattern has streamlined my projects, giving me more time to focus on creating rather than troubleshooting.\nI would say the ABP Framework has been the cornerstone of my early professional journey. It has facilitated my transition from an aspiring developer to a confident professional ready to make a mark in the software world. I am looking forward to the exciting projects that await me, knowing that ABP will be there to guide me. It is more than just a product; it's a partner in success.",
- "Index_Page_Testimonial_2": "ABP Framework is not only a framework, it is also a guidance for project development/management, because it provides DDD, GenericRepository, DI, Microservice, Modularity trainings. Even if you are not going to use framework itself, you can develop yourself with docs.abp.io which is well and professionally prepared. (OpenIddict, Redis, Quartz etc.)\nBecause many thing pre-built, it shortens project development time significantly. (Such as login page, exception handling, data filtering-seeding, audit logging, localization, auto api controller etc.)\nAs an example from our app, i have used Local Event Bus for stock control. So, I am able to manage order movements by writing stock handler.\nIt is wonderful not to lose time for CreationTime, CreatorId. They are filled automatically.",
+ "Index_Page_Testimonial_2": "ABP Framework is not only a framework, it is also a guidance for project development/management, because it provides DDD, GenericRepository, DI, Microservice, Modularity trainings. Even if you are not going to use framework itself, you can develop yourself with abp.io/docs which is well and professionally prepared. (OpenIddict, Redis, Quartz etc.)\nBecause many thing pre-built, it shortens project development time significantly. (Such as login page, exception handling, data filtering-seeding, audit logging, localization, auto api controller etc.)\nAs an example from our app, i have used Local Event Bus for stock control. So, I am able to manage order movements by writing stock handler.\nIt is wonderful not to lose time for CreationTime, CreatorId. They are filled automatically.",
"VideosLoginAndRegisterMessage": "To be able to watch videos, you must sign in.",
"Filter": "Filter",
"VideoCourses": "Essential Videos",
@@ -467,11 +466,12 @@
"TestimonialSend": "Thank you! We've received your testimonial. You can support single or multiple UI frameworks, single or multiple database providers for a single module. The startup template is configured to run and test your module in a minimal application in addition to the unit and integration test infrastructure.
Check out the developer guide for technical information about this template.
", + "WithAllStyleOptions": "with all style options", + "Demo": "Demo", + "SeeAllModules": "See All Modules", + "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 Help", + "BrowseOrAskQuestion": "You can browse our help topics or search in the frequently asked questions, or you can ask us a question by using the contact form.", + "SearchQuestionPlaceholder": "Search in frequently asked questions", + "AbpCommercialMetaDescription": "A comprehensive web development platform on ABP Framework with pre-built modules, startup templates, rapid dev tools, pro UI themes & premium support.", + "WhatAreDifferencesThanABPFrameworkExplanation": "ABP framework is a modular, themeable, microservice compatible application development framework for ASP.NET Core. It provides a complete architecture and a strong infrastructure to let you focus on your own business code rather than repeating yourself for every new project. It is based on the best practices of software development and popular tools you already know.
ABP framework is completely free, open source and community-driven. It also provides a free theme and some pre-built modules (e.g. identity management and tenant management).
", + "VisitTheFrameworkVSCommercialDocument": "Visit the following link for more information {1} ", + "Professional": "Professional", + "UIThemes": "UI Themes", + "EnterpriseModules": "Enterprise ready, feature-rich, pre-built Application Modules (e.g. Identity Server management, SaaS management, language management)", + "ToolingToSupport": "Tooling to support your development productivity (e.g. ABP Suite)", + "PremiumSupportLink": "Premium Support", + "ABPCommercialSolutionExplanation": "When you create a new application, you get a Visual Studio solution (a startup template) based on your preferences. The downloaded solution has commercial modules and themes already installed and configured for you. You can remove a pre-installed module or add another module if you like. All modules and themes use NuGet/NPM packages by default.", + "StartDevelopWithTutorials": "The downloaded solution is well architected and documented. You can start developing your own business code based on it following the tutorials.", + "HowManyProductsExplanation": "You can create as many projects as you want during your active license period; there is no limit! After your license expires, you cannot create new projects, but you can continue to develop the projects you have downloaded and deploy them to an unlimited count of servers.", + "ChangingLicenseType": "Can I upgrade my license type later?", + "LicenseExtendUpgradeDiffExplanation": "Extending: By extending/renewing your license, you will continue to get premium support and get major or minor updates for the modules and themes. Besides, you will be able to continue creating new projects. And you will still be able to use ABP Suite, which speeds up your development. When you extend your license, 1 year is added to your license expiry date.Including the source code of a module to your solution gives you the maximum freedom to customize that module. However, it will then not be possible to automatically upgrade the module when a new version is released.
None of the licenses include the ABP Suite and ABP Studio source code, which is external tools that generates code for you and assists your development.
Check out the Plans & Pricing page for other differences between the license types.
", + "ChangingDevelopers": "Can I change the registered developers of my organization in the future?", + "ChangingDevelopersExplanation": "In addition to adding new developers to your license, you can also change the existing developers (you can remove a developer and add a new one to the same seat) without any additional cost.", + "WhatHappensWhenLicenseEnds": "What happens when my license period ends?", + "discountForYears": "{0}% discount for {1} year(s)", + "WhenShouldIRenewMyLicense": "When should I renew my license?", + "WhenShouldIRenewMyLicenseExplanation": "If you renew your license within {3} days after your license expires, the following discounts will be applied: Team License {0}; Business License {1}; Enterprise License {2}. However, if you renew your license after {3} days since the expiry date of your license, the renewal price will be the same as the license purchase price, and there will be no discount on your renewal.", + "TrialPlan": "Do you have a trial plan?", + "DoYouAcceptBankWireTransfer": "Do you accept bank wire transfers?", + "DoYouAcceptBankWireTransferExplanation": "Yes, we accept bank wire transfers.appsettings.secrets.json files. Here is your license key:",
+ "TrialLicenseExpireMessage": "You are using the trial license and your trial license will expire on {0}.",
+ "TryForFree": "Try For Free",
+ "TrialLicenseExpiredInfo": "Your trial license period has expired!",
+ "DowngradeLicensePlan": "Can I downgrade to a lower license plan in the future?",
+ "LicenseTransfer": "Can a license be transferred from one developer to another?",
+ "UserOwnerDescription": "The 'Owner' of the organization is the admin of this account. He/she manages the organization by purchasing licenses and allocating developers. An 'Owner' cannot write code in the ABP projects, cannot download the ABP sample projects, and cannot ask questions on the support website. If you want to do all these, you have to add yourself as a developer too.",
+ "UserDeveloperDescription": "The 'Developers' can write code in the ABP projects, download the ABP sample projects, and ask questions on the support website. On the other hand, the 'Developers' cannot manage this organization.",
+ "RemoveCurrentUserFromOrganizationWarningMessage": "You are removing yourself from your own organization. You will no longer be able to manage this organization, do you confirm?",
+ "RenewExistingOrganizationOrCreateNewOneMessage": "You can renew the license of your organization(s) by clicking the below \"Extend Now\" button(s) and thus you can extend the license expiration date by 1 year. If you continue to checkout, you will have a new organization. Do you want to continue with a new organization?",
+ "PurchaseTrialOrganizationOrCreateNewOneMessage": "You have a trial license. To purchase your trial license click the Purchase Now button. If you continue to checkout, you will have a new organization. Do you want to continue with a new organization?",
+ "ExtendNow": "Extend / Renew",
+ "CreateNewOrganization": "Create a new organization",
+ "RenewLicenseEarly": "If I renew my license early, will I get the full year?",
+ "RenewLicenseEarylExplanation": "When you renew your license before your license expiration date, 1 year will be added to your license expiration date. For example, if your license expires on {0}-06-06 and you renew it on {0}-01-01, your new license expiration date will be {1}-06-06.",
+ "OpenSourceWebApplication": "Open source web application",
+ "CompleteWebDevelopment": "A complete web development",
+ "ABPFrameworkDescription": "ABP Framework is a complete infrastructure to create modern web applications by following the best practices of software development and conventions.",
+ "CommunityDescription": "Share your experiences with the ABP Framework!",
+ "PreBuiltApplication": "Pre-Built Application",
+ "DatabaseProviders": "Database Providers",
+ "UIFrameworks": "UI Frameworks",
+ "UsefulLinks": "Useful Links",
+ "Platform": "Platform",
+ "MicroserviceArchitectureExplanation": "This is a complete solution architecture that consists of multiple applications, API gateways, microservices and databases to build a scalable microservice solution with the latest technologies.",
+ "BusinessLogic": "Business Logic",
+ "DataAccessLayer": "Data Access Layer",
+ "Monolith": "Monolith",
+ "ModularArchitectureExplanation": "This startup template provides a layered, modular and DDD-based solution architecture to build a clean and maintainable codebase.",
+ "Bs5Compatible": "Bootstrap 5 compatible professional theme, perfect for your admin website.",
+ "LeptonXTheme": "LeptonX Theme",
+ "LeptonXDark": "LeptonX Dark",
+ "LeptonXLight": "LeptonX Light",
+ "LeptonXSemiDark": "LeptonX Semi-Dark",
+ "BuiltOnBs5Library": "Built on Bootstrap 5 library",
+ "FullyCompatibleWithBs5": "100% compatible with Bootstrap 5 HTML structure and CSS classes",
+ "ResponsiveAndMobileCompatible": "Responsive, mobile-compatible, RTL support",
+ "ProvidesStylesForDatatables": "Provides styles for Datatables",
+ "MultipleLayoutOptions": "Multiple layout options",
+ "EasilyInstallAndUpgrade": "Easily install and upgrade",
+ "SupportForum": "Support Forum",
+ "TrustedBy": "Trusted By",
+ "OurPricing": "Our Pricing",
+ "Plans": "Plans",
+ "NameSurname": "Name Surname",
+ "LicenceType": "Licence Type",
+ "LicenseDiscountWarning": "THIS DISCOUNT PAGE USES DEFAULT DISCOUNT CODE AND FOR VOLOSOFT DEVELOPERS. PURCHASE LINKS BELOW DO NOT WORK.",
+ "DiscountedLicenseExplanation": "These license prices are for small startups, individual developers, students, non-profit organizations and projects!",
+ "General": "General",
+ "Development": "Development",
+ "Payment": "Payment",
+ "WatchExplainerVideo": "Let's Meet! Watch Explainer Video",
+ "LightDarkAndSemiDarkThemes": "Light, Dark and Semi-Dark",
+ "LeptonXThemeExplanation": "Lepton Theme can change your theme according to your system settings.",
+ "PRO": "PRO",
+ "YourAccountDetails": "Your Account Details",
+ "OrganizationName": "Organization Name",
+ "AddDevelopers": "Add Developers",
+ "StartDevelopment": "Start Development",
+ "CreateAndRunApplicationUsingStartupTemplate": "Learn how to create and run a new web application using the ABP startup template.",
+ "CommunityDescription2": "abp.io/community is a place where people can share ABP-related articles. Search for articles, tutorials, code samples, case studies and meet people in the same lane as you.",
+ "UseABPSuiteExplanation": "Use ABP Suite to download the source-code of the modules and themes.",
+ "ManageModulesWithSuite": "You can also manage your ABP modules with Suite.",
+ "LearnHowToInstallSuite": "Learn how to install and use ABP Suite.",
+ "SeeLess": "See Less",
+ "LayeredSolutionStructure": "Layered Solution Structure",
+ "LayeredSolutionStructureExplanation": "The solution is layered based on Domain Driven Design principles and patterns to isolate your business logic from the infrastructure and integrations and to maximize code maintainability and reusability. ABP Framework already provides abstractions, base classes and guides to truly implement DDD for your application.",
+ "MultipleUIOptionsExplanation": "We love different ways to create the UI. This startup solution provides three different UI framework options for your business application.",
+ "MultipleDatabaseOptions": "Multiple Database Options",
+ "MultipleDatabaseOptionsExplanation": "You have two database provider options (in addition to using both in a single application). Use Entity Framework Core to work with any relational database and optionally use Dapper when you need to write low-level queries for better performance. MongoDB is another option if you need to use a document-based NoSQL database. While these providers are well-integrated, abstracted and pre-configured, you can actually interact with any database system that you can use with .NET.",
+ "ModularArchitectureExplanation2": "Modularity is a first-class citizen in the ABP platform. All the application functionalities are split into well-isolated optional modules. The startup solution already comes with the fundamental ABP modules pre-installed. You can also create your own modules to build a modular system for your own application.",
+ "MultiTenancyForSaasBusiness": "Multi-tenancy for your SaaS Business",
+ "MultiTenancyForSaasBusinessExplanation": "The solution has been fully configured to support multi-tenant systems. It allows the tenants to share or have their own databases with on-the-fly database creation and migration system.",
+ "MicroserviceStartupSolution": "Microservice Startup Solution",
+ "MicroserviceArchitectureExplanation2": "You can get it for your next microservice system to take advantage of the pre-built base solution and distilled experience.",
+ "PreIntegratedTools": "Pre-integrated to Popular Tools",
+ "PreIntegratedToolsExplanation": "The solution is already integrated into the industry-standard tools and technologies, while you can always change them and integrate with your favorite tools.",
+ "SingleSignOnAuthenticationServer": "Single Sign-on Authentication Server",
+ "SingleSignOnAuthenticationServerExplanation": "The solution has an authentication server application that is used by the other applications as a single sign-on server with the API access management features. It is based on the Openiddict implementation.",
+ "WebAppsWithGateways": "2 Web Apps with 2 API Gateways",
+ "WebAppsWithGatewaysExplanation": "The solution contains two web applications, each one has a dedicated API gateway (BFF - Backend For Frontend pattern).",
+ "BackOfficeApplication": "Back Office Application",
+ "BackOfficeApplicationExplanation": "The actual web application of your system, with multiple UI framework options. You can create any kind of business application.",
+ "LandingWebsite": "Landing Website",
+ "LandingWebsiteExplanation": "A generic landing/public website that can be used for several purposes, like introducing your company, selling your products, etc.",
+ "ABPFrameworkEBook": "Mastering ABP Framework e-book",
+ "MasteringAbpFrameworkEBookDescription": "Included within your commercial license",
+ "LicenseTypeNotCorrect": "The license type is not correct!",
+ "Trainings": "Trainings",
+ "ChooseTrainingPlaceholder": "Choose the training...",
+ "DoYouNeedTrainings": "Do you need one of these trainings?",
+ "DoYouNeedTraining": "Do you need {0} training?",
+ "GetInTouchUs": "Get in touch with us",
+ "ForMoreInformationClickHere": "For more information, click here.",
+ "ForMoreInformationClickHereByClass": "For more information, click here.",
+ "IsGetOnboardingTraining": "Would you like to get onboarding & web application development training?",
+ "OnboardingWebApplicationDevelopmentTrainingMessage": "To schedule your training calendar, please contact {0} after creating the organization",
+ "CustomPurchaseMessage": "For the next step, click {0} to contact us.",
+ "Note": "Note",
+ "AdditionalNote": "Additional Note",
+ "OnboardingTrainingFaqTitle": "Do you have ABP onboarding training?",
+ "OnboardingTrainingFaqExplanation": "Yes, we have ABP Training Services to help you get your ABP project started fast. You will learn about ABP from an ABP core team member, and you will get the skills to begin your ABP project. In the onboarding training, we will explain how to set up your development environment, install the required tools, and create a fully functional CRUD page. The training will be live, and the Zoom application will be used, we are open to using other online meeting platforms. The language of the training will be English. You can also ask your questions about ABP during the sessions. A convenient time and date will be planned for both parties. For further information visit training page.",
+ "AddBasket": "Add to Basket",
+ "SendTrainingRequest": "Send Training Request",
+ "OnlyEnglishVersionOfThisDocumentIsTheRecentAndValid": "* The English version of this document is the most up-to-date, and the English version will prevail in any dispute.",
+ "Pricing_Page_Title": "Pricing",
+ "Pricing_Page_Description": "See the different licensing plans of the ABP Platform, including free tiers. If standard plans don't fit, ask for a quote. Don't forget; we have a 30-day money-back guarantee!",
+ "Pricing_Page_HurryUp": "Hurry Up!",
+ "Pricing_Page_BuyLicense": "Buy a license at 2021 prices until January 16!",
+ "Pricing_Page_ValidForExistingCustomers": "Also valid for existing customers and license renewals.",
+ "Pricing_Page_Hint1": "The license price includes a certain number of developer seats. If you have more developers, you can always purchase additional seats.",
+ "Pricing_Page_Hint2": "You can purchase more developer licenses now or in the future. Licenses are seat-based, so you can transfer a seat from one developer to another.",
+ "Pricing_Page_Hint3": "You can develop an unlimited count of different products with your license.",
+ "Pricing_Page_Hint4": "ABP Suite is a tool to assist your development to improve your productivity. It supports generating CRUD pages and creating new projects.",
+ "Pricing_Page_Hint5": "You can use all the pre-built modules in your applications.",
+ "Pricing_Page_Hint6": "You can use all the pre-built themes in your applications.",
+ "Pricing_Page_Hint7": "A startup template is a Visual Studio solution to make you jump-start your project. All fundamental modules are added and pre-configured for you.",
+ "Pricing_Page_Hint8": "Mastering ABP Framework e-book explains how to implement .NET solutions with best practices. It is sold on Amazon.com, and you can download the book for free with your license.",
+ "Pricing_Page_Hint9": "You can download the source-code of any module. You may want to add the source code to your solution to make radical changes or just keep it for yourself for security reasons.",
+ "Pricing_Page_Hint10": "Licenses are for a lifetime. That means you can continue to develop your application forever. Accessing to the latest version and getting support are granted within the license period (1 year unless you renew it).",
+ "Pricing_Page_Hint11": "No restrictions on deployment! You can deploy to as many servers as you want, including the cloud services or on-premises.",
+ "Pricing_Page_Hint12": "You can update the modules, themes and tools to the latest version within your active license period. After your license expires, you need to renew it to continue to get updates for bug fixes, new features and enhancements.",
+ "Pricing_Page_Hint13": "You can get the premium support for one year (you can renew your license to extend it).",
+ "Pricing_Page_Hint14": "Team and Business licenses have incident/question count limit. If you buy additional developer licenses, your incident limit increases by {0} (for the Team License) or {1} (for the Business License) per developer.",
+ "Pricing_Page_Hint15": "Only Enterprise License includes private support. You can send an e-mail directly to the ABP Team or ask questions on abp.io/support/questions with a private ticket option. The private tickets are not visible to the public.",
+ "Pricing_Page_Hint16": "You can download the source-code of all ABP themes. You may want to add the source code to your solution to make radical changes or just keep it for yourself for security reasons.",
+ "Pricing_Page_Testimonial_1": "ABP Commercial allowed SC Ventures to deliver a bank-grade multi-tenant silo-database SaaS platform in 9 months to support the accounts receivable / accounts payable supply chain financing of significant value invoices from multiple integrated anchors. The modularity of ABP made it possible for the team to deliver in record time, pass all VAPT, and deploy the containerized microservices stack via full CI/CD and pipelines into production.",
+ "Pricing_Page_Testimonial_2": "We see the value of using ABP Commercial to reduce the overhead of custom development projects. The team is able to unify the code pattern in different project streams. We see more potential in the framework for us to build new features faster than before. We trust we will be constantly seeing the value of leveraging ABP Commercial.",
+ "Pricing_Page_Testimonial_3": "We love ABP. We don't have to write everything from scratch. We start from out-of-the-box features and just focus on what we really need to write. Also, ABP is well-architected and the code is high quality with fewer bugs. If we had to write everything we needed on our own, we might have to spend years. One more thing we like is that the new version, issue fixing, or improvement comes out very soon every other week. We don't wait too long.",
+ "Pricing_Page_Testimonial_4": "ABP Commercial is a fantastic product would recommend. Commercial products to market for our customers in a single configurable platform. The jump starts that the framework and tooling provide any team is worth every cent. ABP Commercial was the best fit for our needs.",
+ "Pricing_Page_Testimonial_5": "ABP Framework is not only a framework, but it is also a guide for project development/management, because it provides DDD, GenericRepository, DI, Microservice, and Modularity training. Even if you are not going to use the framework itself, you can develop yourself with abp.io/docs which is well and professionally prepared (OpenIddict, Redis, Quartz etc.). Because many things are pre-built, it shortens project development time significantly (Such as login page, exception handling, data filtering, seeding, audit logging, localization, auto API controller etc.). As an example from our application, I have used Local Event Bus for stock control. So, I am able to manage order movements by writing stock handler. It is wonderful not to lose time for CreationTime, CreatorId. They are being filled automatically.",
+ "Pricing_Page_Testimonial_6": "ABP Framework is a good framework but it needs time to understand the different layers, classes, and libraries it uses (especially ABP). I spent a lot of time reading the code base, but ABP Commercial saved us time in creating the project specialty entities (AR) and the repository linked to each of them. I liked also the approach used in ABP is very mature; we know is based on DDD and monolith.",
+ "Pricing_Page_Testimonial_7": "As a startup, we need to iterate quickly and spend minimal time on boilerplate and non-core features.\nOur engineers range from highly experienced to junior engineers, and we needed a common understanding and a way to share technical and domain knowledge, ABP allowed us to do this due to their great guides and documentation. \nThere are things we haven't had to worry about since they work out of the box with ABP. \nABP helped us streamline rapid prototyping and development, less than 4 weeks from feature inception to production. With all its premium features included in the license, ABP has given us, \"Startup in a Box\" on the Software Engineering Side.",
+ "Pricing_Page_Testimonial_8": "I would recommend ABP commercial to all those who want to expand the range of products available to their customers. It's fantastic when need to use a distributed enterprise environment (Angular, WPF, Win&Linux). In addition to their products, we love their support, which makes our job faster and easier. We already know that we have found a great partner for the future who will support us in expanding our business.",
+ "Pricing_Page_Testimonial_9": "We are a company of 2 employees that's been in business for over 20 years.\nIn terms of our experience with ABP Commercial, we were approached by a client who requested that we develop a new human resources application in a modern environment to replace their 25-year-old Access application. We decided to transition from a desktop solution to a web-based one.\n\nAt the time, we had very little knowledge of web applications and .NET, but we stumbled upon ABP Commercial, and with the help of ABP Framework, technical documentation, and ABP Suite, we were able to not only develop the application to the client's specifications but also successfully work within a .NET environment within a year.",
+ "AbpBookDownloadArea_ClaimYourEBook": "Claim your Mastering ABP Framework E-Book",
+ "AddMemberModal_Warning_1": "If the username you are trying to add doesn't exist in the system, please ask your team member to register on {0} and share the username of his/her account with you.",
+ "MyOrganizations_Detail_WelcomeMessage": "Welcome to your organization, {0}",
+ "MyOrganizations_Detail_OrganizationManagement": "Organization Management",
+ "OrganizationDisplayName": "Organization Display Name",
+ "MyOrganizations_Detail_EditDisplayName": "Edit Display Name",
+ "MyOrganizations_Detail_UpgradeYourLicense": "Upgrade your license",
+ "MyOrganizations_Detail_LicenseStartAndExpiryDate": "License Start Date - Expiry Date",
+ "MyOrganizations_Detail_OwnerRightInfo": "You are using {0} of your {1} owners rights.",
+ "MyOrganizations_Detail_CopyApiKey": "Copy the Key",
+ "MyOrganizations_Detail_ApiKeyDescription": "The API Key is the token of PRO packages hosted on {1}.",
+ "MyOrganizations_Detail_YourPrivateNugetSource": "Your private NuGet source is {0}",
+ "MyOrganizations_Detail_PrivateNugetSourceWarning": "This is automatically added as a feed to your NuGet.Config in your ABP solution. Do not share your private key with unauthorized users!",
+ "MyOrganizations_Detail_DeveloperSeatInfo": "You are using {0} of your {1} developer seats.",
+ "NeedMoreSeatsForYourTeam": "Need more seats for your team?",
+ "MyOrganizations_Detail_PricePerYear": "{0} / per year",
+ "MyOrganizations_Detail_PurchaseDeveloperSeats": "Purchase Developer Seats",
+ "Invoices": "Invoices",
+ "RequestInvoice": "Request Invoice",
+ "OrderNumber": "Order Number",
+ "Products": "Products",
+ "TotalPrice": "Total Price",
+ "ThereIsNoInvoice": "There is no invoice",
+ "MyOrganizations_Detail_PaymentProviderInfo": "If you have purchased your license through {0} gateway, it sends the PDF invoice to your email address, see {0} invoicing.",
+ "MyOrganizations_Detail_PayUInfo": "If you have purchased through the Iyzico gateway, click the \"Request Invoice\" button and fill in the billing information.",
+ "MyOrganizations_Detail_ConclusionInfo": "Your invoice request will be concluded within {0} business days.",
+ "ExtendYourLicense": "Extend your {0} License",
+ "PurchaseLicense": "Purchase {0} license",
+ "DownloadInvoiceModal_DownloadInvoice": "Download Invoice",
+ "DownloadInvoiceModal_SaveInformationOnlyOnce": "You can save your billing information only once.",
+ "InvoiceModal_EnterCompanyName": "Enter your legal company name...",
+ "InvoiceModal_EnterCompanyAddress": "Enter your legal company address...",
+ "InvoiceModal_EnterTaxNumber": "Enter your TAX/VAT number if available...",
+ "RequestInvoiceModal_EnterNotes": "Additional information for your invoice... This note will be written in the notes section of the invoice.",
+ "PrePayment_PayWithIyzico": "You will pay with Iyzico",
+ "ContinueToCheckout": "Continue to Checkout",
+ "PrePayment_IyzicoRedirectionInfo": "You will be redirected to Iyzico Payment Gateway to complete your purchase securely.",
+ "PrePayment_IyzicoAcceptVisaAndMasterCard": "Iyzico accepts Visa and MasterCard.",
+ "Purchase": "Purchase",
+ "AcceptTermsAndConditions": "I have read, understand and accept the privacy policy, terms & conditions and EULA.",
+ "AcceptTermsAndConditionsWarningMessage": "Please accept the privacy policy and terms & conditions",
+ "SelectGatewayToContinue": "Please select a Gateway to continue!",
+ "GatewaySelection_SelectGateway": "Select a Payment Gateway",
+ "GatewaySelection_RedirectionMessage": "Next, you will be redirected to the selected payment gateway's website for the transaction.",
+ "PaymentSucceed_PaymentSuccessMessage": "Payment Successful",
+ "PaymentSucceed_ThanksForPurchase": "Thank you for your purchase!",
+ "PaymentSucceed_CreateYourOrganization": "Create your organization",
+ "PaymentSucceed_AddMeAsDeveloper": "I'm a developer too, add me as a developer to my organization.",
+ "PaymentSucceed_CreateOrganization": "Create Organization",
+ "PaymentSucceed_OrganizationDescription": "An organization consists of developers and owners. The developers are users who write code on the ABP project and will benefit from the {1} website. The owners are users who allocate developer seats and manage licensing.",
+ "PaymentSucceed_ViewOrganization": "Click here to view organization",
+ "Purchase_TotalAnnualPrice": "TOTAL (annual fee)",
+ "Purchase_TrainingPrice": "Training Price",
+ "Purchase_OnboardingTraining": "Onboarding & Web Application Development Live Training",
+ "TotalDeveloperPrice": "Total Developer Price",
+ "Purchase_PricePerDeveloper": "{0} per developer",
+ "Purchase_IncludedDeveloperInfo": "{0} {1} included.",
+ "Purchase_LicenseExtraDeveloperPurchaseMessage": "The {0} License includes {1} developers. You can add additional developers.",
+ "StartupTemplates_Page_Title": "ABP Startup Templates",
+ "StartupTemplates_Page_Description": "Kickstart your new project with ABP's app templates! Leave all the infrastructure aspects to ABP and do what you do best; focus on your workâŠ",
+ "MicroserviceStartupSolutionForDotnet": "Microservice Startup Solution for .NET",
+ "MonolithSolutionForDotnet": "Monolith (modular) Solution for .NET",
+ "TrainingDetailsHeaderInfo_TrainingHour": "{0} hours",
+ "Trainings_Content": "Content of Training",
+ "Trial_Page_StartYourFreeTrial": "Start Your Free Trial",
+ "TrialLicenseFeatures": "You'll be able to benefit from all ABP commercial features",
+ "TrialPeriodDays": "You'll have a {0} days Team License",
+ "TrialForumSupportIncident": "You'll have {0} forum support incidents",
+ "Contact_Page_Title": "Contact Us",
+ "Contact_Page_Description": "Get in touch with us for licensing, additional services, inquiries or feedback about ABP. We're here to help!",
+ "Demo_Page_Title": "Create a Demo",
+ "Demo_Page_Description": "Create a free demo to see a sample application created using the ABP startup template. Don't repeat yourself for common application requirements.",
+ "Discounted_Page_Title": "Discounted pricing",
+ "Discounted_Page_Description": "Choose the features and functionality your business needs today. Buy an commercial license and create unlimited projects",
+ "Faq_Page_Title": "Frequently Asked Questions",
+ "Faq_Page_Description": "Find answers to common questions about ABP Framework in our FAQ section, covering various topics and issues.",
+ "Faq_Page_SwiftCode": "SWIFT Code",
+ "Faq_Page_BankName": "Bank Name",
+ "Faq_Page_AccountName": "Account Name",
+ "Faq_Page_AccountNumber": "Account Number",
+ "Faq_Page_Currency": "Currency",
+ "Faq_Page_VatNumber": "VAT number",
+ "Faq_Page_OtherCurrenciesInfo": "For other currencies, see all accounts",
+ "ProjectCreatedSuccess_Page_Title": "Your project created",
+ "ProjectCreatedSuccess_Page_Description": "Your ABP project created successfully!",
+ "Suite_Page_Title": "ABP Suite",
+ "Suite_Page_Description": "Meet ABP Suite, a rapid application development tool that increases productivity and efficiency. Create CRUD pages in minutes!",
+ "Themes_Page_Title": "ABP Themes",
+ "Themes_Page_Description": "Appearance matters! We present to you LeptonX Theme, a modern, customizable, flexible theme that creates a unique user experience.",
+ "Tools_Page_Title": "ABP Tools",
+ "Tools_Page_Description": "Explore the tool kits provided by ABP that enhance development productivity and streamline your development.",
+ "DeveloperPrice": "Developer Price",
+ "AdditionalDeveloperPaymentInfoSection_AdditionalDevelopers": "{0} developers",
+ "LicenseRemainingDays": "for {0} days",
+ "ExtendPaymentInfoSection_Description": "By extending/renewing your license, you will continue to get premium support. You will also be able to get major or minor updates for modules and themes. You will be able to continue creating new projects. And you will still be able to use ABP Suite which speeds up your development.",
+ "LicenseRenewalPrice": "License renewal price",
+ "LicensePrice": "License Price",
+ "TrialLicensePaymentInfoSection_Description": "Purchase license: By purchasing a license, you will continue to get premium support. You will also be able to get major or minor updates for modules and themes. You will be able to continue creating new projects. And you will still be able to use ABP Suite which speeds up your development.{0} NuGet-paket till ditt projekt",
+ "PackageDetailPage_InstallingWithABPCLI": "1: Installera med ABP CLI",
+ "PackageDetailPage_InstallingWithABPCLIDescription1": "Om du inte har installerat ABP CLI, installera först genom att utföra följande kommando i en kommandoradsterminal",
+ "PackageDetailPage_InstallingWithABPCLIDescription2": "NÀr du har installerat ABP CLI öppnar du en kommandoradsterminal pÄ platsen för projektet (.csproj-filen) som du vill installera det och kör följande kommando",
+ "PackageDetailPage_InstallingWithABPCLIDescription3": "Den lÀgger till {0}-paketreferensen i ditt projekt och {1}-beroendet i din modulklass.",
+ "PackageDetailPage_ManualInstallation": "2: Installera med Dotnet CLI",
+ "PackageDetailPage_ManualInstallationDescription1": "LÀgg till {0} NuGet-paketreferens till ditt projekt med hjÀlp av din IDE eller genom att utföra följande kommando",
+ "PackageDetailPage_ManualInstallationDescription2": "LÀgg sedan till {0}-beroendet i din modulklass enligt följande exempel",
+ "PackageDetailPage_SeeDocumentation": "Se dokumentationen för att lÀra dig hur du anvÀnder det hÀr paketet i dina program.",
+ "PackageDetailPage_InstallingUsingPMC": "3: Installera med Package Manager-konsolen",
+ "PackageDetailPage_InstallingUsingPMCDescription1": "Ăppna Package Manager Console i Visual Studio (Verktyg -> Nuget Package Manager -> Package Manager Console) och kör följande kommando",
+ "UIOptions": "Alternativ för anvÀndargrÀnssnitt",
+ "Testimonials": "VittnesmÄl",
+ "CoolestCompaniesUseABPFramework": "De coolaste företagen anvÀnder ABP-ramverket",
+ "Index_Page_Testimonial_1": "ABP Framework Àr inte bara ett verktyg utan en katalysator som har pÄskyndat min tillvÀxt som utvecklare. Det har gjort det möjligt för mig att bygga nya funktioner snabbare Àn nÄgonsin tidigare, som pÄminner om andra anvÀndares erfarenheter. Det enhetliga kodningsmönstret har effektiviserat mina projekt, vilket ger mig mer tid att fokusera pÄ att skapa snarare Àn att felsöka.\nJag skulle sÀga att ABP-ramverket har varit hörnstenen i min tidiga professionella resa. Det har underlÀttat min övergÄng frÄn en aspirerande utvecklare till en sjÀlvsÀker yrkesman som Àr redo att göra avtryck i programvaruvÀrlden. Jag ser fram emot de spÀnnande projekt som vÀntar mig, med vetskapen om att ABP kommer att finnas dÀr för att vÀgleda mig. Det Àr mer Àn bara en produkt; det Àr en partner i framgÄng.",
+ "Index_Page_Testimonial_2": "ABP Framework Ă€r inte bara ett ramverk, det Ă€r ocksĂ„ en vĂ€gledning för projektutveckling / hantering, eftersom det ger DDD, GenericRepository, DI, Microservice, Modularity utbildningar. Ăven om du inte kommer att anvĂ€nda sjĂ€lva ramverket kan du utveckla dig sjĂ€lv med abp.io/docs som Ă€r vĂ€l och professionellt förberedda. (OpenIddict, Redis, Quartz etc.)\nEftersom mĂ„nga saker Ă€r förbyggda förkortar det projektutvecklingstiden avsevĂ€rt. (SĂ„som inloggningssida, undantagshantering, datafiltrering-sĂ„dd, revisionsloggning, lokalisering, automatisk api-kontroller etc.)\nSom ett exempel frĂ„n vĂ„r app har jag anvĂ€nt Local Event Bus för lagerstyrning. SĂ„ jag kan hantera orderrörelser genom att skriva lagerhanterare.\nDet Ă€r underbart att inte förlora tid för CreationTime, CreatorId. De fylls i automatiskt.",
+ "VideosLoginAndRegisterMessage": "För att kunna titta pÄ videor mÄste du logga in.",
+ "Filter": "Filter",
+ "VideoCourses": "Viktiga videor",
+ "TestimonialText": "Ditt vittnesmÄl",
+ "Position": "Position",
+ "ExperienceYear": "Antal Ärs erfarenhet",
+ "FullName": "FullstÀndigt namn",
+ "CompanySize": "Företagets storlek",
+ "TestimonialTitle": "LÄt oss höra ditt vittnesmÄl",
+ "TestimonialInfo": "Vad vÄra kunder sÀger Àr viktigt! BerÀtta om din erfarenhet av vÄra produkter och tjÀnster. Vi rekommenderar att du skriver din testimonial pÄ engelska för att nÄ ut till en bredare publik.",
+ "Country": "Land",
+ "TestimonialTextPlaceholder": "Skriv en kort berÀttelse om hur ABP hjÀlpte dig att bygga och leverera ditt projekt.",
+ "PositionPlaceholder": "Din position pÄ företaget",
+ "SelectExperienceYearPlaceholder": "Hur mÄnga Är har du arbetat inom mjukvarubranschen",
+ "FullNamePlaceholder": "Ditt fullstÀndiga namn",
+ "CompanyNamePlaceholder": "Ditt företagsnamn",
+ "SelectCompanySizePlaceholder": "Antal anstÀllda",
+ "ImagePlaceholder": "Din bild",
+ "SelectCountryPlaceholder": "Ditt land",
+ "YouAreNotAuthorizedToWriteTestimonial": "För att kunna skriva ett rekommendationsbrev mÄste du vara inloggad.",
+ "UnAuthorizeTestimonialInfo": "Din Äsikt Àr viktig! Logga in för att dela den.",
+ "TheFileIsTooLargeForImage": "Din profilbild kan inte vara mer Àn {0} MB",
+ "ThisExtensionIsNotAllowedForImage": "Denna förlÀngning Àr inte tillÄten.",
+ "FileUploadError": "Fel vid filuppladdning",
+ "TestimonialSend": "Tack sÄ mycket! Vi har tagit emot ditt vittnesmÄl. Du kan stödja enstaka eller flera anvÀndargrÀnssnittsramverk, enstaka eller flera databasleverantörer för en enda modul. Startmallen Àr konfigurerad för att köra och testa din modul i en minimal applikation utöver infrastrukturen för enhets- och integrationstest.
Se utvecklarguiden för teknisk information om den hÀr mallen.
", + "WithAllStyleOptions": "med alla stilalternativ", + "Demo": "Demo", + "SeeAllModules": "Se alla moduler", + "ABPCLIExplanation": "ABP CLI Àr ett kommandoradsverktyg för att utföra vanliga utvecklingsuppgifter för ABP-baserade lösningar.", + "ABPSuiteEasilyCURD": "ABP Suite Àr ett verktyg som gör att du enkelt kan skapa CRUD-sidor", + "WeAreHereToHelp": "Vi Àr hÀr för att hjÀlpa", + "BrowseOrAskQuestion": "Du kan blÀddra i vÄra hjÀlpÀmnen eller söka i vanliga frÄgor, eller sÄ kan du stÀlla en frÄga till oss genom att anvÀnda kontaktformulÀret.", + "SearchQuestionPlaceholder": "Sök i vanliga frÄgor och svar", + "AbpCommercialMetaDescription": "En omfattande webbutvecklingsplattform pÄ ABP Framework med förbyggda moduler, startmallar, verktyg för snabb utveckling, proffsiga UI-teman och premiumsupport.", + "WhatAreDifferencesThanABPFrameworkExplanation": "
ABP-ramverket Àr ett modulÀrt, tematiserbart, mikrotjÀnstkompatibelt ramverk för applikationsutveckling för ASP.NET Core. Det ger en komplett arkitektur och en stark infrastruktur sÄ att du kan fokusera pÄ din egen affÀrskod istÀllet för att upprepa dig sjÀlv för varje nytt projekt. Det Àr baserat pÄ bÀsta praxis för mjukvaruutveckling och populÀra verktyg som du redan kÀnner till.
ABP-ramverket Àr helt gratis, öppen kÀllkod och community-driven. Det ger ocksÄ ett gratis tema och nÄgra förbyggda moduler (t.ex. identitetshantering och hyresgÀsthantering).
<", + "VisitTheFrameworkVSCommercialDocument": "Besök följande lÀnk för mer information {1} ", + "Professional": "Professionell", + "UIThemes": "Teman för anvÀndargrÀnssnitt", + "EnterpriseModules": "Enterprise ready, funktionsrika, förbyggda applikationsmoduler (t.ex. hantering av identitetsserver, SaaS-hantering, sprÄkhantering)", + "ToolingToSupport": "Verktyg för att stödja din utvecklingsproduktivitet (t.ex. ABP Suite)", + "PremiumSupportLink": "Premium Support", + "ABPCommercialSolutionExplanation": "NÀr du skapar en ny applikation fÄr du en Visual Studio-lösning (en startmall) som baseras pÄ dina önskemÄl. Den nedladdade lösningen har kommersiella moduler och teman som redan Àr installerade och konfigurerade Ät dig. Du kan ta bort en förinstallerad modul eller lÀgga till en annan modul om du vill. Alla moduler och teman anvÀnder NuGet/NPM-paket som standard.", + "StartDevelopWithTutorials": "Den nedladdade lösningen Àr vÀl arkitekterad och dokumenterad. Du kan börja utveckla din egen företagskod baserad pÄ den genom att följa handledningarna.", + "HowManyProductsExplanation": "Du kan skapa sÄ mÄnga projekt du vill under din aktiva licensperiod; det finns ingen grÀns! Efter att din licens har löpt ut kan du inte skapa nya projekt, men du kan fortsÀtta att utveckla de projekt du har laddat ner och distribuera dem till ett obegrÀnsat antal servrar.", + "ChangingLicenseType": "Kan jag uppgradera min licenstyp senare?", + "LicenseExtendUpgradeDiffExplanation": "FörlÀngning: Genom att förlÀnga/förnya din licens kommer du att fortsÀtta att fÄ premiumsupport och fÄ större eller mindre uppdateringar för modulerna och teman. Dessutom kommer du att kunna fortsÀtta skapa nya projekt. Och du kommer fortfarande att kunna anvÀnda ABP Suite, vilket pÄskyndar din utveckling. NÀr du förlÀnger din licens lÀggs 1 Är till licensens utgÄngsdatum.Att inkludera kÀllkoden för en modul i din lösning ger dig maximal frihet att anpassa den modulen. Det kommer dock inte att vara möjligt att automatiskt uppgradera modulen nÀr en ny version slÀpps.
Ingen av licenserna inkluderar kÀllkoden för ABP Suite och ABP Studio, vilket Àr externa verktyg som genererar kod Ät dig och hjÀlper din utveckling.
Kolla in sidan Planer och priser för andra skillnader mellan licenstyperna.
<", + "ChangingDevelopers": "Kan jag Àndra de registrerade utvecklarna för min organisation i framtiden?", + "ChangingDevelopersExplanation": "Förutom att lÀgga till nya utvecklare till din licens kan du ocksÄ Àndra befintliga utvecklare (du kan ta bort en utvecklare och lÀgga till en ny pÄ samma plats) utan nÄgon extra kostnad.", + "WhatHappensWhenLicenseEnds": "Vad hÀnder nÀr min licensperiod upphör?", + "discountForYears": "{0}% rabatt för {1} Är", + "WhenShouldIRenewMyLicense": "NÀr ska jag förnya min licens?", + "WhenShouldIRenewMyLicenseExplanation": "Om du förnyar din licens inom {3} dagar efter att din licens har löpt ut, kommer följande rabatter att tillÀmpas: Teamlicens {0}; Företagslicens {1}; Enterprise-licens {2}. Men om du förnyar din licens efter {3} dagar efter licensens utgÄngsdatum, kommer förnyelsepriset att vara detsamma som licensens inköpspris och det kommer inte att finnas nÄgon rabatt pÄ din förnyelse.", + "TrialPlan": "Har du en testplan?", + "DoYouAcceptBankWireTransfer": "Accepterar ni banköverföringar?", + "DoYouAcceptBankWireTransferExplanation": "Ja, vi accepterar banköverföringar.appsettings.secrets.json-filer. HÀr Àr din licensnyckel:",
+ "TrialLicenseExpireMessage": "Du anvÀnder en testlicens och din testlicens upphör att gÀlla den {0}.",
+ "TryForFree": "Prova gratis",
+ "TrialLicenseExpiredInfo": "Din testlicensperiod har löpt ut!",
+ "DowngradeLicensePlan": "Kan jag nedgradera till en lÀgre licensplan i framtiden?",
+ "LicenseTransfer": "Kan en licens överföras frÄn en utvecklare till en annan?",
+ "UserOwnerDescription": "Organisationens \"Àgare\" Àr administratör för detta konto. Han/hon hanterar organisationen genom att köpa licenser och tilldela utvecklare. En \"Àgare\" kan inte skriva kod i ABP-projekten, kan inte ladda ner ABP-exempelprojekten och kan inte stÀlla frÄgor pÄ supportwebbplatsen. Om du vill göra allt detta mÄste du ocksÄ lÀgga till dig sjÀlv som utvecklare.",
+ "UserDeveloperDescription": "\"Utvecklarna\" kan skriva kod i ABP-projekten, ladda ner ABP:s exempelprojekt och stĂ€lla frĂ„gor pĂ„ supportwebbplatsen. Ă
andra sidan kan \"utvecklarna\" inte hantera den hÀr organisationen.",
+ "RemoveCurrentUserFromOrganizationWarningMessage": "Du tar bort dig sjÀlv frÄn din egen organisation. Du kommer inte lÀngre att kunna hantera den hÀr organisationen, bekrÀftar du det?",
+ "RenewExistingOrganizationOrCreateNewOneMessage": "Du kan förnya licensen för din organisation (er) genom att klicka pÄ nedanstÄende \"FörlÀng nu\"-knapp (ar) och dÀrmed kan du förlÀnga licensens utgÄngsdatum med 1 Är. Om du fortsÀtter till kassan kommer du att ha en ny organisation. Vill du fortsÀtta med en ny organisation?",
+ "PurchaseTrialOrganizationOrCreateNewOneMessage": "Du har en testlicens. För att köpa din testlicens klickar du pÄ knappen Köp nu. Om du fortsÀtter till kassan kommer du att ha en ny organisation. Vill du fortsÀtta med en ny organisation?",
+ "ExtendNow": "FörlÀnga / Förnya",
+ "CreateNewOrganization": "Skapa en ny organisation",
+ "RenewLicenseEarly": "Om jag förnyar min licens tidigt, kommer jag att fÄ hela Äret?",
+ "RenewLicenseEarylExplanation": "NÀr du förnyar din licens före licensens utgÄngsdatum kommer 1 Är att lÀggas till licensens utgÄngsdatum. Om din licens t.ex. löper ut den {0}-06-06 och du förnyar den den {0}-01-01, kommer din nya licens att löpa ut den {1}-06-06.",
+ "OpenSourceWebApplication": "Webbapplikation med öppen kÀllkod",
+ "CompleteWebDevelopment": "En komplett webbutveckling",
+ "ABPFrameworkDescription": "ABP Framework Àr en komplett infrastruktur för att skapa moderna webbapplikationer genom att följa de bÀsta metoderna för mjukvaruutveckling och konventioner.",
+ "CommunityDescription": "Dela dina erfarenheter av ABP-ramverket!",
+ "PreBuiltApplication": "Förbyggd applikation",
+ "DatabaseProviders": "Databasleverantörer",
+ "UIFrameworks": "Ramverk för anvÀndargrÀnssnitt",
+ "UsefulLinks": "AnvÀndbara lÀnkar",
+ "Platform": "Plattform",
+ "MicroserviceArchitectureExplanation": "Det hÀr Àr en komplett lösningsarkitektur som bestÄr av flera applikationer, API-gateways, mikrotjÀnster och databaser för att bygga en skalbar mikrotjÀnstlösning med den senaste tekniken.",
+ "BusinessLogic": "AffÀrslogik",
+ "DataAccessLayer": "DataÄtkomstskikt",
+ "Monolith": "Monolit",
+ "ModularArchitectureExplanation": "Denna startup-mall ger en skiktad, modulÀr och DDD-baserad lösningsarkitektur för att bygga en ren och underhÄllbar kodbas.",
+ "Bs5Compatible": "Professionellt tema som Àr kompatibelt med Bootstrap 5, perfekt för din administratörswebbplats.",
+ "LeptonXTheme": "LeptonX tema",
+ "LeptonXDark": "LeptonX Mörk",
+ "LeptonXLight": "LeptonX Ljus",
+ "LeptonXSemiDark": "LeptonX Halvmörk",
+ "BuiltOnBs5Library": "Byggd pÄ Bootstrap 5-biblioteket",
+ "FullyCompatibleWithBs5": "100% kompatibel med Bootstrap 5 HTML-struktur och CSS-klasser",
+ "ResponsiveAndMobileCompatible": "Responsiv, mobilkompatibel, RTL-stöd",
+ "ProvidesStylesForDatatables": "TillhandahÄller stilar för datatabeller",
+ "MultipleLayoutOptions": "Flera layoutalternativ",
+ "EasilyInstallAndUpgrade": "Enkel installation och uppgradering",
+ "SupportForum": "Forum för support",
+ "TrustedBy": "Betrodda av",
+ "OurPricing": "VÄr prissÀttning",
+ "Plans": "Planer",
+ "NameSurname": "Namn Efternamn",
+ "LicenceType": "Typ av licens",
+ "LicenseDiscountWarning": "DENNA RABATTSIDA ANVĂNDER STANDARD RABATTKOD OCH FĂR VOLOSOFT UTVECKLARE. INKĂPSLĂNKAR NEDAN FUNGERAR INTE.",
+ "DiscountedLicenseExplanation": "Dessa licenspriser Àr avsedda för smÄ nystartade företag, enskilda utvecklare, studenter, ideella organisationer och projekt!",
+ "General": "AllmÀnt",
+ "Development": "Utveckling",
+ "Payment": "Betalning",
+ "WatchExplainerVideo": "LÄt oss trÀffas! Titta pÄ förklarande video",
+ "LightDarkAndSemiDarkThemes": "Ljus, mörk och halvmörk",
+ "LeptonXThemeExplanation": "Lepton Theme kan Àndra ditt tema enligt dina systeminstÀllningar.",
+ "PRO": "PRO",
+ "YourAccountDetails": "Dina kontouppgifter",
+ "OrganizationName": "Organisationens namn",
+ "AddDevelopers": "LĂ€gg till utvecklare",
+ "StartDevelopment": "Starta utveckling",
+ "CreateAndRunApplicationUsingStartupTemplate": "LÀr dig hur du skapar och kör en ny webbapplikation med hjÀlp av ABP:s startmall.",
+ "CommunityDescription2": "abp.io/community Àr en plats dÀr mÀnniskor kan dela ABP-relaterade artiklar. Sök efter artiklar, handledningar, kodprover, fallstudier och trÀffa mÀnniskor som Àr i samma spÄr som du.",
+ "UseABPSuiteExplanation": "AnvÀnd ABP Suite för att ladda ner kÀllkoden för modulerna och temana.",
+ "ManageModulesWithSuite": "Du kan ocksÄ hantera dina ABP-moduler med Suite.",
+ "LearnHowToInstallSuite": "LÀr dig hur du installerar och anvÀnder ABP Suite.",
+ "SeeLess": "Se mindre",
+ "LayeredSolutionStructure": "Struktur med flera lager av lösningar",
+ "LayeredSolutionStructureExplanation": "Lösningen Àr uppbyggd i lager baserat pÄ principer och mönster för domÀndriven design för att isolera affÀrslogiken frÄn infrastruktur och integrationer och för att maximera underhÄll och ÄteranvÀndning av koden. ABP Framework tillhandahÄller redan abstraktioner, basklasser och guider för att verkligen implementera DDD för din applikation.",
+ "MultipleUIOptionsExplanation": "Vi Àlskar olika sÀtt att skapa anvÀndargrÀnssnittet. Den hÀr startup-lösningen ger tre olika alternativ för anvÀndargrÀnssnitt för din affÀrsapplikation.",
+ "MultipleDatabaseOptions": "Flera databasalternativ",
+ "MultipleDatabaseOptionsExplanation": "Du har tvĂ„ alternativ för databasleverantörer (förutom att du kan anvĂ€nda bĂ„da i en och samma applikation). AnvĂ€nd Entity Framework Core för att arbeta med alla relationsdatabaser och anvĂ€nd eventuellt Dapper nĂ€r du behöver skriva lĂ„gnivĂ„frĂ„gor för bĂ€ttre prestanda. MongoDB Ă€r ett annat alternativ om du behöver anvĂ€nda en dokumentbaserad NoSQL-databas. Ăven om dessa leverantörer Ă€r vĂ€lintegrerade, abstraherade och förkonfigurerade kan du faktiskt interagera med alla databassystem som du kan anvĂ€nda med .NET.",
+ "ModularArchitectureExplanation2": "Modularitet Àr en förstklassig medborgare i ABP-plattformen. Alla applikationsfunktionaliteter Àr uppdelade i vÀlisolerade valfria moduler. Startlösningen levereras redan med de grundlÀggande ABP-modulerna förinstallerade. Du kan ocksÄ skapa dina egna moduler för att bygga ett modulÀrt system för din egen applikation.",
+ "MultiTenancyForSaasBusiness": "Multi-tenancy för ditt SaaS-företag",
+ "MultiTenancyForSaasBusinessExplanation": "Lösningen har konfigurerats fullt ut för att stödja system med flera hyresgÀster. Det gör det möjligt för hyresgÀsterna att dela eller ha sina egna databaser med on-the-fly databasskapande och migrationssystem.",
+ "MicroserviceStartupSolution": "Microservice Startup-lösning",
+ "MicroserviceArchitectureExplanation2": "Du kan skaffa det till ditt nÀsta microservice-system för att dra nytta av den förbyggda baslösningen och destillerade erfarenheten.",
+ "PreIntegratedTools": "Förintegrerad med populÀra verktyg",
+ "PreIntegratedToolsExplanation": "Lösningen Àr redan integrerad i branschens standardverktyg och -tekniker, medan du alltid kan Àndra dem och integrera dem med dina favoritverktyg.",
+ "SingleSignOnAuthenticationServer": "Server för autentisering med enkel inloggning",
+ "SingleSignOnAuthenticationServerExplanation": "Lösningen har en autentiseringsserverapplikation som anvÀnds av de andra applikationerna som en server för enkel inloggning med API-Ätkomsthanteringsfunktioner. Den Àr baserad pÄ implementeringen Openiddict.",
+ "WebAppsWithGateways": "2 webbappar med 2 API-gateways",
+ "WebAppsWithGatewaysExplanation": "Lösningen innehÄller tvÄ webbapplikationer som var och en har en dedikerad API-gateway (BFF - Backend For Frontend-mönster).",
+ "BackOfficeApplication": "Back Office-applikation",
+ "BackOfficeApplicationExplanation": "Den faktiska webbapplikationen för ditt system, med flera alternativ för anvÀndargrÀnssnitt. Du kan skapa alla typer av affÀrsapplikationer.",
+ "LandingWebsite": "Landningswebbplats",
+ "LandingWebsiteExplanation": "En generisk landningsplats/publik webbplats som kan anvÀndas för flera ÀndamÄl, t.ex. för att presentera ditt företag, sÀlja dina produkter osv.",
+ "ABPFrameworkEBook": "Mastering ABP Framework e-bok",
+ "MasteringAbpFrameworkEBookDescription": "IngÄr i din kommersiella licens",
+ "LicenseTypeNotCorrect": "Licenstypen Àr inte korrekt!",
+ "Trainings": "Utbildningar",
+ "ChooseTrainingPlaceholder": "VĂ€lj utbildning...",
+ "DoYouNeedTrainings": "Behöver du nÄgon av dessa utbildningar?",
+ "DoYouNeedTraining": "Behöver du {0} utbildning?",
+ "GetInTouchUs": "Ta kontakt med oss",
+ "ForMoreInformationClickHere": "För mer information, klicka hÀr.",
+ "ForMoreInformationClickHereByClass": "För mer information, klicka hÀr.",
+ "IsGetOnboardingTraining": "Vill du fÄ utbildning i onboarding och utveckling av webbapplikationer?",
+ "OnboardingWebApplicationDevelopmentTrainingMessage": "För att schemalÀgga din utbildningskalender, vÀnligen kontakta {0} efter att du har skapat organisationen",
+ "CustomPurchaseMessage": "För nÀsta steg, klicka pÄ {0} för att kontakta oss.",
+ "Note": "Notera",
+ "AdditionalNote": "Ytterligare anmÀrkning",
+ "OnboardingTrainingFaqTitle": "Har du en ABP onboarding-utbildning?",
+ "OnboardingTrainingFaqExplanation": "Ja, vi har ABP Training Services som hjÀlper dig att snabbt komma igÄng med ditt ABP-projekt. Du kommer att lÀra dig om ABP frÄn en medlem i ABP:s kÀrnteam och du kommer att fÄ de fÀrdigheter som krÀvs för att starta ditt ABP-projekt. I onboarding-utbildningen förklarar vi hur du stÀller in din utvecklingsmiljö, installerar de nödvÀndiga verktygen och skapar en fullt fungerande CRUD-sida. Utbildningen kommer att vara live och Zoom-applikationen kommer att anvÀndas, men vi Àr öppna för att anvÀnda andra online-mötesplattformar. SprÄket för utbildningen kommer att vara engelska. Du kan ocksÄ stÀlla dina frÄgor om ABP under sessionerna. En lÀmplig tid och ett lÀmpligt datum kommer att planeras för bÄda parter. För ytterligare information besök utbildningssidan.",
+ "AddBasket": "LĂ€gg till i korgen",
+ "SendTrainingRequest": "Skicka förfrÄgan om utbildning",
+ "OnlyEnglishVersionOfThisDocumentIsTheRecentAndValid": "* Den engelska versionen av detta dokument Àr den mest aktuella och den engelska versionen ska ha företrÀde i alla tvister.",
+ "Pricing_Page_Title": "PrissÀttning",
+ "Pricing_Page_Description": "Se de olika licensplanerna för ABP Platform, inklusive kostnadsfria nivÄer. Om standardplanerna inte passar, be om en offert. Glöm inte att vi har en 30-dagars pengarna-tillbaka-garanti!",
+ "Pricing_Page_HurryUp": "Skynda dig!",
+ "Pricing_Page_BuyLicense": "Köp en licens till 2021 Ärs priser fram till den 16 januari!",
+ "Pricing_Page_ValidForExistingCustomers": "GÀller Àven för befintliga kunder och licensförnyelser.",
+ "Pricing_Page_Hint1": "I licenspriset ingÄr ett visst antal platser för utvecklare. Om du har fler utvecklare kan du alltid köpa ytterligare platser.",
+ "Pricing_Page_Hint2": "Du kan köpa fler utvecklarlicenser nu eller i framtiden. Licenserna Àr platsbaserade, vilket innebÀr att du kan överföra en plats frÄn en utvecklare till en annan.",
+ "Pricing_Page_Hint3": "Du kan utveckla ett obegrÀnsat antal olika produkter med din licens.",
+ "Pricing_Page_Hint4": "ABP Suite Àr ett verktyg som hjÀlper dig att utveckla och förbÀttra din produktivitet. Det stöder generering av CRUD-sidor och skapande av nya projekt.",
+ "Pricing_Page_Hint5": "Du kan anvÀnda alla de förbyggda modulerna i dina applikationer.",
+ "Pricing_Page_Hint6": "Du kan anvÀnda alla de förbyggda temana i dina applikationer.",
+ "Pricing_Page_Hint7": "En startmall Àr en Visual Studio-lösning som hjÀlper dig att komma igÄng med ditt projekt. Alla grundlÀggande moduler lÀggs till och förkonfigureras Ät dig.",
+ "Pricing_Page_Hint8": "Mastering ABP Framework e-bok förklarar hur man implementerar .NET-lösningar med bÀsta praxis. Den sÀljs pÄ Amazon.com, och du kan ladda ner boken gratis med din licens.",
+ "Pricing_Page_Hint9": "Du kan ladda ner kÀllkoden för alla moduler. Du kanske vill lÀgga till kÀllkoden i din lösning för att göra radikala Àndringar eller bara behÄlla den för dig sjÀlv av sÀkerhetsskÀl.",
+ "Pricing_Page_Hint10": "Licenserna Àr livstidsbaserade. Det innebÀr att du kan fortsÀtta att utveckla din applikation för alltid. TillgÄng till den senaste versionen och support beviljas inom licensperioden (1 Är om du inte förnyar den).",
+ "Pricing_Page_Hint11": "Inga begrÀnsningar för driftsÀttning! Du kan distribuera till sÄ mÄnga servrar som du vill, inklusive molntjÀnster eller lokalt.",
+ "Pricing_Page_Hint12": "Du kan uppdatera moduler, teman och verktyg till den senaste versionen inom din aktiva licensperiod. NÀr din licens löper ut mÄste du förnya den för att fortsÀtta att fÄ uppdateringar för buggfixar, nya funktioner och förbÀttringar.",
+ "Pricing_Page_Hint13": "Du kan fÄ premiumsupport i ett Är (du kan förnya din licens för att förlÀnga den).",
+ "Pricing_Page_Hint14": "Team- och Business-licenser har en grÀns för antal incidenter/frÄgor. Om du köper ytterligare utvecklarlicenser ökar incidentgrÀnsen med {0} (för Team-licensen) eller {1} (för Business-licensen) per utvecklare.",
+ "Pricing_Page_Hint15": "Endast Enterprise License inkluderar privat support. Du kan skicka ett e-postmeddelande direkt till ABP-teamet eller stÀlla frÄgor pÄ abp.io/support/questions med ett privat biljettalternativ. De privata Àrendena Àr inte synliga för allmÀnheten.",
+ "Pricing_Page_Hint16": "Du kan ladda ner kÀllkoden för alla ABP-teman. Du kanske vill lÀgga till kÀllkoden i din lösning för att göra radikala Àndringar eller bara behÄlla den för dig sjÀlv av sÀkerhetsskÀl.",
+ "Pricing_Page_Testimonial_1": "ABP Commercial gjorde det möjligt för SC Ventures att leverera en bankklassad SaaS-plattform med silodatabas med flera hyresgÀster pÄ 9 mÄnader för att stödja leverantörskedjans kundfordringar / leverantörsskulder för finansiering av fakturor med betydande vÀrde frÄn flera integrerade ankare. ABP:s modularitet gjorde det möjligt för teamet att leverera pÄ rekordtid, klara alla VAPT och driftsÀtta den containeriserade mikrotjÀnststacken via fullstÀndig CI/CD och pipelines till produktion.",
+ "Pricing_Page_Testimonial_2": "Vi ser vÀrdet av att anvÀnda ABP Commercial för att minska omkostnaderna för kundanpassade utvecklingsprojekt. Teamet kan förena kodmönstret i olika projektströmmar. Vi ser mer potential i ramverket för att vi ska kunna bygga nya funktioner snabbare Àn tidigare. Vi litar pÄ att vi stÀndigt kommer att se vÀrdet av att utnyttja ABP Commercial.",
+ "Pricing_Page_Testimonial_3": "Vi Àlskar ABP. Vi behöver inte skriva allt frÄn grunden. Vi utgÄr frÄn out-of-the-box-funktioner och fokuserar bara pÄ det vi verkligen behöver skriva. Dessutom Àr ABP vÀlarkitekterat och koden Àr av hög kvalitet med fÀrre buggar. Om vi hade varit tvungna att skriva allt vi behövde pÄ egen hand hade vi kanske fÄtt lÀgga ner flera Är. Ytterligare en sak vi gillar Àr att den nya versionen, problemfixningen eller förbÀttringen kommer ut vÀldigt snart, varannan vecka. Vi vÀntar inte för lÀnge.",
+ "Pricing_Page_Testimonial_4": "ABP Commercial Àr en fantastisk produkt som jag skulle rekommendera. Kommersiella produkter till marknaden för vÄra kunder i en enda konfigurerbar plattform. Den starthjÀlp som ramverket och verktygen ger alla team Àr vÀrd varenda krona. ABP Commercial var det som passade bÀst för vÄra behov.",
+ "Pricing_Page_Testimonial_5": "ABP Framework Ă€r inte bara ett ramverk, utan ocksĂ„ en guide för projektutveckling/hantering, eftersom det ger utbildning i DDD, GenericRepository, DI, Microservice och Modularity. Ăven om du inte kommer att anvĂ€nda sjĂ€lva ramverket kan du utveckla dig sjĂ€lv med abp.io/docs som Ă€r vĂ€l och professionellt förberedda (OpenIddict, Redis, Quartz etc.). Eftersom mĂ„nga saker Ă€r förbyggda förkortar det projektutvecklingstiden avsevĂ€rt (t.ex. inloggningssida, undantagshantering, datafiltrering, seeding, revisionsloggning, lokalisering, automatisk API-kontroller etc.) Som ett exempel frĂ„n vĂ„r applikation har jag anvĂ€nt Local Event Bus för lagerstyrning. SĂ„ jag kan hantera orderrörelser genom att skriva lagerhanterare. Det Ă€r underbart att inte förlora tid för CreationTime, CreatorId. De fylls i automatiskt.",
+ "Pricing_Page_Testimonial_6": "ABP Framework Àr ett bra ramverk men det tar tid att förstÄ de olika lager, klasser och bibliotek som det anvÀnder (sÀrskilt ABP). Jag tillbringade mycket tid med att lÀsa kodbasen, men ABP Commercial sparade oss tid nÀr vi skapade projektspecialitetsenheterna (AR) och förvaret kopplat till var och en av dem. Jag gillade ocksÄ det tillvÀgagÄngssÀtt som anvÀnds i ABP Àr mycket moget; vi vet Àr baserat pÄ DDD och monolit.",
+ "Pricing_Page_Testimonial_7": "Som ett nystartat företag mÄste vi iterera snabbt och spendera minimal tid pÄ standardfunktioner och icke-kÀrnfunktioner.\nVÄra ingenjörer strÀcker sig frÄn mycket erfarna till juniora ingenjörer, och vi behövde en gemensam förstÄelse och ett sÀtt att dela teknisk och domÀnkunskap, ABP gjorde det möjligt för oss att göra detta tack vare deras fantastiska guider och dokumentation.\nDet finns saker som vi inte har behövt oroa oss för eftersom de fungerar direkt med ABP.\nABP hjÀlpte oss att effektivisera snabb prototyping och utveckling, mindre Àn 4 veckor frÄn funktionsstart till produktion. Med alla premiumfunktioner som ingÄr i licensen har ABP gett oss \"Startup in a Box\" pÄ Software Engineering-sidan.",
+ "Pricing_Page_Testimonial_8": "Jag skulle rekommendera ABP commercial till alla som vill utöka utbudet av produkter som Àr tillgÀngliga för sina kunder. Det Àr fantastiskt nÀr man behöver anvÀnda en distribuerad företagsmiljö (Angular, WPF, Win&Linux). Förutom deras produkter Àlskar vi deras support, som gör vÄrt jobb snabbare och enklare. Vi vet redan att vi har hittat en bra partner för framtiden som kommer att stödja oss i att expandera vÄr verksamhet.",
+ "Pricing_Page_Testimonial_9": "Vi Àr ett företag med 2 anstÀllda som har varit verksamma i över 20 Är.\nNÀr det gÀller vÄr erfarenhet av ABP Commercial kontaktades vi av en kund som ville att vi skulle utveckla en ny personalapplikation i en modern miljö för att ersÀtta deras 25 Är gamla Access-applikation. Vi bestÀmde oss för att gÄ över frÄn en desktoplösning till en webbaserad lösning.\n\nVid den tidpunkten hade vi mycket liten kunskap om webbapplikationer och .NET, men vi snubblade över ABP Commercial, och med hjÀlp av ABP Framework, teknisk dokumentation och ABP Suite kunde vi inte bara utveckla applikationen enligt kundens specifikationer utan ocksÄ framgÄngsrikt arbeta i en .NET-miljö inom ett Är.",
+ "AbpBookDownloadArea_ClaimYourEBook": "Gör ansprÄk pÄ din Mastering ABP Framework e-bok",
+ "AddMemberModal_Warning_1": "Om det anvÀndarnamn som du försöker lÀgga till inte finns i systemet, be din teammedlem att registrera sig pÄ {0} och dela anvÀndarnamnet pÄ hans/hennes konto med dig.",
+ "MyOrganizations_Detail_WelcomeMessage": "VĂ€lkommen till din organisation, {0}",
+ "MyOrganizations_Detail_OrganizationManagement": "Organisation Förvaltning",
+ "OrganizationDisplayName": "Organisationens visningsnamn",
+ "MyOrganizations_Detail_EditDisplayName": "Redigera visningsnamn",
+ "MyOrganizations_Detail_UpgradeYourLicense": "Uppgradera din licens",
+ "MyOrganizations_Detail_LicenseStartAndExpiryDate": "Licensens startdatum - utgÄngsdatum",
+ "MyOrganizations_Detail_OwnerRightInfo": "Du anvÀnder {0} av din {1} Àgares rÀttigheter.",
+ "MyOrganizations_Detail_CopyApiKey": "Kopiera nyckeln",
+ "MyOrganizations_Detail_ApiKeyDescription": "API-nyckeln Àr token för PRO-paket som finns pÄ {1}.",
+ "MyOrganizations_Detail_YourPrivateNugetSource": "Din privata NuGet-kÀlla Àr {0}",
+ "MyOrganizations_Detail_PrivateNugetSourceWarning": "Detta lÀggs automatiskt till som en feed till din NuGet.Config i din ABP-lösning. Dela inte din privata nyckel med obehöriga anvÀndare!",
+ "MyOrganizations_Detail_DeveloperSeatInfo": "Du anvÀnder {0} av dina {1} platser för utvecklare.",
+ "NeedMoreSeatsForYourTeam": "Behöver du fler platser för ditt team?",
+ "MyOrganizations_Detail_PricePerYear": "{0} / per Är",
+ "MyOrganizations_Detail_PurchaseDeveloperSeats": "Köpa platser för utvecklare",
+ "Invoices": "Fakturor",
+ "RequestInvoice": "BegÀr faktura",
+ "OrderNumber": "BestÀllningsnummer",
+ "Products": "Produkter",
+ "TotalPrice": "Totalt pris",
+ "ThereIsNoInvoice": "Det finns ingen faktura",
+ "MyOrganizations_Detail_PaymentProviderInfo": "Om du har köpt din licens via {0} gateway skickas PDF-fakturan till din e-postadress, se {0} fakturering.",
+ "MyOrganizations_Detail_PayUInfo": "Om du har köpt via Iyzico-gatewayen klickar du pÄ knappen \"BegÀr faktura\" och fyller i faktureringsinformationen.",
+ "MyOrganizations_Detail_ConclusionInfo": "Din fakturabegÀran kommer att behandlas inom {0} arbetsdagar.",
+ "ExtendYourLicense": "FörlÀng din {0} licens",
+ "PurchaseLicense": "Köp {0} licens",
+ "DownloadInvoiceModal_DownloadInvoice": "Ladda ner faktura",
+ "DownloadInvoiceModal_SaveInformationOnlyOnce": "Du kan bara spara din faktureringsinformation en gÄng.",
+ "InvoiceModal_EnterCompanyName": "Ange ditt juridiska företagsnamn...",
+ "InvoiceModal_EnterCompanyAddress": "Ange din juridiska företagsadress...",
+ "InvoiceModal_EnterTaxNumber": "Ange ditt TAX/VAT-nummer om det finns tillgÀngligt...",
+ "RequestInvoiceModal_EnterNotes": "Ytterligare information för din faktura... Denna anteckning kommer att skrivas i anteckningsavsnittet pÄ fakturan.",
+ "PrePayment_PayWithIyzico": "Du kommer att betala med Iyzico",
+ "ContinueToCheckout": "FortsÀtt till kassan",
+ "PrePayment_IyzicoRedirectionInfo": "Du kommer att omdirigeras till Iyzico Payment Gateway för att slutföra ditt köp pÄ ett sÀkert sÀtt.",
+ "PrePayment_IyzicoAcceptVisaAndMasterCard": "Iyzico tar emot Visa och MasterCard.",
+ "Purchase": "Köp",
+ "AcceptTermsAndConditions": "Jag har lÀst, förstÄtt och accepterar integritetspolicy, villkor och EULA.",
+ "AcceptTermsAndConditionsWarningMessage": "VĂ€nligen acceptera integritetspolicyn och villkoren",
+ "SelectGatewayToContinue": "VÀnligen vÀlj en Gateway för att fortsÀtta!",
+ "GatewaySelection_SelectGateway": "VĂ€lj en betalningsportal",
+ "GatewaySelection_RedirectionMessage": "DÀrefter kommer du att omdirigeras till den valda betalningsgatewayens webbplats för transaktionen.",
+ "PaymentSucceed_PaymentSuccessMessage": "Betalning framgÄngsrik",
+ "PaymentSucceed_ThanksForPurchase": "Tack för ditt köp!",
+ "PaymentSucceed_CreateYourOrganization": "Skapa din organisation",
+ "PaymentSucceed_AddMeAsDeveloper": "Jag Àr ocksÄ utvecklare, lÀgg till mig som utvecklare i min organisation.",
+ "PaymentSucceed_CreateOrganization": "Skapa organisation",
+ "PaymentSucceed_OrganizationDescription": "En organisation bestĂ„r av utvecklare och Ă€gare. Utvecklarna Ă€r anvĂ€ndare som skriver kod i ABP-projektet och som kommer att dra nytta av webbplatsen {1}. Ăgarna Ă€r anvĂ€ndare som tilldelar utvecklarplatser och hanterar licensiering.",
+ "PaymentSucceed_ViewOrganization": "Klicka hÀr för att se organisationen",
+ "Purchase_TotalAnnualPrice": "TOTALT (Ärsavgift)",
+ "Purchase_TrainingPrice": "Pris för utbildning",
+ "Purchase_OnboardingTraining": "Live-utbildning i onboarding och utveckling av webbapplikationer",
+ "TotalDeveloperPrice": "Totalt pris för utvecklare",
+ "Purchase_PricePerDeveloper": "{0} per utvecklare",
+ "Purchase_IncludedDeveloperInfo": "{0} {1} ingÄr.",
+ "Purchase_LicenseExtraDeveloperPurchaseMessage": "I {0} licens ingÄr {1} utvecklare. Du kan lÀgga till ytterligare utvecklare.",
+ "StartupTemplates_Page_Title": "ABP Startup Mallar",
+ "StartupTemplates_Page_Description": "Kickstarta ditt nya projekt med ABP:s appmallar! LÀmna alla infrastrukturaspekter till ABP och gör det du gör bÀst; fokusera pÄ ditt arbete...",
+ "MicroserviceStartupSolutionForDotnet": "Microservice Startup-lösning för .NET",
+ "MonolithSolutionForDotnet": "Monolitisk (modulÀr) lösning för .NET",
+ "TrainingDetailsHeaderInfo_TrainingHour": "{0} timmar",
+ "Trainings_Content": "Utbildningens innehÄll",
+ "Trial_Page_StartYourFreeTrial": "Starta din gratis provperiod.",
+ "TrialLicenseFeatures": "Du kommer att kunna dra nytta av alla ABP:s kommersiella funktioner",
+ "TrialPeriodDays": "Du kommer att ha en {0} dagars teamlicens",
+ "TrialForumSupportIncident": "Du kommer att ha {0} forum support incidenter",
+ "Contact_Page_Title": "Kontakta oss",
+ "Contact_Page_Description": "Kontakta oss om du har frÄgor om licenser, tillÀggstjÀnster, förfrÄgningar eller feedback om ABP. Vi Àr hÀr för att hjÀlpa dig!",
+ "Demo_Page_Title": "Skapa en demo",
+ "Demo_Page_Description": "Skapa en gratis demo för att se ett exempel pÄ en ansökan som skapats med hjÀlp av ABP-startmallen. Upprepa inte dig sjÀlv för vanliga applikationskrav.",
+ "Discounted_Page_Title": "Rabatterad prissÀttning",
+ "Discounted_Page_Description": "VÀlj de funktioner och den funktionalitet som ditt företag behöver redan idag. Köp en kommersiell licens och skapa obegrÀnsat med projekt",
+ "Faq_Page_Title": "Vanliga frÄgor och svar",
+ "Faq_Page_Description": "Hitta svar pÄ vanliga frÄgor om ABP Framework i vÄr FAQ-sektion, som tÀcker olika Àmnen och frÄgor.",
+ "Faq_Page_SwiftCode": "SWIFT-kod",
+ "Faq_Page_BankName": "Bankens namn",
+ "Faq_Page_AccountName": "Kontots namn",
+ "Faq_Page_AccountNumber": "Kontonummer",
+ "Faq_Page_Currency": "Valuta",
+ "Faq_Page_VatNumber": "Momsregistreringsnummer",
+ "Faq_Page_OtherCurrenciesInfo": "För andra valutor, se alla konton",
+ "ProjectCreatedSuccess_Page_Title": "Ditt projekt skapat",
+ "ProjectCreatedSuccess_Page_Description": "Ditt ABP-projekt har skapats framgÄngsrikt!",
+ "Suite_Page_Title": "ABP-svit",
+ "Suite_Page_Description": "Möt ABP Suite, ett verktyg för snabb applikationsutveckling som ökar produktiviteten och effektiviteten. Skapa CRUD-sidor pÄ nÄgra minuter!",
+ "Themes_Page_Title": "ABP Teman",
+ "Themes_Page_Description": "Utseendet Àr viktigt! Vi presenterar LeptonX Theme, ett modernt, anpassningsbart och flexibelt tema som skapar en unik anvÀndarupplevelse.",
+ "Tools_Page_Title": "ABP Verktyg",
+ "Tools_Page_Description": "Utforska de verktygslÄdor som ABP tillhandahÄller och som ökar utvecklingsproduktiviteten och effektiviserar din utveckling.",
+ "DeveloperPrice": "Pris för utvecklare",
+ "AdditionalDeveloperPaymentInfoSection_AdditionalDevelopers": "{0} utvecklare",
+ "LicenseRemainingDays": "i {0} dagar",
+ "ExtendPaymentInfoSection_Description": "Genom att förlÀnga/förnya din licens kommer du att fortsÀtta att fÄ premium support. Du kommer ocksÄ att kunna fÄ större eller mindre uppdateringar för moduler och teman. Du kommer att kunna fortsÀtta skapa nya projekt. Och du kommer fortfarande att kunna anvÀnda ABP Suite som pÄskyndar din utveckling.",
+ "LicenseRenewalPrice": "Pris för förnyelse av licens",
+ "LicensePrice": "Licenspris",
+ "TrialLicensePaymentInfoSection_Description": "Köp licens: Genom att köpa en licens kommer du att fortsÀtta att fÄ premium support. Du kommer ocksÄ att kunna fÄ större eller mindre uppdateringar för moduler och teman. Du kommer att kunna fortsÀtta skapa nya projekt. Och du kommer fortfarande att kunna anvÀnda ABP Suite som pÄskyndar din utveckling.