mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations csv.php (Spanish)
This commit is contained in:
parent
d449c35025
commit
0009f1f865
@ -13,68 +13,68 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
'import_configure_title' => 'Configure your import',
|
||||
'import_configure_intro' => 'There are some options for your CSV import. Please indicate if your CSV file contains headers on the first column, and what the date format of your date-fields is. That might require some experimentation. The field delimiter is usually a ",", but could also be a ";". Check this carefully.',
|
||||
'import_configure_form' => 'Basic CSV import options',
|
||||
'header_help' => 'Check this if the first row of your CSV file are the column titles',
|
||||
'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.',
|
||||
'delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
||||
'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.',
|
||||
'upload_not_writeable' => 'The grey box contains a file path. It should be writeable. Please make sure it is.',
|
||||
'import_configure_title' => 'Configurar su importación',
|
||||
'import_configure_intro' => 'Hay algunas opciones para su importación desde CSV. Por facor indique si su CSV contiene encabezados en la primera fila, y cuál es el formato de fecha utilizado. ¡Puede requerir un poco de experimentación! El delimitador de campos es usualmente ",", pero también puede ser ";". Verifíquelo cuidadosamente.',
|
||||
'import_configure_form' => 'Opciones básicas de importación desde CSV',
|
||||
'header_help' => 'Marque aquí si el CSV contiene títulos de columna en la primera fila',
|
||||
'date_help' => 'Formato de fecha y hora en el CSV. Siga el formato que <a href="https://secure.php.net/manual/es/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">esta página</a> indica. El valor por defecto interpretará fechas que se vean así: :dateExample.',
|
||||
'delimiter_help' => 'Elija el delimitador de campos del archivo de entrada. Si no está seguro, la coma es la opción más segura.',
|
||||
'import_account_help' => 'Si el archivo NO contiene información sobre su(s) caja(s) de ahorros seleccion una opción para definir a qué cuenta pertenecen las transacciones del CSV.',
|
||||
'upload_not_writeable' => 'El texto en gris indica un directorio. Debe tener permiso de escritura. Por favor verifíquelo.',
|
||||
|
||||
// roles
|
||||
'column_roles_title' => 'Define column roles',
|
||||
'column_roles_table' => 'Table',
|
||||
'column_name' => 'Name of column',
|
||||
'column_example' => 'Column example data',
|
||||
'column_role' => 'Column data meaning',
|
||||
'do_map_value' => 'Map these values',
|
||||
'column' => 'Column',
|
||||
'no_example_data' => 'No example data available',
|
||||
'store_column_roles' => 'Continue import',
|
||||
'do_not_map' => '(do not map)',
|
||||
'map_title' => 'Connect import data to Firefly III data',
|
||||
'map_text' => 'In the following tables, the left value shows you information found in your uploaded CSV file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
|
||||
'column_roles_title' => 'Definir roles de las columnas',
|
||||
'column_roles_table' => 'Tabla',
|
||||
'column_name' => 'Nombre de la columna',
|
||||
'column_example' => 'Ejemplo de datos de columna',
|
||||
'column_role' => 'Significado de los datos de la columna',
|
||||
'do_map_value' => 'Mapear estos valores',
|
||||
'column' => 'Columna',
|
||||
'no_example_data' => 'No hay datos de ejemplo disponibles',
|
||||
'store_column_roles' => 'Continuar importación',
|
||||
'do_not_map' => '(no mapear)',
|
||||
'map_title' => 'Conectar datos de importación con 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.',
|
||||
|
||||
'field_value' => 'Field value',
|
||||
'field_mapped_to' => 'Mapped to',
|
||||
'store_column_mapping' => 'Store mapping',
|
||||
'field_value' => 'Valor del campo',
|
||||
'field_mapped_to' => 'Mapeado a',
|
||||
'store_column_mapping' => 'Guardar mapeo',
|
||||
|
||||
// map things.
|
||||
|
||||
|
||||
'column__ignore' => '(ignore this column)',
|
||||
'column_account-iban' => 'Asset account (IBAN)',
|
||||
'column_account-id' => 'Asset account ID (matching Firefly)',
|
||||
'column_account-name' => 'Asset account (name)',
|
||||
'column_amount' => 'Amount',
|
||||
'column_amount-comma-separated' => 'Amount (comma as decimal separator)',
|
||||
'column_bill-id' => 'Bill ID (matching Firefly)',
|
||||
'column_bill-name' => 'Bill name',
|
||||
'column_budget-id' => 'Budget ID (matching Firefly)',
|
||||
'column_budget-name' => 'Budget name',
|
||||
'column_category-id' => 'Category ID (matching Firefly)',
|
||||
'column_category-name' => 'Category name',
|
||||
'column_currency-code' => 'Currency code (ISO 4217)',
|
||||
'column_currency-id' => 'Currency ID (matching Firefly)',
|
||||
'column_currency-name' => 'Currency name (matching Firefly)',
|
||||
'column_currency-symbol' => 'Currency symbol (matching Firefly)',
|
||||
'column_date-interest' => 'Interest calculation date',
|
||||
'column_date-book' => 'Transaction booking date',
|
||||
'column_date-process' => 'Transaction process date',
|
||||
'column_date-transaction' => 'Date',
|
||||
'column_description' => 'Description',
|
||||
'column_opposing-iban' => 'Opposing account (IBAN)',
|
||||
'column_opposing-id' => 'Opposing account ID (matching Firefly)',
|
||||
'column_external-id' => 'External ID',
|
||||
'column_opposing-name' => 'Opposing account (name)',
|
||||
'column_rabo-debet-credit' => 'Rabobank specific debet/credit indicator',
|
||||
'column_ing-debet-credit' => 'ING specific debet/credit indicator',
|
||||
'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID',
|
||||
'column_sepa-ct-op' => 'SEPA Credit Transfer opposing account',
|
||||
'column_sepa-db' => 'SEPA Direct Debet',
|
||||
'column_tags-comma' => 'Tags (comma separated)',
|
||||
'column_tags-space' => 'Tags (space separated)',
|
||||
'column_account-number' => 'Asset account (account number)',
|
||||
'column_opposing-number' => 'Opposing account (account number)',
|
||||
'column__ignore' => '(ignorar esta columna)',
|
||||
'column_account-iban' => 'Caja de ahorro (CBU)',
|
||||
'column_account-id' => 'ID de la caja de ahorro (coincide con Firefly)',
|
||||
'column_account-name' => 'Caja de ahorro (nombre)',
|
||||
'column_amount' => 'Monto',
|
||||
'column_amount-comma-separated' => 'Monto (coma como separador de decimales)',
|
||||
'column_bill-id' => 'ID de factura (coincide con Firefly)',
|
||||
'column_bill-name' => 'Nombre de factura',
|
||||
'column_budget-id' => 'ID de presupuesto (coincide con Firefly)',
|
||||
'column_budget-name' => 'Nombre de presupuesto',
|
||||
'column_category-id' => 'ID de categoría (coincide con Firefly)',
|
||||
'column_category-name' => 'Nombre de categoría',
|
||||
'column_currency-code' => 'Código de moneda (ISO 4217)',
|
||||
'column_currency-id' => 'ID de moneda (coincide con Firefly)',
|
||||
'column_currency-name' => 'Nombre de moneda (coincide con Firefly)',
|
||||
'column_currency-symbol' => 'Símbolo de moneda (coincide con Firefly)',
|
||||
'column_date-interest' => 'Fecha de cálculo de intereses',
|
||||
'column_date-book' => 'Fecha de registro de transacción',
|
||||
'column_date-process' => 'Fecha de proceso de transacción',
|
||||
'column_date-transaction' => 'Fecha',
|
||||
'column_description' => 'Descripción',
|
||||
'column_opposing-iban' => 'Cuenta opuesta (CBU)',
|
||||
'column_opposing-id' => 'ID de cuenta opuesta (coincide con Firefly)',
|
||||
'column_external-id' => 'ID externo',
|
||||
'column_opposing-name' => 'Cuenta opuesta (nombre)',
|
||||
'column_rabo-debet-credit' => 'Indicador de débito/crédito específico de Rabobank',
|
||||
'column_ing-debet-credit' => 'Indicador de débito/crédito específico de ING',
|
||||
'column_sepa-ct-id' => 'ID de transferencia de crédito end-to-end de SEPA',
|
||||
'column_sepa-ct-op' => 'Transferencia de crédito a cuenta opuesta SEPA',
|
||||
'column_sepa-db' => 'Débito directo SEPA',
|
||||
'column_tags-comma' => 'Etiquetas (separadas por comas)',
|
||||
'column_tags-space' => 'Etiquetas (separadas por espacios)',
|
||||
'column_account-number' => 'Caja de ahorro (número de cuenta)',
|
||||
'column_opposing-number' => 'Cuenta opuesta (número de cuenta)',
|
||||
];
|
Loading…
Reference in New Issue
Block a user