From ab6c978312a8f2163924dcdf642eb2ed8eca40ff Mon Sep 17 00:00:00 2001 From: Salih Date: Tue, 26 Sep 2023 16:47:43 +0300 Subject: [PATCH] Update en.json --- .../Admin/Localization/Resources/en.json | 4 +++- .../Community/Localization/Resources/en.json | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index 3766c15bc9..4ef7827283 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -531,6 +531,8 @@ "MaxColorCountWarning": "You can add up to {0} colors", "MinColorCountWarning": "You must add at least {0} colors", "RaffleDeletionConfirmationMessage": "Are you sure you want to delete this raffle?", - "CreateRaffle": "Create Raffle" + "CreateRaffle": "Create Raffle", + "RemoveImage": "Remove Image", + "SuccessfullySaved": "Successfully saved" } } diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index f5a637676e..ed4e5d19d0 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -205,7 +205,7 @@ "hrs": "hrs", "min": "min", "sec": "sec", - "Winners:": "Winners:", + "Winners": "Winners", "To{0}LuckyWinners": "to {0} lucky winner(s)", "ActiveRaffles": "Active Raffles", "UpcomingRaffles": "Upcoming Raffles", @@ -219,6 +219,10 @@ "RaffleLoginAndRegisterMessage": "You should sign in to join a raffle. You can create an account for free if you haven't registered yet.", "Ok": "Ok", "SeeDetails": "See Details", - "WaitingForDraw": "Waiting for draw" + "WaitingForTheDraw": "Waiting for the draw", + "AllAttendees": "All Attendees", + "SeeRaffleDetail": "See Raffle Detail", + "SeeRaffle": "See Raffle", + "ParticipationIsComplete!": "Participation is complete!" } }