-
Notifications
You must be signed in to change notification settings - Fork 2
/
locale.json
52 lines (52 loc) · 2.06 KB
/
locale.json
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
{
"de": {
"about": "Über",
"aboutTitle": "Über diesen Dienst",
"quickSelection": "Schnellzugriff",
"publisher": "Herausgeber",
"publisherOthers": "Sonstige",
"vocabularyType": "Vokabulartyp",
"vocSearch": "Suche nach Vokabular",
"conceptSearch": "Suche nach Konzept",
"license": "Lizenz",
"distributions": "Download",
"error": "Fehler",
"loading": "Lade",
"back": "zurück",
"schemesError": "Vokabulare konnten nicht vom Backend geladen werden. Bitte Seite neu laden, um es erneut zu versuchen.",
"schemeError": "Vokabular konnte nicht gefunden werden.",
"loadTopError": "@:error{':'} Oberkonzepte konnten nicht geladen werden.",
"loadConceptError": "Konzeptdetails konnten nicht geladen werden. Entweder existiert das Konzept nicht oder es gibt Probleme beim Zugriff auf das Backend.",
"loadUriError": "Diese Anfrage führt leider ins Leere.",
"searchInVocabulary": "in {voc} suchen",
"startDate": "Startdatum",
"endDate": "Enddatum",
"startPlace": "Startort",
"endPlace": "Endort"
},
"en": {
"about": "About",
"aboutTitle": "About This Service",
"quickSelection": "Quick Selection",
"publisher": "Publisher",
"publisherOthers": "Others",
"vocabularyType": "Vocabulary Type",
"vocSearch": "Searching for vocabulary",
"conceptSearch": "Searching for concept",
"license": "License",
"distributions": "Download",
"error": "Error",
"loading": "Loading",
"back": "back",
"schemesError": "Could not load vocabularies from backend. Please reload to try again.",
"schemeError": "Vocabulary could not be found.",
"loadTopError": "@:error{':'} Top concepts could not be loaded.",
"loadConceptError": "Concept details could not be loaded. Either the concept does not exist, or there are issues with the backend.",
"loadUriError": "Unfortunately, this request was not successful.",
"searchInVocabulary": "search in {voc}",
"startDate": "Start Date",
"endDate": "End Date",
"startPlace": "Start Place",
"endPlace": "End Place"
}
}