-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
28 lines (28 loc) · 758 Bytes
/
config.js
File metadata and controls
28 lines (28 loc) · 758 Bytes
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
export const config = {
repoLink: 'https://github.com/mugraph/anchors',
websiteLink: 'https://ak-hafen.de',
twitterLink: 'https://twitter.com/ak_hafen',
nextSceneText: {
start: 'Start',
next: 'Nächste Station:',
},
toggleContentBtn: {
open: 'Einblenden',
close: 'Ausblenden',
},
player: {
play: 'Audiodatei abspielen',
pause: 'Audiodatei pausieren',
seekForwards: 'nach vorne springen',
seekBackwards: 'zurück springen',
nextAudio: 'nächste Audiodatei abspielen',
prevAudio: 'letzte Audiodatei abspielen',
},
tabs: {
overview: 'Übersicht anzeigen',
},
app: {
title: 'Ankerpunkte der Verflechtung',
subtitle: 'Ein postkolonialer Rundgang durch die Bremer Überseestadt',
},
};