-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathen.ts
145 lines (145 loc) · 5.5 KB
/
en.ts
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
export const en = {
idStrings: {
// menu *******************************************************************
// file **********************************************
file: "File",
"load-sparql": "Load from SPARQL endpoint",
"load-session": "Load session",
"load-view": "Load Partial Graph",
"load-layout": "Load Layout of Partial Graph",
"save-session": "Save Session",
"save-snik-graph": "Save complete SNIK Graph as Cytoscape File",
"new-view": "Open New Partial Graph",
"save-view": "Save Current Partial Graph",
"save-layout": "Save Layout of Current Partial Graph",
"recalculate-layout-replace": "Recalculate Layout and Replace in Browser Cache",
"save-image-png-visible-region": "Save PNG Image of Visible Region",
"save-image-png-complete-partial-graph": "Save PNG Image of Complete Partial Graph",
"save-image-png-visible-region-high-res": "Save PNG Image of Visible Region (high res)",
"save-image-png-complete-partial-graph-high-res": "Save PNG Image of Complete Partial Graph (high res)",
"save-image-svg-visible-region": "Save SVG Image of Visible Region",
"save-image-svg-complete-partial-graph": "Save SVG Image of Complete Partial Graph",
// filter ********************************************
filter: "Filter",
meta: "meta",
bb: "BB",
ob: "OB",
ciox: "CioX",
he: "HE",
it: "IT",
it4it: "IT4IT",
bb2: "BB2",
role: "Role",
function: "Function",
entitytype: "EntityType",
"show-classes-with-instances": "Show Classes with Instances",
"show-classes-without-instances": "Show Classes without Instances",
subclassof: "subClassOf",
"non-subclassof": "non-subClassOf",
"inter-ontology-relations": "Inter-Ontology Relations",
"intra-ontology-relations": "Intra-Ontology Relations",
// options********************************************
options: "Options",
separateSubs: "Separate Subontologies",
cumulativeSearch: "Cumulative Search",
grid: "Show Grid",
dayMode: "Day Mode",
coloredEdges: "Colorize Edges by Type",
showProperty: "Always Show Relation Descriptions",
devMode: "Developer Mode",
extMode: "Extended Mode",
combineMatchMode: "Combine Matches",
starNewView: "Star in New Partial Graph",
// layout*********************************************
layout: "Layout",
"show-close-matches": "Show Close Matches",
"recalculate-layout": "Recalculate Layout",
"tight-layout": "Tight Layout",
//"custom-layout": "custom layout",
"compound-layout": "Compound Layout",
"bb-chapter-search": "BB Chapter Search",
"ob-chapter-search": "OB Chapter Search",
"reset-view": "Reset Main Graph",
"move-match-nearby": "Move Matches Nearby",
"move-match-on-top": "Move Matches on Top of Each Other",
"subontology-connectivity": "Subontology Connectivity",
"change-title": "Change Title of Active Partial Graph",
// services ******************************************
services: "Services",
"sparql-endpoint": "SPARQL Endpoint",
"rdf-browser": "RDF Browser",
//"data-quality-evaluation": "Data Quality Evaluation",
// language ******************************************
language: "Language",
english: "English",
german: "German",
persian: "Persian",
// help **********************************************
help: "Help",
manual: "Manual",
tutorial: "Tutorial",
"layout-help": "Layout Help",
"developer-doc": "Developer Documentation",
"youtube-channel": "YouTube Channel",
troubleshooting: "Troubleshooting",
contribute: "Contribute",
"project-homepage": "Project Homepage",
"meta-model": "SNIK Meta Model",
about: "About SNIK Graph",
"bug-report": "Submit a Bug Report",
"feature-request": "Request new Feature for the Visualization",
"feedback-ontology": "Submit Feedback about the Ontology",
// don't translate the help options yet because they are -english anyways
// other *********************************************
"deselect-all": "Deselect All",
"search-field": "Search Field",
"base-mode": "Basic Menu Items",
"context-menu": "Context Menu",
"incoming-star": "Incoming Star",
"outgoing-star": "Outgoing Star",
"combine-close-matches": "Combine Close Matches",
"class-use": "Class Use",
"show-instances": "Show Instances of this Class",
},
messageStrings: {
"no-search-results-for": "No Search Results for",
"ontology-issue-warning":
"Please note that this is only for feedback about the ontology! Please check if there is already an issue for your problem. If not, we will consider your feedback ASAP.",
},
contextMenuStrings: {
"edge-edit": "Edit or Report",
"edge-hide": "Hide",
"edge-description": "Description (if existing)",
"edge-confirm-link": "Confirm Link",
"edge-dev": "Developer",
"remove-permanently": "Remove Permanently",
debug: "Debug",
compound: "Compound",
open: "Open",
"move-match-on-top": "Move Matches on Top of Each Other",
"move-match-nearby": "Move Matches Nearby",
"compound-star": "Star",
"compound-incoming-star": "Incoming Star",
"compound-outgoing-star": "Outgoing Star",
"compound-path-source": "Set Path as Source",
edit: "Edit or Report",
"class-use": "Class Use",
hide: "Hide",
description: "Description (if existing)",
"set-path-source": "Set Path as Source",
star: "Star",
"incoming-star": "Incoming Star",
"outgoing-star": "Outgoing Star",
path: "Path",
spiderworm: "Spiderworm",
dev: "Developer",
ext: "Extended",
doublestar: "Doublestar",
starpath: "Starpath",
circlestar: "Circle Star",
lodlive: "LodLive",
"move-selected": "Move Selected",
"close-match": "Close Match",
"show-instances": "Show Instances",
},
};