Skip to content

Commit

Permalink
Edge Labels in contextual menu plus connection help
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Jan 17, 2022
1 parent 5dd8d10 commit 1d7a831
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"MAIN_MENU___APPEND_FIELD": "Append Property Key",
"MAIN_MENU___REVERSE_DB_COLLECTIONS": "TinkerPop graph...",
"MAIN_MENU___FORWARD_DB_COLLECTIONS": "Gremlin script",
"OBJECT___BROWSER_RELATIONSHIPS": "Edges",
"PROPERTIES_PANE___TAB_RELATIONSHIPS": "Edges",
"PROPERTIES_PANE___RELATIONSHIP": "Edges",
"MODAL_WINDOW___RELATIONSHIPS_LABEL": "Edges",
"DOCUMENTATION___RELATIONSHIPS": "Edges",
"CONTEXT_MENU___ADD_RELATIONSHIP": "Add Edge",
"NEW___RELATIONSHIP_NAME": "New Edge",
"OBJECT___BROWSER_RELATIONSHIPS": "Edge Labels",
"PROPERTIES_PANE___TAB_RELATIONSHIPS": "Edge Labels",
"PROPERTIES_PANE___RELATIONSHIP": "Edge Labels",
"MODAL_WINDOW___RELATIONSHIPS_LABEL": "Edge Labels",
"DOCUMENTATION___RELATIONSHIPS": "Edge Labels",
"CONTEXT_MENU___ADD_RELATIONSHIP": "Add Edge Label",
"NEW___RELATIONSHIP_NAME": "New Edge Label",
"TOOLBAR___ADD_BUCKET": "Add Graph",
"TOOLBAR___ADD_COLLECTION": "Add Vertex Label",
"TOOLBAR___ADD_CHILD_COLLECTION": "Add Sub-Vertex Label",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TinkerPop",
"version": "0.1.8",
"versionDate": "2021-09-29",
"version": "0.1.9",
"versionDate": "2022-11-17",
"author": "hackolade",
"engines": {
"hackolade": "5.1.3",
Expand Down
3 changes: 2 additions & 1 deletion reverse_engineering/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"NO_DATABASES": "There is no databases in this TinkerPop instance",
"WRONG_CONNECTION": "Cannot connect to TinkerPop instance"
},
"excludeDocKind": ["id"]
"excludeDocKind": ["id"],
"helpUrl": "https://hackolade.com/help/ConnecttoaTinkerPopinstance.html"
}

0 comments on commit 1d7a831

Please sign in to comment.