New language strings.

This commit is contained in:
James Cole
2018-04-28 15:26:45 +02:00
parent 8ef3f18da7
commit 0a2308592f
141 changed files with 293 additions and 103 deletions

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* auth.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* bank.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* breadcrumbs.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* components.php
* Copyright (c) 2018 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* config.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* csv.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* demo.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -541,6 +541,7 @@ return [
'attachment_deleted' => 'Pièce jointe ":name" supprimée',
'attachment_updated' => 'Pièce jointe ":name" mise à jour',
'upload_max_file_size' => 'Taille maximum du fichier : :size',
'list_all_attachments' => 'List of all attachments',
// transaction index
'title_expenses' => 'Dépenses',
@@ -1164,7 +1165,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.',

View File

@@ -202,6 +202,8 @@ return [
'client_id' => 'Identifiant',
'service_secret' => 'Secret de service',
'app_secret' => 'Secret d\'application',
'app_id' => 'App ID',
'secret' => 'Secret',
'public_key' => 'Clé publique',
'country_code' => 'Code pays',
'provider_code' => 'Banque ou fournisseur de données',

View File

@@ -172,11 +172,12 @@ return [
// Spectre
'spectre_title' => 'Import using Spectre',
'spectre_prerequisites_title' => 'Prerequisites for an import using Spectre',
'spectre_prerequisites_text' => 'In order to import data using the Spectre API, 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/security/edit">security page</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' => 'Select accounts to import from',
'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.',
'spectre_do_import' => 'Yes, import from this account',
'spectre_no_supported_accounts' => 'You cannot import from this account due to a currency mismatch.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',

View File

@@ -112,4 +112,9 @@ return [
'sepa-ep' => 'Objectif externe SEPA',
'sepa-ci' => 'Identifiant SEPA Creditor',
'account_at_bunq' => 'Compte avec bunq',
'file_name' => 'File name',
'file_size' => 'File size',
'file_type' => 'File type',
'attached_to' => 'Attached to',
'file_exists' => 'File exists',
];

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* pagination.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* passwords.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* validation.php
* Copyright (c) 2017 thegrumpydictator@gmail.com