-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathmessages.json
More file actions
39 lines (39 loc) · 2.25 KB
/
messages.json
File metadata and controls
39 lines (39 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"locale": "en",
"translations": {
"community-card.events": "Events",
"community-card.organizers": "Organizers",
"community-card.website": "Website",
"community-card.join": " Join the community ",
"event-card.starting-from": " Starting from ",
"event-card.tba": " To be announced ",
"event-card.registration": " Registration ",
"event-card.fee": " Free ",
"event-card.attendees": " Attendees ",
"event-card.register-now": " Register now ",
"event-card.no-registration": " No registration available ",
"event-card.organized-by": "Organized by",
"podcast-card.listen-now": " Listen Now ",
"message.empty-recommendation": "Try adjusting your search terms",
"message.browse-all": "or browse all events above",
"navigation.slogan": "The Angular community hub for events, communities, and podcasts",
"navigation.events": "Events",
"navigation.communities": "Communities",
"navigation.podcasts": "Podcasts",
"communities-page.meta-description": "Curated list of Angular communities",
"events-page.meta-description": "Curated list of Angular Events",
"events-page.og-title": "Curated list of Angular Events",
"events-page.empty-search-message-title": "No events found",
"events-page.empty-search-message-description": "We could not find any events matching your search criteria. Try different keywords or browse all available events.",
"events-page.empty-events-message-title": "No upcoming events",
"events-page.empty-events-message-description": "There are currently no upcoming Angular events scheduled. New events are added regularly, so please check back soon!",
"events-page.json-ld.description": "Curated list of Angular Communities, Events, Podcasts, and Call for Papers.",
"events-page.json-ld.audience-description": "Developers interested in Angular and related technologies.",
"events-page.json-ld.main-entity.name": "Angular Events",
"events-page.json-ld.main-entity.item.description": "Developers interested in Angular and related technologies.",
"events-page.json-ld.main-entity.item.online": "Online",
"not-found-page.not-found": "Page Not Found",
"not-found-page.go-home": "Go Back Home",
"podcasts-page.meta-description": "Curated list of Angular Talks"
}
}