|
190 | 190 | "full_graph": "Full graph", |
191 | 191 | "inapplicable": "Filter disabled: only one value available", |
192 | 192 | "keepMissingValues": "Keep missing values", |
| 193 | + "missingValues": "Missing values", |
| 194 | + "noValueOption": "No value", |
193 | 195 | "no_concurrent_edit": "Only one filter can be edited at a time. Confirm current edition to edit this filter.", |
194 | 196 | "range": "range", |
195 | 197 | "script": "Custom filter", |
196 | 198 | "terms": "exact values", |
197 | 199 | "title": "Filters", |
198 | 200 | "topological": "Topology", |
199 | | - "using": "Using", |
200 | 201 | "topology": { |
201 | 202 | "ego": { |
202 | 203 | "core": "depth: maximum distance to ego", |
|
211 | 212 | }, |
212 | 213 | "kCore": { |
213 | 214 | "core": "k: minimum degree nodes should have", |
214 | | - "label": "K-Core", |
215 | | - "keepSelfLoop": "Keep self-loops" |
| 215 | + "keepSelfLoop": "Keep self-loops", |
| 216 | + "label": "K-Core" |
216 | 217 | }, |
217 | 218 | "largestConnectedComponent": { |
218 | 219 | "label": "Connected component", |
219 | 220 | "number": "Number of largest components to keep" |
220 | 221 | } |
221 | 222 | }, |
222 | | - "missingValues": "Missing values", |
223 | | - "noValueOption": "No value" |
| 223 | + "using": "Using" |
224 | 224 | }, |
225 | 225 | "gephi-lite": { |
226 | 226 | "info": "More info on Gephi Lite", |
|
277 | 277 | "title": "Graph metadata" |
278 | 278 | }, |
279 | 279 | "model": { |
| 280 | + "degree": "Degree", |
280 | 281 | "directed": "Directed", |
| 282 | + "dynamic": "dynamic", |
281 | 283 | "edges": "edges", |
282 | 284 | "edges-data": { |
283 | 285 | "attribute-name": "Attribute name", |
|
311 | 313 | }, |
312 | 314 | "nodes_one": "node", |
313 | 315 | "nodes_zero": "node", |
314 | | - "title": "Attributes' Model", |
315 | | - "undirected": "Undirected", |
316 | | - "dynamic": "dynamic", |
317 | 316 | "selfLoop": "Self-loop?", |
318 | | - "degree": "Degree" |
| 317 | + "title": "Attributes' Model", |
| 318 | + "undirected": "Undirected" |
319 | 319 | }, |
320 | 320 | "open": { |
321 | 321 | "github": { |
|
0 commit comments