mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
New translations csv.php (Spanish)
This commit is contained in:
@@ -14,36 +14,36 @@ declare(strict_types=1);
|
|||||||
return [
|
return [
|
||||||
|
|
||||||
// initial config
|
// initial config
|
||||||
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
|
'initial_title' => 'Configuración de importación (1/3) - Configuración de importación de CSV simple',
|
||||||
'initial_text' => 'Para poder importar correctamente el archivo, por favor comprueba las opciones a continuación.',
|
'initial_text' => 'Para poder importar correctamente el archivo, por favor comprueba las opciones a continuación.',
|
||||||
'initial_box' => 'Basic CSV import setup',
|
'initial_box' => 'Configuración de importación de CSV simple',
|
||||||
'initial_box_title' => 'Basic CSV import setup options',
|
'initial_box_title' => 'Opciones de configuración para importación de CSV simple',
|
||||||
'initial_header_help' => 'Marque aquí si el CSV contiene títulos de columna en la primera fila.',
|
'initial_header_help' => 'Marque aquí si el CSV contiene títulos de columna en la primera fila.',
|
||||||
'initial_date_help' => 'Date time format in your CSV. Follow the format like <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
|
'initial_date_help' => 'Formato de fecha y hora en el CSV. Siga un formato como los que indica <a href="https://secure.php.net/manual/es/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">esta página</a>. El valor por defecto interpretará fechas que se vean así: :dateExample.',
|
||||||
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
'initial_delimiter_help' => 'Elija el delimitador de campos de su archivo de entrada. Si no está seguro, la coma es la opción más segura.',
|
||||||
'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',
|
'initial_import_account_help' => 'Si su archivo CSV NO contiene información sobre su(s) caja(s) de ahorros, seleccione una opción del desplegable para definir a qué cuenta pertenecen las transacciones del CSV.',
|
||||||
'initial_submit' => 'Continue with step 2/3',
|
'initial_submit' => 'Continúe con el paso 2/3',
|
||||||
|
|
||||||
// roles config
|
// roles config
|
||||||
'roles_title' => 'Import setup (2/3) - Define each column\'s role',
|
'roles_title' => 'Configuración de importación (2/3) - Define el rol de cada columna',
|
||||||
'roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',
|
'roles_text' => 'Cada columna en su archivo CSV contiene ciertos datos. Indique qué tipo de datos debe esperar el importador. La opción de "mapear" datos significa que enlazará cada entrada encontrada en la columna con un valor en su base de datos. Una columna a menudo mapeada es la columna que contiene el IBAN de la cuenta de contrapartida. Eso puede enlazarse fácilmente con cuentas IBAN ya presentes en su base de datos.',
|
||||||
'roles_table' => 'Table',
|
'roles_table' => 'Tabla',
|
||||||
'roles_column_name' => 'Name of column',
|
'roles_column_name' => 'Nombre de la columna',
|
||||||
'roles_column_example' => 'Column example data',
|
'roles_column_example' => 'Ejemplo de datos de columna',
|
||||||
'roles_column_role' => 'Column data meaning',
|
'roles_column_role' => 'Significado de los datos de la columna',
|
||||||
'roles_do_map_value' => 'Map these values',
|
'roles_do_map_value' => 'Mapear estos valores',
|
||||||
'roles_column' => 'Column',
|
'roles_column' => 'Columna',
|
||||||
'roles_no_example_data' => 'No example data available',
|
'roles_no_example_data' => 'No hay datos de ejemplo disponibles',
|
||||||
'roles_submit' => 'Continue with step 3/3',
|
'roles_submit' => 'Continúe con el paso 3/3',
|
||||||
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
|
'roles_warning' => 'Como mínimo, marque una columna como la columna de importe. También es aconsejable seleccionar una columna para la descripción, fecha y la cuenta de contrapartida.',
|
||||||
|
|
||||||
// map data
|
// map data
|
||||||
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',
|
'map_title' => 'Configuración de la importación (3/3) - Conecta los datos de importación a los datos de Firefly III',
|
||||||
'map_text' => 'En las siguientes tablas el valor de la izquierda muestra información encontrada en el CSV cargado. Es su tarea mapear este valor, si es posible, a un valor ya presente en su base de datos. Firefly respeterá este mapeo. Si no hay un valor hacia el cual mapear o no desea mapear un valor específico, no seleccione ninguno.',
|
'map_text' => 'En las siguientes tablas el valor de la izquierda muestra información encontrada en el CSV cargado. Es su tarea mapear este valor, si es posible, a un valor ya presente en su base de datos. Firefly respeterá este mapeo. Si no hay un valor hacia el cual mapear o no desea mapear un valor específico, no seleccione ninguno.',
|
||||||
'map_field_value' => 'Field value',
|
'map_field_value' => 'Valor del campo',
|
||||||
'map_field_mapped_to' => 'Mapped to',
|
'map_field_mapped_to' => 'Mapeado a',
|
||||||
'map_do_not_map' => '(do not map)',
|
'map_do_not_map' => '(no mapear)',
|
||||||
'map_submit' => 'Start the import',
|
'map_submit' => 'Iniciar la importación',
|
||||||
|
|
||||||
// map things.
|
// map things.
|
||||||
'column__ignore' => '(ignorar esta columna)',
|
'column__ignore' => '(ignorar esta columna)',
|
||||||
|
|||||||
Reference in New Issue
Block a user