32 lines
1.3 KiB
JavaScript
32 lines
1.3 KiB
JavaScript
export default {
|
|
host: 'Host name/IP address',
|
|
dataBase: 'Database name',
|
|
connection_mode: 'Connection mode',
|
|
oracle_sid: 'SID',
|
|
oracle_service_name: 'Service name',
|
|
username: 'User name',
|
|
password: 'Password',
|
|
port: 'Port',
|
|
schema: 'Schema',
|
|
get_schema: 'Get Schema',
|
|
charset: 'Character set',
|
|
targetCharset: 'Target character set',
|
|
priority: 'Advanced settings',
|
|
initial_pool_size: 'Initial connections',
|
|
min_pool_size: 'Minimum connections',
|
|
max_pool_size: 'Maximum connections',
|
|
query_timeout: 'Query timeout',
|
|
one_user_name: 'Please enter the user name',
|
|
input_a_password: 'Please enter the password',
|
|
enter_the_port: 'Please enter the port',
|
|
please_choose_schema: 'Please select Schema',
|
|
please_choose_charset: 'Please select the database character set',
|
|
please_choose_targetCharset: 'Please select the target character set',
|
|
please_input_initial_pool_size: 'Please enter the initial number of connections',
|
|
please_input_min_pool_size: 'Please enter the minimum number of connections',
|
|
please_input_max_pool_size: 'Please enter the maximum number of connections',
|
|
please_input_query_timeout: 'Please enter the query timeout',
|
|
second: 'Second',
|
|
please_select: 'Please select'
|
|
}
|