2018-01-14 03:24:56 +01:00
|
|
|
{
|
2020-09-26 16:05:33 +02:00
|
|
|
"database-import/importer-name": "Database",
|
2018-11-21 16:25:58 +01:00
|
|
|
"database-import/title": "Database Servers",
|
2018-12-07 03:39:32 +01:00
|
|
|
"database-import/preparing": "Preparing result …",
|
|
|
|
"database-import/checking": "Validating query …",
|
|
|
|
"database-import/creating": "Creating project …",
|
|
|
|
"database-source/alert-host": "You must specify a database host",
|
|
|
|
"database-source/alert-port": "You must specify a database port",
|
|
|
|
"database-source/alert-user": "You must specify a database user",
|
|
|
|
"database-source/alert-password": "You must specify a database password",
|
|
|
|
"database-source/alert-connection-name": "You must specify a connection name",
|
|
|
|
"database-source/alert-initial-database": "You must specify an initial database",
|
|
|
|
"database-source/alert-query": "You must specify a valid query",
|
|
|
|
"database-source/alert-invalid-query-keyword": "Query cannot contain data manipulation keyword:",
|
2018-11-21 16:25:58 +01:00
|
|
|
"database-source/alert-invalid-query-select": "Query must start with SELECT Keyword",
|
2018-12-07 03:39:32 +01:00
|
|
|
"database-source/form-validation-failure": "New connection form invalid!",
|
|
|
|
"database-source/alert-connection-edit": "Connection edited",
|
2018-11-21 16:25:58 +01:00
|
|
|
"database-source/connectionNameLabel": "Name:",
|
|
|
|
"database-source/databaseTypeLabel": "Type:",
|
|
|
|
"database-source/databaseHostLabel": "Host:",
|
|
|
|
"database-source/databasePortLabel": "Port:",
|
|
|
|
"database-source/databaseUserLabel": "User:",
|
|
|
|
"database-source/databasePasswordLabel": "Password:",
|
2020-05-30 10:20:05 +02:00
|
|
|
"database-source/databaseNameLabel": "Database name:",
|
|
|
|
"database-source/databaseFileNameLabel": "Database file:",
|
2018-11-21 16:25:58 +01:00
|
|
|
"database-source/databaseSchemaLabel": "Schema:",
|
2020-05-30 10:20:05 +02:00
|
|
|
"database-source/connectionNamePlaceholder": "Enter a new Connection Name",
|
|
|
|
"database-source/databaseHostPlaceholder": "Enter the database server domain or IP",
|
|
|
|
"database-source/databasePortPlaceholder": "Enter the database port e.g. 3306",
|
|
|
|
"database-source/databaseUserPlaceholder": "Enter the database user",
|
|
|
|
"database-source/databasePasswordPlaceholder": "Enter the database password",
|
|
|
|
"database-source/databaseNamePlaceholder": "Enter the name of the database",
|
|
|
|
"database-source/databaseFileNamePlaceholder": "Enter the full path to the database file",
|
|
|
|
"database-source/databaseSchemaPlaceholder": "Enter the initial schema of the database",
|
|
|
|
"database-source/connectionNameDefaultValue": "New_Connection_Name",
|
2018-11-21 16:25:58 +01:00
|
|
|
"database-source/databaseTestButton": "Test",
|
|
|
|
"database-source/databaseSaveButton": "Save",
|
|
|
|
"database-source/databaseConnectButton": "Connect",
|
2018-12-07 03:39:32 +01:00
|
|
|
"database-source/newConnectionButtonDiv": "New connection",
|
2020-08-04 10:10:38 +02:00
|
|
|
"database-source/new-connection-legend":"New Connection Editor",
|
2018-12-07 03:39:32 +01:00
|
|
|
"database-source/savedConnectionSpan": "Saved connections",
|
|
|
|
"database-parsing/start-over": "« Start over",
|
|
|
|
"database-parsing/conf-pars": "Configure parsing options",
|
2018-11-21 16:25:58 +01:00
|
|
|
"database-parsing/proj-name": "Project name",
|
|
|
|
"database-parsing/create-proj": "Create Project »",
|
2018-12-07 03:39:32 +01:00
|
|
|
"database-parsing/updating-preview": "Updating preview …",
|
2018-11-21 16:25:58 +01:00
|
|
|
"database-parsing/worksheet": "Worksheets",
|
|
|
|
"database-parsing/option": "Options",
|
|
|
|
"database-parsing/preview-button": "Update Preview",
|
|
|
|
"database-parsing/ignore-first": "Ignore first",
|
|
|
|
"database-parsing/ignore": "line(s) at beginning of file",
|
|
|
|
"database-parsing/parse-next": "Parse next",
|
|
|
|
"database-parsing/parse": "line(s) as column headers",
|
|
|
|
"database-parsing/discard-next": "Discard initial",
|
|
|
|
"database-parsing/discard": "row(s) of data",
|
|
|
|
"database-parsing/limit-next": "Load at most",
|
|
|
|
"database-parsing/limit": "row(s) of data",
|
|
|
|
"database-parsing/store-row": "Store blank rows",
|
2019-09-09 06:22:22 +02:00
|
|
|
"database-parsing/store-cell": "Store blank cells as nulls",
|
|
|
|
"database-source/alert-conn-name-invalid-character": "Connection Name Input Error: Illegal Character in Input. Only [a-zA-Z0-9._-] Allowed",
|
|
|
|
"database-source/alert-db-host-invalid-character": "Database Host Error: Illegal Character in Input. Only Alphanumeric characters allowed",
|
|
|
|
"database-source/alert-db-user-invalid-character": "Database User Error: Illegal Character in Input. Only Alphanumeric characters allowed",
|
|
|
|
"database-source/alert-db-port-invalid-character": "Database Port Error: Illegal Character in Input. Only Numeric values allowed."
|
|
|
|
|
2018-12-07 03:39:32 +01:00
|
|
|
}
|