|
@ -2017,15 +2017,15 @@ To load a locale into the Timeline not supported by default, one can add a new l |
|
|
locales: { |
|
|
locales: { |
|
|
// create a new locale (text strings should be replaced with localized strings) |
|
|
// create a new locale (text strings should be replaced with localized strings) |
|
|
mylocale: { |
|
|
mylocale: { |
|
|
add: 'Add Node', |
|
|
|
|
|
edit: 'Edit', |
|
|
edit: 'Edit', |
|
|
link: 'Add Link', |
|
|
|
|
|
del: 'Delete selected', |
|
|
del: 'Delete selected', |
|
|
|
|
|
back: 'Back', |
|
|
|
|
|
addNode: 'Add Node', |
|
|
|
|
|
addEdge: 'Add Edge', |
|
|
editNode: 'Edit Node', |
|
|
editNode: 'Edit Node', |
|
|
editEdge: 'Edit Edge', |
|
|
editEdge: 'Edit Edge', |
|
|
back: 'Back', |
|
|
|
|
|
addDescription: 'Click in an empty space to place a new node.', |
|
|
addDescription: 'Click in an empty space to place a new node.', |
|
|
linkDescription: 'Click on a node and drag the edge to another node to connect them.', |
|
|
|
|
|
|
|
|
edgeDescription: 'Click on a node and drag the edge to another node to connect them.', |
|
|
editEdgeDescription: 'Click on the control points and drag them to a node to connect to it.', |
|
|
editEdgeDescription: 'Click on the control points and drag them to a node to connect to it.', |
|
|
createEdgeError: 'Cannot link edges to a cluster.', |
|
|
createEdgeError: 'Cannot link edges to a cluster.', |
|
|
deleteClusterError: 'Clusters cannot be deleted.' |
|
|
deleteClusterError: 'Clusters cannot be deleted.' |
|
|