05fb4e355f
* Replace js string concatenation with i18n parameters refs #1858 Remove Javascript string concatentation and use jquery i18n() instead so that translators have the needed context and flexibility to be able to do a good job. Also remove code-based plurals conditionalization and replace with i18n. * Update French translation so I can test non-English support * Add missing localization * Clean up formatting of service API link
65 lines
4.2 KiB
JSON
65 lines
4.2 KiB
JSON
{
|
|
"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."
|
|
|
|
}
|