From fb5fc3557830d355ca5a8ceae2fad5e9ca4f08ac Mon Sep 17 00:00:00 2001 From: Salih Date: Wed, 13 Sep 2023 18:22:28 +0300 Subject: [PATCH] Make the localizable to raffle pages --- .../Community/Localization/Resources/en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index 36e2f57657..8d7697771e 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -211,5 +211,11 @@ "CompletedRaffles": "Completed Raffles", "NoActiveRaffleTitle": "No active raffle is available at the moment.", "NoActiveRaffleDescription": "No active raffle is available at the moment.", + "RaffleSubscriptionCodeInputMessage": "This raffle requires a registration code. Please enter the registration code below:", + "RaffleSubscriptionCodeInputErrorMessage": "The registration code is incorrect. Please try again.", + "GoodJob!": "Good Job!", + "RaffleJoinSuccessMessage": "You are successfully registered tor the raffle. You will be informed via email if you win the prize!", + "RaffleLoginAndRegisterMessage": "You should sign in to join a raffle. You can create an account for free if you haven't registered yet.", + "Ok": "Ok" } }