From 094b65b0f014194fbbdfc7eccff633d0606e78a2 Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Wed, 1 Sep 2021 17:39:41 +0300 Subject: [PATCH] Add missing localizations --- .../AbpIoLocalization/Admin/Localization/Resources/en.json | 7 ++----- .../Commercial/Localization/Resources/en.json | 1 - 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index 9d51cd096a..f15c96383d 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -308,11 +308,8 @@ "BillingInfo": "Billing Info", "GenerateInvoice": "Create Invoice", "DeleteInvoice" : "Delete Invoice", - "SetAsUnRefunded": "Set as unrefunded", - "SetAsRefunded": "Set as refunded", "SuccessfullyDeleted": "Successfully deleted!", - "SuccessfullyRefunded" : "Successfully refunded!", - "SuccessfullyUnRefunded" : "Successfully unrefunded!", - "InvoiceActions": "Invoice Actions" + "PaymentStateSetTo" : "Payment state set to {0}", + "ChangeState": "Change State" } } diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index ca3e749ab2..c0b976fa79 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -378,6 +378,5 @@ "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.", - "Refunded": "Refunded" } } \ No newline at end of file