Browse Source
Merge pull request #11665 from abpframework/abpio-community-talks
Add new localizations for abp.io websites
pull/11676/head
albert
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
30 additions and
3 deletions
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json
abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json
@ -365,6 +365,25 @@
"Amount" : "Amount" ,
"GenerateCustomPaymentLink" : "Generate Custom Payment Link" ,
"GeneratedPaymentLink" : "Generated Payment Link" ,
"CopyText" : "Copy Text"
"CopyText" : "Copy Text" ,
"Permission:CommunityEvents" : "Events" ,
"Menu:Events" : "Events" ,
"Events" : "Events" ,
"EventType" : "Event Type" ,
"Number" : "Number" ,
"RegistrationURL" : "Registration URL" ,
"URL" : "URL" ,
"EventDeletionConfirmationMessage" : "Are you sure you want to delete this event?" ,
"Enum:EventType:0" : "Community Talks" ,
"CreateAnEvent" : "Create an event" ,
"Permission:CommunitySpeakers" : "Speakers" ,
"CreateASpeaker" : "Create a speaker" ,
"Speakers" : "Speakers" ,
"Image" : "Image" ,
"GithubURL" : "Github URL" ,
"SpeakerDeletionConfirmationMessage" : "Are you sure you want to delete this speaker?" ,
"Menu:Speakers" : "Speakers" ,
"ChooseSpeakerImage" : "Choose a speaker image..." ,
"SpeakerImage" : "Speaker image"
}
}
@ -98,6 +98,11 @@
"EULA" : "EULA" ,
"ABPCommercialIntroductionMessage" : "Pre-built application modules, advanced startup templates, rapid application development tooling, professional UI themes and premium support." ,
"MasteringAbpFrameworkEBook" : "Mastering ABP Framework" ,
"MasteringTheABPFrameworkExplanation" : "Written by the creator of the ABP Framework, this book will help you gain a complete understanding of the framework and modern web application development techniques."
"MasteringTheABPFrameworkExplanation" : "Written by the creator of the ABP Framework, this book will help you gain a complete understanding of the framework and modern web application development techniques." ,
"Speakers" : "Speakers" ,
"PreviousEvents" : "Previous Events" ,
"WatchTheEvent" : "Watch the Event" ,
"RegisterNow" : "Register Now" ,
"ThereIsNoEvent" : "There is no event."
}
}
@ -162,6 +162,9 @@
"Previous" : "Previous" ,
"Next" : "Next" ,
"Share" : "Share" ,
"SortBy" : "Sort by"
"SortBy" : "Sort by" ,
"NoPublishedEventsYet" : "No published events yet." ,
"SubscribeYoutubeChannel" : "Subscribe to the Youtube Channel" ,
"Enum:EventType:0" : "Talks"
}
}