forked from cmohge1/LRBS-digital-book-history-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
textsInterface.json.js
153 lines (153 loc) · 4.42 KB
/
textsInterface.json.js
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
var texts =
{
"headline":
{
"english": "Catalogue of the 'Book Historian's Digital Tool-kit'",
"german": "Katalog von das 'Book Historian's Digital Tool-kit'"
}
,
"flagTip":
{
"english": "Switch to English",
"german": "Auf deutsch umstellen"
}
,
"welcomeHeader":
{
"english": "Welcome",
"german": "Herzlich willkommen"
}
,
"welcomeBody":
{
"english": "Welcome to the reference list for the 'Book Historian's Digital Tool-kit', a London Rare Books School course for summer 2021",
"german": "Welcome to the reference list for the 'Book Historian's Digital Tool-kit', a London Rare Books School course for summer 2021."
}
,
"searchButton":
{
"english": "Search",
"german": "suchen"
}
,
"searchBox":
{
"english": "Search for...",
"german": "suchen nach..."
}
,
"searchTip":
{
"english": "Type a term and press Enter or click Search",
"german": "Geb einen Begriff ein und drück auf die Eingabetaste oder klick auf Suchen"
}
,
"sortBy":
{
"english": "Sort by: ",
"german": "Sortiere nach: "
}
,
"sortTitleCaption":
{
"english": "Title",
"german": "Titel"
}
,
"sortAuthorCaption":
{
"english": "Author",
"german": "Verfasser"
}
,
"sortYearCaption":
{
"english": "Year",
"german": "Jahre"
}
,
"beginTitleCatalog":
{
"english": "All sources referenced in the course",
"german": "Alle Einträge des Kurs"
}
,
"noResultsTitleCatalog":
{
"english": "No results, showing all entries instead:",
"german": "Keine Ergebnisse, stattdessen werden alle Einträge angezeigt:"
}
,
"againTitleCatalog":
{
"english": "Showing all entries again:",
"german": "Alle Einträge erneut angezeigt:"
}
,
"foundItemsCatalog":
{
"english": "Number of results:",
"german": " Anzahl der Ergebnisse:"
},
"authorCatalog":
{
"english": "Author: ",
"german": "Verfasser: "
}
,
"editorCatalog":
{
"english": "Editor: ",
"german": "Herausgeber: "
},
"translatorCatalog":
{
"english": "Translator: ",
"german": "Übersetzer: "
},
"noAuthorCatalog":
{
"english": "No author details. ",
"german": "Keine Autorendetails. "
},
"numberVolumesCatalog":
{
"english": "Number of volumes: ",
"german": "Anzahl Banden: "
},
"publisherCatalog":
{
"english": "Publisher: ",
"german": "Verlag: "
},
"placeCatalog":
{
"english": "Place: ",
"german": "Stelle: "
},
"yearCatalog":
{
"english": "Year: ",
"german": "Jahr: "
},
"additionalCatalog":
{
"english": "Additional information on title page: ",
"german": "Weitere Informationen auf der Titelseite: "
},
"callNumberCatalog":
{
"english": "Call Number: ",
"german": "Rufnummer: "
},
"urlCatalog":
{
"english": "Click here for a digitized copy",
"german": "Klicken Sie hier für eine digitalisierte Kopie"
},
"closeCatalog":
{
"english": "Close",
"german": "schließen"
}
}