mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New language strings.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* auth.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* bank.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* components.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* config.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* csv.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* demo.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -541,6 +541,7 @@ return [
|
||||
'attachment_deleted' => 'Eliminar archivo adjunto ":name"',
|
||||
'attachment_updated' => 'Actualizar archivo adjunto ":name"',
|
||||
'upload_max_file_size' => 'Tamaño máximo de archivo::size',
|
||||
'list_all_attachments' => 'List of all attachments',
|
||||
|
||||
// transaction index
|
||||
'title_expenses' => 'Gastos',
|
||||
@@ -1165,7 +1166,7 @@ return [
|
||||
'reset_import_settings_title' => 'Reset import configuration',
|
||||
'reset_import_settings_text' => 'You can use these links to reset your import settings for specific providers. This is useful when bad settings stop you from importing data.',
|
||||
'reset_settings_bunq' => 'Remove bunq API key, local external IP address and bunq related RSA keys.',
|
||||
'reset_settings_spectre' => 'Remove Spectre client ID, service secret and app secret. This will also remove your Spectre keypair. Remember to update the new one.',
|
||||
'reset_settings_spectre' => 'Remove Spectre secrets and ID\'s. This will also remove your Spectre keypair. Remember to update the new one.',
|
||||
'settings_reset_for_bunq' => 'Bunq settings reset.',
|
||||
'settings_reset_for_spectre' => 'Spectre settings reset.',
|
||||
|
||||
|
||||
@@ -202,6 +202,8 @@ return [
|
||||
'client_id' => 'Identificación del cliente',
|
||||
'service_secret' => 'Servicio secreto',
|
||||
'app_secret' => 'Secreto de aplicación',
|
||||
'app_id' => 'App ID',
|
||||
'secret' => 'Secret',
|
||||
'public_key' => 'Llave pública',
|
||||
'country_code' => 'Código del país',
|
||||
'provider_code' => 'Banco o proveedor de datos',
|
||||
|
||||
@@ -172,11 +172,12 @@ return [
|
||||
// Spectre
|
||||
'spectre_title' => 'Importar usando Spectre',
|
||||
'spectre_prerequisites_title' => 'Pre requisitos para una importación usando Spectre',
|
||||
'spectre_prerequisites_text' => 'Para importar datos usando la API de Spectre, Usted debe proveer FIrefly III dos valores secretos. Se pueden encontrar en <a href="https://www.saltedge.com/clients/profile/secrets">pagina secretas</a>.',
|
||||
'spectre_enter_pub_key' => 'La importación solo funcionara cuando ingrese esta clave publica en su <a href="https://www.saltedge.com/clients/security/edit">pagina secreta</a>.',
|
||||
'spectre_prerequisites_text' => 'In order to import data using the Spectre API (v4), you must provide Firefly III with two secret values. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||
'spectre_enter_pub_key' => 'The import will only work when you enter this public key on your <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||
'spectre_accounts_title' => 'Seleccionar cuentas para importar desde',
|
||||
'spectre_accounts_text' => 'Cada cuenta a la izquierda abajo ha sido encontrada por Spectre y puede ser importada en Firefly III. Por favor seleccione la cuenta de activo que debe contener cualquier transacción determinada. Si usted no desea importar desde una cuenta en particular, elimine el cheque de la casilla de verificación.',
|
||||
'spectre_do_import' => 'Si, importar desde esta cuenta',
|
||||
'spectre_no_supported_accounts' => 'You cannot import from this account due to a currency mismatch.',
|
||||
|
||||
// keys from "extra" array:
|
||||
'spectre_extra_key_iban' => 'IBAN',
|
||||
|
||||
@@ -112,4 +112,9 @@ return [
|
||||
'sepa-ep' => 'SEPA External Purpose',
|
||||
'sepa-ci' => 'SEPA Creditor Identifier',
|
||||
'account_at_bunq' => 'Account with bunq',
|
||||
'file_name' => 'File name',
|
||||
'file_size' => 'File size',
|
||||
'file_type' => 'File type',
|
||||
'attached_to' => 'Attached to',
|
||||
'file_exists' => 'File exists',
|
||||
];
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* pagination.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* passwords.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* validation.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
|
||||
Reference in New Issue
Block a user