Add missing strings to default language - fixes #797
This commit is contained in:
parent
c68c1bb2b1
commit
4f0e7d1641
@ -42,7 +42,7 @@
|
|||||||
"column-warning": "You must select at least one column",
|
"column-warning": "You must select at least one column",
|
||||||
"new-node-warning": "For creating a new graph node, you need to specify a type for it.",
|
"new-node-warning": "For creating a new graph node, you need to specify a type for it.",
|
||||||
"namespace-warning": "Please specify the namespace.",
|
"namespace-warning": "Please specify the namespace.",
|
||||||
"anonymous-node-warning": "For generating an anonymous graph node, you need to specify a type for it",
|
"anonymous-node-warning": "For generating an anonymous graph node, you need to specify a type for it.",
|
||||||
"specify-topic-warning": "Please specify which existing Freebase topic to use",
|
"specify-topic-warning": "Please specify which existing Freebase topic to use",
|
||||||
"specify-value-warning": "Please specify the value to use"
|
"specify-value-warning": "Please specify the value to use"
|
||||||
},
|
},
|
||||||
@ -100,6 +100,16 @@
|
|||||||
"suggested-properties": "Suggested Properties",
|
"suggested-properties": "Suggested Properties",
|
||||||
"constraint": "Constraint"
|
"constraint": "Constraint"
|
||||||
},
|
},
|
||||||
|
"fb-menu": {
|
||||||
|
"freebase": "Freebase",
|
||||||
|
"set-api-key": "Set Freebase API Key",
|
||||||
|
"align-schema": "Align to Freebase's schemas...",
|
||||||
|
"load": "Load into Freebase...",
|
||||||
|
"browse-data-load": "Browse data load details...",
|
||||||
|
"import-qa": "Import QA data",
|
||||||
|
"add-columns": "Add columns from Freebase ...",
|
||||||
|
"warning-load": "You have not tried to load the data in this project into Freebase yet."
|
||||||
|
},
|
||||||
"fb-buttons": {
|
"fb-buttons": {
|
||||||
"save": "Save",
|
"save": "Save",
|
||||||
"save-load": "Save & Load",
|
"save-load": "Save & Load",
|
||||||
|
Loading…
Reference in New Issue
Block a user