153 lines
6.9 KiB
JSON
Executable File
153 lines
6.9 KiB
JSON
Executable File
{
|
|
"english" : {
|
|
"files_csv" : "CSV files",
|
|
"files_csv_text" : [
|
|
"For convert the CSV files to SQL, please, fill in the next form ",
|
|
"and select your local CSV files, and then fill in their subforms."
|
|
],
|
|
"default_database" : "The default database",
|
|
"default_database_description" : [
|
|
"Choose a default database name for files that not set their own ",
|
|
"database."
|
|
],
|
|
"type" : "Type",
|
|
"type_description" : "Choose the SQL type.",
|
|
"default_creator_database" : "Database creator",
|
|
"default_creator_database_description" : [
|
|
"Check it if you want create the Database in each SQL archive if ",
|
|
"it is not exists by default."
|
|
],
|
|
"default_remover_tables" : "Tables remover",
|
|
"default_remover_tables_description" : [
|
|
"Check it if you want a tables remover for each CSV file by ",
|
|
"default."
|
|
],
|
|
"default_creator_tables" : "Tables creator",
|
|
"default_creator_tables_description" : [
|
|
"Check it if you want a tables creator for each CSV file by ",
|
|
"default."
|
|
],
|
|
"default_updater_tables" : "Tables updater",
|
|
"default_updater_tables_description" : [
|
|
"Check it if you want a tables attributes updater for each CSV ",
|
|
"file by default."
|
|
],
|
|
"default_filler_tables" : "Tables filler",
|
|
"default_filler_tables_description" : [
|
|
"Check it if you want a tables filler for each CSV file by ",
|
|
"default. If you don't check it, any data will be migrated."
|
|
],
|
|
"default_uniques" : "Default uniques attributes",
|
|
"default_uniques_description" : [
|
|
"In this text box, please, write all default attributes names ",
|
|
"that will not be repeated where saving the data separated by a ",
|
|
"white space (space, tabulation, new line, etc). If you empty ",
|
|
"this field, all data will be saved."
|
|
],
|
|
"default_id_attribute" : "ID attribute",
|
|
"default_id_attribute_description" : [
|
|
"Check it if you want create the ID auto increment attribute for ",
|
|
"each table."
|
|
],
|
|
"default_deleted_attribute" : "Deleted attribute",
|
|
"default_deleted_attribute_description" : [
|
|
"Check it if you want create the 'deleted' datetime attribute for ",
|
|
"each table for detecting a logical user delete."
|
|
],
|
|
"default_date_in_attribute" : "Date in attribute",
|
|
"default_date_in_attribute_description" : [
|
|
"Check it if you want create the 'date_in' datetime attribute for ",
|
|
"each table for registering when was created each register."
|
|
],
|
|
"default_date_out_attribute" : "Date out attribute",
|
|
"default_date_out_attribute_description" : [
|
|
"Check it if you want create the 'date_out' datetime attribute ",
|
|
"for each table for detecting a logical administrator delete."
|
|
],
|
|
"default_fill_last_attribute" : "Fill the last attribute",
|
|
"default_fill_last_attribute_description" : [
|
|
"Check it if you want fill with unkown columns into last known ",
|
|
"attribute by default."
|
|
],
|
|
"files" : "Files",
|
|
"files_description" : [
|
|
"Select the CSV files that you want convert to SQL."
|
|
],
|
|
"files_data" : "Files data",
|
|
"files_data_description" : [
|
|
"Here you will have all subforms for each file that you load here."
|
|
],
|
|
"database" : "Database",
|
|
"database_description" : "Database name for this table.",
|
|
"table" : "Table",
|
|
"table_description" : "The table name into database.",
|
|
"creator_database" : "Database creator",
|
|
"creator_database_description" : [
|
|
"Check it if you want create the Database for this file if it is ",
|
|
"not exists."
|
|
],
|
|
"remover_tables" : "Tables remover",
|
|
"remover_tables_description" : [
|
|
"Check it if you want a table remover for this CSV file."
|
|
],
|
|
"creator_tables" : "Tables creator",
|
|
"creator_tables_description" : [
|
|
"Check it if you want a table creator for this CSV file."
|
|
],
|
|
"updater_tables" : "Tables updater",
|
|
"updater_tables_description" : [
|
|
"Check it if you want a table attributes updater for this CSV ",
|
|
"file."
|
|
],
|
|
"filler_tables" : "Tables filler",
|
|
"filler_tables_description" : [
|
|
"Check it if you want a tables filler for this CSV file. If you ",
|
|
"don't check it, any data will be migrated."
|
|
],
|
|
"uniques" : "Uniques attributes",
|
|
"uniques_description" : [
|
|
"In this text box, please, write all default attributes names ",
|
|
"that will not be repeated where saving the data separated by a ",
|
|
"white space (space, tabulation, new line, etc). If you empty ",
|
|
"this field, all data will be saved."
|
|
],
|
|
"id_attribute" : "ID attribute",
|
|
"id_attribute_description" : [
|
|
"Check it if you want create the ID auto increment attribute."
|
|
],
|
|
"deleted_attribute" : "Deleted attribute",
|
|
"deleted_attribute_description" : [
|
|
"Check it if you want create the 'deleted' datetime attribute for ",
|
|
"detecting a logical user delete."
|
|
],
|
|
"date_in_attribute" : "Date in attribute",
|
|
"date_in_attribute_description" : [
|
|
"Check it if you want create the 'date_in' datetime attribute for ",
|
|
"registering when was created each register."
|
|
],
|
|
"date_out_attribute" : "Date out attribute",
|
|
"date_out_attribute_description" : [
|
|
"Check it if you want create the 'date_out' datetime attribute ",
|
|
"for detecting a logical administrator delete."
|
|
],
|
|
"fill_last_attribute" : "Fill the last attribute",
|
|
"fill_last_attribute_description" : [
|
|
"Check it if you want fill with unkown columns into last known ",
|
|
"attribute."
|
|
],
|
|
"file_data" : "{name}",
|
|
"file_data_text" : "Data for the '{name}' file.",
|
|
"file_name" : "File name",
|
|
"file_name_description" : "The result file name for saving it.",
|
|
"download_files" : "Save files (ZIP)",
|
|
"download_one_file" : "Save all in one file",
|
|
"main_menu_error" : [
|
|
"There was any error with code '{code}' while getting and ",
|
|
"validating the main form data.{list}"
|
|
],
|
|
"file_menu_error" : [
|
|
"There was any error with code '{code}' while getting and ",
|
|
"validating the file '{file_name}' data.{list}"
|
|
]
|
|
}
|
|
} |