diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml
index a4036f8474..0c0f8d5b6c 100644
--- a/.github/workflows/angular.yml
+++ b/.github/workflows/angular.yml
@@ -12,9 +12,11 @@ on:
- 'dev'
jobs:
build-test-lint:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
- uses: actions/cache@v2
with:
@@ -31,25 +33,13 @@ jobs:
working-directory: npm/ng-packs
- name: Run lint
- run: yarn ng lint
+ run: yarn affected:lint --base=remotes/origin/${{ github.base_ref }}
working-directory: npm/ng-packs
- - name: Run prepare workspace
- run: yarn prepare:workspace
+ - name: Run build
+ run: yarn affected:build --base=remotes/origin/${{ github.base_ref }}
working-directory: npm/ng-packs
- name: Run test
- run: yarn ci:test
- working-directory: npm/ng-packs
-
- - name: Build dev-app
- run: yarn build --prod
+ run: yarn affected:test --base=remotes/origin/${{ github.base_ref }}
working-directory: npm/ng-packs
-
- - name: Install packages of app template
- run: yarn install
- working-directory: templates/app/angular
-
- - name: Build app template
- run: yarn build --prod
- working-directory: templates/app/angular
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index a5f00bc93d..52cd297908 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@master
with:
- dotnet-version: 5.0.201
+ dotnet-version: 6.0.100-rc.1.21458.32
- name: Build All
run: .\build-all.ps1
diff --git a/.github/workflows/cancel-workflow.yml b/.github/workflows/cancel-workflow.yml
new file mode 100644
index 0000000000..78bbf94b3b
--- /dev/null
+++ b/.github/workflows/cancel-workflow.yml
@@ -0,0 +1,12 @@
+name: cancel-workflow
+on: [push]
+jobs:
+ cancel:
+ name: 'Cancel Previous Runs'
+ runs-on: ubuntu-latest
+ timeout-minutes: 3
+ steps:
+ - uses: styfle/cancel-workflow-action@0.6.0
+ with:
+ workflow_id: 10629,1299107,2792859,8268314
+ access_token: ${{ github.token }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index ae5d4fdacc..7aaad739e9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,12 +7,22 @@ name: "CodeQL"
on:
push:
- branches: [dev, rel-1.0, rel-1.1, rel-2.0, rel-2.1, rel-2.2, rel-2.3, rel-2.4, rel-2.5, rel-2.6, rel-2.7, rel-2.8, rel-2.9, rel-3.0, rel-3.1, rel-3.2]
+ branches: [dev, rel-*]
+ paths:
+ - 'abp/**/*.js'
+ - 'abp/**/*.cs'
+ - 'abp/**/*.cshtml'
+ - 'abp/**/*.csproj'
+ - 'abp/**/*.razor'
pull_request:
# The branches below must be a subset of the branches above
branches: [dev]
- schedule:
- - cron: '0 8 * * 6'
+ paths:
+ - 'abp/**/*.js'
+ - 'abp/**/*.cs'
+ - 'abp/**/*.cshtml'
+ - 'abp/**/*.csproj'
+ - 'abp/**/*.razor'
jobs:
analyze:
diff --git a/Directory.Build.props b/Directory.Build.props
index 52d15cad96..261be160a9 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -2,10 +2,10 @@
- 5.0.*
+ 6.0.0-rc.*
- 16.9.1
+ 16.11.04.2.2
@@ -23,7 +23,7 @@
2.4.3
- 3.1.1
+ 3.1.3
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/en-GB.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/en-GB.json
index c1f56de865..c20405a8d3 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/en-GB.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/en-GB.json
@@ -9,6 +9,7 @@
"OfficialBlog": "Official blog",
"CommercialHomePage": "Commercial home page",
"CommercialSupportWebSite": "Commercial support web site",
- "CommunityWebSite": "ABP community web site"
+ "CommunityWebSite": "ABP community web site",
+ "ManageAccount": "My Account | ABP.IO"
}
}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/en.json
index eb49443d6e..c4581a5fd8 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/en.json
@@ -9,6 +9,7 @@
"OfficialBlog": "Official blog",
"CommercialHomePage": "Commercial home page",
"CommercialSupportWebSite": "Commercial support web site",
- "CommunityWebSite": "ABP community web site"
+ "CommunityWebSite": "ABP community web site",
+ "ManageAccount": "My Account | ABP.IO"
}
}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..299aea53ed
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/ro-RO.json
@@ -0,0 +1,14 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ "Account": "Cont ABP - Autentificare & Înregistrare | ABP.IO",
+ "Welcome": "Bun venit",
+ "UseOneOfTheFollowingLinksToContinue": "Folosiţi unul din următoarele linkuri pentru a continua",
+ "FrameworkHomePage": "Pagina principală a frameworkului",
+ "FrameworkDocumentation": "Documentaţia frameworkului",
+ "OfficialBlog": "Blogul oficial",
+ "CommercialHomePage": "Pagina principală comercială",
+ "CommercialSupportWebSite": "Site-ul web al suportului comercial",
+ "CommunityWebSite": "Site-ul web al comunităţii ABP"
+ }
+}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/tr.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/tr.json
index e403e72cf6..a7fec38074 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/tr.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Account/Localization/Resources/tr.json
@@ -9,6 +9,7 @@
"OfficialBlog": "Resmi blog",
"CommercialHomePage": "Kurumsal ana sayfa",
"CommercialSupportWebSite": "Kurumsal destek web sitesi",
- "CommunityWebSite": "ABP topluluk web sitesi"
+ "CommunityWebSite": "ABP topluluk web sitesi",
+ "ManageAccount": "Hesabım | ABP.IO"
}
}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
index 10ca9a0a67..f7094c94a7 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
@@ -303,6 +303,52 @@
"ProductPrice": "Product Price",
"AdditionalDeveloper": "Additional developer",
"ThisPaymentHasBeenAlreadyUsed": "This payment has been already used",
- "PaymentTimeCannotBeFutureTime": "Payment time cannot be future time"
+ "PaymentTimeCannotBeFutureTime": "Payment time cannot be a future time!",
+ "SaveAndDownload": "Save and Download",
+ "BillingInfo": "Billing Info",
+ "GenerateInvoice": "Create Invoice",
+ "DeleteInvoice" : "Delete Invoice",
+ "SuccessfullyDeleted": "Successfully deleted!",
+ "PaymentStateSetTo" : "Payment state set to {0}",
+ "ChangeState": "Change State",
+ "Permission:TrialLicense" : "Trial License",
+ "Permission:ManageTrialLicense": "Manage Trial License",
+ "Menu:TrialLicenses": "Trial Licenses",
+ "TrialLicenses": "Trial Licenses",
+ "UserNameFilter": "Username",
+ "TrialLicenseStatusFilter": "Status",
+ "TrialLicenseStartDateFilter": "Start date",
+ "TrialLicenseEndDateFilter": "End date",
+ "FirsName": "First name",
+ "LastName": "Last name",
+ "Status": "Status",
+ "StartDate": "Start date",
+ "EndDate": "End date",
+ "CompanyName": "Company name",
+ "PurchasedDate": "Purchased date",
+ "OrganizationDetail": "Organization Detail",
+ "SendActivationMail": "Send Activation Mail",
+ "ActivationMailSentSuccessfully": "Activation mail sent successfully!",
+ "TrialLicenseStatus": "Trial license status",
+ "TrialLicenseDetail": "Trial License Detail",
+ "AcceptsMarketingCommunications": "Marketing Communications",
+ "PurposeOfUsage": "Purpose of usage",
+ "CountryName": "Country name",
+ "CompanySize": "Company size",
+ "DetailTrialLicense": "Details",
+ "Requested": "Requested",
+ "Activated": "Activated",
+ "PurchasedToNormalLicense": "Purchased",
+ "Expired": "Expired",
+ "TrialLicenseDeletionWarningMessage": "Trial license and if any organization and qa organization will be deleted!",
+ "IsTrial": "Is trial",
+ "Volo.AbpIo.Commercial:030000": "You already used your trial period.",
+ "Volo.AbpIo.Commercial:030001": "This organization name already exists.",
+ "Volo.AbpIo.Commercial:030002": "Once activated, trial license cannot be set to requested!",
+ "Volo.AbpIo.Commercial:030003": "There is no such status!",
+ "Volo.AbpIo.Commercial:030004": "Status could not be changed due to an unexpected error!",
+ "Volo.AbpIo.Commercial:030005": "Start date and end date cannot be given when the trial license is in the requested state!",
+ "Volo.AbpIo.Commercial:030006": "End date must always be greater than start date!",
+ "Volo.AbpIo.Commercial:030007": "This trial license has already been activated once!"
}
}
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/it.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/it.json
index 8a4cb2aa47..04f82726ba 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/it.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/it.json
@@ -277,6 +277,32 @@
"ThisExtensionIsNotAllowed": "Questa estensione non è consentita.",
"TheFileIsTooLarge": "Il file è troppo grande!",
"ArticleDeletionConfirmationMessage": "Sei sicuro di voler eliminare definitivamente questo articolo?",
- "ChooseCoverImage": "Scegli un'immagine di copertina..."
+ "ChooseCoverImage": "Scegli un'immagine di copertina...",
+ "Menu:Quotation": "Quotation",
+ "Menu:Invoice": "Fattura",
+ "Menu:PaymentRequests": "Richieste Pagamento",
+ "Permission:PaymentRequests": "Richieste Pagamento",
+ "PaymentRequests": "Richieste Pagamento",
+ "Creator": "Creatore",
+ "ExtraProperties": "Proprietà Extra",
+ "Organization": "Organizzazione",
+ "Waiting": "In attesa",
+ "Completed": "Completato",
+ "Failed": "Fallito",
+ "PaymentRequestDeletionWarningMessage": "Questa richiesta pagamento sarà cancellata. Confermi?",
+ "Payment": "Pagamento",
+ "AddPayment": "Aggiungi Pagamento",
+ "Enum:PurchaseType:1": "Nuova Licenza",
+ "Enum:PurchaseType:2": "Estendi Licenza",
+ "Enum:PurchaseType:3": "Aggiornamento Licenza",
+ "Enum:PurchaseType:4": "Sviluppatore Aggiuntivo",
+ "LicenceType": "Tipo Licenza",
+ "PurchaseType": "Tipo Acquisto",
+ "ReceiptNo": "Ricevuta n.",
+ "PaymentTime": "Tipo Pagamento",
+ "ProductPrice": "Prezzo Prodotto",
+ "AdditionalDeveloper": "Sviluppatore aggiuntivo",
+ "ThisPaymentHasBeenAlreadyUsed": "Questo pagamento è già stato utilizzato",
+ "PaymentTimeCannotBeFutureTime": "Orario di pagamento non può essere nel futuro"
}
}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..caf032d940
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/ro-RO.json
@@ -0,0 +1,308 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ "Permission:Organizations": "Organizaţii",
+ "Permission:Manage": "Administrare Organizaţii",
+ "Permission:DiscountRequests": "Cereri de reduceri",
+ "Permission:DiscountManage": "Administrare cereri de reduceri",
+ "Permission:Disable": "Dezactivează",
+ "Permission:Enable": "Activează",
+ "Permission:EnableSendEmail": "Activează trimitere Email",
+ "Permission:SendEmail": "Trimite Email",
+ "Permission:NpmPackages": "Pachete NPM",
+ "Permission:NugetPackages": "Pachete Nuget",
+ "Permission:Maintenance": "Întreţinere",
+ "Permission:Maintain": "Întreţine",
+ "Permission:ClearCaches": "Goleşte cache-ul",
+ "Permission:Modules": "Module",
+ "Permission:Packages": "Pachete",
+ "Permission:Edit": "Modifică",
+ "Permission:Delete": "Şterge",
+ "Permission:Create": "Creează",
+ "Permission:Accounting": "Contabilitate",
+ "Permission:Accounting:Quotation": "Citat",
+ "Permission:Accounting:Invoice": "Factură",
+ "Menu:Organizations": "Organizaţii",
+ "Menu:Accounting": "Contabilitate",
+ "Menu:Packages": "Pachete",
+ "Menu:DiscountRequests": "Cereri de reduceri",
+ "NpmPackageDeletionWarningMessage": "Sunteţi sigur(ă) că doriţi să ştergeţi acest pachet de tip NPM?",
+ "NugetPackageDeletionWarningMessage": "Sunteţi sigur(ă) că doriţi să ştergeţi acest pachet de tip Nuget?",
+ "ModuleDeletionWarningMessage": "Sunteţi sigur(ă) că doriţi să ştergeţi acest modul?",
+ "Name": "Nume",
+ "DisplayName": "Nume de afişare",
+ "ShortDescription": "Descriere scurtă",
+ "NameFilter": "Nume",
+ "CreationTime": "Data şi ora creării",
+ "IsPro": "Este pro",
+ "IsFreeToActiveLicenseOwners": "Gratuit pentru deţinătorii de licenţă",
+ "ShowOnModuleList": "Afişează în lista modulelor",
+ "EfCoreConfigureMethodName": "Configurează numele metodei",
+ "IsProFilter": "Este pro",
+ "ApplicationType": "Tipul aplicaţiei",
+ "Target": "Ţinta",
+ "TargetFilter": "Ţinta",
+ "ModuleClass": "Clasa modulului",
+ "NugetPackageTarget.DomainShared": "Domain Shared",
+ "NugetPackageTarget.Domain": "Domain",
+ "NugetPackageTarget.Application": "Application",
+ "NugetPackageTarget.ApplicationContracts": "Application Contracts",
+ "NugetPackageTarget.HttpApi": "Http Api",
+ "NugetPackageTarget.HttpApiClient": "Http Api Client",
+ "NugetPackageTarget.Web": "Web",
+ "NugetPackageTarget.EntityFrameworkCore": "DeleteAllEntityFramework Core",
+ "NugetPackageTarget.MongoDB": "MongoDB",
+ "Edit": "Modifică",
+ "Delete": "Şterge",
+ "Refresh": "Reîncarcă",
+ "NpmPackages": "Pachete NPM",
+ "NugetPackages": "Pachete Nuget",
+ "NpmPackageCount": "Număr pachete NPM",
+ "NugetPackageCount": "Număr pachete Nuget",
+ "Module": "Module",
+ "ModuleInfo": "Info module",
+ "CreateANpmPackage": "Crează un pachet NPM",
+ "CreateAModule": "Crează un modul",
+ "CreateANugetPackage": "Crează un pachet Nuget",
+ "AddNew": "Adaugă o înregistrare nouă",
+ "PackageAlreadyExist{0}": "Pachetul \"{0}\" este deja adăugat.",
+ "ModuleAlreadyExist{0}": "Modulul \"{0}\" este deja adăugat.",
+ "ClearCache": "Goleşte cache",
+ "SuccessfullyCleared": "Golit cu succes",
+ "Menu:NpmPackages": "Pachete de tip NPM",
+ "Menu:Modules": "Module",
+ "Menu:Maintenance": "Mentenanţă",
+ "Menu:NugetPackages": "Pachete de tip Nuget",
+ "CreateAnOrganization": "Crează o organizaţie",
+ "Organizations": "Organizaţii",
+ "LongName": "Nume complet",
+ "LicenseType": "Tipul licenţei",
+ "MissingLicenseTypeField": "Câmpul de tip licenţă este obligatoriu!",
+ "LicenseStartTime": "Ora de început a licenţei",
+ "LicenseEndTime": "Ora de sfârşit a licenţei",
+ "AllowedDeveloperCount": "Număr permis de dezvoltatori",
+ "UserNameOrEmailAddress": "Numele de utilizator sau adresa de email",
+ "AddOwner": "Adaugă proprietar",
+ "UserName": "Nume de utilizator",
+ "Email": "Email",
+ "Developers": "Dezvoltatori",
+ "AddDeveloper": "Adaugă dezvoltator",
+ "Create": "Creează",
+ "UserNotFound": "Utilizatorul nu a fost găsit",
+ "{0}WillBeRemovedFromDevelopers": "{0} va fi eliminat dintre dezvoltatori, confirmaţi?",
+ "{0}WillBeRemovedFromOwners": "{0} va fi eliminat dintre proprietari, confirmaţi?",
+ "{0}WillBeRemovedFromMembers": "{0} va fi eliminat dintre membri, confirmaţi?",
+ "Computers": "Calculatoare",
+ "UniqueComputerId": "Identificator unic calculator",
+ "LastSeenDate": "Data ultimei accesări",
+ "{0}Computer{1}WillBeRemovedFromRecords": "Calculatorul {0} ({1}) va fi eliminat dintre înregistrări",
+ "OrganizationDeletionWarningMessage": "Organizaţia va fi ştearsă",
+ "DeletingLastOwnerWarningMessage": "Organizaţia trebuie să aibă cel puţin un proprietar! Prin urmare nu puteţi şterge acest proprietar.",
+ "This{0}AlreadyExistInThisOrganization": "Acest(a) {0} există deja în această organizaţie",
+ "AreYouSureYouWantToDeleteAllComputers": "Sunteţi sigur(ă) că doriţi să ştergeţi toate calculatoarele?",
+ "DeleteAll": "Şterge tot",
+ "DoYouWantToCreateNewUser": "Vreţi să creaţi un nou utilizator?",
+ "MasterModules": "Module master",
+ "OrganizationName": "Nume organizaţie",
+ "CreationDate": "Data creării",
+ "LicenseStartDate": "Data de început a licenţei",
+ "LicenseEndDate": "Data de sfărşit a licenţei",
+ "OrganizationNamePlaceholder": "Numele organizaţiei...",
+ "TotalQuestionCountPlaceholder": "Numărul total de înrebări...",
+ "RemainingQuestionCountPlaceholder": "Numărul de întrebări rămase...",
+ "LicenseTypePlaceholder": "Tipul licenţei...",
+ "CreationDatePlaceholder": "Data creării...",
+ "LicenseStartDatePlaceholder": "Data de început a licenţei...",
+ "LicenseEndDatePlaceholder": "Data de sfârşit a licenţei...",
+ "UsernameOrEmail": "Nume de utilizator sau email",
+ "UsernameOrEmailPlaceholder": "Nume de utilizator sau email...",
+ "Member": "Membru",
+ "PurchaseOrderNo": "Achiziţia numărul",
+ "QuotationDate": "Data citării",
+ "CompanyName": "Nume companie",
+ "CompanyAddress": "Adresă companie",
+ "Price": "Preţ",
+ "DiscountText": "Text discount",
+ "DiscountQuantity": "Cantitate discount",
+ "DiscountPrice": "Preţ discount",
+ "Quotation": "Citare",
+ "ExtraText": "Text extra",
+ "ExtraAmount": "Cantitate extra",
+ "DownloadQuotation": "Descarcă citarea",
+ "Invoice": "Factură",
+ "TaxNumber": "Număr taxă",
+ "InvoiceNumber": "Număr factură",
+ "InvoiceDate": "Dată factură",
+ "InvoiceNote": "Notă factură",
+ "Quantity": "Cantitate",
+ "AddProduct": "Adaugă produs",
+ "AddProductWarning": "Trebuie să adăugaţi un produs!",
+ "TotalPrice": "Preţ total",
+ "Generate": "Generează",
+ "MissingQuantityField": "Câmpul de cantitate este obligatoriu!",
+ "MissingPriceField": "Câmpul de preţ este obligatoriu!",
+ "CodeUsageStatus": "Stare",
+ "Country": "Ţara",
+ "DeveloperCount": "Număr dezvoltatori",
+ "RequestCode": "Cod solicitare",
+ "WebSite": "Web Site",
+ "GithubUsername": "Nume utilizator de Github",
+ "PhoneNumber": "Număr de telefon",
+ "ProjectDescription": "Descriere proiect",
+ "Referrer": "Referent",
+ "DiscountRequests": "Cerere de reducere",
+ "Copylink": "Copiază linkul",
+ "Disable": "Dezactivează",
+ "Enable": "Activează",
+ "EnableSendEmail": "Activează trimitere Email",
+ "SendEmail": "Trimite Email",
+ "SuccessfullyDisabled": "Dezactivat cu succes",
+ "SuccessfullyEnabled": "Activat cu succes",
+ "EmailSent": "Email trimis",
+ "SuccessfullySent": "Trimis cu succes",
+ "SuccessfullyDeleted": "Şters cu succes",
+ "DiscountRequestDeletionWarningMessage": "Cererea de reducere va fi ştearsă",
+ "BusinessType": "Tip afacere",
+ "TotalQuestionCount": "Număr total de întrebări",
+ "RemainingQuestionCount": "Număr de întrebări rămase",
+ "TotalQuestionMustBeGreaterWarningMessage": "Numărul total de întrebări trebuie să fie mai mare decât numărul de întrebări rămase!",
+ "QuestionCountsMustBeGreaterThanZero": "Numărul total de întrebări şi numărul de întrebări rămase trebuie să fie mai mai mare sau egal cu 0!",
+ "UnlimitedQuestionCount": "Număr nelimitat de întrebări",
+ "Notes": "Notiţe",
+ "Menu:Community": "Comunitate",
+ "Menu:Articles": "Articole",
+ "Wait": "Aşteaptă",
+ "Approve": "Aprobă",
+ "Reject": "Respinge",
+ "Details": "Detalii",
+ "Url": "Url",
+ "Title": "Titlu",
+ "ContentSource": "Sursa conţinutului",
+ "Status": "Status",
+ "ReadArticle": "Citeşte articolul",
+ "ArticleHasBeenWaiting": "Articolul a fost în aşteptare",
+ "ArticleHasBeenApproved": "Articolul a fost aprobat",
+ "ArticleHasBeenRejected": "Articolul a fost respins",
+ "Permission:Community": "Comunitate",
+ "Permission:CommunityArticle": "Articole",
+ "Link": "Link",
+ "Enum:ContentSource:0": "Github",
+ "Enum:ContentSource:1": "External",
+ "Enum:Status:0": "Aşteptare",
+ "Enum:Status:1": "Respins",
+ "Enum:Status:2": "Aprobat",
+ "Summary": "Sumar",
+ "AuthorName": "Nume autor",
+ "CoverImage": "Imagine de copertă",
+ "RemoveCacheConfirmationMessage": "Sunteţi sigur(ă) că doriţi să eliminaţi cache-ul pentru articolul \"{0}\"?",
+ "SuccessfullyRemoved": "Eliminat cu succes",
+ "RemoveCache": "Elimină cache",
+ "Language": "Limba",
+ "Optional": "Opţional",
+ "CreateArticleLanguageInfo": "Limba în care este scris articolul",
+ "Enum:ContentSource:2": "Post Video",
+ "VideoPreview": "Previzualizare Video",
+ "VideoPreviewErrorMessage": "Adresa URL a clipului video nu a putut fi recuperată de pe Youtube. Acest lucru poate fi cauzat de faptul că videoclipul este privat, sau adresa URL nu este disponibilă.",
+ "DeleteCoverImage": "Şterge imaginea de copertă",
+ "DeleteCoverImageConfirmationMessage": "Sunteţi sigur(ă) că doriţi să ştergeti imaginea de copertă pentru \"{0}\"?",
+ "DeleteCoverImageSuccessMessage": "Imaginea de copertă a fost ştearsă cu succes",
+ "PaymentsOf": "Plăţi de",
+ "ShowPaymentsOfOrganization": "Plăţi",
+ "Date": "Data",
+ "Products": "Produse",
+ "TotalAmount": "Cantitate totală",
+ "Currency": "Valută",
+ "Gateway": "Gateway",
+ "State": "Stare",
+ "FailReason": "Motivul eşuării",
+ "ReIndexAllPosts": "Reindexati toate postările",
+ "ReIndexAllPostsConfirmationMessage": "Sunteţi sigur(ă) că doriţi să reindexaţi toate postările?",
+ "SuccessfullyReIndexAllPosts": "Toate postările au fost reindexate.",
+ "Permission:FullSearch": "Căutare integrală a textului",
+ "Menu:CliAnalytics": "Analitice Cli",
+ "TemplateName": "Nume şablon",
+ "TemplateVersion": "Versiune şablon",
+ "DatabaseProvider": "Furnizor bază de date",
+ "IsTiered": "Este nivelat",
+ "ProjectName": "Nume proiect",
+ "Username": "Nume utilizator",
+ "Tool": "Unealtă",
+ "Command": "Comandă",
+ "UiFramework": "Ui framework",
+ "Options": "Opţiuni",
+ "CliAnalytics": "Analitice Cli",
+ "Permission:CliAnalyticses": "Analitice Cli",
+ "Permission:CliAnalytics": "Analitice Cli",
+ "Search": "Caută",
+ "ClearFilter": "Şterge filtru",
+ "LicensePrivateKey": "Cheie privată licenţă",
+ "LicensePublicKey": "Cheie publică licenţă",
+ "ApiKey": "Cheie API NuGet",
+ "ShowInvoiceRequestsOfOrganization": "Solicitări de factură",
+ "ShowQuestionsOfOrganization": "Întrebări",
+ "Question": "Întrebare",
+ "Open": "Deschide",
+ "Questions": "Întrebări",
+ "InvoiceRequests": "Solicitări de factură",
+ "Address": "Adresa",
+ "TaxNo": "Taxa numărul",
+ "Permission:InvoiceRequest": "Solicitare de factură",
+ "Permission:Question": "Întrebare",
+ "AddNoteSuccessMessage": "Notă adăugată cu succes",
+ "NameSurname": "Nume Prenume",
+ "Note": "Notează",
+ "Add": "Adaugă",
+ "ProjectDownloads": "Descărcările proiectului",
+ "ShowProjectDownloadsOfOrganization": "Descărcările proiectului",
+ "ShowAuditLogsOfOrganization": "Jurnale de audit",
+ "Enum:EntityChangeType:0": "Creat",
+ "Enum:EntityChangeType:1": "Actualizat",
+ "Enum:EntityChangeType:2": "Şters",
+ "TenantId": "ID Tenant",
+ "ChangeTime": "Schimbă ora",
+ "EntityTypeFullName": "Numele complet al tipului entităţii",
+ "AuditLogsFor{0}Organization": "Jurnale de audit pentru organizaţia \"{0}\"",
+ "Permission:EntityChange": "Schimbă entitatea",
+ "Permission:ProjectDownload": "Descarcă proiectul",
+ "Permission:PaymentRequest": "Solicitări de plată",
+ "CreatorEmailAddress": "Adresa de email a creatorului",
+ "EmailSendDate": "Data trimiterii emailului",
+ "PaymentRequestsFor{0}Organization": "Solicitări de plată pentru organizaţia \"{0}\"",
+ "PaymentDetails": "Detalii plată",
+ "PaymentProduct": "Produs plată",
+ "ProductName": "Nume produs",
+ "Code": "Cod",
+ "GenerateInvoice": "Generează factură",
+ "ExportOrganizationsToExcel": "Exportă în Excel",
+ "ThisExtensionIsNotAllowed": "Această extensie nu este permisă.",
+ "TheFileIsTooLarge": "Dimensiunea fişierului este prea mare!",
+ "ArticleDeletionConfirmationMessage": "Sunteţi sigur(ă) că doriţi şă ştergeţi definitiv acest articol?",
+ "ChooseCoverImage": "Alege o imagine de copertă...",
+ "Menu:Quotation": "Citare",
+ "Menu:Invoice": "Factură",
+ "Menu:PaymentRequests": "Solicitări plată",
+ "Permission:PaymentRequests": "Solicitări plată",
+ "PaymentRequests": "Solicitări plată",
+ "Creator": "Creator",
+ "ExtraProperties": "Proprietăţi extra",
+ "Organization": "Organizaţia",
+ "Waiting": "În aşteptare",
+ "Completed": "Finalizat",
+ "Failed": "Eşuat",
+ "PaymentRequestDeletionWarningMessage": "Sunteţi sigur(ă) că doriţi să ştergeţi această plată?",
+ "Payment": "Plata",
+ "AddPayment": "Adaugă plată",
+ "Enum:PurchaseType:1": "Licenţă nouă",
+ "Enum:PurchaseType:2": "Extindere licenţă",
+ "Enum:PurchaseType:3": "Îmbunătăţire licenţă",
+ "Enum:PurchaseType:4": "Dezvoltator suplimentar",
+ "LicenceType": "Tipul licenţei",
+ "PurchaseType": "Tipul achiziţiei",
+ "ReceiptNo": "Chitanţa numărul",
+ "PaymentTime": "Data plăţii",
+ "ProductPrice": "Preţul produsului",
+ "AdditionalDeveloper": "Dezvoltator suplimentar",
+ "ThisPaymentHasBeenAlreadyUsed": "Această plată a fost deja folosită",
+ "PaymentTimeCannotBeFutureTime": "Data plăţii nu poate fi în viitor"
+ }
+}
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json
index b9c8d23563..e5ef47d419 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json
@@ -35,6 +35,10 @@
"Support": "Support",
"FreeDDDBook": "Free DDD E-book",
"New": "New",
- "Volo.AbpIo.Domain:020005": "License extend year can not be lower than {MinExtendLicenseYear} year and greater than {MaxExtendLicenseYear} years "
+ "Volo.AbpIo.Domain:020005": "License extend year can not be lower than {MinExtendLicenseYear} year(s) and greater than {MaxExtendLicenseYear} year(s) ",
+ "TrialLicensePeriodHasExpired": "Your trial license period expired {0} days ago.",
+ "TrialLicensePeriodWillExpire": "Your trial license period will be expired in {0} days.",
+ "TrialLicensePeriodExpireToday": "Your trial license period will be expired today.",
+ "PurchaseNow": "Purchase Now!"
}
-}
\ No newline at end of file
+}
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/it.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/it.json
index 755ea4ae46..abc3ce28ec 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/it.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/it.json
@@ -32,6 +32,9 @@
"SeeDocuments": "Vedi Documenti",
"Samples": "Campioni",
"Framework": "Framework",
- "Support": "Supporto"
+ "Support": "Supporto",
+ "FreeDDDBook": "DDD E-Book Gratuito",
+ "New": "Nuovo",
+ "Volo.AbpIo.Domain:020005": "Estensione Licenza non può essere inferiore a {MinExtendLicenseYear} anno e maggiore di {MaxExtendLicenseYear} anni "
}
}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..37084abbaf
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/ro-RO.json
@@ -0,0 +1,40 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ "Volo.AbpIo.Domain:010004": "Numărul maxim de membri a fost atins!",
+ "Volo.AbpIo.Domain:010005": "Numărul maxim de proprietari a fost atins!",
+ "Volo.AbpIo.Domain:010006": "Există deja un proprietar în această organizaţie!",
+ "Volo.AbpIo.Domain:010007": "Acest utilizator este deja dezvoltator în această organizaţie!",
+ "Volo.AbpIo.Domain:010008": "Numărul permis de dezvoltatori nu poate fi mai mic decât numărul curent de dezvoltatori!",
+ "Volo.AbpIo.Domain:010009": "Numărul permis de dezvoltatori nu poate fi mai mic decât 0!",
+ "Volo.AbpIo.Domain:010010": "Numărul maxim de adrese de tip mac este depăşit!",
+ "Volo.AbpIo.Domain:010011": "Licenţa personală nu poate avea mai mult de un dezvoltator!",
+ "Volo.AbpIo.Domain:010012": "Licenţa nu poate fi prelungită la o lună după ce aceasta a expirat!",
+ "Volo.AbpIo.Domain:020001": "Nu s-a putut şterge acest pachet NPM deoarece \"{NugetPackages}\" există pachete Nuget dependente de acest pachet.",
+ "Volo.AbpIo.Domain:020002": "Nu s-a putut şterge acest pachet NPM deoarece \"{Modules}\" modulele folosesc acest pachet.",
+ "Volo.AbpIo.Domain:020003": "Nu s-a putut şterge acest pachet NPM deoarece \"{Modules}\" modulele folosesc acest pachet \"{NugetPackages}\" şi există pachete Nuget dependente de acest pachet.",
+ "Volo.AbpIo.Domain:020004": "Nu s-a putut şterge acest pachet Nuget deoarece \"{Modules}\" modulele folosesc acest pachet.",
+ "WantToLearn?": "Vrei să înveţi?",
+ "ReadyToGetStarted?": "Eşti gata pentru a începe?",
+ "JoinOurCommunity": "Alăturaţi-vă comunităţii noastre",
+ "GetStartedUpper": "ÎNCEPE",
+ "ForkMeOnGitHub": "Fork me on GitHub",
+ "Features": "Caracteristici",
+ "GetStarted": "Începe",
+ "Documents": "Documente",
+ "Community": "Comunitate",
+ "ContributionGuide": "Ghid de contribuţie",
+ "Blog": "Blog",
+ "Commercial": "Comercial",
+ "MyAccount": "Contul meu",
+ "Permission:License": "Licenţă",
+ "Permission:UserInfo": "Info utilizator",
+ "SeeDocuments": "Vezi documente",
+ "Samples": "Mostre",
+ "Framework": "Framework",
+ "Support": "Suport",
+ "FreeDDDBook": "DDD E-book gratis",
+ "New": "Nou",
+ "Volo.AbpIo.Domain:020005": "Anul prelungirii licenţei nu poate fi mai mic decât {MinExtendLicenseYear} şi mai mare decât {MaxExtendLicenseYear}"
+ }
+}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Blog/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Blog/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..c5a76c1617
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Blog/Localization/Resources/ro-RO.json
@@ -0,0 +1,5 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ }
+}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
index db8676a3e0..b31c33621c 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
@@ -45,7 +45,7 @@
"IndexPageHeroSection": "A complete web development platformbuilt-on framework",
"AbpCommercialShortDescription": "ABP Commercial provides pre-built application modules, rapid application development tooling, professional UI themes, premium support and more.",
"LiveDemo": "Live Demo",
- "GetLicence" :"Get a Licence",
+ "GetLicence": "Get a Licence",
"Application": "Application",
"StartupTemplates": "Startup Templates",
"Startup": "Startup",
@@ -106,7 +106,7 @@
"DarkBlueTheme": "Dark Blue Theme",
"LightTheme": "Light Theme",
"ProudToWorkWith": "Proud to Work With",
- "OurConsumers": "Hundreds of enterprises and developers over 50 countries worldwide rely on ABP Commercial.",
+ "OurConsumers": "Thousands of enterprises and developers over 70 countries worldwide rely on ABP Commercial.",
"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",
@@ -174,8 +174,8 @@
"HowManyProductsExplanation": "There is no limit to create an ABP project. You can create as many project as you want, develop and upload them to different 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. See the prices page for license types, developer limits and additional developer costs.",
- "ChangingLicenseType": "Can I change my license type in the future?",
- "ChangingLicenseTypeExplanation": "You can always add new developers in your same license type. See also \"How many developers can work on the ABP Commercial?\". You can also upgrade to a higher license by paying the calculated price difference. 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.",
+ "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, see \"How many developers can work on the ABP Commercial?\"",
"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 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.
Upgrading: By upgrading your license, you will promote to a higher license plan which will allow you to get additional benefits. See the license comparison table to check the differences between the license plans.On the other hand, when you upgrade, your license expiry date will not change!To extend your license end date, you need to extend your license.",
"LicenseRenewalCost": "What is the license renewal cost after 1 year?",
@@ -358,6 +358,36 @@
"WeWillSendYouADownloadLink": "A link to download the e-book has been sent to {0}. Check your inbox / junk / spam boxes!",
"InvalidFormInputs": "Please, type the valid information specified on the form.",
"DDDBookEmailBody": "Thank you. To download your book, click here.",
- "FreeDDDEBook": "Free DDD E-Book"
+ "FreeDDDEBook": "Free DDD E-Book",
+ "StartFree": "Start free",
+ "FreeTrial": "Free Trial",
+ "AcceptsMarketingCommunications": " Yes, I`d like to receive ABP Commercial marketing communications.",
+ "PurposeOfUsage": "Purpose of usage",
+ "Industry": "Industry",
+ "Choose": "- Choose -",
+ "CompanyOrganizationName": "Company / Organization Name",
+ "CompanySize": "Company Size",
+ "Next": "Next",
+ "StartTrial": "Start My Free Trial",
+ "ContactUsIssues": "Contact us if you have any issues",
+ "TrialActivatedWarning": "Dear {0}, a user is entitled to have only 1 free trial period. You already used your trial period.",
+ "ActivationRequirement": "You are one step away from starting your free trial. We have sent an email to {0} to activate your account. Check your inbox/junk/spam boxes!",
+ "SaveAndDownload": "Save And Download",
+ "CompanyNameValidationMessage": "Company name is too long!",
+ "AddressValidationMessage": "Address is too long!",
+ "TaxNoValidationMessage": "TAX/VAT No is too long!",
+ "NotesValidationMessage": "Notes field is too long!",
+ "CheckYourBillingInfo": "You can create your invoice only once! Check your billing information before creating your invoice.",
+ "Volo.AbpIo.Commercial:030000": "You already used your trial period.",
+ "Volo.AbpIo.Commercial:030001": "This organization name already exists.",
+ "StartYourFreeTrial": "Start your free trial",
+ "TrialLicenseModelInvalidErrorMessage": "One of the following fields are invalid: Country Name, Company Size, Industry or Purpose Of Usage.",
+ "Trial": "Trial",
+ "Purchased": "Purchased",
+ "PurchaseLicense": "Purchase License",
+ "PurchaseTrialLicenseMessage": "Your license expiration date is {0}. If you want to continue using the projects you created during your free trial period, you need to change the license keys in your 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!"
}
}
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/fi.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/fi.json
index 8de4891e99..8a0e6f22c1 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/fi.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/fi.json
@@ -106,7 +106,7 @@
"DarkBlueTheme": "Tummansininen teema",
"LightTheme": "Kevyt teema",
"ProudToWorkWith": "Ylpeä työskennellä",
- "OurConsumers": "Sadat yritykset ja kehittäjät yli 50 maassa ympäri maailmaa luottavat ABP Commercialiin.",
+ "OurConsumers": "Sadat yritykset ja kehittäjät yli 70 maassa ympäri maailmaa luottavat ABP Commercialiin.",
"JoinOurConsumers": "Liity heihin ja rakenna upeita tuotteita nopeasti.",
"AdditionalServicesExplanation": "Tarvitsetko lisä- tai mukautettuja palveluita? Me ja kumppanimme voimme tarjota; ",
"CustomProjectDevelopment": "Mukautettu projektikehitys",
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/fr.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/fr.json
index e8f4165971..4db09019ed 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/fr.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/fr.json
@@ -106,7 +106,7 @@
"DarkBlueTheme": "Thème bleu foncé",
"LightTheme": "Thème clair",
"ProudToWorkWith": "Fier de travailler avec",
- "OurConsumers": "Des centaines d'entreprises et de développeurs dans plus de 50 pays dans le monde font confiance à ABP Commercial.",
+ "OurConsumers": "Des centaines d'entreprises et de développeurs dans plus de 70 pays dans le monde font confiance à ABP Commercial.",
"JoinOurConsumers": "Rejoignez-les et créez rapidement des produits incroyables.",
"AdditionalServicesExplanation": "Avez-vous besoin de services supplémentaires ou personnalisés? Nous et nos partenaires pouvons fournir; ",
"CustomProjectDevelopment": "Développement de projets personnalisés",
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/hi.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/hi.json
index 4af2f31246..91158973d8 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/hi.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/hi.json
@@ -106,7 +106,7 @@
"DarkBlueTheme": "डार्क ब्लू थीम",
"LightTheme": "प्रकाश थीम",
"ProudToWorkWith": "गर्व के साथ काम करने के लिए",
- "OurConsumers": "दुनिया भर में 50 से अधिक देशों के सैकड़ों उद्यम और डेवलपर्स एबीपी कमर्शियल पर निर्भर हैं।",
+ "OurConsumers": "दुनिया भर में 70 से अधिक देशों के सैकड़ों उद्यम और डेवलपर्स एबीपी कमर्शियल पर निर्भर हैं।",
"JoinOurConsumers": "उनके साथ जुड़ें और तेजी से अद्भुत उत्पादों का निर्माण करें।",
"AdditionalServicesExplanation": "क्या आपको अतिरिक्त या कस्टम सेवाओं की आवश्यकता है? हम और हमारे साथी प्रदान कर सकते हैं; ",
"CustomProjectDevelopment": "कस्टम परियोजना विकास",
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/it.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/it.json
index c2573b2121..ccb9f5ecd1 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/it.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/it.json
@@ -98,7 +98,7 @@
"Details": "Dettagli",
"LeptonTheme": "Tema Lepton",
"ProfessionalModernUIThemes": "Temi dell'interfaccia utente moderni e professionali",
- "LeptonThemeExplanation": "Lepton fornisce una gamma di temi di amministrazione Bootstrap che fungono da solida base per qualsiasi progetto che richieda dashboard di amministrazione.",
+ "LeptonThemeExplanation": "Lepton fornisce una gamma di temi di amministrazione Bootstrap che fungono da solida base per qualsiasi progetto che richieda cruscotto di amministrazione.",
"DefaultTheme": "Tema predefinito",
"MaterialTheme": "Tema Material",
"Default2Theme": "Tema predefinito 2",
@@ -106,7 +106,7 @@
"DarkBlueTheme": "Tema blu scuro",
"LightTheme": "Tema chiaro",
"ProudToWorkWith": "Orgoglioso di lavorare con",
- "OurConsumers": "Centinaia di aziende e sviluppatori in oltre 50 paesi in tutto il mondo si affidano a ABP Commercial.",
+ "OurConsumers": "Centinaia di aziende e sviluppatori in oltre 70 paesi in tutto il mondo si affidano a ABP Commercial.",
"JoinOurConsumers": "Unisciti a loro e crea prodotti sorprendenti velocemente.",
"AdditionalServicesExplanation": "Hai bisogno di servizi aggiuntivi o personalizzati? Noi e i nostri partner possiamo fornire; ",
"CustomProjectDevelopment": "Sviluppo di progetti personalizzati",
@@ -291,6 +291,92 @@
"PayViaAmexCard": "Come posso pagare tramite la mia carta AMEX?",
"PayViaAmexCardDescription": "Il gateway di pagamento predefinito \"Iyzico\" potrebbe rifiutare alcune carte di credito AMEX a causa delle misure di sicurezza. In questo caso, puoi pagare tramite il gateway di pagamento alternativo \"2Checkout\".",
"ThankYou": "Grazie",
- "InvalidReCaptchaErrorMessage": "Si è verificato un errore durante la verifica di reCAPTCHA. Per favore riprova."
+ "InvalidReCaptchaErrorMessage": "Si è verificato un errore durante la verifica di reCAPTCHA. Per favore riprova.",
+ "CompanyName": "Nome Azienda",
+ "YourCompanyName": "Il nome della tua azienda",
+ "FirstName": "Nome",
+ "LastName": "Cognome",
+ "Optional": "Facoltativo",
+ "YourFirstName": "Il tuo nome",
+ "YourLastName": "Il tuo cognome",
+ "SpecialOffer": "Offerta Speciale",
+ "SpecialOfferMessage": "Fai presto! I prezzi sono validi per un periodo limitato.",
+ "DiscountRequest": "Richiesta Sconto",
+ "DiscountRequestDescribeCustomerQuestion": "Quale delle seguenti ti descrive?",
+ "DiscountRequestStudentEmailMessage": "L'indirizzo email deve contenere 'edu'.",
+ "DiscountRequestDeveloperCount": "Quanti sviluppatori ci sono?",
+ "DiscountRequestDeveloperCountExceedMessage": "Non concediamo sconti per le aziende con più di {0} sviluppatori.",
+ "DiscountRequestOrganizationName": "Nome Azienda/Organizzazione/Istituto Scolastico",
+ "Website": "Sito web",
+ "GithubUsername": "Nome utente GitHub",
+ "PhoneNumber": "Numero Telefono",
+ "Country": "Nazione",
+ "DescribeABPCommercialUsage": "Descrivi il progetto che stai pianificando di sviluppare su ABP Commercial",
+ "DiscountRequestCertifyInformationMessage": "Dichiaro che tutte le informazioni fornite corrispondono al vero e sono corrette",
+ "DiscountRequestReceived": "Abbiamo ricevuto la tua richiesta di sconto.",
+ "DiscountRequestStatusMessage": "Risponderemo dopo aver verificato le informazioni fornite.",
+ "MVCOrRazorPages": "MVC (Razor Pages)",
+ "Angular": "Angular",
+ "Blazor": "Blazor",
+ "New": "Nuovo",
+ "MongoDB": "MongoDB",
+ "EBookDDD": "E-Book Domain Driven Design",
+ "PracticalGuideForImplementingDDD": "Questo libro è una guida pratica per implementare il Domain Driven Design con ABP Framework.",
+ "IntroducingDDD": "Introduzione al Domain Driven Design",
+ "DDDLayersAndCleanArchitecture": "DDD Strati e Architettura Pulita",
+ "LayeringOfADotnetSolution": "Stratificazione di una Soluzione .NET",
+ "ImplementingDDDBuildingBlocks": "Implementazione delle Fondamenta del DDD",
+ "DomainVsApplicationLogic": "Logica di Dominio contro Logica Applicazione",
+ "SamplesAndDiscussions": "Esempi e Discussioni",
+ "Free": "Gratuito",
+ "Download": "Download",
+ "DDDEBook": "DDD E-book",
+ "ImplementingDDD": "Implementazione Domain Driven Design",
+ "DDDBookExplanation": "Una guida pratica per implementare il Domain Driven Design con ABP Framework.",
+ "Overview": "Panoramica",
+ "DDDBookPracticalGuide": "Questa a una guida pratica per implementare Domain Driven Design (DDD). Mentre i dettagli per l'implementazione sono basati sull'infrastruttura di ABP Framework, i concetti base, principi e modelli possono essere applicati a qualsiasi soluzione, anche se non è una soluzione .NET.",
+ "TableOfContents": "Sommario",
+ "IntroductionToImplementingDDD": "Introduzione all'Implementazione Domain Driven Design",
+ "WhatIsDDD": "Cos'è il Domain Driven Design?",
+ "Implementation": "Implementazione",
+ "TheBigPicture": "Il Quadro Generale",
+ "TheBuildingBlock": "Le Fondamenta",
+ "ExampleUseCase": "Esempio d'uso",
+ "DomainAndApplicationLogic": "Logica di Dominio e Logica Applicazione",
+ "Author": "Autore",
+ "PublishedOn": "Pubblicato il",
+ "Page": "Pagina",
+ "FreeEBook": "E-Book Gratuito",
+ "EBookSignInForDownload": "Accedi per scaricare l'e-book",
+ "SignIn": "Accedi",
+ "Or": "O",
+ "TellUsAboutYourself": "Dicci qualcosa di te",
+ "Surname": "Cognome",
+ "DoYouAgreePrivacyPolicy": "Acconsento ai Termini e Condizioni ed alla Politica Privacy.",
+ "VolosoftMarketingInformationMessage": "Vorrei informazioni, suggerimenti e offerte sulle Soluzioni per Aziende e Organizzazioni e altri prodotti e servizi Volosoft",
+ "VolosoftSharingInformationMessage": "Vorrei che Volosoft condividesse le mie informazioni con partner selezionati in modo da poter ricevere informazioni rilevanti sui loro prodotti e servizi",
+ "WeWillSendYouADownloadLink": "Un link per scaricare il libro e-book è stato spedito a {0}. Controlla nella posta in arrivo / indesiderata / spam!",
+ "InvalidFormInputs": "Per favore, digita le informazioni valide specificate nel modulo",
+ "DDDBookEmailBody": "Grazie. Per scaricare il tuo libro, clicca qui.",
+ "FreeDDDEBook": "E-Book Gratuito DDD",
+ "StartFree": "Inizia gratuitamente",
+ "FreeTrial": "Prova Gratuita",
+ "AcceptsMarketingCommunications": "Si desidero ricevere comunicazioni marketing riguardanti ABP Commercial",
+ "PurposeOfUsage": "Proposta di utilizzo",
+ "Industry": "Settore",
+ "Choose": "- Scegli -",
+ "CompanyOrganizationName": "Azienda / Nome organizzazione",
+ "CompanySize": "Dimensioni Azienda",
+ "Next": "Prossimo",
+ "StartTrial": "Inizia la mia prova gratuita",
+ "ContactUsIssues": "Contattaci per qualsiasi problema",
+ "TrialActivatedWarning": "Caro {0}, un utente ha diritto di avere 1 solo periodo di prova gratuito. Hai già utilizzato il tuo periodo di prova.",
+ "ActivationRequirement": "Ti manca un solo passo per iniziare il tuo periodo di prova gratuito. Abbiamo inviato un'email a {0} per attivare il tuo account. Controlla la tua casella di posta e non dimenticare la cartella spam!",
+ "SaveAndDownload": "Salva e Scarica",
+ "CompanyNameValidationMessage": "Il nome dell'azienda è troppo lungo!",
+ "AddressValidationMessage": "L'indirizzo è troppo lungo!",
+ "TaxNoValidationMessage": "TAX/VAT (IVA) è troppo lungo!",
+ "NotesValidationMessage": "Il campo note è troppo lungo!",
+ "CheckYourBillingInfo": "Puoi creare una fattura solo una volta! Controlla i tuoi dati di fatturazione prima di creare una fattura."
}
-}
\ No newline at end of file
+}
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..a88d581d36
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/ro-RO.json
@@ -0,0 +1,363 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ "OrganizationManagement": "Administrarea organizaţiilor",
+ "OrganizationList": "Lista organizaţiilor",
+ "Volo.AbpIo.Commercial:010003": "Nu sunteţi proprietarul acestei organizaţii!",
+ "OrganizationNotFoundMessage": "Nicio organizaţie găsită!",
+ "DeveloperCount": "Alocaţi / total dezvoltatori",
+ "QuestionCount": "Rămase / total întrebări",
+ "Unlimited": "Nelimitat",
+ "Owners": "Proprietari",
+ "AddMember": "Adaugă membru",
+ "AddOwner": "Adaugă proprietar",
+ "AddDeveloper": "Adaugă dezvoltator",
+ "UserName": "Nume utilizator",
+ "Name": "Nume",
+ "EmailAddress": "Adresă de email",
+ "Developers": "Dezvoltatori",
+ "LicenseType": "Tip licenţă",
+ "Manage": "Administrează",
+ "StartDate": "Data de început",
+ "EndDate": "Data de sfârşit",
+ "Modules": "Module",
+ "LicenseExtendMessage": "Data expirării licenţei dumneavoastră a fost prelungită până în {0}",
+ "LicenseUpgradeMessage": "Licenţa dumneavoastră a fost actualizată la {0}",
+ "LicenseAddDeveloperMessage": "{0} dezvoltatori au fost ataşaţi licenţei dumneavoastră",
+ "Volo.AbpIo.Commercial:010004": "Utilizatorul nu a putut fi găsit! Acesta trebuie să se fi înregistrat deja.",
+ "MyOrganizations": "Organizaţiile mele",
+ "ApiKey": "Cheie API",
+ "UserNameNotFound": "Nu există niciun utilizator cu numele {0}",
+ "SuccessfullyAddedToNewsletter": "Vă mulţumim pentru că v-aţi abonat la newsletter-ul nostru!",
+ "MyProfile": "Profilul meu",
+ "EmailNotValid": "Vă rugăm să introduceţi o adresa de email validă.",
+ "JoinOurMarketingNewsletter": "Alăturaţi-va newsletter-ului nostru de marketing",
+ "WouldLikeToReceiveMarketingMaterials": "Aş dori să primesc materiale de marketing precum oferte şi oferte speciale.",
+ "StartUsingYourLicenseNow": "Începe folosirea licenţei tale acum!",
+ "WelcomePage": "Pagina de bun venit",
+ "UnsubscriptionExpireEmail": "Dezabonează-te de la emailuri informative despre data expirării licenţei.",
+ "UnsubscribeLicenseExpireEmailReminderMessage": "Această abonament prin email conţine numai amintirea datei de expirare a licenţei.",
+ "UnsubscribeFromLicenseExpireEmails": "Dacă nu mai doriţi să primiţi emailuri informative despre data de expirare a licenţei dumneavoastră, puteţi să vă dezabonaţi oricând.",
+ "Unsubscribe": "Dezabonează-te",
+ "NotOrganizationMember": "Nu sunteţi membru al niciunei organizaţii.",
+ "UnsubscribeLicenseExpirationEmailSuccessTitle": "V-aţi dezabonat cu succes.",
+ "UnsubscribeLicenseExpirationEmailSuccessMessage": "Nu veţi mai primi emailuri informative despre data de expirare a licenţei dumneavoastră.",
+ "IndexPageHeroSection": "A complete web development platformbuilt-on framework",
+ "AbpCommercialShortDescription": "ABP Commercial oferă module de aplicaţii pre-construite, instrumente de dezvoltare rapidă a aplicaţiilor, teme UI profesionale, asistenţă premium şi multe altele.",
+ "LiveDemo": "Live Demo",
+ "GetLicence" :"Obţine o licenţă",
+ "Application": "Application",
+ "StartupTemplates": "Şabloane de lansare",
+ "Startup": "Lansare",
+ "Templates": "Şabloane",
+ "Developer": "Dezvoltator",
+ "Tools": "Unelte",
+ "Premium": "Premium",
+ "PremiumSupport": "Asistenţă Premium",
+ "PremiumForumSupport": "Forum asistenţă premium",
+ "UI": "UI",
+ "Themes": "Teme",
+ "JoinOurNewsletter": "Abonaţi-va newsletter-ului nostru",
+ "Send": "Trimite",
+ "Learn": "Învaţă",
+ "AdditionalServices": "Servicii suplimentare",
+ "WhatIsABPFramework": "CE ESTE FRAMEWORK-UL ABP?",
+ "OpenSourceBaseFramework": "Open Source Base Framework",
+ "ABPFrameworkExplanation": "
ABP Commercial se bazează pe framework-ul ABP, un framework open source şi bazat pe comunitate pentru ASP.NET Core.
ABP Framework oferă o infrastructură excelentă pentru a scrie cod care poate fi întreţinut, extins şi testat cu cele mai bune practici.
Construit şi integrat în instrumentele populare pe care le cunoaşteţi deja. Curbă de învăţare redusă, adaptare uşoară, dezvoltare confortabilă.
Construirea de aplicaţii web de nivel enterprise poate fi complexă şi poate consuma mult timp.
ABP Commercial oferă infrastructura de bază pentru toate soluţiile moderne bazate pe ASP.NET Core de nivel enterprise. De la proiectare până la implementare, întregul ciclu de dezvoltare este împuternicit de funcţiile şi modulele integrate ale ABP.
",
+ "StartupTemplatesShortDescription": "Şabloanele de pornire vă fac să începeţi proiectul în câteva secunde.",
+ "UIFrameworksOptions": "UI frameworks options;",
+ "DatabaseProviderOptions": "Opţiuni furnizor de bază de date;",
+ "PreBuiltApplicationModules": "Module de aplicaţii pre-construite",
+ "PreBuiltApplicationModulesShortDescription": "Cele mai comune cerinţe de aplicaţie sunt deja dezvoltate pentru dumneavoastră sub formă de module reutilizabile.",
+ "Account": "Cont",
+ "Blogging": "Blogging",
+ "Identity": "Identitate",
+ "IdentityServer": "Identity Server",
+ "Saas": "Saas",
+ "LanguageManagement": "Administrarea limbilor",
+ "TextTemplateManagement": "Text Template Management",
+ "SeeAllModules": "Vezi toate modulele",
+ "ABPSuite": "ABP Suite",
+ "AbpSuiteShortDescription": "ABP Suite este un instrument complementar pentru ABP Commercial.",
+ "AbpSuiteExplanation": "Vă permite să creaţi pagini web în câteva minute. Este un instrument .NET Core global, care poate fi instalat din linia de comandă. Poate crea o nouă soluţie ABP, poate genera pagini CRUD, începând de la baza de date până la front-end.",
+ "Details": "Detalii",
+ "LeptonTheme": "Tema Lepton",
+ "ProfessionalModernUIThemes": "Teme UI profesionale, moderne",
+ "LeptonThemeExplanation": "Lepton oferă o gamă de teme de administrare Bootstrap, care servesc ca o bază solidă pentru orice proiect care necesită tabloul de bord de administrare.",
+ "DefaultTheme": "Tema Default",
+ "MaterialTheme": "Tema Material",
+ "Default2Theme": "Tema Default 2",
+ "DarkTheme": "Tema Dark",
+ "DarkBlueTheme": "Tema Dark Blue",
+ "LightTheme": "Tema Light",
+ "ProudToWorkWith": "Mândru să lucrez cu",
+ "OurConsumers": "Sute de întreprinderi şi dezvoltatori din peste 70 de ţări din jurul lumii se bazează pe ABP Commercial.",
+ "JoinOurConsumers": "Alăturaţi-va lor şi construiţi produse uimitoare rapid.",
+ "AdditionalServicesExplanation": "Aveţi nevoie de servicii suplimentare sau personalizate? Noi şi partenerii noştri vi le putem oferi;",
+ "CustomProjectDevelopment": "Custom Project Development",
+ "CustomProjectDevelopmentExplanation": "Dezvoltatori dedicaţi pentru proiectele dumneavoastră personalizate.",
+ "PortingExistingProjects": "Portarea proiectelor existente",
+ "PortingExistingProjectsExplanation": "Migrarea proiectelor dumneavoastră vechi pe platforma ABP.",
+ "LiveSupport": "Asistenţă live",
+ "LiveSupportExplanation": "Opţiune de asistenţă live la distanţă oricând aveţi nevoie.",
+ "Training": "Instruire",
+ "TrainingExplanation": "Instruire dedicată pentru dezvoltatorii dumneavoastră.",
+ "OnBoarding": "Integrare",
+ "OnBoardingExplanation": "Ajutor pentru configurarea dezvoltării, mediilor CI & CD.",
+ "PrioritizedTechnicalSupport": "Asistenţă tehnică prioritară",
+ "PremiumSupportExplanation": "Pe lângă excelentul suport comunitar al framework-ului ABP, echipa noastră de asistenţă răspunde la întrebările tehnice şi la problemele utilizatorilor comerciali cu prioritate crescută.",
+ "SeeTheSupportOptions": "Vedeţi opţiunile de asistenţă",
+ "Contact": "Contact",
+ "TellUsWhatYouNeed": "Spuneţi-ne de ce aveţi nevoie.",
+ "YourMessage": "Mesajul dumneavoastră",
+ "YourFullName": "Numele dumneavoastră complet",
+ "EmailField": "Adresa de email",
+ "YourEmailAddress": "Adresa dumneavoastră de email",
+ "HowMayWeHelpYou": "Cum vă putem ajuta?",
+ "SendMessage": "Trimite mesaj",
+ "Success": "Succes",
+ "WeWillReplyYou": "Am primit mesajul dumneavoastră şi vă vom contacta cât de repede posibil.",
+ "GoHome": "Navigaţi acasă",
+ "CreateLiveDemo": "Crează Demo Live",
+ "RegisterToTheNewsletter": "Înregistraţi-va la newsletter pentru a primi informaţii despre ABP.IO, inclusiv lansări noi etc.",
+ "EnterYourEmailOrLogin": "Introduceţi-vă adresa de email pentru a vă crea demo-ul sau Autentificaţi-vă folosind contul existent.",
+ "ApplicationTemplate": "Application Template",
+ "ApplicationTemplateExplanation": "Şablonul de pornire a aplicaţiei este utilizat pentru a crea o nouă aplicaţie web.",
+ "EfCoreProvider": "Entity Framework (susţine SQL Server, MySQL, PostgreSQL, Oracle şi altele)",
+ "AlreadyIncludedInTemplateModules": "Următoarele module sunt deja incluse şi configurate în acest şablon:",
+ "ApplicationTemplateArchitecture": "Acest şablon de aplicaţie susţine arhitecturi structurate pe nivele, în care nivelul UI, nivelul API şi serviciul de autentificare sunt separate fizic.",
+ "SeeTheGuideOrGoToTheLiveDemo": "Consultaţi ghidul dezvoltatorului pentru informaţii tehnice despre acest şablon sau mergeţi la demo-ul live.",
+ "DeveloperGuide": "Ghidul dezvoltatorului",
+ "ModuleTemplate": "Module Template",
+ "ModuleTemplateExplanation1": "Vreţi să creaţi un modul pe care sa-l reutilizaţi în cadrul diferitelor aplicaţii? Acest şablon de pornire pregăteşte totul pentru a putea începe să creaţi un modul sau un microserviciu reutilizabil.",
+ "ModuleTemplateExplanation2": "
Puteţi susţine cadre UI simple sau multiple, furnizori unici sau multipli pentru baza de date pentru un singur modul. Şablonul de pornire este configurat pentru a rula şi testa modulul dumneavoastră într-o aplicaţie minimă, în plus faţă de infrastructura de testare şi integrare.
Consultaţi ghidul dezvoltatorului pentru informaţii tehnice despre acest şablon.
",
+ "WithAllStyleOptions": "cu toate opţiunile de stil",
+ "Demo": "Demo",
+ "SeeAllModules": "Vezi toate modulele",
+ "ABPCLIExplanation": "ABP CLI (Command Line Interface) este un instrument de linii de comandă pentru executarea unor operaţii comune pentru soluţiile ABP.",
+ "ABPSuiteEasilyCURD": "Suita ABP este un instrument care vă permite crearea cu uşurinţă a paginilor CRUD",
+ "WeAreHereToHelp": "Suntem aici să Ajutăm",
+ "BrowseOrAskQuestion": "Puteţi răsfoi subiectele noastre de ajutor sau puteţi căuta în cadrul secţiunii întrebărilor frecvent adresate, sau ne puteţi adresa o întrebare folosind formularul de contact.",
+ "SearchQuestionPlaceholder": "Caută în întrebările frecvent adresate",
+ "WhatIsTheABPCommercial": "Ce este ABP Commercial?",
+ "WhatAreDifferencesThanAbpFramework": "Care sunt diferenţele dintre ABP Framework şi ABP Comercial?",
+ "ABPCommercialExplanation": "ABP Commercial este un set de module premium, instrumente, teme şi servicii construite pe baza ABP framework. ABP Commercial este dezvoltat şi întreţinut de către aceeaşi echipă din spatele ABP framework.",
+ "WhatAreDifferencesThanABPFrameworkExplanation": "
ABP framework este un framework de dezvoltare de aplicaţii modulare, compatibil cu micro-servicii dedicate ASP.NET Core. Oferă o arhitectură completă şi o infrastructură puternică pentru a vă face să vă concentraţi asupra propriului cod, mai degrabă decât să vă repetaţi pentru fiecare proiect nou. Se bazează pe cele mai bune practici de dezvoltare software, şi pe instrumentele populare pe care le cunoaşteţi deja.
ABP Framework este complet gratuit, open-source şi bazat pe comunitate. De asemenea, oferă şi o temă gratuită şi câteva module pre-construite (de exemplu, gestionarea identităţii şi a chiriaşilor).
",
+ "VisitTheFrameworkVSCommercialDocument": "Accesaţi următorul link, pentru mai multe informaţii {1} ",
+ "ABPCommercialFollowingBenefits": "ABP Commercial adaugă următoarele beneficii peste framework-ul ABP;",
+ "Professional": "Profesional",
+ "UIThemes": "Teme UI",
+ "EnterpriseModules": "Module de aplicaţii pregătite pentru întreprinderi, bogate în funcţionalităţi, pre-construite (e.g. Identity Server management, SaaS management, language management)",
+ "ToolingToSupport": "Instrumente pentru a vă susţine productivitatea de dezvoltare (e.g. Suita ABP)",
+ "PremiumSupportLink": "Asistenţă premium",
+ "WhatDoIDownloadABPCommercial": "Ce descarc când cumpăr ABP Commercial?",
+ "CreateUnlimitedSolutions": "Odată ce aţi cumpărat o licenţă ABP Commercial, veţi putea să creaţi soluţii nelimitate, descrise în documentul Noţiuni de bază.",
+ "ABPCommercialSolutionExplanation": "Când creaţi o aplicaţie nouă, veţi primi o soluţie de Visual Studio (un şablon de pornire) bazat pe preferinţele dumneavoastră. Soluţia descărcată conţine module comerciale şi teme pre-instalate şi configurate pentru dumneavoastră. Puteţi şterge un modul pre-instalat sau să adăugaţi altul dacă doriţi. Toate modulele şi temele folosesc un pachet NuGet/NPM în mod implicit.",
+ "StartDevelopWithTutorials": "Soluţia descărcată este bine structurată şi documentată. Puteţi începe să vă dezvoltaţi codul dumneavoastră pe baza unuia dintre tutoriale",
+ "TryTheCommercialDemo": "Puteţi încerca versiunea demo pentru a vedea un exemplu de aplicaţie creată folosind şablonul de pornire ABP Commercial.",
+ "HowManyProducts": "Câte produse/soluţii diferite pot construi folosind ABP Commercial?",
+ "HowManyProductsExplanation": "Nu există nicio limită pentru crearea unui proiect ABP. Puteţi crea cât de multe proiecte doriţi, pe care să le dezvoltaţi sau încărcaţi pe diferite servere.",
+ "HowManyDevelopers": "Câţi dezvoltatori pot lucra pe ABP Commercial?",
+ "HowManyDevelopersExplanation": "Licenţele de ABP Commercial sunt per dezvoltator. Tipuri diferite de licenţă au limite diferite de dezvoltatori. Totuşi, puteţi ataşa mai mulţi dezvoltatori unei licenţe oricând doriţi. Consultaţi preţurile pentru tipurile de licenţă, limitele de dezvoltatori şi costurile adiţionale pentru dezvoltatori.",
+ "ChangingLicenseType": "Pe viitor pot să schimb tipul licenţei?",
+ "ChangingLicenseTypeExplanation": "Puteţi adăuga oricând noi dezvoltatori în licenţa dumneavoastră de acelaşi tip. Consultaţi \"Câţi dezvoltatori pot lucra pe ABP Commercial?\". De asemenea, puteţi opta pentru o licenţă superioară prin plătirea achitarea de preţ. Atunci când optaţi pentru o licenţă superioară, veţi avea parte de beneficiile noii licenţe, însă acest lucru nu va schimba data expirării licenţei.",
+ "LicenseExtendUpgradeDiff": "Care este diferenţa dintre prelungirea licenţei şi îmbunătăţirea acesteia?",
+ "LicenseExtendUpgradeDiffExplanation": "Prelungirea: Prin prelungirea/reînnoirea licenţei dumneavoastră, veţi continua să aveţi acces la asistenţă premium, şi veţi avea parte de actualizările majore ale modulelor şi temelor. Pe lângă asta, veţi putea în continuare să creaţi proiecte noi. Veţi putea folosi în continuare suita ABP, ceea ce va accelera dezvoltarea.Îmbunătăţirea: Prin îmbunătăţirea licenţei dumneavoastră, veţi promova la un plan de licenţă superior, care vă va permite să beneficiaţi de anumite avantaje. Consultaţi tabelul de comparare a licenţelor pentru a verifica diferenţele dintre planurile de licenţă.Pe de altă parte, când îmbunătăţiţi licenţa, data de expirare a acesteia nu se va schimba!Pentru a vă extinde data de încheiere a licenţei, va trebui să vă extindeţi licenţa.",
+ "LicenseRenewalCost": "Care este costul de reînnoire a licenţei dupa 1 an?",
+ "LicenseRenewalCostExplanation": "Rata de reînnoire (extindere) a tuturor licenţelor ABP Comercial reprezintă {0} din preţul listei licenţelor. Preţul de reînnoire a licenţei standard de echipă este de ${1}, cel pentru licenţa standard de afaceri este de ${2} iar cel pentru licenţa standard enterprise este de ${3}. Dacă deja sunteţi clientul nostru, autentificaţi-vă pentru a examina preţurile disponibile pentru reînnoire.",
+ "HowDoIRenewMyLicense": "Cum îmi reînnoiesc licenţa?",
+ "HowDoIRenewMyLicenseExplanation": "Puteţi să vă reînnoiţi licenţa prin accesarea paginii pagina de gestionare a organizaţiei. Pentru a profita de tarifele noastre reduse de reînnoire anticipată, asiguraţi-vă că reînnoiţi înainte de expirarea licenţei. Totuşi, nu vă faceţi griji dacă nu ştiţi când expiră oportunitatea dumneavoastră de reînnoire anticipată. Veţi primi 2 e-mailuri de reamintire înainte de expirarea abonamentului. Vi le vom trimite cu 30, respectiv 7 zile înainte de expirare.",
+ "IsSourceCodeIncluded": "Licenţa mea include şi codul sursă al modulelor comerciale şi a temelor?",
+ "IsSourceCodeIncludedExplanation1": "Depinde de tipul de licenţă pe care aţi achiziţionat-o:",
+ "IsSourceCodeIncludedExplanation2": "Team: Soluţia dumneavoastră foloseste modulele şi temele sub formă de pachete NuGet şi NPM. Nu include şi codul lor sursă. În acest mod, puteţi cu uşurinţă să îmbunătăţiţi aceste module şi teme oricând este o nouă versiune disponibilă. Totuşi, nu veţi primi codul sursă al modulelor şi temelor.",
+ "IsSourceCodeIncludedExplanation3": "Business/Enterprise: Pe lângă licenţa de tip Team, veţi putea să descărcaţi codul sursă al oricărui modul sau al oricărei teme doriţi. Puteţi chiar să eliminaţi referinţele pachetelor NuGet/NPM pentru un anume modul, şi să adăugaţi codul sursă al acestuia direct în soluţia dumneavoastră pentru a-l putea modifica pe deplin.",
+ "IsSourceCodeIncludedExplanation4": "
Includerea codului sursă al unui modul în soluţia dumneavoastră vă oferă libertate maximă de a personaliza modulul respectiv. Totuşi, atunci nu va fi posibilă actualizarea automată a modulului atunci când o nouă versiune este publicată.
Niciuna dintre licenţe nu include codul sursă al suitei ABP, care este un instrument extern care generează cod pentru dumneavoastră şi contribuie la dezvoltare.
Consultaţi preţurile pentru alte diferenţe între tipurile de licenţe.
",
+ "ChangingDevelopers": "Pe viitor, pot schimba dezvoltatorii ataşaţi organizaţiei mele?",
+ "ChangingDevelopersExplanation": "În plus faţă de adăugarea de noi dezvoltatori la licenţa dumneavoastră, puteţi schimba şi dezvoltatorii existenţi(puteţi elimina un dezvoltator şi adăuga unul nou în locul lui) fără costuri suplimentare.",
+ "WhatHappensWhenLicenseEnds": "Ce se întâmplă când se încheie perioada licenţei mele?",
+ "WhatHappensWhenLicenseEndsExplanation1": "Tipul de licenţă ABP Comercial este o licenţă perpetuă. După ce vă expiră licenţa, puteţi continua dezvoltarea proiectului dumneavoastră. Şi nu sunteţi obligat să vă reînnoiţi licenţa. Licenţa dumneavoastră vine la pachet cu actualizări şi plan de asistenţă valabile timp de un an. Pentru a continua să beneficiaţi de noi caracteristici, îmbunătăţiri de performanţe, corectarea erorilor, asistenţă şi să continuaţi să utilizaţi suita ABP, asiguraţi-vă că vă reînnoiţi licenţa anual. Când vă expiră licenţa, nu veţi mai beneficia de niciunul din beneficiile următoare;",
+ "WhatHappensWhenLicenseEndsExplanation2": "Nu puteţi crea noi soluţii folosind ABP Commercial, dar puteţi continua dezvoltarea aplicaţiilor existente oricând.",
+ "WhatHappensWhenLicenseEndsExplanation3": "You will be able to get updates for the modules and themes within your MAJOR version. For example; if you are using v3.2.0 of a module, you can still get updates for v3.x.x (v3.3.0, v3.5.2... etc.) of that module. But you cannot get updates for the next major version (like v4.x, v5.x)",
+ "WhatHappensWhenLicenseEndsExplanation4": "Nu puteţi instala noi module şi teme adăugate pe platforma ABP Comercial după ce se încheie licenţa dumneavoastră.",
+ "WhatHappensWhenLicenseEndsExplanation5": "Nu puteţi folosi suita ABP.",
+ "WhatHappensWhenLicenseEndsExplanation6": "Nu veţi mai avea parte de asistenţă premium.",
+ "WhatHappensWhenLicenseEndsExplanation7": "Puteţi să vă reînnoiţi abonamentul dacă vreţi să continuaţi să aveţi parte de aceste beneficii. Dacă vă reînnoiţi abonamentul în termen de o lună după ce vă expiră licenţa, vi se aplică un discount de 20%.",
+ "WhenShouldIRenewMyLicense": "Când ar trebui să-mi reînnoiesc licenţa?",
+ "WhenShouldIRenewMyLicenseExplanation1": "Dacă vă reînnoiţi licenţa în termen de 1 lună după ce vă expiră licenţa, se va aplica un discount de 20%.",
+ "WhenShouldIRenewMyLicenseExplanation2": "Dacă vă reînnoiţi licenţa la o lună după ce aceasta a expirat, preţul de reînnoire va fi acelaşi cu cel iniţial, şi nu va fi aplicat niciun discount pentru reînnoirea dumneavoastră.",
+ "TrialPlan": "Aveţi un plan de încercare?",
+ "TrialPlanExplanation": "Pentru moment, ABP Comercial nu include un plan de încercare. Pentru licenţa de Team oferim înapoirea banilor în termen de 30 de zile. Puteţi să solicitaţi o restituire în primele 30 de zile. Pentru licenţele de tip Business şi Enterprise, noi asigurăm restituirea a 60% din sumă în 30 de zile. Acest lucru se datorează faptului că licenţele de tip Business şi Enterprise includ codul sursă complet al tuturor modulelor şi temelor.",
+ "DoYouAcceptBankWireTransfer": "Acceptaţi transfer bancar?",
+ "DoYouAcceptBankWireTransferExplanation": "Da, acceptăm transfer bancar. După trimiterea taxei de licenţă prin transfer bancar, trimiteţi-ne pe e-mail la info@abp.io chitanţa dumneavoastră şi tipul de licenţă solicitat. Informaţiile despre contul bancar internaţional al nostru:",
+ "HowToUpgrade": "Cum se actualizează aplicaţiile existente atunci când este disponibilă o nouă versiune?",
+ "HowToUpgradeExplanation1": "Cand creaţi o nouă aplicaţie folosind ABP Commercial, toate modulele şi tema sunt folosite sub formă de pachete NuGet şi NPM. Astfel, puteţi cu uşurinţă să actualizaţi pachetele atunci când o versiune nouă este disponibilă.",
+ "HowToUpgradeExplanation2": "Pe lângă actualizările standard NuGet-NPM, ABP CLI furnizează o comandă de actualizare automată care identifică şi actualizează toate pachetele legate de ABP din soluţia dumneavoastră.",
+ "DatabaseSupport": "Ce sisteme de baze de date sunt suportate?",
+ "DatabaseSupportExplanation": "ABP Framework în sine este agnostic din punct de vedere al bazei de date, şi poate funcţiona cu orice furnizor de baze de date prin natura sa. Consultaţi documentul de acces la date pentru o listă a furnizorilor implementaţi până în clipa de faţă.",
+ "UISupport": "Ce UI frameworks sunt suportate?",
+ "Supported": "Suportat",
+ "UISupportExplanation": "ABP Framework în sine este agnostic din punct de vedere al UI framework şi poate funcţiona cu orice UI framework. Cu toate acestea, şabloanele de pornire, UI-urile modulelor şi temele nu au fost implementate pentru toate module UIs. Consultaţi documentul de început pentru lista actualizată a opţiunilor UI.",
+ "MicroserviceSupport": "Suportă arhitectura de micro-servicii?",
+ "MicroserviceSupportExplanation1": "Unul din scopurile principale ale ABP framework este să furnizeze o structură convenabilă pentru crearea soluţiilor micro-service. Consultaţi documentul arhitectura micro-service pentru a înţelege cum ajută la crearea sistemelor de micro-servicii.",
+ "MicroserviceSupportExplanation2": "Toate modulele ABP Commercial sunt dezvoltate pentru a suporta scenarii de implementare a micro-serviciilor (cu propriul API şi bază de date) prin respectarea celor mai bune practici de dezvoltare a modulelor.",
+ "MicroserviceSupportExplanation3": "Vă oferim soluţie demo de micro-servicii care demonstrează o implementare a arhitecturii de micro-servicii pentru a vă ajuta să vă creaţi propria soluţie.",
+ "MicroserviceSupportExplanation4": "Deci, răspunsul pe scurt este \"da, suportă o arhitectură de micro-service\".",
+ "MicroserviceSupportExplanation5": "Totuşi, un sistem de tip micro-service reprezintă o soluţie, şi fiecare soluţie va avea cerinţe diferite, topologie de reţea, scenarii de comunicare, posibilităţi de autentificare, separarea bazei de date/împărţirea deciziilor, configurări în timp real, integrări de sisteme terţe parte şi multe altele.",
+ "MicroserviceSupportExplanation6": "ABP Framework şi ABP Commercial furnizează infrastructura pentru scenarii de micro-servicii, module de micro-servicii compatibile, exemple şi documentaţie pentru a vă ajuta să vă construiţi propria soluţie. Dar nu vă aşteptaţi să descărcaţi direct soluţia visurilor dumneavoastră. Veţi fi nevoit(ă) să o întelegeţi şi să puneţi câteva piese cap la cap pe baza cerinţelor dumneavoastră.",
+ "WhereCanIDownloadSourceCode": "De unde pot descărca codul sursă?",
+ "WhereCanIDownloadSourceCodeExplanation": "Puteţi descărca codul sursă al tuturor modulelor ABP, pachetelor Angular şi al temelor prin suita ABP sau ABP CLI. Consultaţi Cum descarc codul sursă?",
+ "ComputerLimitation": "Pe câte calculatoare se poate autentifica un dezvoltator atunci când foloseşte ABP ABP?",
+ "ComputerLimitationExplanation": "Permitem în mod specific {0} staţii per dezvoltator individual/autorizat. Ori de câte ori este nevoie ca un dezvoltator să dezvolte produse ABP Commercial pe o altă staţie, un e-mail ar trebui să fie trimis la license@abp.io pentru a explica situaţia, şi atunci vom face alocarea corespunzătoare în sistemul nostru.",
+ "RefundPolicy": "Aveţi o politică de rambursare?",
+ "RefundPolicyExplanation": "Puteţi solicita un ramburs în decurs de 30 de zile de la cumpărarea licenţei. Licenţele de tip Business şi Enterprise au opţiune de descărcare a codului sursă, prin urmare rambursul nu este posibil pentru licenţele Business and Enterprise (şi pentru oricare altă licenţă care beneficiază de dreptul de a primi codul sursă). În plus, nu se fac rambursări pentru reînnoiri şi achiziţii de licenţe suplimentare.",
+ "HowCanIRefundVat": "Cum pot deduce TVA-ul?",
+ "HowCanIRefundVatExplanation1": "Dacă aţi făcut plata folosind 2Checkout, puteţi deduce TVA-ul în contul dumneavoastră 2Checkout:",
+ "HowCanIRefundVatExplanation2": "Autentificaţi-vă în contul dumneavoastră 2Checkout",
+ "HowCanIRefundVatExplanation3": "Găsiţi comanda respectivă şi apăsaţi pe \"Deducerea tardivă a TVA-ului \" (introduceţi CUI-ul dumneavoastră)",
+ "HowCanIGetMyInvoice": "Cum îmi pot obţine factura?",
+ "HowCanIGetMyInvoiceExplanation": "Există două procesatori de plăţi pentru cumpărarea unei licenţă: PayU şi 2Checkout. Dacă veţi cumpăra o licenţă prin procesatorul 2Checkout, vă va trimite chitanţa PDF pe adresa dumneavoastră de email, consultaţi facturarea 2Checkout. Dacă veţi cumpăra o licenţă prin procesatorul PayU gateway sau prin transfer bancar, vă vom pregăti chitanţa şi vă vom trimite. Puteţi solicita chitanţa dumneavoastră din pagina de gestionare a organizaţiei.",
+ "Forum": "Forum",
+ "SupportExplanation": "Licenţele ABP Commercial furnizează asistenţă premium pe forum din partea unei echipe alcătuite din experţi ai ABP.",
+ "PrivateTicket": "Tichet privat",
+ "PrivateTicketExplanation": "Licenţa de tip Enterprise include de asemenea şi asistenţă privată cu sisteme de e-mail şi tichete.",
+ "AbpSuiteExplanation1": "Suita ABP vă permite să construiţi pagini web în decurs de câteva minute. Este un instrument global .NET Core care poate fi instalat din linia de comandă.",
+ "AbpSuiteExplanation2": "Poate crea o nouă soluţie ABP, genera paginii CRUD începând de la baza de date şi până la front-end. Pentru o prezentare tehnică consultaţi documentul",
+ "FastEasy": "Rapid şi usor",
+ "AbpSuiteExplanation3": "Suita ABP vă permite să creaţi pagini CRUD cu uşurinţă. Trebuie doar să vă definiţi entitatea şi proprietăţile sale, şi să lăsaţi restul în seama suitei ABP! Suita ABP generează tot codul necesar pentru pagina dumneavoastră CRUD în câteva secunde. Suportă interfeţe de utilizator Angular, MVC şi Blazor.",
+ "RichOptions": "Opţiuni ample",
+ "AbpSuiteExplanation4": "Suita ABP suportă multiple opţiuni UI precum Pagini Razor şi Angular. Suportă de asemenea şi baze de date multiple, precum MongoDB şi toate bazele de date suportate de EntityFramework Core (MS SQL Server, Oracle, MySql, PostgreSQL şi altele).",
+ "AbpSuiteExplanation5": "Partea bună este că dumneavoastră nu trebuie să vă faceţi griji despre aceste opţiuni. Suita ABP înţelege tipul proiectului dumneavoastră şi generează cod pentru proiectul dumneavoastră şi îl plasează în locul potrivit din proiect.",
+ "SourceCode": "Cod sursă",
+ "AbpSuiteExplanation6": "Suita ABP generează codul sursă pentru dumneavoastră! Nu generează fişiere magice pentru a genera pagina web. Suita ABP generează codul sursă petnru Entity, Repository, Application Service, Code First Migration, JavaScript/TypeScript şi CSHTML/HTML şi interfeţele necesare de asemenea. Suita ABP generează de asemenea codul respectând Cele mai bune practici ale dezvoltării software, deci nu trebuie să vă faceţi griji în legătură cu calitatea codului generat.",
+ "AbpSuiteExplanation7": "Deoarece aveţi codul sursă al blocurilor de construcţie ale paginii CRUD generate în straturile de aplicaţie corecte, puteţi modifica cu uşurinţă codul sursă şi puteţi injecta logica personalizată/business a codului generat.",
+ "CrossPlatform": "Platformă transversală",
+ "AbpSuiteExplanation8": "Suita ABP este construită cu .NET Core şi este o platformă transversală. Se execută ca o aplicaţie web pe calculatorul dumneavoastră local. O puteţi rula pe Windows, Mac şi Linux",
+ "OtherFeatures": "Alte funcţionalităţi",
+ "OtherFeatures1": "Actualizeată pachetele NuGet şi NPM din soluţia dumneavoastră cu uşurinţă.",
+ "OtherFeatures2": "Regenerează paginile deja generate de la zero.",
+ "OtherFeatures3": "Crează noi soluţii",
+ "ThanksForCreatingProject": "Mulţumim pentru că v-aţi creat proiectul!",
+ "HotToRunSolution": "Cum să rulaţi soluţia dumneavoastră?",
+ "HotToRunSolutionExplanation": "Consultaţi documentul de noţiuni de bază pentru a învăţa cum să vă configuraţi şi rulaţi aplicaţia.",
+ "GettingStarted": "Noţiuni de bază",
+ "WebAppDevTutorial": "Tutorial Web App Dev",
+ "WebAppDevTutorialExplanation": "Consultaţi tutorialul de dezvoltare a aplicaţiilor web pentru un exemplu de dezvoltare pas cu pas.",
+ "Document": "Document",
+ "UsingABPSuiteToCURD": "Folosind suita ABp pentru generarea şi utilizarea paginilor CRUD",
+ "SeeABPSuiteDocument": "Consultaţi documentaţia suitei ABP pentru a învăţa utilizarea suitei ABP.",
+ "AskQuestionsOnSupport": "Puteţi adresa întrebări pe ABP Commercial Support.",
+ "Documentation": "Documentaţie",
+ "SeeModulesDocument": "Consultaţi documentul modulelor pentru lista tuturor modulelor comerciale (pro) şi documentele acestora.",
+ "Pricing": "Preţuri",
+ "PricingExplanation": "Alegeţi caracteristicile şi funcţionalitatea nevoilor afacerii dumneavoastră acum. Actualizaţi-le cu uşurinţă pe măsură ce afacerea dumneavoastră se dezvoltă.",
+ "Team": "Team",
+ "Business": "Business",
+ "Enterprise": "Enterprise",
+ "Custom": "Personalizat",
+ "IncludedDeveloperLicenses": "Licenţe de dezvoltator incluse",
+ "CustomLicenceOrAdditionalServices": "Aveţi nevoie de o licenţă personalizată sau de servicii suplimentare?",
+ "CustomOrVolumeLicense": "Licenţă personalizată sau de volum",
+ "LiveTrainingSupport": "Instruire şi asistenţă în timp real",
+ "AndMore": "şi multe altele",
+ "AdditionalDeveloperLicense": "Licenţă suplimentară de dezvoltator",
+ "ProjectCount": "Număr de proiecte",
+ "AllProModules": "Toate modulele pro",
+ "AllProThemes": "Toate temele pro",
+ "AllProStartupTemplates": "Toate şabloanele de pornire pro",
+ "SourceCodeOfAllModules": "Codul sursă al tuturor modulelor",
+ "SourceCodeOfAllThemes": "Codul sursă al tuturor temelor",
+ "PerpetualLicense": "Licenţă perpetuă",
+ "UnlimitedServerDeployment": "Implementări nelimitate a serverului",
+ "YearUpgrade": "actualizare de 1 an",
+ "YearPremiumForumSupport": "Asistenţă premium pe forum de 1 an",
+ "ForumSupportIncidentCountYear": "Asistenţă pe forum număr de incidente/an",
+ "PrivateTicketEmailSupport": "Tichet privat şi asistenţă pe email",
+ "BuyNow": "Cumpără acum",
+ "PayViaAmexCard": "Cum pot plăti folosind cardul meu AMEX?",
+ "PayViaAmexCardDescription": "Procesatorul implicit 'Iyzico' s-ar putea să refuze anumite carduri AMEX ca măsură de securitate. În acest caz, puteţi plăti prin procesatorul alternativ '2Checkout'.",
+ "ThankYou": "Vă mulţumim",
+ "InvalidReCaptchaErrorMessage": "A intervenit o eroare în verificarea reCAPTCHA. Vă rugăm să încercaţi din nou.",
+ "CompanyName": "Nume companie",
+ "YourCompanyName": "Numele companiei dumneavoastră",
+ "FirstName": "Nume",
+ "LastName": "Prenume",
+ "Optional": "Opţional",
+ "YourFirstName": "Numele dumneavoastră",
+ "YourLastName": "Prenumele dumneavoastră",
+ "SpecialOffer": "Ofertă specială",
+ "SpecialOfferMessage": "Grăbiţi-vă! Preţurile sunt disponibile pentru o perioadă limitată.",
+ "DiscountRequest": "Cerere de discount",
+ "DiscountRequestDescribeCustomerQuestion": "Care din următoarele vă descrie?",
+ "DiscountRequestStudentEmailMessage": "Adresa de email trebuie să conţină 'edu'.",
+ "DiscountRequestDeveloperCount": "Câţi dezvoltatori aveţi?",
+ "DiscountRequestDeveloperCountExceedMessage": "Nu furnizăm licenţe reduse pentru companii care au peste {0} dezvoltatori.",
+ "DiscountRequestOrganizationName": "Numele companiei/organizaţiei/şcolii",
+ "Website": "Site web",
+ "GithubUsername": "Nume de utilizator GitHub",
+ "PhoneNumber": "Număr de telefon",
+ "Country": "Ţara",
+ "DescribeABPCommercialUsage": "Descrieţi proiectul pe care folosiţi să-l dezvoltaţi pe baza APB Commercial",
+ "DiscountRequestCertifyInformationMessage": "Certific că toate informaţiile sunt adevărate şi corecte.",
+ "DiscountRequestReceived": "Am primit solicitarea dumneavoastră de reducere.",
+ "DiscountRequestStatusMessage": "Vă vom răspunde după verificarea informaţiilor pe care le-aţi furnizat.",
+ "MVCOrRazorPages": "MVC (Razor Pages)",
+ "Angular": "Angular",
+ "Blazor": "Blazor",
+ "New": "New",
+ "MongoDB": "MongoDB",
+ "EBookDDD": "E-Book Domain Driven Design",
+ "PracticalGuideForImplementingDDD": "Această carte reprezintă un ghid practic pentru implementarea proiectării bazate pe domeniu în ABP Framework.",
+ "IntroducingDDD": "Introducing Domain Driven Design",
+ "DDDLayersAndCleanArchitecture": "DDD Layers & Clean Architecture",
+ "LayeringOfADotnetSolution": "Layering of a .NET Solution",
+ "ImplementingDDDBuildingBlocks": "Implementing DDD Building Blocks",
+ "DomainVsApplicationLogic": "Domain Logic vs Application Logic",
+ "SamplesAndDiscussions": "Exemple & Discuţii",
+ "Free": "Gratuit",
+ "Download": "Descarcă",
+ "DDDEBook": "DDD E-book",
+ "ImplementingDDD": "Implementing Domain Driven Design",
+ "DDDBookExplanation": "Ghid practic pentru implementarea proiectării bazate pe domeniu în ABP Framework.",
+ "Overview": "Prezentare generală",
+ "DDDBookPracticalGuide": "Acesta este un ghid practic pentru implementarea proiectării bazate pe domeniu (PBD). În timp ce detaliile de implementare se bazeată pe infrastructura ABP, conceptele de bază, principiile şi modelele sunt aplicabile în orice fel de soluţie, chiar dacă nu este o soluţie .NET.",
+ "TableOfContents": "Cuprins",
+ "IntroductionToImplementingDDD": "Introducere în implementarea proiectării bazate pe domeniu",
+ "WhatIsDDD": "Ce este proiectarea bazată pe domeniu?",
+ "Implementation": "Implementare",
+ "TheBigPicture": "Imaginea de ansamblu",
+ "TheBuildingBlock": "The Building Block",
+ "ExampleUseCase": "Exemplu de utilizare",
+ "DomainAndApplicationLogic": "Domain Logic & Application Logic",
+ "Author": "Autor",
+ "PublishedOn": "Publicat în",
+ "Page": "Pagina",
+ "FreeEBook": "E-Book gratuit",
+ "EBookSignInForDownload": "Pentru a descărca e-book-ul trebuie să vă autentificaţi",
+ "SignIn": "Autentificare",
+ "Or": "Sau",
+ "TellUsAboutYourself": "Spuneţi-ne despre dumneavoastră",
+ "Surname": "Nume",
+ "DoYouAgreePrivacyPolicy": "Sunt de acord cu Termenii şi condiţiile şi Politica de confidenţialitate.",
+ "VolosoftMarketingInformationMessage": "Sunt de acord să primesc informaţii, sfaturi şi oferte despre soluţii pentru afaceri şi organizaţii şi alte produse şi servicii Volosoft.",
+ "VolosoftSharingInformationMessage": "Sunt de acord ca Volosoft să partajeze informaţiile mele cu partenerii selectaţi astfel încât să primesc informaţii relevante despre produsele şi serviciile lor.",
+ "WeWillSendYouADownloadLink": "Un link pentru descărcarea e-book-ului a fost trimis către {0}. Verificaţi-vă căsuţele de inbox / junk / spam!",
+ "InvalidFormInputs": "Vă rugăm să introduceţi informaţia validă specificată în formular.",
+ "DDDBookEmailBody": "Vă mulţumim. Pentru a descărca e-book-ul, click aici.",
+ "FreeDDDEBook": "DDD E-Book gratuit"
+ }
+}
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/sk.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/sk.json
index 7e2143a9af..4b160bdb70 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/sk.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/sk.json
@@ -106,7 +106,7 @@
"DarkBlueTheme": "Tmavomodrá téma",
"LightTheme": "Téma Light",
"ProudToWorkWith": "Hrdo spolupracujeme s",
- "OurConsumers": "Na ABP Commercial sa spoliehajú stovky podnikov a vývojárov vo viac ako 50 krajinách sveta.",
+ "OurConsumers": "Na ABP Commercial sa spoliehajú stovky podnikov a vývojárov vo viac ako 70 krajinách sveta.",
"JoinOurConsumers": "Pridajte sa k nim a jednoducho vytvorte úžasné produkty.",
"AdditionalServicesExplanation": "Potrebujete ďalšie alebo vlastné služby? My a naši partneri vám ich môžeme poskytnúť;",
"CustomProjectDevelopment": "Vývoj projektu na mieru",
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/zh-Hans.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/zh-Hans.json
index 5f99be6ba8..ac5e247264 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/zh-Hans.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/zh-Hans.json
@@ -106,7 +106,7 @@
"DarkBlueTheme": "深蓝主题",
"LightTheme": "浅色主题",
"ProudToWorkWith": "荣幸与你合作",
- "OurConsumers": "全球50多个国家的数百家企业和开发商使用ABP商业版.",
+ "OurConsumers": "全球70多个国家的数百家企业和开发商使用ABP商业版.",
"JoinOurConsumers": "加它他们并快速构建令人惊叹的产品.",
"AdditionalServicesExplanation": "你是否需要额外或自定义的服务? 我们和我们的合作伙伴可以提供;",
"CustomProjectDevelopment": "自定义项目开发",
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/zh-Hant.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/zh-Hant.json
index a676aa9124..80fed13066 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/zh-Hant.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/zh-Hant.json
@@ -104,7 +104,7 @@
"DarkBlueTheme": "深藍主題",
"LightTheme": "淺色主題",
"ProudToWorkWith": "榮幸與你合作",
- "OurConsumers": "全球50多個國家的數百家企業和開發商使用ABP商業版.",
+ "OurConsumers": "全球70多個國家的數百家企業和開發商使用ABP商業版.",
"JoinOurConsumers": "加它他們並快速構建令人驚嘆的產品.",
"AdditionalServicesExplanation": "你是否需要額外或自定義的服務? 我們和我們的合作夥伴可以提供;",
"CustomProjectDevelopment": "自定義項目開發",
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/it.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/it.json
index 6df3bd6ca4..513606bd70 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/it.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/it.json
@@ -2,7 +2,7 @@
"culture": "it",
"texts": {
"Permission:CommunityArticle": "Articolo della comunità",
- "Permission:Edit": "modifica",
+ "Permission:Edit": "Modifica",
"Waiting": "In attesa",
"Approved": "Approvato",
"Rejected": "Respinto",
@@ -80,7 +80,7 @@
"LatestGithubAnnouncements": "Ultimi annunci su GitHub",
"SeeAllAnnouncements": "Vedi tutti gli annunci",
"LatestBlogPost": "Ultimo post sul blog",
- "Edit": "modifica",
+ "Edit": "Modifica",
"ProfileImageChange": "Cambia l'immagine del profilo",
"BlogItemErrorMessage": "Impossibile ottenere i dettagli più recenti del post del blog da ABP.",
"PlannedReleaseDate": "Data di rilascio prevista",
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..7b93754482
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/ro-RO.json
@@ -0,0 +1,147 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ "Permission:CommunityArticle": "Articol comunitar",
+ "Permission:Edit": "Modifică",
+ "Waiting": "În aşteptare",
+ "Approved": "Aprobat",
+ "Rejected": "Respins",
+ "Wait": "Pune în aşteptare",
+ "Approve": "Aprobă",
+ "Reject": "Respinge",
+ "ReadArticle": "Citeşte articolul",
+ "Status": "Starea",
+ "ContentSource": "Sursa conţinutului",
+ "Details": "Detalii",
+ "Url": "Url",
+ "Title": "Titlu",
+ "CreationTime": "Data creării",
+ "Save": "Salvează",
+ "SameUrlAlreadyExist": "Dacă doriţi să adăugaţi acest articol, ar trebui să schimbaţi adresa Url, întrucât aceeaşi adresa url există deja!",
+ "UrlIsNotValid": "Url-ul nu este valid.",
+ "UrlNotFound" : "Url nu a fost găsit.",
+ "UrlContentNotFound": "Conţinutul url-ului nu a fost găsit.",
+ "Summary": "Rezumat",
+ "MostRead": "Cele mai citite",
+ "Latest": "Recente",
+ "ContributeAbpCommunity": "Contribuiţi la comunitatea ABP",
+ "SubmitYourArticle": "Trimiteţi-vă postul",
+ "ContributionGuide": "Ghid de contribuţie",
+ "BugReport": "Raportează eroare",
+ "SeeAllArticles": "Vezi toate postările",
+ "WelcomeToABPCommunity!": "Bun venit în comunitatea ABP!",
+ "MyProfile": "Profilul meu",
+ "MyOrganizations": "Organizaţia mea",
+ "EmailNotValid": "Vă rugăm să introduceţi o adresa de email validă.",
+ "FeatureRequest": "Cerere de funcţionalitate",
+ "CreateArticleTitleInfo": "Titlul postării care va apărea în lista postărilor.",
+ "CreateArticleSummaryInfo": "Un scurt rezumat al postării care va apărea în lista postărilor.",
+ "CreateArticleCoverInfo": "Pentru crearea unei postări eficace, adăugaţi o poză de copertă. Încărcaţi imagini cu raport de aspect 16:9 pentru cea mai bună vizualizare. Dimensiunea maximă a fişierului: 1MB.",
+ "ThisExtensionIsNotAllowed": "Această extensie nu este permisă.",
+ "TheFileIsTooLarge": "Dimensiunea fişierului este prea mare.",
+ "GoToTheArticle": "Vezi articolul",
+ "Contribute": "Contribuie",
+ "OverallProgress": "Progres total",
+ "Done": "Gata",
+ "Open": "Deschide",
+ "Closed": "Închis",
+ "LatestQuestionOnThe": "Ultima întrebare de pe",
+ "Stackoverflow": "Stackoverflow",
+ "Votes": "voturi",
+ "Answer": "Răspunde",
+ "Views": "vizualizări",
+ "Answered": "Răspunse",
+ "WaitingForYourAnswer": "În aşteptarea răspunsului dumneavoastră",
+ "Asked": "întrebate",
+ "AllQuestions": "Toate întrebările",
+ "NextVersion": "Următoarea versiune",
+ "MilestoneErrorMessage": "Nu s-au putut obţine detaliile de referinţă actuale de pe Github.",
+ "QuestionItemErrorMessage": "Nu s-au putut obţine detaliile de referinţă actuale de pe Stackoverflow.",
+ "Oops": "Oops!",
+ "CreateArticleSuccessMessage": "Articolul a fost trimis cu succes. Va fi publicat după ce va fi revizuit de un administrator al site-ului.",
+ "ChooseCoverImage": "Alegeţi o poză de copertă...",
+ "CoverImage": "Poză de copertă",
+ "ShareYourExperiencesWithTheABPFramework": "Împărtăşiţi-vă experienţele cu ABP Framework!",
+ "Optional": "Opţional",
+ "UpdateUserWebSiteInfo": "Exemplu: https://johndoe.com",
+ "UpdateUserTwitterInfo": "Exemplu: johndoe",
+ "UpdateUserGithubInfo": "Exemplu: johndoe",
+ "UpdateUserLinkedinInfo": "Exemplu: https://www.linkedin.com/...",
+ "UpdateUserCompanyInfo": "Exemplu: Volosoft",
+ "UpdateUserJobTitleInfo": "Exemplu: Software Developer",
+ "UserName": "Nume de utilizator",
+ "Company": "Companie",
+ "PersonalWebsite": "Site web personal",
+ "RegistrationDate": "Data înregistrării",
+ "Social": "Social",
+ "Biography": "Biografie",
+ "HasNoPublishedArticlesYet": "nu a publicat niciun articol încă",
+ "Author": "Autor",
+ "LatestGithubAnnouncements": "Ultimele anunţuri de pe Github",
+ "SeeAllAnnouncements": "Vezi toate anunţurile",
+ "LatestBlogPost": "Ultima postare de pe blog",
+ "Edit": "Modifică",
+ "ProfileImageChange": "Schimbă poza de profil",
+ "BlogItemErrorMessage": "Nu s-au putut obţine detaliile ultimei postări de pe from ABP.",
+ "PlannedReleaseDate": "Data planificată de lansare",
+ "CommunityArticleRequestErrorMessage": "Nu s-a putut obţine ultima cerere de articol de pe Github.",
+ "ArticleRequestFromGithubIssue": "Momentan nu există cereri de articole.",
+ "LatestArticles": "Ultimele postări",
+ "ArticleRequests": "Cereri de articole",
+ "AllArticleRequests": "Vedeţi toate cererile de articole",
+ "SubscribeToTheNewsletter": "Abonaţi-vă la newsletter-ul nostru",
+ "NewsletterEmailDefinition": "Obţineţi informaţii despre evenimentele din ABP, cum ar fi lansări noi, surse gratuite, articole şi multe altele.",
+ "NoThanks": "Nu, mulţumesc",
+ "MaybeLater": "Poate mai târziu",
+ "JoinOurArticleNewsletter": "Abonaţi-vă la newsletter-ul nostru de articole",
+ "Community": "Comunitate",
+ "Marketing": "Marketing",
+ "CommunityPrivacyPolicyConfirmation": "Sunt de acord cu termenii şi condiţiile şi politica de confidenţialitate.",
+ "ArticleRequestMessageTitle": "Deschideţi o problemă pe GitHub pentru a solicita un articol/tutorial pe care doriţi să îl vedeţi pe acest site web.",
+ "ArticleRequestMessageBody": "Aici, lista articolelor solicitate de către comunitate. Doriţi să scrieţi un articol solicitat? Vă rugăm să daţi click pe cerere şi să vă alăturaţi discuţiei.",
+ "Language": "Limba",
+ "CreateArticleLanguageInfo": "Limba pentru conţinutul postării.",
+ "VideoPost": "Post video",
+ "Article": "Articol",
+ "Read": "Citeşte",
+ "CreateGithubArticleUrlInfo": "Adresa URL originală GitHub a articolului.",
+ "CreateVideoContentUrlInfo": "Adresa URL originală YouTube a articolului",
+ "CreateExternalArticleUrlInfo": "Adresa URL originală externă a articolului.",
+ "VideoContentForm": "Trimite videoclip pe YouTube",
+ "GithubPostForm": "Trimite articol pe GitHub",
+ "ExternalPostForm": "Trimite un conţinut extern",
+ "HowToPost": "Cum postez?",
+ "Posts": "Postări",
+ "VideoUrl": "Url Video",
+ "GithubArticleUrl": "Adresa Url articol Github",
+ "ExternalArticleUrl": "Adresa Url externă Article",
+ "CreatePostCoverInfo": "Pentru crearea unei postări eficace, adăugaţi o poză de copertă. Încărcaţi imagini cu raport de aspect 16:9 pentru cea mai bună vizualizare. Dimensiunea maximă a fişierului: 1MB.",
+ "ThankYouForContribution": "Vă mulţumim pentru că aţi contribuit la comunitatea ABP.",
+ "GithubArticle": "Articol GitHub",
+ "GithubArticleSubmitStepOne": "1. Scrieţi un articol pe orice repository GitHub folosind formatul Markup. exemplu",
+ "GithubArticleSubmitStepTwo": "2. Trimiteţi Url-ul articolului folosind formularul.",
+ "GithubArticleSubmitStepThree": "3. Articolul dumneavoastră va fi redat în acest site web.",
+ "YoutubeVideo": "Videoclip YouTube",
+ "YoutubeVideoSubmitStepOne": "1. Publicaţi-vă videoclipul pe YouTube.",
+ "YoutubeVideoSubmitStepTwo": "2. Trimieţi Url-ul videoclipului folosind formularul.",
+ "YoutubeVideoSubmitStepThree": "3. Vizitatorii vor putea să vă vizioneze conţinutul video direct de pe acest site web.",
+ "ExternalContent": "Conţinut extern",
+ "ExternalContentSubmitStepOne": "1. Creaţi conţinut pe orice platformă publică (mediu, blogul dumneavoastră sau oriunde doriţi).",
+ "ExternalContentSubmitStepTwo": "2. Trimiteţi-vă conţinutul URL folosind formularul.",
+ "ExternalContentSubmitStepThree": "3. Vizitatorii sunt redirecţionaţi către conţinutul de pe site-ul web original.",
+ "ChooseYourContentType": "Vă rugăm să alegeţi modalitatea pri ncare vreţi să vă adăugaţi conţinutul.",
+ "PostContentViaGithub": "Vreau să adaug articolul meu de pe GitHub conform cu regulile de reducere.",
+ "PostContentViaYoutube": "Vreau să distribui videoclipurile mele disponibile de pe YouTube aici.",
+ "PostContentViaExternalSource": "Vreau să adaug conţinutul pe care l-am publicat pe altă platformă aici.",
+ "GitHubUserNameValidationMessage": "Numele de utilizator al contului dumneavoastră de GitHub nu poate conţine spaţii goale, vă rugăm să verificaţi că numele de utilizator al contului dumneavoastră de GitHub este corect.",
+ "PersonalSiteUrlValidationMessage": "Url-ul site-ului dumneavoastră personal nu poate conţine spaţii goale, vă rugăm să verificaţi ca Url-ul site-ului dumneavoastră personal este corect.",
+ "TwitterUserNameValidationMessage": "Url-ul dumneavoastră de Twitter nu poate conţine spaţii goale, vă rugăm să verificaţi ca Url-ul de Twitter este corect.",
+ "LinkedinUrlValidationMessage": "Url-ul dumneavoastră de LinkedIn nu poate conţine spaţii goale, vă rugăm să verificaţi ca Url-ul de LinkedIn este corect.",
+ "NoPostsFound": "Nu s-au găsit postări!",
+ "SearchInPosts": "Caută în postări...",
+ "MinimumSearchContent": "Trebuie să introduceţi cel putin 3 caractere!",
+ "Volo.AbpIo.Domain:060001": "Sursa URL(\"{ArticleUrl}\") nu este URL GitHub",
+ "Volo.AbpIo.Domain:060002": "Conţinutul articolului nu este disponibil din resursa de pe GitHub(\"{ArticleUrl}\").",
+ "Volo.AbpIo.Domain:060003": "Nu a fost găsit conţinutul articolului!"
+ }
+}
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Docs/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Docs/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..c5a76c1617
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Docs/Localization/Resources/ro-RO.json
@@ -0,0 +1,5 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ }
+}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Support/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Support/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..c5a76c1617
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Support/Localization/Resources/ro-RO.json
@@ -0,0 +1,5 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ }
+}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/it.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/it.json
index 1a55221f1f..6b56b785ca 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/it.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/it.json
@@ -117,7 +117,7 @@
"ABPCLIExplanation": "ABP CLI (Command Line Interface) è uno strumento a riga di comando per eseguire alcune operazioni comuni per soluzioni basate su ABP.",
"ModularityExplanation": "ABP fornisce un'infrastruttura completa per creare i propri moduli applicativi che possono avere entità, servizi, integrazione di database, API, componenti dell'interfaccia utente e così via.",
"MultiTenancyExplanation": "Il framework ABP non solo supporta lo sviluppo di applicazioni multi-tenant, ma rende anche il tuo codice per lo più inconsapevole del multi-tenancy.",
- "MultiTenancyExplanation2": "Può determinare automaticamente il tenant corrente, isolare i dati di diversi inquilini l'uno dall'altro.",
+ "MultiTenancyExplanation2": "Può determinare automaticamente il tenant corrente, isolare i dati dei diversi tenant l'uno dall'altro.",
"MultiTenancyExplanation3": "Supporta database singolo, database per tenant e approcci ibridi.",
"MultiTenancyExplanation4": "Ti concentri sul tuo codice aziendale e lasci che il framework gestisca il multi-tenancy per tuo conto.",
"BootstrapTagHelpersExplanation": "Invece di scrivere manualmente i dettagli ripetuti dei componenti bootstrap, usa gli helper tag di ABP per semplificarlo e sfruttare intellisense. Puoi sicuramente usare Bootstrap ogni volta che ne hai bisogno.",
@@ -197,6 +197,82 @@
"SelectLanguage": "Seleziona la lingua",
"LatestArticleOnCommunity": "Ultimo articolo sulla comunità ABP",
"Register": "Registrati",
- "IsDownloadable": "È scaricabile"
+ "IsDownloadable": "È scaricabile",
+ "DatabaseOptions": "Opzioni Database",
+ "BackToPackagesPage": "Torna alla Pagina Pacchetti",
+ "HowToInstall": "Come Installare",
+ "SeeOnNpm": "Vedi su NPM",
+ "SeeOnNuget": "Vedi su Nuget",
+ "MVCGulpCommandExplanation": "Se stai usando UI MVC (Razor Pages), esegui il comando \"gulp\" dopo l'installazione del pacchetto.",
+ "UsingABPCLI": "Usa Abp CLI",
+ "WithoutABPCLI": "Senza ABP CLI",
+ "ABPCLIModuleDependency": "ABP CLI aggiunge automaticamente le dipendenze del modulo.",
+ "AddModuleDependency": "Quindi aggiunge le dipendenze del modulo",
+ "Packages": "Pacchetti",
+ "NugetPackages": "Pacchetti Nuget",
+ "NPMPackages": "Pacchetti NPM",
+ "SeeDocs": "Vedi Documentazione",
+ "None": "Nessuno",
+ "Application": "Applicazione",
+ "Module": "Moduli",
+ "PackageName": "Nome Pacchetto",
+ "LicenseURL": "URL Licenza",
+ "License": "Licenza",
+ "ProjectCreationSuccessMessage": "Il tuo progetto è stato creato con successo",
+ "HowToRunSolution": "Come Eseguire la Tua Soluzione?",
+ "GettingStartedMessage": "Guarda la documentazione su come iniziare per imparare a configurare ed eseguire la tua soluzione.",
+ "WebAppDevTutorial": "Tutorial Sviluppo Web App",
+ "WebAppDevTutorialMessage": "Guarda tutorial sviluppo applicazione web per un esempio di sviluppo passo passo.",
+ "CommunityArticles": "Articoli Comunità",
+ "CommunityArticleMessage": "Verifica la piattaforma Comunità ABP per leggere articoli utili su ABP Framework.",
+ "InvestigateSolutionDetails": "Vedi Dettagli della Soluzione",
+ "StartupTemplateDocumentationMessage": "Guarda il modello di avvio dell'applicazione per imparare l'architettura e la struttura della tua soluzione.",
+ "ClientSideDevelopment": "Sviluppo Lato Client",
+ "ClientSideDevelopmentDocumentationMessage": "Guarda il documento {0} per imparare i punti chiave dello sviluppo dell'interfaccia utente (lato client).",
+ "DatabaseProviderDocumentationMessage": "Guarda il documento {0} per imparare i punti chiave dello sviluppo dello strato database",
+ "ABPCommercialExplanationMessage": "ABP Commercial fornisce moduli premium, temi, strumenti e supporto per ABP Framework.",
+ "ImplementingDDD": "Implementazione Domain Driven Design",
+ "DDDBookExplanation": "Una guida pratica per l'implementazione del Domain Driven Design con ABP Framework.",
+ "Overview": "Panoramica",
+ "DDDBookPracticalGuide": "Questa a una guida pratica per implementare Domain Driven Design (DDD). Mentre i dettagli per l'implementazione sono basati sull'infrastruttura di ABP Framework, i concetti base, principi e modelli possono essere applicati a qualsiasi soluzione, anche se non è una soluzione .NET.",
+ "TableOfContents": "Sommario",
+ "IntroductionToImplementingDDD": "Introduzione all'implementazione del Domain Driven Design",
+ "WhatIsDDD": "Cos'è il Domain Driven Design?",
+ "Implementation": "Implementazione",
+ "TheBigPicture": "Il Quadro Generale",
+ "TheBuildingBlock": "Le Fondamenta",
+ "ExampleUseCase": "Esempio d'uso",
+ "DomainAndApplicationLogic": "Logica di Dominio e Logica Applicazione",
+ "Author": "Autore",
+ "Pages": "Pagine",
+ "PublishedOn": "Pubblicato il",
+ "FreeEBook": "E-Book Gratuito",
+ "Download": "Scarica",
+ "EBookSignInForDownload": "Accedi per scaricare l'e-book",
+ "SignIn": "Accedi",
+ "Or": "O",
+ "TellUsAboutYourself": "Dicci qualcosa di te",
+ "Name": "Nome",
+ "Surname": "Cognome",
+ "CompanyName": "Nome Azienda",
+ "DoYouAgreePrivacyPolicy": "Acconsento ai Termini e Condizioni ed alla Politica Privacy.",
+ "Free": "Gratuito",
+ "DDDEBook": "DDD E-Book",
+ "PracticalGuideForImplementingDDD": "Questo libro è una guida pratica per l'implementazione del Domain Driven Design con ABP Framework.",
+ "IntroducingDDD": "Introduzione al Domain Driven Design",
+ "DDDLayersAndCleanArchitecture": "DDD Strati e Architettura Pulita",
+ "LayeringOfADotnetSolution": "Stratificazione di una Soluzione .NET",
+ "ImplementingDDDBuildingBlocks": "Implementazione delle Fondamenta del DDD",
+ "DomainVsApplicationLogic": "Logica di Dominio contro Logica Applicazione",
+ "SamplesAndDiscussions": "Esempi e Discussioni",
+ "EmailNotValid": "Per favore inserisci un indirizzo email valido.",
+ "WeWillSendYouADownloadLink": "Un link per scaricare il libro e-book è stato spedito a {0}. Controlla nella posta in arrivo, indesiderata o spam!",
+ "GoHome": "Vai alla Home",
+ "InvalidFormInputs": "Per favore, digita le informazioni valide specificate nel modulo",
+ "DDDBookEmailBody": "Grazie. Per scaricare il tuo libro, clicca qui.",
+ "SubscribeToNewsletter": "Sottiscrivi la nostra newsletter per ricevere informazione su cosa accade nella Piattaforma ABP.IO, come nuove versioni, articoli, offerte ed altro ancora.",
+ "FirstEdition": "Prima Edizione",
+ "ThankYou": "Grazie!",
+ "CheckboxMandatory": "Devi mettere la spunta su questo per procedere!"
}
}
\ No newline at end of file
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/ro-RO.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/ro-RO.json
new file mode 100644
index 0000000000..8115eed091
--- /dev/null
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/ro-RO.json
@@ -0,0 +1,278 @@
+{
+ "culture": "ro-RO",
+ "texts": {
+ "GetStarted": "Începeţi - Şabloane de pornire",
+ "Create": "Creează",
+ "NewProject": "Proiect nou",
+ "DirectDownload": "Descărcare directă",
+ "ProjectName": "Nume proiect",
+ "ProjectType": "Tip proiect",
+ "DatabaseProvider": "Provider bază de date",
+ "DatabaseManagementSystem": "Sistem de administrare bază de date",
+ "NTier": "N-Tier",
+ "IncludeUserInterface": "Include interfaţa userului",
+ "CreateNow": "Creează acum",
+ "TheStartupProject": "Proiectul de pornire",
+ "Tutorial": "Tutorial",
+ "UsingCLI": "Folosind CLI",
+ "SeeDetails": "Vedeţi detalii",
+ "AbpShortDescription": "ABP Framework este o infrastructură completă pentru crearea aplicaţiilor moderne web prin folosirea celor mai bune practici şi convenţii de dezvoltare software.",
+ "SourceCodeUpper": "COD SURSĂ",
+ "LatestReleaseLogs": "Cele mai recente jurnale de lansare",
+ "Infrastructure": "Infrastructura",
+ "Architecture": "Arhitectura",
+ "Modular": "Modular",
+ "DontRepeatYourself": "Nu vă repetaţi",
+ "DeveloperFocused": "Axat pe dezvoltator",
+ "FullStackApplicationInfrastructure": "Infrastructură de aplicaţii full stack.",
+ "DomainDrivenDesign": "Domain Driven Design",
+ "DomainDrivenDesignExplanation": "Proiectat şi dezvoltat pe baza modelelor şi principiilor DDD. Oferă un model stratificat pentru aplicaţia dumneavoastră.",
+ "Authorization": "Autorizare",
+ "AuthorizationExplanation": "Autorizare avansată pe bază de utilizator, rol şi sistem de permisiuni. Construit pe biblioteca Microsoft Identity.",
+ "MultiTenancy": "Multi-Tenancz",
+ "MultiTenancyExplanationShort": "Aplicaţii SaaS simplificate! Multi-Tenancy integrată de la baza de date până la UI.",
+ "CrossCuttingConcerns": "Cross Cutting Concerns",
+ "CrossCuttingConcernsExplanationShort": "Infrastructură completă pentru autorizare, validare, gestionarea excepţiilor, stocarea în cache, înregistrarea auditului, gestionarea tranzacţiilor şi multe altele.",
+ "BuiltInBundlingMinification": "Grupare şi minificare incorporate",
+ "BuiltInBundlingMinificationExplanation": "Nu este nevoie să utilizaţi instrumente externe pentru grupare şi minificare. ABP oferă un mod mai simplu, dinamic, puternic, modular şi incorporat!",
+ "VirtualFileSystem": "Sistem de fişiere virtuale",
+ "VirtualFileSystemExplanation": "Încorporaţi view-uri, scripturi, stiluri, imagini... in pachete/librării şi refolosiţi-le în diferite aplicaţii.",
+ "Theming": "Tematică",
+ "ThemingExplanationShort": "Utilizaţi şi personalizaţi tema UI standard, bazată pe UI, sau creaţi-o pe a dumneavoastră.",
+ "BootstrapTagHelpersDynamicForms": "Bootstrap Tag Helpers & Dynamic Forms",
+ "BootstrapTagHelpersDynamicFormsExplanation": "În loc să scrieţi manual detaliile repetate ale componentelor bootstrap, utilizaţi tag helperele ABP pentru a simplifica şi profita de inteligenţă. Construiţi rapid formulare de interfaţă bazate pe un model C# utilizând ajutorul pentru formulare dinamice.",
+ "HTTPAPIsDynamicProxies": "HTTP APIs & Dynamic Proxies",
+ "HTTPAPIsDynamicProxiesExplanation": "Expuneţi automat serviciile aplicaţiilor sub formă de API-uri HTTP şi folosiţi-le cu JavaScript dinamic si proxy C#.",
+ "CompleteArchitectureInfo": "Arhitectură modernă pentru a crea soluţii software care pot fi întreţinute.",
+ "DomainDrivenDesignBasedLayeringModelExplanation": "Vă ajută să implementaţi o arhitectură stratificată DDD şi să construiţi o bază de cod uşor de întreţinut.",
+ "DomainDrivenDesignBasedLayeringModelExplanationCont": "Oferă şabloane de pornire, abstractizări, clase de bază, servicii, documentaţie şi ghiduri pentru a vă ajuta să vă dezvoltaţi aplicaţia bazându-vă pe principiile şi tiparele DDD.",
+ "MicroserviceCompatibleModelExplanation": "Framework-ul de bază şi modulele pre-construite sunt proiectate având în vedere arhitectura microservice.",
+ "MicroserviceCompatibleModelExplanationCont": "Oferă infrastructură, integrări, exemple şi documentaţie pentru a implementa mai uşor soluţiile de microservicii, în timp ce nu aduce complexitate suplimentară dacă doriţi o aplicaţie monolitică.",
+ "ModularInfo": "ABP oferă un sistem de module care vă permite să dezvoltaţi module de aplicaţie reutilizabile, să vă conectaţi la evenimentele din ciclul de viaţă ale aplicaţiei şi să exprimaţi dependenţe între părţile centrale ale sistemului dumneavoastră.",
+ "PreBuiltModulesThemes": "Module şi teme pro-construite.",
+ "PreBuiltModulesThemesExplanation": "Modulele şi temele open source sunt gata de utilizare în aplicaţia dumneavoastră.",
+ "NuGetNPMPackages": "Pachete NuGet & NPM",
+ "NuGetNPMPackagesExplanation": "Distribuite sub formă de pachete NuGet & NPM. Uşor de instalat şi actualizat.",
+ "ExtensibleReplaceable": "Extensibil/Înlocuibil",
+ "ExtensibleReplaceableExplanation": "Toate serviciile şi modulele sunt dezvoltate pentru extensibilitate. Puteţi înlocui servicii, pagini, stiluri şi componente.",
+ "CrossCuttingConcernsExplanation2": "Menţineţi baza codului redusă, astfel încât să vă puteţi concentra asupra codului care e specific afacerii dumneavoastră.",
+ "CrossCuttingConcernsExplanation3": "Nu pierdeţi timp implementând cerinţe comune de aplicaţie pentru mai multe proiecte.",
+ "AuthenticationAuthorization": "Autentificare & Autorizare",
+ "ExceptionHandling": "Tratarea excepţiilor",
+ "Validation": "Validare",
+ "DatabaseConnection": "Conectare la baza de date",
+ "TransactionManagement": "Administrarea tranzacţiilor",
+ "AuditLogging": "Audit Logging",
+ "Caching": "Caching",
+ "Multitenancy": "Multitenancy",
+ "DataFiltering": "Filtrarea datelor",
+ "ConventionOverConfiguration": "Convention Over Configuration",
+ "ConventionOverConfigurationExplanation": "ABP implementează convenţii de aplicaţii comune în mod implicit, cu o configuraţie minimă sau zero.",
+ "ConventionOverConfigurationExplanationList1": "Auto înregistrează serviciile cunoscute pentru injectarea dependinţei..",
+ "ConventionOverConfigurationExplanationList2": "Expune serviciile aplicaţiei ca API-uri HTTP prin convenţii de denumire.",
+ "ConventionOverConfigurationExplanationList3": "Creează proxy-uri dinamice HTTP client pentru C# şi JavaScript.",
+ "ConventionOverConfigurationExplanationList4": "Oferă repository-uri implicite pentru entităţile dumneavoastră.",
+ "ConventionOverConfigurationExplanationList5": "Gestionează unitatea de lucru pe request web sau metodă de serviciu a aplicaţiei.",
+ "ConventionOverConfigurationExplanationList6": "Publică crearea, actualizarea şi ştergerea evenimentelor pentru entităţile dumneavoastră.",
+ "BaseClasses": "Clase de bază",
+ "BaseClassesExplanation": "Clase de bază pre-construite pentru tipare comune de aplicaţie.",
+ "DeveloperFocusedExplanation": "ABP este pentru dezvoltatori.",
+ "DeveloperFocusedExplanationCont": "Aceasta îşi propune să vă simplifice dezvoltarea zilnică de software, fără a vă restricţiona să scrieţi cod de nivel scăzut.",
+ "SeeAllFeatures": "Vedeţi toate funcţionalităţile",
+ "CLI_CommandLineInterface": "CLI (Command Line Interface)",
+ "CLI_CommandLineInterfaceExplanation": "Include un CLI pentru a vă ajuta să automatizaţi crearea de noi proiecte şi adăugarea de noi module.",
+ "StartupTemplates": "Proiecte de lansare",
+ "StartupTemplatesExplanation": "Diverse proiecte de lansare furnizează o soluţie complet configurată pentru a vă începe dezvoltarea.",
+ "BasedOnFamiliarTools": "Bazat pe instrumente familiare",
+ "BasedOnFamiliarToolsExplanation": "Construit şi integrat cu instrumente populare pe care le ştiţi deja. Curbă de învăţare joasă, adaptare uşoară, dezvoltare confortabilă.",
+ "ORMIndependent": "ORM Independent",
+ "ORMIndependentExplanation": "Framework-ul de bază este independent de ORM/bază de date şi poate funcţiona cu orice sursă de date. Furnizorii Entity Framework Core şi MongoDB sunt deja disponibili.",
+ "Features": "Exploraţi caracteristicile framework-ului ABP Framework",
+ "ABPCLI": "ABP CLI",
+ "Modularity": "Modularitate",
+ "BootstrapTagHelpers": "Bootstrap Tag Helpers",
+ "DynamicForms": "Formulare dinamice",
+ "BundlingMinification": "Grupare & Minificare",
+ "BackgroundJobs": "Background Jobs",
+ "BackgroundJobsExplanation": "Definiţi clase simple pentru a executa task-uri în fundal, aşezate în coadă. Folosiţi managerul de taskuri încorporat sau integraţi-l pe al dumneavoastră. Integrările Hangfire & RabbitMQ sunt deja disponibile.",
+ "DDDInfrastructure": "Infrastructură DDD",
+ "DomainDrivenDesignInfrastructure": "Infrastructură Domain Driven Design",
+ "AutoRESTAPIs": "Auto REST APIs",
+ "DynamicClientProxies": "Dynamic Client Proxies",
+ "DistributedEventBus": "Distributed Event Bus",
+ "DistributedEventBusWithRabbitMQIntegration": "Distributed Event Bus with RabbitMQ Integration",
+ "TestInfrastructure": "Infrastructură de test",
+ "AuditLoggingEntityHistories": "Jurnalul de audit şi istoricul entităţilor",
+ "ObjectToObjectMapping": "Mapare obiect la obiect",
+ "ObjectToObjectMappingExplanation": "Abstractizarea mapării obiect la obiect cu integrare AutoMapper.",
+ "EmailSMSAbstractions": "Abstractizări Email & SMS",
+ "EmailSMSAbstractionsWithTemplatingSupport": "Abstractizări de Email & SMS cu asistenţă pentru modelare",
+ "Localization": "Localizare",
+ "SettingManagement": "Administrarea setărilor",
+ "ExtensionMethods": "Metode de extindere",
+ "ExtensionMethodsHelpers": "Metode de extindere & Ajutoare",
+ "AspectOrientedProgramming": "Programare orientată spre aspect",
+ "DependencyInjection": "Injectarea de dependinţe",
+ "DependencyInjectionByConventions": "Injectarea dependinţei prin convenţii",
+ "ABPCLIExplanation": "ABP CLI (Command Line Interface) este un instrument de linie de comandă pentru efectuarea câtorva operaţii comune pentru soluţiile bazate pe ABP.",
+ "ModularityExplanation": "ABP asigură o infrastructură completă pentru construirea modulelor aplicaţiei dumneavoastră, care pot avea entităţi, servicii, integrări cu baze de date, API-uri, componente UI şi aşa mai departe..",
+ "MultiTenancyExplanation": "ABP nu numai că acceptă dezvoltarea de aplicaţii multi-tenant, dar, de asemenea, face ca şi codul dumneavoastră să nu fie în mare parte conştient de multi-tenancy.",
+ "MultiTenancyExplanation2": "Poate detecta automat tenantul curent, izola datele unor tenanţi diferiţi unul de celălalt.",
+ "MultiTenancyExplanation3": "Acceptă o singură bază de date, bază de date per tenant şi abordări hibride.",
+ "MultiTenancyExplanation4": "Vă focusaţi pe codul dumneavoastră şi lăsaţi framework-ul să se ocupe de multi-tenancy pentru dumneavoastră.",
+ "BootstrapTagHelpersExplanation": "În loc să scrieţi manual detaliile repetate ale componentelor bootstrap, folosiţi tag helperele ABP pentru a simplifica şi profita de inteligenţă. Puteţi folosi cu siguranţă Bootstrap ori de câte ori aveţi nevoie de el.",
+ "DynamicFormsExplanation": "Formulare dinamice & tag helpere de intrare pot crea formularul complet dintr-o clasă C# ca model.",
+ "AuthenticationAuthorizationExplanation": "Opţiuni variate de autentificare şi autorizare integrate cu ASP.NET Core Identity & IdentityServer4. Furnizează un sistem de permisiuni extensibil şi detaliat.",
+ "CrossCuttingConcernsExplanation": "Nu vă repetaţi pentru a implementa din nou şi din nou toate aceste lucruri obişniuite. Concentraţi-vă pe codul dumneavoastră de business şi lăsaţi ABP să le automatizeze prin convenţii.",
+ "DatabaseConnectionTransactionManagement": "Conectare la baza de date & Gestionarea tranzacţiilor",
+ "CorrelationIdTracking": "Correlation-Id Tracking",
+ "BundlingMinificationExplanation": "ABP oferă un sistem simplu, dinamic, puternic, modular şi încorporat de grupare şi minimizare.",
+ "VirtualFileSystemnExplanation": "Sistemul fişierelor virtuale face posibilă administrare fişierelor care nu există fizic pe sistemul de fişiere (disk). Este folosit în principal pentru a încorpora fişiere (js, css, images, cshtml...) în ansambluri şi să le folosească sub formă de fişiere fizice în timpul rulării.",
+ "ThemingExplanation": "Sistemul de teme permite dezvoltarea aplicaţiei & modulelor independente de tema prin definirea unui set comun de librării şi aspecte de bază, bazate pe ultimul framework Bootstrap.",
+ "DomainDrivenDesignInfrastructureExplanation": "O infrastructură completă pentru construirea aplicaţiilor stratificate, bazată pe tipare & principii Domain Driven Design;",
+ "Specification": "Specificaţie",
+ "Repository": "Repository",
+ "DomainService": "Domain Service",
+ "ValueObject": "Value Object",
+ "ApplicationService": "Application Service",
+ "DataTransferObject": "Obiect de transfer de date",
+ "AggregateRootEntity": "Aggregate Root, Entity",
+ "AutoRESTAPIsExplanation": "ABP poate configura automat serviciile aplicaţiei sub formă de controllere API prin convenţie.",
+ "DynamicClientProxiesExplanation": "Folosiţi-vă cu uşurinţă API-urile din JavaScript şi clienţi C#.",
+ "DistributedEventBusWithRabbitMQIntegrationExplanation": "Publicaţi şi utilizaţi cu uşurinţă evenimentele distribuite utilizând Distributed Event Bus încorporat cu integrarea RabbitMQ disponibilă.",
+ "TestInfrastructureExplanation": "Framework-ul a fost dezvoltat cu testarea unităţii şi integrării în minte. Vă oferă clase de bază pentru a o uşura. Şabloanele de pornire sunt pre-configurate pentru testare.",
+ "AuditLoggingEntityHistoriesExplanation": "Jurnal de audit încorporat pentru aplicaţii critice pentru afaceri. Solicitare, serviciu, jurnal de audit la nivel de metodă şi istoric de entităţi cu detalii la nivel de proprietate.",
+ "EmailSMSAbstractionsWithTemplatingSupportExplanation": "Abstractizările IEmailSender şi ISmsSender decuplează logica aplicaţiei de infrastructură. Sistemul avansat de şabloane de email permite crearea şi localizarea şabloanelor de email şi utilizarea lor cu uşurinţă ori de câte ori este necesar.",
+ "LocalizationExplanation": "Sistemul de localizare vă permite să creaţi resurse în JSON simplu şi să le folosiţi pentru a vă localiza UI-ul dumneavoastră. Suportă sisteme avansate precum moştenirea, extinderea, şi integrarea cu JavaScript în timp ce e pe deplin compatibilă cu sistemul de localizare al AspNet Core.",
+ "SettingManagementExplanation": "Definiţi setări pentru aplicaţia dumneavoastră şi Define settings for your application and get values on runtime based on the current configuration, tenant and user.",
+ "ExtensionMethodsHelpersExplanation": "Don't repeat yourself even for trivial code parts. Extensions & helpers for standard types makes your code much cleaner and easy to write.",
+ "AspectOrientedProgrammingExplanation": "Furnizează o infrastructură confortabilă pentru crearea proxy-urilor dinamice şi implementarea programării orientată aspect. Interceptează orice clasă şi execută codul dumneavoastră înainte & după orice executare de metodă.",
+ "DependencyInjectionByConventionsExplanation": "Nu este nevoie să vă înregistraţi clasele pentru injectarea manuală a dependinţelor. Înregistrează în mod automat tipurile de servicii comune prin convenţie. Pentru alte tipuri de servicii, puteţi folosi interfeţe şi atribute pentru a o face mai uşor si pe loc.",
+ "DataFilteringExplanation": "Definiţi şi utilizaţi filtre de date care sunt aplicate automat atunci când interogaţi entităţi din baza de date. Filtre Soft Delete & MultiTenant sunt prevăzute în mod implicit atunci când implementaţi interfeţe simple.",
+ "PublishEvents": "Publicaţi evenimente",
+ "HandleEvents": "Gestionaţi evenimente",
+ "AndMore": "şi multe altele...",
+ "Code": "Cod",
+ "Result": "Rezultat",
+ "SeeTheDocumentForMoreInformation": "Consultaţi {0} documentul pentru mai multe informaţii",
+ "IndexPageHeroSection": "open sourceWeb Application Framework pentru asp.net core",
+ "UiFramework": "Framework UI",
+ "EmailAddress": "Adresă de email",
+ "Mobile": "Mobil",
+ "ReactNative": "React nativ",
+ "Strong": "Puternic",
+ "Complete": "Complet",
+ "BasedLayeringModel": "Based Layering Model",
+ "Microservice": "Microserviciu",
+ "Compatible": "Compatibil",
+ "MeeTTheABPCommunityInfo": "Misiunea noastră este de a crea un mediu în care dezvoltatorii să se ajute reciproc cu articole, tutoriale, studii de caz etc. şi să cunoască oameni cu aceleaşi idei.",
+ "JoinTheABPCommunityInfo": "Implicaţi-vă într-o comunitate vibrantă şi deveniţi un contribuitor la ABP Framework!",
+ "AllArticles": "Toate articolele",
+ "SubmitYourArticle": "Trimiteţi-vă articolul",
+ "DynamicClientProxyDocument": "Consultaţi documentaţia pentru client proxy dinamic pentru JavaScript & C#.",
+ "EmailSMSAbstractionsDocument": "Consultaţi documentele de emailing and trimiterea de SMS pentru mai multe informaţii.",
+ "CreateProjectWizard": "Acest formular crează un proiect nou începând cu şablonul de pornire, care este configurat corespunzător pentru a începe direct cu proiectul.",
+ "TieredOption": "Crează o soluţie pe mai multe niveluri în care straturile Web API şi HTTP sunt separate fizic. Dacă nu este bifată, creează o soluţie stratificată mai puţin complexă şi potrivită pentru majoritatea scenariilor.",
+ "SeparateIdentityServerOption": "Separă partea serverului în două aplicaţii: prima este pentru serverul de identitate, iar a doua pentru serverul dumneavoastră de HTTP API.",
+ "UseslatestPreVersion": "Foloseşte ultima versiune pre-lansare",
+ "ReadTheDocumentation": "Citiţi Documentaţia",
+ "Documentation": "Documentaţie",
+ "GettingStartedTutorial": "Tutorial de pornire",
+ "ApplicationDevelopmentTutorial": "Tutorial de dezvoltare a aplicaţiei",
+ "TheStartupTemplate": "Şablonul de pornire",
+ "InstallABPCLIInfo": "ABP CLI este cea mai rapidă metodă de a porni o soluţie nouă cu framework-ul ABP. Instalaţi ABP CLI folosind o fereastră de linii de comandă:",
+ "DifferentLevelOfNamespaces": "Puteţi folosi nivele diferite de spaţii de nume; e.g. BookStore, Acme.BookStore or Acme.Retail.BookStore.",
+ "ABPCLIExamplesInfo": "comanda new creează o aplicaţie stratificată MVC cu Entity Framework Core ca şi furnizor de baze de date. Totuşi, are şi alte opţiuni. Exemple:",
+ "SeeCliDocumentForMoreInformation": "Consultaţi documentul ABP CLI pentru mai multe opţiuni sau selectaţi tab-ul de \"Descărcare directă\" de deasupra.",
+ "Optional": "Opţional",
+ "LocalFrameworkRef": "Pastraţi referinţa proiectului local pentru pachetele framework-ului.",
+ "BlobStoring": "Depozitare BLOB",
+ "BlobStoringExplanation": "Sistemul de depozitare BLOB oferă o abstractizare pentru lucrul cu BLOB-uri. ABP oferă câteva integrări prestabilite pentru furnizorii de stocare (Azure, AWS, File System, Database, etc.) pe care le puteţi folosi cu uşurinţă în aplicaţiile dumneavoastră.",
+ "TextTemplating": "Modelare text",
+ "TextTemplatingExplanation": "Modelarea textului este folosită pentru a reda dinamic conţinuturile bazate pe un şablon şi un model (un obiect de date). De exemplu, o puteţi folosi pentru a crea conţinuturi dinamice de email cu un şablon predefinit.",
+ "MultipleUIOptions": "Opţiuni UI multiple",
+ "MultipleDBOptions": "Furnizori de baze de date multipli",
+ "MultipleUIOptionsExplanation": "Framework-ul de bază este conceput ca independent de UI şi poate funcţiona cu orice tip de sistem UI, în timp ce mai multe opţiuni pre-construite şi integrate sunt oferite din start.",
+ "MultipleDBOptionsExplanation": "Framework-ul poate lucra cu orice sursă de date, în timp ce furnizorii următori sunt dezvoltaţi şi acceptaţi oficial;",
+ "SelectLanguage": "Selectaţi limba",
+ "LatestArticleOnCommunity": "Ultimul articol de pe comunitatea ABP",
+ "Register": "Întregistrare",
+ "IsDownloadable": "Poate fi descărcat",
+ "DatabaseOptions": "Opţiunile bazei de date",
+ "BackToPackagesPage": "Înapoi la pagina pachetelor",
+ "HowToInstall": "Cum instalez",
+ "SeeOnNpm": "Vedeţi pe NPM",
+ "SeeOnNuget": "Vedeţi pe Nuget",
+ "MVCGulpCommandExplanation": "Dacă folosiţi MVC (Razor Pages) UI, atunci rulaţi comanda the \"gulp\" după instalarea pachetelor.",
+ "UsingABPCLI": "Folosind Abp CLI",
+ "WithoutABPCLI": "Fară ABP CLI",
+ "ABPCLIModuleDependency": "Abp Cli adaugă automat dependenţa modulelor.",
+ "AddModuleDependency": "Apoi adăugaţi dependenţa modulului",
+ "Packages": "Pachete",
+ "NugetPackages": "Pachete Nuget",
+ "NPMPackages": "Pachete NPM",
+ "SeeDocs": "Consultaţi documentele",
+ "None": "Niciuna",
+ "Application": "Aplicaţie",
+ "Module": "Module",
+ "PackageName": "Nume pachet",
+ "LicenseURL": "URL licenţă",
+ "License": "Licenţă",
+ "ProjectCreationSuccessMessage": "Proiectul dumneavoastră a fost creat cu succes",
+ "HowToRunSolution": "Cum vă rulaţi soluţia?",
+ "GettingStartedMessage": "Consultaţi documentul de pornire pentru a învăţa cum să vă configuraţi şi să rulaţi soluţia dumneavoastră.",
+ "WebAppDevTutorial": "Tutorial Web App Dev",
+ "WebAppDevTutorialMessage": "Consultaţi documentul de dezvoltare a aplicaţiilor web pentru un exemplu de dezvoltare pas cu pas.",
+ "CommunityArticles": "Articolele comunităţii",
+ "CommunityArticleMessage": "Verificaţi platforma comunităţii ABP pentru a citi articole utile pentru framework-ul ABP.",
+ "InvestigateSolutionDetails": "Investigaţi detaliile soluţiei",
+ "StartupTemplateDocumentationMessage": "Consultaţi documentul şablonului de pornire a aplicaţiei pentru a învăţa arhitectura şi strucutra soluţiei dumneavoastră.",
+ "ClientSideDevelopment": "Dezvoltarea clientului",
+ "ClientSideDevelopmentDocumentationMessage": "Consultaţi documentul {0} pentru a învăţa punctele cheie pentru dezvoltarea interfeţei de utilizator.",
+ "DatabaseProviderDocumentationMessage": "Consultaţi documentul {0} pentru a învăţa punctele cheie pentru dezvoltarea straturilor bazei de date.",
+ "ABPCommercialExplanationMessage": "ABP Commercial oferă module premium, teme, isntrumente şi asistenţă pentru framework-ul ABP.",
+ "ImplementingDDD": "Implementarea Domain Driven Design",
+ "DDDBookExplanation": "Un ghid practic pentru implementarea Domain Driven Design în framework-ul ABP.",
+ "Overview": "Prezentare generală",
+ "DDDBookPracticalGuide": "Acesta este un ghid practic pentru implementarea Domain Driven Design (DDD). În timp ce detaliile implementării se bazează pe infrastructura framework-ului ABP, conceptele de bază, principiile şi modelele pot fi aplicate oricărei soluţii, chiar dacă nu este una .NET.",
+ "TableOfContents": "Cuprins",
+ "IntroductionToImplementingDDD": "Introducere în Implementarea Domain Driven Design",
+ "WhatIsDDD": "Ce este Domain Driven Design?",
+ "Implementation": "Implementare",
+ "TheBigPicture": "Privire de ansamblu",
+ "TheBuildingBlock": "The Building Block",
+ "ExampleUseCase": "Exemplu de Use Case",
+ "DomainAndApplicationLogic": "Domain Logic & Application Logic",
+ "Author": "Autor",
+ "Pages": "Pagini",
+ "PublishedOn": "Publicat pe",
+ "FreeEBook": "E-Book gratuit",
+ "Download": "Descărcaţi",
+ "EBookSignInForDownload": "Pentru a descărca e-book-ul trebuie să vă autentificaţi",
+ "SignIn": "Autentificaţi-vă",
+ "Or": "Sau",
+ "TellUsAboutYourself": "Spuneţi-ne un pic despre dumneavoastră",
+ "Name": "Nume",
+ "Surname": "Nume",
+ "CompanyName": "Nume companie",
+ "DoYouAgreePrivacyPolicy": "Sunt de acord cu Termenii & condiţiile şi Politica de confidenţialitate.",
+ "Free": "Gratuit",
+ "DDDEBook": "E-book DDD",
+ "PracticalGuideForImplementingDDD": "Această carte este un ghid practic pentru implementarea Domain Driven Design în framework-ul ABP.",
+ "IntroducingDDD": "Introducere în Domain Driven Design",
+ "DDDLayersAndCleanArchitecture": "Straturile DDD & Arhitectură curată",
+ "LayeringOfADotnetSolution": "Stratificarea unei soluţii .NET",
+ "ImplementingDDDBuildingBlocks": "Implementând DDD Building Blocks",
+ "DomainVsApplicationLogic": "Domain Logic vs Application Logic",
+ "SamplesAndDiscussions": "Exemple & Discuţii",
+ "EmailNotValid": "Vă rugăm să introduceţi o adresa de email validă.",
+ "WeWillSendYouADownloadLink": "Un link care conţine e-book-ul a fost trimis către {0}. Verificaţi-vă folderele de inbox, junk sau spam!",
+ "GoHome": "Pagina principală",
+ "InvalidFormInputs": "Vă rugăm, introduceţi informaţia validă specificată în formular.",
+ "DDDBookEmailBody": "Vă mulţumim. Pentru a descărca cartea, click aici.",
+ "SubscribeToNewsletter": "Abonaţi-vă la newsletter pentru a primi informaţii despre evnimentele din platforma ABP.IO, precum noi lansări, articole, oferte şi multe altele.",
+ "FirstEdition": "Prima ediţie",
+ "ThankYou": "Vă mulţumim!",
+ "CheckboxMandatory": "Trebuie să bifaţi asta pentru a continua!"
+ }
+}
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/zh-Hans.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/zh-Hans.json
index 27505e138c..4343923d47 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/zh-Hans.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/zh-Hans.json
@@ -218,7 +218,7 @@
"LicenseURL": "许可URL",
"License": "许可",
"ProjectCreationSuccessMessage": "你的项目创建成功",
- "HowToRunSolution": "如何运行你的解决方案n?",
+ "HowToRunSolution": "如何运行你的解决方案?",
"GettingStartedMessage": "查看入门文档了解如何配置和运行你的解决方案.",
"WebAppDevTutorial": "Web App 开发教程",
"WebAppDevTutorialMessage": "查看web应用程序开发教程文档,一步一步的开发示例.",
@@ -231,4 +231,4 @@
"DatabaseProviderDocumentationMessage": "查看{0}文档来学习用数据库层开发.",
"ABPCommercialExplanationMessage": "ABP商业版为ABP框架提供了高级模块,主题,工具和支持."
}
-}
\ No newline at end of file
+}
diff --git a/common.props b/common.props
index 6bad8e8068..ea1df61a0f 100644
--- a/common.props
+++ b/common.props
@@ -19,4 +19,18 @@
runtime; build; native; contentfiles; analyzers
+
+
+
+
+ true
+ Never
+
+
+
+
+
+
+
+
diff --git a/configureawait.props b/configureawait.props
index 8b0b7f5933..b0cf9ef298 100644
--- a/configureawait.props
+++ b/configureawait.props
@@ -1,7 +1,7 @@
-
+ Allruntime; build; native; contentfiles; analyzers
diff --git a/docs/en/API/Swagger-Integration.md b/docs/en/API/Swagger-Integration.md
new file mode 100644
index 0000000000..48ce252940
--- /dev/null
+++ b/docs/en/API/Swagger-Integration.md
@@ -0,0 +1,140 @@
+# Swagger Integration
+
+[Swagger (OpenAPI)](https://swagger.io/) is a language-agnostic specification for describing REST APIs. It allows both computers and humans to understand the capabilities of a REST API without direct access to the source code. Its main goals are to:
+
+- Minimize the amount of work needed to connect decoupled services.
+- Reduce the amount of time needed to accurately document a service.
+
+ABP Framework offers a prebuilt module for full Swagger integration with small configurations.
+
+## Installation
+
+> This package is already installed by default with the startup template. So, most of the time, you don't need to install it manually.
+
+If installation is needed, it is suggested to use the [ABP CLI](CLI.md) to install this package.
+
+### Using the ABP CLI
+
+Open a command line window in the folder of the `Web` or `HttpApi.Host` project (.csproj file) and type the following command:
+
+```bash
+abp add-package Volo.Abp.Swashbuckle
+```
+
+### Manual Installation
+
+If you want to manually install;
+
+1. Add the [Volo.Abp.Swashbuckle](https://www.nuget.org/packages/Volo.Abp.Swashbuckle) NuGet package to your `Web` or `HttpApi.Host` project:
+
+ `Install-Package Volo.Abp.Swashbuckle`
+
+2. Add the `AbpSwashbuckleModule` to the dependency list of your module:
+
+ ```csharp
+ [DependsOn(
+ //...other dependencies
+ typeof(AbpSwashbuckleModule) // <-- Add module dependency like that
+ )]
+ public class YourModule : AbpModule
+ {
+ }
+ ```
+
+## Configuration
+
+First, we need to use `AddAbpSwaggerGen` extension to configure Swagger in `ConfigureServices` method of our module.
+
+```csharp
+public override void ConfigureServices(ServiceConfigurationContext context)
+{
+ var services = contex.Services;
+
+ //... other configarations.
+
+ services.AddAbpSwaggerGen(
+ options =>
+ {
+ options.SwaggerDoc("v1", new OpenApiInfo { Title = "Test API", Version = "v1" });
+ options.DocInclusionPredicate((docName, description) => true);
+ options.CustomSchemaIds(type => type.FullName);
+ }
+ );
+}
+```
+
+Then we can use Swagger UI by calling `UseAbpSwaggerUI` method in the `OnApplicationInitialization` method of our module.
+
+```csharp
+public override void OnApplicationInitialization(ApplicationInitializationContext context)
+{
+ var app = context.GetApplicationBuilder();
+
+ //... other configarations.
+
+ app.UseAbpSwaggerUI(options =>
+ {
+ options.SwaggerEndpoint("/swagger/v1/swagger.json", "Test API");
+ });
+
+ //... other configarations.
+}
+```
+
+## Using Swagger with OAUTH
+
+For non MVC/Tiered applications, we need to configure Swagger with OAUTH to handle authorization.
+
+> ABP Framework uses IdentityServer by default. To get more information about IDS, check this [documentation](Modules/IdentityServer.md).
+
+
+
+To do that, we need to use `AddAbpSwaggerGenWithOAuth` extension to configure Swagger with OAuth issuer and scopes in `ConfigureServices` method of our module.
+
+```csharp
+public override void ConfigureServices(ServiceConfigurationContext context)
+{
+ var services = contex.Services;
+
+ //... other configarations.
+
+ services.AddAbpSwaggerGenWithOAuth(
+ "https://localhost:44341", // authority issuer
+ new Dictionary //
+ { // scopes
+ {"Test", "Test API"} //
+ }, //
+ options =>
+ {
+ options.SwaggerDoc("v1", new OpenApiInfo { Title = "Test API", Version = "v1" });
+ options.DocInclusionPredicate((docName, description) => true);
+ options.CustomSchemaIds(type => type.FullName);
+ }
+ );
+}
+```
+
+Then we can use Swagger UI by calling `UseAbpSwaggerUI` method in the `OnApplicationInitialization` method of our module.
+
+> Do not forget to set `OAuthClientId` and `OAuthClientSecret`.
+
+
+```csharp
+public override void OnApplicationInitialization(ApplicationInitializationContext context)
+{
+ var app = context.GetApplicationBuilder();
+
+ //... other configarations.
+
+ app.UseAbpSwaggerUI(options =>
+ {
+ options.SwaggerEndpoint("/swagger/v1/swagger.json", "Test API");
+
+ var configuration = context.ServiceProvider.GetRequiredService();
+ options.OAuthClientId("Test_Swagger"); // clientId
+ options.OAuthClientSecret("1q2w3e*"); // clientSecret
+ });
+
+ //... other configarations.
+}
+```
\ No newline at end of file
diff --git a/docs/en/Apps/VoloDocs.md b/docs/en/Apps/VoloDocs.md
index dbbd3712d2..f85aa78bbd 100644
--- a/docs/en/Apps/VoloDocs.md
+++ b/docs/en/Apps/VoloDocs.md
@@ -49,7 +49,7 @@ When you extract the `VoloDocs.*.zip` file, you will see a `Web` folder and a `M
- ### Configuring Website
- Go to `Web` folder in your VoloDocs directory. Open `appsettings.json` in your text editor. Set your connection string (same as in the `Migrator`'s `appsettings.json`). Set `title` of your website. This will be written on the left-upper corner of your website. That's it! Now you can publish your website.
+ Go to `Web` folder in your VoloDocs directory. Open `appsettings.json` in your text editor. Set your connection string (same as in the `Migrator`'s `appsettings.json`). That's it! Now you can publish your website.
If you want to run
@@ -127,6 +127,8 @@ When you extract the `VoloDocs.*.zip` file, you will see a `Web` folder and a `M
* **Navigation document name**: `docs-nav.json` ([see the sample navigation](https://github.com/abpframework/abp/blob/master/docs/en/docs-nav.json))
+ * **Parameters Document Name**: `docs-params.json` ([see the sample parameters](https://github.com/abpframework/abp/blob/dev/docs/en/docs-params.json))
+
* **Minimum version**: *leave empty* *(hides the previous versions)*
* **Main web site URL**: `/`
@@ -139,7 +141,11 @@ When you extract the `VoloDocs.*.zip` file, you will see a `Web` folder and a `M
* **GitHub user agent**: [see how to learn your GitHub username](#learn-your-github-username)
- 
+ * **GitHub version provider source**: `Releases` (other option is `Branches`)
+
+ * **Version branch prefix**: leave empty ()
+
+ 
##### Retrieving GitHub Access Token
diff --git a/docs/en/Authorization.md b/docs/en/Authorization.md
index 6b906fe194..66fded1a29 100644
--- a/docs/en/Authorization.md
+++ b/docs/en/Authorization.md
@@ -256,7 +256,7 @@ myGroup.AddPermission("Book_Creation")
#### Depending on a Global Feature
-Use the `RequireFeatures` extension method on your permission definition to make the permission available only if a given feature is enabled:
+Use the `RequireGlobalFeatures` extension method on your permission definition to make the permission available only if a given feature is enabled:
````csharp
myGroup.AddPermission("Book_Creation")
diff --git a/docs/en/Background-Jobs-Hangfire.md b/docs/en/Background-Jobs-Hangfire.md
index cfa2e12a6b..3bde5ea010 100644
--- a/docs/en/Background-Jobs-Hangfire.md
+++ b/docs/en/Background-Jobs-Hangfire.md
@@ -79,3 +79,30 @@ After you have installed these NuGet packages, you need to configure your projec
}
````
+
+### Dashboard Authorization
+
+Hangfire Dashboard provides information about your background jobs, including method names and serialized arguments as well as gives you an opportunity to manage them by performing different actions – retry, delete, trigger, etc. So it is important to restrict access to the Dashboard.
+To make it secure by default, only local requests are allowed, however you can change this by following the [official documentation](http://docs.hangfire.io/en/latest/configuration/using-dashboard.html) of Hangfire.
+
+You can integrate the Hangfire dashboard to [ABP authorization system](Authorization.md) using the **AbpHangfireAuthorizationFilter**
+class. This class is defined in the `Volo.Abp.Hangfire` package. The following example, checks if the current user is logged in to the application:
+
+```csharp
+app.UseHangfireDashboard("/hangfire", new DashboardOptions
+{
+ AsyncAuthorization = new[] { new AbpHangfireAuthorizationFilter() }
+});
+```
+
+If you want to require an additional permission, you can pass it into the constructor as below:
+
+```csharp
+app.UseHangfireDashboard("/hangfire", new DashboardOptions
+{
+ AsyncAuthorization = new[] { new AbpHangfireAuthorizationFilter("MyHangFireDashboardPermissionName") }
+});
+```
+
+**Important**: `UseHangfireDashboard` should be called after the authentication and authorization middlewares in your `Startup` class (probably at the last line). Otherwise,
+authorization will always fail!
diff --git a/docs/en/Best-Practices/Entity-Framework-Core-Integration.md b/docs/en/Best-Practices/Entity-Framework-Core-Integration.md
index 4db6518201..90d62698de 100644
--- a/docs/en/Best-Practices/Entity-Framework-Core-Integration.md
+++ b/docs/en/Best-Practices/Entity-Framework-Core-Integration.md
@@ -66,12 +66,7 @@ public static string Schema { get; set; } = AbpIdentityConsts.DefaultDbSchema;
protected override void OnModelCreating(ModelBuilder builder)
{
base.OnModelCreating(builder);
-
- builder.ConfigureIdentity(options =>
- {
- options.TablePrefix = TablePrefix;
- options.Schema = Schema;
- });
+ builder.ConfigureIdentity();
}
````
@@ -80,25 +75,20 @@ protected override void OnModelCreating(ModelBuilder builder)
````C#
public static class IdentityDbContextModelBuilderExtensions
{
- public static void ConfigureIdentity(
- [NotNull] this ModelBuilder builder,
- Action optionsAction = null)
+ public static void ConfigureIdentity([NotNull] this ModelBuilder builder)
{
Check.NotNull(builder, nameof(builder));
- var options = new IdentityModelBuilderConfigurationOptions();
- optionsAction?.Invoke(options);
-
builder.Entity(b =>
{
- b.ToTable(options.TablePrefix + "Users", options.Schema);
+ b.ToTable(AbpIdentityDbProperties.DbTablePrefix + "Users", AbpIdentityDbProperties.DbSchema);
b.ConfigureByConvention();
//code omitted for brevity
});
builder.Entity(b =>
{
- b.ToTable(options.TablePrefix + "UserClaims", options.Schema);
+ b.ToTable(AbpIdentityDbProperties.DbTablePrefix + "UserClaims", AbpIdentityDbProperties.DbSchema);
b.ConfigureByConvention();
//code omitted for brevity
});
@@ -109,17 +99,6 @@ public static class IdentityDbContextModelBuilderExtensions
````
* **Do** call `b.ConfigureByConvention();` for each entity mapping (as shown above).
-* **Do** create a **configuration options** class by inheriting from the `AbpModelBuilderConfigurationOptions`. Example:
-
-````C#
-public class IdentityModelBuilderConfigurationOptions : AbpModelBuilderConfigurationOptions
-{
- public IdentityModelBuilderConfigurationOptions()
- : base(AbpIdentityConsts.DefaultDbTablePrefix, AbpIdentityConsts.DefaultDbSchema)
- {
- }
-}
-````
### Repository Implementation
diff --git a/docs/en/Best-Practices/MongoDB-Integration.md b/docs/en/Best-Practices/MongoDB-Integration.md
index 90f7871a70..216468b71e 100644
--- a/docs/en/Best-Practices/MongoDB-Integration.md
+++ b/docs/en/Best-Practices/MongoDB-Integration.md
@@ -55,10 +55,7 @@ protected override void CreateModel(IMongoModelBuilder modelBuilder)
{
base.CreateModel(modelBuilder);
- modelBuilder.ConfigureIdentity(options =>
- {
- options.CollectionPrefix = CollectionPrefix;
- });
+ modelBuilder.ConfigureIdentity();
}
```
@@ -73,36 +70,19 @@ public static class AbpIdentityMongoDbContextExtensions
{
Check.NotNull(builder, nameof(builder));
- var options = new IdentityMongoModelBuilderConfigurationOptions();
-
- optionsAction?.Invoke(options);
-
builder.Entity(b =>
{
- b.CollectionName = options.CollectionPrefix + "Users";
+ b.CollectionName = AbpIdentityDbProperties.DbTablePrefix + "Users";
});
builder.Entity(b =>
{
- b.CollectionName = options.CollectionPrefix + "Roles";
+ b.CollectionName = AbpIdentityDbProperties.DbTablePrefix + "Roles";
});
}
}
```
-- **Do** create a **configuration options** class by inheriting from the `AbpMongoModelBuilderConfigurationOptions`. Example:
-
-```c#
-public class IdentityMongoModelBuilderConfigurationOptions
- : AbpMongoModelBuilderConfigurationOptions
-{
- public IdentityMongoModelBuilderConfigurationOptions()
- : base(AbpIdentityConsts.DefaultDbTablePrefix)
- {
- }
-}
-```
-
### Repository Implementation
- **Do** **inherit** the repository from the `MongoDbRepository` class and implement the corresponding repository interface. Example:
diff --git a/docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md b/docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md
index 4e19a294c1..886e8a145d 100644
--- a/docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md
+++ b/docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md
@@ -213,7 +213,7 @@ There are some breaking changes with the Blazor UI. If you've built an applicati
When you create a new project, profile management doesn't work, you get an exception because it can't find the `/libs/cropperjs/css/cropper.min.css` file. To fix the issue;
* Add `"@volo/account": "^3.3.0-rc.1"` to the `package.json` in the `.Host` project.
-* Run `yarn` (or `npm install`), then `gulp` on a command line terminal in the root folder of the `.Host` project.
+* Run `yarn` (or `npm install`), then `abp install-libs` on a command line terminal in the root folder of the `.Host` project.
### Multi-Tenant Social Logins
diff --git a/docs/en/Blog-Posts/2021-07-28-lepton-x-release/POST.md b/docs/en/Blog-Posts/2021-07-28-lepton-x-release/POST.md
new file mode 100644
index 0000000000..bc586fdeed
--- /dev/null
+++ b/docs/en/Blog-Posts/2021-07-28-lepton-x-release/POST.md
@@ -0,0 +1,216 @@
+# LeptonX Alpha Release
+
+We are excited to announce that the **alpha version** of the LeptonX theme has been released! As stated in [this blog post](https://volosoft.com/blog/introducing-the-lepton-theme-next-generation), LeptonX comes in different shapes. For this release, we introduce only ABP based projects with the Angular UI. So, if you are already using the ABP Framework and Angular as the frontend choice, you can integrate these packages into your project today.
+
+The theme has been deployed with two versions: LeptonX-lite (free) and LeptonX (commercial).
+
+> **Note that this theme currently only works for the *Angular UI*. Please keep waiting for other UI options.**
+
+## Open-Source
+
+This section shows how to replace the basic theme (that comes with open source ABP Framework startup template) with the new LeptonX-lite theme.
+
+To add `LeptonX-lite` into your project,
+
+* Install `@abp/ng.theme.lepton-x` NPM package
+
+`npm install @abp/ng.theme.lepton-x@preview` or
+
+`yarn add @abp/ng.theme.lepton-x@preview`
+
+* Then, we need to edit the styles array in `angular.json` to replace the existing style with the new one.
+
+Replace the following style
+
+```JSON
+{
+ "input": "node_modules/bootstrap/dist/css/bootstrap.min.css",
+ "inject": true,
+ "bundleName": "bootstrap-ltr.min"
+},
+```
+
+with
+
+```json
+"node_modules/@volo/ngx-lepton-x.lite/styles/sidemenu-layout.min.css",
+"node_modules/bootstrap-icons/font/bootstrap-icons.css",
+```
+
+* Finally, remove `ThemeBasicModule` from `app.module.ts` and `shared.module.ts`, and import the related modules in `app.module.ts`
+
+```js
+import { ThemeLeptonXModule } from '@abp/ng.theme.lepton-x';
+import { SideMenuLayoutModule } from '@abp/ng.theme.lepton-x/layouts';
+
+@NgModule({
+ imports: [
+ // ...
+ ThemeLeptonXModule.forRoot(),
+ SideMenuLayoutModule.forRoot(),
+ ],
+ // ...
+})
+export class AppModule {}
+```
+
+Note: If you employ [Resource Owner Password Flow](https://docs.abp.io/en/abp/latest/UI/Angular/Authorization#resource-owner-password-flow) for authorization, you should import the following module as well:
+
+```js
+import { AccountLayoutModule } from '@abp/ng.theme.lepton-x/account';
+
+@NgModule({
+ // ...
+ imports: [
+ // ...
+ AccountLayoutModule.forRoot(),
+ // ...
+ ],
+ // ...
+})
+export class AppModule {}
+```
+
+To change the logos and brand color of the `LeptonX`, simply add the following CSS to the `styles.scss`
+
+```css
+:root {
+ --lpx-logo: url('/assets/images/logo.png');
+ --lpx-logo-icon: url('/assets/images/logo-icon.png');
+ --lpx-brand: #edae53;
+}
+```
+
+- `--lpx-logo` is used to place the logo in the menu.
+- `--lpx-logo-icon` is a square icon used when the menu is collapsed.
+- `--lpx-brand` is a color used throughout the application, especially on active elements.
+
+
+
+
+
+## ABP Commercial
+
+This section shows how to replace the lepton theme (that comes with the ABP Commercial startup template) with the new LeptonX theme.
+
+To add `LeptonX` into your existing projects,
+
+* Firstly, install `@volosoft/abp.ng.theme.lepton-x` NPM package
+
+`npm install @volosoft/abp.ng.theme.lepton-x@preview` or
+
+`yarn add @volosoft/abp.ng.theme.lepton-x@preview`
+
+* Then, edit `angular.json` as follows:
+
+Remove the following config from the `styles` array since LeptonX provides bootstrap as embedded in its CSS.
+
+```JSON
+{
+ "input": "node_modules/bootstrap/dist/css/bootstrap.min.css",
+ "inject": true,
+ "bundleName": "bootstrap-ltr.min"
+},
+```
+
+Add the following ones into the `styles` array
+
+```JSON
+{
+ "input": "node_modules/@volosoft/ngx-lepton-x/styles/themes/dark.css",
+ "inject": false,
+ "bundleName": "lepton-x.dark"
+},
+{
+ "input": "node_modules/@volosoft/ngx-lepton-x/styles/themes/dim.css",
+ "inject": false,
+ "bundleName": "lepton-x.dim"
+},
+{
+ "input": "node_modules/@volosoft/ngx-lepton-x/styles/themes/light.css",
+ "inject": false,
+ "bundleName": "lepton-x.light"
+},
+"node_modules/@volosoft/ngx-lepton-x/styles/css/sidemenu-layout.min.css",
+"node_modules/bootstrap-icons/font/bootstrap-icons.css",
+```
+
+Three of them are related to the theming and will be loaded during runtime. That's why they are not injected into the `head` as a style. Hence, the `"inject": false`
+
+The fourth one depends on which layout you want to use. For now, there is only `sidemenu-layout` available. In the future, there will be many layouts to choose from.
+
+The last one is `bootstrap-icons` which are being used throughout the components.
+
+* At last, remove `ThemeLeptonModule` from `app.module.ts` and `shared.module.ts`, and import the following modules in `app.module.ts`
+
+```js
+import { ThemeLeptonXModule } from '@volosoft/abp.ng.theme.lepton-x';
+import { AbpSideMenuLayoutModule } from '@volosoft/abp.ng.theme.lepton-x/layouts';
+
+@NgModule({
+ // ...
+ imports: [
+ // ...
+ ThemeLeptonXModule.forRoot(),
+ AbpSideMenuLayoutModule.forRoot(), // depends on which layout you choose
+ // ...
+ ],
+ // ...
+})
+export class AppModule {}
+```
+
+Note: If you employ [Resource Owner Password Flow](https://docs.abp.io/en/abp/latest/UI/Angular/Authorization#resource-owner-password-flow) for authorization, you should import the following module as well:
+
+```js
+import { AccountLayoutModule } from '@volosoft/abp.ng.theme.lepton-x/account';
+
+@NgModule({
+ // ...
+ imports: [
+ // ...
+ AccountLayoutModule.forRoot({
+ layout: {
+ authLayoutImg: '/assets/images/login-bg.jpg',
+ },
+ }),
+ // ...
+ ],
+ // ...
+})
+export class AppModule {}
+```
+
+`authLayoutImg`: (Optional) If not given, a default image will be placed on the authentication pages.
+
+
+* At this point, `LeptonX` theme should be up and running within your application. However, you may need to overwrite some css variables based your needs for every theme available as follows:
+```scss
+:root {
+ .lpx-theme-dark {
+ --lpx-logo: url('/assets/images/logo/logo-light.svg');
+ --lpx-logo-icon: url('/assets/images/logo/logo-light-icon.svg');
+ --lpx-brand: #edae53;
+ }
+
+ .lpx-theme-dim {
+ --lpx-logo: url('/assets/images/logo/logo-light.svg');
+ --lpx-logo-icon: url('/assets/images/logo/logo-light-icon.svg');
+ --lpx-brand: #f15835;
+ }
+
+ .lpx-theme-light {
+ --lpx-logo: url('/assets/images/logo/logo-dark.svg');
+ --lpx-logo-icon: url('/assets/images/logo/logo-dark-icon.svg');
+ --lpx-brand: #69aada;
+ }
+}
+```
+
+When the user selects a theme, the corresponding CSS class is added to the `body`, so you can write specific CSS rules to each theme.
+
+## Conclusion
+
+In this blog post, I've explained how to use the alpha version of the new LeptonX theme for ABP-based solutions. Please, keep in mind that this is an alpha version, and we will continue to work on the LeptonX theme. The APIs are bound to change and breaking changes may be introduced in future versions.
+
+We would like you to try it out with the latest version of the ABP Framework and give us feedback at lepton@volosoft.com or open an issue on this repository: https://github.com/volosoft/lepton-theme
diff --git a/docs/en/Blog-Posts/2021-07-28-lepton-x-release/lepton-x-lite-dashboard.png b/docs/en/Blog-Posts/2021-07-28-lepton-x-release/lepton-x-lite-dashboard.png
new file mode 100644
index 0000000000..6c1ed170fc
Binary files /dev/null and b/docs/en/Blog-Posts/2021-07-28-lepton-x-release/lepton-x-lite-dashboard.png differ
diff --git a/docs/en/Blog-Posts/2021-07-28-lepton-x-release/lepton-x-lite-menu-collapsed.png b/docs/en/Blog-Posts/2021-07-28-lepton-x-release/lepton-x-lite-menu-collapsed.png
new file mode 100644
index 0000000000..36cc5014d3
Binary files /dev/null and b/docs/en/Blog-Posts/2021-07-28-lepton-x-release/lepton-x-lite-menu-collapsed.png differ
diff --git a/docs/en/Blog-Posts/2021-08-02 v4_4_Release_Stable/POST.md b/docs/en/Blog-Posts/2021-08-02 v4_4_Release_Stable/POST.md
new file mode 100644
index 0000000000..a2c812bb74
--- /dev/null
+++ b/docs/en/Blog-Posts/2021-08-02 v4_4_Release_Stable/POST.md
@@ -0,0 +1,42 @@
+# ABP.IO Platform 4.4 Final Has Been Released!
+
+[ABP Framework](https://abp.io/) and [ABP Commercial](https://commercial.abp.io/) 4.4 versions have been released today.
+
+## What's New With 4.4?
+
+Since all the new features are already explained in details with the 4.4 RC announcement posts, I will not repeat all the details again. See [the related blog post](https://blog.abp.io/abp/ABP-Platform-4-4-RC-Has-Been-Released) for all the features and enhancements.
+
+## How to Upgrade an Existing Solution
+
+### Install/Update the ABP CLI
+
+First of all, install the ABP CLI or upgrade to the latest version.
+
+If you haven't installed yet:
+
+```bash
+dotnet tool install -g Volo.Abp.Cli
+```
+
+To update an existing installation:
+
+```bash
+dotnet tool update -g Volo.Abp.Cli
+```
+
+### ABP UPDATE Command
+
+[ABP CLI](https://docs.abp.io/en/abp/latest/CLI) provides a handy command to update all the ABP related NuGet and NPM packages in your solution with a single command:
+
+```bash
+abp update
+```
+
+Run this command in the root folder of your solution.
+
+## The Road Map
+
+The next feature version will be 5.0. It is planned to release the 5.0 RC (Release Candidate) in November 2021. See the updated road maps;
+
+* [ABP Framework Road Map](https://docs.abp.io/en/abp/latest/Road-Map)
+* [ABP Commercial Road Map](https://docs.abp.io/en/commercial/latest/road-map)
\ No newline at end of file
diff --git a/docs/en/CLI.md b/docs/en/CLI.md
index 4e895e1277..0638543e44 100644
--- a/docs/en/CLI.md
+++ b/docs/en/CLI.md
@@ -161,7 +161,7 @@ abp add-package [options]
Example:
````
-abp add-package Volo.Abp.MongoDB
+abp add-package Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic
````
* This example adds the Volo.Abp.MongoDB package to the project.
@@ -170,7 +170,14 @@ abp add-package Volo.Abp.MongoDB
* `--project` or `-p`: Specifies the project (.csproj) file path. If not specified, CLI tries to find a .csproj file in the current directory.
* `--with-source-code`: Downloads the source code of the package to your solution folder and uses local project references instead of NuGet/NPM packages.
-* `--add-to-solution-file`: Adds the downloaded package to your solution file, so you will also see the package when you open the solution on a IDE. (only available when `--with-source-code` is True.)
+* `--add-to-solution-file`: Adds the downloaded package to your solution file, so you will also see the package when you open the solution on a IDE. (only available when `--with-source-code` is True)
+
+> Currently only the source code of the basic theme packages([MVC](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Basic-Theme) and [Blazor](https://docs.abp.io/en/abp/latest/UI/Blazor/Basic-Theme)) can be downloaded.
+> - Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic
+> - Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme
+> - Volo.Abp.AspNetCore.Components.Web.BasicTheme
+> - Volo.Abp.AspNetCore.Components.Server.BasicTheme
+
### add-module
@@ -454,4 +461,4 @@ abp install-libs [options]
## See Also
-* [Examples for the new command](CLI-New-Command-Samples.md)
\ No newline at end of file
+* [Examples for the new command](CLI-New-Command-Samples.md)
diff --git a/docs/en/Community-Articles/2020-05-29-Real-Time-Messaging-In-A-Distributed-Architecture-Using-Abp-Framework-SingalR-RabbitMQ/POST.md b/docs/en/Community-Articles/2020-05-29-Real-Time-Messaging-In-A-Distributed-Architecture-Using-Abp-Framework-SingalR-RabbitMQ/POST.md
index 915d4ef5c1..eea0eaae46 100644
--- a/docs/en/Community-Articles/2020-05-29-Real-Time-Messaging-In-A-Distributed-Architecture-Using-Abp-Framework-SingalR-RabbitMQ/POST.md
+++ b/docs/en/Community-Articles/2020-05-29-Real-Time-Messaging-In-A-Distributed-Architecture-Using-Abp-Framework-SingalR-RabbitMQ/POST.md
@@ -168,7 +168,7 @@ namespace SignalRTieredDemo.Web
{
````
-Also, we need to add [@abp/signalr](https://www.npmjs.com/package/@abp/signalr) npm package to package.json in ***.Web** project, then run **yarn** and **gulp** commands.
+Also, we need to add [@abp/signalr](https://www.npmjs.com/package/@abp/signalr) npm package to package.json in ***.Web** project, then run **abp install-libs** command.
`````json
{
diff --git a/docs/en/Community-Articles/2020-08-07-Passwordless-Authentication/POST.md b/docs/en/Community-Articles/2020-08-07-Passwordless-Authentication/POST.md
index 9489c004bd..d14901a2ba 100644
--- a/docs/en/Community-Articles/2020-08-07-Passwordless-Authentication/POST.md
+++ b/docs/en/Community-Articles/2020-08-07-Passwordless-Authentication/POST.md
@@ -194,16 +194,11 @@ We implemented token generation infrastructure, now it's time validate the token
```csharp
using System;
-using System.Collections.Generic;
-using System.Security.Claims;
using System.Threading.Tasks;
-using Microsoft.AspNetCore.Authentication;
-using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.Identity;
-using Volo.Abp.Security.Claims;
-using Volo.Abp.Users;
+using Volo.Abp.Identity.AspNetCore;
namespace PasswordlessAuthentication.Web.Controllers
{
@@ -211,9 +206,12 @@ namespace PasswordlessAuthentication.Web.Controllers
{
protected IdentityUserManager UserManager { get; }
- public PasswordlessController(IdentityUserManager userManager)
+ protected AbpSignInManager SignInManager { get; }
+
+ public PasswordlessController(IdentityUserManager userManager, AbpSignInManager signInManager)
{
UserManager = userManager;
+ SignInManager = signInManager;
}
public virtual async Task Login(string token, string userId)
@@ -228,45 +226,15 @@ namespace PasswordlessAuthentication.Web.Controllers
await UserManager.UpdateSecurityStampAsync(user);
- var roles = await UserManager.GetRolesAsync(user);
-
- var principal = new ClaimsPrincipal(
- new ClaimsIdentity(CreateClaims(user, roles), IdentityConstants.ApplicationScheme)
- );
-
- await HttpContext.SignInAsync(IdentityConstants.ApplicationScheme, principal);
+ await SignInManager.SignInAsync(user, isPersistent: false);
return Redirect("/");
}
-
- private static IEnumerable CreateClaims(IUser user, IEnumerable roles)
- {
- var claims = new List
- {
- new Claim("sub", user.Id.ToString()),
- new Claim(AbpClaimTypes.UserId, user.Id.ToString()),
- new Claim(AbpClaimTypes.Email, user.Email),
- new Claim(AbpClaimTypes.UserName, user.UserName),
- new Claim(AbpClaimTypes.EmailVerified, user.EmailConfirmed.ToString().ToLower()),
- };
-
- if (!string.IsNullOrWhiteSpace(user.PhoneNumber))
- {
- claims.Add(new Claim(AbpClaimTypes.PhoneNumber, user.PhoneNumber));
- }
-
- foreach (var role in roles)
- {
- claims.Add(new Claim(AbpClaimTypes.Role, role));
- }
-
- return claims;
- }
}
}
```
-We created an endpoint for `/Passwordless/Login` that gets the token and the user Id. In this action, we find the user via repository and validate the token via `UserManager.VerifyUserTokenAsync()` method. If it's valid, we create claims of the user then call `HttpContext.SignInAsync` to be able to create an encrypted cookie and add it to the current response. Finally we redirect the page to the root URL.
+We created an endpoint for `/Passwordless/Login` that gets the token and the user Id. In this action, we find the user via repository and validate the token via `UserManager.VerifyUserTokenAsync()` method. If it's valid, we call `SignInManager.SignInAsync` to be able to create an encrypted cookie and add it to the current response. Finally we redirect the page to the root URL.
That's all! We created a passwordless login with 7 steps.
diff --git a/docs/en/Community-Articles/2020-08-18-Using-DevExtreme-Components-With-The-ABP-Framework/Using-DevExtreme-Components-With-The-ABP-Framework.md b/docs/en/Community-Articles/2020-08-18-Using-DevExtreme-Components-With-The-ABP-Framework/Using-DevExtreme-Components-With-The-ABP-Framework.md
index 93ed01d05c..fdaaefbea1 100644
--- a/docs/en/Community-Articles/2020-08-18-Using-DevExtreme-Components-With-The-ABP-Framework/Using-DevExtreme-Components-With-The-ABP-Framework.md
+++ b/docs/en/Community-Articles/2020-08-18-Using-DevExtreme-Components-With-The-ABP-Framework/Using-DevExtreme-Components-With-The-ABP-Framework.md
@@ -77,9 +77,11 @@ module.exports = {
};
```
-Open your `DevExtremeSample.Web` project folder with a command line and run the `gulp` command. This command will copy the needed library files into the ``/wwwroot/libs/devextreme/` folder.
+Open your `DevExtremeSample.Web` project folder with a command line and run the `abp install-libs` command. This command will copy the needed library files into the `/wwwroot/libs/devextreme/` folder.
-
+````bash
+abp install-libs
+````
You can see `devextreme` folder inside the `wwwroot/libs`:
diff --git a/docs/en/Community-Articles/2021-03-12-Simple-SignalR-Notification/POST.md b/docs/en/Community-Articles/2021-03-12-Simple-SignalR-Notification/POST.md
index 8aeff16612..a53fec2e48 100644
--- a/docs/en/Community-Articles/2021-03-12-Simple-SignalR-Notification/POST.md
+++ b/docs/en/Community-Articles/2021-03-12-Simple-SignalR-Notification/POST.md
@@ -91,7 +91,7 @@ You can install the latest version (3.1.13 will be old)
#### 3- Add resource Mapping
-We added SignalR to the `package.json` but it comes into your `node_modules` folder. We need to copy the related files to `wwwroot/libs` folder. To do this copy the content of the following file to your `abp.resourcemappings.js` file. It's in your root directory of Web folder. After you do this, go to your web directory and run `gulp` command. By doing this, it'll copy the related files into your `wwwroot/libs` folder.
+We added SignalR to the `package.json` but it comes into your `node_modules` folder. We need to copy the related files to `wwwroot/libs` folder. To do this copy the content of the following file to your `abp.resourcemappings.js` file. It's in your root directory of Web folder. After you do this, go to your web directory and run `abp install-libs` command. By doing this, it'll copy the related files into your `wwwroot/libs` folder.
[abp.resourcemappings.js](https://gist.github.com/ebicoglu/f7dc22cca2d353f8bf7f68a03e3395b8#file-abp-resourcemapping-js)
diff --git a/docs/en/Community-Articles/2021-05-24-Removing-EfCore-Migrations/POST.md b/docs/en/Community-Articles/2021-05-24-Removing-EfCore-Migrations/POST.md
index 15fbbc4678..d8fa243c3b 100644
--- a/docs/en/Community-Articles/2021-05-24-Removing-EfCore-Migrations/POST.md
+++ b/docs/en/Community-Articles/2021-05-24-Removing-EfCore-Migrations/POST.md
@@ -30,7 +30,7 @@ If you want to make it in your solution with today, follow the steps in this art
> There is one **drawback** with the new design (everything in software development is a trade-off). We need to remove the `AppUser` entity, because EF Core can't map two classes to single table without an inheritance relation. I will cover this later in this article and provide suggestions to deal with it.
-> If you are using **ABP Commercial**, ABP Suite code generation won't work correctly with the new design. In this case, we suggest to wait for the next version.
+> If you are using **ABP Commercial**, ABP Suite code generation won't work correctly before the version 4.4. Please upgrade to v4.4 if you are using a previous version.
## The Steps
diff --git a/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/1.png b/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/1.png
new file mode 100644
index 0000000000..adb430b2ce
Binary files /dev/null and b/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/1.png differ
diff --git a/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/2.png b/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/2.png
new file mode 100644
index 0000000000..8d617c0367
Binary files /dev/null and b/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/2.png differ
diff --git a/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/POST.md b/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/POST.md
new file mode 100644
index 0000000000..cb1b21d7fd
--- /dev/null
+++ b/docs/en/Community-Articles/2021-09-25-How-to-Override-Localization-Strings-Of-Depending-Modules/POST.md
@@ -0,0 +1,88 @@
+# How to override localization strings of depending modules
+
+## Source Code
+
+You can find the source of the example solution used in this article [here](https://github.com/abpframework/abp-samples/tree/master/DocumentationSamples/ExtendLocalizationResource).
+
+## Getting Started
+
+This example is based on the following document
+https://docs.abp.io/en/abp/latest/Localization#extending-existing-resource
+
+We will change the default `DisplayName:Abp.Timing.Timezone` and `Description:Abp.Timing.Timezone` of [`AbpTimingResource`](https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/Localization/AbpTimingResource.cs) and add localized text in [Russian language(`ru`)](https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/Localization/en.json).
+
+I created the `AbpTiming` folder in the `Localization` directory of the `ExtendLocalizationResource.Domain.Shared` project.
+
+Create `en.json` and `ru.json` in its directory.
+
+`en.json`
+```json
+{
+ "culture": "en",
+ "texts": {
+ "DisplayName:Abp.Timing.Timezone": "My Time zone",
+ "Description:Abp.Timing.Timezone": "My Application time zone"
+ }
+}
+```
+
+`ru.json`
+```json
+{
+ "culture": "ru",
+ "texts": {
+ "DisplayName:Abp.Timing.Timezone": "Часовой пояс",
+ "Description:Abp.Timing.Timezone": "Часовой пояс приложения"
+ }
+}
+```
+
+
+
+We have below content in `ExtendLocalizationResource.Domain.Shared.csproj` file, See [Virtual-File-System](https://docs.abp.io/en/abp/latest/Virtual-File-System#working-with-the-embedded-files) understand how it works.
+
+```xml
+
+
+
+
+
+
+
+
+```
+
+Change the code of the `ConfigureServices` method in `ExtendLocalizationResourceDomainSharedModule`.
+
+```cs
+Configure(options =>
+{
+ options.Resources
+ .Add("en")
+ .AddBaseTypes(typeof(AbpValidationResource))
+ .AddVirtualJson("/Localization/ExtendLocalizationResource");
+
+ //add following code
+ options.Resources
+ .Get()
+ .AddVirtualJson("/Localization/AbpTiming");
+
+ options.DefaultResourceType = typeof(ExtendLocalizationResourceResource);
+});
+```
+
+Execute `ExtendLocalizationResource.DbMigrator` to migrate the database and run `ExtendLocalizationResource.Web`.
+
+We have changed the English localization text and added Russian localization.
+
+### Index page
+
+```cs
+
+}
+```
+
+
\ No newline at end of file
diff --git a/docs/en/Concurrency-Check.md b/docs/en/Concurrency-Check.md
new file mode 100644
index 0000000000..e22afe82b8
--- /dev/null
+++ b/docs/en/Concurrency-Check.md
@@ -0,0 +1,3 @@
+## Concurrency Check
+
+TODO
\ No newline at end of file
diff --git a/docs/en/Dapper.md b/docs/en/Dapper.md
index 0cb1a645d7..d9874bbb7c 100644
--- a/docs/en/Dapper.md
+++ b/docs/en/Dapper.md
@@ -53,14 +53,16 @@ public class PersonDapperRepository : DapperRepository, ITransie
public virtual async Task> GetAllPersonNames()
{
- return (await DbConnection.QueryAsync("select Name from People", transaction: DbTransaction))
+ var dbConnection = await GetDbConnectionAsync();
+ return (await dbConnection.QueryAsync("select Name from People", transaction: await GetDbTransactionAsync()))
.ToList();
}
public virtual async Task UpdatePersonNames(string name)
{
- return await DbConnection.ExecuteAsync("update People set Name = @NewName", new { NewName = name },
- DbTransaction);
+ var dbConnection = await GetDbConnectionAsync();
+ return await dbConnection.ExecuteAsync("update People set Name = @NewName", new { NewName = name },
+ await GetDbTransactionAsync());
}
}
```
diff --git a/docs/en/Data-Filtering.md b/docs/en/Data-Filtering.md
index 6df738cf18..dc237f6151 100644
--- a/docs/en/Data-Filtering.md
+++ b/docs/en/Data-Filtering.md
@@ -239,15 +239,25 @@ protected override Expression> CreateFilterExpression
+[ExposeServices(typeof(IMongoDbRepositoryFilterer))]
+public class BookMongoDbRepositoryFilterer : MongoDbRepositoryFilterer , ITransientDependency
{
- protected override void AddGlobalFilters(List> filters)
+ public BookMongoDbRepositoryFilterer(
+ IDataFilter dataFilter,
+ ICurrentTenant currentTenant) :
+ base(dataFilter, currentTenant)
{
+ }
+
+ public override void AddGlobalFilters(List> filters)
+ {
+ base.AddGlobalFilters(filters);
+
if (DataFilter.IsEnabled())
{
filters.Add(Builders.Filter.Eq(e => ((IIsActive)e).IsActive, true));
@@ -256,7 +266,7 @@ public class BookRepository : MongoDbRepository : MongoDbRepository
@@ -271,6 +281,8 @@ public abstract class MyMongoRepository : MongoD
protected override void AddGlobalFilters(List> filters)
{
+ base.AddGlobalFilters(filters);
+
if (typeof(IIsActive).IsAssignableFrom(typeof(TEntity))
&& DataFilter.IsEnabled())
{
@@ -278,6 +290,15 @@ public abstract class MyMongoRepository : MongoD
}
}
}
-````
-> See "Set Default Repository Classes" section of the [MongoDb Integration document](MongoDB.md) to learn how to replace default repository base with your custom class.
\ No newline at end of file
+
+public class MyMongoDbModule : AbpModule
+{
+ public override void ConfigureServices(ServiceConfigurationContext context)
+ {
+ //.......
+ context.Services
+ .Replace(ServiceDescriptor.Transient(typeof(IMongoDbRepositoryFilterer<,>),typeof(MyMongoDbRepositoryFilterer<,>)));
+ }
+}
+````
\ No newline at end of file
diff --git a/docs/en/Data-Transfer-Objects.md b/docs/en/Data-Transfer-Objects.md
index bc81205b66..4d45570c1d 100644
--- a/docs/en/Data-Transfer-Objects.md
+++ b/docs/en/Data-Transfer-Objects.md
@@ -210,15 +210,15 @@ namespace AbpDemo
{
//Create the query
var query = _productRepository
- .OrderBy(input.Sorting)
- .Skip(input.SkipCount)
- .Take(input.MaxResultCount);
+ .OrderBy(input.Sorting);
//Get total count from the repository
var totalCount = await query.CountAsync();
//Get entities from the repository
- List products = await query.ToListAsync();
+ List products = await query
+ .Skip(input.SkipCount)
+ .Take(input.MaxResultCount).ToListAsync();
//Map entities to DTOs
List productDtos =
diff --git a/docs/en/Modules/Cms-Kit/Index.md b/docs/en/Modules/Cms-Kit/Index.md
index fbdc37ec18..eb08a0c53c 100644
--- a/docs/en/Modules/Cms-Kit/Index.md
+++ b/docs/en/Modules/Cms-Kit/Index.md
@@ -12,6 +12,7 @@ The following features are currently available:
* Provides a [**comment**](Comments.md) system to add comments feature to any kind of resource, like blog post or a product review page.
* Provides a [**reaction**](Reactions.md) system to add reactions (smileys) feature to any kind of resource, like a blog post or a comment.
* Provides a [**rating**](Ratings.md) system to add rating feature to any kind of resource.
+* Provides a [**menu**](Menus.md) system to manage public menus dynamically.
Click to a feature to understand and learn how to use it.
diff --git a/docs/en/Modules/Cms-Kit/Menus.md b/docs/en/Modules/Cms-Kit/Menus.md
new file mode 100644
index 0000000000..87486326da
--- /dev/null
+++ b/docs/en/Modules/Cms-Kit/Menus.md
@@ -0,0 +1,88 @@
+# CMS Kit: Pages
+
+CMS Kit Menu system allows to manage public menus dynamically.
+
+## The User Interface
+
+### Menu items
+
+CMS Kit module admin side adds the following items to the main menu, under the *CMS* menu item:
+
+* **Menus**: Menu management page.
+
+`CmsKitAdminMenus` class has the constants for the menu item names.
+
+### Menus
+
+#### Menu Management
+
+Menus page is used to manage dynamic public menus in the system.
+
+
+
+
+
+Created menus will be visible on public site.
+
+
+
+# Internals
+
+## Domain Layer
+
+#### Aggregates
+
+This module follows the [Entity Best Practices & Conventions](https://docs.abp.io/en/abp/latest/Best-Practices/Entities) guide.
+
+##### Menus
+
+- `MenuItem` (aggregate root): A Menu Item presents a single node at menu tree.
+
+#### Repositories
+
+This module follows the [Repository Best Practices & Conventions](https://docs.abp.io/en/abp/latest/Best-Practices/Repositories) guide.
+
+Following custom repositories are defined for this feature:
+
+- `IMenuItemRepository`
+
+#### Domain services
+
+This module follows the [Domain Services Best Practices & Conventions](https://docs.abp.io/en/abp/latest/Best-Practices/Domain-Services) guide.
+
+##### Menu Item Manager
+
+`MenuItemManager` is used to perform some operations for the `MenuItemManager` aggregate root.
+
+### Application layer
+
+#### Application services
+
+- `MenuItemAdminAppService` (implements `IMenuItemAdminAppService`): Implements the management operations of menu system.
+- `MenuItemPublicAppService` (implements `IMenuItemPublicAppService`): Implements the public use cases of menu system.
+
+### Database providers
+
+#### Common
+
+##### Table / collection prefix & schema
+
+All tables/collections use the `Cms` prefix by default. Set static properties on the `CmsKitDbProperties` class if you need to change the table prefix or set a schema name (if supported by your database provider).
+
+##### Connection string
+
+This module uses `CmsKit` for the connection string name. If you don't define a connection string with this name, it fallbacks to the `Default` connection string.
+
+See the [connection strings](https://docs.abp.io/en/abp/latest/Connection-Strings) documentation for details.
+
+#### Entity Framework Core
+
+##### Tables
+
+- CmsMenuItems
+
+#### MongoDB
+
+##### Collections
+
+- CmsMenuItems
\ No newline at end of file
diff --git a/docs/en/Modules/Docs.md b/docs/en/Modules/Docs.md
index 4c764ee2c6..f848789176 100644
--- a/docs/en/Modules/Docs.md
+++ b/docs/en/Modules/Docs.md
@@ -185,10 +185,11 @@ Open `package.json` and add `@abp/docs": "^2.9.0` as shown below:
}
```
- Then open the command line terminal in the `Acme.MyProject.Web` project folder and run the following command:
+Then open the command line terminal in the `Acme.MyProject.Web` project folder and run the following command:
- 1. `yarn`
- 2. `gulp`
+````bash
+abp install-libs
+````
### 4- Database Integration
diff --git a/docs/en/Modules/Permission-Management.md b/docs/en/Modules/Permission-Management.md
index ba4b34d8ed..b97ddfca6c 100644
--- a/docs/en/Modules/Permission-Management.md
+++ b/docs/en/Modules/Permission-Management.md
@@ -28,7 +28,7 @@ In this dialog, you can grant permissions for the selected role. The tabs in the
## IPermissionManager
-`IPermissionManager` is the main service provided by this module. It is used to read and change the permission values. `IPermissionManager` is typically used by the *Feature Management Dialog*. However, you can inject it if you need to set a permission value.
+`IPermissionManager` is the main service provided by this module. It is used to read and change the permission values. `IPermissionManager` is typically used by the *Permission Management Dialog*. However, you can inject it if you need to set a permission value.
> If you just want to read/check permission values for the current user, use the `IAuthorizationService` or the `[Authorize]` attribute as explained in the [Authorization document](../Authorization.md).
@@ -91,9 +91,9 @@ public class CustomPermissionManagementProvider : PermissionManagementProvider
}
````
-`PermissionManagementProvider` base class makes the default implementation (using the `IPermissionGrantRepository`) for you. You can override base methods as you need. Every provider must have a unique name, which is `Custom` in this example (keep it short since it is saved to database for each feature value record).
+`PermissionManagementProvider` base class makes the default implementation (using the `IPermissionGrantRepository`) for you. You can override base methods as you need. Every provider must have a unique name, which is `Custom` in this example (keep it short since it is saved to database for each permission value record).
-Once you create your provider class, you should register it using the `FeatureManagementOptions` [options class](../Options.md):
+Once you create your provider class, you should register it using the `PermissionManagementOptions` [options class](../Options.md):
````csharp
Configure(options =>
diff --git a/docs/en/Modules/Setting-Management.md b/docs/en/Modules/Setting-Management.md
index bf4ab30031..4eedcc969d 100644
--- a/docs/en/Modules/Setting-Management.md
+++ b/docs/en/Modules/Setting-Management.md
@@ -99,7 +99,7 @@ public class CustomSettingProvider : SettingManagementProvider
}
````
-`SettingManagementProvider` base class makes the default implementation (using the `ISettingManagementStore`) for you. You can override base methods as you need. Every provider must have a unique name, which is `Custom` in this example (keep it short since it is saved to database for each feature value record).
+`SettingManagementProvider` base class makes the default implementation (using the `ISettingManagementStore`) for you. You can override base methods as you need. Every provider must have a unique name, which is `Custom` in this example (keep it short since it is saved to database for each setting value record).
Once you create your provider class, you should register it using the `SettingManagementOptions` [options class](../Options.md):
diff --git a/docs/en/Modules/Virtual-File-Explorer.md b/docs/en/Modules/Virtual-File-Explorer.md
index bae87ba95a..1a22418937 100644
--- a/docs/en/Modules/Virtual-File-Explorer.md
+++ b/docs/en/Modules/Virtual-File-Explorer.md
@@ -60,8 +60,9 @@ Or you can also manually install nuget package to `Acme.MyProject.Web` project:
Then open the command line terminal in the `Acme.MyProject.Web` project folder and run the following command:
- 1. `yarn`
- 2. `gulp`
+````bash
+abp install-libs
+````
That's all,Now run the application and Navigate to `/VirtualFileExplorer`. You will see virtual file explorer page:
diff --git a/docs/en/Multi-Tenancy.md b/docs/en/Multi-Tenancy.md
index 5db646b7a7..f8098a4875 100644
--- a/docs/en/Multi-Tenancy.md
+++ b/docs/en/Multi-Tenancy.md
@@ -296,6 +296,32 @@ services.Configure(options =>
});
````
+If you change the `TenantKey`, make sure to pass it to `CoreModule` in the Angular client as follows:
+
+```js
+@NgModule({
+ imports: [
+ CoreModule.forRoot({
+ // ...
+ tenantKey: 'MyTenantKey'
+ }),
+ ],
+ // ...
+})
+export class AppModule {}
+```
+
+If you need to access it, you can inject it as follows:
+
+```js
+import { Inject } from '@angular/core';
+import { TENANT_KEY } from '@abp/ng.core';
+
+class SomeComponent {
+ constructor(@Inject(TENANT_KEY) private tenantKey: string) {}
+}
+```
+
> However, we don't suggest to change this value since some clients may assume the the `__tenant` as the parameter name and they might need to manually configure then.
##### Domain/Subdomain Tenant Resolver
diff --git a/docs/en/Road-Map.md b/docs/en/Road-Map.md
index d98c626dd9..215f017a47 100644
--- a/docs/en/Road-Map.md
+++ b/docs/en/Road-Map.md
@@ -10,12 +10,9 @@ This version will focus on the following works:
* Upgrading to .NET 6.0 ([#9004](https://github.com/abpframework/abp/issues/9004))
* Upgrading to Bootstrap 5.x ([#8922](https://github.com/abpframework/abp/issues/8922))
-* Alternative to IdentityServer4 ([#7221](https://github.com/abpframework/abp/issues/7221))
+* C# and JavaScript Static Client Proxy Generation ([#9864](https://github.com/abpframework/abp/issues/9864))
* Revisit the microservice demo solution ([#8385](https://github.com/abpframework/abp/issues/8385))
-* Dapr integration ([#2183](https://github.com/abpframework/abp/issues/2183))
* Publishing distributed events as transactional ([#6126](https://github.com/abpframework/abp/issues/6126))
-* Resource based authorization system ([#236](https://github.com/abpframework/abp/issues/236))
-* API Versioning system: finalize & document ([#497](https://github.com/abpframework/abp/issues/497))
* Performance optimizations; Enabling .NET Trimming, using source generators and reducing reflection, etc.
* Improving the abp.io platform and work more on contents and documents
@@ -27,6 +24,10 @@ The *Next Versions* section above shows the main focus of the planned versions.
Here, a list of major items in the backlog we are considering to work on in the next versions.
+* ([#497](https://github.com/abpframework/abp/issues/497)) API Versioning system: finalize & document
+* ([#7221](https://github.com/abpframework/abp/issues/7221)) Alternative to IdentityServer4
+* ([#2183](https://github.com/abpframework/abp/issues/2183)) Dapr integration
+* ([#236](https://github.com/abpframework/abp/issues/236)) Resource based authorization system
* [#2882](https://github.com/abpframework/abp/issues/2882) / Providing a gRPC integration infrastructure (while it is [already possible](https://github.com/abpframework/abp-samples/tree/master/GrpcDemo) to create or consume gRPC endpoints for your application, we plan to create endpoints for the [standard application modules](https://docs.abp.io/en/abp/latest/Modules/Index))
* [#1754](https://github.com/abpframework/abp/issues/1754) / Multi-lingual entities
* [#57](https://github.com/abpframework/abp/issues/57) / Built-in CQRS infrastructure
diff --git a/docs/en/SignalR-Integration.md b/docs/en/SignalR-Integration.md
index 29c37e30b2..7ebf4f6539 100644
--- a/docs/en/SignalR-Integration.md
+++ b/docs/en/SignalR-Integration.md
@@ -70,10 +70,10 @@ This will add the `@abp/signalr` to the dependencies in the `package.json` of yo
}
````
-Run the `gulp` in the root folder of your web project:
+Run the following [ABP CLI](CLI.md) command in the root folder of your web project:
````bash
-gulp
+abp install-libs
````
This will copy the SignalR JavaScript files into your project:
diff --git a/docs/en/Swagger.md b/docs/en/Swagger.md
deleted file mode 100644
index 1fda8a0cd7..0000000000
--- a/docs/en/Swagger.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Swagger UI Integration
-
-TODO
\ No newline at end of file
diff --git a/docs/en/Text-Templating-Scriban.md b/docs/en/Text-Templating-Scriban.md
index 51b6c50f88..324fed7b14 100644
--- a/docs/en/Text-Templating-Scriban.md
+++ b/docs/en/Text-Templating-Scriban.md
@@ -1,4 +1,4 @@
-# Razor Integration
+# Scriban Integration
## Installation
diff --git a/docs/en/Tutorials/Part-1.md b/docs/en/Tutorials/Part-1.md
index d419fc8d27..210ecbe966 100644
--- a/docs/en/Tutorials/Part-1.md
+++ b/docs/en/Tutorials/Part-1.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
diff --git a/docs/en/Tutorials/Part-10.md b/docs/en/Tutorials/Part-10.md
index 11fdd9b781..5d5ea9618b 100644
--- a/docs/en/Tutorials/Part-10.md
+++ b/docs/en/Tutorials/Part-10.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
## Introduction
We have created `Book` and `Author` functionalities for the book store application. However, currently there is no relation between these entities.
diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md
index 5df5dae343..b84ece9e97 100644
--- a/docs/en/Tutorials/Part-2.md
+++ b/docs/en/Tutorials/Part-2.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
@@ -85,6 +90,8 @@ acme.bookStore.books.book.create({
});
````
+> If you downloaded the source code of the tutorial and following the steps from the sample, you should also pass the `authorId` parameter to the create method for **creating a new book**.
+
You should see a message in the console something like that:
````text
diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md
index e724fa2c9f..92e04d0b41 100644
--- a/docs/en/Tutorials/Part-3.md
+++ b/docs/en/Tutorials/Part-3.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
diff --git a/docs/en/Tutorials/Part-4.md b/docs/en/Tutorials/Part-4.md
index 2202aba704..036d8a18bd 100644
--- a/docs/en/Tutorials/Part-4.md
+++ b/docs/en/Tutorials/Part-4.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
diff --git a/docs/en/Tutorials/Part-5.md b/docs/en/Tutorials/Part-5.md
index e8274116f4..4a4611809a 100644
--- a/docs/en/Tutorials/Part-5.md
+++ b/docs/en/Tutorials/Part-5.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
@@ -627,4 +632,4 @@ private async Task ConfigureMainMenuAsync(MenuConfigurationContext context)
## The Next Part
-See the [next part](Part-6.md) of this tutorial.
\ No newline at end of file
+See the [next part](Part-6.md) of this tutorial.
diff --git a/docs/en/Tutorials/Part-6.md b/docs/en/Tutorials/Part-6.md
index f6601a9afd..7d7c4e2d94 100644
--- a/docs/en/Tutorials/Part-6.md
+++ b/docs/en/Tutorials/Part-6.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
## Introduction
In the previous parts, we've used the ABP infrastructure to easily build some services;
@@ -270,4 +275,4 @@ This part covered the domain layer of the authors functionality of the book stor
## The Next Part
-See the [next part](Part-7.md) of this tutorial.
\ No newline at end of file
+See the [next part](Part-7.md) of this tutorial.
diff --git a/docs/en/Tutorials/Part-7.md b/docs/en/Tutorials/Part-7.md
index 45820cde09..3284ae98d4 100644
--- a/docs/en/Tutorials/Part-7.md
+++ b/docs/en/Tutorials/Part-7.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
## Introduction
This part explains how to configure the database integration for the `Author` entity introduced in the previous part.
diff --git a/docs/en/Tutorials/Part-8.md b/docs/en/Tutorials/Part-8.md
index fe8cbd2732..d8dd4bc5b1 100644
--- a/docs/en/Tutorials/Part-8.md
+++ b/docs/en/Tutorials/Part-8.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
## Introduction
This part explains to create an application layer for the `Author` entity created before.
diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md
index 2a3e43c736..d6fa004596 100644
--- a/docs/en/Tutorials/Part-9.md
+++ b/docs/en/Tutorials/Part-9.md
@@ -34,6 +34,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer
* [Blazor UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
+> If you encounter the "filename too long" or "unzip error" on Windows, it's probably related to the Windows maximum file path limitation. Windows has a maximum file path limitation of 250 characters. To solve this, [enable the long path option in Windows 10](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
+
+> If you face long path errors related to Git, try the following command to enable long paths in Windows. See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-directory-with-a-long-path
+> `git config --system core.longpaths true`
+
## Introduction
This part explains how to create a CRUD page for the `Author` entity introduced in the previous parts.
@@ -1022,7 +1027,7 @@ Create a new Razor Component Page, `/Pages/Authors.razor`, in the `Acme.BookStor
````
-* This code is similar to the `Books.razor`, except it doesn't inherit from the `BlazorisePageBase`, but uses its own implementation.
+* This code is similar to the `Books.razor`, except it doesn't inherit from the `AbpCrudPageBase`, but uses its own implementation.
* Injects the `IAuthorAppService` to consume the server side HTTP APIs from the UI. We can directly inject application service interfaces and use just like regular method calls by the help of [Dynamic C# HTTP API Client Proxy System](../API/Dynamic-CSharp-API-Clients.md), which performs REST API calls for us. See the `Authors` class below to see the usage.
* Injects the `IAuthorizationService` to check [permissions](../Authorization.md).
* Injects the `IObjectMapper` for [object to object mapping](../Object-To-Object-Mapping.md).
diff --git a/docs/en/Tutorials/Todo/Index.md b/docs/en/Tutorials/Todo/Index.md
index 9f4a33a9c0..8eca93fead 100644
--- a/docs/en/Tutorials/Todo/Index.md
+++ b/docs/en/Tutorials/Todo/Index.md
@@ -618,7 +618,7 @@ Open the `Index.razor` file in the `Pages` folder of the *TodoApp.Blazor* projec
### Index.razor.css
-As the final touch, open the `Index.razor.css` file in the `Pages` folder of the *TodoApp.Web* project and replace with the following content:
+As the final touch, open the `Index.razor.css` file in the `Pages` folder of the *TodoApp.Blazor* project and replace with the following content:
````css
#TodoList{
diff --git a/docs/en/UI/Angular/Basic-Theme.md b/docs/en/UI/Angular/Basic-Theme.md
new file mode 100644
index 0000000000..7b6c98fdcc
--- /dev/null
+++ b/docs/en/UI/Angular/Basic-Theme.md
@@ -0,0 +1,107 @@
+# Angular UI: Basic Theme
+
+The Basic Theme is a theme implementation for the Angular UI. It is a minimalist theme that doesn't add any styling on top of the plain [Bootstrap](https://getbootstrap.com/). You can take the Basic Theme as the **base theme** and build your own theme or styling on top of it. See the *Customization* section.
+
+> If you are looking for a professional, enterprise ready theme, you can check the [Lepton Theme](https://commercial.abp.io/themes), which is a part of the [ABP Commercial](https://commercial.abp.io/).
+
+> See the [Theming document](Theming.md) to learn about themes.
+
+## Installation
+
+**This theme is already installed** when you create a new solution using the [startup templates](../../Startup-Templates/Index.md). If you need to manually install it, follow the steps below:
+
+* Install the [@abp/ng.theme.basic](https://www.npmjs.com/package/@abp/ng.theme.basic) NPM package to your Angular project.
+* Open the `src/app/app.module.ts` file, import `ThemeBasicModule` (it can be imported from `@abp/ng.theme.basic` package), and add `ThemeBasicModule.forRoot()` to the `imports` array.
+* Open the `src/app/shared/shared.module` file, import `ThemeBasicModule` (it can be imported from `@abp/ng.theme.basic` package), and add `ThemeBasicModule` to the `imports` and `exports` array.
+
+The `ThemeBasicModule` is registered own layouts (`ApplicationLayoutComponent`, `AccountLayoutComponent`, `EmptyLayoutComponent`) to a service which is exposed by `@abp/ng.core` package on application initialization.
+
+## Application Layout
+
+
+
+Application Layout implements the following parts, in addition to the common parts mentioned above;
+
+* Logo area
+* Routes area
+* Language selection & user menu
+* [Page Alerts](Page-Alerts.md)
+
+See Application Layout components:
+
+
+
+### How to Use a Layout
+
+Routes should be added to the menu by calling `add` method `RoutesService`. A layout can be set in the object of your route. See the [modifying the menu](Modifying-the-Menu#how-to-add-a-navigation-element) for more information.
+
+## Customization
+
+You have two options two customize this theme:
+
+### Overriding Styles / Components
+
+In this approach, you continue to use the theme as an NPM package and customize the parts you need to. There are several ways to customize it;
+
+#### Override the Styles
+
+You can simply override the styles in the global styles (`src/styles.scss`) file of your application.
+
+#### Override the Components
+
+See the [Component Replacement](Component-Replacement.md) to learn how you can replace components, customize and extend the user interface.
+
+### Copy & Customize
+
+You can run the following [ABP CLI](../../CLI.md) command in **Angular** project directory to copy the source code to your solution:
+
+`abp add-package @abp/ng.theme.basic --with-source-code`
+
+----
+
+Or, you can download the [source code](https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/theme-basic) of the Basic Theme, manually copy the project content into your project (`projects/theme-basic` folder), open `angular.json` file and add configuration below to the `projects` object:
+
+```json
+{
+ "projects": {
+ ...
+ "theme-basic": {
+ "projectType": "library",
+ "root": "projects/theme-basic",
+ "sourceRoot": "projects/theme-basic/src",
+ "prefix": "abp",
+ "architect": {
+ "build": {
+ "builder": "@angular-devkit/build-ng-packagr:build",
+ "options": {
+ "tsConfig": "projects/theme-basic/tsconfig.lib.json",
+ "project": "projects/theme-basic/ng-package.json"
+ },
+ "configurations": {
+ "production": {
+ "tsConfig": "projects/theme-basic/tsconfig.lib.prod.json"
+ }
+ }
+ }
+ }
+ }
+ }
+}
+```
+
+Then, open the `tsconfig.json` file and add new paths as follows:
+
+```json
+"paths": {
+ ...
+ "@abp/ng.theme.basic": ["projects/theme-basic/src/public-api.ts"],
+ "@abp/ng.theme.basic/testing": ["projects/theme-basic/testing/src/public-api.ts"]
+}
+```
+
+
+You can now freely customize the theme based on your application requirements.
+
+## See Also
+
+* [Theming](Theming.md)
diff --git a/docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md b/docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md
index 147f8010a6..46a97b2c7b 100644
--- a/docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md
+++ b/docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md
@@ -17,30 +17,18 @@ yarn ng generate component my-roles/my-roles --flat --export
Open the generated `src/app/my-roles/my-roles.component.ts` file and replace its content with the following:
```js
-import { ListService, PagedAndSortedResultRequestDto } from '@abp/ng.core';
-import {
- CreateRole,
- DeleteRole,
- eIdentityComponents,
- GetRoleById,
- GetRoles,
- IdentityRoleDto,
- IdentityState,
- RolesComponent,
- UpdateRole,
-} from '@abp/ng.identity';
+import { ListService, PagedAndSortedResultRequestDto, PagedResultDto } from '@abp/ng.core';
+import { eIdentityComponents, IdentityRoleDto, IdentityRoleService, RolesComponent } from '@abp/ng.identity';
import { ePermissionManagementComponents } from '@abp/ng.permission-management';
import { Confirmation, ConfirmationService } from '@abp/ng.theme.shared';
import {
EXTENSIONS_IDENTIFIER,
FormPropData,
- generateFormFromProps,
+ generateFormFromProps
} from '@abp/ng.theme.shared/extensions';
import { Component, Injector, OnInit } from '@angular/core';
import { FormGroup } from '@angular/forms';
-import { Select, Store } from '@ngxs/store';
-import { Observable } from 'rxjs';
-import { finalize, pluck } from 'rxjs/operators';
+import { finalize } from 'rxjs/operators';
@Component({
selector: 'app-my-roles',
@@ -51,15 +39,14 @@ import { finalize, pluck } from 'rxjs/operators';
provide: EXTENSIONS_IDENTIFIER,
useValue: eIdentityComponents.Roles,
},
- { provide: RolesComponent, useExisting: MyRolesComponent },
+ {
+ provide: RolesComponent,
+ useExisting: MyRolesComponent
+ }
],
})
export class MyRolesComponent implements OnInit {
- @Select(IdentityState.getRoles)
- data$: Observable;
-
- @Select(IdentityState.getRolesTotalCount)
- totalCount$: Observable;
+ data: PagedResultDto = { items: [], totalCount: 0 };
form: FormGroup;
@@ -82,8 +69,8 @@ export class MyRolesComponent implements OnInit {
constructor(
public readonly list: ListService,
protected confirmationService: ConfirmationService,
- protected store: Store,
- protected injector: Injector
+ protected injector: Injector,
+ protected service: IdentityRoleService,
) {}
ngOnInit() {
@@ -106,25 +93,21 @@ export class MyRolesComponent implements OnInit {
}
edit(id: string) {
- this.store
- .dispatch(new GetRoleById(id))
- .pipe(pluck('IdentityState', 'selectedRole'))
- .subscribe(selectedRole => {
- this.selected = selectedRole;
- this.openModal();
- });
+ this.service.get(id).subscribe(res => {
+ this.selected = res;
+ this.openModal();
+ });
}
save() {
if (!this.form.valid) return;
this.modalBusy = true;
- this.store
- .dispatch(
- this.selected.id
- ? new UpdateRole({ ...this.selected, ...this.form.value, id: this.selected.id })
- : new CreateRole(this.form.value)
- )
+ const { id } = this.selected;
+ (id
+ ? this.service.update(id, { ...this.selected, ...this.form.value })
+ : this.service.create(this.form.value)
+ )
.pipe(finalize(() => (this.modalBusy = false)))
.subscribe(() => {
this.isModalVisible = false;
@@ -139,13 +122,13 @@ export class MyRolesComponent implements OnInit {
})
.subscribe((status: Confirmation.Status) => {
if (status === Confirmation.Status.confirm) {
- this.store.dispatch(new DeleteRole(id)).subscribe(() => this.list.get());
+ this.service.delete(id).subscribe(() => this.list.get());
}
});
}
private hookToQuery() {
- this.list.hookToQuery(query => this.store.dispatch(new GetRoles(query))).subscribe();
+ this.list.hookToQuery(query => this.service.getList(query)).subscribe(res => (this.data = res));
}
openPermissionsModal(providerKey: string) {
@@ -189,15 +172,15 @@ Open the generated `src/app/my-role/my-role.component.html` file and replace its
@@ -423,12 +413,8 @@ Open the generated `permission-management.component.html` in `src/app/permission
This document only explains how settings work in the Angular UI projects. See the [settings document](../../../Settings.md) to understand the ABP setting system.
+> This document only explains how settings work in the Angular UI projects. See the [settings document](../../Settings.md) to understand the ABP setting system.
## Before Use
diff --git a/docs/en/UI/Angular/Theming.md b/docs/en/UI/Angular/Theming.md
new file mode 100644
index 0000000000..21e28953f8
--- /dev/null
+++ b/docs/en/UI/Angular/Theming.md
@@ -0,0 +1,228 @@
+# Angular UI: Theming
+
+## Introduction
+
+ABP Framework provides a complete **UI Theming** system with the following goals:
+
+* Reusable [application modules](../../Modules/Index.md) are developed **theme-independent**, so they can work with any UI theme.
+* UI theme is **decided by the final application**.
+* The theme is distributed via an NPM package, so it is **easily upgradable**.
+* The final application can **customize** the selected theme.
+
+In order to accomplish these goals, ABP Framework;
+
+* Determines a set of **base libraries** used and adapted by all the themes. So, module and application developers can depend on and use these libraries without depending on a particular theme.
+* Provides a system that consists of layout parts (like navigation menus and toolbars) that is implemented by all the themes. So, the modules and the application contribute to the layout to compose a consistent application UI.
+
+### Current Themes
+
+Currently, two themes are **officially provided**:
+
+* The [Basic Theme](Basic-Theme.md) is the minimalist theme with the plain Bootstrap style. It is **open source and free**.
+* The [Lepton Theme](https://commercial.abp.io/themes) is a **commercial** theme developed by the core ABP team and is a part of the [ABP Commercial](https://commercial.abp.io/) license.
+
+## Overall
+
+### The Base Libraries
+
+All the themes must depend on the [@abp/ng.theme.shared](https://www.npmjs.com/package/@abp/ng.theme.shared) NuGet package, so they are indirectly depending on the following libraries:
+
+* [Twitter Bootstrap](https://getbootstrap.com/) as the fundamental HTML/CSS framework.
+* [FontAwesome](https://fontawesome.com/) as the fundamental CSS font library.
+* [NG Bootstrap](https://ng-bootstrap.github.io/#/home) as a component library that supports the Bootstrap and adds extra components like modal and datepicker.
+* [Ngx-Datatable](https://swimlane.gitbook.io/ngx-datatable/) as a datatable library.
+* [ngx-validate](https://github.com/ng-turkey/ngx-validate) a dynamic validation of reactive forms library.
+* [Chart.js](https://www.chartjs.org/) as a widget library.
+
+These libraries are selected as the base libraries and available to the applications and modules.
+
+> Bootstrap's JavaScript part is not used since the NG Bootstrap library already provides the necessary functionalities to the Bootstrap components in a native way.
+
+### The Layout
+
+All themes must define a layout for the application. The following image shows the user management page in the [Basic Theme](Basic-Theme.md) application layout:
+
+
+
+And the same page is shown below with the [Lepton Theme](https://commercial.abp.io/themes) application layout:
+
+
+
+As you can see, the page is the same, but the look is completely different in the themes above.
+
+The application layout typically includes the following parts;
+
+* Main menu
+* Nav items area with the following components;
+ * User menu
+ * Language switch dropdown
+* [Page alerts](Page-Alerts.md)
+* The page content (aka ``)
+
+## Implementing a Theme
+
+A theme is simply an NPM package and comes with startup templates.
+
+### The Easy Way
+
+The easiest way to create a new theme is to add Basic Theme Source Code to your project via [ABP CLI](../../CLI.md) command and customize it.
+
+You can run the following command in **Angular** project directory to copy the source code to your solution:
+
+`abp add-package @abp/ng.theme.basic --with-source-code`
+
+### Global/Component Styles
+
+Angular can bundle global style files and component styles with components.
+See the [component styles](https://angular.io/guide/component-styles) guide on Angular documentation for more information.
+
+### Layout Parts
+
+A typical layout consists of several parts. The theme should include the necessary parts in each layout.
+
+**Example: The Basic Theme has the following parts for the Application Layout**
+
+
+
+The application code and the modules can only show contents in the Page Content part. If they need to change the other parts (to add a menu item, to add a nav item, to change the application name in the logo area...) they should use the ABP Framework APIs.
+
+The following sections explain the fundamental parts pre-defined by the ABP Framework and can be implemented by the themes.
+
+> It is a good practice to split the layout into components/partials, so the final application can override them partially for customization purpose.
+
+#### Logo
+
+The `application` object of an environment file should be configured to get the name and the logo URL of the application to render in the logo part. Additionally, `LogoComponent` can be replaced. See [Component Replacement](Component-Replacement.md) document for more.
+
+The [Application Startup Template](../../Startup-Templates/Application.md) has an implementation of this interface to set the values by the application developer.
+
+#### Main Menu / Routes
+
+`RoutesService` service is used to manage the main menu items and render them on the layout.
+
+**Example: Adding a route to the main menu**
+
+```ts
+import { RoutesService, eLayoutType } from '@abp/ng.core';
+import { Component } from '@angular/core';
+
+@Component(/* component metadata */)
+export class AppComponent {
+ constructor(routes: RoutesService) {
+ routes.add([
+ {
+ path: '/your-path',
+ name: 'Your navigation',
+ order: 101,
+ iconClass: 'fas fa-question-circle',
+ requiredPolicy: 'permission key here',
+ layout: eLayoutType.application,
+ },
+ {
+ path: '/your-path/child',
+ name: 'Your child navigation',
+ parentName: 'Your navigation',
+ order: 1,
+ requiredPolicy: 'permission key here',
+ },
+ ]);
+ }
+}
+```
+
+See the [Modifying the Menu](Modifying-the-Menu.md) document to learn more about the navigation system.
+
+#### Toolbar / Nav Items
+
+`NavItemsService` service is used to get the menu's right part items and render on the layout. You can add an HTML content or Angular component as an element to render.
+
+**Example: Adding an element to right part of the menu**
+
+````ts
+import { NavItemsService } from '@abp/ng.theme.shared';
+import { Component } from '@angular/core';
+
+@Component({
+ template: `
+
+ `,
+})
+export class MySearchInputComponent {}
+
+
+@Component(/* component metadata */)
+export class AppComponent {
+ constructor(private navItems: NavItemsService) {
+ navItems.addItems([
+ {
+ id: 'MySearchInput',
+ order: 1,
+ component: MySearchInputComponent,
+ },
+ {
+ id: 'SignOutIcon',
+ html: '',
+ action: () => console.log('Clicked the sign out icon'),
+ order: 101, // puts as last element
+ },
+ ]);
+ }
+}
+````
+
+> See the [How to Add an Element to Right Part of the Menu](Modifying-the-Menu#how-to-add-an-element-to-right-part-of-the-menu) document to learn more on the nav items system.
+
+The theme has a responsibility to add two pre-defined items to the toolbar: Language Selection and User Menu.
+
+##### Language Selection
+
+Language Selection toolbar item is generally a dropdown that is used to switch between languages. `ConfigStateService` is used to get the list of available languages and `SessionStateService` is used to learn the current language.
+
+`SessionStateService` is used to get and set the current language.
+
+**Example: Get the currently selected language**
+
+````ts
+import {SessionStateService} from '@abp/ng.core';
+
+//...
+
+constructor(private sessionState: SessionStateService) {
+ const lang = this.sessionState.getLanguage()
+}
+````
+
+**Example: Set the selected language**
+
+````ts
+import {SessionStateService} from '@abp/ng.core';
+
+//...
+
+constructor(private sessionState: SessionStateService) {
+ const lang = this.sessionState.setLanguage('en')
+}
+````
+
+##### User Menu
+
+User menu is a component that can be replaceable. See an example to learn how can you replace it:
+
+````ts
+import { eThemeBasicComponents } from '@abp/ng.theme.basic';
+import { NavItemsService } from '@abp/ng.theme.shared';
+import { Component } from '@angular/core';
+
+@Component({/* component metadata */})
+export class AppComponent {
+ constructor(private navItems: NavItemsService) {
+ this.navItems.patchItem(eThemeBasicComponents.CurrentUser, { component: MyUserMenuComponent });
+ }
+}
+````
+
+[`ConfigStateService`](Config-State-Service.md) service can be used to obtain the `application-configuration` API response (e.g. getting current user or tenant).
+
+#### Page Alerts
+
+`PageAlertService` service is used to get the current page alerts to render on the layout. See the [Page Alerts](Page-Alerts.md) document to learn more.
\ No newline at end of file
diff --git a/docs/en/UI/Angular/images/basic-theme-application-layout-parts.png b/docs/en/UI/Angular/images/basic-theme-application-layout-parts.png
new file mode 100644
index 0000000000..934b0e0528
Binary files /dev/null and b/docs/en/UI/Angular/images/basic-theme-application-layout-parts.png differ
diff --git a/docs/en/UI/AspNetCore/Basic-Theme.md b/docs/en/UI/AspNetCore/Basic-Theme.md
index 50a82142ef..e74799a423 100644
--- a/docs/en/UI/AspNetCore/Basic-Theme.md
+++ b/docs/en/UI/AspNetCore/Basic-Theme.md
@@ -15,7 +15,7 @@ The Basic Theme has RTL (Right-to-Left language) support.
* Install the [Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic](https://www.nuget.org/packages/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic) NuGet package to your web project.
* Add `AbpAspNetCoreMvcUiBasicThemeModule` into the `[DependsOn(...)]` attribute for your [module class](../../Module-Development-Basics.md) in the web project.
* Install the [@abp/aspnetcore.mvc.ui.theme.basic](https://www.npmjs.com/package/@abp/aspnetcore.mvc.ui.theme.basic) NPM package to your web project (e.g. `npm install @abp/aspnetcore.mvc.ui.theme.basic` or `yarn add @abp/aspnetcore.mvc.ui.theme.basic`).
-* Run `gulp` command in a command line terminal in the web project's folder.
+* Run `abp install-libs` command in a command line terminal in the web project's folder.
## Layouts
@@ -85,7 +85,7 @@ See the [User Interface Customization Guide](Customization-User-Interface.md) to
You can run the following [ABP CLI](../../CLI.md) command in **Web** project directory to copy the source code to your solution:
-`abp add-package Volo.Abp.AspNetCore.Components.Server.BasicTheme --with-source-code --add-to-solution-file`
+`abp add-module Volo.BasicTheme --with-source-code --add-to-solution-file`
----
diff --git a/docs/en/UI/AspNetCore/Client-Side-Package-Management.md b/docs/en/UI/AspNetCore/Client-Side-Package-Management.md
index 645200a363..eaccc39119 100644
--- a/docs/en/UI/AspNetCore/Client-Side-Package-Management.md
+++ b/docs/en/UI/AspNetCore/Client-Side-Package-Management.md
@@ -18,7 +18,7 @@ To solve the versioning problem, we created a **standard set of packages** those
The benefit of a **standard package** is:
* It depends on a **standard version** of a package. Depending on this package is **safe** because all modules depend on the same version.
-* It contains the gulp task to copy library resources (js, css, img... files) from the **node_modules** folder to **wwwroot/libs** folder. See the *Mapping The Library Resources* section for more.
+* It contains the mappings copy library resources (js, css, img... files) from the **node_modules** folder to **wwwroot/libs** folder. See the *Mapping The Library Resources* section for more.
Depending on a standard package is easy. Just add it to your **package.json** file like you normally do. Example:
@@ -61,7 +61,7 @@ Using NPM packages and NPM/Yarn tool is the de facto standard for client side li
Next challenge is copying needed resources (js, css, img... files) from the `node_modules` into a folder inside the **wwwroot** folder to make it accessible to the clients/browsers.
-ABP defines a [Gulp](https://gulpjs.com/) based task to **copy resources** from **node_modules** to **wwwroot/libs** folder. Each **standard package** (see the *@ABP NPM Packages* section) defines the mapping for its own files. So, most of the time, you only configure dependencies.
+ABP CLI's `abp install-libs` command **copies resources** from **node_modules** to **wwwroot/libs** folder. Each **standard package** (see the *@ABP NPM Packages* section) defines the mapping for its own files. So, most of the time, you only configure dependencies.
The **startup templates** are already configured to work all these out of the box. This section will explain the configuration options.
@@ -100,17 +100,15 @@ mappings: {
}
````
-#### Using The Gulp
+#### install-libs Command
-Once you properly configure the `abp.resourcemapping.js` file, you can run the gulp command from the command line:
+Once you properly configure the `abp.resourcemapping.js` file, you can run the following ABP CLI command from the command line:
+````bash
+abp install-libs
````
-gulp
-````
-
-When you run the `gulp`, all packages will copy their own resources into the **wwwroot/libs** folder. Running `yarn & gulp` is only necessary if you make a change in your dependencies in the **package.json** file.
-> When you run the Gulp command, dependencies of the application are resolved using the package.json file. The Gulp task automatically discovers and maps all resources from all dependencies (recursively).
+When you run this command, all packages will copy their own resources into the **wwwroot/libs** folder. Running `abp install-libs` is only necessary if you make a change in your dependencies in the **package.json** file.
#### See Also
diff --git a/docs/en/UI/Blazor/Basic-Theme.md b/docs/en/UI/Blazor/Basic-Theme.md
index 6a71e50c84..2c034f258a 100644
--- a/docs/en/UI/Blazor/Basic-Theme.md
+++ b/docs/en/UI/Blazor/Basic-Theme.md
@@ -38,7 +38,7 @@ You have two options two customize this theme:
### Overriding Styles / Components
-In this approach, you continue to use the the theme as NuGet and NPM packages and customize the parts you need to. There are several ways to customize it;
+In this approach, you continue to use the theme as NuGet and NPM packages and customize the parts you need to. There are several ways to customize it;
#### Override the Styles
diff --git a/docs/en/UI/Blazor/Customization-Overriding-Components.md b/docs/en/UI/Blazor/Customization-Overriding-Components.md
index 995213f9e7..e62e0a0ff4 100644
--- a/docs/en/UI/Blazor/Customization-Overriding-Components.md
+++ b/docs/en/UI/Blazor/Customization-Overriding-Components.md
@@ -20,11 +20,11 @@ First, create your logo and place under a folder in your web application. We use

-The next step is to create a razor component, like `MyBlazor.razor`, in your application:
+The next step is to create a razor component, like `MyBranding.razor`, in your application:

-The content of the `MyBlazor.razor` is shown below:
+The content of the `MyBranding.razor` is shown below:
````html
@using Volo.Abp.DependencyInjection
diff --git a/docs/en/Validation.md b/docs/en/Validation.md
index c4821adf65..1d24c5e2a6 100644
--- a/docs/en/Validation.md
+++ b/docs/en/Validation.md
@@ -149,8 +149,8 @@ Once ABP determines a validation error, it throws an exception of type `AbpValid
In addition to the automatic validation, you may want to manually validate an object. In this case, [inject](Dependency-Injection.md) and use the `IObjectValidator` service:
-* `Validate` method validates the given object based on the validation rules and throws an `AbpValidationException` if it is not in a valid state.
-* `GetErrors` doesn't throw an exception, but only returns the validation errors.
+* `ValidateAsync` method validates the given object based on the validation rules and throws an `AbpValidationException` if it is not in a valid state.
+* `GetErrorsAsync` doesn't throw an exception, but only returns the validation errors.
`IObjectValidator` is implemented by the `ObjectValidator` by default. `ObjectValidator` is extensible; you can implement `IObjectValidationContributor` interface to contribute a custom logic. Example:
@@ -158,13 +158,14 @@ In addition to the automatic validation, you may want to manually validate an ob
public class MyObjectValidationContributor
: IObjectValidationContributor, ITransientDependency
{
- public void AddErrors(ObjectValidationContext context)
+ public Task AddErrorsAsync(ObjectValidationContext context)
{
//Get the validating object
var obj = context.ValidatingObject;
//Add the validation errors if available
context.Errors.Add(...);
+ return Task.CompletedTask;
}
}
````
diff --git a/docs/en/Virtual-File-System.md b/docs/en/Virtual-File-System.md
index 307c6e92bc..6cdf9a7649 100644
--- a/docs/en/Virtual-File-System.md
+++ b/docs/en/Virtual-File-System.md
@@ -38,7 +38,7 @@ This configuration recursively adds all files under the **MyResources** folder o
Embedding a file in the project/assembly may cause problems if a file name contains some special chars. To overcome this limitation;
1. Add [Microsoft.Extensions.FileProviders.Embedded](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Embedded) NuGet package to the project that contains the embedded resource(s).
-2. Add `true` into the `...` section of your `.csproj` file.
+2. Add `true` into the `...` section of your `.csproj` file.
> While these two steps are optional and ABP can work without these configuration, it is strongly suggested to make it.
@@ -193,4 +193,4 @@ So, if you need to replace a file of a module, just create the file in the exact
### Physical Files
-Physical files always override the virtual files. That means if you put a file under the `/wwwroot/my-folder/my-file.css`, it will override the file in the same location of the virtual file system. So, you need to know the file paths defined in the modules to override them.
\ No newline at end of file
+Physical files always override the virtual files. That means if you put a file under the `/wwwroot/my-folder/my-file.css`, it will override the file in the same location of the virtual file system. So, you need to know the file paths defined in the modules to override them.
diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json
index 570be0f258..03acdb0390 100644
--- a/docs/en/docs-nav.json
+++ b/docs/en/docs-nav.json
@@ -369,8 +369,8 @@
"path": "Object-To-Object-Mapping.md"
},
{
- "text":"String Encryption",
- "path":"String-Encryption.md"
+ "text": "String Encryption",
+ "path": "String-Encryption.md"
},
{
"text": "Text Templating",
@@ -582,6 +582,10 @@
"path": "API/Application-Configuration.md"
}
]
+ },
+ {
+ "text": "Swagger Integration",
+ "path": "API/Swagger-Integration.md"
}
]
},
@@ -1029,6 +1033,19 @@
"text": "Customization Guide",
"path": "UI/Angular/Customization-User-Interface.md"
},
+ {
+ "text": "Theming",
+ "items": [
+ {
+ "text": "Overall",
+ "path": "UI/Angular/Theming.md"
+ },
+ {
+ "text": "The Basic Theme",
+ "path": "UI/Angular/Basic-Theme.md"
+ }
+ ]
+ },
{
"text": "Modifying the Menu",
"path": "UI/Angular/Modifying-the-Menu.md"
diff --git a/docs/en/images/cmskit-module-menus-page.png b/docs/en/images/cmskit-module-menus-page.png
new file mode 100644
index 0000000000..c265763788
Binary files /dev/null and b/docs/en/images/cmskit-module-menus-page.png differ
diff --git a/docs/en/images/cmskit-module-menus-public.png b/docs/en/images/cmskit-module-menus-public.png
new file mode 100644
index 0000000000..0b67064334
Binary files /dev/null and b/docs/en/images/cmskit-module-menus-public.png differ
diff --git a/docs/en/images/docs-create-project-v4.4.0.png b/docs/en/images/docs-create-project-v4.4.0.png
new file mode 100644
index 0000000000..fa30fcbc3a
Binary files /dev/null and b/docs/en/images/docs-create-project-v4.4.0.png differ
diff --git a/docs/zh-Hans/Data-Filtering.md b/docs/zh-Hans/Data-Filtering.md
index 45adcb6b05..74192cf426 100644
--- a/docs/zh-Hans/Data-Filtering.md
+++ b/docs/zh-Hans/Data-Filtering.md
@@ -188,15 +188,25 @@ protected override Expression> CreateFilterExpression
+[ExposeServices(typeof(IMongoDbRepositoryFilterer))]
+public class BookMongoDbRepositoryFilterer : MongoDbRepositoryFilterer , ITransientDependency
{
- protected override void AddGlobalFilters(List> filters)
+ public BookMongoDbRepositoryFilterer(
+ IDataFilter dataFilter,
+ ICurrentTenant currentTenant) :
+ base(dataFilter, currentTenant)
{
+ }
+
+ public override void AddGlobalFilters(List> filters)
+ {
+ base.AddGlobalFilters(filters);
+
if (DataFilter.IsEnabled())
{
filters.Add(Builders.Filter.Eq(e => ((IIsActive)e).IsActive, true));
@@ -205,7 +215,7 @@ public class BookRepository : MongoDbRepository : MongoDbRepository
@@ -220,6 +230,8 @@ public abstract class MyMongoRepository : MongoD
protected override void AddGlobalFilters(List> filters)
{
+ base.AddGlobalFilters(filters);
+
if (typeof(IIsActive).IsAssignableFrom(typeof(TEntity))
&& DataFilter.IsEnabled())
{
@@ -227,6 +239,17 @@ public abstract class MyMongoRepository : MongoD
}
}
}
+
+
+public class MyMongoDbModule : AbpModule
+{
+ public override void ConfigureServices(ServiceConfigurationContext context)
+ {
+ //.......
+ context.Services
+ .Replace(ServiceDescriptor.Transient(typeof(IMongoDbRepositoryFilterer<,>),typeof(MyMongoDbRepositoryFilterer<,>)));
+ }
+}
````
> 参阅[MongoDb集成文档](MongoDB.md)的 "设置默认仓储" 部分了解如何使用自定义类替换默认仓储.
\ No newline at end of file
diff --git a/docs/zh-Hans/Data-Transfer-Objects.md b/docs/zh-Hans/Data-Transfer-Objects.md
index eb844e7ea7..5f8a1bc527 100644
--- a/docs/zh-Hans/Data-Transfer-Objects.md
+++ b/docs/zh-Hans/Data-Transfer-Objects.md
@@ -210,15 +210,15 @@ namespace AbpDemo
{
//Create the query
var query = _productRepository
- .OrderBy(input.Sorting)
- .Skip(input.SkipCount)
- .Take(input.MaxResultCount);
+ .OrderBy(input.Sorting);
//Get total count from the repository
var totalCount = await query.CountAsync();
//Get entities from the repository
- List products = await query.ToListAsync();
+ List products = await query
+ .Skip(input.SkipCount)
+ .Take(input.MaxResultCount);.ToListAsync();
//Map entities to DTOs
List productDtos =
diff --git a/docs/zh-Hans/Entities.md b/docs/zh-Hans/Entities.md
index 23ca3e73f0..85e1132d2b 100644
--- a/docs/zh-Hans/Entities.md
+++ b/docs/zh-Hans/Entities.md
@@ -211,7 +211,7 @@ public class OrderLine : Entity
> 如果你不想你的聚合根继承`AggregateRoot`类,你可以直接实现`IAggregateRoot`接口
-`Order`是一个具有`Guid`类型`Id`属性的 **聚合根**.它有一个`OrderLine`实体集合.`OrderLine`是一个具有组合键(`OrderLine`和 ` ProductId`)的实体.
+`Order`是一个具有`Guid`类型`Id`属性的 **聚合根**.它有一个`OrderLine`实体集合.`OrderLine`是一个具有组合键(`OrderId`和 ` ProductId`)的实体.
虽然这个示例可能无法实现聚合根的所有最佳实践,但它仍然遵循良好的实践:
diff --git a/docs/zh-Hans/Modules/Docs.md b/docs/zh-Hans/Modules/Docs.md
index 1d09552e50..7b651fd821 100644
--- a/docs/zh-Hans/Modules/Docs.md
+++ b/docs/zh-Hans/Modules/Docs.md
@@ -186,8 +186,9 @@ ABP框架的[文档](docs.abp.io)也是使用的此模块.
然后在 `Acme.MyProject.Web` 项目目录打开命令行终端运行以下命令:
- 1. `yarn`
- 2. `gulp`
+````bash
+abp install-libs
+````
### 4- 数据库集成
diff --git a/docs/zh-Hans/Modules/Virtual-File-Explorer.md b/docs/zh-Hans/Modules/Virtual-File-Explorer.md
index 024b3d23df..e70306f13c 100644
--- a/docs/zh-Hans/Modules/Virtual-File-Explorer.md
+++ b/docs/zh-Hans/Modules/Virtual-File-Explorer.md
@@ -60,8 +60,9 @@
然后在 `Acme.MyProject.Web` 项目目录打开命令行终端运行以下命令:
- 1. `yarn`
- 2. `gulp`
+````bash
+abp install-libs
+````
这就是全部,运行应用程序导航到 `/VirtualFileExplorer`. 你会看到虚拟文件浏览器页面:
diff --git a/docs/zh-Hans/SignalR-Integration.md b/docs/zh-Hans/SignalR-Integration.md
index bdf4a7a786..7adc75daa4 100644
--- a/docs/zh-Hans/SignalR-Integration.md
+++ b/docs/zh-Hans/SignalR-Integration.md
@@ -70,10 +70,10 @@ yarn add @abp/signalr
}
````
-在你的Web项目的根文件夹中运行 `gulp`:
+在你的Web项目的根文件夹中运行 `abp install-libs`:
````bash
-gulp
+abp install-libs
````
它会将SignalR JavaScript文件拷贝到你的项目:
diff --git a/docs/zh-Hans/Text-Templating.md b/docs/zh-Hans/Text-Templating.md
index be9cbb3a79..d61c85bc9b 100644
--- a/docs/zh-Hans/Text-Templating.md
+++ b/docs/zh-Hans/Text-Templating.md
@@ -187,9 +187,9 @@ var result = await _templateRenderer.RenderAsync(
示例中我们并没有创建模型类,但是创建了一个匿名对象模型.
-### 大驼峰 与 小驼峰
+### PascalCase 与 snake_case
-PascalCase 属性名(如 `UserName`) 在模板中用做小驼峰(如 `userName`).
+PascalCase 属性名(如 `UserName`) 在模板中使用蛇形命名(如 `user_name`).
## 本地化
@@ -454,4 +454,4 @@ public class MyTemplateContentProvider
* 本文开发和引用的[应用程序示例源码](https://github.com/abpframework/abp-samples/tree/master/TextTemplateDemo).
* [本地化系统](Localization.md).
-* [虚拟文件系统](Virtual-File-System.md).
\ No newline at end of file
+* [虚拟文件系统](Virtual-File-System.md).
diff --git a/docs/zh-Hans/Tutorials/Todo/Index.md b/docs/zh-Hans/Tutorials/Todo/Index.md
new file mode 100644
index 0000000000..d940957c18
--- /dev/null
+++ b/docs/zh-Hans/Tutorials/Todo/Index.md
@@ -0,0 +1,830 @@
+# 快速入门
+
+````json
+//[doc-params]
+{
+ "UI": ["MVC", "Blazor", "BlazorServer", "NG"],
+ "DB": ["EF", "Mongo"]
+}
+````
+
+这是一个由单个部分组成的快速入门教程, 旨在使用ABP框架构建一个简单的待办事项应用程序. 这是最终应用程序的屏幕截图:
+
+
+
+你可以在[这里](https://github.com/abpframework/abp-samples/tree/master/TodoApp)找到已完成的项目源代码.
+
+## 先决条件
+
+* 一个集成开发环境 (比如: [Visual Studio](https://visualstudio.microsoft.com/vs/)) 它需要支持 [.NET 5.0+](https://dotnet.microsoft.com/download/dotnet) 的开发.
+
+{{if DB=="Mongo"}}
+
+* [MongoDB Server 4.0+](https://docs.mongodb.com/manual/administration/install-community/)
+
+{{end}}
+
+{{if UI=="NG"}}
+
+* [Node v14.x](https://nodejs.org/)
+
+{{end}}
+
+## 创建新的解决方案
+
+我们将使用[ABP CLI](../../CLI.md) 创建带有ABP框架的新解决方案. 你可以在命令行终端中运行以下命令来安装它:
+
+````bash
+dotnet tool install -g Volo.Abp.Cli
+````
+
+然后创建一个空文件夹, 打开命令行终端并在终端中执行以下命令:
+
+````bash
+abp new TodoApp{{if UI=="Blazor"}} -u blazor{{else if UI=="BlazorServer"}} -u blazor-server{{else if UI=="NG"}} -u angular{{end}}{{if DB=="Mongo"}} -d mongodb{{end}}
+````
+
+{{if UI=="NG"}}
+
+这将创建一个名为*TodoApp*的新解决方案, 其中包含`angular`和`aspnet core`文件夹. 一旦解决方案就绪, 请在你最喜欢的 IDE 中打开 ASP.NET Core 解决方案.
+
+{{else}}
+
+这将创建一个名为*TodoApp*的新解决方案. 一旦解决方案就绪, 请在你最喜欢的 IDE 中打开它.
+
+{{end}}
+
+### 创建数据库
+
+如果你使用的是Visual Studio, 请右键单击`TodoApp.DbMigrator`项目, 选择*设置为启动项目*, 然后按*Ctrl+F5*运行它而不进行调试. 它将创建初始数据库并生成初始数据.
+
+{{if DB=="EF"}}
+
+> 一些IDE (例如Rider) 可能会在第一次运行时遇到问题, 因为 *DbMigrator* 添加初始迁移并重新编译项目. 在这种情况下, 在 `.DbMigrator` 项目文件夹中打开命令行终端并执行 `dotnet run` 命令.
+
+{{end}}
+
+### 运行应用程序
+
+{{if UI=="MVC" || UI=="BlazorServer"}}
+
+最好在开始开发之前运行一下应用程序. 确保 {{if UI=="BlazorServer"}}`TodoApp.Blazor`{{else}}`TodoApp.Web`{{end}} 是启动项目, 然后运行应用程序(Visual Studio中是Ctrl+F5)来查看初始UI:
+
+{{else if UI=="Blazor"}}
+
+最好在开始开发之前运行一下应用程序. 解决方案中有两个主要应用程序
+
+* `TodoApp.HttpApi.Host` 承载服务器端的 HTTP API.
+* `TodoApp.Blazor` 是客户端的Blazor WebAssembly应用程序.
+
+确保 `TodoApp.HttpApi.Host` 是启动项目, 然后运行应用程序(Visual Studio中的Ctrl+F5)打开[Swagger UI](https://swagger.io/tools/swagger-ui/)来查看服务器端的 HTTP API:
+
+
+
+你可以使用此 UI 探索和测试你的 HTTP API. 现在, 我们可以将 `TodoApp.Blazor` 设置为启动项目并运行它来打开实际的 Blazor 应用程序UI:
+
+{{else if UI=="NG"}}
+
+最好在开始开发之前运行一下应用程序. 解决方案中有两个主要应用程序;
+
+* `TodoApp.HttpApi.Host` (在.NET解决方案中)承载服务器端HTTP API.
+* `Angular` 文件夹包含 Angular 应用程序.
+
+确保 `TodoApp.HttpApi.Host` 是启动项目, 然后运行应用程序(Visual Studio中的Ctrl+F5)打开[Swagger UI](https://swagger.io/tools/swagger-ui/)来查看服务器端的 HTTP API:
+
+
+
+你可以使用此 UI 探索和测试你的 HTTP API. 如果该功能正常, 我们可以运行Angular 客户端应用程序.
+
+首先, 运行以下命令来还原NPM包:
+
+````bash
+npm install
+````
+
+安装所有软件包需要一些时间. 然后可以使用以下命令运行应用程序:
+
+````bash
+npm start
+````
+
+此命令需要时间, 但最终在你的默认浏览器中运行并打开应用程序:
+
+{{end}}
+
+
+
+你可以单击 *登录* 按钮, 以`admin`作为用户名和`1q2w3E*` 作为密码登录到应用程序.
+
+一切就绪. 我们可以开始编程!
+
+## 领域层
+
+此应用程序只有一个 [实体](../../Entities.md), 接下来我们开始创建它. 在 *TodoApp.Domain* 项目中创建一个新的 `TodoItem` 类:
+
+````csharp
+using System;
+using Volo.Abp.Domain.Entities;
+
+namespace TodoApp
+{
+ public class TodoItem : BasicAggregateRoot
+ {
+ public string Text { get; set; }
+ }
+}
+````
+
+`BasicAggregateRoot` 是创建根实体的最简单的基础类. `Guid` 是这里实体的主键 (`Id`).
+
+## 数据库集成
+
+{{if DB=="EF"}}
+
+下一步是设置 [Entity Framework Core](../../Entity-Framework-Core.md)配置
+
+### 映射配置
+
+打开在 *TodoApp.EntityFrameworkCore* 项目中 `EntityFrameworkCore` 文件夹中的 `TodoAppDbContext` 类, 并向该类添加新的 `DbSet` 属性:
+
+````csharp
+public DbSet TodoItems { get; set; }
+````
+
+然后在 `TodoAppDbContext` 类中定位到 `OnModelCreating` 方法, 并为 `TodoItem` 实体添加映射代码:
+
+````csharp
+protected override void OnModelCreating(ModelBuilder builder)
+{
+ base.OnModelCreating(builder);
+
+ /* Include modules to your migration db context */
+
+ builder.ConfigurePermissionManagement();
+ ...
+
+ /* Configure your own tables/entities inside here */
+ builder.Entity(b =>
+ {
+ b.ToTable("TodoItems");
+ });
+}
+````
+
+我们已经将 `TodoItem` 实体映射到数据库中的 `TodoItems` 表.
+
+### Code First 迁移
+
+解决方案快速模版已经配置为使用Entity Framework Core的 [Code First 迁移](https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations). 由于我们已经更改了数据库映射配置, 因此我们应该创建一个新的迁移并将更改应用于数据库.
+
+在 *TodoApp.EntityFrameworkCore* 项目目录中打开一个命令行终端并输入以下命令:
+
+````bash
+dotnet ef migrations add Added_TodoItem
+````
+
+这将向项目添加一个新的迁移类:
+
+
+
+你可以在同一命令行终端中使用以下命令将更改应用于数据库:
+
+````bash
+dotnet ef database update
+````
+
+> 如果你使用的是Visual Studio, 则可能希望在 *包管理器控制台 (PMC)* 中使用 `Add-Migration Added_TodoItem` 和 `Update-Database` 命令. 在这种情况下, 请确保 {{if UI=="MVC"}}`TodoApp.Web`{{else if UI=="BlazorServer"}}`TodoApp.Blazor`{{else if UI=="Blazor" || UI=="NG"}}`TodoApp.HttpApi.Host`{{end}} 是启动项目, 并且 `TodoApp.EntityFrameworkCore` 是PMC中的 *默认项目*.
+
+{{else if DB=="Mongo"}}
+
+下一步是设置 [MongoDB](../../MongoDB.md) 配置. 打开 *TodoApp.MongoDB* 项目中 `MongoDb` 文件夹的`TodoAppMongoDbContext` 类并做出以下更改;
+
+1. 向类添加新属性:
+
+````csharp
+public IMongoCollection TodoItems => Collection();
+````
+
+2. 在 `CreateModel` 方法中添加以下代码:
+
+````csharp
+modelBuilder.Entity(b =>
+{
+ b.CollectionName = "TodoItems";
+});
+````
+
+{{end}}
+
+现在, 我们可以使用ABP仓库保存和检索待办事项, 如我们在下一节所做的那样.
+
+## 应用层
+
+[应用程序服务](../../Application-Services.md) 用于执行应用程序的用例. 我们需要执行以下用例:
+
+* 获取待办事项列表
+* 创建新的待办事项
+* 删除现有的待办事项
+
+### 应用服务接口
+
+我们可以先从为应用程序服务定义接口开始. 在 *TodoApp.Application.Contracts* 项目中创建新的 `ITodoAppService` 接口, 如下所示:
+
+````csharp
+using System;
+using System.Collections.Generic;
+using System.Threading.Tasks;
+using Volo.Abp.Application.Services;
+
+namespace TodoApp
+{
+ public interface ITodoAppService : IApplicationService
+ {
+ Task> GetListAsync();
+ Task CreateAsync(string text);
+ Task DeleteAsync(Guid id);
+ }
+}
+````
+
+### 数据传输对象
+
+`GetListAsync` 和`CreateAsync` 方法返回 `TodoItemDto`. `应用程序服务` 通常获取并返回 DTO([数据传输对象](../../Data-Transfer-Objects.md)) 而不是实体. 因此, 我们应该在这里定义DTO类. 在 *TodoApp.Application.Contracts* 项目中创建新的 `TodoItemDto` 类:
+
+````csharp
+using System;
+
+namespace TodoApp
+{
+ public class TodoItemDto
+ {
+ public Guid Id { get; set; }
+ public string Text { get; set; }
+ }
+}
+````
+
+这是一个非常简单的DTO类, 它与我们的 `TodoItem` 实体相对应. 接下来, 我们准备实现 `ITodoAppService`接口.
+
+### 应用服务实现
+
+在 *TodoApp.Application* 项目中创建 `TodoAppService` 类, 如下所示:
+
+````csharp
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using Volo.Abp.Application.Services;
+using Volo.Abp.Domain.Repositories;
+
+namespace TodoApp
+{
+ public class TodoAppService : ApplicationService, ITodoAppService
+ {
+ private readonly IRepository _todoItemRepository;
+
+ public TodoAppService(IRepository todoItemRepository)
+ {
+ _todoItemRepository = todoItemRepository;
+ }
+
+ // TODO: Implement the methods here...
+ }
+}
+````
+
+该类继承自ABP框架的`ApplicationService`类, 并实现了之前定义的 `ITodoAppService`接口. ABP为实体提供默认的泛型 [仓储](../../Repositories.md). 我们可以使用它们来执行基本的数据库操作. 此类中 [注入](../../Dependency-Injection.md) 的 `IRepository`, 它就是 `TodoItem` 实体的默认存储库. 我们将使用它来实现之前描述的用例.
+
+#### 获取待办事项
+
+让我们先实现 `GetListAsync` 方法:
+
+````csharp
+public async Task> GetListAsync()
+{
+ var items = await _todoItemRepository.GetListAsync();
+ return items
+ .Select(item => new TodoItemDto
+ {
+ Id = item.Id,
+ Text = item.Text
+ }).ToList();
+}
+````
+
+我们只是从数据库中获取完整的`TodoItem`列表, 将它们映射到`TodoItemDto`对象并作为结果返回.
+
+#### 创建一个新的待办事项
+
+下一个我们可以实现方法是 `CreateAsync` , 如下所示:
+
+````csharp
+public async Task CreateAsync(string text)
+{
+ var todoItem = await _todoItemRepository.InsertAsync(
+ new TodoItem {Text = text}
+ );
+
+ return new TodoItemDto
+ {
+ Id = todoItem.Id,
+ Text = todoItem.Text
+ };
+}
+````
+
+仓储的 `InsertAsync` 方法将给定的`TodoItem`插入数据库, 并返回相同的`TodoItem` 对象. 它还设置了`Id`, 因此我们可以在返回对象上使用它. 我们只是通过从新的 `TodoItem` 实体创建和返回 `TodoItemDto`.
+
+#### 删除待办事项
+
+最后, 我们来实现 `DeleteAsync` 方法, 代码如下:
+
+````csharp
+public async Task DeleteAsync(Guid id)
+{
+ await _todoItemRepository.DeleteAsync(id);
+}
+````
+
+至此, 应用程序服务已准备好了让UI层来使用.
+
+## 用户界面层
+
+现在是在UI上显示待办事项的时候了! 在开始编写代码之前, 最好记住我们正在尝试构建的内容. 这里是示例程序的最终用户界面的截图:
+
+
+
+> **我们将在本教程中保持最简洁的UI端, 以使本教程简单且重点突出. 请参阅 [web应用程序开发教程](../Part-1.md) 来了解构建实际应用各个方面.**
+
+{{if UI=="MVC"}}
+
+### Index.cshtml.cs
+
+打开在 *TodoApp.Web* 项目的 `Pages` 文件夹中`Index.cshtml.cs`文件, 并用以下代码块替换它的默认内容:
+
+````csharp
+using System.Collections.Generic;
+using System.Threading.Tasks;
+
+namespace TodoApp.Web.Pages
+{
+ public class IndexModel : TodoAppPageModel
+ {
+ public List TodoItems { get; set; }
+
+ private readonly ITodoAppService _todoAppService;
+
+ public IndexModel(ITodoAppService todoAppService)
+ {
+ _todoAppService = todoAppService;
+ }
+
+ public async Task OnGetAsync()
+ {
+ TodoItems = await _todoAppService.GetListAsync();
+ }
+ }
+}
+````
+
+此类使用 `ITodoAppService` 获取待办事项列表并将它赋值给 `TodoItems` 属性. 我们将用它来渲染razor页面上的待办事项目列表.
+
+### Index.cshtml
+
+打开 *TodoApp.Web* 项目中`Pages`文件夹下的`Index.cshtml`, 并替换为以下内容:
+
+````xml
+@page
+@model TodoApp.Web.Pages.IndexModel
+@section styles {
+
+}
+@section scripts {
+
+}
+
+
+
+
+ TODO LIST
+
+
+
+
+
+
+
+
+ @foreach (var todoItem in Model.TodoItems)
+ {
+