Make the localizable to raffle pages

pull/17670/head
Salih 2 years ago
parent ad056b4b4e
commit 88becf4862

@ -493,6 +493,27 @@
"QuotationTemplate.Tax/VAT:": "Tax / Vat (%{0}) :",
"QuotationTemplate.TotalDiscount:": "Total Discount :",
"QuotationTemplate.TOTALDUE:": "TOTAL DUE :",
"QuotationTemplate.BankAccount": "Our bank account information can be found at {0}"
"QuotationTemplate.BankAccount": "Our bank account information can be found at {0}",
"Permission:Raffles": "Raffle",
"Permission:Draw": "Draw",
"Menu:Raffles": "Raffles",
"RaffleIsNotDrawable": "Raffle is not drawable",
"WinnerCountMustBeGreaterThanZero": "Winner count must be greater than zero",
"FullDescription": "Full Description",
"VisibilityStartDate": "Visibility Start Date",
"VisibilityEndDate": "Visibility End Date",
"RaffleDate": "Raffle Date",
"SubscriptionCode": "Subscription Code",
"GroupCode": "Group Code",
"MaxWinnerCount": "Max Winner Count",
"ReDraw": "Re-Draw",
"EditRaffle": "Edit Raffle",
"Raffles": "Raffles",
"CreateARaffle": "Create a raffle",
"Draw": "Draw",
"Enum:RaffleState:0": "Active",
"Enum:RaffleState:1": "Next",
"Enum:RaffleState:2": "Past",
"DrawDone": "Draw Done"
}
}

@ -191,6 +191,25 @@
"DiscordPageTitle": "ABP Discord Community",
"ViewVideo": "View Video",
"AbpCommunityTitleContent": "ABP Community - Open Source ABP Framework",
"CommunitySlogan": "A unique community platform for <span class=\"d-inline-block d-md-block gradient-community\">ABP Lovers</span>"
"CommunitySlogan": "A unique community platform for <span class=\"d-inline-block d-md-block gradient-community\">ABP Lovers</span>",
"RaffleIsNotActive": "Raffle is not active",
"YouAreAlreadyJoinedToThisRaffle": "You are already joined to this raffle",
"InvalidSubscriptionCode": "Invalid subscription code",
"Raffle:{0}": "Raffle: {0}",
"Join": "Join",
"Leave": "Leave",
"LoginToJoin": "Login to join",
"ToEnd:": "To end:",
"days": "days",
"hrs": "hrs",
"min": "min",
"sec": "sec",
"Winners:": "Winners:",
"To{0}LuckyWinners": "to {0} lucky winners",
"ActiveRaffles": "Active <span class=\"gradient-community\">Raffles</span>",
"UpcomingRaffles": "Upcoming <span class=\"gradient-community\">Raffles</span>",
"CompletedRaffles": "Completed <span class=\"gradient-community\">Raffles</span>",
"NoActiveRaffleTitle": "No active raffle is available at the moment.",
"NoActiveRaffleDescription": "No active raffle is available at the moment.",
}
}

Loading…
Cancel
Save