Fixes #3364 expanded the sqlexporter dialogs on translation-en.json (#3385)

* expanded the sqlexporter dialogs on translation-en.json

* renamed the include content and include structure checkbox description
This commit is contained in:
Armand Tavera 2021-01-13 12:46:46 -06:00 committed by GitHub
parent 4b4bc59f27
commit 690fdeb0b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,9 +283,9 @@
"core-dialogs/upload-to": "Upload to",
"core-dialogs/json-text": "The following JSON text encodes the options you have set in the other tabs. You can copy it out and save it for later, and paste it back in and click Apply to re-use the same options.",
"core-dialogs/columnType": "SQL Type",
"core-dialogs/for-include-structure-checkbox": "Include Schema",
"core-dialogs/for-include-structure-checkbox": "Includes the CREATE DATABASE command.",
"core-dialogs/for-include-drop-statement-checkbox": "Include Drop Statement",
"core-dialogs/for-include-content-checkbox": "Include Content",
"core-dialogs/for-include-content-checkbox": "Includes the INSERT INTO commands, to fill table rows",
"core-dialogs/tableNameLabel": "Table Name:",
"core-dialogs/sqlExporterTrimColumns": "Trim Column Names",
"core-dialogs/sqlExporterIgnoreFacets": "Ignore facets and filters and export all rows",