From e8f9796fc594889a347dbf19c282105cb253f51f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 19 Dec 2017 19:35:54 +0100 Subject: [PATCH] Make sure language files are up to date [skip ci] --- resources/lang/de_DE/auth.php | 1 + resources/lang/de_DE/breadcrumbs.php | 3 +- resources/lang/de_DE/config.php | 1 + resources/lang/de_DE/demo.php | 1 + resources/lang/de_DE/form.php | 3 +- resources/lang/de_DE/import.php | 9 ++-- resources/lang/de_DE/intro.php | 1 + resources/lang/de_DE/list.php | 1 + resources/lang/de_DE/pagination.php | 1 + resources/lang/de_DE/passwords.php | 1 + resources/lang/de_DE/validation.php | 1 + resources/lang/fr_FR/auth.php | 1 + resources/lang/fr_FR/breadcrumbs.php | 3 +- resources/lang/fr_FR/config.php | 1 + resources/lang/fr_FR/demo.php | 1 + resources/lang/fr_FR/firefly.php | 20 ++++---- resources/lang/fr_FR/form.php | 9 ++-- resources/lang/fr_FR/import.php | 75 ++++++++++++++-------------- resources/lang/fr_FR/intro.php | 1 + resources/lang/fr_FR/list.php | 1 + resources/lang/fr_FR/pagination.php | 1 + resources/lang/fr_FR/passwords.php | 1 + resources/lang/fr_FR/validation.php | 1 + resources/lang/nl_NL/auth.php | 1 + resources/lang/nl_NL/breadcrumbs.php | 3 +- resources/lang/nl_NL/config.php | 1 + resources/lang/nl_NL/demo.php | 1 + resources/lang/nl_NL/form.php | 3 +- resources/lang/nl_NL/import.php | 9 ++-- resources/lang/nl_NL/intro.php | 1 + resources/lang/nl_NL/list.php | 1 + resources/lang/nl_NL/pagination.php | 1 + resources/lang/nl_NL/passwords.php | 1 + resources/lang/nl_NL/validation.php | 1 + resources/lang/pl_PL/auth.php | 1 + resources/lang/pl_PL/breadcrumbs.php | 3 +- resources/lang/pl_PL/config.php | 1 + resources/lang/pl_PL/demo.php | 1 + resources/lang/pl_PL/form.php | 3 +- resources/lang/pl_PL/import.php | 9 ++-- resources/lang/pl_PL/intro.php | 1 + resources/lang/pl_PL/list.php | 1 + resources/lang/pl_PL/pagination.php | 1 + resources/lang/pl_PL/passwords.php | 1 + resources/lang/pl_PL/validation.php | 1 + 45 files changed, 114 insertions(+), 70 deletions(-) diff --git a/resources/lang/de_DE/auth.php b/resources/lang/de_DE/auth.php index b4920187ab..bdee223204 100644 --- a/resources/lang/de_DE/auth.php +++ b/resources/lang/de_DE/auth.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ /* diff --git a/resources/lang/de_DE/breadcrumbs.php b/resources/lang/de_DE/breadcrumbs.php index 89ccd21518..0fbe6afb0f 100644 --- a/resources/lang/de_DE/breadcrumbs.php +++ b/resources/lang/de_DE/breadcrumbs.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'home' => 'Home', 'edit_currency' => 'Bearbeite die Währung ":name"', @@ -29,7 +30,7 @@ return [ 'preferences' => 'Einstellungen', 'profile' => 'Profil', 'changePassword' => 'Passwort ändern', - 'change_email' => 'Change your email address', + 'change_email' => 'Change your email address', 'bills' => 'Rechnungen', 'newBill' => 'Neue Rechnung', 'edit_bill' => 'Bearbeite Rechnung ":name"', diff --git a/resources/lang/de_DE/config.php b/resources/lang/de_DE/config.php index 0f4c7a9f4e..0971e17065 100644 --- a/resources/lang/de_DE/config.php +++ b/resources/lang/de_DE/config.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'locale' => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8', 'month' => '%B %Y', diff --git a/resources/lang/de_DE/demo.php b/resources/lang/de_DE/demo.php index 75e6d3b433..063a6e326c 100644 --- a/resources/lang/de_DE/demo.php +++ b/resources/lang/de_DE/demo.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'no_demo_text' => 'Leider gibt es keine zusätzlichen Demoerklärungen für diese Seite.', 'see_help_icon' => 'Trotzdem kann der -Icon in der oberen rechten Ecke mehr erzählen.', diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index e356357db8..8621c82e01 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ // new user: @@ -200,7 +201,7 @@ return [ 'app_secret' => 'App secret', 'public_key' => 'Public key', 'country_code' => 'Country code', - 'provider_code' => 'Bank or data-provider', + 'provider_code' => 'Bank or data-provider', 'due_date' => 'Fälligkeitstermin', diff --git a/resources/lang/de_DE/import.php b/resources/lang/de_DE/import.php index 1258e55c6c..40a0476f86 100644 --- a/resources/lang/de_DE/import.php +++ b/resources/lang/de_DE/import.php @@ -36,6 +36,7 @@ return [ 'status_ready_start' => 'Start the import', 'status_ready_share' => 'Please consider downloading your configuration and sharing it at the import configuration center. This will allow other users of Firefly III to import their files more easily.', 'status_job_running' => 'The import is running.. Please wait..', + 'status_job_finished' => 'The import has finished!', 'status_running_title' => 'The import is running', 'status_running_placeholder' => 'Please hold for an update...', 'status_finished_title' => 'Import routine finished', @@ -106,7 +107,7 @@ return [ 'column_account-id' => 'Asset account ID (matching Firefly)', 'column_account-name' => 'Asset account (name)', 'column_amount' => 'Amount', - 'column_amount_debet' => 'Amount (debet column)', + 'column_amount_debit' => 'Amount (debit column)', 'column_amount_credit' => 'Amount (credit column)', 'column_amount-comma-separated' => 'Amount (comma as decimal separator)', 'column_bill-id' => 'Bill ID (matching Firefly)', @@ -128,11 +129,11 @@ return [ '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_rabo-debit-credit' => 'Rabobank specific debit/credit indicator', + 'column_ing-debit-credit' => 'ING specific debit/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_sepa-db' => 'SEPA Direct Debit', 'column_tags-comma' => 'Tags (comma separated)', 'column_tags-space' => 'Tags (space separated)', 'column_account-number' => 'Asset account (account number)', diff --git a/resources/lang/de_DE/intro.php b/resources/lang/de_DE/intro.php index 2266202771..79388df265 100644 --- a/resources/lang/de_DE/intro.php +++ b/resources/lang/de_DE/intro.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ // index 'index_intro' => 'Wilkommen auf der Startseite von Firefly III. Bitte nehmen Sie sich die Zeit, um ein Gefühl dafür zu bekommen, wie Firefly III funktioniert.', diff --git a/resources/lang/de_DE/list.php b/resources/lang/de_DE/list.php index 21a96b10be..db524e0078 100644 --- a/resources/lang/de_DE/list.php +++ b/resources/lang/de_DE/list.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'buttons' => 'Schaltfläche', 'icon' => 'Icon', diff --git a/resources/lang/de_DE/pagination.php b/resources/lang/de_DE/pagination.php index 8176805743..e8b357aaf2 100644 --- a/resources/lang/de_DE/pagination.php +++ b/resources/lang/de_DE/pagination.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'previous' => '« Vorherige', diff --git a/resources/lang/de_DE/passwords.php b/resources/lang/de_DE/passwords.php index 14a59bae96..2e556dfd79 100644 --- a/resources/lang/de_DE/passwords.php +++ b/resources/lang/de_DE/passwords.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'password' => 'Passwörter müssen mindestens 6 Zeichen lang sein und übereinstimmen.', 'user' => 'Wir können keinen Benutzer mit dieser E-Mail Adresse finden.', diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index aee55d45f6..be13f4daeb 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'iban' => 'Dies ist keine gültige IBAN.', 'unique_account_number_for_user' => 'Es sieht so aus, als ob diese Kontonummer bereits verwendet würde.', diff --git a/resources/lang/fr_FR/auth.php b/resources/lang/fr_FR/auth.php index 0912dc29b5..03d337dde5 100644 --- a/resources/lang/fr_FR/auth.php +++ b/resources/lang/fr_FR/auth.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ /* diff --git a/resources/lang/fr_FR/breadcrumbs.php b/resources/lang/fr_FR/breadcrumbs.php index 7850a7d926..dd086f8fce 100644 --- a/resources/lang/fr_FR/breadcrumbs.php +++ b/resources/lang/fr_FR/breadcrumbs.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'home' => 'Accueil', 'edit_currency' => 'Modifier la devise "%name"', @@ -29,7 +30,7 @@ return [ 'preferences' => 'Préférences', 'profile' => 'Profil', 'changePassword' => 'Modifier le mot de passe', - 'change_email' => 'Change your email address', + 'change_email' => 'Changer votre adresse e-mail', 'bills' => 'Factures', 'newBill' => 'Nouvelle facture', 'edit_bill' => 'Editer la facture : ":name"', diff --git a/resources/lang/fr_FR/config.php b/resources/lang/fr_FR/config.php index 24b36d46d1..0649a36eb2 100644 --- a/resources/lang/fr_FR/config.php +++ b/resources/lang/fr_FR/config.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'locale' => 'fr, French, fr_FR, fr_FR.utf8, fr_FR.UTF-8', 'month' => '%B %Y', diff --git a/resources/lang/fr_FR/demo.php b/resources/lang/fr_FR/demo.php index 989c007fbb..6818fec5af 100644 --- a/resources/lang/fr_FR/demo.php +++ b/resources/lang/fr_FR/demo.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'no_demo_text' => 'Désolé, il n’y a aucun texte supplémentaire de démonstration ou d\'explication pour cette page.', 'see_help_icon' => 'Cependant, l\'icône située dans le coin supérieur droit peut vous en dire plus.', diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 0ce939bff3..2642a77e9e 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -52,7 +52,7 @@ return [ 'new_revenue_account' => 'Nouveau compte de recettes', 'new_budget' => 'Nouveau budget', 'new_bill' => 'Nouvelle facture', - 'block_account_logout' => 'Vous avez été déconnecté. Les comptes bloqués ne peuvent pas utiliser ce site. Vous êtes vous enregistrés avec une adresse e-mail valide ?', + 'block_account_logout' => 'Vous avez été déconnecté. Les comptes bloqués ne peuvent pas utiliser ce site. Vous êtes-vous enregistré avec une adresse e-mail valide ?', 'flash_success' => 'Terminé avec succès !', 'flash_info' => 'Message', 'flash_warning' => 'Attention !', @@ -71,11 +71,11 @@ return [ 'two_factor_lost_header' => 'Perdu votre authentification à deux facteurs ?', 'two_factor_lost_intro' => 'Malheureusement, ce n’est pas quelque chose que vous pouvez réinitialiser depuis l’interface web. Vous avez deux choix.', 'two_factor_lost_fix_self' => 'Si vous exécutez votre propre instance de Firefly III, vérifiez les logs dans storage/logs pour obtenir des instructions.', - 'two_factor_lost_fix_owner' => 'Dans le cas contraire, contactez le propriétaire du site par courriel : site_owner et demandez leur de réinitialiser votre authentification à deux facteurs.', + 'two_factor_lost_fix_owner' => 'Dans le cas contraire, contactez le propriétaire du site par courriel :site_owner et demandez-lui de réinitialiser votre authentification à deux facteurs.', 'warning_much_data' => ':days de données peuvent prendre un certain temps à charger.', 'registered' => 'Vous avez été enregistré avec succès !', 'Default asset account' => 'Compte d’actif par défaut', - 'no_budget_pointer' => 'Vous semblez n’avoir encore aucun budget. Vous devez en créer sur la page des budgets. Les budgets peuvent vous aider à garder une trace des dépenses.', + 'no_budget_pointer' => 'Vous semblez n’avoir encore aucun budget. Vous devez en créer un sur la page des budgets. Les budgets peuvent vous aider à garder une trace des dépenses.', 'Savings account' => 'Compte d’épargne', 'Credit card' => 'Carte de Crédit', 'source_accounts' => 'Compte(s) source', @@ -99,7 +99,7 @@ return [ 'left_in_budget_limit' => 'Reste à dépenser selon budget', 'current_period' => 'Période en cours', 'show_the_current_period_and_overview' => 'Afficher l’exercice en cours et sa vue d’ensemble', - 'pref_languages_locale' => 'Pour une langue autre que l’anglais pour fonctionner correctement, votre système d’exploitation doit être équipé avec les paramètres régionaux correctes. Si ils ne sont pas présents, les données de devises, les dates et les montants peuvent être mal formatés.', + 'pref_languages_locale' => 'Pour une langue autre que l’anglais et pour fonctionner correctement, votre système d’exploitation doit être équipé avec les paramètres régionaux correctes. Si ils ne sont pas présents, les données de devises, les dates et les montants peuvent être mal formatés.', 'budget_in_period' => 'Toutes les transactions pour le budget ":name" entre :start et :end', 'chart_budget_in_period' => 'Graphique pour toutes les transactions pour le budget ":name" entre :start et :end', 'chart_account_in_period' => 'Graphique pour toutes les transactions pour le compte ":name" entre :start et :end', @@ -458,7 +458,7 @@ return [ 'secure_pw_long_password' => 'Si vous venez de générer un long mot de passe unique pour Firefly III à l\'aide d\'un type de générateur de mot de passe : no.', 'secure_pw_short' => 'Si vous venez d\'entrer le mot de passe que vous utilisez toujours : S\'il vous plaît, oui.', 'personal_access_token' => 'Token d\'accès personnel', - 'explain_access_token' => 'Vous avez besoin de ce token pour exécuter des opérations optionnelles en ligne de commandes telles qu\'import et export de données. Sans celui-ci, te telles commandes sensibles ne fonctionneront pas. Personne ne vous le demandera, pas même moi. Si vous craignez de le perdre, ou si vous êtes parano, régénérez ce token à l\'aide du + 'explain_access_token' => 'Vous avez besoin de ce token pour exécuter des opérations optionnelles en ligne de commandes telles qu\'import et export de données. Sans celui-ci, de telles commandes sensibles ne fonctionneront pas. Personne ne vous le demandera, pas même moi. Si vous craignez de le perdre, ou si vous êtes parano, régénérez ce token à l\'aide du bouton.', 'regenerate_access_token' => 'Régénérer le token d\'accès', 'token_regenerated' => 'Un nouveau token a été généré', @@ -599,7 +599,7 @@ return [ 'not_or_not_yet' => 'Pas du tout (pas encore)', 'not_expected_period' => 'Cette période n\'est pas prévu', 'bill_is_active' => 'Facture en cours', - 'bill_expected_between' => 'Expected between :start and :end', + 'bill_expected_between' => 'Attendu entre le :start et le :end', 'bill_will_automatch' => 'La facture sera automatiquement liée aux transactions correspondantes', 'skips_over' => 'saute', @@ -712,15 +712,15 @@ return [ 'deleted_transfer' => 'Opération ":name" correctement supprimée', 'stored_journal' => 'Opération créée avec succès ":description"', 'select_transactions' => 'Sélectionner des opérations', - 'rule_group_select_transactions' => 'Apply ":title" to transactions', - 'rule_select_transactions' => 'Apply ":title" to transactions', + 'rule_group_select_transactions' => 'Attendu entre le :start et le :end', + 'rule_select_transactions' => 'Appliquer la règle ":title" sur les transactions', 'stop_selection' => 'Arrêter de sélectionner les transactions', 'reconcile_selected' => 'Rapproché', 'mass_delete_journals' => 'Supprimer un certain nombre de transactions', 'mass_edit_journals' => 'Modifier un certain nombre d’opérations', 'cannot_edit_other_fields' => 'Vous ne peut pas modifier en masse d\'autres champs que ceux ici, car il n’y a pas de place pour tous les montrer. S’il vous plaît suivez le lien et modifiez les par un par un, si vous devez modifier ces champs.', 'no_budget' => '(pas de budget)', - 'no_budget_squared' => '(no budget)', + 'no_budget_squared' => '(pas de budget)', 'perm-delete-many' => 'Supprimer de nombreux éléments en une seule fois peut être très problématique. Soyez prudent.', 'mass_deleted_transactions_success' => 'Montant des opérations supprimées : :amount.', 'mass_edited_transactions_success' => 'Montant des opérations mises à jour : :amount', @@ -778,7 +778,7 @@ return [ 'piggyBanks' => 'Tirelires', 'bills' => 'Factures', 'withdrawal' => 'Retrait', - 'opening_balance' => 'Opening balance', + 'opening_balance' => 'Solde d\'ouverture', 'deposit' => 'Dépôt', 'account' => 'Compte', 'transfer' => 'Transfert', diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index e70f916639..3c079d913d 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ // new user: @@ -195,12 +196,12 @@ return [ 'csv_delimiter' => 'Délimiteur de champ CSV', 'csv_import_account' => 'Compte d’importation par défaut', 'csv_config' => 'Configuration d\'importation CSV', - 'client_id' => 'Client ID', + 'client_id' => 'Identifiant', 'service_secret' => 'Service secret', 'app_secret' => 'App secret', - 'public_key' => 'Public key', - 'country_code' => 'Country code', - 'provider_code' => 'Bank or data-provider', + 'public_key' => 'Clé publique', + 'country_code' => 'Code pays', + 'provider_code' => 'Banque ou fournisseur de données', 'due_date' => 'Échéance', diff --git a/resources/lang/fr_FR/import.php b/resources/lang/fr_FR/import.php index 709c5baddd..5a69252323 100644 --- a/resources/lang/fr_FR/import.php +++ b/resources/lang/fr_FR/import.php @@ -24,45 +24,46 @@ declare(strict_types=1); return [ // status of import: - 'status_wait_title' => 'Please hold...', - 'status_wait_text' => 'This box will disappear in a moment.', - 'status_fatal_title' => 'A fatal error occurred', - 'status_fatal_text' => 'A fatal error occurred, which the import-routine cannot recover from. Please see the explanation in red below.', - 'status_fatal_more' => 'If the error is a time-out, the import will have stopped half-way. For some server configurations, it is merely the server that stopped while the import keeps running in the background. To verify this, check out the log files. If the problem persists, consider importing over the command line instead.', - 'status_ready_title' => 'Import is ready to start', - 'status_ready_text' => 'The import is ready to start. All the configuration you needed to do has been done. Please download the configuration file. It will help you with the import should it not go as planned. To actually run the import, you can either execute the following command in your console, or run the web-based import. Depending on your configuration, the console import will give you more feedback.', - 'status_ready_noconfig_text' => 'The import is ready to start. All the configuration you needed to do has been done. To actually run the import, you can either execute the following command in your console, or run the web-based import. Depending on your configuration, the console import will give you more feedback.', - 'status_ready_config' => 'Download configuration', - 'status_ready_start' => 'Start the import', - 'status_ready_share' => 'Please consider downloading your configuration and sharing it at the import configuration center. This will allow other users of Firefly III to import their files more easily.', - 'status_job_running' => 'The import is running.. Please wait..', - 'status_running_title' => 'The import is running', - 'status_running_placeholder' => 'Please hold for an update...', - 'status_finished_title' => 'Import routine finished', - 'status_finished_text' => 'The import routine has imported your data.', - 'status_errors_title' => 'Errors during the import', - 'status_errors_single' => 'An error has occurred during the import. It does not appear to be fatal.', - 'status_errors_multi' => 'Some errors occurred during the import. These do not appear to be fatal.', - 'status_bread_crumb' => 'Import status', - 'status_sub_title' => 'Import status', - 'config_sub_title' => 'Set up your import', - 'status_finished_job' => 'The transactions imported can be found in tag :tag.', - 'import_with_key' => 'Import with key \':key\'', + 'status_wait_title' => 'Veuillez patienter...', + 'status_wait_text' => 'Cette boîte disparaîtra dans un instant.', + 'status_fatal_title' => 'Une erreur fatale est survenue', + 'status_fatal_text' => 'Une erreur fatale est survenue que le traitement d\'importation ne peut pas récupérer. Voir l\'explication en rouge ci-dessous.', + 'status_fatal_more' => 'Si l\'erreur est un time-out, l\'importation sera arrêtée pendant son traitement. Pour certaines configurations de serveur, ce n\'est que le serveur qui s\'est arrêté alors que l\'importation continue de fonctionner en arrière-plan. Pour vérifier cela, consultez les fichiers journaux. Si le problème persiste, envisagez d\'importer plutôt par ligne de commande.', + 'status_ready_title' => 'L\'importation est prête à démarrer', + 'status_ready_text' => 'L\'importation est prête à démarrer. Toute la configuration requise été effectuée. Vous pouvez téléchargez le fichier de configuration. Cela vous permettra de recommencer rapidement l\'importation si tout ne fonctionnait pas comme prévu. Pour exécuter l\'importation, vous pouvez soit exécuter la commande suivante dans la console du serveur, soit exécuter l\'importation depuis cette page web. Selon votre configuration générale, l\'importation via la console vous donnera plus de détails.', + 'status_ready_noconfig_text' => 'L\'importation est prête à démarrer. Toute la configuration requise été effectuée. Pour exécuter l\'importation, vous pouvez soit exécuter la commande suivante dans la console du serveur, soit exécuter l\'importation depuis cette page web. Selon votre configuration générale, l\'importation via la console vous donnera plus de détails.', + 'status_ready_config' => 'Télécharger la configuration', + 'status_ready_start' => 'Démarrer l\'importation', + 'status_ready_share' => 'Vous pouvez télécharger votre configuration et de la partager dans le centre de configuration d\'import. Cela permettra à d\'autres utilisateurs de Firefly III d\'importer leurs fichiers plus facilement.', + 'status_job_running' => 'L\'importation est en cours... Veuillez patienter...', + 'status_job_finished' => 'The import has finished!', + 'status_running_title' => 'L\'importation est en cours d\'exécution', + 'status_running_placeholder' => 'Attendez pour une mise à jour...', + 'status_finished_title' => 'Le traitement d\'importation est terminé', + 'status_finished_text' => 'Le traitement d\'importation a importé vos données.', + 'status_errors_title' => 'Erreurs lors de l\'importation', + 'status_errors_single' => 'Une erreur est survenue lors de l\'importation. Cela ne semble pas être fatal.', + 'status_errors_multi' => 'Certaines erreurs sont survenues lors de l\'importation. Celles-ci ne semblent pas être fatales.', + 'status_bread_crumb' => 'Statut d\'importation', + 'status_sub_title' => 'Statut d\'importation', + 'config_sub_title' => 'Configurez votre importation', + 'status_finished_job' => 'Les transactions importées peuvent être trouvées avec le mot-clé :tag.', + 'import_with_key' => 'Importer avec la clé \': key\'', // file: upload something: - 'file_upload_title' => 'Import setup (1/4) - Upload your file', - 'file_upload_text' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', - 'file_upload_fields' => 'Fields', - 'file_upload_help' => 'Select your file', - 'file_upload_config_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file', - 'file_upload_type_help' => 'Select the type of file you will upload', - 'file_upload_submit' => 'Upload files', + 'file_upload_title' => 'Configuration de l\'importation (1/4) - Téléchargez votre fichier', + 'file_upload_text' => 'Ce traitement vous aidera à importer des fichiers de votre banque dans Firefly III. Consultez les pages d\'aide en haut à droite.', + 'file_upload_fields' => 'Champs', + 'file_upload_help' => 'Sélectionnez votre fichier', + 'file_upload_config_help' => 'Si vous avez précédemment importé des données dans Firefly III, vous avez peut-être téléchargé un fichier de configuration qui définit les relations entre les différents champs. Pour certaines banques, des utilisateurs ont bien voulu partager leur fichier ici : fichiers de configuration.', + 'file_upload_type_help' => 'Sélectionnez le type de fichier que vous allez télécharger', + 'file_upload_submit' => 'Envoyer des fichiers', // file: upload types - 'import_file_type_csv' => 'CSV (comma separated values)', + 'import_file_type_csv' => 'CSV (valeurs séparées par des virgules)', // file: initial config for CSV - 'csv_initial_title' => 'Import setup (2/4) - Basic CSV import setup', + 'csv_initial_title' => 'Configuration d\'importation (2/4) - Configuration d\'importation CSV', 'csv_initial_text' => 'To be able to import your file correctly, please validate the options below.', 'csv_initial_box' => 'Basic CSV import setup', 'csv_initial_box_title' => 'Basic CSV import setup options', @@ -106,7 +107,7 @@ return [ 'column_account-id' => 'Asset account ID (matching Firefly)', 'column_account-name' => 'Asset account (name)', 'column_amount' => 'Amount', - 'column_amount_debet' => 'Amount (debet column)', + 'column_amount_debit' => 'Amount (debit column)', 'column_amount_credit' => 'Amount (credit column)', 'column_amount-comma-separated' => 'Amount (comma as decimal separator)', 'column_bill-id' => 'Bill ID (matching Firefly)', @@ -128,11 +129,11 @@ return [ '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_rabo-debit-credit' => 'Rabobank specific debit/credit indicator', + 'column_ing-debit-credit' => 'ING specific debit/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_sepa-db' => 'SEPA Direct Debit', 'column_tags-comma' => 'Tags (comma separated)', 'column_tags-space' => 'Tags (space separated)', 'column_account-number' => 'Asset account (account number)', diff --git a/resources/lang/fr_FR/intro.php b/resources/lang/fr_FR/intro.php index 0ad8dce834..3d9f80e4c6 100644 --- a/resources/lang/fr_FR/intro.php +++ b/resources/lang/fr_FR/intro.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ // index 'index_intro' => 'Bienvenue sur la page index de Firefly III. Veuillez prendre le temps de parcourir l\'introduction pour comprendre comment Firefly III fonctionne.', diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index e0b7452cfe..8809662cc8 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'buttons' => 'Boutons', 'icon' => 'Icône', diff --git a/resources/lang/fr_FR/pagination.php b/resources/lang/fr_FR/pagination.php index 86b8a90970..b52985c4da 100644 --- a/resources/lang/fr_FR/pagination.php +++ b/resources/lang/fr_FR/pagination.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'previous' => '« Précédent', diff --git a/resources/lang/fr_FR/passwords.php b/resources/lang/fr_FR/passwords.php index 56727a80c0..0d4547ab8e 100644 --- a/resources/lang/fr_FR/passwords.php +++ b/resources/lang/fr_FR/passwords.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'password' => 'Les mots de passe doivent contenir au moins six caractères et correspondre à la confirmation.', 'user' => 'Nous ne pouvons pas trouver d\'utilisateur avec cette adresse e-mail.', diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 3f8b645e7e..467d5212a5 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'iban' => 'Il ne s\'agit pas d\'un IBAN valide.', 'unique_account_number_for_user' => 'Il semble que ce numéro de compte est déjà utilisé.', diff --git a/resources/lang/nl_NL/auth.php b/resources/lang/nl_NL/auth.php index 57baf10329..57c24ab4e5 100644 --- a/resources/lang/nl_NL/auth.php +++ b/resources/lang/nl_NL/auth.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ /* diff --git a/resources/lang/nl_NL/breadcrumbs.php b/resources/lang/nl_NL/breadcrumbs.php index cedb3fee77..beb75b6bf5 100644 --- a/resources/lang/nl_NL/breadcrumbs.php +++ b/resources/lang/nl_NL/breadcrumbs.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'home' => 'Home', 'edit_currency' => 'Wijzig valuta ":name"', @@ -29,7 +30,7 @@ return [ 'preferences' => 'Voorkeuren', 'profile' => 'Profiel', 'changePassword' => 'Verander je wachtwoord', - 'change_email' => 'Verander je emailadres', + 'change_email' => 'Verander je emailadres', 'bills' => 'Contracten', 'newBill' => 'Nieuw contract', 'edit_bill' => 'Wijzig contract ":name"', diff --git a/resources/lang/nl_NL/config.php b/resources/lang/nl_NL/config.php index 5b3aba3993..8f4bca715b 100644 --- a/resources/lang/nl_NL/config.php +++ b/resources/lang/nl_NL/config.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8, nl_NL.UTF-8', 'month' => '%B %Y', diff --git a/resources/lang/nl_NL/demo.php b/resources/lang/nl_NL/demo.php index 38a984be3f..27c3d3ae7e 100644 --- a/resources/lang/nl_NL/demo.php +++ b/resources/lang/nl_NL/demo.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'no_demo_text' => 'Sorry, er is geen extra uitleg voor deze pagina.', 'see_help_icon' => 'Maar het -icoontje kan je wellicht meer vertellen.', diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index c9c70c0199..ed96856280 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ // new user: @@ -200,7 +201,7 @@ return [ 'app_secret' => 'App secret', 'public_key' => 'Publieke sleutel', 'country_code' => 'Landcode', - 'provider_code' => 'Bank of gegevensprovider', + 'provider_code' => 'Bank of gegevensprovider', 'due_date' => 'Vervaldatum', diff --git a/resources/lang/nl_NL/import.php b/resources/lang/nl_NL/import.php index bdc47afe26..6c494ec4a0 100644 --- a/resources/lang/nl_NL/import.php +++ b/resources/lang/nl_NL/import.php @@ -36,6 +36,7 @@ return [ 'status_ready_start' => 'Start importeren', 'status_ready_share' => 'Overweeg om je configuratiebestand te downloaden en te delen op de configuratiebestand-wiki. Hiermee kan je het andere Firefly III gebruikers weer makkelijker maken.', 'status_job_running' => 'De import is bezig.. Momentje..', + 'status_job_finished' => 'The import has finished!', 'status_running_title' => 'De import is bezig', 'status_running_placeholder' => 'Wacht even voor een update...', 'status_finished_title' => 'Importeren is klaar', @@ -106,7 +107,7 @@ return [ 'column_account-id' => 'Betaalrekening (ID gelijk aan Firefly)', 'column_account-name' => 'Betaalrekeningnaam', 'column_amount' => 'Bedrag', - 'column_amount_debet' => 'Bedrag (debetkolom)', + 'column_amount_debit' => 'Amount (debit column)', 'column_amount_credit' => 'Bedrag (creditkolom)', 'column_amount-comma-separated' => 'Bedrag (komma as decimaalscheidingsteken)', 'column_bill-id' => 'Contract (ID gelijk aan Firefly)', @@ -128,11 +129,11 @@ return [ 'column_opposing-id' => 'Tegenrekening (ID gelijk aan Firefly)', 'column_external-id' => 'Externe ID', 'column_opposing-name' => 'Tegenrekeningnaam', - 'column_rabo-debet-credit' => 'Rabobankspecifiek bij/af indicator', - 'column_ing-debet-credit' => 'ING-specifieke bij/af indicator', + 'column_rabo-debit-credit' => 'Rabobank specific debit/credit indicator', + 'column_ing-debit-credit' => 'ING specific debit/credit indicator', 'column_sepa-ct-id' => 'SEPA end-to-end transactienummer', 'column_sepa-ct-op' => 'SEPA tegenrekeningnummer', - 'column_sepa-db' => 'SEPA "direct debet"-nummer', + 'column_sepa-db' => 'SEPA Direct Debit', 'column_tags-comma' => 'Tags (kommagescheiden)', 'column_tags-space' => 'Tags (spatiegescheiden)', 'column_account-number' => 'Betaalrekening (rekeningnummer)', diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index b9477bd249..29bdeefb52 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ // index 'index_intro' => 'Welkom op de homepage van Firefly III. Neem even de tijd voor deze introductie zodat je Firefly III leert kennen.', diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index 83f86c2a57..582d6d287e 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'buttons' => 'Knoppen', 'icon' => 'Icoon', diff --git a/resources/lang/nl_NL/pagination.php b/resources/lang/nl_NL/pagination.php index b9742b12a7..d5a7197428 100644 --- a/resources/lang/nl_NL/pagination.php +++ b/resources/lang/nl_NL/pagination.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'previous' => '« Vorige', diff --git a/resources/lang/nl_NL/passwords.php b/resources/lang/nl_NL/passwords.php index 28db07edcc..319d0e3f7f 100644 --- a/resources/lang/nl_NL/passwords.php +++ b/resources/lang/nl_NL/passwords.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'password' => 'Wachtwoorden moeten zes karakters lang zijn, en natuurlijk 2x hetzelfde invoeren.', 'user' => 'Geen gebruiker met dat e-mailadres.', diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index 89bce6dccb..93fbe87872 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'iban' => 'Dit is niet een geldige IBAN.', 'unique_account_number_for_user' => 'Het lijkt erop dat dit rekeningnummer al in gebruik is.', diff --git a/resources/lang/pl_PL/auth.php b/resources/lang/pl_PL/auth.php index 59da3e184a..8d33f62373 100644 --- a/resources/lang/pl_PL/auth.php +++ b/resources/lang/pl_PL/auth.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ /* diff --git a/resources/lang/pl_PL/breadcrumbs.php b/resources/lang/pl_PL/breadcrumbs.php index 2afa962468..91d6fd1dab 100644 --- a/resources/lang/pl_PL/breadcrumbs.php +++ b/resources/lang/pl_PL/breadcrumbs.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'home' => 'Strona główna', 'edit_currency' => 'Modyfikuj walutę ":name"', @@ -29,7 +30,7 @@ return [ 'preferences' => 'Preferencje', 'profile' => 'Profil', 'changePassword' => 'Zmień swoje hasło', - 'change_email' => 'Change your email address', + 'change_email' => 'Change your email address', 'bills' => 'Rachunki', 'newBill' => 'Nowy rachunek', 'edit_bill' => 'Modyfikuj rachunek ":name"', diff --git a/resources/lang/pl_PL/config.php b/resources/lang/pl_PL/config.php index eef770592c..e711b5ec3f 100644 --- a/resources/lang/pl_PL/config.php +++ b/resources/lang/pl_PL/config.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'locale' => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8', 'month' => '%B %Y', diff --git a/resources/lang/pl_PL/demo.php b/resources/lang/pl_PL/demo.php index ad36bf29ae..da050d1dd1 100644 --- a/resources/lang/pl_PL/demo.php +++ b/resources/lang/pl_PL/demo.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'no_demo_text' => 'Sorry, there is no extra demo-explanation text for this page.', 'see_help_icon' => 'Jednakże ikona w prawym górnym rogu może powiedzieć Ci więcej.', diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index 6845304e7c..11ded24ae8 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ // new user: @@ -200,7 +201,7 @@ return [ 'app_secret' => 'App secret', 'public_key' => 'Public key', 'country_code' => 'Country code', - 'provider_code' => 'Bank or data-provider', + 'provider_code' => 'Bank or data-provider', 'due_date' => 'Termin realizacji', diff --git a/resources/lang/pl_PL/import.php b/resources/lang/pl_PL/import.php index 709c5baddd..61c4516fac 100644 --- a/resources/lang/pl_PL/import.php +++ b/resources/lang/pl_PL/import.php @@ -36,6 +36,7 @@ return [ 'status_ready_start' => 'Start the import', 'status_ready_share' => 'Please consider downloading your configuration and sharing it at the import configuration center. This will allow other users of Firefly III to import their files more easily.', 'status_job_running' => 'The import is running.. Please wait..', + 'status_job_finished' => 'The import has finished!', 'status_running_title' => 'The import is running', 'status_running_placeholder' => 'Please hold for an update...', 'status_finished_title' => 'Import routine finished', @@ -106,7 +107,7 @@ return [ 'column_account-id' => 'Asset account ID (matching Firefly)', 'column_account-name' => 'Asset account (name)', 'column_amount' => 'Amount', - 'column_amount_debet' => 'Amount (debet column)', + 'column_amount_debit' => 'Amount (debit column)', 'column_amount_credit' => 'Amount (credit column)', 'column_amount-comma-separated' => 'Amount (comma as decimal separator)', 'column_bill-id' => 'Bill ID (matching Firefly)', @@ -128,11 +129,11 @@ return [ '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_rabo-debit-credit' => 'Rabobank specific debit/credit indicator', + 'column_ing-debit-credit' => 'ING specific debit/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_sepa-db' => 'SEPA Direct Debit', 'column_tags-comma' => 'Tags (comma separated)', 'column_tags-space' => 'Tags (space separated)', 'column_account-number' => 'Asset account (account number)', diff --git a/resources/lang/pl_PL/intro.php b/resources/lang/pl_PL/intro.php index f56621c1d4..41bd8b169b 100644 --- a/resources/lang/pl_PL/intro.php +++ b/resources/lang/pl_PL/intro.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ // index 'index_intro' => 'Witamy na stronie domowej Firefly III. Proszę poświęć trochę czasu, aby przejść przez to wprowadzenie, aby poznać sposób działania Firefly III.', diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index 509033728b..898b4f3b4a 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'buttons' => 'Przyciski', 'icon' => 'Ikona', diff --git a/resources/lang/pl_PL/pagination.php b/resources/lang/pl_PL/pagination.php index 5f45838107..863abaac9d 100644 --- a/resources/lang/pl_PL/pagination.php +++ b/resources/lang/pl_PL/pagination.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'previous' => '« Poprzednia', diff --git a/resources/lang/pl_PL/passwords.php b/resources/lang/pl_PL/passwords.php index 4eddfb33a8..8f9d555e65 100644 --- a/resources/lang/pl_PL/passwords.php +++ b/resources/lang/pl_PL/passwords.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'password' => 'Hasło musi zawierać przynajmniej 6 znaków i musi się zgadzać z potwierdzeniem.', 'user' => 'Nie możemy znaleźć użytkownika o podanym adresie email.', diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 6b45856a59..9edec83f33 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -20,6 +20,7 @@ */ declare(strict_types=1); + return [ 'iban' => 'To nie jest prawidłowy IBAN.', 'unique_account_number_for_user' => 'Wygląda na to, że ten numer konta jest już w użyciu.',