RandomSec/extensions/database/module/langs/translation-en.json
Tom Morris 5746951ec0
Add i18n for Database Importer name - fixes #3213 (#3217)
* Add i18n for database importer name - fixes #3213

* Clean up database config list styling

- use full width of panel so that the heading doesn't get truncated
  (NOTE: Heading should really be outside the list, not in it)
- use the same color as the rest of the UI for the border

* One more border color definition

This should really be an override rather than hacking on the
pure.less file, but since that's how it was done originally,
that's where we'll fix it for now.

* Get rid of weird grey dashed bottom border
2020-09-26 16:05:33 +02:00

66 lines
4.2 KiB
JSON

{
"database-import/importer-name": "Database",
"database-import/title": "Database Servers",
"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:",
"database-source/alert-invalid-query-select": "Query must start with SELECT Keyword",
"database-source/form-validation-failure": "New connection form invalid!",
"database-source/alert-connection-edit": "Connection edited",
"database-source/connectionNameLabel": "Name:",
"database-source/databaseTypeLabel": "Type:",
"database-source/databaseHostLabel": "Host:",
"database-source/databasePortLabel": "Port:",
"database-source/databaseUserLabel": "User:",
"database-source/databasePasswordLabel": "Password:",
"database-source/databaseNameLabel": "Database name:",
"database-source/databaseFileNameLabel": "Database file:",
"database-source/databaseSchemaLabel": "Schema:",
"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",
"database-source/databaseTestButton": "Test",
"database-source/databaseSaveButton": "Save",
"database-source/databaseConnectButton": "Connect",
"database-source/newConnectionButtonDiv": "New connection",
"database-source/new-connection-legend":"New Connection Editor",
"database-source/savedConnectionSpan": "Saved connections",
"database-parsing/start-over": "« Start over",
"database-parsing/conf-pars": "Configure parsing options",
"database-parsing/proj-name": "Project name",
"database-parsing/create-proj": "Create Project »",
"database-parsing/updating-preview": "Updating preview …",
"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",
"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."
}