-
Notifications
You must be signed in to change notification settings - Fork 0
/
locale.json
112 lines (112 loc) · 4.02 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
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
{
"de": {
"general": {
"backToMainPage": "zurück zur coli-conc Webseite",
"changeLanguage": "Change language to English",
"home": "Home",
"openInCocoda": "In Cocoda öffnen",
"by": "von",
"or": "oder",
"loginSelect": "Wähle JSKOS-Server",
"showDataForUriButton": "Datensatz für diese URI darstellen",
"showDataForUriPlaceholder": "URI einer JSKOS-Entität",
"loading": "Lade Daten von URI",
"loadingFailed": "Daten von URI {uri} konnten nicht geladen werden.",
"unsupportedType": "Item des Typs {type} wird aktuell nicht unterstützt."
},
"terms": {
"source": "Quelle",
"target": "Ziel",
"vocabulary": "Vokabular",
"concept": "Konzept",
"creator": "Erstellt von",
"created": "Erstellt",
"modified": "Bearbeitet",
"identifier": "Identifier",
"noCreators": "Keine Ersteller"
},
"mapping": {
"mappingInfo": "Mapping-Info",
"contextInfo": "Kontext-Info",
"partOf": "Teil von Konkordanz",
"partOfShowMappings": "in Konkordanzregister öffnen",
"enrichment": "Anreicherung im K10plus suchen",
"feedback": "Feedback",
"feedback1": "Dieses Mapping in Cocoda bewerten",
"feedback2": "Feedback per E-Mail senden",
"feedback3": "(coli-conc{'@'}gbv.de)",
"sourceScheme": "Quellvokabular",
"targetScheme": "Zielvokabular",
"noTargetConcepts": "Keine Zielkonzepte",
"sourceConcept": "Quellkonzept",
"targetConcept": "Zielkonzept",
"type": "Mappingtyp",
"noMappingType": "Kein Mappingtyp"
},
"footer": {
"1_1": "ist ein Webinterface zur Darstellung von JSKOS-Daten als Teil des",
"1_2": "coli-conc Projekts",
"1_3": "Der Quellcode und die technische Dokumentation werden über",
"1_4": " bereitgestellt. Dieses Tool ist noch in der Entwicklungsphase.",
"2_1": "ist ein Projekt der",
"2_2": "Verbundzentrale des GBV (VZG)",
"2_3": "Es wird gefördert von der Deutschen Forschungsgemeinschaft (DFG)",
"2_4": "und"
}
},
"en": {
"general": {
"backToMainPage": "back to coli-conc website",
"changeLanguage": "Sprache zu Deutsch wechseln",
"home": "Home",
"openInCocoda": "Open in Cocoda",
"by": "by",
"or": "or",
"loginSelect": "Select JSKOS Server",
"showDataForUriButton": "Show data for this URI",
"showDataForUriPlaceholder": "URI of a JSKOS entity",
"loading": "Loading data from URI",
"loadingFailed": "Data from URI {uri} could not be loaded.",
"unsupportedType": "Item of type {type} currently not supported."
},
"terms": {
"source": "Source",
"target": "Target",
"vocabulary": "Vocabulary",
"concept": "Concept",
"creator": "Creator",
"created": "Created",
"modified": "Modified",
"identifier": "Identifier",
"noCreators": "No creators"
},
"mapping": {
"mappingInfo": "Mapping Info",
"contextInfo": "Context Info",
"partOf": "Part of Concordance",
"partOfShowMappings": "open in Concordance Registry",
"enrichment": "Search for Enrichment in K10plus",
"feedback": "Feedback",
"feedback1": "Assess this mapping in Cocoda",
"feedback2": "provide feedback via email",
"feedback3": "(coli-conc{'@'}gbv.de)",
"sourceScheme": "Source Vocabulary",
"targetScheme": "Target Vocabulary",
"noTargetConcepts": "No target concepts",
"sourceConcept": "Source Concept",
"targetConcept": "Target Concept",
"type": "Mapping Type",
"noMappingType": "No mapping type"
},
"footer": {
"1_1": "is a web interface to view JSKOS data as part of",
"1_2": "project coli-conc",
"1_3": "Its source code and technical documentation are hosted on",
"1_4": ". This tool is still under construction.",
"2_1": "is a project of",
"2_2": "Verbundzentrale des GBV (VZG)",
"2_3": "It is funded by German Research Foundation (DFG)",
"2_4": "and"
}
}
}