-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathen.ts
More file actions
46 lines (46 loc) · 1.79 KB
/
Copy pathen.ts
File metadata and controls
46 lines (46 loc) · 1.79 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
40
41
42
43
44
45
46
export const en = {
title: 'Programme',
seoDescription: 'Check out the full schedule of talks, workshops and activities at PyConES 2026.',
intro: 'Explore all the talks, workshops and activities at PyConES 2026.',
downloadPdf: 'Download programme (PDF)',
locale: 'en',
noscript: 'JavaScript is disabled in your browser. To view the schedule without JavaScript,',
noscriptLink: 'click here',
a11y: {
statusTemplate: (count: number) => `Showing ${count} ${count === 1 ? 'session' : 'sessions'}`,
statusEmpty: 'No sessions match the filters',
searchLabel: 'Search sessions',
timezoneLabel: 'Timezone',
closeFilters: 'Close filters',
},
list: {
viewModeLegend: 'Schedule view mode',
viewModeList: 'List',
viewModeGrid: 'Visual grid',
dayN: (n: number) => `Day ${n}`,
speakers: (count: number) => (count === 1 ? 'Speaker' : 'Speakers'),
by: 'By',
room: 'Room',
track: 'Track',
type: 'Type',
language: 'Language',
duration: 'Duration',
startTime: 'From',
endTime: 'to',
favorite: 'Favourite',
favoriteAdded: 'Added to favourites',
favoriteRemoved: 'Removed from favourites',
favoritesOnly: 'Only favourites',
noFavorites: "You don't have any favourites yet. Tap the heart on the sessions you're interested in.",
filterOnPrefix: 'Favourites filter on',
filterOnSingular: 'favourite session',
filterOnPlural: 'favourite sessions',
filterOff: 'Favourites filter off. Showing all sessions.',
showAbstract: 'Show description',
hideAbstract: 'Hide description',
talkLink: 'View talk details on Pretalx',
emptyTitle: 'The schedule is not available yet',
emptyBody: "We're still putting the programme together. Check back in a few days.",
emptyCta: 'See the schedule on Pretalx',
},
} as const