From 9ca921fe0eb9cbf7dadcab854e669c8d80f563ae Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Tue, 31 Aug 2021 14:42:39 +0300 Subject: [PATCH] Add missing localizations --- .../Admin/Localization/Resources/en.json | 12 +++++++++++- .../Commercial/Localization/Resources/en.json | 3 ++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index 10ca9a0a67..32c0e66b53 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -303,6 +303,16 @@ "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 future time", + "SaveAndDownload": "Save And Download", + "BillingInfo": "Billing Info", + "GenerateInvoice": "Generate Invoice", + "DeleteInvoice" : "Delete Invoice", + "SetAsUnRefunded": "Set as Un-Refunded", + "SetAsRefunded": "Set as Refunded", + "SuccessfullyDeleted": "Successfully deleted!", + "SuccessfullyRefunded" : "Successfully refunded!", + "SuccessfullyUnRefunded" : "Successfully un-refunded!", + "InvoiceActions": "Invoice Actions" } } diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index dd7112efec..ca3e749ab2 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -377,6 +377,7 @@ "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 info before creating your invoice." + "CheckYourBillingInfo": "You can create your invoice only once! Check your billing info before creating your invoice.", + "Refunded": "Refunded" } } \ No newline at end of file