Browse Source

Make the localizable to raffle pages

pull/17670/head
Salih 3 years ago
parent
commit
4569f07280
  1. 23
      abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
  2. 4
      abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json

23
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json

@ -511,9 +511,24 @@
"Raffles": "Raffles",
"CreateARaffle": "Create a raffle",
"Draw": "Draw",
"Enum:RaffleState:0": "Active",
"Enum:RaffleState:1": "Next",
"Enum:RaffleState:2": "Past",
"DrawDone": "Draw Done"
"Enum:RaffleStatus:0": "Active",
"Enum:RaffleStatus:1": "Next",
"Enum:RaffleStatus:2": "Past",
"DrawDone": "Draw Done",
"HomePageShowType": "Home Page Show Type",
"None": "None",
"Card": "Card",
"Horizontal": "Horizontal",
"Winners": "Winners",
"StartDateMustBeLessThanEndDate": "Start date must be less than end date",
"VisibilityStartDateMustBeLessThanVisibilityEndDate": "Visibility start date must be less than visibility end date",
"StartDateMustBeGreaterThanVisibilityStartDate": "Start date must be greater than visibility start date",
"EndDateMustBeLessThanVisibilityEndDate": "End date must be less than visibility end date",
"DrawnDone": "Drawn Done",
"AddColor": "Add Color",
"Colors": "Colors",
"RemoveColor": "Remove Color",
"MaxColorCountWarning": "You can add up to {0} colors",
"MinColorCountWarning": "You must add at least {0} colors"
}
}

4
abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json

@ -216,6 +216,8 @@
"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"
"Ok": "Ok",
"SeeDetails": "See Details",
"WaitingForDraw": "Waiting for draw"
}
}

Loading…
Cancel
Save