Merge pull request #17834 from abpframework/salihozkara/eventLocalization

Add new localizations
pull/17838/head
Engincan VESKE 2 years ago committed by GitHub
commit ba4095c092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -533,6 +533,32 @@
"RaffleDeletionConfirmationMessage": "Are you sure you want to delete this raffle?",
"CreateRaffle": "Create Raffle",
"RemoveImage": "Remove Image",
"SuccessfullySaved": "Successfully saved"
"SuccessfullySaved": "Successfully saved",
"Menu:CommunityTalks": "Community Talks",
"Menu:Conferences": "Conferences",
"Menu:OtherLiveEvents": "Other Live Events",
"Menu:SponsoredConferences": "Sponsored Conferences",
"Logo": "Logo",
"Slug": "Slug",
"CompanyUrl": "Company Url",
"TalkTitle": "Talk Title",
"AbstractTopic": "Abstract Topic",
"Bio": "Bio",
"LinkedIn": "LinkedIn",
"Github": "Github",
"Twitch": "Twitch",
"Youtube": "Youtube",
"Twitter": "Twitter",
"PersonalWebsite": "Personal Website",
"VideoId": "Video Id",
"Order": "Order",
"Image1x1": "Image 1x1",
"Image16x9": "Image 16x9",
"Banner": "Banner",
"Speaker": "Speaker",
"SessionDate": "Session Date",
"AddSession": "Add Session",
"AddSponsor": "Add Sponsor",
"SponsorLogo": "Sponsor Logo"
}
}

@ -223,6 +223,18 @@
"AllAttendees": "All Attendees",
"SeeRaffleDetail": "See Raffle Detail",
"SeeRaffle": "See Raffle",
"ParticipationIsComplete!": "Participation is complete!"
"ParticipationIsComplete!": "Participation is complete!",
"ABPCoreDevelopmentTeam": "ABP Core Development Team",
"RegisterTheEvent": "Register the Event",
"GoToConferencePage": "Go to Conference Page",
"BuyTicket": "Buy Ticket",
"SeeEvent": "See Event",
"PreviousEvents": "<span class=\"text-secondary\">Previous</span> Events",
"OtherLiveEvents": "Other Live Events",
"SponsoredConferences": "Sponsored Conferences",
"SponsoredConferencesDescription": "We are honoring to support .NET communities and events for software developers.",
"UpcomingEvents": "<span class=\"text-info\">Upcoming</span> Events",
"UpcomingCommunityTalkEventDescription": "The live shows, hosted by the ABP Team, are casual sessions full of community content, demos, Q&A, and discussions around what's happening in ABP.",
"UpcomingConferenceEventDescription": "ABP .NET Conference is a virtual event for the .NET Developer community to come together and listen to talks about the .NET world, common software development practices and the open source ABP Framework."
}
}

Loading…
Cancel
Save