diff --git a/.gitignore b/.gitignore index ccca18c..43bbd45 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.antlr \ No newline at end of file +.antlr +.DS_Store \ No newline at end of file diff --git a/localization/en.json b/localization/en.json index 00a3bf0..2e90325 100644 --- a/localization/en.json +++ b/localization/en.json @@ -15,6 +15,7 @@ "TOOLBAR___ADD_COLLECTION": "Add Table", "TOOLBAR___ADD_RELATIONSHIP": "Add Relationship", "TOOLBAR___ADD_ATTRIBUTE": "Add Column", + "TOOLBAR___ADD_VIEW": "Add View", "TOOLBAR___INSERT_FIELD": "Insert Column", "TOOLBAR___APPEND_FIELD": "Append Column", "TOOLBAR___TOGGLE_FIELD_DETAILS": "Toggle Field Details", @@ -83,7 +84,6 @@ "MODAL_WINDOW___CONTAIN_COLLECTIONS": "tables", "MODAL_WINDOW___CONTAIN_BUCKET": "keyspaces", "MODAL_WINDOW___CONTAIN_COLLECTION": "tables", - "MODAL_WINDOW___DB_CONNECTION_PROCESS": "Cassandra Reverse-Engineering Process", "PROGRESS_BAR___DATABASE": "Keyspace", "PROGRESS_BAR___COLLECTION": "Table", "PROGRESS_BAR___PROCESS": "Process",