From 5a9a6a4680d0e14741df55c9b35e6ffe1debd75f Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 16:10:14 +0200 Subject: [PATCH 001/194] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index ac03875f19..68fced7524 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -14,10 +14,10 @@ declare(strict_types=1); return [ // initial config - 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', - 'initial_text' => 'To be able to import your file correctly, please validate the options below.', - 'initial_box' => 'Basic CSV import setup', - 'initial_box_title' => 'Basic CSV import setup options', + 'initial_title' => 'Importer la configuration (1/3) - Configuration de l\'importation CSV de base', + 'initial_text' => 'Pour pouvoir importer votre fichier correctement, veuillez validez les options ci-dessous.', + 'initial_box' => 'Options d’importation CSV basique', + 'initial_box_title' => 'Options d’importation CSV basique', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', From c04eb6dc2a1034fe2761c5d04a1fd3b89855d65b Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 16:20:06 +0200 Subject: [PATCH 002/194] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index 68fced7524..f1d3890f4c 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -14,11 +14,11 @@ declare(strict_types=1); return [ // initial config - 'initial_title' => 'Importer la configuration (1/3) - Configuration de l\'importation CSV de base', + 'initial_title' => 'Importer la configuration (1/3) - Configuration de l\'importation CSV basique', 'initial_text' => 'Pour pouvoir importer votre fichier correctement, veuillez validez les options ci-dessous.', 'initial_box' => 'Options d’importation CSV basique', 'initial_box_title' => 'Options d’importation CSV basique', - 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', + 'initial_header_help' => 'Cochez cette case si la première ligne de votre fichier CSV contient les entêtes des colonnes.', 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', '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.', From 9a29747bbfb4d974f992f7ee34f6199efcdd4e85 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 16:50:08 +0200 Subject: [PATCH 003/194] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index f1d3890f4c..2d79cfbbab 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -22,13 +22,13 @@ return [ 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', '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_submit' => 'Continue with step 2/3', + 'initial_submit' => 'Passez à l’étape 2/3', // roles config - 'roles_title' => 'Import setup (2/3) - Define each column\'s role', + 'roles_title' => 'Importer la configuration (1/3) - Définir le rôle de chaque colonne', '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_table' => 'Table', - 'roles_column_name' => 'Name of column', + 'roles_table' => 'Tableau', + 'roles_column_name' => 'Nom de colonne', 'roles_column_example' => 'Column example data', 'roles_column_role' => 'Column data meaning', 'roles_do_map_value' => 'Map these values', From fe457d149c2a65a2fbf3fe86a8fa3a0a2d67962e Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 17:00:07 +0200 Subject: [PATCH 004/194] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index 2d79cfbbab..4828e6ae1b 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -26,24 +26,24 @@ return [ // roles config 'roles_title' => 'Importer la configuration (1/3) - Définir le rôle de chaque colonne', - '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' => 'Chaque colonne de votre fichier CSV contient certaines données. Veuillez indiquer quel type de données, l’importateur doit attendre. L’option de « mapper » les données signifie que vous allez lier chaque entrée trouvée dans la colonne à une valeur dans votre base de données. Souvent une colonne est la colonne contenant l’IBAN du compte opposé. Qui peut être facilement adapté aux IBAN déjà présents dans votre base de données.', 'roles_table' => 'Tableau', 'roles_column_name' => 'Nom de colonne', 'roles_column_example' => 'Column example data', 'roles_column_role' => 'Column data meaning', - 'roles_do_map_value' => 'Map these values', - 'roles_column' => 'Column', - 'roles_no_example_data' => 'No example data available', - 'roles_submit' => 'Continue with step 3/3', + 'roles_do_map_value' => 'Mapper ces valeurs', + 'roles_column' => 'Colonne', + 'roles_no_example_data' => 'Pas de données disponibles', + 'roles_submit' => 'Passez à l’étape 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.', // map data 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', 'map_text' => 'Dans les tableaux suivants, la valeur gauche vous montre des informations trouvées dans votre fichier CSV téléchargé. C’est votre rôle de mapper cette valeur, si possible, une valeur déjà présente dans votre base de données. Firefly s’en tiendra à ce mappage. Si il n’y a pas de valeur correspondante, ou vous ne souhaitez pas la valeur spécifique de la carte, ne sélectionnez rien.', - 'map_field_value' => 'Field value', - 'map_field_mapped_to' => 'Mapped to', - 'map_do_not_map' => '(do not map)', - 'map_submit' => 'Start the import', + 'map_field_value' => 'Valeur du champ', + 'map_field_mapped_to' => 'Mappé à', + 'map_do_not_map' => '(ne pas mapper)', + 'map_submit' => 'Démarrer l\'importation', // map things. 'column__ignore' => '(ignorer cette colonne)', From 4a1a70fa46b1e4b893efdd98b8a48c082cc58f68 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 17:41:49 +0200 Subject: [PATCH 005/194] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index 4828e6ae1b..a7191b341c 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -29,7 +29,7 @@ return [ 'roles_text' => 'Chaque colonne de votre fichier CSV contient certaines données. Veuillez indiquer quel type de données, l’importateur doit attendre. L’option de « mapper » les données signifie que vous allez lier chaque entrée trouvée dans la colonne à une valeur dans votre base de données. Souvent une colonne est la colonne contenant l’IBAN du compte opposé. Qui peut être facilement adapté aux IBAN déjà présents dans votre base de données.', 'roles_table' => 'Tableau', 'roles_column_name' => 'Nom de colonne', - 'roles_column_example' => 'Column example data', + 'roles_column_example' => 'Données d’exemple de colonne', 'roles_column_role' => 'Column data meaning', 'roles_do_map_value' => 'Mapper ces valeurs', 'roles_column' => 'Colonne', From 84b5c3c789cb208489959048b7510a08e3a7e19e Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 17:50:12 +0200 Subject: [PATCH 006/194] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index a7191b341c..701f1c83fc 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -30,12 +30,12 @@ return [ 'roles_table' => 'Tableau', 'roles_column_name' => 'Nom de colonne', 'roles_column_example' => 'Données d’exemple de colonne', - 'roles_column_role' => 'Column data meaning', + 'roles_column_role' => 'Signification des données de colonne', 'roles_do_map_value' => 'Mapper ces valeurs', 'roles_column' => 'Colonne', 'roles_no_example_data' => 'Pas de données disponibles', 'roles_submit' => 'Passez à l’étape 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' => 'La moindre des choses, c\'est de marquer une colonne comme colonne-montant. Il est conseillé de sélectionner également une colonne pour la description, la date et le compte opposé.', // map data 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', From 3182256580bd03de24a7e87adee45348fd70e162 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 18:00:11 +0200 Subject: [PATCH 007/194] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index 701f1c83fc..afd0dbf930 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -19,9 +19,9 @@ return [ 'initial_box' => 'Options d’importation CSV basique', 'initial_box_title' => 'Options d’importation CSV basique', 'initial_header_help' => 'Cochez cette case si la première ligne de votre fichier CSV contient les entêtes des colonnes.', - 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', - 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', - '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_date_help' => 'Le format de la date et de l’heure dans votre fichier CSV. Utiliser le format comme indiqué sur cette page. La valeur par défaut va analyser les dates ressemblant à ceci : :dateExample.', + 'initial_delimiter_help' => 'Choisissez le délimiteur de champ qui est utilisé dans votre fichier d’entrée. Si vous n’êtes pas certain, la virgule est l’option la plus sûre.', + 'initial_import_account_help' => 'Si votre fichier CSV ne contient AUCUNE information concernant vos compte(s) actif, utilisez cette liste déroulante pour choisir à quel compte les opérations contenues dans le CSV font référence.', 'initial_submit' => 'Passez à l’étape 2/3', // roles config @@ -38,7 +38,7 @@ return [ 'roles_warning' => 'La moindre des choses, c\'est de marquer une colonne comme colonne-montant. Il est conseillé de sélectionner également une colonne pour la description, la date et le compte opposé.', // map data - 'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data', + 'map_title' => 'Importer la configuration (3/3) - Connecter l\'importation des données aux données de Firefly III', 'map_text' => 'Dans les tableaux suivants, la valeur gauche vous montre des informations trouvées dans votre fichier CSV téléchargé. C’est votre rôle de mapper cette valeur, si possible, une valeur déjà présente dans votre base de données. Firefly s’en tiendra à ce mappage. Si il n’y a pas de valeur correspondante, ou vous ne souhaitez pas la valeur spécifique de la carte, ne sélectionnez rien.', 'map_field_value' => 'Valeur du champ', 'map_field_mapped_to' => 'Mappé à', @@ -73,8 +73,8 @@ return [ 'column_opposing-name' => 'Compte destination (nom)', 'column_rabo-debet-credit' => 'Indicateur spécifique débit/crédit à Rabobank', 'column_ing-debet-credit' => 'Indicateur spécifique débit/crédit à ING', - 'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID', - 'column_sepa-ct-op' => 'SEPA Credit Transfer opposing account', + 'column_sepa-ct-id' => 'SEPA Transfert Crédit ID de bout en bout', + 'column_sepa-ct-op' => 'SEPA Transfert Crédit compte opposé', 'column_sepa-db' => 'SEPA débit immédiat', 'column_tags-comma' => 'Tags (séparé par des virgules)', 'column_tags-space' => 'Tags(séparé par des espaces)', From 5d3df4579e2cd0f74504103714a0e6ef91c4ac7a Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 18:00:13 +0200 Subject: [PATCH 008/194] New translations list.php (French) --- resources/lang/fr_FR/list.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index 003c518d2b..ce34a53af3 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -36,7 +36,7 @@ return [ 'split_number' => 'Segmenter en', 'destination' => 'Destination', 'source' => 'Source', - 'next_expected_match' => 'Next expected match', + 'next_expected_match' => 'Prochaine association attendue', 'automatch' => 'Correspondance automatique ?', 'repeat_freq' => 'Répétitions', 'description' => 'Description', @@ -70,22 +70,22 @@ return [ 'is_blocked' => 'Est bloqué', 'is_admin' => 'Est admin', 'has_two_factor' => 'A 2FA', - 'confirmed_from' => 'Confirmed from', + 'confirmed_from' => 'Confirmé à partir de', 'registered_from' => 'Inscrit depuis le', 'blocked_code' => 'Code de blocage', 'domain' => 'Domaine', - 'registration_attempts' => 'Registration attempts', + 'registration_attempts' => 'Tentatives d\'inscription', 'source_account' => 'Compte d\'origine', 'destination_account' => 'Compte destinataire', 'accounts_count' => 'Nombre de comptes', 'journals_count' => 'Nombre d\'opérations', 'attachments_count' => 'Nombre de pièces jointes', - 'bills_count' => 'Number of bills', - 'categories_count' => 'Number of categories', - 'export_jobs_count' => 'Number of export jobs', - 'import_jobs_count' => 'Number of import jobs', - 'budget_count' => 'Number of budgets', + 'bills_count' => 'Nombre de factures', + 'categories_count' => 'Nombre de catégories', + 'export_jobs_count' => 'Nombre de travaux exportés', + 'import_jobs_count' => 'Nombre de travaux importés', + 'budget_count' => 'Nombre de budgets', 'rule_and_groups_count' => 'Nombre de règles et de groupes de règles', 'tags_count' => 'Number of tags', ]; \ No newline at end of file From a785fd27ecfa749ae6dceb9bc99dda3d5873d144 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 18:10:07 +0200 Subject: [PATCH 009/194] New translations validation.php (French) --- resources/lang/fr_FR/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 7328b1530a..6eacebc9f8 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -90,5 +90,5 @@ return [ 'in_array' => 'Le champ :attribute n\'existe pas dans :other.', 'present' => 'Le champs :attribute doit être rempli.', 'amount_zero' => 'Le montant total ne peut pas être zéro', - 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', + 'secure_password' => 'Ce n’est pas un mot de passe sécurisé. S’il vous plaît essayer de nouveau. Pour plus d’informations, visitez https://goo.gl/NCh2tN', ]; \ No newline at end of file From 2410c767f8dbabb77cc78884213bf8c795c0c697 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 18:10:09 +0200 Subject: [PATCH 010/194] New translations form.php (French) --- resources/lang/fr_FR/form.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index 8451d35d30..f583f16d16 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -34,7 +34,7 @@ return [ 'journal_source_account_name' => 'Compte de recettes (source)', 'journal_source_account_id' => 'Compte d’actif (source)', 'BIC' => 'Code BIC', - 'verify_password' => 'Verify password security', + 'verify_password' => 'Vérifiez la sécurité du mot de passe', 'account_from_id' => 'Compte d\'origine', 'account_to_id' => 'Compte de destination', 'source_account' => 'Compte d\'origine', @@ -57,36 +57,36 @@ return [ 'targetamount' => 'Montant cible', 'accountRole' => 'Rôle du compte', 'openingBalanceDate' => 'Date du solde initial', - 'ccType' => 'Credit card payment plan', - 'ccMonthlyPaymentDate' => 'Credit card monthly payment date', + 'ccType' => 'Plan de paiement de carte de crédit', + 'ccMonthlyPaymentDate' => 'Date de paiement mensuelle de carte de crédit', 'piggy_bank_id' => 'Tirelire', - 'returnHere' => 'Return here', + 'returnHere' => 'Retourner ici', 'returnHereExplanation' => 'Après enregistrement, revenir ici pour en créer un nouveau.', 'returnHereUpdateExplanation' => 'Après mise à jour, revenir ici.', 'description' => 'Description', 'expense_account' => 'Compte de dépenses', 'revenue_account' => 'Compte de recettes', - 'decimal_places' => 'Decimal places', + 'decimal_places' => 'Chiffres après la virgule', 'exchange_rate_instruction' => 'Devises étrangères', - 'exchanged_amount' => 'Exchanged amount', + 'exchanged_amount' => 'Montant échangé', 'source_amount' => 'Montant (source)', 'destination_amount' => 'Montant (destination)', - 'native_amount' => 'Native amount', + 'native_amount' => 'Montant natif', - 'revenue_account_source' => 'Revenue account (source)', - 'source_account_asset' => 'Source account (asset account)', - 'destination_account_expense' => 'Destination account (expense account)', - 'destination_account_asset' => 'Destination account (asset account)', - 'source_account_revenue' => 'Source account (revenue account)', + 'revenue_account_source' => 'Compte de recettes (source)', + 'source_account_asset' => 'Compte source (compte d\'actif)', + 'destination_account_expense' => 'Compte de destination (compte de dépenses)', + 'destination_account_asset' => 'Compte de destination (compte d’actif)', + 'source_account_revenue' => 'Compte source (compte recettes)', 'type' => 'Type', - 'convert_Withdrawal' => 'Convert withdrawal', - 'convert_Deposit' => 'Convert deposit', - 'convert_Transfer' => 'Convert transfer', + 'convert_Withdrawal' => 'Convertir le retrait', + 'convert_Deposit' => 'Convertir le dépôt', + 'convert_Transfer' => 'Convertir le transfert', 'amount' => 'Montant', 'date' => 'Date', - 'interest_date' => 'Interest date', + 'interest_date' => 'Date de l’intérêt', 'book_date' => 'Date de réservation', 'process_date' => 'Date de traitement', 'category' => 'Catégorie', @@ -102,7 +102,7 @@ return [ 'accountNumber' => 'N° de compte', 'has_headers' => 'Entêtes ', 'date_format' => 'Format de la date', - 'specifix' => 'Bank- or file specific fixes', + 'specifix' => 'Banque - ou déposer des corrections spécifiques', 'attachments[]' => 'Pièces jointes', 'store_new_withdrawal' => 'Enregistrer un nouveau retrait', 'store_new_deposit' => 'Enregistrer un nouveau dépôt', From fe24c8971f54a2ad5a63f705b1437e43e0f11349 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 18:10:10 +0200 Subject: [PATCH 011/194] New translations breadcrumbs.php (French) --- resources/lang/fr_FR/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/breadcrumbs.php b/resources/lang/fr_FR/breadcrumbs.php index ef1952431c..48763edce1 100644 --- a/resources/lang/fr_FR/breadcrumbs.php +++ b/resources/lang/fr_FR/breadcrumbs.php @@ -26,7 +26,7 @@ return [ 'edit_bill' => 'Editer la facture : ":name"', 'delete_bill' => 'Supprimer la facture ":name"', 'reports' => 'Rapport', - 'search_result' => 'Search results for ":query"', + 'search_result' => 'Résultats de recherche pour ":query"', 'withdrawal_list' => 'Dépenses', 'deposit_list' => 'Revenu, salaire et versements', 'transfer_list' => 'Virements', From 5e423a8edef043f36327beac6c2012cb3f31be78 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 18:10:11 +0200 Subject: [PATCH 012/194] New translations list.php (French) --- resources/lang/fr_FR/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index ce34a53af3..2acf2c75d3 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -87,5 +87,5 @@ return [ 'import_jobs_count' => 'Nombre de travaux importés', 'budget_count' => 'Nombre de budgets', 'rule_and_groups_count' => 'Nombre de règles et de groupes de règles', - 'tags_count' => 'Number of tags', + 'tags_count' => 'Nombre d’étiquettes', ]; \ No newline at end of file From 244dcc04653caa727cc2ef50b3e290ae47aa50d4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 19:10:07 +0200 Subject: [PATCH 013/194] New translations demo.php (French) --- resources/lang/fr_FR/demo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/demo.php b/resources/lang/fr_FR/demo.php index 5ef3b853d3..8b376c17a2 100644 --- a/resources/lang/fr_FR/demo.php +++ b/resources/lang/fr_FR/demo.php @@ -13,7 +13,7 @@ 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.', 'index' => 'Bienvenue chez Firefly III ! Sur cette page, vous obtenez un aperçu rapide de vos finances. Pour plus d’informations, consultez comptes → Comptes d’actif et, bien sûr, les pages des Budgets et des rapports. Ou juste jetez un coup d’œil et voyez où vous vous retrouvez.', - 'accounts-index' => 'Asset accounts are your personal bank accounts. Expense accounts are the accounts you spend money at, such as stores and friends. Revenue accounts are accounts you receive money from, such as your job, the government or other sources of income. On this page you can edit or remove them.', + 'accounts-index' => 'Les comptes d’actifs sont vos comptes bancaires personnels. Les comptes de dépenses sont des comptes où vous dépensez de l’argent, comme les magasins et les amis. Les comptes de recettes sont des comptes où vous recevez de l’argent, comme votre travail, le gouvernement ou d’autres sources de revenu. Sur cette page, vous pouvez les modifier ou les supprimer.', 'budgets-index' => 'Cette page vous présente un aperçu de vos budgets. La barre du haut affiche le montant disponible à budgétiser. Cela peut être personnalisé pour toute période en cliquant sur le montant sur la droite. Le montant que vous avez réellement dépensé s’affiche dans la barre ci-dessous. Visualisez ainsi les dépenses budgétisées et votre prévisionnel.', 'reports-index-start' => 'Firefly III prend en charge quatre types de rapports. Apprenez-en plus à leur sujet en cliquant sur l\'icône située dans le coin supérieur droit.', 'reports-index-examples' => 'N’oubliez pas de consultez ces exemples : un aperçu financier mensuel, une vue d’ensemble financière annuelle ainsi qu’une présentation du budget.', From 4219edc089818dfee83d76c0a07b712c6fb32da3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 23:40:07 +0200 Subject: [PATCH 014/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 923d9f639d..a4c53bdb81 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -70,7 +70,7 @@ return [ '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.', 'warning_much_data' => ':days de données peuvent prendre un certain temps à charger.', 'registered' => 'Vous avez été enregistré avec succès !', - 'tagbalancingAct' => 'Balancing act', + 'tagbalancingAct' => 'Acte d\'équilibre', 'tagadvancePayment' => 'Acompte', 'tagnothing' => '', 'Default asset account' => 'Compte d’actif par défaut', @@ -82,29 +82,29 @@ return [ 'user_id_is' => 'Votre identifiant d’utilisateur est :user', 'field_supports_markdown' => 'Ce champ prend en charge la syntaxe Markdown.', 'need_more_help' => 'Si vous désirez plus de renseignements sur l\'utilisation de Firefly III, merci d\'ouvrir un ticket sur Github.', - 'reenable_intro_text' => 'You can also reenable the introduction guidance.', - 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', + 'reenable_intro_text' => 'Vous pouvez également réactiver le guide d\'introduction.', + 'intro_boxes_after_refresh' => 'Les boîtes d\'introduction réapparaîtront lorsque vous actualiserez la page.', 'nothing_to_display' => 'Il n’y a aucune transaction à afficher', 'show_all_no_filter' => 'Montrer toutes les transactions sans les classer par date.', 'expenses_by_category' => 'Dépenses par catégorie', 'expenses_by_budget' => 'Dépenses par budget', 'income_by_category' => 'Revenu par catégorie', - 'expenses_by_asset_account' => 'Expenses by asset account', - 'expenses_by_expense_account' => 'Expenses by expense account', + 'expenses_by_asset_account' => 'Dépenses par compte d’actif', + 'expenses_by_expense_account' => 'Dépenses par compte de dépenses', 'cannot_redirect_to_account' => 'Firefly III n\'est pas en mesure de vous rediriger vers la bonne page. Veuillez nous en excuser.', 'sum_of_expenses' => 'Montant des dépenses', 'sum_of_income' => 'Montant des revenus', 'total_sum' => 'Montant total ', - 'spent_in_specific_budget' => 'Spent in budget ":budget"', - 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', - 'left_in_budget_limit' => 'Left to spend according to budgeting', + 'spent_in_specific_budget' => 'Dépensé dans le budget ":budget"', + 'sum_of_expenses_in_budget' => 'Total dépensé dans le budget ":budget"', + 'left_in_budget_limit' => 'Reste à dépenser selon budget', 'cannot_change_demo' => 'Vous ne pouvez pas modifier le mot de passe du compte de démonstration.', 'cannot_delete_demo' => 'Vous ne pouvez pas supprimer le compte de démonstration.', 'cannot_reset_demo_user' => 'Vous ne pouvez pas réinitialiser le mot de passe du compte démonstration', 'per_period' => 'Par période', 'all_periods' => 'Toutes les périodes', 'current_period' => 'Période en cours', - 'show_the_current_period_and_overview' => 'Show the current period and overview', + 'show_the_current_period_and_overview' => 'Afficher l’exercice en cours et sa vue d’ensemble', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', 'budget_in_period' => 'All transactions for budget ":name" between :start and :end', 'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end', From e84b37fc66f11a7a1c765cf1d20521b933c46943 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 14 Aug 2017 23:50:14 +0200 Subject: [PATCH 015/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index a4c53bdb81..e6caa63b6f 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -105,12 +105,12 @@ return [ 'all_periods' => 'Toutes les périodes', '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' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', - 'budget_in_period' => 'All transactions for budget ":name" between :start and :end', - 'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end', - 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', - 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', - 'chart_category_all' => 'Chart for all transactions for category ":name"', + '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.', + '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', + 'chart_category_in_period' => 'Graphique pour toutes les transactions pour la catégorie ":name" entre :start et :end', + 'chart_category_all' => 'Graphique pour toutes les transactions pour la catégorie ":name"', 'budget_in_period_breadcrumb' => 'Entre :start et :end', 'clone_withdrawal' => 'Cloner ce retrait', 'clone_deposit' => 'Cloner ce dépôt', From 7974319c7380b491a272e793884144cf40f97b49 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 00:10:08 +0200 Subject: [PATCH 016/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index e6caa63b6f..61009dbb38 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -139,8 +139,8 @@ return [ 'all_journals_for_tag' => 'Toutes les transactions pour le tag ":tag"', 'title_transfer_between' => 'Tous les transferts entre :start et :end', 'all_journals_for_category' => 'Toutes les transactions pour la catégorie :name', - 'all_journals_for_budget' => 'All transactions for budget :name', - 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', + 'all_journals_for_budget' => 'Toutes les transactions pour le budget :name', + 'chart_all_journals_for_budget' => 'Graphique pour toutes les transactions pour le budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', From f1081e058c44ec69d1112bdffc71904b9446754a Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 00:20:07 +0200 Subject: [PATCH 017/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 61009dbb38..cca0521221 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -141,24 +141,24 @@ return [ 'all_journals_for_category' => 'Toutes les transactions pour la catégorie :name', 'all_journals_for_budget' => 'Toutes les transactions pour le budget :name', 'chart_all_journals_for_budget' => 'Graphique pour toutes les transactions pour le budget :name', - 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end', - 'journals_in_period_for_tag' => 'All transactions for tag :tag between :start and :end', - 'not_available_demo_user' => 'The feature you try to access is not available to demo users.', - 'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:', - 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', - 'transaction_data' => 'Transaction data', + 'journals_in_period_for_category' => 'Toutes les transactions pour la catégorie :name entre :start et :end', + 'journals_in_period_for_tag' => 'Toutes les transactions de balise :tag entre :start et :end', + 'not_available_demo_user' => 'La fonctionnalité que vous essayez d’accéder n’est pas disponible pour les utilisateurs de la démo.', + 'exchange_rate_instructions' => 'Compte d’actif "@name" n’accepte que les transactions en @native_currency. Si vous souhaitez utiliser @foreign_currency à la place, assurez-vous que le montant en @native_currency est aussi bien connu :', + 'transfer_exchange_rate_instructions' => 'Compte d’actif source "@source_name" n’accepte que les transactions en @source_currency. Compte d’actif "@dest_name" de destination n’accepte que les transactions en @dest_currency. Vous devez fournir le montant transféré correctement dans les deux monnaies.', + 'transaction_data' => 'Données de transaction', // search 'search' => 'Rechercher', - 'search_found_transactions' => 'Number of transactions found:', - 'general_search_error' => 'An error occured while searching. Please check the log files for more information.', - 'search_box' => 'Search', - 'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.', - 'search_error' => 'Error while searching', - 'search_searching' => 'Searching ...', + 'search_found_transactions' => 'Nombre de transactions trouvées :', + 'general_search_error' => 'Une erreur s’est produite lors de la recherche. S’il vous plaît vérifiez les fichiers de log pour plus d’informations.', + 'search_box' => 'Chercher', + 'search_box_intro' => 'Bienvenue à la fonction de recherche de Firefly III. Entrez votre requête de recherche dans la zone. Assurez-vous de consulter le fichier d’aide parce que la recherche est assez avancée.', + 'search_error' => 'Erreur lors de la recherche', + 'search_searching' => 'Recherche ...', // repeat frequencies: - 'repeat_freq_yearly' => 'yearly', + 'repeat_freq_yearly' => 'annuellement', 'repeat_freq_monthly' => 'mensuel', 'weekly' => 'hebdomadaire', 'quarterly' => 'trimestriel', @@ -258,7 +258,7 @@ return [ 'warning_transaction_subset' => 'Pour des raisons de performances cette liste est limitée à :max_num_transactions et peut n\'afficher qu\'une partie des opérations correspondantes', 'warning_no_matching_transactions' => 'Aucunes opérations correspondantes trouvées. Veuillez noter que pour des raisons de performances, seule les dernières :num_transactions opérations ont été vérifiées.', 'warning_no_valid_triggers' => 'Aucun déclencheurs valide fourni.', - 'apply_rule_selection' => 'Apply rule ":title" to a selection of your transactions', + 'apply_rule_selection' => 'Appliquer la règle ":title" à une sélection de vos transactions', 'apply_rule_selection_intro' => 'Rules like ":title" are normally only applied to new or updated transactions, but you can tell Firefly III to run it on a selection of your existing transactions. This can be useful when you have updated a rule and you need the changes to be applied to all of your other transactions.', 'include_transactions_from_accounts' => 'Iclure les opérations depuis ces comptes', 'applied_rule_selection' => 'Rule ":title" has been applied to your selection.', From 207b0194c24666dcb74c0406427d000d9763820b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 00:30:07 +0200 Subject: [PATCH 018/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index cca0521221..033683119e 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -259,11 +259,11 @@ return [ 'warning_no_matching_transactions' => 'Aucunes opérations correspondantes trouvées. Veuillez noter que pour des raisons de performances, seule les dernières :num_transactions opérations ont été vérifiées.', 'warning_no_valid_triggers' => 'Aucun déclencheurs valide fourni.', 'apply_rule_selection' => 'Appliquer la règle ":title" à une sélection de vos transactions', - 'apply_rule_selection_intro' => 'Rules like ":title" are normally only applied to new or updated transactions, but you can tell Firefly III to run it on a selection of your existing transactions. This can be useful when you have updated a rule and you need the changes to be applied to all of your other transactions.', + 'apply_rule_selection_intro' => 'Les règles comme ":title" ne s\'appliquent normalement qu\'aux transactions nouvelles ou mises à jour, mais vous pouvez dire à Firefly III de l’exécuter sur une sélection de vos transactions existantes. Cela peut être utile lorsque vous avez mis à jour une règle et vous avez besoin que les modifications soit appliqué à l’ensemble de vos autres transactions.', 'include_transactions_from_accounts' => 'Iclure les opérations depuis ces comptes', - 'applied_rule_selection' => 'Rule ":title" has been applied to your selection.', + 'applied_rule_selection' => 'La règle ":title" a été appliqué à votre sélection.', 'execute' => 'Executer', - 'apply_rule_group_selection' => 'Apply rule group ":title" to a selection of your transactions', + 'apply_rule_group_selection' => 'Appliquer le groupe de règles ":title" à une sélection de vos transactions', 'apply_rule_group_selection_intro' => 'Rule groups like ":title" are normally only applied to new or updated transactions, but you can tell Firefly III to run all the rules in this group on a selection of your existing transactions. This can be useful when you have updated a group of rules and you need the changes to be applied to all of your other transactions.', 'applied_rule_group_selection' => 'Rule group ":title" has been applied to your selection.', @@ -278,7 +278,7 @@ return [ 'rule_trigger_to_account_is' => 'Le compte de destination est ":trigger_value"', 'rule_trigger_to_account_contains' => 'Le compte de destination contient ":trigger_value"', 'rule_trigger_transaction_type' => 'L\'opération est du type ":trigger_value"', - 'rule_trigger_category_is' => 'Category is ":trigger_value"', + 'rule_trigger_category_is' => 'La catégorie est ":trigger_value"', 'rule_trigger_amount_less' => 'Le montant est inférieur à :trigger_value', 'rule_trigger_amount_exactly' => 'Le montant est :trigger_value', 'rule_trigger_amount_more' => 'Le montant est supérieur à :trigger_value', @@ -302,11 +302,11 @@ return [ 'rule_trigger_description_ends_choice' => 'La description se termine par..', 'rule_trigger_description_contains_choice' => 'La description contient..', 'rule_trigger_description_is_choice' => 'La description est..', - 'rule_trigger_category_is_choice' => 'Category is..', - 'rule_trigger_budget_is_choice' => 'Budget is..', - 'rule_trigger_tag_is_choice' => '(A) tag is..', - 'rule_trigger_has_attachments_choice' => 'Has at least this many attachments', - 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', + 'rule_trigger_category_is_choice' => 'La catégorie est..', + 'rule_trigger_budget_is_choice' => 'Le budget est..', + 'rule_trigger_tag_is_choice' => '(A) le tag est..', + 'rule_trigger_has_attachments_choice' => 'À au moins autant de pièces jointes', + 'rule_trigger_has_attachments' => 'À au moins :trigger_value pièce(s) jointe(s)', 'rule_trigger_store_journal' => 'Lorsqu’une transaction est créée', 'rule_trigger_update_journal' => 'Lorsqu’une transaction est mise à jour', 'rule_action_set_category' => 'Définir la catégorie à ":action_value"', @@ -329,10 +329,10 @@ return [ 'rule_action_set_description_choice' => 'Définir la description à..', 'rule_action_append_description_choice' => 'Suffixer la description avec..', 'rule_action_prepend_description_choice' => 'Préfixer la description avec..', - 'rule_action_set_source_account_choice' => 'Set source account to...', - 'rule_action_set_source_account' => 'Set source account to :action_value', - 'rule_action_set_destination_account_choice' => 'Set destination account to...', - 'rule_action_set_destination_account' => 'Set destination account to :action_value', + 'rule_action_set_source_account_choice' => 'Définissez le compte source à...', + 'rule_action_set_source_account' => 'Définir le compte source à :action_value', + 'rule_action_set_destination_account_choice' => 'Définissez le compte de destination pour...', + 'rule_action_set_destination_account' => 'Définissez le compte de destination pour :action_value', // tags 'store_new_tag' => 'Créer un nouveau tag', @@ -370,9 +370,9 @@ return [ 'pref_two_factor_auth_remove_will_disable' => '(cela désactivera également l\'authentification à deux facteurs)', 'pref_save_settings' => 'Enregistrer les paramètres', 'saved_preferences' => 'Préférences enregistrées!', - 'preferences_general' => 'General', - 'preferences_frontpage' => 'Home screen', - 'preferences_security' => 'Security', + 'preferences_general' => 'Général', + 'preferences_frontpage' => 'Écran d\'accueil', + 'preferences_security' => 'Sécurité', 'preferences_layout' => 'Layout', 'pref_home_show_deposits' => 'Show deposits on the home screen', 'pref_home_show_deposits_info' => 'The home screen already shows your expense accounts. Should it also show your revenue accounts?', @@ -839,21 +839,21 @@ return [ 'period' => 'Période', 'balance' => 'Balance', 'summary' => 'Summary', - 'sum' => 'Sum', - 'average' => 'Average', - 'balanceFor' => 'Balance for :name', + 'sum' => 'Somme', + 'average' => 'Moyenne', + 'balanceFor' => 'Balance pour :name', // piggy banks: - 'add_money_to_piggy' => 'Add money to piggy bank ":name"', + 'add_money_to_piggy' => 'Ajouter de l’argent à la tirelire ":name"', 'piggy_bank' => 'Tirelire', - 'new_piggy_bank' => 'New piggy bank', + 'new_piggy_bank' => 'Nouvelle tirelire', 'store_piggy_bank' => 'Créer une nouvelle tirelire', 'stored_piggy_bank' => 'Créer une nouvelle tirelire ":name"', 'account_status' => 'Statut du compte', - 'left_for_piggy_banks' => 'Left for piggy banks', + 'left_for_piggy_banks' => 'Reste pour les tirelires', 'sum_of_piggy_banks' => 'Somme des tirelires', - 'saved_so_far' => 'Saved so far', - 'left_to_save' => 'Left to save', + 'saved_so_far' => 'Enregistré jusqu\'à présent', + 'left_to_save' => 'Reste à sauver', 'suggested_amount' => 'Suggested monthly amount to save', 'add_money_to_piggy_title' => 'Add money to piggy bank ":name"', 'remove_money_from_piggy_title' => 'Remove money from piggy bank ":name"', From 7bb5d243a0db302c7058040739bd5c75b9d2a406 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 00:40:07 +0200 Subject: [PATCH 019/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 54 ++++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 033683119e..4dfc3802d2 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -373,20 +373,20 @@ return [ 'preferences_general' => 'Général', 'preferences_frontpage' => 'Écran d\'accueil', 'preferences_security' => 'Sécurité', - 'preferences_layout' => 'Layout', - 'pref_home_show_deposits' => 'Show deposits on the home screen', - 'pref_home_show_deposits_info' => 'The home screen already shows your expense accounts. Should it also show your revenue accounts?', - 'pref_home_do_show_deposits' => 'Yes, show them', - 'successful_count' => 'of which :count successful', + 'preferences_layout' => 'Mise en Page', + 'pref_home_show_deposits' => 'Afficher les dépôts sur l\'écran d\'accueil', + 'pref_home_show_deposits_info' => 'L\'écran d\'accueil affiche déjà vos comptes de dépenses. Devrait-il aussi afficher vos comptes de revenus?', + 'pref_home_do_show_deposits' => 'Oui, montrez-les', + 'successful_count' => 'dont :count avec succès', 'transaction_page_size_title' => 'Taille de la page', 'transaction_page_size_help' => 'N’importe quelle liste de transactions montre au plus ce nombre de transactions', 'transaction_page_size_label' => 'Taille de la page', 'between_dates' => '(:start et :end)', 'pref_optional_fields_transaction' => 'Champs optionnels pour les transactions', - 'pref_optional_fields_transaction_help' => 'By default not all fields are enabled when creating a new transaction (because of the clutter). Below, you can enable these fields if you think they could be useful for you. Of course, any field that is disabled, but already filled in, will be visible regardless of the setting.', + 'pref_optional_fields_transaction_help' => 'Par défaut, tous les champs ne sont pas activés lors de la création d\'une nouvelle transaction (en raison du désordre). Ci-dessous, vous pouvez activer ces champs si vous pensez qu\'ils pourraient vous être utiles. Bien sûr, tout domaine désactivé, mais déjà rempli, sera visible quel que soit le paramètre.', 'optional_tj_date_fields' => 'Champ date', 'optional_tj_business_fields' => 'Champs professionnels', - 'optional_tj_attachment_fields' => 'Attachment fields', + 'optional_tj_attachment_fields' => 'Champs de pièces jointes', 'pref_optional_tj_interest_date' => 'Date des intérêts', 'pref_optional_tj_book_date' => 'Date de réservation', 'pref_optional_tj_process_date' => 'Date de traitement', @@ -854,38 +854,38 @@ return [ 'sum_of_piggy_banks' => 'Somme des tirelires', 'saved_so_far' => 'Enregistré jusqu\'à présent', 'left_to_save' => 'Reste à sauver', - 'suggested_amount' => 'Suggested monthly amount to save', - 'add_money_to_piggy_title' => 'Add money to piggy bank ":name"', - 'remove_money_from_piggy_title' => 'Remove money from piggy bank ":name"', - 'add' => 'Add', + 'suggested_amount' => 'Montant mensuel suggéré à enregistrer', + 'add_money_to_piggy_title' => 'Ajouter de l’argent à la tirelire ":name"', + 'remove_money_from_piggy_title' => 'Retirer l’argent de la tirelire ":name"', + 'add' => 'Ajouter', - 'remove' => 'Remove', + 'remove' => 'Enlever', 'max_amount_add' => 'Le montant maximum que vous pouvez ajouter est', 'max_amount_remove' => 'Le montant maximum que vous pouvez supprimer est', - 'update_piggy_button' => 'Update piggy bank', - 'update_piggy_title' => 'Update piggy bank ":name"', - 'updated_piggy_bank' => 'Updated piggy bank ":name"', + 'update_piggy_button' => 'Mise à jour tirelire', + 'update_piggy_title' => 'Mise à jour de tirelire ":name"', + 'updated_piggy_bank' => 'Mise à jour de la tirelire ":name"', 'details' => 'Détails', 'events' => 'Evènements', 'target_amount' => 'Montant cible', 'start_date' => 'Date de début', 'target_date' => 'Date cible', 'no_target_date' => 'Aucune date butoir', - 'todo' => 'to do', - 'table' => 'Table', - 'piggy_bank_not_exists' => 'Piggy bank no longer exists.', - 'add_any_amount_to_piggy' => 'Add money to this piggy bank to reach your target of :amount.', - 'add_set_amount_to_piggy' => 'Add :amount to fill this piggy bank on :date', - 'delete_piggy_bank' => 'Delete piggy bank ":name"', - 'cannot_add_amount_piggy' => 'Could not add :amount to ":name".', - 'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".', + 'todo' => 'à faire', + 'table' => 'Tableau', + 'piggy_bank_not_exists' => 'La tirelire n’existe plus.', + 'add_any_amount_to_piggy' => 'Ajouter de l’argent pour cette tirelire pour atteindre votre objectif de :amount.', + 'add_set_amount_to_piggy' => 'Ajouter :amount pour remplir cette tirelire au :date', + 'delete_piggy_bank' => 'Supprimer la tirelire ":name"', + 'cannot_add_amount_piggy' => 'Impossible d\'ajouter :amount à ":name".', + 'cannot_remove_from_piggy' => 'Impossible de supprimer :amount à ":name".', 'deleted_piggy_bank' => 'Tirelire ":name" supprimée', - 'added_amount_to_piggy' => 'Added :amount to ":name"', - 'removed_amount_from_piggy' => 'Removed :amount from ":name"', - 'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".', + 'added_amount_to_piggy' => 'Ajouté :amount à ":name"', + 'removed_amount_from_piggy' => 'Supprimé :amount du ":name"', + 'cannot_remove_amount_piggy' => 'Impossible de supprimer :amount de ":name".', // tags - 'regular_tag' => 'Just a regular tag.', + 'regular_tag' => 'Juste une balise ordinaire.', 'balancing_act' => 'Un tag prend au maximum deux opérations : une dépense et un transfert. Ils s\'équilibreront mutuellement.', 'advance_payment' => 'Un tag accepte une dépense et un nombre quelconque de dépôts visant à rembourser la dépense originale.', 'delete_tag' => 'Supprimer le tag ":tag"', From 298e6d38a02097bea1de634f4e44f06586e645b1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 00:50:07 +0200 Subject: [PATCH 020/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 4dfc3802d2..d21d621daa 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -397,7 +397,7 @@ return [ 'pref_optional_tj_notes' => 'Notes', 'pref_optional_tj_attachments' => 'Pièces jointes', 'optional_field_meta_dates' => 'Dates', - 'optional_field_meta_business' => 'Business', + 'optional_field_meta_business' => 'Commerce', 'optional_field_attachments' => 'Pièces jointes', 'optional_field_meta_data' => 'Métadonnées facultatives', @@ -418,9 +418,9 @@ return [ 'password_changed' => 'Mot de passe modifié!', 'should_change' => 'L’idée est de changer votre mot de passe.', 'invalid_password' => 'Mot de passe incorrect!', - 'what_is_pw_security' => 'What is "verify password security"?', - 'secure_pw_title' => 'How to choose a secure password', - 'secure_pw_history' => 'In August 2017 well known security researcher Troy Hunt released a list of 306 million stolen passwords. These passwords were stolen during breakins at companies like LinkedIn, Adobe and NeoPets (and many more).', + 'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?', + 'secure_pw_title' => 'Comment choisir un mot de passe sécurisé', + 'secure_pw_history' => 'En août 2017, le réputé chercheur en sécurité Troy Hunt a publié une liste de 306 millions de mots de passe volés. Ces mots de passe ont été volés lors de cambriolages à des entreprises comme LinkedIn, Adobe et NeoPets (et bien d’autres).', 'secure_pw_check_box' => 'By checking the box, Firefly III will send the SHA1 hash of your password to the website of Troy Hunt to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest NIST Special Publication on this subject.', 'secure_pw_sha1' => 'But I thought SHA1 was broken?', 'secure_pw_hash_speed' => 'Yes, but not in this context. As you can read on the website detailing how they broke SHA1, it is now slightly easier to find a "collision": another string that results in the same SHA1-hash. It now only takes 10,000 years using a single-GPU machine.', From ddf0ee997208d9b959eec0f1a7c3c9394f5f1bfe Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 01:00:07 +0200 Subject: [PATCH 021/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index d21d621daa..6a7cd02efc 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -421,11 +421,11 @@ return [ 'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?', 'secure_pw_title' => 'Comment choisir un mot de passe sécurisé', 'secure_pw_history' => 'En août 2017, le réputé chercheur en sécurité Troy Hunt a publié une liste de 306 millions de mots de passe volés. Ces mots de passe ont été volés lors de cambriolages à des entreprises comme LinkedIn, Adobe et NeoPets (et bien d’autres).', - 'secure_pw_check_box' => 'By checking the box, Firefly III will send the SHA1 hash of your password to the website of Troy Hunt to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest NIST Special Publication on this subject.', - 'secure_pw_sha1' => 'But I thought SHA1 was broken?', - 'secure_pw_hash_speed' => 'Yes, but not in this context. As you can read on the website detailing how they broke SHA1, it is now slightly easier to find a "collision": another string that results in the same SHA1-hash. It now only takes 10,000 years using a single-GPU machine.', - 'secure_pw_hash_security' => 'This collision would not be equal to your password, nor would it be useful on (a site like) Firefly III. This application does not use SHA1 for password verification. So it is safe to check this box. Your password is hashed and sent over HTTPS.', - 'secure_pw_should' => 'Should I check the box?', + 'secure_pw_check_box' => 'En cochant la case, Firefly III enverra l\'empreinte SHA1 de votre mot de passe au site Web de Troy Hunt pour voir si c’est sur la liste. Cela vous empêchera d\'utiliser des mots de passe dangereux comme cela est recommandé dans les dernières NIST Special Publication à ce sujet.', + 'secure_pw_sha1' => 'Mais je pensais que SHA1 était cassé ?', + 'secure_pw_hash_speed' => 'Oui, mais pas dans ce contexte. Comme vous pouvez le lire sur le site Web détaillant comment ils ont cassé SHA1, c’est maintenant légèrement plus facile de trouver une « collision » : une autre chaîne qui aboutit à la même empreinte SHA1. Maintenant, cela prend seulement 10 000 ans, à l’aide d’une machine mono-GPU.', + 'secure_pw_hash_security' => 'Cette collision ne serait pas égale à votre mot de passe, et ne serait pas utile sur (un site comme) Firefly III. Cette application n\'utilise pas SHA1 pour la vérification du mot de passe. Il est donc sûr de cocher cette case. Votre mot de passe est haché et envoyé par HTTPS.', + 'secure_pw_should' => 'Dois-je cocher la case ?', 'secure_pw_long_password' => 'If you just generated a long, single-use password for Firefly III using some kind of password generator: no.', 'secure_pw_short' => 'If you just entered the password you always use: Please yes.', From 56f7ca388d34e55467fab71852356ca41883d177 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 01:10:06 +0200 Subject: [PATCH 022/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 6a7cd02efc..c0f1154017 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -426,8 +426,8 @@ return [ 'secure_pw_hash_speed' => 'Oui, mais pas dans ce contexte. Comme vous pouvez le lire sur le site Web détaillant comment ils ont cassé SHA1, c’est maintenant légèrement plus facile de trouver une « collision » : une autre chaîne qui aboutit à la même empreinte SHA1. Maintenant, cela prend seulement 10 000 ans, à l’aide d’une machine mono-GPU.', 'secure_pw_hash_security' => 'Cette collision ne serait pas égale à votre mot de passe, et ne serait pas utile sur (un site comme) Firefly III. Cette application n\'utilise pas SHA1 pour la vérification du mot de passe. Il est donc sûr de cocher cette case. Votre mot de passe est haché et envoyé par HTTPS.', 'secure_pw_should' => 'Dois-je cocher la case ?', - 'secure_pw_long_password' => 'If you just generated a long, single-use password for Firefly III using some kind of password generator: no.', - 'secure_pw_short' => 'If you just entered the password you always use: Please yes.', + '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.', // attachments From 3d58a0c0f39fc63e3c2bd05daf6edd5cb80d681c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 01:20:07 +0200 Subject: [PATCH 023/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index c0f1154017..43d9fdfdc2 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -597,8 +597,8 @@ return [ 'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_tag' => 'Please select more than one tag', - 'from_to' => 'From :start to :end', - 'from_to_breadcrumb' => 'from :start to :end', + 'from_to' => 'De :start à :end', + 'from_to_breadcrumb' => 'de :start à :end', 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', // categories: From 08e5b018b83748b4cfbf85b6160f7b4c9847ca4f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 01:20:08 +0200 Subject: [PATCH 024/194] New translations csv.php (French) --- resources/lang/fr_FR/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index afd0dbf930..7a3eb6206f 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -77,7 +77,7 @@ return [ 'column_sepa-ct-op' => 'SEPA Transfert Crédit compte opposé', 'column_sepa-db' => 'SEPA débit immédiat', 'column_tags-comma' => 'Tags (séparé par des virgules)', - 'column_tags-space' => 'Tags(séparé par des espaces)', + 'column_tags-space' => 'Tags (séparé par des espaces)', 'column_account-number' => 'Compte d’actif (numéro de compte)', 'column_opposing-number' => 'Compte destination (numéro de compte)', ]; \ No newline at end of file From bd8afc67ddc367c8cc7e6bee7882e4729fdcbe2f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 10:00:14 +0200 Subject: [PATCH 025/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 43d9fdfdc2..d4a2409fca 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -449,9 +449,9 @@ return [ 'title_transfers' => 'Transferts', // convert stuff: - 'convert_is_already_type_Withdrawal' => 'This transaction is already a withdrawal', - 'convert_is_already_type_Deposit' => 'This transaction is already a deposit', - 'convert_is_already_type_Transfer' => 'This transaction is already a transfer', + 'convert_is_already_type_Withdrawal' => 'Cette transaction est déjà un retrait', + 'convert_is_already_type_Deposit' => 'Cette transaction est déjà un dépôt', + 'convert_is_already_type_Transfer' => 'Cette transaction est déjà un transfert', 'convert_to_Withdrawal' => 'Convert ":description" to a withdrawal', 'convert_to_Deposit' => 'Convert ":description" to a deposit', 'convert_to_Transfer' => 'Convert ":description" to a transfer', @@ -461,7 +461,7 @@ return [ 'convert_options_DepositWithdrawal' => 'Convert a deposit into a withdrawal', 'convert_options_TransferWithdrawal' => 'Convert a transfer into a withdrawal', 'convert_options_TransferDeposit' => 'Convert a transfer into a deposit', - 'transaction_journal_convert_options' => 'Convert this transaction', + 'transaction_journal_convert_options' => 'Convertir cette transaction', 'convert_Withdrawal_to_deposit' => 'Convert this withdrawal to a deposit', 'convert_Withdrawal_to_transfer' => 'Convert this withdrawal to a transfer', 'convert_Deposit_to_withdrawal' => 'Convert this deposit to a withdrawal', From 0b2c3d7ca82b62f89003ad89ffff30579849b7b9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 10:10:22 +0200 Subject: [PATCH 026/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index d4a2409fca..8d02ce65dd 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -452,9 +452,9 @@ return [ 'convert_is_already_type_Withdrawal' => 'Cette transaction est déjà un retrait', 'convert_is_already_type_Deposit' => 'Cette transaction est déjà un dépôt', 'convert_is_already_type_Transfer' => 'Cette transaction est déjà un transfert', - 'convert_to_Withdrawal' => 'Convert ":description" to a withdrawal', - 'convert_to_Deposit' => 'Convert ":description" to a deposit', - 'convert_to_Transfer' => 'Convert ":description" to a transfer', + 'convert_to_Withdrawal' => 'Convertir ":description" vers un retrait', + 'convert_to_Deposit' => 'Convertir ":description" vers un dépôt', + 'convert_to_Transfer' => 'Convertir ":description" vers un transfert', 'convert_options_WithdrawalDeposit' => 'Convert a withdrawal into a deposit', 'convert_options_WithdrawalTransfer' => 'Convert a withdrawal into a transfer', 'convert_options_DepositTransfer' => 'Convert a deposit into a transfer', @@ -462,9 +462,9 @@ return [ 'convert_options_TransferWithdrawal' => 'Convert a transfer into a withdrawal', 'convert_options_TransferDeposit' => 'Convert a transfer into a deposit', 'transaction_journal_convert_options' => 'Convertir cette transaction', - 'convert_Withdrawal_to_deposit' => 'Convert this withdrawal to a deposit', - 'convert_Withdrawal_to_transfer' => 'Convert this withdrawal to a transfer', - 'convert_Deposit_to_withdrawal' => 'Convert this deposit to a withdrawal', + 'convert_Withdrawal_to_deposit' => 'Convertir ce retrait en dépôt', + 'convert_Withdrawal_to_transfer' => 'Convertir ce retrait en transfert', + 'convert_Deposit_to_withdrawal' => 'Convertir ce dépôt en retrait', 'convert_Deposit_to_transfer' => 'Convert this deposit to a transfer', 'convert_Transfer_to_deposit' => 'Convert this transfer to a deposit', 'convert_Transfer_to_withdrawal' => 'Convert this transfer to a withdrawal', From 59a7feafef825799a636667d8e3d5c7de8b3ee0f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 16:30:08 +0200 Subject: [PATCH 027/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 8d02ce65dd..abf989d52b 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -264,7 +264,7 @@ return [ 'applied_rule_selection' => 'La règle ":title" a été appliqué à votre sélection.', 'execute' => 'Executer', 'apply_rule_group_selection' => 'Appliquer le groupe de règles ":title" à une sélection de vos transactions', - 'apply_rule_group_selection_intro' => 'Rule groups like ":title" are normally only applied to new or updated transactions, but you can tell Firefly III to run all the rules in this group on a selection of your existing transactions. This can be useful when you have updated a group of rules and you need the changes to be applied to all of your other transactions.', + 'apply_rule_group_selection_intro' => 'Les groupes de règles comme ":titre" ne s\'appliquent normalement qu\'aux transactions nouvelles ou mises à jour, mais vous pouvez dire à Firefly III d\'exécuter toutes les règles de ce groupe sur une sélection de vos transactions existantes. Cela peut être utile lorsque vous avez mis à jour un groupe de règles et que vous avez besoin des modifications à appliquer à toutes vos autres transactions.', 'applied_rule_group_selection' => 'Rule group ":title" has been applied to your selection.', // actions and triggers From 253a98143c2fc400eee235948fb9d1787fac81d8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 16:40:08 +0200 Subject: [PATCH 028/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index abf989d52b..c4728c927e 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -265,7 +265,7 @@ return [ 'execute' => 'Executer', 'apply_rule_group_selection' => 'Appliquer le groupe de règles ":title" à une sélection de vos transactions', 'apply_rule_group_selection_intro' => 'Les groupes de règles comme ":titre" ne s\'appliquent normalement qu\'aux transactions nouvelles ou mises à jour, mais vous pouvez dire à Firefly III d\'exécuter toutes les règles de ce groupe sur une sélection de vos transactions existantes. Cela peut être utile lorsque vous avez mis à jour un groupe de règles et que vous avez besoin des modifications à appliquer à toutes vos autres transactions.', - 'applied_rule_group_selection' => 'Rule group ":title" has been applied to your selection.', + 'applied_rule_group_selection' => 'Le groupe de règles ":title" a été appliqué à votre sélection.', // actions and triggers 'rule_trigger_user_action' => 'L\'action de l’utilisateur est ": trigger_value"', From e5afcbd013b84c97795f601c6ae3aa70b1a76928 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 15 Aug 2017 16:50:07 +0200 Subject: [PATCH 029/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index c4728c927e..2f342384a0 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -455,7 +455,7 @@ return [ 'convert_to_Withdrawal' => 'Convertir ":description" vers un retrait', 'convert_to_Deposit' => 'Convertir ":description" vers un dépôt', 'convert_to_Transfer' => 'Convertir ":description" vers un transfert', - 'convert_options_WithdrawalDeposit' => 'Convert a withdrawal into a deposit', + 'convert_options_WithdrawalDeposit' => 'Convertir un retrait en dépôt', 'convert_options_WithdrawalTransfer' => 'Convert a withdrawal into a transfer', 'convert_options_DepositTransfer' => 'Convert a deposit into a transfer', 'convert_options_DepositWithdrawal' => 'Convert a deposit into a withdrawal', From ebb37c09e5d49bcc304ea1a359418f1645942940 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Aug 2017 19:32:05 +0200 Subject: [PATCH 030/194] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 6692bba2ad..3eae0844a8 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -14,8 +14,8 @@ declare(strict_types=1); return [ // new user: - 'bank_name' => 'Bank name', - 'bank_balance' => 'Balance', + 'bank_name' => 'Banco', + 'bank_balance' => 'Saldo', 'savings_balance' => 'Savings balance', 'credit_card_limit' => 'Credit card limit', 'automatch' => 'Match automatically', From a29292e0182e12ab4a7303c8145ebfbc8fb766d8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Aug 2017 19:40:06 +0200 Subject: [PATCH 031/194] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 3eae0844a8..21435d2f63 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -16,16 +16,16 @@ return [ // new user: 'bank_name' => 'Banco', 'bank_balance' => 'Saldo', - 'savings_balance' => 'Savings balance', - 'credit_card_limit' => 'Credit card limit', + 'savings_balance' => 'Salgo de ahorro', + 'credit_card_limit' => 'Límite de la tarjeta de crédito', 'automatch' => 'Match automatically', - 'skip' => 'Skip', - 'name' => 'Name', - 'active' => 'Active', - 'amount_min' => 'Minimum amount', - 'amount_max' => 'Maximum amount', + 'skip' => 'Saltar', + 'name' => 'Nombre', + 'active' => 'Activo', + 'amount_min' => 'Importe mínimo', + 'amount_max' => 'Importe máximo', 'match' => 'Matches on', - 'repeat_freq' => 'Repeats', + 'repeat_freq' => 'Repetición', 'journal_currency_id' => 'Currency', 'currency_id' => 'Currency', 'attachments' => 'Attachments', From 08af0aab751b2ad95628852245542c6c03f46896 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Aug 2017 19:50:06 +0200 Subject: [PATCH 032/194] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 21435d2f63..743ff7f1fc 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -26,24 +26,24 @@ return [ 'amount_max' => 'Importe máximo', 'match' => 'Matches on', 'repeat_freq' => 'Repetición', - 'journal_currency_id' => 'Currency', - 'currency_id' => 'Currency', - 'attachments' => 'Attachments', - 'journal_amount' => 'Amount', + 'journal_currency_id' => 'Divisa', + 'currency_id' => 'Divisa', + 'attachments' => 'Adjuntos', + 'journal_amount' => 'Importe', 'journal_asset_source_account' => 'Asset account (source)', 'journal_source_account_name' => 'Revenue account (source)', 'journal_source_account_id' => 'Asset account (source)', 'BIC' => 'BIC', - 'verify_password' => 'Verify password security', - 'account_from_id' => 'From account', - 'account_to_id' => 'To account', - 'source_account' => 'Source account', - 'destination_account' => 'Destination account', + 'verify_password' => 'Verificar la seguridad de contraseña', + 'account_from_id' => 'Cuenta origen', + 'account_to_id' => 'Cuenta destino', + 'source_account' => 'Cuenta origen', + 'destination_account' => 'Cuenta destino', 'journal_destination_account_id' => 'Asset account (destination)', 'asset_destination_account' => 'Asset account (destination)', 'asset_source_account' => 'Asset account (source)', - 'journal_description' => 'Description', - 'note' => 'Notes', + 'journal_description' => 'Descripción', + 'note' => 'Notas', 'split_journal' => 'Split this transaction', 'split_journal_explanation' => 'Split this transaction in multiple parts', 'currency' => 'Currency', From ef21ac3d5ad3e2f90dc7194dae53cf00a386efdd Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Aug 2017 19:50:08 +0200 Subject: [PATCH 033/194] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index f746be2614..87c4704ae1 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -22,14 +22,14 @@ return [ 'everything' => 'Todo', 'customRange' => 'Rango personalizado', 'apply' => 'Aplicar', - 'select_date' => 'Select date..', + 'select_date' => 'Seleccionar fecha...', 'cancel' => 'Cancelar', 'from' => 'Desde', 'to' => 'Hasta', 'showEverything' => 'Mostrar todo', 'never' => 'Nunca', 'search_results_for' => 'Resultados de la búsqueda para %{query}', - 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.', + 'no_results_for_empty_search' => 'Su búsqueda estaba vacía, por lo que no se encontró nada.', 'bounced_error' => 'El mensaje enviado al: correo electrónico no ha sido recibido, así que no hay acceso para usted.', 'deleted_error' => 'Las credenciales no coinciden con los registros.', 'general_blocked_error' => 'Tu cuenta ha sido creada. Ahora puedes iniciar sesión.', From 18bc91734fbca659349a1bf3fb0359ac87e02962 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Aug 2017 20:00:16 +0200 Subject: [PATCH 034/194] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 87c4704ae1..2a876f7000 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -65,11 +65,11 @@ return [ 'two_factor_forgot_title' => 'Autenticación en dos pasos perdida', 'two_factor_forgot' => 'I forgot my two-factor thing.', 'two_factor_lost_header' => 'Lost your two factor authentication?', - 'two_factor_lost_intro' => 'Unfortunately, this is not something you can reset from the web interface. You have two choices.', + 'two_factor_lost_intro' => 'Por desgracia, esto no es algo que se pueda restablecer desde la interfaz web. Tienes dos opciones.', 'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, check the logs in storage/logs for instructions.', 'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, :site_owner and ask them to reset your two factor authentication.', 'warning_much_data' => ':days days of data may take a while to load.', - 'registered' => 'You have registered successfully!', + 'registered' => '¡Te has registrado con éxito!', 'tagbalancingAct' => 'Balancing act', 'tagadvancePayment' => 'Advance payment', 'tagnothing' => '', From b7522288b504eb8a86fa9abce5a458ab8e01414b Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Aug 2017 20:00:18 +0200 Subject: [PATCH 035/194] New translations breadcrumbs.php (Spanish) --- resources/lang/es_ES/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es_ES/breadcrumbs.php b/resources/lang/es_ES/breadcrumbs.php index 5909aac402..fd58a4772c 100644 --- a/resources/lang/es_ES/breadcrumbs.php +++ b/resources/lang/es_ES/breadcrumbs.php @@ -26,7 +26,7 @@ return [ 'edit_bill' => 'Editar factura ":name"', 'delete_bill' => 'Eliminar factura ":name"', 'reports' => 'Reportes', - 'search_result' => 'Search results for ":query"', + 'search_result' => 'Resultados de la búsqueda para ":query"', 'withdrawal_list' => 'Gastos', 'deposit_list' => 'Ganancia, ingresos y depósitos', 'transfer_list' => 'Transferencias', From 9cda8c8bcff731b318cd3fe74a77b7ecc3a93544 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Aug 2017 20:10:13 +0200 Subject: [PATCH 036/194] New translations csv.php (Spanish) --- resources/lang/es_ES/csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/es_ES/csv.php b/resources/lang/es_ES/csv.php index b518776e5f..ffdf32c5eb 100644 --- a/resources/lang/es_ES/csv.php +++ b/resources/lang/es_ES/csv.php @@ -15,10 +15,10 @@ return [ // initial config 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', - 'initial_text' => 'To be able to import your file correctly, please validate the options below.', + 'initial_text' => 'Para poder importar correctamente el archivo, por favor comprueba las opciones a continuación.', 'initial_box' => 'Basic CSV import setup', 'initial_box_title' => 'Basic CSV import setup options', - 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', + '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 this page indicates. The default value will parse dates that look like this: :dateExample.', 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', '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.', From 6068cfbd704d44ad0aafcf6d14c8712f7d658c7d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 18 Aug 2017 08:00:06 +0200 Subject: [PATCH 037/194] New translations intro.php (Dutch) --- resources/lang/nl_NL/intro.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index e945adcec8..fc788e515e 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -11,16 +11,16 @@ declare(strict_types=1); return [ // index - 'index_intro' => 'Welcome to the index page of Firefly III. Please take the time to walk through this intro to get a feeling of how Firefly III works.', - 'index_accounts-chart' => 'This chart shows the current balance of your asset accounts. You can select the accounts visible here in your preferences.', - 'index_box_out_holder' => 'This little box and the boxes next to this one will give you a quick overview of your financial situation.', - 'index_help' => 'If you ever need help with a page or a form, press this button.', - 'index_outro' => 'Most pages of Firefly III will start with a little tour like this one. Please contact me when you have questions or comments. Enjoy!', - 'index_sidebar-toggle' => 'To create new transactions, accounts or other things, use the menu under this icon.', + 'index_intro' => 'Welkom op de homepage van Firefly III. Neem even de tijd voor deze introductie zodat je Firefly III leert kennen.', + 'index_accounts-chart' => 'Deze grafiek toont het saldo van je betaalrekening(en). Welke rekeningen zichtbaar zijn kan je aangeven bij de instellingen.', + 'index_box_out_holder' => 'Dit vakje en de vakjes er naast geven een snel overzicht van je financiële situatie.', + 'index_help' => 'Als je ooit hulp nodig hebt, klik dan hier.', + 'index_outro' => 'De meeste pagina\'s in Firefly III beginnen met een kleine rondleiding zoals deze. Zoek me op als je vragen of commentaar hebt. Veel plezier!', + 'index_sidebar-toggle' => 'Nieuwe transacties, rekeningen en andere dingen maak je met het menu onder deze knop.', // create account: - 'accounts_create_iban' => 'Give your accounts a valid IBAN. This could make a data import very easy in the future.', - 'accounts_create_asset_opening_balance' => 'Assets accounts may have an "opening balance", indicating the start of this account\'s history in Firefly.', + 'accounts_create_iban' => 'Geef je rekeningen een geldige IBAN. Dat scheelt met importeren van data.', + 'accounts_create_asset_opening_balance' => 'Betaalrekeningen kunnen een startsaldo hebben, waarmee het begin van deze rekening in Firefly wordt aangegeven.', 'accounts_create_asset_currency' => 'Firefly III supports multiple currencies. Asset accounts have one main currency, which you must set here.', 'accounts_create_asset_virtual' => 'It can sometimes help to give your account a virtual balance: an extra amount always added to or removed from the actual balance.', From 519ad64e1d01ed5dd5cdb66ebe0063701a9d2034 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 18 Aug 2017 17:30:06 +0200 Subject: [PATCH 038/194] New translations validation.php (Spanish) --- resources/lang/es_ES/validation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index cf55f8a024..150c44d8d7 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -57,9 +57,9 @@ return [ 'json' => 'El campo :attribute debe ser una cadena JSON válida.', 'max.numeric' => 'El campo :attribute no puede ser mayor que :max.', 'max.file' => 'El campo :attribute no puede ser mayor :max de kilobytes.', - 'max.string' => 'The :attribute may not be greater than :max characters.', - 'max.array' => 'The :attribute may not have more than :max items.', - 'mimes' => 'The :attribute must be a file of type: :values.', + 'max.string' => 'El campo :attribute debe contener menos de :max caracteres.', + 'max.array' => 'El campo :attribute debe contener al menos :max elementos.', + 'mimes' => 'El campo :attribute debe ser un archivo de tipo :values.', 'min.numeric' => 'The :attribute must be at least :min.', 'min.file' => 'The :attribute must be at least :min kilobytes.', 'min.string' => 'The :attribute must be at least :min characters.', From 4c3dbc6debae674ff033d4f92b826479139119bc Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 18 Aug 2017 17:40:06 +0200 Subject: [PATCH 039/194] New translations validation.php (Spanish) --- resources/lang/es_ES/validation.php | 62 ++++++++++++++--------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index 150c44d8d7..062c56feaf 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -60,35 +60,35 @@ return [ 'max.string' => 'El campo :attribute debe contener menos de :max caracteres.', 'max.array' => 'El campo :attribute debe contener al menos :max elementos.', 'mimes' => 'El campo :attribute debe ser un archivo de tipo :values.', - 'min.numeric' => 'The :attribute must be at least :min.', - 'min.file' => 'The :attribute must be at least :min kilobytes.', - 'min.string' => 'The :attribute must be at least :min characters.', - 'min.array' => 'The :attribute must have at least :min items.', - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', - 'size.numeric' => 'The :attribute must be :size.', - 'size.file' => 'The :attribute must be :size kilobytes.', - 'size.string' => 'The :attribute must be :size characters.', - 'size.array' => 'The :attribute must contain :size items.', - 'unique' => 'The :attribute has already been taken.', - 'string' => 'The :attribute must be a string.', - 'url' => 'The :attribute format is invalid.', - 'timezone' => 'The :attribute must be a valid zone.', - '2fa_code' => 'The :attribute field is invalid.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'file' => 'The :attribute must be a file.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'present' => 'The :attribute field must be present.', - 'amount_zero' => 'The total amount cannot be zero', - 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', + 'min.numeric' => 'El campo :attribute debe ser al menos :min.', + 'min.file' => 'El campo :attribute debe ser al menos :min kilobytes.', + 'min.string' => 'El campo :attribute debe contener al menos :min caracteres.', + 'min.array' => 'El campo :attribute debe tener al menos :min elementos.', + 'not_in' => 'El campo :attribute seleccionado es inválido.', + 'numeric' => 'El campo :attribute debe ser un número.', + 'regex' => 'El formato del campo :attribute no es válido.', + 'required' => 'El campo :attribute es obligatorio.', + 'required_if' => 'El campo :attribute es obligatorio cuando el campo :other es :value.', + 'required_unless' => 'El campo :attribute es obligatorio a menos que :other se encuentre en :values.', + 'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.', + 'required_with_all' => 'El campo :attribute es obligatorio cuando :values está presente.', + 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.', + 'required_without_all' => 'El campo :attribute es obligatorio cuando ningún campo :values está presente.', + 'same' => 'El campo atributo :attribute y :other deben coincidir.', + 'size.numeric' => 'El tamaño de :attribute debe ser :size.', + 'size.file' => 'El tamaño de :attribute debe ser :size kilobytes.', + 'size.string' => 'El campo :attribute debe tener :size caracteres.', + 'size.array' => 'El campo :attribute debe contener :size elementos.', + 'unique' => 'El elemento :attribute ya está en uso.', + 'string' => 'El campo :atribute debe ser un texto.', + 'url' => 'El formato del campo :attribute no es válido.', + 'timezone' => 'El campo :attribute debe contener una zona válida.', + '2fa_code' => 'El campo :attribute no es válido.', + 'dimensions' => 'Las dimensiones de la imagen :attribute son incorrectas.', + 'distinct' => 'El campo :attribute tiene un valor duplicado.', + 'file' => 'El campo :attribute debe ser un fichero.', + 'in_array' => 'El campo :attribute no existe en :other.', + 'present' => 'El campo :attribute debe estar presente.', + 'amount_zero' => 'La cantidad total no puede ser cero', + 'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://goo.gl/NCh2tN', ]; \ No newline at end of file From 4b5d363f5521708eb25dfe2bb26704683fc0a9e1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 18 Aug 2017 17:50:06 +0200 Subject: [PATCH 040/194] New translations validation.php (Spanish) --- resources/lang/es_ES/validation.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index 062c56feaf..cb5c33ed45 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -12,16 +12,16 @@ declare(strict_types=1); */ return [ - 'iban' => 'This is not a valid CBU.', + 'iban' => 'Este no es un IBAN válido.', 'unique_account_number_for_user' => 'Parece que este número de cuenta ya está en uso.', 'deleted_user' => 'Debido a restricciones de seguridad, no se puede registrar utilizando esta dirección de correo electrónico.', - 'rule_trigger_value' => 'Este valor es válido para el disparador seleccionado.', - 'rule_action_value' => 'Este valor es inválido para la acción seleccionado.', + 'rule_trigger_value' => 'Este valor es incorrecto para el disparador seleccionado.', + 'rule_action_value' => 'Este valor es incorrecto para la acción seleccionada.', 'invalid_domain' => 'Debido a restricciones de seguridad, no se puede registrar utilizando este dominio.', - 'file_already_attached' => 'Archivo ":name" ya ha sido añadido para este objeto.', + 'file_already_attached' => 'El archivo ":name" ya ha sido añadido a este objeto.', 'file_attached' => 'Archivo subido correctamente ": nombre".', - 'file_invalid_mime' => 'Archivo ":name" es de tipo": mime" que no es aceptado como una nueva carga.', - 'file_too_large' => 'Archivo ":name" es demasiado grande.', + 'file_invalid_mime' => 'El archivo ":name" es de tipo ": mime", el cual no se acepta.', + 'file_too_large' => 'El archivo ":name" es demasiado grande.', 'belongs_to_user' => 'El valor de :attribute es desconocido', 'accepted' => 'El :attribute debe ser aceptado.', 'bic' => 'Esto no es un BIC válido.', @@ -64,7 +64,7 @@ return [ 'min.file' => 'El campo :attribute debe ser al menos :min kilobytes.', 'min.string' => 'El campo :attribute debe contener al menos :min caracteres.', 'min.array' => 'El campo :attribute debe tener al menos :min elementos.', - 'not_in' => 'El campo :attribute seleccionado es inválido.', + 'not_in' => 'El campo :attribute seleccionado es incorrecto.', 'numeric' => 'El campo :attribute debe ser un número.', 'regex' => 'El formato del campo :attribute no es válido.', 'required' => 'El campo :attribute es obligatorio.', From 33e381b5da3c00c7abef8c697413e10d761a2bec Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 18 Aug 2017 17:50:07 +0200 Subject: [PATCH 041/194] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 743ff7f1fc..47b109fdc0 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -18,7 +18,7 @@ return [ 'bank_balance' => 'Saldo', 'savings_balance' => 'Salgo de ahorro', 'credit_card_limit' => 'Límite de la tarjeta de crédito', - 'automatch' => 'Match automatically', + 'automatch' => 'Coinciden automáticamente', 'skip' => 'Saltar', 'name' => 'Nombre', 'active' => 'Activo', @@ -78,14 +78,14 @@ return [ 'destination_account_expense' => 'Destination account (expense account)', 'destination_account_asset' => 'Destination account (asset account)', 'source_account_revenue' => 'Source account (revenue account)', - 'type' => 'Type', + 'type' => 'Tipo', 'convert_Withdrawal' => 'Convert withdrawal', 'convert_Deposit' => 'Convert deposit', 'convert_Transfer' => 'Convert transfer', - 'amount' => 'Amount', - 'date' => 'Date', + 'amount' => 'Importe', + 'date' => 'Fecha', 'interest_date' => 'Interest date', 'book_date' => 'Book date', 'process_date' => 'Processing date', @@ -94,16 +94,16 @@ return [ 'deletePermanently' => 'Delete permanently', 'cancel' => 'Cancel', 'targetdate' => 'Target date', - 'tag' => 'Tag', + 'tag' => 'Etiqueta', 'under' => 'Under', - 'symbol' => 'Symbol', - 'code' => 'Code', + 'symbol' => 'Símbolo', + 'code' => 'Código', 'iban' => 'IBAN', - 'accountNumber' => 'Account number', - 'has_headers' => 'Headers', - 'date_format' => 'Date format', + 'accountNumber' => 'Número de cuenta', + 'has_headers' => 'Encabezados', + 'date_format' => 'Formato de fecha', 'specifix' => 'Bank- or file specific fixes', - 'attachments[]' => 'Attachments', + 'attachments[]' => 'Adjuntos', 'store_new_withdrawal' => 'Store new withdrawal', 'store_new_deposit' => 'Store new deposit', 'store_new_transfer' => 'Store new transfer', @@ -111,12 +111,12 @@ return [ 'add_new_deposit' => 'Add a new deposit', 'add_new_transfer' => 'Add a new transfer', 'noPiggybank' => '(no piggy bank)', - 'title' => 'Title', - 'notes' => 'Notes', - 'filename' => 'File name', - 'mime' => 'Mime type', - 'size' => 'Size', - 'trigger' => 'Trigger', + 'title' => 'Título', + 'notes' => 'Notas', + 'filename' => 'Nombre de fichero', + 'mime' => 'Tipo Mime', + 'size' => 'Tamaño', + 'trigger' => 'Disparador', 'stop_processing' => 'Stop processing', 'start_date' => 'Start of range', 'end_date' => 'End of range', From 5769d0121e90565c0de760840b1611c6d5de09e9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 12:40:06 +0200 Subject: [PATCH 042/194] New translations intro.php (Dutch) --- resources/lang/nl_NL/intro.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index fc788e515e..dfac61180c 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -21,8 +21,8 @@ return [ // create account: 'accounts_create_iban' => 'Geef je rekeningen een geldige IBAN. Dat scheelt met importeren van data.', 'accounts_create_asset_opening_balance' => 'Betaalrekeningen kunnen een startsaldo hebben, waarmee het begin van deze rekening in Firefly wordt aangegeven.', - 'accounts_create_asset_currency' => 'Firefly III supports multiple currencies. Asset accounts have one main currency, which you must set here.', - 'accounts_create_asset_virtual' => 'It can sometimes help to give your account a virtual balance: an extra amount always added to or removed from the actual balance.', + 'accounts_create_asset_currency' => 'Firefly III ondersteunt meerdere valuta. Hier stel je de valuta in van je betaalrekening.', + 'accounts_create_asset_virtual' => 'Soms is het handig om je betaalrekening een virtueel saldo te geven: een extra bedrag dat altijd bij het daadwerkelijke saldo wordt opgeteld.', // budgets index 'budgets_index_intro' => 'Budgets are used to manage your finances and form one of the core functions of Firefly III.', From 59f46b82659ff19fb1e9319bc2e0af2eb093519a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:24 +0200 Subject: [PATCH 043/194] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 1782df7c43..c403ea6e33 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -935,6 +935,8 @@ return [ 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From 05be2fe25a091e35a81fc091c899090fdee8fe8c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:38 +0200 Subject: [PATCH 044/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 2f342384a0..79ffb73369 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -935,6 +935,8 @@ return [ 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From 7cbe0768f25577a1495c4701c90378341a668f64 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:41 +0200 Subject: [PATCH 045/194] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index e1abf3a408..0a1eff694e 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -936,6 +936,8 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo-Konto abgelaufen', 'no_block_code' => 'Kein Grund für Block oder Benutzer nicht blockiert', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From aa78948c9015871ae4b42302c62ae8f1e598aed6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:43 +0200 Subject: [PATCH 046/194] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index a6313d9440..89f3da2471 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -935,6 +935,8 @@ return [ 'block_code_bounced' => 'Email kwam niet aan', 'block_code_expired' => 'Demo-account verlopen', 'no_block_code' => 'Geen reden of gebruiker niet geblokkeerd', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From 91558049d9636d15498fb16195a2a2aeca74cf5d Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:45 +0200 Subject: [PATCH 047/194] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 09cad74ff6..afd7643bf2 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -935,6 +935,8 @@ return [ 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From 81ae86013424878fb37fb55b2be23c50296a0b53 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:48 +0200 Subject: [PATCH 048/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index ea8ad49c15..db37dc7f0b 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -935,6 +935,8 @@ return [ 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demonstracyjne konto wygasło', 'no_block_code' => 'No reason for block or user not blocked', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From 5dad1fe2af685e89ddf21b02b958b259d8c9960e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:51 +0200 Subject: [PATCH 049/194] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index e8903e2baf..d7aeecb4d6 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -935,6 +935,8 @@ return [ 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From 06fcf8f0792425fc40442a92495f8d606b392a21 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:55 +0200 Subject: [PATCH 050/194] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 2a876f7000..53dad8f60b 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -935,6 +935,8 @@ return [ 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From cac498fd9ecf6cbff264f5d12aa7e95034af1b5c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Aug 2017 14:50:58 +0200 Subject: [PATCH 051/194] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 7147f5c160..1ba7b86648 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -935,6 +935,8 @@ return [ 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', + // links + 'journal_link_configuration' => 'Transaction links configuration', // split a transaction: From c962ec34c84f350cdbf2f0fedeeb646e65c1be34 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:16 +0200 Subject: [PATCH 052/194] New translations list.php (Spanish) --- resources/lang/es_ES/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/es_ES/list.php b/resources/lang/es_ES/list.php index a4c8c55d78..b26fb4f2ad 100644 --- a/resources/lang/es_ES/list.php +++ b/resources/lang/es_ES/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => 'Cuenta origen', 'destination_account' => 'Cuenta destino', - 'accounts_count' => 'Número de cuentas', - 'journals_count' => 'Número de transacciones', - 'attachments_count' => 'Núm. de datos adjuntos', - 'bills_count' => 'Número de facturas', - 'categories_count' => 'Número de categorías', - 'export_jobs_count' => 'Número de operaciones de exportación', - 'import_jobs_count' => 'Número de operaciones de importación', - 'budget_count' => 'Número de presupuestos', - 'rule_and_groups_count' => 'Número de reglas y grupos de reglas', - 'tags_count' => 'Número de etiquetas', + 'accounts_count' => 'Número de cuentas', + 'journals_count' => 'Número de transacciones', + 'attachments_count' => 'Núm. de datos adjuntos', + 'bills_count' => 'Número de facturas', + 'categories_count' => 'Número de categorías', + 'export_jobs_count' => 'Número de operaciones de exportación', + 'import_jobs_count' => 'Número de operaciones de importación', + 'budget_count' => 'Número de presupuestos', + 'rule_and_groups_count' => 'Número de reglas y grupos de reglas', + 'tags_count' => 'Número de etiquetas', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From fe2beaf96aaddcb62cb13951383b344c48029180 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:17 +0200 Subject: [PATCH 053/194] New translations list.php (Slovenian) --- resources/lang/sl_SI/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/sl_SI/list.php b/resources/lang/sl_SI/list.php index 3a7f3959b3..e2cb94be16 100644 --- a/resources/lang/sl_SI/list.php +++ b/resources/lang/sl_SI/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => 'Izvorni račun', 'destination_account' => 'Ciljni račun', - 'accounts_count' => 'Število računov', - 'journals_count' => 'Število transakcij', - 'attachments_count' => 'Število prilog', - 'bills_count' => 'Število trajnikov', - 'categories_count' => 'Število kategorij', - 'export_jobs_count' => 'Število izvozov', - 'import_jobs_count' => 'Število uvozov', - 'budget_count' => 'Število budžetov', - 'rule_and_groups_count' => 'Število pravil in skupin pravil', - 'tags_count' => 'Število značk', + 'accounts_count' => 'Število računov', + 'journals_count' => 'Število transakcij', + 'attachments_count' => 'Število prilog', + 'bills_count' => 'Število trajnikov', + 'categories_count' => 'Število kategorij', + 'export_jobs_count' => 'Število izvozov', + 'import_jobs_count' => 'Število uvozov', + 'budget_count' => 'Število budžetov', + 'rule_and_groups_count' => 'Število pravil in skupin pravil', + 'tags_count' => 'Število značk', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From 381ca70517492392692bec5d79e1f6edb9457a01 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:18 +0200 Subject: [PATCH 054/194] New translations list.php (Polish) --- resources/lang/pl_PL/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index c8b2e9d464..6a2de20588 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => 'Konto źródłowe', 'destination_account' => 'Konto docelowe', - 'accounts_count' => 'Liczba kont', - 'journals_count' => 'Liczba transakcji', - 'attachments_count' => 'Liczba załączników', - 'bills_count' => 'Liczba rachunków', - 'categories_count' => 'Liczba kategorii', - 'export_jobs_count' => 'Liczba zadań eksportu', - 'import_jobs_count' => 'Liczba zadań importu', - 'budget_count' => 'Liczba budżetów', - 'rule_and_groups_count' => 'Liczba reguł i grup reguł', - 'tags_count' => 'Liczba tagów', + 'accounts_count' => 'Liczba kont', + 'journals_count' => 'Liczba transakcji', + 'attachments_count' => 'Liczba załączników', + 'bills_count' => 'Liczba rachunków', + 'categories_count' => 'Liczba kategorii', + 'export_jobs_count' => 'Liczba zadań eksportu', + 'import_jobs_count' => 'Liczba zadań importu', + 'budget_count' => 'Liczba budżetów', + 'rule_and_groups_count' => 'Liczba reguł i grup reguł', + 'tags_count' => 'Liczba tagów', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From 27988374507d1b3500206db4d551bb0bb1b5ee7c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:19 +0200 Subject: [PATCH 055/194] New translations list.php (Portuguese, Brazilian) --- resources/lang/pt_BR/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/pt_BR/list.php b/resources/lang/pt_BR/list.php index 6e92a81437..cf8d04a2f8 100644 --- a/resources/lang/pt_BR/list.php +++ b/resources/lang/pt_BR/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => 'Conta de origem', 'destination_account' => 'Conta de destino', - 'accounts_count' => 'Número de Contas', - 'journals_count' => 'Number of transactions', - 'attachments_count' => 'Número de anexos', - 'bills_count' => 'Número de contas', - 'categories_count' => 'Número de categorias', - 'export_jobs_count' => 'Número de jobs de exportação', - 'import_jobs_count' => 'Número de jobs de importação', - 'budget_count' => 'Número de orçamentos', - 'rule_and_groups_count' => 'Número de regras e grupos de regras', - 'tags_count' => 'Número de tags', + 'accounts_count' => 'Número de Contas', + 'journals_count' => 'Number of transactions', + 'attachments_count' => 'Número de anexos', + 'bills_count' => 'Número de contas', + 'categories_count' => 'Número de categorias', + 'export_jobs_count' => 'Número de jobs de exportação', + 'import_jobs_count' => 'Número de jobs de importação', + 'budget_count' => 'Número de orçamentos', + 'rule_and_groups_count' => 'Número de regras e grupos de regras', + 'tags_count' => 'Número de tags', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From 7f4a80f17ff653b010b6a5994490356d04e3daaa Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:25 +0200 Subject: [PATCH 056/194] New translations list.php (Russian) --- resources/lang/ru_RU/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/ru_RU/list.php b/resources/lang/ru_RU/list.php index 268929684b..95fe61c6bb 100644 --- a/resources/lang/ru_RU/list.php +++ b/resources/lang/ru_RU/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => 'Source account', 'destination_account' => 'Destination account', - 'accounts_count' => 'Всего счетов', - 'journals_count' => 'Всего транзакций', - 'attachments_count' => 'Всего вложений', - 'bills_count' => 'Всего счетов к оплате', - 'categories_count' => 'Всего категорий', - 'export_jobs_count' => 'Задачи по экспорту', - 'import_jobs_count' => 'Задачи по импорту', - 'budget_count' => 'Всего категорий бюджета', - 'rule_and_groups_count' => 'Всего правил и групп правил', - 'tags_count' => 'Всего меток', + 'accounts_count' => 'Всего счетов', + 'journals_count' => 'Всего транзакций', + 'attachments_count' => 'Всего вложений', + 'bills_count' => 'Всего счетов к оплате', + 'categories_count' => 'Всего категорий', + 'export_jobs_count' => 'Задачи по экспорту', + 'import_jobs_count' => 'Задачи по импорту', + 'budget_count' => 'Всего категорий бюджета', + 'rule_and_groups_count' => 'Всего правил и групп правил', + 'tags_count' => 'Всего меток', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From 5b9178b18d5d569d91238f06d5cef88e32fb72ff Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:29 +0200 Subject: [PATCH 057/194] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index c403ea6e33..90e139af7d 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -937,6 +937,26 @@ return [ 'no_block_code' => 'No reason for block or user not blocked', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From 9c392461e822c4570114223494a85d1be75b8687 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:30 +0200 Subject: [PATCH 058/194] New translations form.php (Russian) --- resources/lang/ru_RU/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index ef3414b805..1f3892e7c8 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Delete attachment ":name"', 'delete_rule' => 'Delete rule ":title"', 'delete_rule_group' => 'Delete rule group ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?', 'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?', 'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Payment date', 'invoice_date' => 'Invoice date', 'internal_reference' => 'Internal reference', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From 21dbf0f14b4ff8fda990fff559e499e2436c6bf6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:32 +0200 Subject: [PATCH 059/194] New translations list.php (German) --- resources/lang/de_DE/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/de_DE/list.php b/resources/lang/de_DE/list.php index b6181c5b8a..d18f01a6d5 100644 --- a/resources/lang/de_DE/list.php +++ b/resources/lang/de_DE/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => 'Quellkonto', 'destination_account' => 'Zielkonto', - 'accounts_count' => 'Anzahl Konten', - 'journals_count' => 'Anzahl der Zahlungsvorgänge', - 'attachments_count' => 'Anzahl Anhänge', - 'bills_count' => 'Anzahl Rechnungen', - 'categories_count' => 'Anzahl Kategorien', - 'export_jobs_count' => 'Anzahl exportierter Jobs', - 'import_jobs_count' => 'Anzahl importierter Jobs', - 'budget_count' => 'Anzahl Budgets', - 'rule_and_groups_count' => 'Anzahl Regeln und Regelgruppen', - 'tags_count' => 'Anzahl Tags', + 'accounts_count' => 'Anzahl Konten', + 'journals_count' => 'Anzahl der Zahlungsvorgänge', + 'attachments_count' => 'Anzahl Anhänge', + 'bills_count' => 'Anzahl Rechnungen', + 'categories_count' => 'Anzahl Kategorien', + 'export_jobs_count' => 'Anzahl exportierter Jobs', + 'import_jobs_count' => 'Anzahl importierter Jobs', + 'budget_count' => 'Anzahl Budgets', + 'rule_and_groups_count' => 'Anzahl Regeln und Regelgruppen', + 'tags_count' => 'Anzahl Tags', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From 863f812dbbf923d477ae4ec573fa92f1ae6f2559 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:33 +0200 Subject: [PATCH 060/194] New translations list.php (French) --- resources/lang/fr_FR/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index 2acf2c75d3..99c046801a 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => 'Compte d\'origine', 'destination_account' => 'Compte destinataire', - 'accounts_count' => 'Nombre de comptes', - 'journals_count' => 'Nombre d\'opérations', - 'attachments_count' => 'Nombre de pièces jointes', - 'bills_count' => 'Nombre de factures', - 'categories_count' => 'Nombre de catégories', - 'export_jobs_count' => 'Nombre de travaux exportés', - 'import_jobs_count' => 'Nombre de travaux importés', - 'budget_count' => 'Nombre de budgets', - 'rule_and_groups_count' => 'Nombre de règles et de groupes de règles', - 'tags_count' => 'Nombre d’étiquettes', + 'accounts_count' => 'Nombre de comptes', + 'journals_count' => 'Nombre d\'opérations', + 'attachments_count' => 'Nombre de pièces jointes', + 'bills_count' => 'Nombre de factures', + 'categories_count' => 'Nombre de catégories', + 'export_jobs_count' => 'Nombre de travaux exportés', + 'import_jobs_count' => 'Nombre de travaux importés', + 'budget_count' => 'Nombre de budgets', + 'rule_and_groups_count' => 'Nombre de règles et de groupes de règles', + 'tags_count' => 'Nombre d’étiquettes', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From e628ec6ff04db2608e09fb51d05a82dae3434b24 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:41 +0200 Subject: [PATCH 061/194] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 47b109fdc0..46417389c3 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Delete attachment ":name"', 'delete_rule' => 'Delete rule ":title"', 'delete_rule_group' => 'Delete rule group ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?', 'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?', 'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Payment date', 'invoice_date' => 'Invoice date', 'internal_reference' => 'Internal reference', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From 22b6916ac2b0334ccfd8e2313c22f4c1e48d013a Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:42 +0200 Subject: [PATCH 062/194] New translations form.php (Portuguese, Brazilian) --- resources/lang/pt_BR/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 3e08364ffd..2aa4b9f77a 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Apagar anexo ":name"', 'delete_rule' => 'Excluir regra ":title"', 'delete_rule_group' => 'Exclua o grupo de regras ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Tem certeza que deseja excluir o anexo denominado ":name"?', 'account_areYouSure' => 'Tem certeza que deseja excluir a conta denominada ":name"?', 'bill_areYouSure' => 'Você tem certeza que quer apagar a fatura ":name"?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => 'Tem certeza que deseja excluir a transação descrita ":description"?', 'mass_journal_are_you_sure' => 'Tem a certeza que pretende apagar estas transações?', 'tag_areYouSure' => 'Você tem certeza que quer apagar a tag ":tag"?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Exclusão de dados do Firely são permanentes e não podem ser desfeitos.', 'mass_make_selection' => 'Você ainda pode evitar que itens sejam excluídos, removendo a caixa de seleção.', 'delete_all_permanently' => 'Exclua os selecionados permanentemente', 'update_all_journals' => 'Atualizar essas transações', 'also_delete_transactions' => 'A única transação ligada a essa conta será excluída também.|Todas as :count transações ligadas a esta conta serão excluídas também.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'A única regra que ligado a este grupo de regras será excluída também.|Todos as :count regras ligadas a este grupo de regras serão excluídas também.', 'also_delete_piggyBanks' => 'O único cofrinho conectado a essa conta será excluído também.|Todos os :count cofrinhos conectados a esta conta serão excluídos também.', 'bill_keep_transactions' => 'A única transação a esta conta não será excluída.|Todos as :count transações conectadas a esta fatura não serão excluídos.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Data de pagamento', 'invoice_date' => 'Data da Fatura', 'internal_reference' => 'Referência interna', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From 5e692e10bcc8cad63ea1b92901439a62926759fb Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:43 +0200 Subject: [PATCH 063/194] New translations form.php (Slovenian) --- resources/lang/sl_SI/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/sl_SI/form.php b/resources/lang/sl_SI/form.php index f85aa1cde4..3df2e86e35 100644 --- a/resources/lang/sl_SI/form.php +++ b/resources/lang/sl_SI/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Delete attachment ":name"', 'delete_rule' => 'Delete rule ":title"', 'delete_rule_group' => 'Delete rule group ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?', 'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?', 'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Payment date', 'invoice_date' => 'Invoice date', 'internal_reference' => 'Internal reference', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From 9a1219c70cea656b7b351eb88f064c6e5ee9b3e1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:45 +0200 Subject: [PATCH 064/194] New translations list.php (Chinese Traditional) --- resources/lang/zh_TW/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/zh_TW/list.php b/resources/lang/zh_TW/list.php index e9e40f95be..60c67ed53a 100644 --- a/resources/lang/zh_TW/list.php +++ b/resources/lang/zh_TW/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => '來源帳戶', 'destination_account' => 'Destination account', - 'accounts_count' => 'Number of accounts', - 'journals_count' => 'Number of transactions', - 'attachments_count' => 'Number of attachments', - 'bills_count' => 'Number of bills', - 'categories_count' => 'Number of categories', - 'export_jobs_count' => 'Number of export jobs', - 'import_jobs_count' => 'Number of import jobs', - 'budget_count' => 'Number of budgets', - 'rule_and_groups_count' => 'Number of rules and rule groups', - 'tags_count' => 'Number of tags', + 'accounts_count' => 'Number of accounts', + 'journals_count' => 'Number of transactions', + 'attachments_count' => 'Number of attachments', + 'bills_count' => 'Number of bills', + 'categories_count' => 'Number of categories', + 'export_jobs_count' => 'Number of export jobs', + 'import_jobs_count' => 'Number of import jobs', + 'budget_count' => 'Number of budgets', + 'rule_and_groups_count' => 'Number of rules and rule groups', + 'tags_count' => 'Number of tags', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From 235c7a3bb8c797794446e4d39b335a919144c603 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:46 +0200 Subject: [PATCH 065/194] New translations list.php (Dutch) --- resources/lang/nl_NL/list.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index 3efab736fa..0f6fef3101 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -78,14 +78,17 @@ return [ 'source_account' => 'Bronrekening', 'destination_account' => 'Doelrekening', - 'accounts_count' => 'Aantal rekeningen', - 'journals_count' => 'Aantal transacties', - 'attachments_count' => 'Aantal bijlagen', - 'bills_count' => 'Aantal contracten', - 'categories_count' => 'Aantal categorieën', - 'export_jobs_count' => 'Aantal export-jobs', - 'import_jobs_count' => 'Aantal import-jobs', - 'budget_count' => 'Aantal budgetten', - 'rule_and_groups_count' => 'Aantal regels en regelgroepen', - 'tags_count' => 'Aantal tags', + 'accounts_count' => 'Aantal rekeningen', + 'journals_count' => 'Aantal transacties', + 'attachments_count' => 'Aantal bijlagen', + 'bills_count' => 'Aantal contracten', + 'categories_count' => 'Aantal categorieën', + 'export_jobs_count' => 'Aantal export-jobs', + 'import_jobs_count' => 'Aantal import-jobs', + 'budget_count' => 'Aantal budgetten', + 'rule_and_groups_count' => 'Aantal regels en regelgroepen', + 'tags_count' => 'Aantal tags', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file From 62a3bbbcf525017ea62b78eb71d9e9bb30bf1b39 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:48 +0200 Subject: [PATCH 066/194] New translations form.php (Polish) --- resources/lang/pl_PL/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index fe143cc460..62c422bc78 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Usuń załącznik ":name"', 'delete_rule' => 'Usuń regułę ":title"', 'delete_rule_group' => 'Usuń grupę reguł ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Czy na pewno chcesz usunąć załącznik o nazwie ":name"?', 'account_areYouSure' => 'Czy na pewno chcesz usunąć konto o nazwie ":name"?', 'bill_areYouSure' => 'Czy na pewno chcesz usunąć rachunek o nazwie ":name"?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => 'Czy na pewno chcesz usunąć transakcję opisaną ":description"?', 'mass_journal_are_you_sure' => 'Czy na pewno chcesz usunąć te transakcje?', 'tag_areYouSure' => 'Czy na pewno chcesz usunąć tag ":tag"?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Usuwanie rzeczy z Firefly jest trwałe i nie można tego cofnąć.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Trwale usuń zaznaczone', 'update_all_journals' => 'Zmodyfikuj te transakcje', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Data płatności', 'invoice_date' => 'Data faktury', 'internal_reference' => 'Internal reference', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From ba4616371b633d13fb735a57d99c98f65b06518a Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:50 +0200 Subject: [PATCH 067/194] New translations form.php (German) --- resources/lang/de_DE/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index dcab7b67ef..921cadc2d0 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Lösche Anhang ":name"', 'delete_rule' => 'Lösche Regel ":title"', 'delete_rule_group' => 'Lösche Regelgruppe ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Sind Sie sicher, dass Sie den Anhang ":name" löschen möchten?', 'account_areYouSure' => 'Sind Sie sicher, dass Sie das Konto ":name" löschen möchten?', 'bill_areYouSure' => 'Sind Sie sicher, dass Sie die Rechnung ":name" löschen möchten?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => 'Sind Sie sicher, dass Sie die Überweisung mit dem Namen ":description" löschen möchten?', 'mass_journal_are_you_sure' => 'Sind Sie sicher, dass Sie diese Überweisung löschen möchten?', 'tag_areYouSure' => 'Sind Sie sicher, dass Sie den Tag ":name" löschen möchten?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Das Löschen von Dingen in Firefly ist dauerhaft und kann nicht rückgängig gemacht werden.', 'mass_make_selection' => 'Sie können das Löschen von Elementen verhinden, indem Sie die Checkbox entfernen.', 'delete_all_permanently' => 'Ausgewähltes dauerhaft löschen', 'update_all_journals' => 'Diese Transaktionen aktualisieren', 'also_delete_transactions' => 'Die einzige Überweisung, die mit diesem Konto verknüpft ist, wird ebenfalls gelöscht. | Alle :count Überweisungen, die mit diesem Konto verknüpft sind, werden ebenfalls gelöscht.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'Die einzige Regel, die mit diesem Konto verknüpft ist, wird ebenfalls gelöscht. | Alle :count Regeln, die mit diesem Konto verknüpft sind, werden ebenfalls gelöscht.', 'also_delete_piggyBanks' => 'Das einzige Sparschwein, das mit diesem Konto verknüpft ist, wird ebenfalls gelöscht. | Alle :count Sparschweine, die mit diesem Konto verknüpft sind, werden ebenfalls gelöscht.', 'bill_keep_transactions' => 'Die einzige Überweisung, die mit dieser Rechnung verknüpft ist, wird nicht gelöscht. | Keine der :count Überweisungen, die mit dieser Rechnung verknüpft sind, werden gelöscht.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Zahlungsdatum', 'invoice_date' => 'Rechnungsdatum', 'internal_reference' => 'Interner Verweis', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From 245db56771d3567d6bea75dbd8a5a46f7e9b3d66 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:52 +0200 Subject: [PATCH 068/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 79ffb73369..b4e42e1e32 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -937,6 +937,26 @@ return [ 'no_block_code' => 'No reason for block or user not blocked', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From be48a2ed91996894a2845478d290b4f139e120bc Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:54 +0200 Subject: [PATCH 069/194] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 0a1eff694e..5b78485524 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -938,6 +938,26 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'no_block_code' => 'Kein Grund für Block oder Benutzer nicht blockiert', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From a2b2e01e39f4d67c1fb494fce19fd26beffe50a5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:57 +0200 Subject: [PATCH 070/194] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 89f3da2471..1cceb076cf 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -937,6 +937,26 @@ return [ 'no_block_code' => 'Geen reden of gebruiker niet geblokkeerd', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From 9a52fcf66db1452b9156c42de2e201e9411781a9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:20:59 +0200 Subject: [PATCH 071/194] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index afd7643bf2..b17b3c75a5 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -937,6 +937,26 @@ return [ 'no_block_code' => 'No reason for block or user not blocked', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From 27470499863a9d9f666f681b9eb0494d94c41048 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:21:02 +0200 Subject: [PATCH 072/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index db37dc7f0b..98a2a063dc 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -937,6 +937,26 @@ return [ 'no_block_code' => 'No reason for block or user not blocked', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From a428aedf14ed9bc7e5fbbd51a91e3d70493de055 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:21:04 +0200 Subject: [PATCH 073/194] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index d7aeecb4d6..a9a19a189e 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -937,6 +937,26 @@ return [ 'no_block_code' => 'No reason for block or user not blocked', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From 637ccf1b2adb456db08f5d3f20bf1af495dc4281 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:21:05 +0200 Subject: [PATCH 074/194] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index e3f2cb50b2..92453c5fe0 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Verwijder bijlage ":name"', 'delete_rule' => 'Verwijder regel ":title"', 'delete_rule_group' => 'Verwijder regelgroep ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Weet je zeker dat je de bijlage met naam ":name" wilt verwijderen?', 'account_areYouSure' => 'Weet je zeker dat je de rekening met naam ":name" wilt verwijderen?', 'bill_areYouSure' => 'Weet je zeker dat je het contract met naam ":name" wilt verwijderen?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => 'Weet je zeker dat je de transactie met naam ":description" wilt verwijderen?', 'mass_journal_are_you_sure' => 'Weet je zeker dat je al deze transacties wilt verwijderen?', 'tag_areYouSure' => 'Weet je zeker dat je de tag met naam ":tag" wilt verwijderen?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Dingen verwijderen uit Firefly is permanent en kan niet ongedaan gemaakt worden.', 'mass_make_selection' => 'Je kan items alsnog redden van de ondergang door het vinkje weg te halen.', 'delete_all_permanently' => 'Verwijder geselecteerde items permanent', 'update_all_journals' => 'Wijzig deze transacties', 'also_delete_transactions' => 'Ook de enige transactie verbonden aan deze rekening wordt verwijderd.|Ook alle :count transacties verbonden aan deze rekening worden verwijderd.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'De enige regel in deze regelgroep wordt ook verwijderd.|Alle :count regels in deze regelgroep worden ook verwijderd.', 'also_delete_piggyBanks' => 'Ook het spaarpotje verbonden aan deze rekening wordt verwijderd.|Ook alle :count spaarpotjes verbonden aan deze rekening worden verwijderd.', 'bill_keep_transactions' => 'De transactie verbonden aan dit contract blijft bewaard.|De :count transacties verbonden aan dit contract blijven bewaard.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Betalingsdatum', 'invoice_date' => 'Factuurdatum', 'internal_reference' => 'Interne verwijzing', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From 109c1ce2456f68f3eb0b7d945f2b3b8a9147c80e Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:21:06 +0200 Subject: [PATCH 075/194] New translations form.php (French) --- resources/lang/fr_FR/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index f583f16d16..d66647d05b 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Supprimer la pièce jointe ":name"', 'delete_rule' => 'Supprimer la règle ":title"', 'delete_rule_group' => 'Supprimer le groupe de filtres ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la pièce jointe nommée ":name" ?', 'account_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le compte nommé ": ame" ?', 'bill_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la facture nommée ":name" ?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la description de l\'opération ":description" ?', 'mass_journal_are_you_sure' => 'Êtes-vous sûr de que vouloir supprimer ces opérations ?', 'tag_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le tag ":tag" ?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Supprimer quelque chose dans Firefly est permanent et ne peut pas être annulé.', 'mass_make_selection' => 'Vous pouvez toujours empêcher des éléments d’être supprimés en décochant la case à cocher.', 'delete_all_permanently' => 'Supprimer la selection définitivement', 'update_all_journals' => 'Mettre à jour ces opérations', 'also_delete_transactions' => 'La seule opération liée à ce compte sera aussi supprimée.|Les :count opérations liées à ce compte seront aussi supprimées.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'La seule règle liée à ce groupe de règles sera aussi supprimée.|Les :count règles liées à ce groupe de règles seront aussi supprimées.', 'also_delete_piggyBanks' => 'La seule tirelire liée à ce compte sera aussi supprimée.|Les :count tirelires liées à ce compte seront aussi supprimées.', 'bill_keep_transactions' => 'La seule opération liée à cette facture ne sera pas supprimée.|Les :count opérations liées à cette facture ne seront pas supprimées.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Date de paiement', 'invoice_date' => 'Date de facturation', 'internal_reference' => 'Référence interne', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From 926b1ae28b3a9a520d6521f61175fd8ce95ccb51 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:21:08 +0200 Subject: [PATCH 076/194] New translations form.php (Chinese Traditional) --- resources/lang/zh_TW/form.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index d6e34d93a8..fdd71d3f2a 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -135,6 +135,7 @@ return [ 'delete_attachment' => 'Delete attachment ":name"', 'delete_rule' => 'Delete rule ":title"', 'delete_rule_group' => 'Delete rule group ":title"', + 'delete_link_type' => 'Delete link type ":name"', 'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?', 'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?', 'bill_areYouSure' => '你確定要刪除賬單 ":name" 嗎?', @@ -147,11 +148,13 @@ return [ 'journal_areYouSure' => '你真的要刪除這個描述為 ":description" 的交易嗎?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'tag_areYouSure' => '你真的要要刪除標籤 ":tag" 嗎?', + 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', @@ -189,4 +192,7 @@ return [ 'payment_date' => 'Payment date', 'invoice_date' => 'Invoice date', 'internal_reference' => 'Internal reference', + + 'inward' => 'Inward description', + 'outward' => 'Outward description', ]; \ No newline at end of file From a8442ca0bb085992f5f89841807c04d85e971695 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:21:10 +0200 Subject: [PATCH 077/194] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 53dad8f60b..f59551b36e 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -937,6 +937,26 @@ return [ 'no_block_code' => 'No reason for block or user not blocked', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From 78b44af7a28d84c59f4916ea500689a9c78453f8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 07:21:12 +0200 Subject: [PATCH 078/194] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 1ba7b86648..474627d335 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -937,6 +937,26 @@ return [ 'no_block_code' => 'No reason for block or user not blocked', // links 'journal_link_configuration' => 'Transaction links configuration', + 'create_new_link_type' => 'Create new link type', + 'store_new_link_type' => 'Store new link type', + 'update_link_type' => 'Update link type', + 'edit_link_type' => 'Edit link type ":name"', + 'updated_link_type' => 'Updated link type ":name"', + 'delete_link_type' => 'Delete link type ":name"', + 'deleted_link_type' => 'Deleted link type ":name"', + 'stored_new_link_type' => 'Store new link type ":name"', + 'cannot_edit_link_type' => 'Cannot edit link type ":name"', + 'link_type_help_name' => 'Ie. "Duplicates"', + 'link_type_help_inward' => 'Ie. "duplicates"', + 'link_type_help_outward' => 'Ie. "is duplicated by"', + 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', + 'do_not_save_connection' => '(do not save connection)', + 'link_transaction' => 'Link transaction', + 'link_to_other_transaction' => 'Link this transaction to another transaction', + 'select_transaction_to_link' => 'Select a transaction to link this transaction to', + 'this_transaction' => 'This transaction', + 'transaction' => 'Transaction', + 'comments' => 'Comments', // split a transaction: From 49e7b4f4eab06ec36086aa345e4a1ccc82b1a7d9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 10:40:15 +0200 Subject: [PATCH 079/194] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index 92453c5fe0..d77233351f 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -135,7 +135,7 @@ return [ 'delete_attachment' => 'Verwijder bijlage ":name"', 'delete_rule' => 'Verwijder regel ":title"', 'delete_rule_group' => 'Verwijder regelgroep ":title"', - 'delete_link_type' => 'Delete link type ":name"', + 'delete_link_type' => 'Verwijder linktype ":name"', 'attachment_areYouSure' => 'Weet je zeker dat je de bijlage met naam ":name" wilt verwijderen?', 'account_areYouSure' => 'Weet je zeker dat je de rekening met naam ":name" wilt verwijderen?', 'bill_areYouSure' => 'Weet je zeker dat je het contract met naam ":name" wilt verwijderen?', @@ -148,13 +148,13 @@ return [ 'journal_areYouSure' => 'Weet je zeker dat je de transactie met naam ":description" wilt verwijderen?', 'mass_journal_are_you_sure' => 'Weet je zeker dat je al deze transacties wilt verwijderen?', 'tag_areYouSure' => 'Weet je zeker dat je de tag met naam ":tag" wilt verwijderen?', - 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', + 'linkType_areYouSure' => 'Weet je zeker dat je linktype ":name" (":inward" / ":outward") wilt verwijderen?', 'permDeleteWarning' => 'Dingen verwijderen uit Firefly is permanent en kan niet ongedaan gemaakt worden.', 'mass_make_selection' => 'Je kan items alsnog redden van de ondergang door het vinkje weg te halen.', 'delete_all_permanently' => 'Verwijder geselecteerde items permanent', 'update_all_journals' => 'Wijzig deze transacties', 'also_delete_transactions' => 'Ook de enige transactie verbonden aan deze rekening wordt verwijderd.|Ook alle :count transacties verbonden aan deze rekening worden verwijderd.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'De enige transactie gelinkt met dit linktype zal deze verbinding verliezen. | Alle :count transacties met dit linktype zullen deze verbinding verliezen.', 'also_delete_rules' => 'De enige regel in deze regelgroep wordt ook verwijderd.|Alle :count regels in deze regelgroep worden ook verwijderd.', 'also_delete_piggyBanks' => 'Ook het spaarpotje verbonden aan deze rekening wordt verwijderd.|Ook alle :count spaarpotjes verbonden aan deze rekening worden verwijderd.', 'bill_keep_transactions' => 'De transactie verbonden aan dit contract blijft bewaard.|De :count transacties verbonden aan dit contract blijven bewaard.', @@ -193,6 +193,6 @@ return [ 'invoice_date' => 'Factuurdatum', 'internal_reference' => 'Interne verwijzing', - 'inward' => 'Inward description', - 'outward' => 'Outward description', + 'inward' => 'Binnenwaartse beschrijving', + 'outward' => 'Buitenwaartse beschrijving', ]; \ No newline at end of file From 46adb7644a3370c8de37be58958a279f2ba4316c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 10:40:18 +0200 Subject: [PATCH 080/194] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 42 ++++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 1cceb076cf..6cca64e7f1 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -936,27 +936,27 @@ return [ 'block_code_expired' => 'Demo-account verlopen', 'no_block_code' => 'Geen reden of gebruiker niet geblokkeerd', // links - 'journal_link_configuration' => 'Transaction links configuration', - 'create_new_link_type' => 'Create new link type', - 'store_new_link_type' => 'Store new link type', - 'update_link_type' => 'Update link type', - 'edit_link_type' => 'Edit link type ":name"', - 'updated_link_type' => 'Updated link type ":name"', - 'delete_link_type' => 'Delete link type ":name"', - 'deleted_link_type' => 'Deleted link type ":name"', - 'stored_new_link_type' => 'Store new link type ":name"', - 'cannot_edit_link_type' => 'Cannot edit link type ":name"', - 'link_type_help_name' => 'Ie. "Duplicates"', - 'link_type_help_inward' => 'Ie. "duplicates"', - 'link_type_help_outward' => 'Ie. "is duplicated by"', - 'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:', - 'do_not_save_connection' => '(do not save connection)', - 'link_transaction' => 'Link transaction', - 'link_to_other_transaction' => 'Link this transaction to another transaction', - 'select_transaction_to_link' => 'Select a transaction to link this transaction to', - 'this_transaction' => 'This transaction', - 'transaction' => 'Transaction', - 'comments' => 'Comments', + 'journal_link_configuration' => 'Instellingen voor transactielinks', + 'create_new_link_type' => 'Maak nieuw linktype', + 'store_new_link_type' => 'Sla nieuw linktype op', + 'update_link_type' => 'Update linktype', + 'edit_link_type' => 'Wijzig linktype ":name"', + 'updated_link_type' => 'Linktype ":name" gewijzigd', + 'delete_link_type' => 'Linktype ":name" verwijderd', + 'deleted_link_type' => 'Linktype ":name" verwijderd', + 'stored_new_link_type' => 'Linktype ":name" opgeslagen', + 'cannot_edit_link_type' => 'Kan linktype ":name" niet wijzigen', + 'link_type_help_name' => 'Bijv. "Dupliceert"', + 'link_type_help_inward' => 'Bijv. "dupliceert"', + 'link_type_help_outward' => 'Bijv. "is duplicaat van"', + 'save_connections_by_moving' => 'Sla de link tussen deze transactie(s) op door ze te op te slaan onder een ander linktype:', + 'do_not_save_connection' => '(gooi ook links weg)', + 'link_transaction' => 'Link transactie', + 'link_to_other_transaction' => 'Link deze transactie aan een andere transactie', + 'select_transaction_to_link' => 'Selecteer een transactie om deze transactie aan te linken', + 'this_transaction' => 'Deze transactie', + 'transaction' => 'Transactie', + 'comments' => 'Opmerkingen', // split a transaction: From eebbbdd0dc9bd6080f8caf50564a1b17e0592007 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 10:50:16 +0200 Subject: [PATCH 081/194] New translations list.php (Dutch) --- resources/lang/nl_NL/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index 0f6fef3101..38ccf0caba 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -88,7 +88,7 @@ return [ 'budget_count' => 'Aantal budgetten', 'rule_and_groups_count' => 'Aantal regels en regelgroepen', 'tags_count' => 'Aantal tags', - 'inward' => 'Inward description', - 'outward' => 'Outward description', - 'number_of_transactions' => 'Number of transactions', + 'inward' => 'Binnenwaartse beschrijving', + 'outward' => 'Buitenwaartse beschrijving', + 'number_of_transactions' => 'Aantal transacties', ]; \ No newline at end of file From 5f82e947b20cb6f8afc0f00ffa698a93a34dd30e Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 17:20:12 +0200 Subject: [PATCH 082/194] New translations demo.php (Dutch) --- resources/lang/nl_NL/demo.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/nl_NL/demo.php b/resources/lang/nl_NL/demo.php index cf4cd9258a..91e456317f 100644 --- a/resources/lang/nl_NL/demo.php +++ b/resources/lang/nl_NL/demo.php @@ -15,12 +15,12 @@ return [ 'index' => 'Welkom bij Firefly III! Op deze pagina krijg je een overzicht van je financiën. Meer diepgaande informatie vindt je onder Rekeningen →Betaalrekeningen en natuurlijk onder Budgetten- en Overzichten. Klik gerust rond en en kijk waar je terecht komt.', 'accounts-index' => 'Betaalrekeningen zijn je persoonlijke bankrekeningen. Crediteuren zijn rekeningen waar jij geld uit geeft, zoals bij winkels of aan vrienden. Debiteuren zijn rekeningen waar jij geld van krijgt, zoals je werk, de overheid of andere bronnen van inkomsten. Op deze pagina kan je ze wijzigen of verwijderen.', 'budgets-index' => 'Op deze pagina zie je je budgetten. De bovenste balk is het bedrag dat je kan gaan budgetteren. Dat kan je zelf aanpassen door op het bedrag te klikken. Wat je daadwerkelijk hebt uitgegeven zie je in de balk er onder. Daar weer onder zie je elk budget en wat je er voor gebudgetteerd hebt.', - 'reports-index-start' => 'Firefly III supports four types of reports. Read about them by clicking on the -icon in the top right corner.', - 'reports-index-examples' => 'Be sure to check out these examples: a monthly financial overview, a yearly financial overview and a budget overview.', - 'currencies-index' => 'Firefly III supports multiple currencies. Although it defaults to the Euro it can be set to the US Dollar and many other currencies. As you can see a small selection of currencies has been included but you can add your own if you wish to. Changing the default currency will not change the currency of existing transactions however: Firefly III supports the use of multiple currencies at the same time.', - 'transactions-index' => 'These expenses, deposits and transfers are not particularly imaginative. They have been generated automatically.', - 'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.', - 'import-index' => 'Of course, any CSV file can be imported into Firefly III ', - 'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.', - 'import-configure-configuration' => 'The configuration you see below is correct for the local file.', + 'reports-index-start' => 'Firefly III ondersteunt vier soorten rapporten. Je kan meer over ze lezen door op het -icoontje te klikken (rechtsboven).', + 'reports-index-examples' => 'Bekijk eens deze voorbeelden: een maandelijks financieel overzicht, een jaarlijks financieel overzicht en een budgetrapport.', + 'currencies-index' => 'Firefly ondersteunt meerdere valuta\'s. Hoewel het standaard de Euro is kan je ook kiezen voor de US dollar of een van de vele anderen. Er is een kleine selectie valuta meegeleverd maar je kan je eigen valuta toevoegen. Het veranderen van de standaardvaluta verandert de bestaande transacties niet: Firefly III ondersteunt het gebruik van meerdere valuta op hetzelfde moment.', + 'transactions-index' => 'Deze uitgaven, inkomsten en overschrijvingen zijn niet heel fantasierijk. Ze zijn automatisch gegenereerd.', + 'piggy-banks-index' => 'Zoals je kan zien zijn er drie spaarpotjes. Gebruik de plus- en minknoppen om het bedrag in de spaarpotjes te veranderen. Klik op de naam van het spaarpotje om er de geschiedenis van te zien.', + 'import-index' => 'Uiteraard kan je elk CSV bestand importeren in Firefly III ', + 'import-configure-security' => 'Uit veiligheidsoverwegingen is je upload vervangen door een lokaal bestand.', + 'import-configure-configuration' => 'Deze configuratie is correct voor het lokale bestand.', ]; \ No newline at end of file From fab5dc64e9a7a8075d9bddcf55eb720b1904d8c8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:20:31 +0200 Subject: [PATCH 083/194] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 90e139af7d..32671f97b1 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -957,7 +957,10 @@ return [ 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', 'comments' => 'Comments', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From 0ea28c646a58094859353e4ca5838206f3a24384 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:20:49 +0200 Subject: [PATCH 084/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index b4e42e1e32..9c4b70905a 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -957,7 +957,10 @@ return [ 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', 'comments' => 'Comments', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From 6d1ebf3952647e3430f300215babeb3e518eec8f Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:20:52 +0200 Subject: [PATCH 085/194] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 5b78485524..8f9ed85c7d 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -958,7 +958,10 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', 'comments' => 'Comments', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Transaktions Metadaten', From 5663fd386a1043440ed3de03511908604aa993b3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:20:55 +0200 Subject: [PATCH 086/194] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 6cca64e7f1..da4bbef064 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -957,7 +957,10 @@ return [ 'this_transaction' => 'Deze transactie', 'transaction' => 'Transactie', 'comments' => 'Opmerkingen', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Transactie meta-data', From 2ccf82749ff83c19d2100d94feda8999916a0243 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:20:58 +0200 Subject: [PATCH 087/194] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index b17b3c75a5..918637540a 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -957,7 +957,10 @@ return [ 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', 'comments' => 'Comments', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From baafba1774c752b7dd58b4554ee74a569cc790b6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:21:01 +0200 Subject: [PATCH 088/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 98a2a063dc..050b1ea817 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -957,7 +957,10 @@ return [ 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', 'comments' => 'Comments', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From e3ef729adfebb9c1a021047bfd07470edb58dc03 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:21:04 +0200 Subject: [PATCH 089/194] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index a9a19a189e..e07e20dda1 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -957,7 +957,10 @@ return [ 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', 'comments' => 'Comments', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Dados de transação', From 668ceda86c7b14ee0256c2fbd3eb6225b2e9c375 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:21:09 +0200 Subject: [PATCH 090/194] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index f59551b36e..638bac457e 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -957,7 +957,10 @@ return [ 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', 'comments' => 'Comments', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From 434291b5922c32cb17b2d7691ec5b29728bb6e3c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 18:21:12 +0200 Subject: [PATCH 091/194] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 474627d335..8fb31716aa 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -957,7 +957,10 @@ return [ 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', 'comments' => 'Comments', - + 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', + 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'journals_linked' => 'Transactions are linked.', + 'journals_error_linked' => 'These journals are already linked.', // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From 36778bb87e194eae809ea3b86d48f48496c30557 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 19:00:23 +0200 Subject: [PATCH 092/194] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 39 ++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index da4bbef064..bff0dd8616 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -936,31 +936,36 @@ return [ 'block_code_expired' => 'Demo-account verlopen', 'no_block_code' => 'Geen reden of gebruiker niet geblokkeerd', // links - 'journal_link_configuration' => 'Instellingen voor transactielinks', - 'create_new_link_type' => 'Maak nieuw linktype', - 'store_new_link_type' => 'Sla nieuw linktype op', - 'update_link_type' => 'Update linktype', + 'journal_link_configuration' => 'Instellingen voor transactiekoppelingen', + 'create_new_link_type' => 'Maak nieuw koppeltype', + 'store_new_link_type' => 'Sla nieuw koppeltype op', + 'update_link_type' => 'Update koppeltype', 'edit_link_type' => 'Wijzig linktype ":name"', - 'updated_link_type' => 'Linktype ":name" gewijzigd', - 'delete_link_type' => 'Linktype ":name" verwijderd', - 'deleted_link_type' => 'Linktype ":name" verwijderd', - 'stored_new_link_type' => 'Linktype ":name" opgeslagen', - 'cannot_edit_link_type' => 'Kan linktype ":name" niet wijzigen', + 'updated_link_type' => 'Koppeltype ":name" gewijzigd', + 'delete_link_type' => 'Koppeltype ":name" verwijderen', + 'deleted_link_type' => 'Koppeltype ":name" verwijderd', + 'stored_new_link_type' => 'Koppeltype ":name" opgeslagen', + 'cannot_edit_link_type' => 'Kan koppeltype ":name" niet wijzigen', 'link_type_help_name' => 'Bijv. "Dupliceert"', 'link_type_help_inward' => 'Bijv. "dupliceert"', 'link_type_help_outward' => 'Bijv. "is duplicaat van"', 'save_connections_by_moving' => 'Sla de link tussen deze transactie(s) op door ze te op te slaan onder een ander linktype:', - 'do_not_save_connection' => '(gooi ook links weg)', - 'link_transaction' => 'Link transactie', - 'link_to_other_transaction' => 'Link deze transactie aan een andere transactie', - 'select_transaction_to_link' => 'Selecteer een transactie om deze transactie aan te linken', + 'do_not_save_connection' => '(gooi ook koppelingen weg)', + 'link_transaction' => 'Koppel transactie', + 'link_to_other_transaction' => 'Koppel deze transactie aan een andere transactie', + 'select_transaction_to_link' => 'Selecteer een transactie om deze transactie aan te koppelen', 'this_transaction' => 'Deze transactie', 'transaction' => 'Transactie', 'comments' => 'Opmerkingen', - 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', - 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', - 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'to_link_not_found' => 'Als de transactie die je wilt koppelen niet gevonden wordt, voer dan het ID in.', + 'invalid_link_data' => 'Ongeldige informatie, de transactie kan niet gekoppeld worden.', + 'journals_linked' => 'De transacties zijn gekoppeld.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transactie meta-data', From c3f8573950de4e9b307433aa596d3de77afeed60 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 19:00:29 +0200 Subject: [PATCH 093/194] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 32671f97b1..000bf46200 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From a3884930308fe394487f2c740b16bdf744369ac4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 19:00:46 +0200 Subject: [PATCH 094/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 9c4b70905a..16a163d0bd 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From 18aeda47130857ec74758baaa37e6d3cd8d3bd61 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Aug 2017 19:00:49 +0200 Subject: [PATCH 095/194] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 8f9ed85c7d..c337d36d87 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -961,7 +961,12 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaktions Metadaten', From 82eb923689f932d4c89e7fb1c17a4a3a5f09a769 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:10:21 +0200 Subject: [PATCH 096/194] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 638bac457e..76308dc060 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From 670ac4a34fe5ac682d80c719c3ac1609e45520fd Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:10:27 +0200 Subject: [PATCH 097/194] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 8fb31716aa..5b4f73880e 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From 8b24716372f58dfb2b2ab6c9ec593374a78f6eb2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:10:31 +0200 Subject: [PATCH 098/194] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index e07e20dda1..d6a223377f 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Dados de transação', From 83fa13ea4b5f3da5cfa941ee91771c059536ce27 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:10:35 +0200 Subject: [PATCH 099/194] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 918637540a..4ea95fe25d 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From 875d5d50b8fa27016c038fed4cfbcf85d4685816 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:10:39 +0200 Subject: [PATCH 100/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 16a163d0bd..f95b6a4a89 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -456,9 +456,9 @@ return [ 'convert_to_Deposit' => 'Convertir ":description" vers un dépôt', 'convert_to_Transfer' => 'Convertir ":description" vers un transfert', 'convert_options_WithdrawalDeposit' => 'Convertir un retrait en dépôt', - 'convert_options_WithdrawalTransfer' => 'Convert a withdrawal into a transfer', - 'convert_options_DepositTransfer' => 'Convert a deposit into a transfer', - 'convert_options_DepositWithdrawal' => 'Convert a deposit into a withdrawal', + 'convert_options_WithdrawalTransfer' => 'Convertir un retrait en transfert', + 'convert_options_DepositTransfer' => 'Convertir un dépôt en transfert', + 'convert_options_DepositWithdrawal' => 'Convertir un dépôt en retrait', 'convert_options_TransferWithdrawal' => 'Convert a transfer into a withdrawal', 'convert_options_TransferDeposit' => 'Convert a transfer into a deposit', 'transaction_journal_convert_options' => 'Convertir cette transaction', From 92ddf9bb2d05910ecc5c689dcaabe2626afa0d9a Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:10:44 +0200 Subject: [PATCH 101/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 050b1ea817..099f0e3c10 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaction meta-data', From ef29d4efe8810cfc538e8a636d9afacc16d48b75 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:20:13 +0200 Subject: [PATCH 102/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index f95b6a4a89..cd17a14308 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -459,25 +459,25 @@ return [ 'convert_options_WithdrawalTransfer' => 'Convertir un retrait en transfert', 'convert_options_DepositTransfer' => 'Convertir un dépôt en transfert', 'convert_options_DepositWithdrawal' => 'Convertir un dépôt en retrait', - 'convert_options_TransferWithdrawal' => 'Convert a transfer into a withdrawal', - 'convert_options_TransferDeposit' => 'Convert a transfer into a deposit', + 'convert_options_TransferWithdrawal' => 'Convertir un transfert en retrait', + 'convert_options_TransferDeposit' => 'Convertir un transfert en dépôt', 'transaction_journal_convert_options' => 'Convertir cette transaction', 'convert_Withdrawal_to_deposit' => 'Convertir ce retrait en dépôt', 'convert_Withdrawal_to_transfer' => 'Convertir ce retrait en transfert', 'convert_Deposit_to_withdrawal' => 'Convertir ce dépôt en retrait', - 'convert_Deposit_to_transfer' => 'Convert this deposit to a transfer', - 'convert_Transfer_to_deposit' => 'Convert this transfer to a deposit', - 'convert_Transfer_to_withdrawal' => 'Convert this transfer to a withdrawal', - 'convert_please_set_revenue_source' => 'Please pick the revenue account where the money will come from.', - 'convert_please_set_asset_destination' => 'Please pick the asset account where the money will go to.', - 'convert_please_set_expense_destination' => 'Please pick the expense account where the money will go to.', - 'convert_please_set_asset_source' => 'Please pick the asset account where the money will come from.', - 'convert_explanation_withdrawal_deposit' => 'If you convert this withdrawal into a deposit, :amount will be deposited into :sourceName instead of taken from it.', - 'convert_explanation_withdrawal_transfer' => 'If you convert this withdrawal into a transfer, :amount will be transferred from :sourceName to a new asset account, instead of being paid to :destinationName.', - 'convert_explanation_deposit_withdrawal' => 'If you convert this deposit into a withdrawal, :amount will be removed from :destinationName instead of added to it.', - 'convert_explanation_deposit_transfer' => 'If you convert this deposit into a transfer, :amount will be transferred from an asset account of your choice into :destinationName.', - 'convert_explanation_transfer_withdrawal' => 'If you convert this transfer into a withdrawal, :amount will go from :sourceName to a new destination as an expense, instead of to :destinationName as a transfer.', - 'convert_explanation_transfer_deposit' => 'If you convert this transfer into a deposit, :amount will be deposited into account :destinationName instead of being transferred there.', + 'convert_Deposit_to_transfer' => 'Convertir ce dépôt en transfert', + 'convert_Transfer_to_deposit' => 'Convertir ce transfert en dépôt', + 'convert_Transfer_to_withdrawal' => 'Convertir ce transfert en retrait', + 'convert_please_set_revenue_source' => 'Veuillez choisir le compte de recettes d\'où proviendra l’argent.', + 'convert_please_set_asset_destination' => 'Veuillez choisir le compte d\'actifs auquel l\'argent sera versé.', + 'convert_please_set_expense_destination' => 'Veuillez choisir le compte de dépense auquel l\'argent sera versé.', + 'convert_please_set_asset_source' => 'Veuillez choisir le compte d’actif d\'où proviendra l’argent.', + 'convert_explanation_withdrawal_deposit' => 'Si vous convertissez ce retrait en dépôt, :amount sera déposé dans :sourceName au lieu de le retirer.', + 'convert_explanation_withdrawal_transfer' => 'Si vous convertissez ce retrait en transfert, :amount sera transféré de :sourceName vers un nouveau compte d\'actif, au lieu d\'être payé à :DestinationName .', + 'convert_explanation_deposit_withdrawal' => 'Si vous convertissez ce dépôt dans un retrait :amount sera supprimé de :destinationName au lieu d\'y être ajouté.', + 'convert_explanation_deposit_transfer' => 'Si vous convertissez ce dépôt en transfert, :amount sera transféré d\'un compte d\'actif de votre choix en : destinationName.', + 'convert_explanation_transfer_withdrawal' => 'Si vous convertissez ce transfert en retrait, le montant passera de :sourceName à une nouvelle destination comme une dépense, au lieu de :destinationName en tant que transfert.', + 'convert_explanation_transfer_deposit' => 'Si vous convertissez ce transfert en dépôt, :amount sera déposé dans le compte :destinationName au lieu d\'y être transféré.', 'converted_to_Withdrawal' => 'The transaction has been converted to a withdrawal', 'converted_to_Deposit' => 'The transaction has been converted to a deposit', 'converted_to_Transfer' => 'The transaction has been converted to a transfer', From b50d97c3b707b2cd08c843af94522636e7815b76 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:30:16 +0200 Subject: [PATCH 103/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index cd17a14308..d307538a29 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -478,9 +478,9 @@ return [ 'convert_explanation_deposit_transfer' => 'Si vous convertissez ce dépôt en transfert, :amount sera transféré d\'un compte d\'actif de votre choix en : destinationName.', 'convert_explanation_transfer_withdrawal' => 'Si vous convertissez ce transfert en retrait, le montant passera de :sourceName à une nouvelle destination comme une dépense, au lieu de :destinationName en tant que transfert.', 'convert_explanation_transfer_deposit' => 'Si vous convertissez ce transfert en dépôt, :amount sera déposé dans le compte :destinationName au lieu d\'y être transféré.', - 'converted_to_Withdrawal' => 'The transaction has been converted to a withdrawal', - 'converted_to_Deposit' => 'The transaction has been converted to a deposit', - 'converted_to_Transfer' => 'The transaction has been converted to a transfer', + 'converted_to_Withdrawal' => 'La transaction a été convertie en retrait', + 'converted_to_Deposit' => 'La transaction a été convertie en dépôt', + 'converted_to_Transfer' => 'La transaction a été convertie en transfert', // create new stuff: @@ -531,10 +531,10 @@ return [ 'update_amount' => 'Mettre à jour le montant', 'update_budget' => 'Mettre à jour le budget', 'update_budget_amount_range' => 'Mettre à jour le montant disponible (prévu) entre le :start et le :end', - 'budget_period_navigator' => 'Period navigator', + 'budget_period_navigator' => 'Navigateur d\'époque', // bills: - 'matching_on' => 'Matching on', + 'matching_on' => 'Correspond à', 'between_amounts' => 'entre :low et :high.', 'repeats' => 'Répétitions', 'connected_journals' => 'Opérations liées', @@ -553,11 +553,11 @@ return [ 'cannot_scan_inactive_bill' => 'Les factures inactives ne peuvent pas être analysées.', 'rescanned_bill' => 'Réanalyser tout.', 'average_bill_amount_year' => 'Montant moyen des factures ( :year)', - 'average_bill_amount_overall' => 'Average bill amount (overall)', - 'not_or_not_yet' => 'Not (yet)', - 'not_expected_period' => 'Not expected this period', - 'bill_is_active' => 'Bill is active', - 'bill_will_automatch' => 'Bill will automatically linked to matching transactions', + 'average_bill_amount_overall' => 'Montant moyen de la facture (global)', + '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_will_automatch' => 'La facture sera automatiquement liée aux transactions correspondantes', // accounts: 'details_for_asset' => 'Détails pour le compte d’actif ":name"', 'details_for_expense' => 'Détail du compte de dépenses ":name"', @@ -591,15 +591,15 @@ return [ 'stored_new_account' => 'Nouveau compte ":name" créé !', 'updated_account' => 'Nom du compte ":name"', 'credit_card_options' => 'Cartes de crédit', - 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', - 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', - 'select_more_than_one_account' => 'Please select more than one account', - 'select_more_than_one_category' => 'Please select more than one category', - 'select_more_than_one_budget' => 'Please select more than one budget', - 'select_more_than_one_tag' => 'Please select more than one tag', + 'no_transactions_account' => 'Il n\'y a pas de transactions (dans cette période) pour le compte d\'actif ":name".', + 'no_data_for_chart' => 'Il n\'y a pas assez d\'informations (pour le moment) pour générer ce graphique.', + 'select_more_than_one_account' => 'Veuillez sélectionner plus d\'un compte', + 'select_more_than_one_category' => 'Veuillez sélectionner plus d\'une catégorie', + 'select_more_than_one_budget' => 'Veuillez sélectionner plus d\'un budget', + 'select_more_than_one_tag' => 'Veuillez sélectionner plus d\'un tag', 'from_to' => 'De :start à :end', 'from_to_breadcrumb' => 'de :start à :end', - 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', + 'account_default_currency' => 'Si vous sélectionnez une autre monnaie, les nouvelles transactions de ce compte auront cette monnaie pré-sélectionnées.', // categories: 'new_category' => 'Nouvelle catégorie', From 3936251363a0a49fdf1043dcbada275d830deb9e Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:40:09 +0200 Subject: [PATCH 104/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 52 ++++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index d307538a29..acf1611e56 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -614,7 +614,7 @@ return [ 'delete_category' => 'Supprimer la catégorie ":name"', 'deleted_category' => 'Catégorie ":name" supprimée', 'store_category' => 'Créer une nouvelle catgorie', - 'stored_category' => 'Stored new category ":name"', + 'stored_category' => 'Nouvelle catégorie stockée ":name"', 'without_category_between' => 'Sans catégorie entre :start et :end', // transactions: @@ -632,13 +632,13 @@ 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', - 'stop_selection' => 'Stop selecting transactions', + 'stop_selection' => 'Arrêter de sélectionner les transactions', 'edit_selected' => 'Modifier la sélection', 'delete_selected' => 'Supprimer la sélection', '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.', - 'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious.', + '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', @@ -647,9 +647,9 @@ return [ 'welcome' => 'Bienvenue sur Firefly !', 'submit' => 'Soumettre', 'getting_started' => 'Mise en route', - 'to_get_started' => 'It is good to see you have successfully installed Firefly III. To get started with this tool please enter your bank\'s name and the balance of your main checking account. Do not worry yet if you have multiple accounts. You can add those later. It\'s just that Firefly III needs something to start with.', - 'savings_balance_text' => 'Firefly III will automatically create a savings account for you. By default, there will be no money in your savings account, but if you tell Firefly III the balance it will be stored as such.', - 'finish_up_new_user' => 'That\'s it! You can continue by pressing Submit. You will be taken to the index of Firefly III.', + 'to_get_started' => 'Il est bon de voir que vous avez installé Firefly III avec succès. Pour commencer avec cet outil, entrez le nom de votre banque et le solde de votre compte courant principal. Ne vous inquiétez pas encore si vous avez plusieurs comptes. Vous pouvez les ajouter plus tard. C\'est juste que Firefly III a besoin de quelque chose pour commencer.', + 'savings_balance_text' => 'Firefly III créera automatiquement un compte d\'épargne pour vous. Par défaut, il n\'y aura pas d\'argent dans votre compte d\'épargne, mais si vous dites à Firefly III, le solde sera stocké en tant que tel.', + 'finish_up_new_user' => 'C\'est tout ! Vous pouvez continuer en appuyant sur Envoyer. Vous passerez à l\'index de Firefly III.', 'stored_new_accounts_new_user' => 'Super ! Vos nouveaux comptes ont été créé.', // home page: @@ -711,18 +711,18 @@ return [ 'errors' => 'Erreurs', // reports: - 'report_default' => 'Default financial report between :start and :end', - 'report_audit' => 'Transaction history overview between :start and :end', - 'report_category' => 'Category report between :start and :end', - 'report_budget' => 'Budget report between :start and :end', - 'report_tag' => 'Tag report between :start and :end', + 'report_default' => 'Rapport financier par défaut entre :start et :end', + 'report_audit' => 'Aperçu de l\'historique des transactions entre :start et :end', + 'report_category' => 'Rapport de catégorie entre :start et :end', + 'report_budget' => 'Rapport du budget entre :start et :end', + 'report_tag' => 'Marquer le rapport entre :start and :end', 'quick_link_reports' => 'Liens rapides', 'quick_link_default_report' => 'Rapport financier par défaut', 'quick_link_audit_report' => 'Historique des transactions', 'report_this_month_quick' => 'Mois en cours, tous les comptes', 'report_this_year_quick' => 'Année en cours, tous les comptes', 'report_this_fiscal_year_quick' => 'Année fiscale en cours, tous les comptes', - 'report_all_time_quick' => 'All-time, all accounts', + 'report_all_time_quick' => 'Tous les temps, tous les comptes', 'reports_can_bookmark' => 'N’oubliez pas que les rapports peuvent être mis en signet.', 'incomeVsExpenses' => 'Revenus vs dépenses', 'accountBalances' => 'Solde du compte', @@ -734,8 +734,8 @@ return [ 'balanceEnd' => 'Solde à la fin de la période', 'reportsOwnAccounts' => 'Rapport pour vos propres comptes', 'reportsOwnAccountsAndShared' => 'Rapport pour vos comptes et ceux partagés', - 'splitByAccount' => 'Split by account', - 'balancedByTransfersAndTags' => 'Balanced by transfers and tags', + 'splitByAccount' => 'Divisé par compte', + 'balancedByTransfersAndTags' => 'Équilibré par des transferts et des tags', 'coveredWithTags' => 'Covered with tags', 'leftUnbalanced' => 'Left unbalanced', 'expectedBalance' => 'Solde attendu', @@ -816,20 +816,20 @@ return [ 'account_role_ccAsset' => 'Credit card', // charts: - 'chart' => 'Chart', + 'chart' => 'Diagramme', 'dayOfMonth' => 'Jour du mois', 'month' => 'Mois', 'budget' => 'Budget', 'spent' => 'Dépensé', - 'spent_in_budget' => 'Spent in budget', - 'left_to_spend' => 'Left to spend', + 'spent_in_budget' => 'Dépensé dans le budget', + 'left_to_spend' => 'Restant à dépenser', 'earned' => 'Gagné', - 'overspent' => 'Overspent', + 'overspent' => 'Trop dépensé', 'left' => 'Gauche', 'no_budget' => '(pas de budget)', - 'max-amount' => 'Maximum amount', - 'min-amount' => 'Minumum amount', - 'journal-amount' => 'Current bill entry', + 'max-amount' => 'Montant maximum', + 'min-amount' => 'Montant minimum', + 'journal-amount' => 'Entrée de facture courante', 'name' => 'Nom', 'date' => 'Date', 'paid' => 'Payé', @@ -837,8 +837,8 @@ return [ 'day' => 'Jour', 'budgeted' => 'Budgétisé', 'period' => 'Période', - 'balance' => 'Balance', - 'summary' => 'Summary', + 'balance' => 'Solde', + 'summary' => 'Résumé', 'sum' => 'Somme', 'average' => 'Moyenne', 'balanceFor' => 'Balance pour :name', @@ -892,9 +892,9 @@ return [ 'deleted_tag' => 'Tag ":tag" supprimé', 'new_tag' => 'Créer un nouveau tag', 'edit_tag' => 'Modifier le tag ":tag"', - 'updated_tag' => 'Updated tag ":tag"', - 'created_tag' => 'Tag ":tag" has been created!', - 'no_year' => 'No year set', + 'updated_tag' => 'Mise à jour de la balise ": tag"', + 'created_tag' => 'Tag ":tag" a été créé !', + 'no_year' => 'Aucune année définie', 'no_month' => 'No month set', 'tag_title_nothing' => 'Tags par défaut', 'tag_title_balancingAct' => 'Balancing act tags', From bf6b12cf57741963e9a2e9c203ead3b1bdc81062 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:50:06 +0200 Subject: [PATCH 105/194] New translations form.php (French) --- resources/lang/fr_FR/form.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index d66647d05b..7d523360ff 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -135,7 +135,7 @@ return [ 'delete_attachment' => 'Supprimer la pièce jointe ":name"', 'delete_rule' => 'Supprimer la règle ":title"', 'delete_rule_group' => 'Supprimer le groupe de filtres ":title"', - 'delete_link_type' => 'Delete link type ":name"', + 'delete_link_type' => 'Supprimer le type de lien ":name"', 'attachment_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la pièce jointe nommée ":name" ?', 'account_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le compte nommé ": ame" ?', 'bill_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la facture nommée ":name" ?', @@ -148,13 +148,13 @@ return [ 'journal_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la description de l\'opération ":description" ?', 'mass_journal_are_you_sure' => 'Êtes-vous sûr de que vouloir supprimer ces opérations ?', 'tag_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le tag ":tag" ?', - 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', + 'linkType_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le type de lien ":name" (":inward" / ":outward") ?', 'permDeleteWarning' => 'Supprimer quelque chose dans Firefly est permanent et ne peut pas être annulé.', 'mass_make_selection' => 'Vous pouvez toujours empêcher des éléments d’être supprimés en décochant la case à cocher.', 'delete_all_permanently' => 'Supprimer la selection définitivement', 'update_all_journals' => 'Mettre à jour ces opérations', 'also_delete_transactions' => 'La seule opération liée à ce compte sera aussi supprimée.|Les :count opérations liées à ce compte seront aussi supprimées.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'La seule transaction liée à ce type de lien perdra cette connexion. | Toutes les transactions :count liées à ce type de lien perdront leur connexion.', 'also_delete_rules' => 'La seule règle liée à ce groupe de règles sera aussi supprimée.|Les :count règles liées à ce groupe de règles seront aussi supprimées.', 'also_delete_piggyBanks' => 'La seule tirelire liée à ce compte sera aussi supprimée.|Les :count tirelires liées à ce compte seront aussi supprimées.', 'bill_keep_transactions' => 'La seule opération liée à cette facture ne sera pas supprimée.|Les :count opérations liées à cette facture ne seront pas supprimées.', @@ -193,6 +193,6 @@ return [ 'invoice_date' => 'Date de facturation', 'internal_reference' => 'Référence interne', - 'inward' => 'Inward description', - 'outward' => 'Outward description', + 'inward' => 'Description vers l’intérieur', + 'outward' => 'Description de l’extérieur', ]; \ No newline at end of file From 23be3afc9d11a6ac0ebbe595c552d00838628596 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:50:07 +0200 Subject: [PATCH 106/194] New translations list.php (French) --- resources/lang/fr_FR/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index 99c046801a..786e6a801a 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -88,7 +88,7 @@ return [ 'budget_count' => 'Nombre de budgets', 'rule_and_groups_count' => 'Nombre de règles et de groupes de règles', 'tags_count' => 'Nombre d’étiquettes', - 'inward' => 'Inward description', - 'outward' => 'Outward description', - 'number_of_transactions' => 'Number of transactions', + 'inward' => 'Description vers l’intérieur', + 'outward' => 'Description de l’extérieur', + 'number_of_transactions' => 'Nombre de transactions', ]; \ No newline at end of file From 6ec397b9346ed1fad180da7255e8f80645faef0f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 23:00:17 +0200 Subject: [PATCH 107/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index acf1611e56..d17efc1917 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -736,34 +736,34 @@ return [ 'reportsOwnAccountsAndShared' => 'Rapport pour vos comptes et ceux partagés', 'splitByAccount' => 'Divisé par compte', 'balancedByTransfersAndTags' => 'Équilibré par des transferts et des tags', - 'coveredWithTags' => 'Covered with tags', - 'leftUnbalanced' => 'Left unbalanced', + 'coveredWithTags' => 'Recouvert de tags', + 'leftUnbalanced' => 'Restant déséquilibré', 'expectedBalance' => 'Solde attendu', - 'outsideOfBudgets' => 'Outside of budgets', + 'outsideOfBudgets' => 'En dehors des budgets', 'leftInBudget' => 'Budget restant', 'sumOfSums' => 'Montant des sommes', 'noCategory' => '(aucune catégorie)', - 'notCharged' => 'Not charged (yet)', + 'notCharged' => 'Pas encore chargé', 'inactive' => 'Désactivé', 'active' => 'Actif', 'difference' => 'Différence', - 'in' => 'In', - 'out' => 'Out', - 'topX' => 'top :number', - 'show_full_list' => 'Show entire list', - 'show_only_top' => 'Show only top :number', + 'in' => 'Dans', + 'out' => 'Sorti', + 'topX' => 'en haut :number', + 'show_full_list' => 'Afficher la liste complète', + 'show_only_top' => 'Afficher uniquement en haut :number', 'sum_of_year' => 'Total sur l’année', 'sum_of_years' => 'Total des années', 'average_of_year' => 'Moyenne sur l\'année', - 'average_of_years' => 'Average of years', + 'average_of_years' => 'Moyenne des années', 'categories_earned_in_year' => 'Catégories (selon le revenu)', 'categories_spent_in_year' => 'Catégories (par dépenses)', 'report_type' => 'Type de rapport', 'report_type_default' => 'Rapport financier par défaut', 'report_type_audit' => 'Historique des transactions', - 'report_type_category' => 'Category report', - 'report_type_budget' => 'Budget report', - 'report_type_tag' => 'Tag report', + 'report_type_category' => 'Rapport par catégories', + 'report_type_budget' => 'Rapport du budget', + 'report_type_tag' => 'Rapport de tag', 'report_type_meta-history' => 'Vue d’ensemble des budgets, des catégories et des factures', 'more_info_help' => 'Plus d’informations sur ces types de rapports se trouvent dans les pages d’aide. Appuyez sur l’icône ( ?) dans le coin supérieur droit.', 'report_included_accounts' => 'Comptes inclus', @@ -771,7 +771,7 @@ return [ 'report_preset_ranges' => 'Pré-configurer les étendues', 'shared' => 'Partagé', 'fiscal_year' => 'Année fiscale', - 'income_entry' => 'Income from account ":name" between :start and :end', + 'income_entry' => 'Revenus du compte ":name" entre :start et :end', 'expense_entry' => 'Dépenses du compte ":name" entre le :start et le :end', 'category_entry' => 'Dépenses dans la catégorie ":name" entre le :start et le :end', 'budget_spent_amount' => 'Dépenses dans le budget ":budget" entre le :start et le :end', From 4a97a6403d0a24144078dbec9b16828557351b54 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 23:10:07 +0200 Subject: [PATCH 108/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index d17efc1917..561971e155 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -776,8 +776,8 @@ return [ 'category_entry' => 'Dépenses dans la catégorie ":name" entre le :start et le :end', 'budget_spent_amount' => 'Dépenses dans le budget ":budget" entre le :start et le :end', 'balance_amount' => 'Dépenses dans le budget ":budget" payé depuis le compte ":account" entre le :start et le :end', - 'no_audit_activity' => 'No activity was recorded on account :account_name between :start and :end.', - 'audit_end_balance' => 'Account balance of :account_name at the end of :end was: :balance', + 'no_audit_activity' => 'Aucune activité n\'a été enregistrée sur le compte :account_name entre :start et :end.', + 'audit_end_balance' => 'Solde du compte de :account_name à la fin de :end était: :balance', 'reports_extra_options' => 'Extra options', 'report_has_no_extra_options' => 'This report has no extra options', 'reports_submit' => 'View report', From ce53cdd4a4414a976f8262f950720415b2a2e3d0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 23:50:08 +0200 Subject: [PATCH 109/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 561971e155..7c9f2b32eb 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -778,25 +778,25 @@ return [ 'balance_amount' => 'Dépenses dans le budget ":budget" payé depuis le compte ":account" entre le :start et le :end', 'no_audit_activity' => 'Aucune activité n\'a été enregistrée sur le compte :account_name entre :start et :end.', 'audit_end_balance' => 'Solde du compte de :account_name à la fin de :end était: :balance', - 'reports_extra_options' => 'Extra options', - 'report_has_no_extra_options' => 'This report has no extra options', - 'reports_submit' => 'View report', - 'end_after_start_date' => 'End date of report must be after start date.', - 'select_category' => 'Select category(ies)', - 'select_budget' => 'Select budget(s).', - 'select_tag' => 'Select tag(s).', - 'income_per_category' => 'Income per category', - 'expense_per_category' => 'Expense per category', - 'expense_per_budget' => 'Expense per budget', - 'income_per_account' => 'Income per account', - 'expense_per_account' => 'Expense per account', - 'expense_per_tag' => 'Expense per tag', - 'income_per_tag' => 'Income per tag', - 'include_expense_not_in_budget' => 'Included expenses not in the selected budget(s)', - 'include_expense_not_in_account' => 'Included expenses not in the selected account(s)', - 'include_expense_not_in_category' => 'Included expenses not in the selected category(ies)', - 'include_income_not_in_category' => 'Included income not in the selected category(ies)', - 'include_income_not_in_account' => 'Included income not in the selected account(s)', + 'reports_extra_options' => 'Options supplémentaires', + 'report_has_no_extra_options' => 'Ce rapport n\'a pas d\'options supplémentaires', + 'reports_submit' => 'Afficher le rapport', + 'end_after_start_date' => 'La date de fin du rapport doit être postérieure à la date de début.', + 'select_category' => 'Sélectionner la/les catégorie(s)', + 'select_budget' => 'Sélectionnez le(s) budget(s).', + 'select_tag' => 'Sélectionnez le(s) tag(s).', + 'income_per_category' => 'Revenu par catégorie', + 'expense_per_category' => 'Dépenses par catégorie', + 'expense_per_budget' => 'Dépenses par budget', + 'income_per_account' => 'Revenu par compte', + 'expense_per_account' => 'Dépenses par compte', + 'expense_per_tag' => 'Dépenses par tag', + 'income_per_tag' => 'Revenu par tag', + 'include_expense_not_in_budget' => 'Frais inclus non compris dans le(s) budget(s) sélectionné(s)', + 'include_expense_not_in_account' => 'Frais inclus non compris dans le(s) compte(s) sélectionné(s)', + 'include_expense_not_in_category' => 'Les dépenses incluses ne sont pas dans la (les) catégorie(s) sélectionnée(s)', + 'include_income_not_in_category' => 'Les revenus inclus ne sont pas dans la (les) catégorie(s) sélectionnée(s)', + 'include_income_not_in_account' => 'Revenus inclus non compris dans le(s) compte(s) sélectionné(s)', 'include_income_not_in_tags' => 'Included income not in the selected tag(s)', 'include_expense_not_in_tags' => 'Included expenses not in the selected tag(s)', 'everything_else' => 'Everything else', From f2f6239b5956d503d735326b18faddeffc8dec3c Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 00:00:19 +0200 Subject: [PATCH 110/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 7c9f2b32eb..cbca24869b 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -797,7 +797,7 @@ return [ 'include_expense_not_in_category' => 'Les dépenses incluses ne sont pas dans la (les) catégorie(s) sélectionnée(s)', 'include_income_not_in_category' => 'Les revenus inclus ne sont pas dans la (les) catégorie(s) sélectionnée(s)', 'include_income_not_in_account' => 'Revenus inclus non compris dans le(s) compte(s) sélectionné(s)', - 'include_income_not_in_tags' => 'Included income not in the selected tag(s)', + 'include_income_not_in_tags' => 'Les revenus inclus ne sont pas dans la (les) catégorie(s) sélectionnée(s)', 'include_expense_not_in_tags' => 'Included expenses not in the selected tag(s)', 'everything_else' => 'Everything else', 'income_and_expenses' => 'Income and expenses', From 598eec219f9c21ae1ef02a64c49d8b15f525b1b4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 00:10:18 +0200 Subject: [PATCH 111/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index cbca24869b..b838fb4243 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -798,22 +798,22 @@ return [ 'include_income_not_in_category' => 'Les revenus inclus ne sont pas dans la (les) catégorie(s) sélectionnée(s)', 'include_income_not_in_account' => 'Revenus inclus non compris dans le(s) compte(s) sélectionné(s)', 'include_income_not_in_tags' => 'Les revenus inclus ne sont pas dans la (les) catégorie(s) sélectionnée(s)', - 'include_expense_not_in_tags' => 'Included expenses not in the selected tag(s)', - 'everything_else' => 'Everything else', - 'income_and_expenses' => 'Income and expenses', - 'spent_average' => 'Spent (average)', - 'income_average' => 'Income (average)', - 'transaction_count' => 'Transaction count', - 'average_spending_per_account' => 'Average spending per account', - 'average_income_per_account' => 'Average income per account', + 'include_expense_not_in_tags' => 'Les dépenses incluses ne sont pas dans le(s) tag(s) sélectionnée(s)', + 'everything_else' => 'Tout le reste', + 'income_and_expenses' => 'Recettes et dépenses', + 'spent_average' => 'Dépensé (moyenne)', + 'income_average' => 'Revenu (moyenne)', + 'transaction_count' => 'Nombre de transactions', + 'average_spending_per_account' => 'Dépenses moyennes par compte', + 'average_income_per_account' => 'Revenu moyen par compte', 'total' => 'Total', 'description' => 'Description', - 'sum_of_period' => 'Sum of period', - 'average_in_period' => 'Average in period', - 'account_role_defaultAsset' => 'Default asset account', - 'account_role_sharedAsset' => 'Shared asset account', - 'account_role_savingAsset' => 'Savings account', - 'account_role_ccAsset' => 'Credit card', + 'sum_of_period' => 'Somme pour la période', + 'average_in_period' => 'Moyenne pour la période', + 'account_role_defaultAsset' => 'Compte d\'actif par défaut', + 'account_role_sharedAsset' => 'Compte d\'actif partagé', + 'account_role_savingAsset' => 'Compte d’épargne', + 'account_role_ccAsset' => 'Carte de crédit', // charts: 'chart' => 'Diagramme', @@ -895,9 +895,9 @@ return [ 'updated_tag' => 'Mise à jour de la balise ": tag"', 'created_tag' => 'Tag ":tag" a été créé !', 'no_year' => 'Aucune année définie', - 'no_month' => 'No month set', + 'no_month' => 'Pas de mois défini', 'tag_title_nothing' => 'Tags par défaut', - 'tag_title_balancingAct' => 'Balancing act tags', + 'tag_title_balancingAct' => 'Acte d\'équilibrage des tags', 'tag_title_advancePayment' => 'Tags de paiement anticipé', 'transaction_journal_information' => 'Transaction information', From 73ddd239aa993eb7ac7dba4b955713b88f4fead6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 00:20:08 +0200 Subject: [PATCH 112/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 36 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index b838fb4243..d36829c13b 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -900,10 +900,10 @@ return [ 'tag_title_balancingAct' => 'Acte d\'équilibrage des tags', 'tag_title_advancePayment' => 'Tags de paiement anticipé', - 'transaction_journal_information' => 'Transaction information', - 'transaction_journal_meta' => 'Meta information', - 'total_amount' => 'Total amount', - 'number_of_decimals' => 'Number of decimals', + 'transaction_journal_information' => 'Informations sur les transactions', + 'transaction_journal_meta' => 'Méta informations', + 'total_amount' => 'Montant total', + 'number_of_decimals' => 'Nombre de décimales', // administration 'administration' => 'Administration', @@ -911,22 +911,22 @@ return [ 'list_all_users' => 'Tous les utilisateurs', 'all_users' => 'Tous les utilisateurs', 'instance_configuration' => 'Configuration', - 'firefly_instance_configuration' => 'Configuration options for Firefly III', - 'setting_single_user_mode' => 'Single user mode', - 'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).', - 'store_configuration' => 'Store configuration', - 'single_user_administration' => 'User administration for :email', - 'edit_user' => 'Edit user :email', - 'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your settings.', - 'user_data_information' => 'User data', - 'user_information' => 'User information', - 'total_size' => 'total size', + 'firefly_instance_configuration' => 'Options de configuration pour Firefly III', + 'setting_single_user_mode' => 'Mode utilisateur unique', + 'setting_single_user_mode_explain' => 'Par défaut, Firefly III accepte uniquement un (1) enregistrement : vous. Il s\'agit d\'une mesure de sécurité qui empêche les autres d\'utiliser votre instance, à moins que vous ne les autorisiez. Les enregistrements futurs sont bloqués. Lorsque vous désactivez cette case, d\'autres personnes peuvent utiliser votre instance aussi bien, en supposant qu\'elles puissent l\'atteindre (quand il est connecté à Internet).', + 'store_configuration' => 'Configuration de la boutique', + 'single_user_administration' => 'Gestion de l\'utilisateur pour :email', + 'edit_user' => 'Modifier l\'utilisateur :email', + 'hidden_fields_preferences' => 'Tous les champs ne sont pas visibles dès maintenant. Vous devez les activer dans vos paramètres.', + 'user_data_information' => 'Données utilisateur', + 'user_information' => 'Informations utilisateur', + 'total_size' => 'taille totale', 'budget_or_budgets' => 'budget(s)', - 'budgets_with_limits' => 'budget(s) with configured amount', - 'rule_or_rules' => 'rule(s)', + 'budgets_with_limits' => 'budget(s) avec montant configuré', + 'rule_or_rules' => 'règle(s)', 'rulegroup_or_groups' => 'rule group(s)', - 'setting_must_confirm_account' => 'Account confirmation', - 'setting_must_confirm_account_explain' => 'When this setting is enabled, users must activate their account before it can be used.', + 'setting_must_confirm_account' => 'Confirmation de compte', + 'setting_must_confirm_account_explain' => 'Lorsque ce paramètre est activé, les utilisateurs doivent activer leur compte avant de pouvoir l\'utiliser.', 'configuration_updated' => 'The configuration has been updated', 'setting_is_demo_site' => 'Demo site', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', From 9ccbebdc4fcb6ef70c4cf2d2c8f58fff3d65a494 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 19:20:06 +0200 Subject: [PATCH 113/194] New translations breadcrumbs.php (Polish) --- resources/lang/pl_PL/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/breadcrumbs.php b/resources/lang/pl_PL/breadcrumbs.php index e9f8069e2c..681cd8d0ee 100644 --- a/resources/lang/pl_PL/breadcrumbs.php +++ b/resources/lang/pl_PL/breadcrumbs.php @@ -26,7 +26,7 @@ return [ 'edit_bill' => 'Modyfikuj rachunek ":name"', 'delete_bill' => 'Usuń rachunek ":name"', 'reports' => 'Raporty', - 'search_result' => 'Search results for ":query"', + 'search_result' => 'Wyniki wyszukiwania dla ":query"', 'withdrawal_list' => 'Wydatki', 'deposit_list' => 'Przychody, dochody oraz depozyty', 'transfer_list' => 'Transfery', From d3e9fe37ebb1d7e5ba36f0f8036f08b353d73f32 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 19:50:07 +0200 Subject: [PATCH 114/194] New translations config.php (Polish) --- resources/lang/pl_PL/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/config.php b/resources/lang/pl_PL/config.php index 1e88ed4078..0d0f130178 100644 --- a/resources/lang/pl_PL/config.php +++ b/resources/lang/pl_PL/config.php @@ -15,7 +15,7 @@ return [ 'locale' => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8', 'month' => '%B %Y', 'month_and_day' => '%e %B %Y', - 'date_time' => '%B %e, %Y, @ %T', + 'date_time' => '%e %B %Y o %T', 'specific_day' => '%e %B %Y', 'week_in_year' => 'Tydzień %W, %Y', 'quarter_of_year' => '%B %Y', From 25256601a6446d315955e3589162756b89f02f7f Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 20:00:06 +0200 Subject: [PATCH 115/194] New translations validation.php (Polish) --- resources/lang/pl_PL/validation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 6d99bdde25..375a54465a 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -41,7 +41,7 @@ return [ 'between.string' => ':attribute musi zawierać pomiędzy :min a :max znaków.', 'between.array' => ':attribute musi zawierać pomiędzy :min a :max elementów.', 'boolean' => 'Pole :attribute musi być prawdą albo fałszem.', - 'confirmed' => 'The :attribute confirmation does not match.', + 'confirmed' => 'Pole :attribute i jego potwierdzenie nie pasują do siebie.', 'date' => ':attribute nie jest prawidłową datą.', 'date_format' => ':attribute rożni się od formatu :format.', 'different' => ':attribute oraz :other muszą się różnić.', @@ -90,5 +90,5 @@ return [ 'in_array' => 'Pole :attribute nie istnieje w :other.', 'present' => 'Pole :attribute musi być obecne.', 'amount_zero' => 'Całkowita kwota nie może być zerem', - 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', + 'secure_password' => 'To nie jest bezpieczne hasło. Proszę spróbować ponownie. Aby uzyskać więcej informacji odwiedź https://goo.gl/NCh2tN', ]; \ No newline at end of file From 9974f71f3e769657eb5f88419076810949f67bdd Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 20:10:06 +0200 Subject: [PATCH 116/194] New translations list.php (Polish) --- resources/lang/pl_PL/list.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index 6a2de20588..552981dcf6 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -45,7 +45,7 @@ return [ 'date' => 'Data', 'interest_date' => 'Stopa procentowa', 'book_date' => 'Data księgowania', - 'process_date' => 'Processing date', + 'process_date' => 'Przetworzono', 'due_date' => 'Termin realizacji', 'payment_date' => 'Data płatności', 'invoice_date' => 'Data faktury', @@ -65,14 +65,14 @@ return [ 'iban' => 'IBAN', 'paid_current_period' => 'Zapłacono w tym okresie', 'email' => 'Adres E-Mail', - 'registered_at' => 'Registered at', + 'registered_at' => 'Zarejestrowano', 'is_activated' => 'Jest aktywny', 'is_blocked' => 'Jest zablokowany', 'is_admin' => 'Jest administratorem', 'has_two_factor' => 'Ma dwustopniową autoryzację', 'confirmed_from' => 'Potwierdzone z', 'registered_from' => 'Registered from', - 'blocked_code' => 'Block code', + 'blocked_code' => 'Kod blokady', 'domain' => 'Domena', 'registration_attempts' => 'Próby rejestracji', 'source_account' => 'Konto źródłowe', @@ -90,5 +90,5 @@ return [ 'tags_count' => 'Liczba tagów', 'inward' => 'Inward description', 'outward' => 'Outward description', - 'number_of_transactions' => 'Number of transactions', + 'number_of_transactions' => 'Liczba transakcji', ]; \ No newline at end of file From dec29b3e22a6a88a33de1d18180a6362dac48f2c Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 20:10:09 +0200 Subject: [PATCH 117/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 099f0e3c10..c89f4d3f4a 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -913,7 +913,7 @@ return [ 'instance_configuration' => 'Konfiguracja', 'firefly_instance_configuration' => 'Opcje konfiguracji dla Firefly III', 'setting_single_user_mode' => 'Tryb pojedynczego użytkownika', - 'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).', + 'setting_single_user_mode_explain' => 'Domyślnie, Firefly III pozwala na jednego (1) użytkownika: Ciebie. Jest to środek bezpieczeństwa uniemożliwiający innym używanie Twojej instalacji, chyba że im pozwolisz. Kolejne rejestracje są zablokowane. Jeżeli odznaczysz to pole, inne osoby będą mogły używać Twojej instalacji Firefly III (zakładając, że jest ona dostępna w Internecie).', 'store_configuration' => 'Zapisz konfigurację', 'single_user_administration' => 'User administration for :email', 'edit_user' => 'Modyfikuj użytkownika :email', @@ -932,7 +932,7 @@ return [ 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', 'setting_send_email_notifications' => 'Wyślij powiadomienia emailem', 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', - 'block_code_bounced' => 'Email message(s) bounced', + 'block_code_bounced' => 'Odrzucony e-mail potwierdzający', 'block_code_expired' => 'Demonstracyjne konto wygasło', 'no_block_code' => 'No reason for block or user not blocked', // links From 54e277e773fbe6ab1d2c67f8b3a52a10142f0791 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 20:20:10 +0200 Subject: [PATCH 118/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index c89f4d3f4a..b858c4a2c1 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -29,14 +29,14 @@ return [ 'showEverything' => 'Pokaż wszystko', 'never' => 'Nigdy', 'search_results_for' => 'Wyniki wyszukiwania dla ":query"', - 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.', + 'no_results_for_empty_search' => 'Twoje zapytanie były puste, wiec nic nie zostało znalezione.', 'bounced_error' => 'Wiadomość wysłana na adres :email została odrzucona, więc nie ma dostępu dla Ciebie.', 'deleted_error' => 'Te poświadczenia nie zgadzają się z naszymi danymi.', 'general_blocked_error' => 'Twoje konto zostało zablokowane. Dlatego nie możesz się zalogować.', 'expired_error' => 'Twoje konto wygasło i nie może być dalej używane.', 'removed_amount' => 'Usunięto :amount', 'added_amount' => 'Dodano :amount', - 'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.', + 'asset_account_role_help' => 'Dodatkowe opcje wynikające z Twojego wyboru można ustawić później.', 'Opening balance' => 'Bilans otwarcia', 'create_new_stuff' => 'Utwórz nowe rzeczy', 'new_withdrawal' => 'Nowa wypłata', @@ -55,15 +55,15 @@ return [ 'flash_info_multiple' => 'Jest jedna wiadomość|Jest :count wiadomości', 'flash_error_multiple' => 'Jest jeden błąd|Jest :count błędów', 'net_worth' => 'Wartość netto', - 'route_has_no_help' => 'There is no help for this route.', - 'help_may_not_be_your_language' => 'This help text is in English. It is not yet available in your language', + 'route_has_no_help' => 'Brak pomocy dla tej strony.', + 'help_may_not_be_your_language' => 'Ten tekst pomocy jest po angielsku, ponieważ nie został jeszcze przetłumaczony na język polski', 'two_factor_welcome' => 'Witaj, :user!', 'two_factor_enter_code' => 'Aby kontynuować, wprowadź kod uwierzytelniania dwuskładnikowego. Twoja aplikacja może wygenerować go dla Ciebie.', 'two_factor_code_here' => 'Wprowadź tutaj kod', 'two_factor_title' => 'Weryfikacja dwuskładnikowa', 'authenticate' => 'Uwierzytelnij', - 'two_factor_forgot_title' => 'Lost two factor authentication', - 'two_factor_forgot' => 'I forgot my two-factor thing.', + 'two_factor_forgot_title' => 'Utracone uwierzytelnianie dwuskładnikowe', + 'two_factor_forgot' => 'Zapomniałem mojego uwierzytelnienia dwuskładnikowego.', 'two_factor_lost_header' => 'Straciłeś uwierzytelnianie dwuskładnikowe?', 'two_factor_lost_intro' => 'Unfortunately, this is not something you can reset from the web interface. You have two choices.', 'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, check the logs in storage/logs for instructions.', @@ -934,7 +934,7 @@ return [ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Odrzucony e-mail potwierdzający', 'block_code_expired' => 'Demonstracyjne konto wygasło', - 'no_block_code' => 'No reason for block or user not blocked', + 'no_block_code' => 'Brak powody blokady lub użytkownik niezablokowany', // links 'journal_link_configuration' => 'Transaction links configuration', 'create_new_link_type' => 'Create new link type', From 6bb3cf57197ec2c86347e57c26bad487056c0d93 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 20:30:19 +0200 Subject: [PATCH 119/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index b858c4a2c1..df37e9f8ea 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -65,9 +65,9 @@ return [ 'two_factor_forgot_title' => 'Utracone uwierzytelnianie dwuskładnikowe', 'two_factor_forgot' => 'Zapomniałem mojego uwierzytelnienia dwuskładnikowego.', 'two_factor_lost_header' => 'Straciłeś uwierzytelnianie dwuskładnikowe?', - 'two_factor_lost_intro' => 'Unfortunately, this is not something you can reset from the web interface. You have two choices.', - 'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, check the logs in storage/logs for instructions.', - 'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, :site_owner and ask them to reset your two factor authentication.', + 'two_factor_lost_intro' => 'Niestety to nie jest coś, co można zresetować z poziomu strony www. Masz dwie możliwości.', + 'two_factor_lost_fix_self' => 'Jeśli jesteś właścicielem tej instalacji Firefly III, sprawdź pliki w katalogu storage/logs aby uzyskać instrukcje.', + 'two_factor_lost_fix_owner' => 'W przeciwnym razie, powiadom właściciela strony, :site_owner i poproś go o zresetowanie Twojego uwierzytelnienia dwuskładnikowego.', 'warning_much_data' => 'Załadowanie :days dni danych może trochę potrwać.', 'registered' => 'Zarejestrowałeś się pomyślnie!', 'tagbalancingAct' => 'Balancing act', From ea2732b38c637c3334e7c1f7ce15622dc6dec2fd Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 20:40:46 +0200 Subject: [PATCH 120/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index df37e9f8ea..3beaeed413 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -118,11 +118,11 @@ return [ 'transaction_journal_other_options' => 'Inne opcje', 'multi_select_no_selection' => 'Nie wybrano', 'multi_select_all_selected' => 'Wybrano wszystko', - 'multi_select_filter_placeholder' => 'Find..', - 'between_dates_breadcrumb' => 'Between :start and :end', - 'all_journals_without_budget' => 'All transactions without a budget', - 'journals_without_budget' => 'Transactions without a budget', - 'all_journals_without_category' => 'All transactions without a category', + 'multi_select_filter_placeholder' => 'Znajdź...', + 'between_dates_breadcrumb' => 'Pomiędzy :start and :end', + 'all_journals_without_budget' => 'Wszystkie transakcje bez budżetu', + 'journals_without_budget' => 'Transakcje bez budżetu', + 'all_journals_without_category' => 'Wszystkie transakcje bez kategorii', 'journals_without_category' => 'Transakcje bez kategorii', 'all_journals_for_account' => 'Wszystkie transakcje dla konta :name', 'chart_all_journals_for_account' => 'Wykres wszystkich transakcji dla konta :name', @@ -130,11 +130,11 @@ return [ 'transferred' => 'Transferred', 'all_withdrawal' => 'Wszystkie wydatki', 'all_transactions' => 'Wszystkie transakcje', - 'title_withdrawal_between' => 'All expenses between :start and :end', + 'title_withdrawal_between' => 'Wszystkie wydatki między :start a :koniec', 'all_deposit' => 'Wszystkie przychody', - 'title_deposit_between' => 'All revenue between :start and :end', + 'title_deposit_between' => 'Wszystkie przychody między :start a :end', 'all_transfers' => 'Wszystkie transfery', - 'title_transfers_between' => 'All transfers between :start and :end', + 'title_transfers_between' => 'Wszystkie transfery między :start a :end', 'all_transfer' => 'Wszystkie transfery', 'all_journals_for_tag' => 'Wszystkie transakcje dla tagu ":tag"', 'title_transfer_between' => 'Wszystkie transfery od :start do :end', @@ -152,10 +152,10 @@ return [ 'search' => 'Szukaj', 'search_found_transactions' => 'Number of transactions found:', 'general_search_error' => 'An error occured while searching. Please check the log files for more information.', - 'search_box' => 'Search', - 'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.', - 'search_error' => 'Error while searching', - 'search_searching' => 'Searching ...', + 'search_box' => 'Szukaj', + 'search_box_intro' => 'Witamy w funkcji wyszukiwania Firefly III. Wpisz zapytanie w polu. Upewnij się, że sprawdziłeś plik pomocy, ponieważ wyszukiwanie jest dość zaawansowane.', + 'search_error' => 'Błąd podczas wyszukiwania', + 'search_searching' => 'Wyszukiwanie...', // repeat frequencies: 'repeat_freq_yearly' => 'rocznie', @@ -167,10 +167,10 @@ return [ // account confirmation: 'confirm_account_header' => 'Proszę potwierdzić swoje konto', 'confirm_account_intro' => 'Wiadomość e-mail została wysłana na adres, którego użyłeś podczas rejestracji. Sprawdź ją proszę w celu otrzymania dalszych instrukcji. Jeśli nie otrzymałeś tej wiadomości, możesz ją wysłać ponownie z Firefly.', - 'confirm_account_resend_email' => 'Send me the confirmation message I need to activate my account.', + 'confirm_account_resend_email' => 'Wyślij mi wiadomość potwierdzającą. Muszę aktywować moje konto.', 'account_is_confirmed' => 'Twoje konto zostało potwierdzone!', 'invalid_activation_code' => 'Wygląda na to że kod którego używasz jest nieprawidłowy lub wygasł.', - 'confirm_account_is_resent_header' => 'The confirmation has been resent', + 'confirm_account_is_resent_header' => 'Potwierdzenie wysłane ponownie', 'confirm_account_is_resent_text' => 'The confirmation message has been resent. If you still did not receive the confirmation message, please contact the site owner at :owner or check the log files to see what went wrong.', 'confirm_account_is_resent_go_home' => 'Przejdź do strony głównej Firefly', 'confirm_account_not_resent_header' => 'Coś poszło nie tak :(', From 2bb4d7c8b9ff128d10cca4fc053d0d32afb99436 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 20:50:07 +0200 Subject: [PATCH 121/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 3beaeed413..134b3106af 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -171,10 +171,10 @@ return [ 'account_is_confirmed' => 'Twoje konto zostało potwierdzone!', 'invalid_activation_code' => 'Wygląda na to że kod którego używasz jest nieprawidłowy lub wygasł.', 'confirm_account_is_resent_header' => 'Potwierdzenie wysłane ponownie', - 'confirm_account_is_resent_text' => 'The confirmation message has been resent. If you still did not receive the confirmation message, please contact the site owner at :owner or check the log files to see what went wrong.', + 'confirm_account_is_resent_text' => 'Wiadomość potwierdzająca została wysłana ponownie. Jeżeli nadal nie została dostarczona, skontaktuj się proszę z właścicielem strony pod :owner lub sprawdź pliki z logami aby zobaczyć co poszło źle.', 'confirm_account_is_resent_go_home' => 'Przejdź do strony głównej Firefly', 'confirm_account_not_resent_header' => 'Coś poszło nie tak :(', - 'confirm_account_not_resent_intro' => 'The confirmation message has been not resent. If you still did not receive the confirmation message, please contact the site owner at :owner instead. Possibly, you have tried to resend the activation message too often. You can have Firefly III try to resend the confirmation message every hour.', + 'confirm_account_not_resent_intro' => 'Wiadomość potwierdzająca nie została wysłana ponownie. Jeżeli nadal nie została dostarczona, skontaktuj się proszę z właścicielem strony pod :owner. Prawdopodobnie próbowałeś wysłać wiadomość potwierdzającą zbyt często. Możesz poprosić Firefly III aby wysłał ją maksymalnie raz na godzinę.', 'confirm_account_not_resent_go_home' => 'Przejdź do strony głównej Firefly', // export data: @@ -956,7 +956,7 @@ return [ 'select_transaction_to_link' => 'Select a transaction to link this transaction to', 'this_transaction' => 'This transaction', 'transaction' => 'Transaction', - 'comments' => 'Comments', + 'comments' => 'Komentarze', 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', @@ -1007,9 +1007,9 @@ return [ 'import_data' => 'Importuj dane', // import index page: - 'import_index_title' => 'Import data into Firefly III', + 'import_index_title' => 'Importuj dane do Firefly III', 'import_index_sub_title' => 'Indeks', - 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_general_index_intro' => 'Witamy w procedurze importu Firefly III. Istnieje kilka sposobów importowania danych do Firefly III.', 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', 'import_index_file' => 'Wybierz swój plik', 'import_index_config' => '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.', @@ -1026,12 +1026,12 @@ return [ // import status page: 'import_status_bread_crumb' => 'Status importu', 'import_status_sub_title' => 'Status importu', - 'import_status_wait_title' => 'Please hold...', - 'import_status_wait_text' => 'This box will disappear in a moment.', + 'import_status_wait_title' => 'Proszę czekać...', + 'import_status_wait_text' => 'To pole za chwilę zniknie.', 'import_status_ready_title' => 'Import jest gotowy do uruchomienia', 'import_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.', 'import_status_ready_config' => 'Pobierz konfigurację', - 'import_status_ready_start' => 'Start the import', + 'import_status_ready_start' => 'Rozpocznij Importowanie', '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.', 'import_status_running_title' => 'The import is running', 'import_status_running_placeholder' => 'Please hold for an update...', From 093fe22ab54626a4536d921e48e7954afba34c70 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:00:09 +0200 Subject: [PATCH 122/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 134b3106af..1179f35d59 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -1010,18 +1010,18 @@ return [ 'import_index_title' => 'Importuj dane do Firefly III', 'import_index_sub_title' => 'Indeks', 'import_general_index_intro' => 'Witamy w procedurze importu Firefly III. Istnieje kilka sposobów importowania danych do Firefly III.', - 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.', + 'import_index_intro' => 'Ta procedura pomoże Ci zaimportować pliki z Twojego banku do Firefly III. Proszę sprawdzić stronę pomocy w prawym górnym rogu.', 'import_index_file' => 'Wybierz swój plik', - 'import_index_config' => '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.', - 'import_index_type' => 'Select the type of file you will upload', + 'import_index_config' => 'Jeśli wcześniej importowałeś dane do Firefly III, może posiadać plik konfiguracji, który wstępnie ustawi wartości parametrów konfiguracyjnych dla Ciebie. Dla niektórych banków, inni użytkownicy uprzejmie dostarczyli swoje pliki konfiguracji.', + 'import_index_type' => 'Wybierz typ pliku, który będziesz przesyłać', 'import_index_start' => 'Rozpocznij import', // supported file types: 'import_file_type_csv' => 'CSV (wartości oddzielone przecinkami)', // import configuration routine: - 'import_config_sub_title' => 'Set up your import file', - 'import_config_bread_crumb' => 'Set up your import file', + 'import_config_sub_title' => 'Skonfiguruj swój importowany plik', + 'import_config_bread_crumb' => 'Skonfiguruj swój plik', // import status page: 'import_status_bread_crumb' => 'Status importu', @@ -1029,7 +1029,7 @@ return [ 'import_status_wait_title' => 'Proszę czekać...', 'import_status_wait_text' => 'To pole za chwilę zniknie.', 'import_status_ready_title' => 'Import jest gotowy do uruchomienia', - 'import_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.', + 'import_status_ready_text' => 'Import jest gotowy do uruchomienia. Wszystkie potrzebne ustawienia zostały skonfigurowane. Pobierz proszę plik konfiguracyjny. Pomoże Ci on gdy import nie pójdzie zgodnie z planem. Aby rzeczywiście uruchomić import, można wykonać następujące polecenie w konsoli lub uruchomić importowanie z poziomu strony www. W zależności od konfiguracji, import przez konsolę da Ci więcej informacji zwrotnych.', 'import_status_ready_config' => 'Pobierz konfigurację', 'import_status_ready_start' => 'Rozpocznij Importowanie', '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.', From 02ee9451d8a4a31933c6d1ec2744e8305f00d9f4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:10:09 +0200 Subject: [PATCH 123/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 1179f35d59..0449138819 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -1032,18 +1032,18 @@ return [ 'import_status_ready_text' => 'Import jest gotowy do uruchomienia. Wszystkie potrzebne ustawienia zostały skonfigurowane. Pobierz proszę plik konfiguracyjny. Pomoże Ci on gdy import nie pójdzie zgodnie z planem. Aby rzeczywiście uruchomić import, można wykonać następujące polecenie w konsoli lub uruchomić importowanie z poziomu strony www. W zależności od konfiguracji, import przez konsolę da Ci więcej informacji zwrotnych.', 'import_status_ready_config' => 'Pobierz konfigurację', 'import_status_ready_start' => 'Rozpocznij Importowanie', - '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.', - 'import_status_running_title' => 'The import is running', - 'import_status_running_placeholder' => 'Please hold for an update...', - 'import_status_errors_title' => 'Errors during the import', - 'import_status_errors_single' => 'An error has occured during the import. It does not appear to be fatal.', - 'import_status_errors_multi' => 'Some errors occured during the import. These do not appear to be fatal.', - 'import_status_fatal_title' => 'A fatal error occurred', - 'import_status_fatal_text' => 'A fatal error occurred, which the import-routine cannot recover from. Please see the explanation in red below.', - 'import_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.', - 'import_status_finished_title' => 'Import routine finished', - 'import_status_finished_text' => 'The import routine has imported your file.', - 'import_status_finished_job' => 'The transactions imported can be found in tag :tag.', + 'import_status_ready_share' => 'Rozważ proszę pobranie swojej konfiguracji i udostępnienie jej w centrum konfiguracji importu. Pozwoli to innym użytkownikom Firefly III łatwo importować swoje pliki.', + 'import_status_running_title' => 'Importowanie jest uruchomione', + 'import_status_running_placeholder' => 'Proszę czekać na aktualizację...', + 'import_status_errors_title' => 'Błędy podczas importowania', + 'import_status_errors_single' => 'Wystąpił błąd podczas importowania. Nie wydaje się być krytyczny.', + 'import_status_errors_multi' => 'Wystąpiły błędy podczas importowania. Nie wydają się być śmiertelne.', + 'import_status_fatal_title' => 'Wystąpił krytyczny błąd', + 'import_status_fatal_text' => 'Wystąpił błąd krytyczny, którego procedura importu nie naprawić. Proszę sprawdzić wyjaśnienia na czerwono poniżej.', + 'import_status_fatal_more' => 'Jeśli przekroczono limitu czasu, import zostanie zatrzymany w połowie. W przypadku niektórych konfiguracji serwerów, jedynie serwer przestał odpowiadać podczas gdy importowanie nadal działa w tle. Aby to sprawdzić, należy sprawdzić pliki dziennika. Jeśli problem będzie się powtarzał, zamiast tego, należy rozważyć Importowanie poprzez konsolę.', + 'import_status_finished_title' => 'Importowanie zakończone', + 'import_status_finished_text' => 'Procedura importu pomyślnie zaimportowała Twój plik.', + 'import_status_finished_job' => 'Zaimportowane transakcje znajdują się w tagu :tag.', 'import_with_key' => 'Import z kluczem \':key\'', // different states: From e38b25909417741827a1f9a3b369c40d9e01c6c5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:29 +0200 Subject: [PATCH 124/194] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 000bf46200..8a7f9fd890 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -965,6 +965,9 @@ return [ 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 9bfa7acdee0159e0278964e57c62b6ba860b064c Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:31 +0200 Subject: [PATCH 125/194] New translations form.php (Russian) --- resources/lang/ru_RU/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index 1f3892e7c8..26228ed515 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', From 6f5eb45144a37dfc4d2a003e0b5e9e73fc383572 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:32 +0200 Subject: [PATCH 126/194] New translations breadcrumbs.php (Russian) --- resources/lang/ru_RU/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/ru_RU/breadcrumbs.php b/resources/lang/ru_RU/breadcrumbs.php index bad2440086..ee129f4b24 100644 --- a/resources/lang/ru_RU/breadcrumbs.php +++ b/resources/lang/ru_RU/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => 'Главная', - 'edit_currency' => 'Редактирование валюты ":name"', - 'delete_currency' => 'Удаление валюты ":name"', - 'newPiggyBank' => 'Создание новой копилки', - 'edit_piggyBank' => 'Редактирование копилки ":name"', - 'preferences' => 'Настройки', - 'profile' => 'Профиль', - 'changePassword' => 'Изменение вашего пароля', - 'bills' => 'Счета к оплате', - 'newBill' => 'Новый счёт к оплате', - 'edit_bill' => 'Редактирование счёта к оплате ":name"', - 'delete_bill' => 'Удаление счёта к оплате ":name"', - 'reports' => 'Отчёты', - 'search_result' => 'Результаты поиска для ":query"', - 'withdrawal_list' => 'Мои расходы', - 'deposit_list' => 'Мои доходы', - 'transfer_list' => 'Переводы', - 'transfers_list' => 'Переводы', - 'create_withdrawal' => 'Создать новый расход', - 'create_deposit' => 'Создать новый доход', - 'create_transfer' => 'Создать новый перевод', - 'edit_journal' => 'Редактирование транзакции ":description"', - 'delete_journal' => 'Удаление транзакции ":description"', - 'tags' => 'Метки', - 'createTag' => 'Создать новую метку', - 'edit_tag' => 'Редактирование метки ":tag"', - 'delete_tag' => 'Удаление метки ":tag"', + 'home' => 'Главная', + 'edit_currency' => 'Редактирование валюты ":name"', + 'delete_currency' => 'Удаление валюты ":name"', + 'newPiggyBank' => 'Создание новой копилки', + 'edit_piggyBank' => 'Редактирование копилки ":name"', + 'preferences' => 'Настройки', + 'profile' => 'Профиль', + 'changePassword' => 'Изменение вашего пароля', + 'bills' => 'Счета к оплате', + 'newBill' => 'Новый счёт к оплате', + 'edit_bill' => 'Редактирование счёта к оплате ":name"', + 'delete_bill' => 'Удаление счёта к оплате ":name"', + 'reports' => 'Отчёты', + 'search_result' => 'Результаты поиска для ":query"', + 'withdrawal_list' => 'Мои расходы', + 'deposit_list' => 'Мои доходы', + 'transfer_list' => 'Переводы', + 'transfers_list' => 'Переводы', + 'create_withdrawal' => 'Создать новый расход', + 'create_deposit' => 'Создать новый доход', + 'create_transfer' => 'Создать новый перевод', + 'edit_journal' => 'Редактирование транзакции ":description"', + 'delete_journal' => 'Удаление транзакции ":description"', + 'tags' => 'Метки', + 'createTag' => 'Создать новую метку', + 'edit_tag' => 'Редактирование метки ":tag"', + 'delete_tag' => 'Удаление метки ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From f94193ad5358babb8ab768e56b8ae2ed1388a900 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:37 +0200 Subject: [PATCH 127/194] New translations breadcrumbs.php (Spanish) --- resources/lang/es_ES/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/es_ES/breadcrumbs.php b/resources/lang/es_ES/breadcrumbs.php index fd58a4772c..900d8e1f0b 100644 --- a/resources/lang/es_ES/breadcrumbs.php +++ b/resources/lang/es_ES/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => 'Inicio', - 'edit_currency' => 'Editar moneda ":name"', - 'delete_currency' => 'Eliminar moneda ":name"', - 'newPiggyBank' => 'Crear nueva alcancía', - 'edit_piggyBank' => 'Editar alcancía ":name"', - 'preferences' => 'Preferencias', - 'profile' => 'Perfil', - 'changePassword' => 'Cambiar contraseña', - 'bills' => 'Facturas', - 'newBill' => 'Nueva factura', - 'edit_bill' => 'Editar factura ":name"', - 'delete_bill' => 'Eliminar factura ":name"', - 'reports' => 'Reportes', - 'search_result' => 'Resultados de la búsqueda para ":query"', - 'withdrawal_list' => 'Gastos', - 'deposit_list' => 'Ganancia, ingresos y depósitos', - 'transfer_list' => 'Transferencias', - 'transfers_list' => 'Transferencias', - 'create_withdrawal' => 'Crear nuevo retiro', - 'create_deposit' => 'Crear nuevo depósito', - 'create_transfer' => 'Crear nueva transferencia', - 'edit_journal' => 'Editar transacción ":description"', - 'delete_journal' => 'Eliminar transacción ":description"', - 'tags' => 'Etiquetas', - 'createTag' => 'Crear nueva etiqueta', - 'edit_tag' => 'Editar etiqueta ":tag"', - 'delete_tag' => 'Eliminar etiqueta ":tag"', + 'home' => 'Inicio', + 'edit_currency' => 'Editar moneda ":name"', + 'delete_currency' => 'Eliminar moneda ":name"', + 'newPiggyBank' => 'Crear nueva alcancía', + 'edit_piggyBank' => 'Editar alcancía ":name"', + 'preferences' => 'Preferencias', + 'profile' => 'Perfil', + 'changePassword' => 'Cambiar contraseña', + 'bills' => 'Facturas', + 'newBill' => 'Nueva factura', + 'edit_bill' => 'Editar factura ":name"', + 'delete_bill' => 'Eliminar factura ":name"', + 'reports' => 'Reportes', + 'search_result' => 'Resultados de la búsqueda para ":query"', + 'withdrawal_list' => 'Gastos', + 'deposit_list' => 'Ganancia, ingresos y depósitos', + 'transfer_list' => 'Transferencias', + 'transfers_list' => 'Transferencias', + 'create_withdrawal' => 'Crear nuevo retiro', + 'create_deposit' => 'Crear nuevo depósito', + 'create_transfer' => 'Crear nueva transferencia', + 'edit_journal' => 'Editar transacción ":description"', + 'delete_journal' => 'Eliminar transacción ":description"', + 'tags' => 'Etiquetas', + 'createTag' => 'Crear nueva etiqueta', + 'edit_tag' => 'Editar etiqueta ":tag"', + 'delete_tag' => 'Eliminar etiqueta ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From 3308bc8a0f31715029838209c39b862c538313f4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:38 +0200 Subject: [PATCH 128/194] New translations breadcrumbs.php (Slovenian) --- resources/lang/sl_SI/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/sl_SI/breadcrumbs.php b/resources/lang/sl_SI/breadcrumbs.php index da4ec880d5..d9ed78be48 100644 --- a/resources/lang/sl_SI/breadcrumbs.php +++ b/resources/lang/sl_SI/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => 'Prva stran', - 'edit_currency' => 'uredi valuto ":name"', - 'delete_currency' => 'izbriši valuto ":name"', - 'newPiggyBank' => 'ustvari novega pujska', - 'edit_piggyBank' => 'uredi pujska za ":name"', - 'preferences' => 'nastavitve', - 'profile' => 'profil', - 'changePassword' => 'spremeni geslo', - 'bills' => 'Trajniki', - 'newBill' => 'nov trajnik', - 'edit_bill' => 'uredi trajnik ":name"', - 'delete_bill' => 'izbriši trajnik ":name"', - 'reports' => 'Poročila', - 'search_result' => 'Search results for ":query"', - 'withdrawal_list' => 'stroški', - 'deposit_list' => 'prihodki', - 'transfer_list' => 'prenosi', - 'transfers_list' => 'prenosi', - 'create_withdrawal' => 'ustvari nov odhodek', - 'create_deposit' => 'ustvari nov prihodek', - 'create_transfer' => 'ustvari nov prenos', - 'edit_journal' => 'uredi transakcijo ":description"', - 'delete_journal' => 'izbriši transakcijo ":description"', - 'tags' => 'značke', - 'createTag' => 'ustvari novo značko', - 'edit_tag' => 'uredi značko ":tag"', - 'delete_tag' => 'izbriši značko ":tag"', + 'home' => 'Prva stran', + 'edit_currency' => 'uredi valuto ":name"', + 'delete_currency' => 'izbriši valuto ":name"', + 'newPiggyBank' => 'ustvari novega pujska', + 'edit_piggyBank' => 'uredi pujska za ":name"', + 'preferences' => 'nastavitve', + 'profile' => 'profil', + 'changePassword' => 'spremeni geslo', + 'bills' => 'Trajniki', + 'newBill' => 'nov trajnik', + 'edit_bill' => 'uredi trajnik ":name"', + 'delete_bill' => 'izbriši trajnik ":name"', + 'reports' => 'Poročila', + 'search_result' => 'Search results for ":query"', + 'withdrawal_list' => 'stroški', + 'deposit_list' => 'prihodki', + 'transfer_list' => 'prenosi', + 'transfers_list' => 'prenosi', + 'create_withdrawal' => 'ustvari nov odhodek', + 'create_deposit' => 'ustvari nov prihodek', + 'create_transfer' => 'ustvari nov prenos', + 'edit_journal' => 'uredi transakcijo ":description"', + 'delete_journal' => 'izbriši transakcijo ":description"', + 'tags' => 'značke', + 'createTag' => 'ustvari novo značko', + 'edit_tag' => 'uredi značko ":tag"', + 'delete_tag' => 'izbriši značko ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From e22745d1ff96ed0362dc84ce0f6b8439d5365995 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:42 +0200 Subject: [PATCH 129/194] New translations breadcrumbs.php (Chinese Traditional) --- resources/lang/zh_TW/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/zh_TW/breadcrumbs.php b/resources/lang/zh_TW/breadcrumbs.php index 58c729fbbf..5706fc9331 100644 --- a/resources/lang/zh_TW/breadcrumbs.php +++ b/resources/lang/zh_TW/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => '首頁', - 'edit_currency' => '編輯貨幣 ":name"', - 'delete_currency' => '刪除貨幣 ":name"', - 'newPiggyBank' => '創建一個新的存錢筒', - 'edit_piggyBank' => '編輯存錢筒 ":name"', - 'preferences' => '設定', - 'profile' => '個人設定', - 'changePassword' => '更改密碼', - 'bills' => '賬單', - 'newBill' => '新增賬單', - 'edit_bill' => '編輯賬單 ":name"', - 'delete_bill' => '刪除賬單 ":name"', - 'reports' => '報表', - 'search_result' => 'Search results for ":query"', - 'withdrawal_list' => '支出', - 'deposit_list' => '收入、薪金與存款', - 'transfer_list' => '轉帳', - 'transfers_list' => '轉帳', - 'create_withdrawal' => '新增提款', - 'create_deposit' => '新增存款', - 'create_transfer' => '新增轉帳', - 'edit_journal' => '編緝交易 ":description"', - 'delete_journal' => '刪除交易 ":description"', - 'tags' => '標籤', - 'createTag' => '建立新標籤', - 'edit_tag' => '編輯標籤 ":tag"', - 'delete_tag' => '刪除標籤 ":tag"', + 'home' => '首頁', + 'edit_currency' => '編輯貨幣 ":name"', + 'delete_currency' => '刪除貨幣 ":name"', + 'newPiggyBank' => '創建一個新的存錢筒', + 'edit_piggyBank' => '編輯存錢筒 ":name"', + 'preferences' => '設定', + 'profile' => '個人設定', + 'changePassword' => '更改密碼', + 'bills' => '賬單', + 'newBill' => '新增賬單', + 'edit_bill' => '編輯賬單 ":name"', + 'delete_bill' => '刪除賬單 ":name"', + 'reports' => '報表', + 'search_result' => 'Search results for ":query"', + 'withdrawal_list' => '支出', + 'deposit_list' => '收入、薪金與存款', + 'transfer_list' => '轉帳', + 'transfers_list' => '轉帳', + 'create_withdrawal' => '新增提款', + 'create_deposit' => '新增存款', + 'create_transfer' => '新增轉帳', + 'edit_journal' => '編緝交易 ":description"', + 'delete_journal' => '刪除交易 ":description"', + 'tags' => '標籤', + 'createTag' => '建立新標籤', + 'edit_tag' => '編輯標籤 ":tag"', + 'delete_tag' => '刪除標籤 ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From 93d1c06892412181f7f91c1d6b4d7de6ad31a07e Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:43 +0200 Subject: [PATCH 130/194] New translations breadcrumbs.php (Polish) --- resources/lang/pl_PL/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/pl_PL/breadcrumbs.php b/resources/lang/pl_PL/breadcrumbs.php index 681cd8d0ee..ae8db89e3a 100644 --- a/resources/lang/pl_PL/breadcrumbs.php +++ b/resources/lang/pl_PL/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => 'Strona główna', - 'edit_currency' => 'Modyfikuj walutę ":name"', - 'delete_currency' => 'Usuń walutę ":name"', - 'newPiggyBank' => 'Utwórz nową skarbonkę', - 'edit_piggyBank' => 'Modyfikuj skarbonkę ":name"', - 'preferences' => 'Preferencje', - 'profile' => 'Profil', - 'changePassword' => 'Zmień swoje hasło', - 'bills' => 'Rachunki', - 'newBill' => 'Nowy rachunek', - 'edit_bill' => 'Modyfikuj rachunek ":name"', - 'delete_bill' => 'Usuń rachunek ":name"', - 'reports' => 'Raporty', - 'search_result' => 'Wyniki wyszukiwania dla ":query"', - 'withdrawal_list' => 'Wydatki', - 'deposit_list' => 'Przychody, dochody oraz depozyty', - 'transfer_list' => 'Transfery', - 'transfers_list' => 'Transfery', - 'create_withdrawal' => 'Utwórz nową wypłatę', - 'create_deposit' => 'Utwórz nową wpłatę', - 'create_transfer' => 'Utwórz nowy transfer', - 'edit_journal' => 'Modyfikuj transakcję ":description"', - 'delete_journal' => 'Usuń transakcję ":description"', - 'tags' => 'Tagi', - 'createTag' => 'Utwórz nowy tag', - 'edit_tag' => 'Modyfikuj tag ":tag"', - 'delete_tag' => 'Usuń tag ":tag"', + 'home' => 'Strona główna', + 'edit_currency' => 'Modyfikuj walutę ":name"', + 'delete_currency' => 'Usuń walutę ":name"', + 'newPiggyBank' => 'Utwórz nową skarbonkę', + 'edit_piggyBank' => 'Modyfikuj skarbonkę ":name"', + 'preferences' => 'Preferencje', + 'profile' => 'Profil', + 'changePassword' => 'Zmień swoje hasło', + 'bills' => 'Rachunki', + 'newBill' => 'Nowy rachunek', + 'edit_bill' => 'Modyfikuj rachunek ":name"', + 'delete_bill' => 'Usuń rachunek ":name"', + 'reports' => 'Raporty', + 'search_result' => 'Wyniki wyszukiwania dla ":query"', + 'withdrawal_list' => 'Wydatki', + 'deposit_list' => 'Przychody, dochody oraz depozyty', + 'transfer_list' => 'Transfery', + 'transfers_list' => 'Transfery', + 'create_withdrawal' => 'Utwórz nową wypłatę', + 'create_deposit' => 'Utwórz nową wpłatę', + 'create_transfer' => 'Utwórz nowy transfer', + 'edit_journal' => 'Modyfikuj transakcję ":description"', + 'delete_journal' => 'Usuń transakcję ":description"', + 'tags' => 'Tagi', + 'createTag' => 'Utwórz nowy tag', + 'edit_tag' => 'Modyfikuj tag ":tag"', + 'delete_tag' => 'Usuń tag ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From 5e6e7ed152770601baedf11d722534bea3ecdb89 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:44 +0200 Subject: [PATCH 131/194] New translations breadcrumbs.php (Portuguese, Brazilian) --- resources/lang/pt_BR/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/pt_BR/breadcrumbs.php b/resources/lang/pt_BR/breadcrumbs.php index d88bc12f6f..19e39cf388 100644 --- a/resources/lang/pt_BR/breadcrumbs.php +++ b/resources/lang/pt_BR/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => 'Início', - 'edit_currency' => 'Editar moeda ":name"', - 'delete_currency' => 'Excluir moeda ":moeda"', - 'newPiggyBank' => 'Criar um novo cofrinho', - 'edit_piggyBank' => 'Editar cofrinho ":name"', - 'preferences' => 'Preferências', - 'profile' => 'Perfil', - 'changePassword' => 'Alterar sua senha', - 'bills' => 'Faturas', - 'newBill' => 'Nova fatura', - 'edit_bill' => 'Editar fatura ":name"', - 'delete_bill' => 'Apagar fatura ":name"', - 'reports' => 'Relatórios', - 'search_result' => 'Search results for ":query"', - 'withdrawal_list' => 'Despesas', - 'deposit_list' => 'Receitas, renda e depósitos', - 'transfer_list' => 'Transferências', - 'transfers_list' => 'Transferências', - 'create_withdrawal' => 'Criar uma nova retirada', - 'create_deposit' => 'Criar um novo depósito', - 'create_transfer' => 'Criar nova transferência', - 'edit_journal' => 'Editar transação ":description"', - 'delete_journal' => 'Apagar transação ":description"', - 'tags' => 'Etiquetas', - 'createTag' => 'Criar nova etiqueta', - 'edit_tag' => 'Editar etiqueta ":tag"', - 'delete_tag' => 'Apagar etiqueta ":tag"', + 'home' => 'Início', + 'edit_currency' => 'Editar moeda ":name"', + 'delete_currency' => 'Excluir moeda ":moeda"', + 'newPiggyBank' => 'Criar um novo cofrinho', + 'edit_piggyBank' => 'Editar cofrinho ":name"', + 'preferences' => 'Preferências', + 'profile' => 'Perfil', + 'changePassword' => 'Alterar sua senha', + 'bills' => 'Faturas', + 'newBill' => 'Nova fatura', + 'edit_bill' => 'Editar fatura ":name"', + 'delete_bill' => 'Apagar fatura ":name"', + 'reports' => 'Relatórios', + 'search_result' => 'Search results for ":query"', + 'withdrawal_list' => 'Despesas', + 'deposit_list' => 'Receitas, renda e depósitos', + 'transfer_list' => 'Transferências', + 'transfers_list' => 'Transferências', + 'create_withdrawal' => 'Criar uma nova retirada', + 'create_deposit' => 'Criar um novo depósito', + 'create_transfer' => 'Criar nova transferência', + 'edit_journal' => 'Editar transação ":description"', + 'delete_journal' => 'Apagar transação ":description"', + 'tags' => 'Etiquetas', + 'createTag' => 'Criar nova etiqueta', + 'edit_tag' => 'Editar etiqueta ":tag"', + 'delete_tag' => 'Apagar etiqueta ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From b16a9053b401b1120942ff055180f55d5ccd4faf Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:45 +0200 Subject: [PATCH 132/194] New translations breadcrumbs.php (German) --- resources/lang/de_DE/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/de_DE/breadcrumbs.php b/resources/lang/de_DE/breadcrumbs.php index 24a40bcd42..ce6d467d2a 100644 --- a/resources/lang/de_DE/breadcrumbs.php +++ b/resources/lang/de_DE/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => 'Home', - 'edit_currency' => 'Bearbeite die Währung ":name"', - 'delete_currency' => 'Lösche die Währung ":name"', - 'newPiggyBank' => 'Erstellen Sie ein neues Sparschwein', - 'edit_piggyBank' => 'Bearbeite Sparschwein ":name"', - 'preferences' => 'Einstellungen', - 'profile' => 'Profil', - 'changePassword' => 'Passwort ändern', - 'bills' => 'Rechnungen', - 'newBill' => 'Neue Rechnung', - 'edit_bill' => 'Bearbeite Rechnung ":name"', - 'delete_bill' => 'Lösche Rechnung ":name"', - 'reports' => 'Berichte', - 'search_result' => 'Search results for ":query"', - 'withdrawal_list' => 'Ausgaben', - 'deposit_list' => 'Umsatz, Einkommen und Einlagen', - 'transfer_list' => 'Überweisungen', - 'transfers_list' => 'Überweisungen', - 'create_withdrawal' => 'Erstelle eine neue Ausgabe', - 'create_deposit' => 'Erstelle ein neues Einkommen', - 'create_transfer' => 'Erstelle eine neue Überweisung', - 'edit_journal' => 'Bearbeite Transaktion ":description"', - 'delete_journal' => 'Lösche Transaktion ":description"', - 'tags' => 'Markierungen', - 'createTag' => 'Neuen Tag erstellen', - 'edit_tag' => 'Bearbeite Tag ":tag"', - 'delete_tag' => 'Lösche Tag ":tag"', + 'home' => 'Home', + 'edit_currency' => 'Bearbeite die Währung ":name"', + 'delete_currency' => 'Lösche die Währung ":name"', + 'newPiggyBank' => 'Erstellen Sie ein neues Sparschwein', + 'edit_piggyBank' => 'Bearbeite Sparschwein ":name"', + 'preferences' => 'Einstellungen', + 'profile' => 'Profil', + 'changePassword' => 'Passwort ändern', + 'bills' => 'Rechnungen', + 'newBill' => 'Neue Rechnung', + 'edit_bill' => 'Bearbeite Rechnung ":name"', + 'delete_bill' => 'Lösche Rechnung ":name"', + 'reports' => 'Berichte', + 'search_result' => 'Search results for ":query"', + 'withdrawal_list' => 'Ausgaben', + 'deposit_list' => 'Umsatz, Einkommen und Einlagen', + 'transfer_list' => 'Überweisungen', + 'transfers_list' => 'Überweisungen', + 'create_withdrawal' => 'Erstelle eine neue Ausgabe', + 'create_deposit' => 'Erstelle ein neues Einkommen', + 'create_transfer' => 'Erstelle eine neue Überweisung', + 'edit_journal' => 'Bearbeite Transaktion ":description"', + 'delete_journal' => 'Lösche Transaktion ":description"', + 'tags' => 'Markierungen', + 'createTag' => 'Neuen Tag erstellen', + 'edit_tag' => 'Bearbeite Tag ":tag"', + 'delete_tag' => 'Lösche Tag ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From ca9f0fde9bbf46d163a76502827c7b903e8b0eb1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:47 +0200 Subject: [PATCH 133/194] New translations breadcrumbs.php (French) --- resources/lang/fr_FR/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/fr_FR/breadcrumbs.php b/resources/lang/fr_FR/breadcrumbs.php index 48763edce1..927cebbeff 100644 --- a/resources/lang/fr_FR/breadcrumbs.php +++ b/resources/lang/fr_FR/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => 'Accueil', - 'edit_currency' => 'Modifier la devise "%name"', - 'delete_currency' => 'Supprimer la devise ":name"', - 'newPiggyBank' => 'Créer une nouvelle tirelire', - 'edit_piggyBank' => 'Modifier la tirelire ":name"', - 'preferences' => 'Préférences', - 'profile' => 'Profil', - 'changePassword' => 'Modifier le mot de passe', - 'bills' => 'Factures', - 'newBill' => 'Nouvelle facture', - 'edit_bill' => 'Editer la facture : ":name"', - 'delete_bill' => 'Supprimer la facture ":name"', - 'reports' => 'Rapport', - 'search_result' => 'Résultats de recherche pour ":query"', - 'withdrawal_list' => 'Dépenses', - 'deposit_list' => 'Revenu, salaire et versements', - 'transfer_list' => 'Virements', - 'transfers_list' => 'Virements', - 'create_withdrawal' => 'Créer un nouveau retrait', - 'create_deposit' => 'Créer un nouveau versement', - 'create_transfer' => 'Creer un nouveau virement', - 'edit_journal' => 'Éditer la transaction ":description"', - 'delete_journal' => 'Supprimer la transaction ":description"', - 'tags' => 'Mots-clés', - 'createTag' => 'Créer un nouveau tag', - 'edit_tag' => 'Éditer le tag ":tag"', - 'delete_tag' => 'Supprimer le tag ":tag"', + 'home' => 'Accueil', + 'edit_currency' => 'Modifier la devise "%name"', + 'delete_currency' => 'Supprimer la devise ":name"', + 'newPiggyBank' => 'Créer une nouvelle tirelire', + 'edit_piggyBank' => 'Modifier la tirelire ":name"', + 'preferences' => 'Préférences', + 'profile' => 'Profil', + 'changePassword' => 'Modifier le mot de passe', + 'bills' => 'Factures', + 'newBill' => 'Nouvelle facture', + 'edit_bill' => 'Editer la facture : ":name"', + 'delete_bill' => 'Supprimer la facture ":name"', + 'reports' => 'Rapport', + 'search_result' => 'Résultats de recherche pour ":query"', + 'withdrawal_list' => 'Dépenses', + 'deposit_list' => 'Revenu, salaire et versements', + 'transfer_list' => 'Virements', + 'transfers_list' => 'Virements', + 'create_withdrawal' => 'Créer un nouveau retrait', + 'create_deposit' => 'Créer un nouveau versement', + 'create_transfer' => 'Creer un nouveau virement', + 'edit_journal' => 'Éditer la transaction ":description"', + 'delete_journal' => 'Supprimer la transaction ":description"', + 'tags' => 'Mots-clés', + 'createTag' => 'Créer un nouveau tag', + 'edit_tag' => 'Éditer le tag ":tag"', + 'delete_tag' => 'Supprimer le tag ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From 01a2d5e017d0594bd247a224bcf68c60a9bd86e6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:48 +0200 Subject: [PATCH 134/194] New translations breadcrumbs.php (Dutch) --- resources/lang/nl_NL/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/nl_NL/breadcrumbs.php b/resources/lang/nl_NL/breadcrumbs.php index 198dee2ba8..0a817ea921 100644 --- a/resources/lang/nl_NL/breadcrumbs.php +++ b/resources/lang/nl_NL/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => 'Home', - 'edit_currency' => 'Wijzig valuta ":name"', - 'delete_currency' => 'Verwijder valuta ":name"', - 'newPiggyBank' => 'Nieuw spaarpotje', - 'edit_piggyBank' => 'Wijzig spaarpotje ":name"', - 'preferences' => 'Voorkeuren', - 'profile' => 'Profiel', - 'changePassword' => 'Verander je wachtwoord', - 'bills' => 'Contracten', - 'newBill' => 'Nieuw contract', - 'edit_bill' => 'Wijzig contract ":name"', - 'delete_bill' => 'Verwijder contract ":name"', - 'reports' => 'Overzichten', - 'search_result' => 'Zoekresultaten voor ":query"', - 'withdrawal_list' => 'Uitgaven', - 'deposit_list' => 'Inkomsten', - 'transfer_list' => 'Overschrijvingen', - 'transfers_list' => 'Overschrijvingen', - 'create_withdrawal' => 'Sla nieuwe uitgave op', - 'create_deposit' => 'Sla nieuwe inkomsten op', - 'create_transfer' => 'Sla nieuwe overschrijving op', - 'edit_journal' => 'Wijzig transactie ":description"', - 'delete_journal' => 'Verwijder transactie ":description"', - 'tags' => 'Tags', - 'createTag' => 'Maak nieuwe tag', - 'edit_tag' => 'Wijzig tag ":tag"', - 'delete_tag' => 'Verwijder tag ":tag"', + 'home' => 'Home', + 'edit_currency' => 'Wijzig valuta ":name"', + 'delete_currency' => 'Verwijder valuta ":name"', + 'newPiggyBank' => 'Nieuw spaarpotje', + 'edit_piggyBank' => 'Wijzig spaarpotje ":name"', + 'preferences' => 'Voorkeuren', + 'profile' => 'Profiel', + 'changePassword' => 'Verander je wachtwoord', + 'bills' => 'Contracten', + 'newBill' => 'Nieuw contract', + 'edit_bill' => 'Wijzig contract ":name"', + 'delete_bill' => 'Verwijder contract ":name"', + 'reports' => 'Overzichten', + 'search_result' => 'Zoekresultaten voor ":query"', + 'withdrawal_list' => 'Uitgaven', + 'deposit_list' => 'Inkomsten', + 'transfer_list' => 'Overschrijvingen', + 'transfers_list' => 'Overschrijvingen', + 'create_withdrawal' => 'Sla nieuwe uitgave op', + 'create_deposit' => 'Sla nieuwe inkomsten op', + 'create_transfer' => 'Sla nieuwe overschrijving op', + 'edit_journal' => 'Wijzig transactie ":description"', + 'delete_journal' => 'Verwijder transactie ":description"', + 'tags' => 'Tags', + 'createTag' => 'Maak nieuwe tag', + 'edit_tag' => 'Wijzig tag ":tag"', + 'delete_tag' => 'Verwijder tag ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file From 068af6b0d514240d7207628658b214161cd01914 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:51 +0200 Subject: [PATCH 135/194] New translations form.php (Spanish) --- resources/lang/es_ES/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 46417389c3..2121358fdc 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', From c73a32f76d360f229bd641e0723a42af9da0d2f2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:53 +0200 Subject: [PATCH 136/194] New translations form.php (Portuguese, Brazilian) --- resources/lang/pt_BR/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 2aa4b9f77a..f8d02b2be5 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => 'Tem certeza que deseja excluir a transação descrita ":description"?', 'mass_journal_are_you_sure' => 'Tem a certeza que pretende apagar estas transações?', 'tag_areYouSure' => 'Você tem certeza que quer apagar a tag ":tag"?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Exclusão de dados do Firely são permanentes e não podem ser desfeitos.', 'mass_make_selection' => 'Você ainda pode evitar que itens sejam excluídos, removendo a caixa de seleção.', 'delete_all_permanently' => 'Exclua os selecionados permanentemente', 'update_all_journals' => 'Atualizar essas transações', 'also_delete_transactions' => 'A única transação ligada a essa conta será excluída também.|Todas as :count transações ligadas a esta conta serão excluídas também.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'A única regra que ligado a este grupo de regras será excluída também.|Todos as :count regras ligadas a este grupo de regras serão excluídas também.', 'also_delete_piggyBanks' => 'O único cofrinho conectado a essa conta será excluído também.|Todos os :count cofrinhos conectados a esta conta serão excluídos também.', 'bill_keep_transactions' => 'A única transação a esta conta não será excluída.|Todos as :count transações conectadas a esta fatura não serão excluídos.', From 1c93153d833f3e0b1ce3d1f6c4fdaa3ebfae20de Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:54 +0200 Subject: [PATCH 137/194] New translations form.php (Slovenian) --- resources/lang/sl_SI/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/sl_SI/form.php b/resources/lang/sl_SI/form.php index 3df2e86e35..1166ab5444 100644 --- a/resources/lang/sl_SI/form.php +++ b/resources/lang/sl_SI/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', From adc9f92125ea9d5101d00579f2ec722bef64a80f Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:57 +0200 Subject: [PATCH 138/194] New translations form.php (Polish) --- resources/lang/pl_PL/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index 62c422bc78..1061d0bc49 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => 'Czy na pewno chcesz usunąć transakcję opisaną ":description"?', 'mass_journal_are_you_sure' => 'Czy na pewno chcesz usunąć te transakcje?', 'tag_areYouSure' => 'Czy na pewno chcesz usunąć tag ":tag"?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Usuwanie rzeczy z Firefly jest trwałe i nie można tego cofnąć.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Trwale usuń zaznaczone', 'update_all_journals' => 'Zmodyfikuj te transakcje', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', From e9724d8b41d36ac06b9d39cfafa849a8c0703f4a Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:58 +0200 Subject: [PATCH 139/194] New translations form.php (German) --- resources/lang/de_DE/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 921cadc2d0..b890cee4ff 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => 'Sind Sie sicher, dass Sie die Überweisung mit dem Namen ":description" löschen möchten?', 'mass_journal_are_you_sure' => 'Sind Sie sicher, dass Sie diese Überweisung löschen möchten?', 'tag_areYouSure' => 'Sind Sie sicher, dass Sie den Tag ":name" löschen möchten?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Das Löschen von Dingen in Firefly ist dauerhaft und kann nicht rückgängig gemacht werden.', 'mass_make_selection' => 'Sie können das Löschen von Elementen verhinden, indem Sie die Checkbox entfernen.', 'delete_all_permanently' => 'Ausgewähltes dauerhaft löschen', 'update_all_journals' => 'Diese Transaktionen aktualisieren', 'also_delete_transactions' => 'Die einzige Überweisung, die mit diesem Konto verknüpft ist, wird ebenfalls gelöscht. | Alle :count Überweisungen, die mit diesem Konto verknüpft sind, werden ebenfalls gelöscht.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'Die einzige Regel, die mit diesem Konto verknüpft ist, wird ebenfalls gelöscht. | Alle :count Regeln, die mit diesem Konto verknüpft sind, werden ebenfalls gelöscht.', 'also_delete_piggyBanks' => 'Das einzige Sparschwein, das mit diesem Konto verknüpft ist, wird ebenfalls gelöscht. | Alle :count Sparschweine, die mit diesem Konto verknüpft sind, werden ebenfalls gelöscht.', 'bill_keep_transactions' => 'Die einzige Überweisung, die mit dieser Rechnung verknüpft ist, wird nicht gelöscht. | Keine der :count Überweisungen, die mit dieser Rechnung verknüpft sind, werden gelöscht.', From 139282a39e00a399817fc38a92b931bdeb880427 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:02 +0200 Subject: [PATCH 140/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index d36829c13b..56fa637fcb 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -965,6 +965,9 @@ return [ 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 1b14d7aa2da3b58aad456f826f661afb0903e632 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:04 +0200 Subject: [PATCH 141/194] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index c337d36d87..2673ecc7e6 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -966,6 +966,9 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 5e85d5ef325c72bcb0ec9cc4d0a12cb19f4a91ab Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:07 +0200 Subject: [PATCH 142/194] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index bff0dd8616..e32c369321 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -965,6 +965,9 @@ return [ 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 343909f87a5b9c37e1a7597af74aac5d03bdc1c5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:10 +0200 Subject: [PATCH 143/194] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 4ea95fe25d..127ca075af 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -965,6 +965,9 @@ return [ 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 8dfd2b9b07d31e297e5370887e4b73ce7486142e Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:13 +0200 Subject: [PATCH 144/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 0449138819..655bff2d96 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -965,6 +965,9 @@ return [ 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 0ee825212e584a9ff25cdb900cb3dc575985649a Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:16 +0200 Subject: [PATCH 145/194] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index d6a223377f..d3ef255a63 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -965,6 +965,9 @@ return [ 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 6a29c64f08a2ee073f33b7670c71ed3872a5f750 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:18 +0200 Subject: [PATCH 146/194] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index d77233351f..94245eece8 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => 'Weet je zeker dat je de transactie met naam ":description" wilt verwijderen?', 'mass_journal_are_you_sure' => 'Weet je zeker dat je al deze transacties wilt verwijderen?', 'tag_areYouSure' => 'Weet je zeker dat je de tag met naam ":tag" wilt verwijderen?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Weet je zeker dat je linktype ":name" (":inward" / ":outward") wilt verwijderen?', 'permDeleteWarning' => 'Dingen verwijderen uit Firefly is permanent en kan niet ongedaan gemaakt worden.', 'mass_make_selection' => 'Je kan items alsnog redden van de ondergang door het vinkje weg te halen.', 'delete_all_permanently' => 'Verwijder geselecteerde items permanent', 'update_all_journals' => 'Wijzig deze transacties', 'also_delete_transactions' => 'Ook de enige transactie verbonden aan deze rekening wordt verwijderd.|Ook alle :count transacties verbonden aan deze rekening worden verwijderd.', - 'also_delete_connections' => 'De enige transactie gelinkt met dit linktype zal deze verbinding verliezen. | Alle :count transacties met dit linktype zullen deze verbinding verliezen.', + 'also_delete_connections' => 'De enige transactie gelinkt met dit linktype zal deze verbinding verliezen. | Alle :count transacties met dit linktype zullen deze verbinding verliezen.', 'also_delete_rules' => 'De enige regel in deze regelgroep wordt ook verwijderd.|Alle :count regels in deze regelgroep worden ook verwijderd.', 'also_delete_piggyBanks' => 'Ook het spaarpotje verbonden aan deze rekening wordt verwijderd.|Ook alle :count spaarpotjes verbonden aan deze rekening worden verwijderd.', 'bill_keep_transactions' => 'De transactie verbonden aan dit contract blijft bewaard.|De :count transacties verbonden aan dit contract blijven bewaard.', From 7aec367a3c2da23f29ceec424e3eddee12b855af Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:19 +0200 Subject: [PATCH 147/194] New translations form.php (French) --- resources/lang/fr_FR/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index 7d523360ff..29802c139a 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la description de l\'opération ":description" ?', 'mass_journal_are_you_sure' => 'Êtes-vous sûr de que vouloir supprimer ces opérations ?', 'tag_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le tag ":tag" ?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le type de lien ":name" (":inward" / ":outward") ?', 'permDeleteWarning' => 'Supprimer quelque chose dans Firefly est permanent et ne peut pas être annulé.', 'mass_make_selection' => 'Vous pouvez toujours empêcher des éléments d’être supprimés en décochant la case à cocher.', 'delete_all_permanently' => 'Supprimer la selection définitivement', 'update_all_journals' => 'Mettre à jour ces opérations', 'also_delete_transactions' => 'La seule opération liée à ce compte sera aussi supprimée.|Les :count opérations liées à ce compte seront aussi supprimées.', - 'also_delete_connections' => 'La seule transaction liée à ce type de lien perdra cette connexion. | Toutes les transactions :count liées à ce type de lien perdront leur connexion.', + 'also_delete_connections' => 'La seule transaction liée à ce type de lien perdra cette connexion. | Toutes les transactions :count liées à ce type de lien perdront leur connexion.', 'also_delete_rules' => 'La seule règle liée à ce groupe de règles sera aussi supprimée.|Les :count règles liées à ce groupe de règles seront aussi supprimées.', 'also_delete_piggyBanks' => 'La seule tirelire liée à ce compte sera aussi supprimée.|Les :count tirelires liées à ce compte seront aussi supprimées.', 'bill_keep_transactions' => 'La seule opération liée à cette facture ne sera pas supprimée.|Les :count opérations liées à cette facture ne seront pas supprimées.', From d7d874d48cdd1c0f26ac551ecc1ce470a67ce32c Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:20 +0200 Subject: [PATCH 148/194] New translations form.php (Chinese Traditional) --- resources/lang/zh_TW/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index fdd71d3f2a..2889759d75 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -148,13 +148,14 @@ return [ 'journal_areYouSure' => '你真的要刪除這個描述為 ":description" 的交易嗎?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'tag_areYouSure' => '你真的要要刪除標籤 ":tag" 嗎?', + 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions', 'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', - 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', + 'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', From 9348316b12cdad4fd22f146845ab720d116688e2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:23 +0200 Subject: [PATCH 149/194] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 76308dc060..3d14104ac9 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -965,6 +965,9 @@ return [ 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 3d639c7d45756b461e54fc45c743739229b6849a Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:31:26 +0200 Subject: [PATCH 150/194] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 5b4f73880e..a559970283 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -965,6 +965,9 @@ return [ 'this_withdrawal' => 'This withdrawal', 'this_deposit' => 'This deposit', 'this_transfer' => 'This transfer', + 'overview_for_link' => 'Overview for link type ":name"', + 'delete_journal_link' => 'Delete the link between :source and :destination', + 'deleted_link' => 'Deleted link', // split a transaction: From 7453f8982711c941109bf44657f18ea773f4558a Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 23:10:06 +0200 Subject: [PATCH 151/194] New translations form.php (French) --- resources/lang/fr_FR/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index 29802c139a..bb05999dff 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -148,7 +148,7 @@ return [ 'journal_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la description de l\'opération ":description" ?', 'mass_journal_are_you_sure' => 'Êtes-vous sûr de que vouloir supprimer ces opérations ?', 'tag_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le tag ":tag" ?', - 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', + 'journal_link_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le lien entre :source et :destination?', 'linkType_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le type de lien ":name" (":inward" / ":outward") ?', 'permDeleteWarning' => 'Supprimer quelque chose dans Firefly est permanent et ne peut pas être annulé.', 'mass_make_selection' => 'Vous pouvez toujours empêcher des éléments d’être supprimés en décochant la case à cocher.', From dbad6e4e8c78827fcbc0ff9787c0b1a062bcc2e3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 16:20:10 +0200 Subject: [PATCH 152/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 56fa637fcb..c079051ef3 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -924,13 +924,13 @@ return [ 'budget_or_budgets' => 'budget(s)', 'budgets_with_limits' => 'budget(s) avec montant configuré', 'rule_or_rules' => 'règle(s)', - 'rulegroup_or_groups' => 'rule group(s)', + 'rulegroup_or_groups' => 'groupe(s) de règles', 'setting_must_confirm_account' => 'Confirmation de compte', 'setting_must_confirm_account_explain' => 'Lorsque ce paramètre est activé, les utilisateurs doivent activer leur compte avant de pouvoir l\'utiliser.', - 'configuration_updated' => 'The configuration has been updated', - 'setting_is_demo_site' => 'Demo site', - 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', - 'setting_send_email_notifications' => 'Send email notifications', + 'configuration_updated' => 'La configuration a été mise à jour', + 'setting_is_demo_site' => 'Site de démonstration', + 'setting_is_demo_site_explain' => 'Si vous cochez cette case, cette installation se comportera comme si c\'était le site de démonstration, ce qui peut engendrer des effets secondaires étranges.', + 'setting_send_email_notifications' => 'Envoyer notifications par email', 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', From 7ce631d52960f3b819318102f10e551077a3a0db Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:26 +0200 Subject: [PATCH 153/194] New translations breadcrumbs.php (Russian) --- resources/lang/ru_RU/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/breadcrumbs.php b/resources/lang/ru_RU/breadcrumbs.php index ee129f4b24..4b9bfd8f1d 100644 --- a/resources/lang/ru_RU/breadcrumbs.php +++ b/resources/lang/ru_RU/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'Создать новую метку', 'edit_tag' => 'Редактирование метки ":tag"', 'delete_tag' => 'Удаление метки ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From 087b4d5c7fd454b36669b35b0b0313c3f50af35a Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:31 +0200 Subject: [PATCH 154/194] New translations breadcrumbs.php (Spanish) --- resources/lang/es_ES/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es_ES/breadcrumbs.php b/resources/lang/es_ES/breadcrumbs.php index 900d8e1f0b..6f94cb1792 100644 --- a/resources/lang/es_ES/breadcrumbs.php +++ b/resources/lang/es_ES/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'Crear nueva etiqueta', 'edit_tag' => 'Editar etiqueta ":tag"', 'delete_tag' => 'Eliminar etiqueta ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From e75d17ed24d3769d7217d7e76a31f8367481817a Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:32 +0200 Subject: [PATCH 155/194] New translations breadcrumbs.php (Slovenian) --- resources/lang/sl_SI/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/sl_SI/breadcrumbs.php b/resources/lang/sl_SI/breadcrumbs.php index d9ed78be48..70672da530 100644 --- a/resources/lang/sl_SI/breadcrumbs.php +++ b/resources/lang/sl_SI/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'ustvari novo značko', 'edit_tag' => 'uredi značko ":tag"', 'delete_tag' => 'izbriši značko ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From cdffd4a9952fb25314f9dec5b22a79e30c32da03 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:34 +0200 Subject: [PATCH 156/194] New translations breadcrumbs.php (Chinese Traditional) --- resources/lang/zh_TW/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/breadcrumbs.php b/resources/lang/zh_TW/breadcrumbs.php index 5706fc9331..a99899ab8a 100644 --- a/resources/lang/zh_TW/breadcrumbs.php +++ b/resources/lang/zh_TW/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => '建立新標籤', 'edit_tag' => '編輯標籤 ":tag"', 'delete_tag' => '刪除標籤 ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From b77a783f941364d96984d45c61c9080139ddc5c9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:35 +0200 Subject: [PATCH 157/194] New translations breadcrumbs.php (Polish) --- resources/lang/pl_PL/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl_PL/breadcrumbs.php b/resources/lang/pl_PL/breadcrumbs.php index ae8db89e3a..924f6a1787 100644 --- a/resources/lang/pl_PL/breadcrumbs.php +++ b/resources/lang/pl_PL/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'Utwórz nowy tag', 'edit_tag' => 'Modyfikuj tag ":tag"', 'delete_tag' => 'Usuń tag ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From 8389b875561c87c4c8e3ae56e7da89540842c236 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:36 +0200 Subject: [PATCH 158/194] New translations breadcrumbs.php (Portuguese, Brazilian) --- resources/lang/pt_BR/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/breadcrumbs.php b/resources/lang/pt_BR/breadcrumbs.php index 19e39cf388..6a62264463 100644 --- a/resources/lang/pt_BR/breadcrumbs.php +++ b/resources/lang/pt_BR/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'Criar nova etiqueta', 'edit_tag' => 'Editar etiqueta ":tag"', 'delete_tag' => 'Apagar etiqueta ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From fc13df9a0947d5f2c082ffc4c545e252e42ec066 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:37 +0200 Subject: [PATCH 159/194] New translations breadcrumbs.php (German) --- resources/lang/de_DE/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de_DE/breadcrumbs.php b/resources/lang/de_DE/breadcrumbs.php index ce6d467d2a..1666561f85 100644 --- a/resources/lang/de_DE/breadcrumbs.php +++ b/resources/lang/de_DE/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'Neuen Tag erstellen', 'edit_tag' => 'Bearbeite Tag ":tag"', 'delete_tag' => 'Lösche Tag ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From c1985b2fa2e713ab6aaf439824e4df4828fc42ef Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:39 +0200 Subject: [PATCH 160/194] New translations breadcrumbs.php (French) --- resources/lang/fr_FR/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/breadcrumbs.php b/resources/lang/fr_FR/breadcrumbs.php index 927cebbeff..a6d4c56e06 100644 --- a/resources/lang/fr_FR/breadcrumbs.php +++ b/resources/lang/fr_FR/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'Créer un nouveau tag', 'edit_tag' => 'Éditer le tag ":tag"', 'delete_tag' => 'Supprimer le tag ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From 237983cecf9244d90a92c4c73172f998283309ed Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:40:40 +0200 Subject: [PATCH 161/194] New translations breadcrumbs.php (Dutch) --- resources/lang/nl_NL/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/breadcrumbs.php b/resources/lang/nl_NL/breadcrumbs.php index 0a817ea921..40922f16e8 100644 --- a/resources/lang/nl_NL/breadcrumbs.php +++ b/resources/lang/nl_NL/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'Maak nieuwe tag', 'edit_tag' => 'Wijzig tag ":tag"', 'delete_tag' => 'Verwijder tag ":tag"', - 'delete_journal_link' => 'Delete link between journals', + 'delete_journal_link' => 'Delete link between transactions', ]; \ No newline at end of file From 1a179c7a455b616bf1379df3611a2f0c1e9dc7da Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 18:41:00 +0200 Subject: [PATCH 162/194] New translations form.php (Dutch) --- resources/lang/nl_NL/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index 94245eece8..5bc5e1f559 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -148,7 +148,7 @@ return [ 'journal_areYouSure' => 'Weet je zeker dat je de transactie met naam ":description" wilt verwijderen?', 'mass_journal_are_you_sure' => 'Weet je zeker dat je al deze transacties wilt verwijderen?', 'tag_areYouSure' => 'Weet je zeker dat je de tag met naam ":tag" wilt verwijderen?', - 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', + 'journal_link_areYouSure' => 'Weet je zeker dat je de koppeling tussen :source en :destination wilt verwijderen?', 'linkType_areYouSure' => 'Weet je zeker dat je linktype ":name" (":inward" / ":outward") wilt verwijderen?', 'permDeleteWarning' => 'Dingen verwijderen uit Firefly is permanent en kan niet ongedaan gemaakt worden.', 'mass_make_selection' => 'Je kan items alsnog redden van de ondergang door het vinkje weg te halen.', From 14a218e3195c8420e956d4642acdf8b1e78929e1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 19:50:07 +0200 Subject: [PATCH 163/194] New translations breadcrumbs.php (Dutch) --- resources/lang/nl_NL/breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/breadcrumbs.php b/resources/lang/nl_NL/breadcrumbs.php index 40922f16e8..ef303debe0 100644 --- a/resources/lang/nl_NL/breadcrumbs.php +++ b/resources/lang/nl_NL/breadcrumbs.php @@ -40,5 +40,5 @@ return [ 'createTag' => 'Maak nieuwe tag', 'edit_tag' => 'Wijzig tag ":tag"', 'delete_tag' => 'Verwijder tag ":tag"', - 'delete_journal_link' => 'Delete link between transactions', + 'delete_journal_link' => 'Verwijder koppeling tussen transacties', ]; \ No newline at end of file From b192b5366a5b3a7f15663755183d2180bb7e37ee Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:30:24 +0200 Subject: [PATCH 164/194] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 94 -------------------------------- 1 file changed, 94 deletions(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 8a7f9fd890..468735bab6 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => 'незавершённый перевод', 'close' => 'Закрыть', 'actions' => 'Действия', 'edit' => 'Изменить', @@ -28,12 +27,7 @@ return [ 'to' => 'Куда', 'showEverything' => 'Показать всё', 'never' => 'Никогда', - 'search_results_for' => 'Результаты поиска по запросу ":query"', 'no_results_for_empty_search' => 'Результатов не найдено.', - 'bounced_error' => 'Сообщение, отправленное на :email было "отбито", доступ запрещен.', - 'deleted_error' => 'Введенные вами данные не найдены в нашей базе.', - 'general_blocked_error' => 'Ваш аккаунт был отключен, так что вы не можете войти.', - 'expired_error' => 'Your account has expired, and can no longer be used.', 'removed_amount' => 'Снято :amount', 'added_amount' => 'Добавлено :amount', 'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => 'There is one error|There are :count errors', 'net_worth' => 'Net worth', 'route_has_no_help' => 'There is no help for this route.', - 'help_may_not_be_your_language' => 'This help text is in English. It is not yet available in your language', 'two_factor_welcome' => 'Привет, :user!', 'two_factor_enter_code' => 'To continue, please enter your two factor authentication code. Your application can generate it for you.', 'two_factor_code_here' => 'Enter code here', @@ -70,9 +63,6 @@ return [ 'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, :site_owner and ask them to reset your two factor authentication.', 'warning_much_data' => ':days days of data may take a while to load.', 'registered' => 'You have registered successfully!', - 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Авансовый платеж', - 'tagnothing' => '', 'Default asset account' => 'Счёт по умолчанию', 'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.', 'Savings account' => 'Сберегательный счет', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', 'reenable_intro_text' => 'You can also reenable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', - 'nothing_to_display' => 'There are no transactions to show you', 'show_all_no_filter' => 'Показать все транзакции без группировки по датам.', 'expenses_by_category' => 'Расходы по категориям', 'expenses_by_budget' => 'Расходы по бюджетам', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', - 'cannot_change_demo' => 'Невозможно сменить пароль демонстрационной учетной записи.', - 'cannot_delete_demo' => 'Вы не можете удалить демонстрационную учетную запись.', 'cannot_reset_demo_user' => 'Невозможно сбросить пароль демонстрационной учетной записи', - 'per_period' => 'За период', - 'all_periods' => 'Все периоды', 'current_period' => 'Текущий период', 'show_the_current_period_and_overview' => 'Показать текущий период и обзор', 'pref_languages_locale' => 'Для корректной работы с языками, отличными от английского, ваша операционная система должна отдавать корректную информацию о локали. Если это не так, валюты, даты и суммы могут отображаться некорректно.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', 'chart_category_all' => 'Chart for all transactions for category ":name"', - 'budget_in_period_breadcrumb' => 'Между :start и :end', 'clone_withdrawal' => 'Clone this withdrawal', 'clone_deposit' => 'Clone this deposit', 'clone_transfer' => 'Клонировать этот трансфер', - 'transaction_journal_other_options' => 'Другие параметры', 'multi_select_no_selection' => 'Ничего не выбрано', 'multi_select_all_selected' => 'Все выбранные', 'multi_select_filter_placeholder' => 'Поиск..', @@ -164,18 +147,6 @@ return [ 'quarterly' => 'раз в квартал', 'half-year' => 'раз в полгода', 'yearly' => 'ежегодно', - // account confirmation: - 'confirm_account_header' => 'Please confirm your account', - 'confirm_account_intro' => 'An email has been sent to the address you used during your registration. Please check it out for further instructions. If you did not get this message, you can have Firefly send it again.', - 'confirm_account_resend_email' => 'Send me the confirmation message I need to activate my account.', - 'account_is_confirmed' => 'Your account has been confirmed!', - 'invalid_activation_code' => 'It seems the code you are using is not valid, or has expired.', - 'confirm_account_is_resent_header' => 'The confirmation has been resent', - 'confirm_account_is_resent_text' => 'The confirmation message has been resent. If you still did not receive the confirmation message, please contact the site owner at :owner or check the log files to see what went wrong.', - 'confirm_account_is_resent_go_home' => 'Go to the index page of Firefly', - 'confirm_account_not_resent_header' => 'Something went wrong :(', - 'confirm_account_not_resent_intro' => 'The confirmation message has been not resent. If you still did not receive the confirmation message, please contact the site owner at :owner instead. Possibly, you have tried to resend the activation message too often. You can have Firefly III try to resend the confirmation message every hour.', - 'confirm_account_not_resent_go_home' => 'Go to the index page of Firefly', // export data: 'import_and_export' => 'Импорт и экспорт', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Created a zip file!', 'export_status_finished' => 'Export has succesfully finished! Yay!', 'export_data_please_wait' => 'Подождите пожалуйста...', - 'attachment_explanation' => 'The file called \':attachment_name\' (#:attachment_id) was originally uploaded to :type \':description\' (#:journal_id) dated :date for the amount of :amount.', // rules 'rules' => 'Rules', @@ -523,7 +493,6 @@ return [ 'createBudget' => 'New budget', 'inactiveBudgets' => 'Inactive budgets', 'without_budget_between' => 'Transactions without a budget between :start and :end', - 'budget_in_month' => ':name in :month', 'delete_budget' => 'Delete budget ":name"', 'deleted_budget' => 'Deleted budget ":name"', 'edit_budget' => 'Edit budget ":name"', @@ -597,8 +566,6 @@ return [ 'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_tag' => 'Please select more than one tag', - 'from_to' => 'From :start to :end', - 'from_to_breadcrumb' => 'from :start to :end', 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', // categories: @@ -656,8 +623,6 @@ return [ 'yourAccounts' => 'Ваши счета', 'budgetsAndSpending' => 'Бюджеты и расходы', 'savings' => 'Savings', - 'markAsSavingsToContinue' => 'Mark your asset accounts as "Savings account" to fill this panel', - 'createPiggyToContinue' => 'Create piggy banks to fill this panel.', 'newWithdrawal' => 'Новый расход', 'newDeposit' => 'Новый доход', 'newTransfer' => 'Новый перевод', @@ -665,8 +630,6 @@ return [ 'moneyOut' => 'Расходы', 'billsToPay' => 'Счета к оплате', 'billsPaid' => 'Оплаченные счета', - 'divided' => 'divided', - 'toDivide' => 'left to divide', // menu and titles, should be recycled as often as possible: 'currency' => 'Валюта', @@ -726,20 +689,11 @@ return [ 'reports_can_bookmark' => 'Remember that reports can be bookmarked.', 'incomeVsExpenses' => 'Income vs. expenses', 'accountBalances' => 'Account balances', - 'balanceStartOfYear' => 'Balance at start of year', - 'balanceEndOfYear' => 'Balance at end of year', - 'balanceStartOfMonth' => 'Balance at start of month', - 'balanceEndOfMonth' => 'Balance at end of month', 'balanceStart' => 'Balance at start of period', 'balanceEnd' => 'Balance at end of period', - 'reportsOwnAccounts' => 'Reports for your own accounts', - 'reportsOwnAccountsAndShared' => 'Reports for your own accounts and shared accounts', 'splitByAccount' => 'Split by account', - 'balancedByTransfersAndTags' => 'Balanced by transfers and tags', 'coveredWithTags' => 'Covered with tags', 'leftUnbalanced' => 'Left unbalanced', - 'expectedBalance' => 'Expected balance', - 'outsideOfBudgets' => 'Outside of budgets', 'leftInBudget' => 'Left in budget', 'sumOfSums' => 'Sum of sums', 'noCategory' => '(no category)', @@ -752,19 +706,12 @@ return [ 'topX' => 'top :number', 'show_full_list' => 'Show entire list', 'show_only_top' => 'Show only top :number', - 'sum_of_year' => 'Sum of year', - 'sum_of_years' => 'Sum of years', - 'average_of_year' => 'Average of year', - 'average_of_years' => 'Average of years', - 'categories_earned_in_year' => 'Categories (by earnings)', - 'categories_spent_in_year' => 'Categories (by spendings)', 'report_type' => 'Report type', 'report_type_default' => 'Default financial report', 'report_type_audit' => 'Transaction history overview (audit)', 'report_type_category' => 'Category report', 'report_type_budget' => 'Budget report', 'report_type_tag' => 'Tag report', - 'report_type_meta-history' => 'Categories, budgets and bills overview', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'report_included_accounts' => 'Included accounts', 'report_date_range' => 'Date range', @@ -817,7 +764,6 @@ return [ // charts: 'chart' => 'Диаграмма', - 'dayOfMonth' => 'Day of the month', 'month' => 'Month', 'budget' => 'Budget', 'spent' => 'Spent', @@ -838,7 +784,6 @@ return [ 'budgeted' => 'Budgeted', 'period' => 'Period', 'balance' => 'Balance', - 'summary' => 'Summary', 'sum' => 'Sum', 'average' => 'Average', 'balanceFor' => 'Balance for :name', @@ -871,18 +816,13 @@ return [ 'start_date' => 'Start date', 'target_date' => 'Target date', 'no_target_date' => 'No target date', - 'todo' => 'to do', 'table' => 'Table', - 'piggy_bank_not_exists' => 'Piggy bank no longer exists.', - 'add_any_amount_to_piggy' => 'Add money to this piggy bank to reach your target of :amount.', - 'add_set_amount_to_piggy' => 'Add :amount to fill this piggy bank on :date', 'delete_piggy_bank' => 'Delete piggy bank ":name"', 'cannot_add_amount_piggy' => 'Could not add :amount to ":name".', 'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".', 'deleted_piggy_bank' => 'Deleted piggy bank ":name"', 'added_amount_to_piggy' => 'Added :amount to ":name"', 'removed_amount_from_piggy' => 'Removed :amount from ":name"', - 'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".', // tags 'regular_tag' => 'Just a regular tag.', @@ -894,11 +834,6 @@ return [ 'edit_tag' => 'Edit tag ":tag"', 'updated_tag' => 'Updated tag ":tag"', 'created_tag' => 'Tag ":tag" has been created!', - 'no_year' => 'No year set', - 'no_month' => 'No month set', - 'tag_title_nothing' => 'Default tags', - 'tag_title_balancingAct' => 'Balancing act tags', - 'tag_title_advancePayment' => 'Advance payment tags', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', @@ -925,13 +860,9 @@ return [ 'budgets_with_limits' => 'budget(s) with configured amount', 'rule_or_rules' => 'rule(s)', 'rulegroup_or_groups' => 'rule group(s)', - 'setting_must_confirm_account' => 'Account confirmation', - 'setting_must_confirm_account_explain' => 'When this setting is enabled, users must activate their account before it can be used.', 'configuration_updated' => 'The configuration has been updated', 'setting_is_demo_site' => 'Demo site', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', - 'setting_send_email_notifications' => 'Send email notifications', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', @@ -971,31 +902,9 @@ return [ // split a transaction: - 'transaction_meta_data' => 'Transaction meta-data', - 'transaction_dates' => 'Transaction dates', 'splits' => 'Splits', - 'split_title_withdrawal' => 'Split your new withdrawal', - 'split_intro_one_withdrawal' => 'Firefly supports the "splitting" of a withdrawal.', - 'split_intro_two_withdrawal' => 'It means that the amount of money you\'ve spent is divided between several destination expense accounts, budgets or categories.', - 'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.', - 'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_withdrawal' => 'Store splitted withdrawal', - 'update_splitted_withdrawal' => 'Update splitted withdrawal', - 'split_title_deposit' => 'Split your new deposit', - 'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.', - 'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.', - 'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.', - 'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_deposit' => 'Store splitted deposit', - 'split_title_transfer' => 'Split your new transfer', - 'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.', - 'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.', - 'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.', - 'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_transfer' => 'Store splitted transfer', 'add_another_split' => 'Add another split', 'split-transactions' => 'Split transactions', - 'split-new-transaction' => 'Split a new transaction', 'do_split' => 'Do a split', 'split_this_withdrawal' => 'Split this withdrawal', 'split_this_deposit' => 'Split this deposit', @@ -1049,9 +958,6 @@ return [ 'import_status_finished_job' => 'The transactions imported can be found in tag :tag.', 'import_with_key' => 'Import with key \':key\'', - // different states: - 'import_status_job_running' => 'The import is underway. Please be patient...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', From 733b5c62afa23cdb85c6b52f4df77795456accd3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:30:41 +0200 Subject: [PATCH 165/194] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 94 -------------------------------- 1 file changed, 94 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index c079051ef3..607bb2dd50 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => 'traduction incomplète', 'close' => 'Fermer', 'actions' => 'Actions', 'edit' => 'Modifier', @@ -28,12 +27,7 @@ return [ 'to' => 'A', 'showEverything' => 'Tout Afficher', 'never' => 'Jamais', - 'search_results_for' => 'Résultats de recherche pour ":query"', 'no_results_for_empty_search' => 'Votre recherche était vide, rien n’a été trouvé.', - 'bounced_error' => 'Le message envoyé à :email a été rejeté, donc pas d\'accès pour vous.', - 'deleted_error' => 'Ces informations d\'identification ne sont pas présentes dans nos données.', - 'general_blocked_error' => 'Votre compte a été désactivé, vous ne pouvez plus vous connecter.', - 'expired_error' => 'Votre compte a expiré et ne peut plus être utilisé.', 'removed_amount' => 'Supprimé :amount', 'added_amount' => 'Ajouté :amount', 'asset_account_role_help' => 'Toutes options supplémentaires résultant de votre choix peut être réglée plus tard.', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => 'Il y a une erreur|Il y a :count errors', 'net_worth' => 'Valeur nette', 'route_has_no_help' => 'Il n\'y a pas d\'aide pour cette page.', - 'help_may_not_be_your_language' => 'Ce texte d’aide est en anglais. Il n’est pas encore disponible dans votre langue', 'two_factor_welcome' => 'Bonjour, :user !', 'two_factor_enter_code' => 'Pour continuer, veuillez entrer votre code d’authentification à deux facteurs. Votre application peut la générer pour vous.', 'two_factor_code_here' => 'Entrez votre code ici', @@ -70,9 +63,6 @@ return [ '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.', 'warning_much_data' => ':days de données peuvent prendre un certain temps à charger.', 'registered' => 'Vous avez été enregistré avec succès !', - 'tagbalancingAct' => 'Acte d\'équilibre', - 'tagadvancePayment' => 'Acompte', - 'tagnothing' => '', '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.', 'Savings account' => 'Compte d’épargne', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'Si vous désirez plus de renseignements sur l\'utilisation de Firefly III, merci d\'ouvrir un ticket sur Github.', 'reenable_intro_text' => 'Vous pouvez également réactiver le guide d\'introduction.', 'intro_boxes_after_refresh' => 'Les boîtes d\'introduction réapparaîtront lorsque vous actualiserez la page.', - 'nothing_to_display' => 'Il n’y a aucune transaction à afficher', 'show_all_no_filter' => 'Montrer toutes les transactions sans les classer par date.', 'expenses_by_category' => 'Dépenses par catégorie', 'expenses_by_budget' => 'Dépenses par budget', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Dépensé dans le budget ":budget"', 'sum_of_expenses_in_budget' => 'Total dépensé dans le budget ":budget"', 'left_in_budget_limit' => 'Reste à dépenser selon budget', - 'cannot_change_demo' => 'Vous ne pouvez pas modifier le mot de passe du compte de démonstration.', - 'cannot_delete_demo' => 'Vous ne pouvez pas supprimer le compte de démonstration.', 'cannot_reset_demo_user' => 'Vous ne pouvez pas réinitialiser le mot de passe du compte démonstration', - 'per_period' => 'Par période', - 'all_periods' => 'Toutes les périodes', '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.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Graphique pour toutes les transactions pour le compte ":name" entre :start et :end', 'chart_category_in_period' => 'Graphique pour toutes les transactions pour la catégorie ":name" entre :start et :end', 'chart_category_all' => 'Graphique pour toutes les transactions pour la catégorie ":name"', - 'budget_in_period_breadcrumb' => 'Entre :start et :end', 'clone_withdrawal' => 'Cloner ce retrait', 'clone_deposit' => 'Cloner ce dépôt', 'clone_transfer' => 'Cloner ce transfert', - 'transaction_journal_other_options' => 'Autres options', 'multi_select_no_selection' => 'Aucun selectionnez', 'multi_select_all_selected' => 'Tous sélectionnés', 'multi_select_filter_placeholder' => 'Rechercher..', @@ -164,18 +147,6 @@ return [ 'quarterly' => 'trimestriel', 'half-year' => 'semestriel', 'yearly' => 'annuel', - // account confirmation: - 'confirm_account_header' => 'Merci de vérifier votre compte', - 'confirm_account_intro' => 'Un courriel a été envoyé à l’adresse utilisée lors de votre inscription. Merci de vous y référer pour obtenir des instructions supplémentaires. Si vous n’avez pas reçu ce message, Firefly peut vous l\'envoyer de nouveau.', - 'confirm_account_resend_email' => 'M’envoyer le message de confirmation nécessaire pour activer mon compte.', - 'account_is_confirmed' => 'Votre compte a été validé !', - 'invalid_activation_code' => 'Il semble que le code que vous utilisez n’est pas valide ou a expiré.', - 'confirm_account_is_resent_header' => 'La confirmation a été renvoyée', - 'confirm_account_is_resent_text' => 'Le message de confirmation a été renvoyé. Si vous n’avez toujours pas reçu le message de confirmation, veuillez prendre contact avec le propriétaire du site à :owner ou vérifiez les logs pour voir ce qui s’est mal passé.', - 'confirm_account_is_resent_go_home' => 'Aller à la page d’accueil de Firefly', - 'confirm_account_not_resent_header' => 'Quelque chose s\'est mal passé :(', - 'confirm_account_not_resent_intro' => 'Le message de confirmation n\'a pas été renvoyé. Si vous continuez à ne pas recevoir le message de confirmation, veuillez communiquer avec le propriétaire du site au : propriétaire. Vous pourriez avoir essayé de vous renvoyer le message d’activation trop souvent. Vous pouvez demander à Firefly III de vous renvoyer le message de confirmation toutes les heures.', - 'confirm_account_not_resent_go_home' => 'Aller à la page d’accueil de Firefly', // export data: 'import_and_export' => 'Importer et Exporter', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Fichier zip créé!', 'export_status_finished' => 'L\'export s\'est terminé avec succès ! Yay !', 'export_data_please_wait' => 'Veuillez patienter...', - 'attachment_explanation' => 'Le fichier appelé \':attachment_name\' (#:attachment_id) était initialement envoyé à :type \': description\' (#:journal_id) en date du :date pour un montant de :amount.', // rules 'rules' => 'Règles', @@ -523,7 +493,6 @@ return [ 'createBudget' => 'Nouveau budget', 'inactiveBudgets' => 'Budgets inactifs', 'without_budget_between' => 'Opérations non budgetisées entre le :start et le :end', - 'budget_in_month' => ':name en :month', 'delete_budget' => 'Supprimer le budget ":name"', 'deleted_budget' => 'Budget ":name" supprimé', 'edit_budget' => 'Modifier le budget ":name"', @@ -597,8 +566,6 @@ return [ 'select_more_than_one_category' => 'Veuillez sélectionner plus d\'une catégorie', 'select_more_than_one_budget' => 'Veuillez sélectionner plus d\'un budget', 'select_more_than_one_tag' => 'Veuillez sélectionner plus d\'un tag', - 'from_to' => 'De :start à :end', - 'from_to_breadcrumb' => 'de :start à :end', 'account_default_currency' => 'Si vous sélectionnez une autre monnaie, les nouvelles transactions de ce compte auront cette monnaie pré-sélectionnées.', // categories: @@ -656,8 +623,6 @@ return [ 'yourAccounts' => 'Vos comptes', 'budgetsAndSpending' => 'Budgets et dépenses', 'savings' => 'Épargne', - 'markAsSavingsToContinue' => 'Marquez votre compte d’actif comme "Compte d\'épargne" pour remplir ce panneau', - 'createPiggyToContinue' => 'Créer des tirelires pour remplir ce panneau.', 'newWithdrawal' => 'Nouvelle dépense', 'newDeposit' => 'Nouveau dépôt', 'newTransfer' => 'Nouveau transfert', @@ -665,8 +630,6 @@ return [ 'moneyOut' => 'Argent sortant', 'billsToPay' => 'Factures à payer', 'billsPaid' => 'Factures payées', - 'divided' => 'divisé', - 'toDivide' => 'Restant à dépenser', // menu and titles, should be recycled as often as possible: 'currency' => 'Devise', @@ -726,20 +689,11 @@ return [ 'reports_can_bookmark' => 'N’oubliez pas que les rapports peuvent être mis en signet.', 'incomeVsExpenses' => 'Revenus vs dépenses', 'accountBalances' => 'Solde du compte', - 'balanceStartOfYear' => 'Solde au début de l\'année', - 'balanceEndOfYear' => 'Solde à la fin de l\'année', - 'balanceStartOfMonth' => 'Solde au début du mois', - 'balanceEndOfMonth' => 'Solde à la fin du mois', 'balanceStart' => 'Solde au début de la période', 'balanceEnd' => 'Solde à la fin de la période', - 'reportsOwnAccounts' => 'Rapport pour vos propres comptes', - 'reportsOwnAccountsAndShared' => 'Rapport pour vos comptes et ceux partagés', 'splitByAccount' => 'Divisé par compte', - 'balancedByTransfersAndTags' => 'Équilibré par des transferts et des tags', 'coveredWithTags' => 'Recouvert de tags', 'leftUnbalanced' => 'Restant déséquilibré', - 'expectedBalance' => 'Solde attendu', - 'outsideOfBudgets' => 'En dehors des budgets', 'leftInBudget' => 'Budget restant', 'sumOfSums' => 'Montant des sommes', 'noCategory' => '(aucune catégorie)', @@ -752,19 +706,12 @@ return [ 'topX' => 'en haut :number', 'show_full_list' => 'Afficher la liste complète', 'show_only_top' => 'Afficher uniquement en haut :number', - 'sum_of_year' => 'Total sur l’année', - 'sum_of_years' => 'Total des années', - 'average_of_year' => 'Moyenne sur l\'année', - 'average_of_years' => 'Moyenne des années', - 'categories_earned_in_year' => 'Catégories (selon le revenu)', - 'categories_spent_in_year' => 'Catégories (par dépenses)', 'report_type' => 'Type de rapport', 'report_type_default' => 'Rapport financier par défaut', 'report_type_audit' => 'Historique des transactions', 'report_type_category' => 'Rapport par catégories', 'report_type_budget' => 'Rapport du budget', 'report_type_tag' => 'Rapport de tag', - 'report_type_meta-history' => 'Vue d’ensemble des budgets, des catégories et des factures', 'more_info_help' => 'Plus d’informations sur ces types de rapports se trouvent dans les pages d’aide. Appuyez sur l’icône ( ?) dans le coin supérieur droit.', 'report_included_accounts' => 'Comptes inclus', 'report_date_range' => 'Intervalle de dates', @@ -817,7 +764,6 @@ return [ // charts: 'chart' => 'Diagramme', - 'dayOfMonth' => 'Jour du mois', 'month' => 'Mois', 'budget' => 'Budget', 'spent' => 'Dépensé', @@ -838,7 +784,6 @@ return [ 'budgeted' => 'Budgétisé', 'period' => 'Période', 'balance' => 'Solde', - 'summary' => 'Résumé', 'sum' => 'Somme', 'average' => 'Moyenne', 'balanceFor' => 'Balance pour :name', @@ -871,18 +816,13 @@ return [ 'start_date' => 'Date de début', 'target_date' => 'Date cible', 'no_target_date' => 'Aucune date butoir', - 'todo' => 'à faire', 'table' => 'Tableau', - 'piggy_bank_not_exists' => 'La tirelire n’existe plus.', - 'add_any_amount_to_piggy' => 'Ajouter de l’argent pour cette tirelire pour atteindre votre objectif de :amount.', - 'add_set_amount_to_piggy' => 'Ajouter :amount pour remplir cette tirelire au :date', 'delete_piggy_bank' => 'Supprimer la tirelire ":name"', 'cannot_add_amount_piggy' => 'Impossible d\'ajouter :amount à ":name".', 'cannot_remove_from_piggy' => 'Impossible de supprimer :amount à ":name".', 'deleted_piggy_bank' => 'Tirelire ":name" supprimée', 'added_amount_to_piggy' => 'Ajouté :amount à ":name"', 'removed_amount_from_piggy' => 'Supprimé :amount du ":name"', - 'cannot_remove_amount_piggy' => 'Impossible de supprimer :amount de ":name".', // tags 'regular_tag' => 'Juste une balise ordinaire.', @@ -894,11 +834,6 @@ return [ 'edit_tag' => 'Modifier le tag ":tag"', 'updated_tag' => 'Mise à jour de la balise ": tag"', 'created_tag' => 'Tag ":tag" a été créé !', - 'no_year' => 'Aucune année définie', - 'no_month' => 'Pas de mois défini', - 'tag_title_nothing' => 'Tags par défaut', - 'tag_title_balancingAct' => 'Acte d\'équilibrage des tags', - 'tag_title_advancePayment' => 'Tags de paiement anticipé', 'transaction_journal_information' => 'Informations sur les transactions', 'transaction_journal_meta' => 'Méta informations', @@ -925,13 +860,9 @@ return [ 'budgets_with_limits' => 'budget(s) avec montant configuré', 'rule_or_rules' => 'règle(s)', 'rulegroup_or_groups' => 'groupe(s) de règles', - 'setting_must_confirm_account' => 'Confirmation de compte', - 'setting_must_confirm_account_explain' => 'Lorsque ce paramètre est activé, les utilisateurs doivent activer leur compte avant de pouvoir l\'utiliser.', 'configuration_updated' => 'La configuration a été mise à jour', 'setting_is_demo_site' => 'Site de démonstration', 'setting_is_demo_site_explain' => 'Si vous cochez cette case, cette installation se comportera comme si c\'était le site de démonstration, ce qui peut engendrer des effets secondaires étranges.', - 'setting_send_email_notifications' => 'Envoyer notifications par email', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', @@ -971,31 +902,9 @@ return [ // split a transaction: - 'transaction_meta_data' => 'Transaction meta-data', - 'transaction_dates' => 'Date de l\'opération', 'splits' => 'Splits', - 'split_title_withdrawal' => 'Split your new withdrawal', - 'split_intro_one_withdrawal' => 'Firefly supports the "splitting" of a withdrawal.', - 'split_intro_two_withdrawal' => 'Cela signifie que le montant d’argent que vous avez dépensé est réparti entre plusieurs budgets, catégories ou comptes de revenus.', - 'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.', - 'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_withdrawal' => 'Store splitted withdrawal', - 'update_splitted_withdrawal' => 'Update splitted withdrawal', - 'split_title_deposit' => 'Split your new deposit', - 'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.', - 'split_intro_two_deposit' => 'Cela signifie que le montant d’argent que vous avez gagné est réparti entre plusieurs catégories ou comptes de revenus source.', - 'split_intro_three_deposit' => 'Par exemple : vous pouvez fractionner votre salaire de :total donc vous obtenez :split_one comme votre salaire de base et :split_two comme un remboursement des dépenses faites.', - 'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_deposit' => 'Store splitted deposit', - 'split_title_transfer' => 'Split your new transfer', - 'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.', - 'split_intro_two_transfer' => 'Cela signifie que le montant d’argent que vous déplacez est divisé entre plusieurs catégories ou tirelires.', - 'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.', - 'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_transfer' => 'Store splitted transfer', 'add_another_split' => 'Add another split', 'split-transactions' => 'Split transactions', - 'split-new-transaction' => 'Split a new transaction', 'do_split' => 'Do a split', 'split_this_withdrawal' => 'Split this withdrawal', 'split_this_deposit' => 'Split this deposit', @@ -1049,9 +958,6 @@ return [ 'import_status_finished_job' => 'The transactions imported can be found in tag :tag.', 'import_with_key' => 'Import with key \':key\'', - // different states: - 'import_status_job_running' => 'The import is underway. Please be patient...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', From b72e8559f67ca3442d63574bea19d6957493c3dc Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:30:44 +0200 Subject: [PATCH 166/194] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 94 -------------------------------- 1 file changed, 94 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 2673ecc7e6..dd6a8153c1 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => 'unvollständige Übersetzung', 'close' => 'Schließen', 'actions' => 'Aktionen', 'edit' => 'Bearbeiten', @@ -28,12 +27,7 @@ return [ 'to' => 'Bis', 'showEverything' => 'Alles anzeigen', 'never' => 'Nie', - 'search_results_for' => 'Suchergebnisse für ":query"', 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.', - 'bounced_error' => 'Die Nachricht an :email ist nicht zustellbar, sodass Sie keinen Zugang haben.', - 'deleted_error' => 'Die Zugangsdaten stimmen nicht überein.', - 'general_blocked_error' => 'Ihr Benutzerkonto wurde deaktiviert, sodass Sie sich nicht anmelden können.', - 'expired_error' => 'Ihr Benutzerkonto ist abgelaufen und kann nicht mehr genutzt werden.', 'removed_amount' => ':amount enfernt', 'added_amount' => ':amount hinzugefügt', 'asset_account_role_help' => 'Alle zusätzlichen Optionen, welche aus ihren Entscheidung entstehen, können später eingestellt werden.', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => 'Es gibt einen Fehler|Es gibt :count Fehler', 'net_worth' => 'Vermögen', 'route_has_no_help' => 'Es gibt keinen Hilfetext für diese Seite.', - 'help_may_not_be_your_language' => 'Dieser Hilfstext ist in Englisch. Er ist noch nicht in Deutsch verfügbar', 'two_factor_welcome' => 'Hallo :user!', 'two_factor_enter_code' => 'Um fortzufahren geben Sie bitte ihren Zwei-Faktor-Authentifizierungscode ein. Ihre Anwendung kann diesen für Sie generieren.', 'two_factor_code_here' => 'Code hier eingeben', @@ -70,9 +63,6 @@ return [ 'two_factor_lost_fix_owner' => 'Ansonsten, mailen Sie dem Inhaber der Website, :site_owner und bitten Sie ihn, Ihre Zwei-Faktor Authentifizierung zurückzusetzen.', 'warning_much_data' => ':days Tage an Daten können eine Weile dauern zu laden.', 'registered' => 'Sie haben sich erfolgreich registriert!', - 'tagbalancingAct' => 'Ausgleich', - 'tagadvancePayment' => 'Vorauszahlung', - 'tagnothing' => '', 'Default asset account' => 'Standard-Anlagekonto', 'no_budget_pointer' => 'Sie scheinen keine Budgets festgelegt zu haben. Sie sollten welche auf der Budget-Seite erstellen. Budgets können Ihnen helfen ihre Ausgaben zu verfolgen.', 'Savings account' => 'Sparkonto', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'Wenn du hilfe beim bedienen von Firefly III brauchst, erstelle ein Ticket auf Github.', 'reenable_intro_text' => 'You can also reenable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', - 'nothing_to_display' => 'Es gibt keine Transaktionen zum Anzeigen', 'show_all_no_filter' => 'Alle Transaktionen anzeigen, ohne diese nach Datum zu gruppieren.', 'expenses_by_category' => 'Ausgaben nach Kategorie', 'expenses_by_budget' => 'Ausgaben nach Budget', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Ausgegeben in Budget ":budget"', 'sum_of_expenses_in_budget' => 'Vollkommen ausgegeben in Budget ":budget"', 'left_in_budget_limit' => 'Übrig zum ausgeben aufgrund der Budgetierung', - 'cannot_change_demo' => 'Sie können nicht das Kennwort des Demo-Kontos ändern.', - 'cannot_delete_demo' => 'Das Demo-Konto kann nicht entfernt werden.', 'cannot_reset_demo_user' => 'Sie können nicht das Kennwort des Demo-Kontos zurücksetzen', - 'per_period' => 'Pro Periode', - 'all_periods' => 'Alle Perioden', 'current_period' => 'Aktuelle Periode', 'show_the_current_period_and_overview' => 'Zeigen Sie die aktuelle Periode und die Übersicht', 'pref_languages_locale' => 'Damit eine andere Sprache als Englisch richtig funktioniert muss Ihr Betriebssystem mit den korrekten Gebietsschema-Informationen ausgestattet werden. Wenn diese nicht vorhanden sind, können die Währungsdaten, Terminen und Mengen falsch formatiert.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Diagramm für alle Transaktionen des Kontos ":name" zwischen :start und :end', 'chart_category_in_period' => 'Diagramm für alle Transaktionen der Kategorie ":name" zwischen :start und :end', 'chart_category_all' => 'Diagramm für alle Transaktionen der Kategorie ":name"', - 'budget_in_period_breadcrumb' => 'Zwischen :start und :end', 'clone_withdrawal' => 'Diese Ausgabe klonen', 'clone_deposit' => 'Diese Einnahme klonen', 'clone_transfer' => 'Diese Überweisung klonen', - 'transaction_journal_other_options' => 'Weitere Optionen', 'multi_select_no_selection' => 'Nichts ausgewählt', 'multi_select_all_selected' => 'Alle ausgewählt', 'multi_select_filter_placeholder' => 'Suche..', @@ -164,18 +147,6 @@ return [ 'quarterly' => 'vierteljährlich', 'half-year' => 'halbjährlich', 'yearly' => 'jährlich', - // account confirmation: - 'confirm_account_header' => 'Bitte bestätigen Sie Ihr Konto', - 'confirm_account_intro' => 'Eine E-Mail wurde an die Adresse gesendet, welche bei der Registrierung angegeben wurde. Bitte lese die Mail für weitere Anweisungen. Wenn Sie die Mail nicht erhalten haben, kann Firefly Sie erneut senden.', - 'confirm_account_resend_email' => 'Senden Sie mir die Bestätigung, ich möchte meinen Account aktivieren.', - 'account_is_confirmed' => 'Ihr Benutzerkonto wurde bestätigt!', - 'invalid_activation_code' => 'Es scheint der genutzte Code ist ungültig oder ist abgelaufen.', - 'confirm_account_is_resent_header' => 'Die Bestätigung wurde erneut gesendet', - 'confirm_account_is_resent_text' => 'Die Bestätigungsmail wurde erneut gesendet. Wenn Sie die Bestätigungsmail weiterhin nicht erhalten wenden Sie sich bitte an den Seitenbetreiber unter Seitenbetreiber> oder überprüfen Sie das Fehlerprotokoll.', - 'confirm_account_is_resent_go_home' => 'Zur Hauptseite von Firefly wechseln', - 'confirm_account_not_resent_header' => 'Etwas ist schief gelaufen :(', - 'confirm_account_not_resent_intro' => 'Die Bestätigung wurde nicht erneut versendet. Wenn Sie immer noch keine Bestätigung erhalten haben, wenden Sie sich stattdessen bitte an den Inhaber der Webseite :owner. Möglicherweise haben Sie zu oft versucht die Bestätigung zu senden. Sie können die Bestätigung nur einmal pro Stunde durch Firefly III erneut senden lassen.', - 'confirm_account_not_resent_go_home' => 'Zur Hauptseite von Firefly wechseln', // export data: 'import_and_export' => 'Import und Export', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Zip-Datei erstellt!', 'export_status_finished' => 'Export erfolgreich beendet! Yay!', 'export_data_please_wait' => 'Bitte warten...', - 'attachment_explanation' => 'Die Datei mit dem Namen \':attachment_name\' (#:attachment_id) wurde urspünglich am :date mit dem Betrag :amount zu :type \':description\' (#:journal_id) hochgeladen.', // rules 'rules' => 'Regeln', @@ -524,7 +494,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'createBudget' => 'Neues Budget', 'inactiveBudgets' => 'Inaktive Budgets', 'without_budget_between' => 'Überweisungen ohne Budget zwischen :start und :end', - 'budget_in_month' => ':name in :month', 'delete_budget' => 'Budget ":name" löschen', 'deleted_budget' => 'Budget ":name" gelöscht', 'edit_budget' => 'Budget ":name" bearbeiten', @@ -598,8 +567,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'select_more_than_one_category' => 'Bitte mehr als eine Kategorie wählen', 'select_more_than_one_budget' => 'Bitte mehr als ein Budget wählen', 'select_more_than_one_tag' => 'Bitte wählen Sie mehr als einen Tag aus', - 'from_to' => 'Von :start bis :end', - 'from_to_breadcrumb' => 'von :start bis :end', 'account_default_currency' => 'Wenn Sie eine andere Währung auswählen, werden neue Transaktionen von diesem Konto standardmäßig diese Währung ausgewählt haben.', // categories: @@ -657,8 +624,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'yourAccounts' => 'Deine Konten', 'budgetsAndSpending' => 'Budgets und Ausgaben', 'savings' => 'Erspartes', - 'markAsSavingsToContinue' => 'Markieren Sie ihre Girokonten als "Sparkonten" um diese Anzeige zu füllen', - 'createPiggyToContinue' => 'Erstellen Sie Sparschweine um dieses Panel zu füllen.', 'newWithdrawal' => 'Neue Ausgabe', 'newDeposit' => 'Neue Einnahme', 'newTransfer' => 'Neue Überweisung', @@ -666,8 +631,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'moneyOut' => 'Geldausgang', 'billsToPay' => 'Rechnungen zu bezahlen', 'billsPaid' => 'Rechnungen bezahlt', - 'divided' => 'geteilt', - 'toDivide' => 'zu teilen', // menu and titles, should be recycled as often as possible: 'currency' => 'Währung', @@ -727,20 +690,11 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'reports_can_bookmark' => 'Berichte können als Lesezeichen gespeichert werden.', 'incomeVsExpenses' => 'Einkommen vs Ausgaben', 'accountBalances' => 'Kontostände', - 'balanceStartOfYear' => 'Bilanz zum Jahresbeginn', - 'balanceEndOfYear' => 'Bilanz zum Jahresende', - 'balanceStartOfMonth' => 'Bilanz zum Monatsbeginn', - 'balanceEndOfMonth' => 'Bilanz zum Monatsende', 'balanceStart' => 'Bilanz zum Beginn der Periode', 'balanceEnd' => 'Bilanz zum Ende der Periode', - 'reportsOwnAccounts' => 'Berichte für Ihren eigenen Konten', - 'reportsOwnAccountsAndShared' => 'Reports for your own accounts and shared accounts', 'splitByAccount' => 'Nach Konto aufteilen', - 'balancedByTransfersAndTags' => 'Ausgeglichen durch Überweisungen und Tags', 'coveredWithTags' => 'Abgedeckt durch Tags', 'leftUnbalanced' => 'Left unbalanced', - 'expectedBalance' => 'Erwarteter Kontostand', - 'outsideOfBudgets' => 'Ausserhalb von Budgets', 'leftInBudget' => 'Übrig im Budget', 'sumOfSums' => 'Summe der Summen', 'noCategory' => '(keine Kategorie)', @@ -753,19 +707,12 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'topX' => 'top :number', 'show_full_list' => 'Zeige die gesamte Liste', 'show_only_top' => 'Nur die Top :number anzeigen', - 'sum_of_year' => 'Summe des Jahres', - 'sum_of_years' => 'Summe der Jahre', - 'average_of_year' => 'Durchschnitt des Jahres', - 'average_of_years' => 'Durchschnitt der Jahre', - 'categories_earned_in_year' => 'Kategorien (nach Einnahmen)', - 'categories_spent_in_year' => 'Kategorien (nach Ausgaben)', 'report_type' => 'Typ des Berichts', 'report_type_default' => 'Standard-Finanzbericht', 'report_type_audit' => 'Übersicht der Transaktionen (Prüfung)', 'report_type_category' => 'Kategorie-Bericht', 'report_type_budget' => 'Budgetbericht', 'report_type_tag' => 'Tag report', - 'report_type_meta-history' => 'Übersicht über Kategorien, Budgets und Rechnungen', 'more_info_help' => 'Weitere Informationen über diese Art von Berichten finden Sie in der Hilfe. Drücken Sie hierfür das (?)-Symbol in der oberen rechten Ecke.', 'report_included_accounts' => 'Eingezogene Konten', 'report_date_range' => 'Zeitraum', @@ -818,7 +765,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', // charts: 'chart' => 'Diagram', - 'dayOfMonth' => 'Tag des Monats', 'month' => 'Monat', 'budget' => 'Budget', 'spent' => 'Ausgegeben', @@ -839,7 +785,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'budgeted' => 'Budgetiert', 'period' => 'Zeitraum', 'balance' => 'Kontostand', - 'summary' => 'Zusammenfasssung', 'sum' => 'Summe', 'average' => 'Durchschnitt', 'balanceFor' => 'Kontostand für :name', @@ -872,18 +817,13 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'start_date' => 'Startdatum', 'target_date' => 'Zieldatum', 'no_target_date' => 'Kein Zieldatum', - 'todo' => 'Zu erledigen', 'table' => 'Tabelle', - 'piggy_bank_not_exists' => 'Dieses Sparschwein existiert nicht mehr.', - 'add_any_amount_to_piggy' => 'Fügen sie Geld ihrem Sparschein hinzu, um ihr Ziel von :amount zu erreichen.', - 'add_set_amount_to_piggy' => ':amount einzahlen um Sparschwein bis :date zu füllen', 'delete_piggy_bank' => 'Sparschwein ":name" löschen', 'cannot_add_amount_piggy' => ':amount konnte nicht zu ":name" hinzugefügt werden.', 'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".', 'deleted_piggy_bank' => 'Sparschwein ":name" gelöscht', 'added_amount_to_piggy' => ':amount zu ":name" hinzugefügt', 'removed_amount_from_piggy' => ':amount von ":name" entfernt', - 'cannot_remove_amount_piggy' => 'Konnten :amount nicht von ":name" entfernen.', // tags 'regular_tag' => 'Nur ein normaler Tag.', @@ -895,11 +835,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'edit_tag' => 'Tag ":tag" bearbeiten', 'updated_tag' => 'Aktualisierter Tag ":tag"', 'created_tag' => 'Tag ":tag" wurde erstellt!', - 'no_year' => 'Kein Jahr angegeben', - 'no_month' => 'Kein Monat angegeben', - 'tag_title_nothing' => 'Standard-Tags', - 'tag_title_balancingAct' => 'Ausgleich Tags', - 'tag_title_advancePayment' => 'Vorauszahlung Tags', 'transaction_journal_information' => 'Transaktionsinformationen', 'transaction_journal_meta' => 'Metainformationen', @@ -926,13 +861,9 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'budgets_with_limits' => 'Budget(s) mit konfigurierten Betrag', 'rule_or_rules' => 'Regel(n)', 'rulegroup_or_groups' => 'Regelgruppe(n)', - 'setting_must_confirm_account' => 'Kontobestätigung', - 'setting_must_confirm_account_explain' => 'Wenn sie diese Option auswählen, müssen Benutzer vor Benutzung ihr Konto aktivieren.', 'configuration_updated' => 'Die Konfiguration wurde aktualisiert', 'setting_is_demo_site' => 'Demonstrationsseite', 'setting_is_demo_site_explain' => 'Wenn sie diese Option auswählen, wird sich diese Installation wie eine Demonstrationsseite verhalten, was ungwollte Auswirkungen haben kann.', - 'setting_send_email_notifications' => 'E-Mail-Benachrichtigungen senden', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo-Konto abgelaufen', 'no_block_code' => 'Kein Grund für Block oder Benutzer nicht blockiert', @@ -972,31 +903,9 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', // split a transaction: - 'transaction_meta_data' => 'Transaktions Metadaten', - 'transaction_dates' => 'Überweisungsdatum', 'splits' => 'Geteilte', - 'split_title_withdrawal' => 'Teilen Sie Ihre neue Ausgabe', - 'split_intro_one_withdrawal' => 'Firefly unterstützt die "Aufteilung" einer Ausgabe.', - 'split_intro_two_withdrawal' => 'Es bedeutet, dass die Menge des Geldes, die Sie aufgegeben haben auf mehrere Zielkonten, Budgets oder Kategorien aufgeteilt werden kann.', - 'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.', - 'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_withdrawal' => 'Gesplittete Ausgabe speichern', - 'update_splitted_withdrawal' => 'Gesplittete Ausgabe aktualisieren', - 'split_title_deposit' => 'Neue Einnahme aufteilen', - 'split_intro_one_deposit' => 'Firefly untestützt das "Aufteilen" von Einnahmen.', - 'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.', - 'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.', - 'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_deposit' => 'Store splitted deposit', - 'split_title_transfer' => 'Split your new transfer', - 'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.', - 'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.', - 'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.', - 'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_transfer' => 'Store splitted transfer', 'add_another_split' => 'Eine weitere Aufteilung hinzufügen', 'split-transactions' => 'Transaktionen aufteilen', - 'split-new-transaction' => 'Eine neue Transaktion aufteilen', 'do_split' => 'Aufteilen', 'split_this_withdrawal' => 'Diese Ausgabe aufteilen', 'split_this_deposit' => 'Diese Einnahme aufteilen', @@ -1050,9 +959,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'import_status_finished_job' => 'The transactions imported can be found in tag :tag.', 'import_with_key' => 'Import with key \':key\'', - // different states: - 'import_status_job_running' => 'The import is underway. Please be patient...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', From 995b879a28127859376c30fb967b1511278fe1d7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:30:46 +0200 Subject: [PATCH 167/194] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 106 ++----------------------------- 1 file changed, 6 insertions(+), 100 deletions(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index e32c369321..808760d2b2 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => 'onvolledige vertaling', 'close' => 'Sluiten', 'actions' => 'Acties', 'edit' => 'Wijzig', @@ -28,12 +27,7 @@ return [ 'to' => 'Tot', 'showEverything' => 'Laat alles zien', 'never' => 'Nooit', - 'search_results_for' => 'Zoekresultaten voor ":query"', 'no_results_for_empty_search' => 'Je zoekopdracht was leeg, dus niets werd gevonden.', - 'bounced_error' => 'Het emailtje naar :email kwam nooit aan.', - 'deleted_error' => 'Deze gegevens zijn niet correct.', - 'general_blocked_error' => 'Je account is uitgeschakeld, je kan helaas niet inloggen.', - 'expired_error' => 'Je account is verlopen en kan niet meer worden gebruikt.', 'removed_amount' => ':amount weggehaald', 'added_amount' => ':amount toegevoegd', 'asset_account_role_help' => 'Voorkeuren die voortkomen uit je keuze hier kan je later aangeven.', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => 'Er is één fout|Er zijn :count fouten', 'net_worth' => 'Kapitaal', 'route_has_no_help' => 'Er is geen hulptekst voor deze pagina.', - 'help_may_not_be_your_language' => 'Deze hulptekst is in het Engels. Ze is nog niet beschikbaar in het Nederlands', 'two_factor_welcome' => 'Hoi :user!', 'two_factor_enter_code' => 'Vul je authenticatiecode in. Je authenticatieapplicatie kan deze voor je genereren.', 'two_factor_code_here' => 'Code', @@ -70,9 +63,6 @@ return [ 'two_factor_lost_fix_owner' => 'Zo niet, stuur dan een e-mail naar :site_owner en vraag of ze je authenticatie in twee stappen willen resetten.', 'warning_much_data' => 'Het kan even duren voor :days dagen aan gegevens geladen zijn.', 'registered' => 'Je bent geregistreerd!', - 'tagbalancingAct' => 'Balancerende tag', - 'tagadvancePayment' => 'Vooruitbetaalde tag', - 'tagnothing' => '', 'Default asset account' => 'Standaard betaalrekening', 'no_budget_pointer' => 'Je hebt nog geen budgetten. Maak er een aantal op de budgetten-pagina. Met budgetten kan je je uitgaven beter bijhouden.', 'Savings account' => 'Spaarrekening', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'Als je meer hulp nodig hebt met Firefly III, open dan een ticket op Github.', 'reenable_intro_text' => 'Je kan de introductie-popupjes ook weer aan zetten.', 'intro_boxes_after_refresh' => 'De introductie-popupjes komen tevoorschijn als je de pagina opnieuw laadt.', - 'nothing_to_display' => 'Er zijn hier geen transacties te zien', 'show_all_no_filter' => 'Laat alle transacties zien, zonder te groeperen op datum.', 'expenses_by_category' => 'Uitgaven per categorie', 'expenses_by_budget' => 'Uitgaven per budget', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Uitgegeven in budget ":budget"', 'sum_of_expenses_in_budget' => 'Totaal uitgegeven in budget ":budget"', 'left_in_budget_limit' => 'Nog uit te geven volgens budgettering', - 'cannot_change_demo' => 'Je kan het wachtwoord van de demonstratie-account niet wijzigen.', - 'cannot_delete_demo' => 'Je kan de demonstratie-account niet verwijderen.', 'cannot_reset_demo_user' => 'Je kan het wachtwoord van de demonstratie-account niet resetten', - 'per_period' => 'Per periode', - 'all_periods' => 'Alle perioden', 'current_period' => 'Huidige periode', 'show_the_current_period_and_overview' => 'Bekijk de huidige periode en overzicht', 'pref_languages_locale' => 'Als je hier een andere taal dan Engels hebt geselecteerd, zorg er dan voor dat je besturingssysteem ook in staat is om valuta, data en bedragen in die taal weer te geven.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Grafiek voor alle transacties voor rekening ":name" tussen :start en :end', 'chart_category_in_period' => 'Grafiek voor alle transacties voor categorie ":name" tussen :start en :end', 'chart_category_all' => 'Grafiek voor alle transacties voor categorie ":name"', - 'budget_in_period_breadcrumb' => 'Tussen :start en :end', 'clone_withdrawal' => 'Kopieer deze uitgave', 'clone_deposit' => 'Kopieer deze inkomsten', 'clone_transfer' => 'Kopieer deze overschrijving', - 'transaction_journal_other_options' => 'Andere opties', 'multi_select_no_selection' => 'Niets geselecteerd', 'multi_select_all_selected' => 'Alles geselecteerd', 'multi_select_filter_placeholder' => 'Vinden..', @@ -164,18 +147,6 @@ return [ 'quarterly' => 'elk kwartaal', 'half-year' => 'elk half jaar', 'yearly' => 'elk jaar', - // account confirmation: - 'confirm_account_header' => 'Bevestig je account', - 'confirm_account_intro' => 'TIjdens het registreren heb je een mailtje gehad. Kijk daar in voor instructies. Als je het mailtje niet hebt gehad, kan Firefly je een nieuwe sturen.', - 'confirm_account_resend_email' => 'Stuur me het bevestigingsmailtje dat ik nodig heb om mijn account te activeren.', - 'account_is_confirmed' => 'Je account is geactiveerd!', - 'invalid_activation_code' => 'Het lijkt er op dat de code die je gebruikt niet geldig is (of wellicht verlopen).', - 'confirm_account_is_resent_header' => 'De bevestiging is verstuurd', - 'confirm_account_is_resent_text' => 'De bevestiging is opnieuw verstuurd. Als je hem nu nog niet krijgt, stuur dan zelf een mailtje naar :owner of kijk in de logboeken om te zien wat er is fout gegaan.', - 'confirm_account_is_resent_go_home' => 'Ga naar de index van Firefly', - 'confirm_account_not_resent_header' => 'Er ging iets fout :(', - 'confirm_account_not_resent_intro' => 'Het bevestigingsmailtje is niet verstuurd. Als je het bevestigingsmailtje nog niet hebt gehad, neem dan even contact op met :owner.Het kan zijn dat je het bevestigingsmailtje te vaak laat versturen. Je kan dit slechts één keer per uur laten doen.', - 'confirm_account_not_resent_go_home' => 'Ga naar de index van Firefly', // export data: 'import_and_export' => 'Import en export', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Zipbestand gemaakt!', 'export_status_finished' => 'Klaar met exportbestand! Hoera!', 'export_data_please_wait' => 'Een ogenblik geduld...', - 'attachment_explanation' => 'Het bestand \':attachment_name\' (#:attachment_id) werd oorspronkelijk geüpload naar (Engels) :type \':description\' (#:journal_id), met datum :date en bedrag :amount.', // rules 'rules' => 'Regels', @@ -523,7 +493,6 @@ return [ 'createBudget' => 'Maak nieuw budget', 'inactiveBudgets' => 'Inactieve budgetten', 'without_budget_between' => 'Transacties zonder budget tussen :start en :end', - 'budget_in_month' => ':name in :month', 'delete_budget' => 'Verwijder budget ":name"', 'deleted_budget' => 'Budget ":name" verwijderd', 'edit_budget' => 'Wijzig budget ":name"', @@ -597,8 +566,6 @@ return [ 'select_more_than_one_category' => 'Selecteer meer dan één categorie', 'select_more_than_one_budget' => 'Selecteer meer dan één budget', 'select_more_than_one_tag' => 'Selecteer meer dan één tag', - 'from_to' => 'Van :start tot en met :end', - 'from_to_breadcrumb' => 'van :start tot en met :end', 'account_default_currency' => 'Nieuwe transacties van deze betaalrekening krijgen automatisch deze valuta.', // categories: @@ -656,8 +623,6 @@ return [ 'yourAccounts' => 'Je betaalrekeningen', 'budgetsAndSpending' => 'Budgetten en uitgaven', 'savings' => 'Sparen', - 'markAsSavingsToContinue' => 'Om hier wat te zien stel je je betaalrekeningen in als "spaarrekening".', - 'createPiggyToContinue' => 'Maak spaarpotjes om hier iets te zien.', 'newWithdrawal' => 'Nieuwe uitgave', 'newDeposit' => 'Nieuwe inkomsten', 'newTransfer' => 'Nieuwe overschrijving', @@ -665,8 +630,6 @@ return [ 'moneyOut' => 'Uitgaven', 'billsToPay' => 'Openstaande contracten', 'billsPaid' => 'Betaalde contracten', - 'divided' => 'verdeeld', - 'toDivide' => 'te verdelen', // menu and titles, should be recycled as often as possible: 'currency' => 'Valuta', @@ -726,20 +689,11 @@ return [ 'reports_can_bookmark' => 'Je kan rapporten aan je favorieten toevoegen.', 'incomeVsExpenses' => 'Inkomsten tegenover uitgaven', 'accountBalances' => 'Rekeningsaldi', - 'balanceStartOfYear' => 'Saldo aan het begin van het jaar', - 'balanceEndOfYear' => 'Saldo aan het einde van het jaar', - 'balanceStartOfMonth' => 'Saldo aan het begin van de maand', - 'balanceEndOfMonth' => 'Saldo aan het einde van de maand', 'balanceStart' => 'Saldo aan het begin van de periode', 'balanceEnd' => 'Saldo aan het einde van de periode', - 'reportsOwnAccounts' => 'Overzichten voor je eigen betaalrekeningen', - 'reportsOwnAccountsAndShared' => 'Overzichten voor je eigen betaalrekeningen en gedeelde rekeningen', 'splitByAccount' => 'Per betaalrekening', - 'balancedByTransfersAndTags' => 'Gecorrigeerd met overschrijvingen en tags', 'coveredWithTags' => 'Gecorrigeerd met tags', 'leftUnbalanced' => 'Ongecorrigeerd', - 'expectedBalance' => 'Verwacht saldo', - 'outsideOfBudgets' => 'Buiten budgetten', 'leftInBudget' => 'Over van budget', 'sumOfSums' => 'Alles bij elkaar', 'noCategory' => '(zonder categorie)', @@ -752,19 +706,12 @@ return [ 'topX' => 'top :number', 'show_full_list' => 'Laat hele lijst zien', 'show_only_top' => 'Alleen top :number', - 'sum_of_year' => 'Som van jaar', - 'sum_of_years' => 'Som van jaren', - 'average_of_year' => 'Gemiddelde in jaar', - 'average_of_years' => 'Gemiddelde in jaren', - 'categories_earned_in_year' => 'Categorieën (inkomsten)', - 'categories_spent_in_year' => 'Categorieën (uitgaven)', 'report_type' => 'Rapporttype', 'report_type_default' => 'Standard financieel rapport', 'report_type_audit' => 'Transactiehistorie-overzicht (audit)', 'report_type_category' => 'Categorierapport', 'report_type_budget' => 'Budgetrapport', 'report_type_tag' => 'Tagrapport', - 'report_type_meta-history' => 'Overzicht van categorieën, budgetten en contracten', 'more_info_help' => 'Meer informatie over deze rapporten vind je in de hulppagina\'s. Klik daarvoor op het (?) icoontje rechtsboven.', 'report_included_accounts' => 'Accounts in rapport', 'report_date_range' => 'Datumbereik', @@ -817,7 +764,6 @@ return [ // charts: 'chart' => 'Diagram', - 'dayOfMonth' => 'Dag vd maand', 'month' => 'Maand', 'budget' => 'Budget', 'spent' => 'Uitgegeven', @@ -838,7 +784,6 @@ return [ 'budgeted' => 'Gebudgetteerd', 'period' => 'Periode', 'balance' => 'Saldo', - 'summary' => 'Samenvatting', 'sum' => 'Som', 'average' => 'Gemiddeld', 'balanceFor' => 'Saldo op :name', @@ -871,18 +816,13 @@ return [ 'start_date' => 'Startdatum', 'target_date' => 'Doeldatum', 'no_target_date' => 'Geen doeldatum', - 'todo' => 'te doen', 'table' => 'Tabel', - 'piggy_bank_not_exists' => 'Dit spaarpotje bestaat niet meer.', - 'add_any_amount_to_piggy' => 'Stop geld in dit spaarpotje om het doel van :amount te halen.', - 'add_set_amount_to_piggy' => 'Stop voor :date :amount in dit spaarpotje om hem op tijd te vullen.', 'delete_piggy_bank' => 'Verwijder spaarpotje ":name"', 'cannot_add_amount_piggy' => 'Kon bedrag :amount niet aan ":name" toevoegen.', 'cannot_remove_from_piggy' => 'Kon bedrag :amount niet weghalen uit ":name".', 'deleted_piggy_bank' => 'Spaarpotje ":name" verwijderd', 'added_amount_to_piggy' => ':amount aan ":name" toegevoegd', 'removed_amount_from_piggy' => ':amount uit ":name" gehaald', - 'cannot_remove_amount_piggy' => 'Kon :amount niet uit ":name" halen.', // tags 'regular_tag' => 'Een gewone tag.', @@ -894,11 +834,6 @@ return [ 'edit_tag' => 'Wijzig tag ":tag"', 'updated_tag' => 'Tag ":tag" geüpdatet', 'created_tag' => 'Tag ":tag" opgeslagen!', - 'no_year' => 'Zonder jaar', - 'no_month' => 'Zonder maand', - 'tag_title_nothing' => 'Standaard tags', - 'tag_title_balancingAct' => 'Balancerende tags', - 'tag_title_advancePayment' => 'Vooruitbetaalde tags', 'transaction_journal_information' => 'Transactieinformatie', 'transaction_journal_meta' => 'Metainformatie', @@ -925,13 +860,9 @@ return [ 'budgets_with_limits' => 'budget(ten) met een ingesteld bedrag', 'rule_or_rules' => 'regel(s)', 'rulegroup_or_groups' => 'regelgroep(en)', - 'setting_must_confirm_account' => 'Accountbevestiging', - 'setting_must_confirm_account_explain' => 'Als je dit aanzet moeten gebruikers hun account activeren voor dat-ie werkt.', 'configuration_updated' => 'De configuratie is bijgewerkt', 'setting_is_demo_site' => 'Demo website', 'setting_is_demo_site_explain' => 'Als je dit aanzet doet jouw installatie alsof het een demo-site is, en dat kan problemen opleveren.', - 'setting_send_email_notifications' => 'Stuur e-mail notificaties', - 'setting_send_email_explain' => 'Firefly III kan je email notificaties sturen over allerhande zaken. Deze worden gestuurd naar :site_owner. Dat e-mailadres kan je instellen in het .env-bestand.', 'block_code_bounced' => 'Email kwam niet aan', 'block_code_expired' => 'Demo-account verlopen', 'no_block_code' => 'Geen reden of gebruiker niet geblokkeerd', @@ -960,42 +891,20 @@ return [ 'to_link_not_found' => 'Als de transactie die je wilt koppelen niet gevonden wordt, voer dan het ID in.', 'invalid_link_data' => 'Ongeldige informatie, de transactie kan niet gekoppeld worden.', 'journals_linked' => 'De transacties zijn gekoppeld.', - 'journals_error_linked' => 'These transactions are already linked.', - 'journal_links' => 'Transaction links', - 'this_withdrawal' => 'This withdrawal', - 'this_deposit' => 'This deposit', - 'this_transfer' => 'This transfer', - 'overview_for_link' => 'Overview for link type ":name"', + 'journals_error_linked' => 'Deze transacties zijn al gekoppeld.', + 'journal_links' => 'Transactiekoppelingen', + 'this_withdrawal' => 'Deze uitgave', + 'this_deposit' => 'Deze inkomsten', + 'this_transfer' => 'Deze overschrijving', + 'overview_for_link' => 'Overzicht voor koppeltype ":name"', 'delete_journal_link' => 'Delete the link between :source and :destination', 'deleted_link' => 'Deleted link', // split a transaction: - 'transaction_meta_data' => 'Transactie meta-data', - 'transaction_dates' => 'Transactie data', 'splits' => 'Splitten', - 'split_title_withdrawal' => 'Splits je nieuwe uitgave', - 'split_intro_one_withdrawal' => 'Firefly kan een uitgave "splitsen".', - 'split_intro_two_withdrawal' => 'Dat betekent dat de uitgave die je maakt wordt verdeeld over verschillende doelrekeningen, budgetten of categorieën.', - 'split_intro_three_withdrawal' => 'Je kan bijvoorbeeld je boodschappen van :total verdelen zodat :split_one uit je boodschappenbudget komt, en :split_two uit je sigarettenbudget.', - 'split_table_intro_withdrawal' => 'Split je uitgave in zoveel stukken als je maar wilt. Standaard is je uitgave niet gesplitst; er is maar één "split". Voeg hieronder zoveel splits toe als je wilt. Denk er aan dat je niet afwijkt van het totaalbedrag. Als je dat wel doet zal Firefly je waarschuwen maar niet corrigeren.', - 'store_splitted_withdrawal' => 'Sla gesplitste uitgave op', - 'update_splitted_withdrawal' => 'Gesplitste uitgave updaten', - 'split_title_deposit' => 'Splits je nieuwe inkomsten', - 'split_intro_one_deposit' => 'Firefly kan inkomsten "splitsen".', - 'split_intro_two_deposit' => 'Dat betekent dat de inkomsten die je krijgt wordt verdeeld over verschillende doelrekeningen of categorieën.', - 'split_intro_three_deposit' => 'Je kan bijvoorbeeld je salaris van :total verdelen zodat :split_one wordt opgeslagen als je basissalaris, en :split_two als declaratieteruggave.', - 'split_table_intro_deposit' => 'Split je inkomsten in zoveel stukken als je maar wilt. Standaard zijn je inkomsten niet gesplitst; er is maar één "split". Voeg hieronder zoveel splits toe als je wilt. Denk er aan dat je niet afwijkt van het totaalbedrag. Als je dat wel doet zal Firefly je waarschuwen maar niet corrigeren.', - 'store_splitted_deposit' => 'Sla gesplitse inkomsten op', - 'split_title_transfer' => 'Splits je nieuwe overschrijving', - 'split_intro_one_transfer' => 'Firefly kan overschrijvingen "splitsen".', - 'split_intro_two_transfer' => 'Dat betekent dat de uitgave die je maakt wordt verdeeld over verschillende categorieën of spaarpotjes.', - 'split_intro_three_transfer' => 'Je kan bijvoorbeeld je overschrijving van :total verdelen zodat :split_one in het ene spaarpotje terecht komt, en :split_two in het andere spaarpotje.', - 'split_table_intro_transfer' => 'Split je overschrijving in zoveel stukken als je maar wilt. Standaard is je overschrijving niet gesplitst; er is maar één "split". Voeg hieronder zoveel splits toe als je wilt. Denk er aan dat je niet afwijkt van het totaalbedrag. Als je dat wel doet zal Firefly je waarschuwen maar niet corrigeren.', - 'store_splitted_transfer' => 'Sla gesplitste overschrijving op', 'add_another_split' => 'Voeg een split toe', 'split-transactions' => 'Split transacties', - 'split-new-transaction' => 'Split een nieuwe transactie', 'do_split' => 'Splits', 'split_this_withdrawal' => 'Splits deze uitgave', 'split_this_deposit' => 'Splits deze inkomsten', @@ -1049,9 +958,6 @@ return [ 'import_status_finished_job' => 'De geimporteerde transacties kan je vinden onder tag :tag.', 'import_with_key' => 'Import met code \':key\'', - // different states: - 'import_status_job_running' => 'Het importeren is bezig. Een moment...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'Deze functie werkt niet als je Firefly III gebruikt in combinatie met Sandstorm.IO.', From 2dc41df0c8d0e830d60fcaea995ce43a4a944f64 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:30:49 +0200 Subject: [PATCH 168/194] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 94 -------------------------------- 1 file changed, 94 deletions(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 127ca075af..3ea696070e 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => '翻譯不完整', 'close' => '關閉', 'actions' => '操作', 'edit' => '編輯', @@ -28,12 +27,7 @@ return [ 'to' => '到', 'showEverything' => '全部顯示', 'never' => '從來沒有', - 'search_results_for' => '":query" 的搜尋結果', 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.', - 'bounced_error' => '無法傳送電郵至 :email ,因此無法訪問。', - 'deleted_error' => '帳號或密碼錯誤。', - 'general_blocked_error' => '您的帳戶已被禁用,所以您不能登錄。', - 'expired_error' => '你的帳戶已過期,不能使用。', 'removed_amount' => '移除了 :amount', 'added_amount' => '添加了 :amount', 'asset_account_role_help' => '你可以稍後再設置其他選項。', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => '出現了一個錯誤|出現了 :count 個錯誤', 'net_worth' => '淨值', 'route_has_no_help' => '目前還沒有說明。', - 'help_may_not_be_your_language' => '這個說明還沒有中文版本,將會顯示英文版本。', 'two_factor_welcome' => '哈囉, :user !', 'two_factor_enter_code' => '若要繼續,請輸入你的雙重身份驗證 (2FA) 應用程序內顯示的驗證代碼。', 'two_factor_code_here' => '在此輸入代碼', @@ -70,9 +63,6 @@ return [ 'two_factor_lost_fix_owner' => '否則,請電郵網站擁有者,:site_owner 並要求他們重置你的雙重身份驗證。', 'warning_much_data' => ':days 天的資料需要一點時間載入。', 'registered' => '您已成功註冊 !', - 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Advance payment', - 'tagnothing' => '', 'Default asset account' => 'Default asset account', 'no_budget_pointer' => '你還沒有預算。你可以在預算頁來建立預算。預算可以幫助你跟蹤支出情況。', 'Savings account' => 'Savings account', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', 'reenable_intro_text' => 'You can also reenable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', - 'nothing_to_display' => 'There are no transactions to show you', 'show_all_no_filter' => 'Show all transactions without grouping them by date.', 'expenses_by_category' => 'Expenses by category', 'expenses_by_budget' => 'Expenses by budget', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', - 'cannot_change_demo' => 'You cannot change the password of the demonstration account.', - 'cannot_delete_demo' => 'You cannot remove the demonstration account.', 'cannot_reset_demo_user' => 'You cannot reset the password of the demonstration account', - 'per_period' => 'Per period', - 'all_periods' => 'All periods', 'current_period' => 'Current period', 'show_the_current_period_and_overview' => 'Show the current period and overview', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', 'chart_category_all' => 'Chart for all transactions for category ":name"', - 'budget_in_period_breadcrumb' => 'Between :start and :end', 'clone_withdrawal' => 'Clone this withdrawal', 'clone_deposit' => 'Clone this deposit', 'clone_transfer' => 'Clone this transfer', - 'transaction_journal_other_options' => 'Other options', 'multi_select_no_selection' => 'None selected', 'multi_select_all_selected' => 'All selected', 'multi_select_filter_placeholder' => 'Find..', @@ -164,18 +147,6 @@ return [ 'quarterly' => '每季', 'half-year' => '每半年', 'yearly' => '每年', - // account confirmation: - 'confirm_account_header' => '請確認你的帳戶', - 'confirm_account_intro' => 'An email has been sent to the address you used during your registration. Please check it out for further instructions. If you did not get this message, you can have Firefly send it again.', - 'confirm_account_resend_email' => 'Send me the confirmation message I need to activate my account.', - 'account_is_confirmed' => '你的帳戶已通過驗證。', - 'invalid_activation_code' => 'It seems the code you are using is not valid, or has expired.', - 'confirm_account_is_resent_header' => '已重新發送確認郵件', - 'confirm_account_is_resent_text' => 'The confirmation message has been resent. If you still did not receive the confirmation message, please contact the site owner at :owner or check the log files to see what went wrong.', - 'confirm_account_is_resent_go_home' => '轉到 Firefly 的首頁', - 'confirm_account_not_resent_header' => '有些事不對勁 :(', - 'confirm_account_not_resent_intro' => 'The confirmation message has been not resent. If you still did not receive the confirmation message, please contact the site owner at :owner instead. Possibly, you have tried to resend the activation message too often. You can have Firefly III try to resend the confirmation message every hour.', - 'confirm_account_not_resent_go_home' => '轉到 Firefly 的首頁', // export data: 'import_and_export' => '匯入與匯出', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Created a zip file!', 'export_status_finished' => 'Export has succesfully finished! Yay!', 'export_data_please_wait' => 'Please wait...', - 'attachment_explanation' => '檔案 \':attachment_name\' (#:attachment_id) 本來於 :date 上傳到 :type \':description\' (#:journal_id) ,而其金額為 :amount 。', // rules 'rules' => 'Rules', @@ -523,7 +493,6 @@ return [ 'createBudget' => 'New budget', 'inactiveBudgets' => 'Inactive budgets', 'without_budget_between' => 'Transactions without a budget between :start and :end', - 'budget_in_month' => ':name in :month', 'delete_budget' => 'Delete budget ":name"', 'deleted_budget' => 'Deleted budget ":name"', 'edit_budget' => 'Edit budget ":name"', @@ -597,8 +566,6 @@ return [ 'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_tag' => 'Please select more than one tag', - 'from_to' => 'From :start to :end', - 'from_to_breadcrumb' => 'from :start to :end', 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', // categories: @@ -656,8 +623,6 @@ return [ 'yourAccounts' => 'Your accounts', 'budgetsAndSpending' => 'Budgets and spending', 'savings' => 'Savings', - 'markAsSavingsToContinue' => '將你的資產帳戶標記為 「儲蓄帳戶」 即可顯示在這裡', - 'createPiggyToContinue' => 'Create piggy banks to fill this panel.', 'newWithdrawal' => 'New expense', 'newDeposit' => 'New deposit', 'newTransfer' => 'New transfer', @@ -665,8 +630,6 @@ return [ 'moneyOut' => 'Money out', 'billsToPay' => '待付賬單', 'billsPaid' => '已付賬單', - 'divided' => 'divided', - 'toDivide' => 'left to divide', // menu and titles, should be recycled as often as possible: 'currency' => 'Currency', @@ -726,20 +689,11 @@ return [ 'reports_can_bookmark' => 'Remember that reports can be bookmarked.', 'incomeVsExpenses' => 'Income vs. expenses', 'accountBalances' => '帳戶餘額', - 'balanceStartOfYear' => '年初結餘', - 'balanceEndOfYear' => '年末結餘', - 'balanceStartOfMonth' => '月初結餘', - 'balanceEndOfMonth' => '月未結餘', 'balanceStart' => '期間之初的結餘', 'balanceEnd' => '期間之未的結餘', - 'reportsOwnAccounts' => 'Reports for your own accounts', - 'reportsOwnAccountsAndShared' => 'Reports for your own accounts and shared accounts', 'splitByAccount' => '以帳號來分割', - 'balancedByTransfersAndTags' => 'Balanced by transfers and tags', 'coveredWithTags' => 'Covered with tags', 'leftUnbalanced' => 'Left unbalanced', - 'expectedBalance' => '預期餘額', - 'outsideOfBudgets' => 'Outside of budgets', 'leftInBudget' => 'Left in budget', 'sumOfSums' => 'Sum of sums', 'noCategory' => '(no category)', @@ -752,19 +706,12 @@ return [ 'topX' => 'top :number', 'show_full_list' => 'Show entire list', 'show_only_top' => 'Show only top :number', - 'sum_of_year' => 'Sum of year', - 'sum_of_years' => 'Sum of years', - 'average_of_year' => 'Average of year', - 'average_of_years' => 'Average of years', - 'categories_earned_in_year' => 'Categories (by earnings)', - 'categories_spent_in_year' => 'Categories (by spendings)', 'report_type' => 'Report type', 'report_type_default' => 'Default financial report', 'report_type_audit' => 'Transaction history overview (audit)', 'report_type_category' => 'Category report', 'report_type_budget' => 'Budget report', 'report_type_tag' => 'Tag report', - 'report_type_meta-history' => '類別、 預算與賬單的概覽', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'report_included_accounts' => 'Included accounts', 'report_date_range' => 'Date range', @@ -817,7 +764,6 @@ return [ // charts: 'chart' => 'Chart', - 'dayOfMonth' => 'Day of the month', 'month' => 'Month', 'budget' => 'Budget', 'spent' => 'Spent', @@ -838,7 +784,6 @@ return [ 'budgeted' => 'Budgeted', 'period' => 'Period', 'balance' => '餘額', - 'summary' => 'Summary', 'sum' => 'Sum', 'average' => 'Average', 'balanceFor' => ':name 的餘額', @@ -871,18 +816,13 @@ return [ 'start_date' => 'Start date', 'target_date' => '儲蓄目標日期', 'no_target_date' => '沒有儲蓄目標日期', - 'todo' => 'to do', 'table' => 'Table', - 'piggy_bank_not_exists' => 'Piggy bank no longer exists.', - 'add_any_amount_to_piggy' => 'Add money to this piggy bank to reach your target of :amount.', - 'add_set_amount_to_piggy' => 'Add :amount to fill this piggy bank on :date', 'delete_piggy_bank' => 'Delete piggy bank ":name"', 'cannot_add_amount_piggy' => 'Could not add :amount to ":name".', 'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".', 'deleted_piggy_bank' => 'Deleted piggy bank ":name"', 'added_amount_to_piggy' => 'Added :amount to ":name"', 'removed_amount_from_piggy' => 'Removed :amount from ":name"', - 'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".', // tags 'regular_tag' => '只是一個普通的標籤。', @@ -894,11 +834,6 @@ return [ 'edit_tag' => '編輯標籤 ":tag"', 'updated_tag' => '更新了標籤 ":tag"', 'created_tag' => '成功創建標籤 ":tag" !', - 'no_year' => 'No year set', - 'no_month' => 'No month set', - 'tag_title_nothing' => '預設標籤', - 'tag_title_balancingAct' => '抵銷行為標籤', - 'tag_title_advancePayment' => '預付款標籤', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', @@ -925,13 +860,9 @@ return [ 'budgets_with_limits' => 'budget(s) with configured amount', 'rule_or_rules' => 'rule(s)', 'rulegroup_or_groups' => 'rule group(s)', - 'setting_must_confirm_account' => 'Account confirmation', - 'setting_must_confirm_account_explain' => 'When this setting is enabled, users must activate their account before it can be used.', 'configuration_updated' => 'The configuration has been updated', 'setting_is_demo_site' => 'Demo site', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', - 'setting_send_email_notifications' => 'Send email notifications', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', @@ -971,31 +902,9 @@ return [ // split a transaction: - 'transaction_meta_data' => 'Transaction meta-data', - 'transaction_dates' => 'Transaction dates', 'splits' => '分割', - 'split_title_withdrawal' => '分割你的新提款', - 'split_intro_one_withdrawal' => 'Firefly 容許 "分割" 一個提款。', - 'split_intro_two_withdrawal' => 'It means that the amount of money you\'ve spent is divided between several destination expense accounts, budgets or categories.', - 'split_intro_three_withdrawal' => '例如:你可以分割你一共 :total 的日用品,所以你可以由你的「日用品」預算支付 :split_one 和由你的「香煙」預算中支付 :split_two 。', - 'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_withdrawal' => 'Store splitted withdrawal', - 'update_splitted_withdrawal' => 'Update splitted withdrawal', - 'split_title_deposit' => 'Split your new deposit', - 'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.', - 'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.', - 'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.', - 'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_deposit' => 'Store splitted deposit', - 'split_title_transfer' => 'Split your new transfer', - 'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.', - 'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.', - 'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.', - 'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_transfer' => 'Store splitted transfer', 'add_another_split' => 'Add another split', 'split-transactions' => 'Split transactions', - 'split-new-transaction' => 'Split a new transaction', 'do_split' => 'Do a split', 'split_this_withdrawal' => 'Split this withdrawal', 'split_this_deposit' => 'Split this deposit', @@ -1049,9 +958,6 @@ return [ 'import_status_finished_job' => 'The transactions imported can be found in tag :tag.', 'import_with_key' => '以鍵 \':key\' 作匯入', - // different states: - 'import_status_job_running' => 'The import is underway. Please be patient...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', From 0f230834a1be11f3ce5835988f2d0c354b22d0fa Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:30:52 +0200 Subject: [PATCH 169/194] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 94 -------------------------------- 1 file changed, 94 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 655bff2d96..2352179e23 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => 'niepełne tłumaczenie', 'close' => 'Zamknij', 'actions' => 'Akcje', 'edit' => 'Modyfikuj', @@ -28,12 +27,7 @@ return [ 'to' => 'Do', 'showEverything' => 'Pokaż wszystko', 'never' => 'Nigdy', - 'search_results_for' => 'Wyniki wyszukiwania dla ":query"', 'no_results_for_empty_search' => 'Twoje zapytanie były puste, wiec nic nie zostało znalezione.', - 'bounced_error' => 'Wiadomość wysłana na adres :email została odrzucona, więc nie ma dostępu dla Ciebie.', - 'deleted_error' => 'Te poświadczenia nie zgadzają się z naszymi danymi.', - 'general_blocked_error' => 'Twoje konto zostało zablokowane. Dlatego nie możesz się zalogować.', - 'expired_error' => 'Twoje konto wygasło i nie może być dalej używane.', 'removed_amount' => 'Usunięto :amount', 'added_amount' => 'Dodano :amount', 'asset_account_role_help' => 'Dodatkowe opcje wynikające z Twojego wyboru można ustawić później.', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => 'Jest jeden błąd|Jest :count błędów', 'net_worth' => 'Wartość netto', 'route_has_no_help' => 'Brak pomocy dla tej strony.', - 'help_may_not_be_your_language' => 'Ten tekst pomocy jest po angielsku, ponieważ nie został jeszcze przetłumaczony na język polski', 'two_factor_welcome' => 'Witaj, :user!', 'two_factor_enter_code' => 'Aby kontynuować, wprowadź kod uwierzytelniania dwuskładnikowego. Twoja aplikacja może wygenerować go dla Ciebie.', 'two_factor_code_here' => 'Wprowadź tutaj kod', @@ -70,9 +63,6 @@ return [ 'two_factor_lost_fix_owner' => 'W przeciwnym razie, powiadom właściciela strony, :site_owner i poproś go o zresetowanie Twojego uwierzytelnienia dwuskładnikowego.', 'warning_much_data' => 'Załadowanie :days dni danych może trochę potrwać.', 'registered' => 'Zarejestrowałeś się pomyślnie!', - 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Advance payment', - 'tagnothing' => '', 'Default asset account' => 'Domyślne konto aktywów', 'no_budget_pointer' => 'Wygląda na to że nie masz jeszcze budżetów. Powinieneś utworzyć kilka na stronie budżety. Budżety mogą Ci pomóc śledzić wydatki.', 'Savings account' => 'Konto oszczędnościowe', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', 'reenable_intro_text' => 'You can also reenable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', - 'nothing_to_display' => 'There are no transactions to show you', 'show_all_no_filter' => 'Pokaż wszystkie transakcje bez grupowania ich według daty.', 'expenses_by_category' => 'Wydatki wg kategorii', 'expenses_by_budget' => 'Wydatki wg budżetu', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Wydatki w budżecie ":budget"', 'sum_of_expenses_in_budget' => 'Wydano łącznie w budżecie ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', - 'cannot_change_demo' => 'Nie można zmienić hasła do konta demonstracyjnego.', - 'cannot_delete_demo' => 'Nie możesz usunąć konta demonstracyjnego.', 'cannot_reset_demo_user' => 'Nie można zresetować hasła do konta demonstracyjnego', - 'per_period' => 'Za okres', - 'all_periods' => 'Wszystkie okresy', 'current_period' => 'Bieżący okres', 'show_the_current_period_and_overview' => 'Pokaż bieżący okres oraz przegląd', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', 'chart_category_all' => 'Chart for all transactions for category ":name"', - 'budget_in_period_breadcrumb' => 'Między :start i :end', 'clone_withdrawal' => 'Zduplikuj tę wypłatę', 'clone_deposit' => 'Zduplikuj tą wpłatę', 'clone_transfer' => 'Zduplikuj ten transfer', - 'transaction_journal_other_options' => 'Inne opcje', 'multi_select_no_selection' => 'Nie wybrano', 'multi_select_all_selected' => 'Wybrano wszystko', 'multi_select_filter_placeholder' => 'Znajdź...', @@ -164,18 +147,6 @@ return [ 'quarterly' => 'kwartalnie', 'half-year' => 'co pół roku', 'yearly' => 'rocznie', - // account confirmation: - 'confirm_account_header' => 'Proszę potwierdzić swoje konto', - 'confirm_account_intro' => 'Wiadomość e-mail została wysłana na adres, którego użyłeś podczas rejestracji. Sprawdź ją proszę w celu otrzymania dalszych instrukcji. Jeśli nie otrzymałeś tej wiadomości, możesz ją wysłać ponownie z Firefly.', - 'confirm_account_resend_email' => 'Wyślij mi wiadomość potwierdzającą. Muszę aktywować moje konto.', - 'account_is_confirmed' => 'Twoje konto zostało potwierdzone!', - 'invalid_activation_code' => 'Wygląda na to że kod którego używasz jest nieprawidłowy lub wygasł.', - 'confirm_account_is_resent_header' => 'Potwierdzenie wysłane ponownie', - 'confirm_account_is_resent_text' => 'Wiadomość potwierdzająca została wysłana ponownie. Jeżeli nadal nie została dostarczona, skontaktuj się proszę z właścicielem strony pod :owner lub sprawdź pliki z logami aby zobaczyć co poszło źle.', - 'confirm_account_is_resent_go_home' => 'Przejdź do strony głównej Firefly', - 'confirm_account_not_resent_header' => 'Coś poszło nie tak :(', - 'confirm_account_not_resent_intro' => 'Wiadomość potwierdzająca nie została wysłana ponownie. Jeżeli nadal nie została dostarczona, skontaktuj się proszę z właścicielem strony pod :owner. Prawdopodobnie próbowałeś wysłać wiadomość potwierdzającą zbyt często. Możesz poprosić Firefly III aby wysłał ją maksymalnie raz na godzinę.', - 'confirm_account_not_resent_go_home' => 'Przejdź do strony głównej Firefly', // export data: 'import_and_export' => 'Import / eksport', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Utworzono plik zip!', 'export_status_finished' => 'Eksport został pomyślnie zakończony! Yay!', 'export_data_please_wait' => 'Proszę czekać...', - 'attachment_explanation' => 'The file called \':attachment_name\' (#:attachment_id) was originally uploaded to :type \':description\' (#:journal_id) dated :date for the amount of :amount.', // rules 'rules' => 'Reguły', @@ -523,7 +493,6 @@ return [ 'createBudget' => 'Nowy budżet', 'inactiveBudgets' => 'Nieaktywne budżety', 'without_budget_between' => 'Transakcje bez budżetu między :start i :end', - 'budget_in_month' => ':name w :month', 'delete_budget' => 'Usuń budżet ":name"', 'deleted_budget' => 'Usunięto budżet ":name"', 'edit_budget' => 'Modyfikuj budżet ":name"', @@ -597,8 +566,6 @@ return [ 'select_more_than_one_category' => 'Proszę wybierz więcej niż jedną kategorię', 'select_more_than_one_budget' => 'Proszę wybierz więcej niż jeden budżet', 'select_more_than_one_tag' => 'Proszę wybierz więcej niż jeden tag', - 'from_to' => 'Od :start do :end', - 'from_to_breadcrumb' => 'od :start do :end', 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', // categories: @@ -656,8 +623,6 @@ return [ 'yourAccounts' => 'Twoje konta', 'budgetsAndSpending' => 'Budżety i wydatki', 'savings' => 'Oszczędności', - 'markAsSavingsToContinue' => 'Mark your asset accounts as "Savings account" to fill this panel', - 'createPiggyToContinue' => 'Utwórz skarbonki aby wypełnić ten panel.', 'newWithdrawal' => 'Nowy wydatek', 'newDeposit' => 'Nowa wpłata', 'newTransfer' => 'Nowy transfer', @@ -665,8 +630,6 @@ return [ 'moneyOut' => 'Obciążenia', 'billsToPay' => 'Rachunki do zapłacenia', 'billsPaid' => 'Zapłacone rachunki', - 'divided' => 'podzielone', - 'toDivide' => 'left to divide', // menu and titles, should be recycled as often as possible: 'currency' => 'Waluta', @@ -726,20 +689,11 @@ return [ 'reports_can_bookmark' => 'Remember that reports can be bookmarked.', 'incomeVsExpenses' => 'Dochody a wydatki', 'accountBalances' => 'Salda kont', - 'balanceStartOfYear' => 'Saldo na początku roku', - 'balanceEndOfYear' => 'Saldo na końcu roku', - 'balanceStartOfMonth' => 'Saldo na początku miesiąca', - 'balanceEndOfMonth' => 'Saldo na końcu miesiąca', 'balanceStart' => 'Saldo na początku okresu', 'balanceEnd' => 'Saldo na końcu okresu', - 'reportsOwnAccounts' => 'Raporty dla własnych kont', - 'reportsOwnAccountsAndShared' => 'Reports for your own accounts and shared accounts', 'splitByAccount' => 'Split by account', - 'balancedByTransfersAndTags' => 'Balanced by transfers and tags', 'coveredWithTags' => 'Covered with tags', 'leftUnbalanced' => 'Left unbalanced', - 'expectedBalance' => 'Przewidywane saldo', - 'outsideOfBudgets' => 'Poza budżetami', 'leftInBudget' => 'Pozostało w budżecie', 'sumOfSums' => 'Suma sum', 'noCategory' => '(bez kategorii)', @@ -752,19 +706,12 @@ return [ 'topX' => 'top :number', 'show_full_list' => 'Pokaż całą listę', 'show_only_top' => 'Show only top :number', - 'sum_of_year' => 'Sum of year', - 'sum_of_years' => 'Sum of years', - 'average_of_year' => 'Average of year', - 'average_of_years' => 'Average of years', - 'categories_earned_in_year' => 'Kategorie (wg przychodów)', - 'categories_spent_in_year' => 'Kategorie (wg wydatków)', 'report_type' => 'Typ raportu', 'report_type_default' => 'Domyślny raport finansowy', 'report_type_audit' => 'Przegląd historii transakcji (audyt)', 'report_type_category' => 'Raport kategorii', 'report_type_budget' => 'Raport budżetów', 'report_type_tag' => 'Raport tagów', - 'report_type_meta-history' => 'Przegląd kategorii, budżetów i rachunków', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'report_included_accounts' => 'Uwzględnione konta', 'report_date_range' => 'Zakres dat', @@ -817,7 +764,6 @@ return [ // charts: 'chart' => 'Wykres', - 'dayOfMonth' => 'Dzień miesiąca', 'month' => 'Miesiąc', 'budget' => 'Budżet', 'spent' => 'Wydano', @@ -838,7 +784,6 @@ return [ 'budgeted' => 'Zabudżetowano', 'period' => 'Okres', 'balance' => 'Saldo', - 'summary' => 'Podsumowanie', 'sum' => 'Suma', 'average' => 'Średno', 'balanceFor' => 'Saldo dla :name', @@ -871,18 +816,13 @@ return [ 'start_date' => 'Data rozpoczęcia', 'target_date' => 'Data docelowa', 'no_target_date' => 'No target date', - 'todo' => 'do wykonania', 'table' => 'Tabela', - 'piggy_bank_not_exists' => 'Skarbonka już nie istnieje.', - 'add_any_amount_to_piggy' => 'Dodaj pieniądze do skarbonki aby osiągnąć twój cel w kwocie :amount.', - 'add_set_amount_to_piggy' => 'Add :amount to fill this piggy bank on :date', 'delete_piggy_bank' => 'Usuń skarbonkę ":name"', 'cannot_add_amount_piggy' => 'Nie można dodać :amount do ":name".', 'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".', 'deleted_piggy_bank' => 'Usunięto skarbonkę ":name"', 'added_amount_to_piggy' => 'Added :amount to ":name"', 'removed_amount_from_piggy' => 'Removed :amount from ":name"', - 'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".', // tags 'regular_tag' => 'Po prostu zwykły tag.', @@ -894,11 +834,6 @@ return [ 'edit_tag' => 'Modyfikuj tag ":tag"', 'updated_tag' => 'Zaktualizowano tag ":tag"', 'created_tag' => 'Tag ":tag" został utworzony!', - 'no_year' => 'Nie ustawiono roku', - 'no_month' => 'Nie ustawiono miesiąca', - 'tag_title_nothing' => 'Domyślne tagi', - 'tag_title_balancingAct' => 'Balancing act tags', - 'tag_title_advancePayment' => 'Advance payment tags', 'transaction_journal_information' => 'Informacje o transakcji', 'transaction_journal_meta' => 'Meta informacje', @@ -925,13 +860,9 @@ return [ 'budgets_with_limits' => 'budget(s) with configured amount', 'rule_or_rules' => 'reguła(y)', 'rulegroup_or_groups' => 'grupa(y) reguł', - 'setting_must_confirm_account' => 'Potwierdzenie konta', - 'setting_must_confirm_account_explain' => 'When this setting is enabled, users must activate their account before it can be used.', 'configuration_updated' => 'Konfiguracja została zaktualizowana', 'setting_is_demo_site' => 'Strona demonstracyjna', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', - 'setting_send_email_notifications' => 'Wyślij powiadomienia emailem', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Odrzucony e-mail potwierdzający', 'block_code_expired' => 'Demonstracyjne konto wygasło', 'no_block_code' => 'Brak powody blokady lub użytkownik niezablokowany', @@ -971,31 +902,9 @@ return [ // split a transaction: - 'transaction_meta_data' => 'Transaction meta-data', - 'transaction_dates' => 'Daty transakcji', 'splits' => 'Podziały', - 'split_title_withdrawal' => 'Podziel swoją nową wypłatę', - 'split_intro_one_withdrawal' => 'Firefly obsługuje "dzielenie" wypłaty.', - 'split_intro_two_withdrawal' => 'Oznacza to, że ilość pieniędzy, które wydałeś jest podzielona między kilka kont wypłat, budżetów lub kategorii.', - 'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.', - 'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_withdrawal' => 'Zachowaj podzieloną wypłatę', - 'update_splitted_withdrawal' => 'Aktualizuj podzieloną wypłatę', - 'split_title_deposit' => 'Podziel swoją nową wpłatę', - 'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.', - 'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.', - 'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.', - 'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_deposit' => 'Zachowaj podzieloną wpłatę', - 'split_title_transfer' => 'Podziel swój nowy transfer', - 'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.', - 'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.', - 'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.', - 'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_transfer' => 'Zachowaj podzielony transfer', 'add_another_split' => 'Dodaj kolejny podział', 'split-transactions' => 'Podziel transakcję', - 'split-new-transaction' => 'Podziel nową transakcję', 'do_split' => 'Podziel', 'split_this_withdrawal' => 'Podziel tą wypłatę', 'split_this_deposit' => 'Podziel tą wpłatę', @@ -1049,9 +958,6 @@ return [ 'import_status_finished_job' => 'Zaimportowane transakcje znajdują się w tagu :tag.', 'import_with_key' => 'Import z kluczem \':key\'', - // different states: - 'import_status_job_running' => 'Import jest w toku. Proszę o cierpliwość...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'Ta funkcja nie jest dostępna, gdy używasz Firefly III w środowisku Sandstorm.io.', From 8ebb39b8d5c98eaf2e1c786674c01237c913f89b Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:30:55 +0200 Subject: [PATCH 170/194] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 94 -------------------------------- 1 file changed, 94 deletions(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index d3ef255a63..4b99a70477 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => 'tradução incompleta', 'close' => 'Fechar', 'actions' => 'Ações', 'edit' => 'Editar', @@ -28,12 +27,7 @@ return [ 'to' => 'Até', 'showEverything' => 'Mostrar tudo', 'never' => 'Nunca', - 'search_results_for' => 'Pesquisar resultados por ":query"', 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.', - 'bounced_error' => 'A mensagem enviado para :email ressaltado, não tem acesso para você.', - 'deleted_error' => 'Estas credenciais não correspondem aos nossos registros.', - 'general_blocked_error' => 'Sua conta foi desativada, você não pode entrar.', - 'expired_error' => 'Sua conta expirou e não pode mais ser usada.', 'removed_amount' => ':amount removido', 'added_amount' => ':amount adicionada', 'asset_account_role_help' => 'Quaisquer opções extras resultantes da sua escolha pode ser definido mais tarde.', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => 'Houve um erro|Houve :count erros', 'net_worth' => 'Valor Líquido', 'route_has_no_help' => 'Não existe ajuda para esta rota.', - 'help_may_not_be_your_language' => 'Este texto de ajuda é em inglês. Ainda não está disponível em seu idioma', 'two_factor_welcome' => 'Olá, :user!', 'two_factor_enter_code' => 'Para continuar, por favor, digite seu código de autenticação em duas etapas. Seu aplicativo pode gerá-lo para você.', 'two_factor_code_here' => 'Insira o código aqui', @@ -70,9 +63,6 @@ return [ 'two_factor_lost_fix_owner' => 'Caso contrário, o proprietário do site :site_owner e peça para redefinir a sua autenticação de duas etapas.', 'warning_much_data' => ':days dias de dados podem demorar um pouco para carregar.', 'registered' => 'Você se registrou com sucesso!', - 'tagbalancingAct' => 'Saldo', - 'tagadvancePayment' => 'Pagamento antecipado', - 'tagnothing' => '', 'Default asset account' => 'Conta padrão', 'no_budget_pointer' => 'Parece que não há orçamentos ainda. Você deve criar alguns na página orçamentos. Orçamentos podem ajudá-lo a manter o controle de despesas.', 'Savings account' => 'Conta poupança', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', 'reenable_intro_text' => 'You can also reenable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', - 'nothing_to_display' => 'There are no transactions to show you', 'show_all_no_filter' => 'Show all transactions without grouping them by date.', 'expenses_by_category' => 'Despesa por categoria', 'expenses_by_budget' => 'Despesas pelo orçamento', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', - 'cannot_change_demo' => 'You cannot change the password of the demonstration account.', - 'cannot_delete_demo' => 'You cannot remove the demonstration account.', 'cannot_reset_demo_user' => 'You cannot reset the password of the demonstration account', - 'per_period' => 'Per period', - 'all_periods' => 'All periods', 'current_period' => 'Current period', 'show_the_current_period_and_overview' => 'Show the current period and overview', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', 'chart_category_all' => 'Chart for all transactions for category ":name"', - 'budget_in_period_breadcrumb' => 'Between :start and :end', 'clone_withdrawal' => 'Clone this withdrawal', 'clone_deposit' => 'Clone this deposit', 'clone_transfer' => 'Clone this transfer', - 'transaction_journal_other_options' => 'Other options', 'multi_select_no_selection' => 'None selected', 'multi_select_all_selected' => 'All selected', 'multi_select_filter_placeholder' => 'Find..', @@ -164,18 +147,6 @@ return [ 'quarterly' => 'trimestral', 'half-year' => 'metade de cada ano', 'yearly' => 'anual', - // account confirmation: - 'confirm_account_header' => 'Por favor, confirme sua conta', - 'confirm_account_intro' => 'Um e-mail foi enviado para o endereço que você usou durante o seu registro. Por favor confira-o para mais instruções. Se não recebeu esta mensagem, podemos enviá-lo novamente.', - 'confirm_account_resend_email' => 'Envie-me a mensagem de confirmação para eu ativar minha conta.', - 'account_is_confirmed' => 'Sua conta foi confirmada!', - 'invalid_activation_code' => 'Parece que você está usando o código não é válido ou expirado.', - 'confirm_account_is_resent_header' => 'A confirmação foi reenviada', - 'confirm_account_is_resent_text' => 'A mensagem de confirmação foi reenviada. Se ainda não receber a mensagem de confirmação, entre em contato com o proprietário do site em :owner ou verifique os arquivos de log para ver o que deu errado.', - 'confirm_account_is_resent_go_home' => 'Vá para a página de índice do Firefly', - 'confirm_account_not_resent_header' => 'Algo deu errado :(', - 'confirm_account_not_resent_intro' => 'A mensagem de confirmação não foi reenviada. Se ainda não recebeu a mensagem de confirmação, entre em contato com o proprietário do site através do email :owner. Possivelmente, você já tentou reenviar a mensagem de ativação, muitas vezes. Firefly III tentará reenviar a mensagem de confirmação a cada hora.', - 'confirm_account_not_resent_go_home' => 'Vá para a página de índice do Firefly', // export data: 'import_and_export' => 'Importar / Exportar', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Criado um arquivo zip!', 'export_status_finished' => 'Exportação terminou com sucesso! Yay!', 'export_data_please_wait' => 'Por favor aguarde...', - 'attachment_explanation' => 'O arquivo chamado \':attachment_name\' (#:attachment_id) foi originalmente enviado para: tipo \':description\' (#:journal_id) datado em :date para a quantia de :amount.', // rules 'rules' => 'Regras', @@ -523,7 +493,6 @@ return [ 'createBudget' => 'Novo orçamento', 'inactiveBudgets' => 'Orçamentos inativos', 'without_budget_between' => 'Transações sem um orçamento entre :start e :end', - 'budget_in_month' => ':name no :month', 'delete_budget' => 'Excluir orçamento ":name"', 'deleted_budget' => 'Orçamento ":name" excluído', 'edit_budget' => 'Editar orçamento ":name"', @@ -597,8 +566,6 @@ return [ 'select_more_than_one_category' => 'Por favor, selecione mais de uma categoria', 'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_tag' => 'Please select more than one tag', - 'from_to' => 'From :start to :end', - 'from_to_breadcrumb' => 'from :start to :end', 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', // categories: @@ -656,8 +623,6 @@ return [ 'yourAccounts' => 'Suas contas', 'budgetsAndSpending' => 'Orçamentos e despesas', 'savings' => 'Poupanças', - 'markAsSavingsToContinue' => 'Marque suas contas de activo como "Poupança" para preencher este painel', - 'createPiggyToContinue' => 'Crie cofrinhos para preencher este painel.', 'newWithdrawal' => 'Nova despesa', 'newDeposit' => 'Novo depósito', 'newTransfer' => 'Nova transferência', @@ -665,8 +630,6 @@ return [ 'moneyOut' => 'Dinheiro sai', 'billsToPay' => 'Faturas a pagar', 'billsPaid' => 'Faturas pagas', - 'divided' => 'dividida', - 'toDivide' => 'esquerda para dividir', // menu and titles, should be recycled as often as possible: 'currency' => 'Moeda', @@ -726,20 +689,11 @@ return [ 'reports_can_bookmark' => 'Lembre-se que relatórios podem ser marcados.', 'incomeVsExpenses' => 'Renda vs. Despesas', 'accountBalances' => 'Saldos de Contas', - 'balanceStartOfYear' => 'Saldo no início do ano', - 'balanceEndOfYear' => 'Saldo no final do ano', - 'balanceStartOfMonth' => 'Saldo no início do mês', - 'balanceEndOfMonth' => 'Saldo no final do mês', 'balanceStart' => 'Saldo no início do período', 'balanceEnd' => 'Saldo no final do período', - 'reportsOwnAccounts' => 'Relatórios para suas próprias contas', - 'reportsOwnAccountsAndShared' => 'Relatórios para suas próprias contas e contas compartilhadas', 'splitByAccount' => 'Dividir por conta', - 'balancedByTransfersAndTags' => 'Balanço por transferências e tags', 'coveredWithTags' => 'Coberto com tags', 'leftUnbalanced' => 'Deixar desequilibrado', - 'expectedBalance' => 'Saldo Experado', - 'outsideOfBudgets' => 'Fora do orçamento', 'leftInBudget' => 'Deixou no orçamento', 'sumOfSums' => 'Soma dos montantes', 'noCategory' => '(sem categoria)', @@ -752,19 +706,12 @@ return [ 'topX' => 'topo :number', 'show_full_list' => 'Mostrar a lista inteira', 'show_only_top' => 'Show only top :number', - 'sum_of_year' => 'Soma do ano', - 'sum_of_years' => 'Soma dos anos', - 'average_of_year' => 'Média do ano', - 'average_of_years' => 'Média dos anos', - 'categories_earned_in_year' => 'Categorias (por lucro)', - 'categories_spent_in_year' => 'Categorias (por gastos)', 'report_type' => 'Tipo de relatório', 'report_type_default' => 'Relatório financeiro padrão', 'report_type_audit' => 'Visão geral do histórico de transação (auditoria)', 'report_type_category' => 'Relatório por Categorias', 'report_type_budget' => 'Budget report', 'report_type_tag' => 'Tag report', - 'report_type_meta-history' => 'Visão geral de categorias, orçamentos e faturas', 'more_info_help' => 'Mais informações sobre esses tipos de relatórios podem ser encontradas nas páginas de ajuda. Pressione o ícone (?) no canto superior direito.', 'report_included_accounts' => 'Contas incluídas', 'report_date_range' => 'Período', @@ -817,7 +764,6 @@ return [ // charts: 'chart' => 'Gráfico', - 'dayOfMonth' => 'Dia do mês', 'month' => 'Mês', 'budget' => 'Orçamento', 'spent' => 'Gasto', @@ -838,7 +784,6 @@ return [ 'budgeted' => 'Orçado', 'period' => 'Período', 'balance' => 'Saldo', - 'summary' => 'Sumário', 'sum' => 'Soma', 'average' => 'Média', 'balanceFor' => 'Saldo para ":name"', @@ -871,18 +816,13 @@ return [ 'start_date' => 'Data de Início', 'target_date' => 'Data Alvo', 'no_target_date' => 'Nenhum data', - 'todo' => 'A fazer', 'table' => 'Tabela', - 'piggy_bank_not_exists' => 'Cofrinho não existe mais.', - 'add_any_amount_to_piggy' => 'Adicionar dinheiro a este cofrinho para atingir sua meta de :amount.', - 'add_set_amount_to_piggy' => 'Adicionar :amount para encher este cofrinho em :date', 'delete_piggy_bank' => 'Apagar cofrinho ":name"', 'cannot_add_amount_piggy' => 'Não foi possível adicionar :amount a ":name".', 'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".', 'deleted_piggy_bank' => 'Apagar cofrinho ":name"', 'added_amount_to_piggy' => 'Adicionado :amount de ":name"', 'removed_amount_from_piggy' => 'Removido :amount de ":name"', - 'cannot_remove_amount_piggy' => 'Não foi possível remover :amount de ":name".', // tags 'regular_tag' => 'Apenas uma tag regular.', @@ -894,11 +834,6 @@ return [ 'edit_tag' => 'Editar tag ":tag"', 'updated_tag' => 'Tag atualizada ":tag"', 'created_tag' => 'Tag ":tag" foi criada!', - 'no_year' => 'Nenhum ano definido', - 'no_month' => 'Nenhum mês definido', - 'tag_title_nothing' => 'Tags padrões', - 'tag_title_balancingAct' => 'Saldo das tags', - 'tag_title_advancePayment' => 'Tags de pagamento do adiantamento', 'transaction_journal_information' => 'Informação da transação', 'transaction_journal_meta' => 'Meta-informação', @@ -925,13 +860,9 @@ return [ 'budgets_with_limits' => 'budget(s) com quantidade configurada', 'rule_or_rules' => 'regra(s)', 'rulegroup_or_groups' => 'grupo(s) de regra', - 'setting_must_confirm_account' => 'Confirmação de conta', - 'setting_must_confirm_account_explain' => 'When this setting is enabled, users must activate their account before it can be used.', 'configuration_updated' => 'A configuração foi atualizada', 'setting_is_demo_site' => 'Site demo', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', - 'setting_send_email_notifications' => 'Send email notifications', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', @@ -971,31 +902,9 @@ return [ // split a transaction: - 'transaction_meta_data' => 'Dados de transação', - 'transaction_dates' => 'Data de transação', 'splits' => 'Divide-se', - 'split_title_withdrawal' => 'Dividir sua nova retirada', - 'split_intro_one_withdrawal' => 'Firefly suporta a "divisão" de uma retirada.', - 'split_intro_two_withdrawal' => 'Isso significa que a quantidade de dinheiro que você gastou será dividida entre várias contas de despesas do destino, orçamentos ou categorias.', - 'split_intro_three_withdrawal' => 'Por exemplo: você pode dividir seu :total de mantimentos de modo que você pague :split_one de seu orçamento diário de mantimentos e :split_two do seu orçamento para "cigarros".', - 'split_table_intro_withdrawal' => 'Dividi sua retirada em tantas coisas quanto quiser. Por padrão, a transação não será dividida, há apenas uma entrada. Adicione muitas divisões como desejar, abaixo. Lembre-se de que você não deve se desviar do seu montante total. Se o fizeres, Firefly irá avisá-lo mas não corrigirá.', - 'store_splitted_withdrawal' => 'Armazenar retirada dividida', - 'update_splitted_withdrawal' => 'Atualização de retirada dividida', - 'split_title_deposit' => 'Dividir seu novo depósito', - 'split_intro_one_deposit' => 'Firefly suporta a "divisão" de um depósito.', - 'split_intro_two_deposit' => 'Isso significa que a quantidade de dinheiro que você ganhou será dividida entre várias contas de receitas de fonte ou categorias.', - 'split_intro_three_deposit' => 'Por exemplo: você pode dividir seu :total salário para que você obtenha :split_one como seu salário-base e :split_two como um reembolso para alguma despesa.', - 'split_table_intro_deposit' => 'Dividi seu depósito em tantas coisas quanto quiser. Por padrão, a transação não será dividida, há apenas uma entrada. Adicione muitas divisões como desejar, abaixo. Lembre-se de que você não deve se desviar do seu montante total. Se o fizeres, Firefly irá avisá-lo mas não corrigirá.', - 'store_splitted_deposit' => 'Armazenar depósito dividido', - 'split_title_transfer' => 'Dividir sua nova transferência', - 'split_intro_one_transfer' => 'Firefly suporta a "divisão" de uma transferência.', - 'split_intro_two_transfer' => 'Isso significa que a quantidade de dinheiro que você está movendo será dividida entre várias categorias ou cofrinhos.', - 'split_intro_three_transfer' => 'Por exemplo: você pode dividir sua movimentação :total , para que você obtenha :split_one em um cofrinho e :split_two em outro.', - 'split_table_intro_transfer' => 'Dividi sua transferência em tantas coisas quanto quiser. Por padrão, a transação não será dividida, há apenas uma entrada. Adicione muitas divisões como desejar, abaixo. Lembre-se de que você não deve se desviar do seu montante total. Se o fizeres, Firefly irá avisá-lo mas não corrigirá.', - 'store_splitted_transfer' => 'Armazenar transferência dividida', 'add_another_split' => 'Adicionar outra divisão', 'split-transactions' => 'Dividir transações', - 'split-new-transaction' => 'Dividir uma nova transação', 'do_split' => 'Fazer uma divisão', 'split_this_withdrawal' => 'Dividir esta retirada', 'split_this_deposit' => 'Dividir este depósito', @@ -1049,9 +958,6 @@ return [ 'import_status_finished_job' => 'The transactions imported can be found in tag :tag.', 'import_with_key' => 'Importação com chave \':key\'', - // different states: - 'import_status_job_running' => 'The import is underway. Please be patient...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', From 8ba63338fc3a8bc30f64b7a378400e0b10c2f92e Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:31:00 +0200 Subject: [PATCH 171/194] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 94 -------------------------------- 1 file changed, 94 deletions(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 3d14104ac9..b427e5317f 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => 'traducción incompleta', 'close' => 'Cerrar', 'actions' => 'Acciones', 'edit' => 'Editar', @@ -28,12 +27,7 @@ return [ 'to' => 'Hasta', 'showEverything' => 'Mostrar todo', 'never' => 'Nunca', - 'search_results_for' => 'Resultados de la búsqueda para %{query}', 'no_results_for_empty_search' => 'Su búsqueda estaba vacía, por lo que no se encontró nada.', - 'bounced_error' => 'El mensaje enviado al: correo electrónico no ha sido recibido, así que no hay acceso para usted.', - 'deleted_error' => 'Las credenciales no coinciden con los registros.', - 'general_blocked_error' => 'Tu cuenta ha sido creada. Ahora puedes iniciar sesión.', - 'expired_error' => 'Su cuenta ha caducado y ya no puede ser utilizado.', 'removed_amount' => 'Eliminado: cantidad', 'added_amount' => 'Agregado: cantidad', 'asset_account_role_help' => 'Las opciones extras como resultado de su elección se pueden establecer más tarde.', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => 'Hay un error | Hay: contar errores', 'net_worth' => 'Valor Neto', 'route_has_no_help' => 'No hay datos en este registro.', - 'help_may_not_be_your_language' => 'Este texto de ayuda está en inglés. Aún no está disponible en tu idioma', 'two_factor_welcome' => 'Hola %{user}!', 'two_factor_enter_code' => 'Para continuar, introduce tu código de autenticación de dos pasos. La aplicación puede generarlo para usted.', 'two_factor_code_here' => 'Ingresar código aquí', @@ -70,9 +63,6 @@ return [ 'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, :site_owner and ask them to reset your two factor authentication.', 'warning_much_data' => ':days days of data may take a while to load.', 'registered' => '¡Te has registrado con éxito!', - 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Advance payment', - 'tagnothing' => '', 'Default asset account' => 'Default asset account', 'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.', 'Savings account' => 'Savings account', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', 'reenable_intro_text' => 'You can also reenable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', - 'nothing_to_display' => 'There are no transactions to show you', 'show_all_no_filter' => 'Show all transactions without grouping them by date.', 'expenses_by_category' => 'Expenses by category', 'expenses_by_budget' => 'Expenses by budget', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', - 'cannot_change_demo' => 'You cannot change the password of the demonstration account.', - 'cannot_delete_demo' => 'You cannot remove the demonstration account.', 'cannot_reset_demo_user' => 'You cannot reset the password of the demonstration account', - 'per_period' => 'Per period', - 'all_periods' => 'All periods', 'current_period' => 'Current period', 'show_the_current_period_and_overview' => 'Show the current period and overview', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', 'chart_category_all' => 'Chart for all transactions for category ":name"', - 'budget_in_period_breadcrumb' => 'Between :start and :end', 'clone_withdrawal' => 'Clone this withdrawal', 'clone_deposit' => 'Clone this deposit', 'clone_transfer' => 'Clone this transfer', - 'transaction_journal_other_options' => 'Other options', 'multi_select_no_selection' => 'None selected', 'multi_select_all_selected' => 'All selected', 'multi_select_filter_placeholder' => 'Find..', @@ -164,18 +147,6 @@ return [ 'quarterly' => 'quarterly', 'half-year' => 'every half year', 'yearly' => 'yearly', - // account confirmation: - 'confirm_account_header' => 'Please confirm your account', - 'confirm_account_intro' => 'An email has been sent to the address you used during your registration. Please check it out for further instructions. If you did not get this message, you can have Firefly send it again.', - 'confirm_account_resend_email' => 'Send me the confirmation message I need to activate my account.', - 'account_is_confirmed' => 'Your account has been confirmed!', - 'invalid_activation_code' => 'It seems the code you are using is not valid, or has expired.', - 'confirm_account_is_resent_header' => 'The confirmation has been resent', - 'confirm_account_is_resent_text' => 'The confirmation message has been resent. If you still did not receive the confirmation message, please contact the site owner at :owner or check the log files to see what went wrong.', - 'confirm_account_is_resent_go_home' => 'Go to the index page of Firefly', - 'confirm_account_not_resent_header' => 'Something went wrong :(', - 'confirm_account_not_resent_intro' => 'The confirmation message has been not resent. If you still did not receive the confirmation message, please contact the site owner at :owner instead. Possibly, you have tried to resend the activation message too often. You can have Firefly III try to resend the confirmation message every hour.', - 'confirm_account_not_resent_go_home' => 'Go to the index page of Firefly', // export data: 'import_and_export' => 'Import and export', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Created a zip file!', 'export_status_finished' => 'Export has succesfully finished! Yay!', 'export_data_please_wait' => 'Please wait...', - 'attachment_explanation' => 'The file called \':attachment_name\' (#:attachment_id) was originally uploaded to :type \':description\' (#:journal_id) dated :date for the amount of :amount.', // rules 'rules' => 'Rules', @@ -523,7 +493,6 @@ return [ 'createBudget' => 'New budget', 'inactiveBudgets' => 'Inactive budgets', 'without_budget_between' => 'Transactions without a budget between :start and :end', - 'budget_in_month' => ':name in :month', 'delete_budget' => 'Delete budget ":name"', 'deleted_budget' => 'Deleted budget ":name"', 'edit_budget' => 'Edit budget ":name"', @@ -597,8 +566,6 @@ return [ 'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_tag' => 'Please select more than one tag', - 'from_to' => 'From :start to :end', - 'from_to_breadcrumb' => 'from :start to :end', 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', // categories: @@ -656,8 +623,6 @@ return [ 'yourAccounts' => 'Your accounts', 'budgetsAndSpending' => 'Budgets and spending', 'savings' => 'Savings', - 'markAsSavingsToContinue' => 'Mark your asset accounts as "Savings account" to fill this panel', - 'createPiggyToContinue' => 'Create piggy banks to fill this panel.', 'newWithdrawal' => 'New expense', 'newDeposit' => 'New deposit', 'newTransfer' => 'New transfer', @@ -665,8 +630,6 @@ return [ 'moneyOut' => 'Money out', 'billsToPay' => 'Bills to pay', 'billsPaid' => 'Bills paid', - 'divided' => 'divided', - 'toDivide' => 'left to divide', // menu and titles, should be recycled as often as possible: 'currency' => 'Currency', @@ -726,20 +689,11 @@ return [ 'reports_can_bookmark' => 'Remember that reports can be bookmarked.', 'incomeVsExpenses' => 'Income vs. expenses', 'accountBalances' => 'Account balances', - 'balanceStartOfYear' => 'Balance at start of year', - 'balanceEndOfYear' => 'Balance at end of year', - 'balanceStartOfMonth' => 'Balance at start of month', - 'balanceEndOfMonth' => 'Balance at end of month', 'balanceStart' => 'Balance at start of period', 'balanceEnd' => 'Balance at end of period', - 'reportsOwnAccounts' => 'Reports for your own accounts', - 'reportsOwnAccountsAndShared' => 'Reports for your own accounts and shared accounts', 'splitByAccount' => 'Split by account', - 'balancedByTransfersAndTags' => 'Balanced by transfers and tags', 'coveredWithTags' => 'Covered with tags', 'leftUnbalanced' => 'Left unbalanced', - 'expectedBalance' => 'Expected balance', - 'outsideOfBudgets' => 'Outside of budgets', 'leftInBudget' => 'Left in budget', 'sumOfSums' => 'Sum of sums', 'noCategory' => '(no category)', @@ -752,19 +706,12 @@ return [ 'topX' => 'top :number', 'show_full_list' => 'Show entire list', 'show_only_top' => 'Show only top :number', - 'sum_of_year' => 'Sum of year', - 'sum_of_years' => 'Sum of years', - 'average_of_year' => 'Average of year', - 'average_of_years' => 'Average of years', - 'categories_earned_in_year' => 'Categories (by earnings)', - 'categories_spent_in_year' => 'Categories (by spendings)', 'report_type' => 'Report type', 'report_type_default' => 'Default financial report', 'report_type_audit' => 'Transaction history overview (audit)', 'report_type_category' => 'Category report', 'report_type_budget' => 'Budget report', 'report_type_tag' => 'Tag report', - 'report_type_meta-history' => 'Categories, budgets and bills overview', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'report_included_accounts' => 'Included accounts', 'report_date_range' => 'Date range', @@ -817,7 +764,6 @@ return [ // charts: 'chart' => 'Chart', - 'dayOfMonth' => 'Day of the month', 'month' => 'Month', 'budget' => 'Budget', 'spent' => 'Spent', @@ -838,7 +784,6 @@ return [ 'budgeted' => 'Budgeted', 'period' => 'Period', 'balance' => 'Balance', - 'summary' => 'Summary', 'sum' => 'Sum', 'average' => 'Average', 'balanceFor' => 'Balance for :name', @@ -871,18 +816,13 @@ return [ 'start_date' => 'Start date', 'target_date' => 'Target date', 'no_target_date' => 'No target date', - 'todo' => 'to do', 'table' => 'Table', - 'piggy_bank_not_exists' => 'Piggy bank no longer exists.', - 'add_any_amount_to_piggy' => 'Add money to this piggy bank to reach your target of :amount.', - 'add_set_amount_to_piggy' => 'Add :amount to fill this piggy bank on :date', 'delete_piggy_bank' => 'Delete piggy bank ":name"', 'cannot_add_amount_piggy' => 'Could not add :amount to ":name".', 'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".', 'deleted_piggy_bank' => 'Deleted piggy bank ":name"', 'added_amount_to_piggy' => 'Added :amount to ":name"', 'removed_amount_from_piggy' => 'Removed :amount from ":name"', - 'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".', // tags 'regular_tag' => 'Just a regular tag.', @@ -894,11 +834,6 @@ return [ 'edit_tag' => 'Edit tag ":tag"', 'updated_tag' => 'Updated tag ":tag"', 'created_tag' => 'Tag ":tag" has been created!', - 'no_year' => 'No year set', - 'no_month' => 'No month set', - 'tag_title_nothing' => 'Default tags', - 'tag_title_balancingAct' => 'Balancing act tags', - 'tag_title_advancePayment' => 'Advance payment tags', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', @@ -925,13 +860,9 @@ return [ 'budgets_with_limits' => 'budget(s) with configured amount', 'rule_or_rules' => 'rule(s)', 'rulegroup_or_groups' => 'rule group(s)', - 'setting_must_confirm_account' => 'Account confirmation', - 'setting_must_confirm_account_explain' => 'When this setting is enabled, users must activate their account before it can be used.', 'configuration_updated' => 'The configuration has been updated', 'setting_is_demo_site' => 'Demo site', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', - 'setting_send_email_notifications' => 'Send email notifications', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', @@ -971,31 +902,9 @@ return [ // split a transaction: - 'transaction_meta_data' => 'Transaction meta-data', - 'transaction_dates' => 'Transaction dates', 'splits' => 'Splits', - 'split_title_withdrawal' => 'Split your new withdrawal', - 'split_intro_one_withdrawal' => 'Firefly supports the "splitting" of a withdrawal.', - 'split_intro_two_withdrawal' => 'It means that the amount of money you\'ve spent is divided between several destination expense accounts, budgets or categories.', - 'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.', - 'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_withdrawal' => 'Store splitted withdrawal', - 'update_splitted_withdrawal' => 'Update splitted withdrawal', - 'split_title_deposit' => 'Split your new deposit', - 'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.', - 'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.', - 'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.', - 'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_deposit' => 'Store splitted deposit', - 'split_title_transfer' => 'Split your new transfer', - 'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.', - 'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.', - 'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.', - 'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_transfer' => 'Store splitted transfer', 'add_another_split' => 'Add another split', 'split-transactions' => 'Split transactions', - 'split-new-transaction' => 'Split a new transaction', 'do_split' => 'Do a split', 'split_this_withdrawal' => 'Split this withdrawal', 'split_this_deposit' => 'Split this deposit', @@ -1049,9 +958,6 @@ return [ 'import_status_finished_job' => 'The transactions imported can be found in tag :tag.', 'import_with_key' => 'Import with key \':key\'', - // different states: - 'import_status_job_running' => 'The import is underway. Please be patient...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', From dda2080d01a622ba1b9d57deff8aa423948892ca Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:31:03 +0200 Subject: [PATCH 172/194] New translations firefly.php (Slovenian) --- resources/lang/sl_SI/firefly.php | 94 -------------------------------- 1 file changed, 94 deletions(-) diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index a559970283..719fa02e72 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -13,7 +13,6 @@ declare(strict_types=1); return [ // general stuff: - 'language_incomplete' => 'nepopoln prevod', 'close' => 'zapri', 'actions' => 'Actions', 'edit' => 'uredi', @@ -28,12 +27,7 @@ return [ 'to' => 'To', 'showEverything' => 'pokaži vse', 'never' => 'nikoli', - 'search_results_for' => 'rezultati iskanja za ":query"', 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.', - 'bounced_error' => 'The message sent to :email bounced, so no access for you.', - 'deleted_error' => 'These credentials do not match our records.', - 'general_blocked_error' => 'Your account has been disabled, so you cannot login.', - 'expired_error' => 'Your account has expired, and can no longer be used.', 'removed_amount' => 'Removed :amount', 'added_amount' => 'Added :amount', 'asset_account_role_help' => 'Dodatne možnosti se lahko nastavljajo tudi kasneje.', @@ -56,7 +50,6 @@ return [ 'flash_error_multiple' => 'There is one error|There are :count errors', 'net_worth' => 'Net worth', 'route_has_no_help' => 'There is no help for this route.', - 'help_may_not_be_your_language' => 'This help text is in English. It is not yet available in your language', 'two_factor_welcome' => 'Hello, :user!', 'two_factor_enter_code' => 'To continue, please enter your two factor authentication code. Your application can generate it for you.', 'two_factor_code_here' => 'Enter code here', @@ -70,9 +63,6 @@ return [ 'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, :site_owner and ask them to reset your two factor authentication.', 'warning_much_data' => ':days days of data may take a while to load.', 'registered' => 'You have registered successfully!', - 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Advance payment', - 'tagnothing' => '', 'Default asset account' => 'privzeti premoženjski račun', 'no_budget_pointer' => 'Kot kaže niste definirali še nobenega budžeta. Budžete lahko ustvarite na strani budžeti>. Budžeti vam pomagajo držati pregled nad vašimi stroški.', 'Savings account' => 'Savings account', @@ -84,7 +74,6 @@ return [ 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', 'reenable_intro_text' => 'You can also reenable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', - 'nothing_to_display' => 'There are no transactions to show you', 'show_all_no_filter' => 'Show all transactions without grouping them by date.', 'expenses_by_category' => 'stroški po kategorijah', 'expenses_by_budget' => 'stroški po budžetih', @@ -98,11 +87,7 @@ return [ 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', - 'cannot_change_demo' => 'You cannot change the password of the demonstration account.', - 'cannot_delete_demo' => 'You cannot remove the demonstration account.', 'cannot_reset_demo_user' => 'You cannot reset the password of the demonstration account', - 'per_period' => 'Per period', - 'all_periods' => 'All periods', 'current_period' => 'Current period', 'show_the_current_period_and_overview' => 'Show the current period and overview', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', @@ -111,11 +96,9 @@ return [ 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', 'chart_category_all' => 'Chart for all transactions for category ":name"', - 'budget_in_period_breadcrumb' => 'Between :start and :end', 'clone_withdrawal' => 'Clone this withdrawal', 'clone_deposit' => 'Clone this deposit', 'clone_transfer' => 'Clone this transfer', - 'transaction_journal_other_options' => 'Other options', 'multi_select_no_selection' => 'None selected', 'multi_select_all_selected' => 'All selected', 'multi_select_filter_placeholder' => 'Find..', @@ -164,18 +147,6 @@ return [ 'quarterly' => 'quarterly', 'half-year' => 'every half year', 'yearly' => 'yearly', - // account confirmation: - 'confirm_account_header' => 'Please confirm your account', - 'confirm_account_intro' => 'An email has been sent to the address you used during your registration. Please check it out for further instructions. If you did not get this message, you can have Firefly send it again.', - 'confirm_account_resend_email' => 'Send me the confirmation message I need to activate my account.', - 'account_is_confirmed' => 'Your account has been confirmed!', - 'invalid_activation_code' => 'It seems the code you are using is not valid, or has expired.', - 'confirm_account_is_resent_header' => 'The confirmation has been resent', - 'confirm_account_is_resent_text' => 'The confirmation message has been resent. If you still did not receive the confirmation message, please contact the site owner at :owner or check the log files to see what went wrong.', - 'confirm_account_is_resent_go_home' => 'Go to the index page of Firefly', - 'confirm_account_not_resent_header' => 'Something went wrong :(', - 'confirm_account_not_resent_intro' => 'The confirmation message has been not resent. If you still did not receive the confirmation message, please contact the site owner at :owner instead. Possibly, you have tried to resend the activation message too often. You can have Firefly III try to resend the confirmation message every hour.', - 'confirm_account_not_resent_go_home' => 'Go to the index page of Firefly', // export data: 'import_and_export' => 'Import and export', @@ -205,7 +176,6 @@ return [ 'export_status_created_zip_file' => 'Created a zip file!', 'export_status_finished' => 'Export has succesfully finished! Yay!', 'export_data_please_wait' => 'Please wait...', - 'attachment_explanation' => 'The file called \':attachment_name\' (#:attachment_id) was originally uploaded to :type \':description\' (#:journal_id) dated :date for the amount of :amount.', // rules 'rules' => 'Rules', @@ -523,7 +493,6 @@ return [ 'createBudget' => 'New budget', 'inactiveBudgets' => 'Inactive budgets', 'without_budget_between' => 'Transactions without a budget between :start and :end', - 'budget_in_month' => ':name in :month', 'delete_budget' => 'Delete budget ":name"', 'deleted_budget' => 'Deleted budget ":name"', 'edit_budget' => 'Edit budget ":name"', @@ -597,8 +566,6 @@ return [ 'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_tag' => 'Please select more than one tag', - 'from_to' => 'From :start to :end', - 'from_to_breadcrumb' => 'from :start to :end', 'account_default_currency' => 'If you select another currency, new transactions from this account will have this currency pre-selected.', // categories: @@ -656,8 +623,6 @@ return [ 'yourAccounts' => 'Your accounts', 'budgetsAndSpending' => 'Budgets and spending', 'savings' => 'Savings', - 'markAsSavingsToContinue' => 'Označite ta premoženjski račun kot "varčevalni račun" da zapolnite ta okvir', - 'createPiggyToContinue' => 'Create piggy banks to fill this panel.', 'newWithdrawal' => 'New expense', 'newDeposit' => 'New deposit', 'newTransfer' => 'New transfer', @@ -665,8 +630,6 @@ return [ 'moneyOut' => 'Money out', 'billsToPay' => 'Bills to pay', 'billsPaid' => 'Bills paid', - 'divided' => 'divided', - 'toDivide' => 'left to divide', // menu and titles, should be recycled as often as possible: 'currency' => 'Currency', @@ -726,20 +689,11 @@ return [ 'reports_can_bookmark' => 'Remember that reports can be bookmarked.', 'incomeVsExpenses' => 'prihodki napram odhodkom', 'accountBalances' => 'Account balances', - 'balanceStartOfYear' => 'Balance at start of year', - 'balanceEndOfYear' => 'Balance at end of year', - 'balanceStartOfMonth' => 'Balance at start of month', - 'balanceEndOfMonth' => 'Balance at end of month', 'balanceStart' => 'Balance at start of period', 'balanceEnd' => 'Balance at end of period', - 'reportsOwnAccounts' => 'Reports for your own accounts', - 'reportsOwnAccountsAndShared' => 'Reports for your own accounts and shared accounts', 'splitByAccount' => 'Split by account', - 'balancedByTransfersAndTags' => 'Balanced by transfers and tags', 'coveredWithTags' => 'Covered with tags', 'leftUnbalanced' => 'Left unbalanced', - 'expectedBalance' => 'Expected balance', - 'outsideOfBudgets' => 'Outside of budgets', 'leftInBudget' => 'Left in budget', 'sumOfSums' => 'Sum of sums', 'noCategory' => '(no category)', @@ -752,19 +706,12 @@ return [ 'topX' => 'top :number', 'show_full_list' => 'Show entire list', 'show_only_top' => 'Show only top :number', - 'sum_of_year' => 'Sum of year', - 'sum_of_years' => 'Sum of years', - 'average_of_year' => 'Average of year', - 'average_of_years' => 'Average of years', - 'categories_earned_in_year' => 'Categories (by earnings)', - 'categories_spent_in_year' => 'Categories (by spendings)', 'report_type' => 'Report type', 'report_type_default' => 'Default financial report', 'report_type_audit' => 'Transaction history overview (audit)', 'report_type_category' => 'Category report', 'report_type_budget' => 'Budget report', 'report_type_tag' => 'Tag report', - 'report_type_meta-history' => 'Categories, budgets and bills overview', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'report_included_accounts' => 'Included accounts', 'report_date_range' => 'Date range', @@ -817,7 +764,6 @@ return [ // charts: 'chart' => 'Chart', - 'dayOfMonth' => 'Day of the month', 'month' => 'Month', 'budget' => 'Budget', 'spent' => 'Spent', @@ -838,7 +784,6 @@ return [ 'budgeted' => 'Budgeted', 'period' => 'Period', 'balance' => 'Balance', - 'summary' => 'Summary', 'sum' => 'Sum', 'average' => 'Average', 'balanceFor' => 'Balance for :name', @@ -871,18 +816,13 @@ return [ 'start_date' => 'Start date', 'target_date' => 'Target date', 'no_target_date' => 'No target date', - 'todo' => 'to do', 'table' => 'Table', - 'piggy_bank_not_exists' => 'Piggy bank no longer exists.', - 'add_any_amount_to_piggy' => 'Add money to this piggy bank to reach your target of :amount.', - 'add_set_amount_to_piggy' => 'Add :amount to fill this piggy bank on :date', 'delete_piggy_bank' => 'Delete piggy bank ":name"', 'cannot_add_amount_piggy' => 'Could not add :amount to ":name".', 'cannot_remove_from_piggy' => 'Could not remove :amount from ":name".', 'deleted_piggy_bank' => 'Deleted piggy bank ":name"', 'added_amount_to_piggy' => 'Added :amount to ":name"', 'removed_amount_from_piggy' => 'Removed :amount from ":name"', - 'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".', // tags 'regular_tag' => 'Just a regular tag.', @@ -894,11 +834,6 @@ return [ 'edit_tag' => 'Edit tag ":tag"', 'updated_tag' => 'Updated tag ":tag"', 'created_tag' => 'Tag ":tag" has been created!', - 'no_year' => 'No year set', - 'no_month' => 'No month set', - 'tag_title_nothing' => 'Default tags', - 'tag_title_balancingAct' => 'Balancing act tags', - 'tag_title_advancePayment' => 'Advance payment tags', 'transaction_journal_information' => 'Transaction information', 'transaction_journal_meta' => 'Meta information', @@ -925,13 +860,9 @@ return [ 'budgets_with_limits' => 'budget(s) with configured amount', 'rule_or_rules' => 'rule(s)', 'rulegroup_or_groups' => 'rule group(s)', - 'setting_must_confirm_account' => 'Account confirmation', - 'setting_must_confirm_account_explain' => 'When this setting is enabled, users must activate their account before it can be used.', 'configuration_updated' => 'The configuration has been updated', 'setting_is_demo_site' => 'Demo site', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', - 'setting_send_email_notifications' => 'Send email notifications', - 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked', @@ -971,31 +902,9 @@ return [ // split a transaction: - 'transaction_meta_data' => 'Transaction meta-data', - 'transaction_dates' => 'Transaction dates', 'splits' => 'Splits', - 'split_title_withdrawal' => 'Split your new withdrawal', - 'split_intro_one_withdrawal' => 'Firefly supports the "splitting" of a withdrawal.', - 'split_intro_two_withdrawal' => 'It means that the amount of money you\'ve spent is divided between several destination expense accounts, budgets or categories.', - 'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.', - 'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_withdrawal' => 'Store splitted withdrawal', - 'update_splitted_withdrawal' => 'Update splitted withdrawal', - 'split_title_deposit' => 'Split your new deposit', - 'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.', - 'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.', - 'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.', - 'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_deposit' => 'Store splitted deposit', - 'split_title_transfer' => 'Split your new transfer', - 'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.', - 'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.', - 'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.', - 'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.', - 'store_splitted_transfer' => 'Store splitted transfer', 'add_another_split' => 'Add another split', 'split-transactions' => 'Split transactions', - 'split-new-transaction' => 'Split a new transaction', 'do_split' => 'Do a split', 'split_this_withdrawal' => 'Split this withdrawal', 'split_this_deposit' => 'Split this deposit', @@ -1049,9 +958,6 @@ return [ 'import_status_finished_job' => 'The transactions imported can be found in tag :tag.', 'import_with_key' => 'Import with key \':key\'', - // different states: - 'import_status_job_running' => 'The import is underway. Please be patient...', - // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', From 54bfbf174bdb7c7199fd04b2b87c1b727229fd55 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:16 +0200 Subject: [PATCH 173/194] New translations intro.php (Chinese Traditional) --- resources/lang/zh_TW/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/zh_TW/intro.php b/resources/lang/zh_TW/intro.php index e945adcec8..dd186ef0fb 100644 --- a/resources/lang/zh_TW/intro.php +++ b/resources/lang/zh_TW/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', From a6f78aad7319d2afc9cd335c00038e9dc39588e6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:17 +0200 Subject: [PATCH 174/194] New translations intro.php (Dutch) --- resources/lang/nl_NL/intro.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index dfac61180c..6bb8e01823 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -25,34 +25,34 @@ return [ 'accounts_create_asset_virtual' => 'Soms is het handig om je betaalrekening een virtueel saldo te geven: een extra bedrag dat altijd bij het daadwerkelijke saldo wordt opgeteld.', // budgets index - 'budgets_index_intro' => 'Budgets are used to manage your finances and form one of the core functions of Firefly III.', - 'budgets_index_set_budget' => 'Set your total budget for every period so Firefly can tell you if you have budgeted all available money.', - 'budgets_index_see_expenses_bar' => 'Spending money will slowly fill this bar.', - 'budgets_index_navigate_periods' => 'Navigate through periods to easily set budgets ahead of time.', - 'budgets_index_new_budget' => 'Create new budgets as you see fit.', - 'budgets_index_list_of_budgets' => 'Use this table to set the amounts for each budget and see how you are doing.', + 'budgets_index_intro' => 'Budgetten worden gebruikt om je financiën te beheren en vormen een van de kernfuncties van Firefly III.', + 'budgets_index_set_budget' => 'Stel je totale budget voor elke periode in, zodat Firefly je kan vertellen of je alle beschikbare geld hebt gebudgetteerd.', + 'budgets_index_see_expenses_bar' => 'Het besteden van geld zal deze balk langzaam vullen.', + 'budgets_index_navigate_periods' => 'Navigeer door periodes heen om je budget vooraf te bepalen.', + 'budgets_index_new_budget' => 'Maak nieuwe budgetten naar wens.', + 'budgets_index_list_of_budgets' => 'Gebruik deze tabel om de bedragen voor elk budget vast te stellen en te zien hoe je er voor staat.', // reports (index) - 'reports_index_intro' => 'Use these reports to get detailed insights in your finances.', - 'reports_index_inputReportType' => 'Pick a report type. Check out the help pages to see what each report shows you.', - 'reports_index_inputAccountsSelect' => 'You can exclude or include asset accounts as you see fit.', - 'reports_index_inputDateRange' => 'The selected date range is entirely up to you: from one day to 10 years.', - 'reports_index_extra-options-box' => 'Depending on the report you have selected, you can select extra filters and options here. Watch this box when you change report types.', + 'reports_index_intro' => 'Gebruik deze rapporten om gedetailleerde inzicht in je financiën te krijgen.', + 'reports_index_inputReportType' => 'Kies een rapporttype. Bekijk de helppagina\'s om te zien wat elk rapport laat zien.', + 'reports_index_inputAccountsSelect' => 'Je kunt naar keuze betaalrekeningen meenemen (of niet).', + 'reports_index_inputDateRange' => 'Kies zelf een datumbereik: van een dag tot tien jaar.', + 'reports_index_extra-options-box' => 'Sommige rapporten bieden extra filters en opties. Kies een rapporttype en kijk of hier iets verandert.', // reports (reports) - 'reports_report_default_intro' => 'This report will give you a quick and comprehensive overview of your finances. If you wish to see anything else, please don\'t hestitate to contact me!', + 'reports_report_default_intro' => 'Dit rapport geeft je een snel en uitgebreid overzicht van je financiën. Laat het me weten als je hier dingen mist!', 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', @@ -75,7 +75,7 @@ return [ // show piggy 'piggy-banks_show_piggyChart' => 'This chart will show the history of this piggy bank.', - 'piggy-banks_show_piggyDetails' => 'Some details about your piggy bank', + 'piggy-banks_show_piggyDetails' => 'Enkele details over je spaarpotje', 'piggy-banks_show_piggyEvents' => 'Any additions or removals are also listed here.', // bill index @@ -97,7 +97,7 @@ return [ // rules index 'rules_index_intro' => 'Firefly III allows you to manage rules, that will automagically be applied to any transaction you create or edit.', 'rules_index_new_rule_group' => 'You can combine rules in groups for easier management.', - 'rules_index_new_rule' => 'Create as many rules as you like.', + 'rules_index_new_rule' => 'Maak zoveel regels als je wilt.', 'rules_index_prio_buttons' => 'Order them any way you see fit.', 'rules_index_test_buttons' => 'You can test your rules or apply them to existing transactions.', 'rules_index_rule-triggers' => 'Rules have "triggers" and "actions" that you can order by drag-and-drop.', From 55aa3f11985f04ca195d886e9b78ee50113e9275 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:19 +0200 Subject: [PATCH 175/194] New translations intro.php (French) --- resources/lang/fr_FR/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr_FR/intro.php b/resources/lang/fr_FR/intro.php index e945adcec8..dd186ef0fb 100644 --- a/resources/lang/fr_FR/intro.php +++ b/resources/lang/fr_FR/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', From 88a911f6b768e8af7e0919637a64242779be7949 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:20 +0200 Subject: [PATCH 176/194] New translations intro.php (German) --- resources/lang/de_DE/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de_DE/intro.php b/resources/lang/de_DE/intro.php index e945adcec8..dd186ef0fb 100644 --- a/resources/lang/de_DE/intro.php +++ b/resources/lang/de_DE/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', From 59ff1ff856329c5c787a8f92679f254a1cd3df9e Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:21 +0200 Subject: [PATCH 177/194] New translations intro.php (Slovenian) --- resources/lang/sl_SI/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/sl_SI/intro.php b/resources/lang/sl_SI/intro.php index e945adcec8..dd186ef0fb 100644 --- a/resources/lang/sl_SI/intro.php +++ b/resources/lang/sl_SI/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', From b561d86410c4e5f4b9f794f6bad2df44d09571ee Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:22 +0200 Subject: [PATCH 178/194] New translations intro.php (Spanish) --- resources/lang/es_ES/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/es_ES/intro.php b/resources/lang/es_ES/intro.php index e945adcec8..dd186ef0fb 100644 --- a/resources/lang/es_ES/intro.php +++ b/resources/lang/es_ES/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', From 3abf949e3fb264347dbe0accabe4751423fdbb95 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:24 +0200 Subject: [PATCH 179/194] New translations intro.php (Russian) --- resources/lang/ru_RU/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ru_RU/intro.php b/resources/lang/ru_RU/intro.php index e945adcec8..dd186ef0fb 100644 --- a/resources/lang/ru_RU/intro.php +++ b/resources/lang/ru_RU/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', From 24a84de463ad53e9700047371b3449b530a1d839 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:25 +0200 Subject: [PATCH 180/194] New translations intro.php (Portuguese, Brazilian) --- resources/lang/pt_BR/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/pt_BR/intro.php b/resources/lang/pt_BR/intro.php index e945adcec8..dd186ef0fb 100644 --- a/resources/lang/pt_BR/intro.php +++ b/resources/lang/pt_BR/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', From cad3921c95aebd1acb70b57153808937aecf7d6b Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:27 +0200 Subject: [PATCH 181/194] New translations intro.php (Polish) --- resources/lang/pl_PL/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/pl_PL/intro.php b/resources/lang/pl_PL/intro.php index e945adcec8..dd186ef0fb 100644 --- a/resources/lang/pl_PL/intro.php +++ b/resources/lang/pl_PL/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', From fe4b3c6f36f03c9c9c5bb5abf0618ee3ebf1fede Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:40:49 +0200 Subject: [PATCH 182/194] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 808760d2b2..299ecac582 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -897,8 +897,8 @@ return [ 'this_deposit' => 'Deze inkomsten', 'this_transfer' => 'Deze overschrijving', 'overview_for_link' => 'Overzicht voor koppeltype ":name"', - 'delete_journal_link' => 'Delete the link between :source and :destination', - 'deleted_link' => 'Deleted link', + 'delete_journal_link' => 'Verwijder de koppeling tussen :source en :destination', + 'deleted_link' => 'Koppeling verwijderd', // split a transaction: From b829e5c0f60dde940cafb597f3179501d5c886d1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:20:06 +0200 Subject: [PATCH 183/194] New translations intro.php (Dutch) --- resources/lang/nl_NL/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index 6bb8e01823..ac022d6046 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -41,11 +41,11 @@ return [ // reports (reports) 'reports_report_default_intro' => 'Dit rapport geeft je een snel en uitgebreid overzicht van je financiën. Laat het me weten als je hier dingen mist!', - 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', - 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', + 'reports_report_audit_intro' => 'Dit rapport geeft je gedetailleerde inzichten in je betaalrekeningen.', + 'reports_report_audit_optionsBox' => 'Gebruik deze vinkjes om voor jou interessante kolommen te laten zien of te verbergen.', - 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', - 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', + 'reports_report_category_intro' => 'Dit rapport geeft je inzicht in één of meerdere categorieën.', + 'reports_report_category_pieCharts' => 'Deze tabellen geven j inzicht in uitgaven en inkomsten per categorie of per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', From f63be8a47d10b856e92784d1b03715c7dab49483 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:14 +0200 Subject: [PATCH 184/194] New translations intro.php (Chinese Traditional) --- resources/lang/zh_TW/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/zh_TW/intro.php b/resources/lang/zh_TW/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/zh_TW/intro.php +++ b/resources/lang/zh_TW/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', From 7abedd176f0d3fb0289916cd5eb5af89b5173bfd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:15 +0200 Subject: [PATCH 185/194] New translations intro.php (Dutch) --- resources/lang/nl_NL/intro.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index ac022d6046..41ce69940f 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -45,20 +45,20 @@ return [ 'reports_report_audit_optionsBox' => 'Gebruik deze vinkjes om voor jou interessante kolommen te laten zien of te verbergen.', 'reports_report_category_intro' => 'Dit rapport geeft je inzicht in één of meerdere categorieën.', - 'reports_report_category_pieCharts' => 'Deze tabellen geven j inzicht in uitgaven en inkomsten per categorie of per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_pieCharts' => 'Deze grafieken geven je inzicht in de uitgaven en inkomsten per categorie of per account.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', + 'reports_report_tag_intro' => 'Dit rapport geeft je inzicht in één of meerdere tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_intro' => 'Dit rapport geeft je inzicht in één of meerdere budgetten.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction - 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', - 'transactions_create_ffInput_category' => 'You can freely type in this field. Previously created categories will be suggested.', + 'transactions_create_switch_box' => 'Gebruik deze knoppen om snel van transactietype te wisselen.', + 'transactions_create_ffInput_category' => 'Je kan in dit veld vrij typen. Eerder gemaakte categorieën komen als suggestie naar boven.', 'transactions_create_withdrawal_ffInput_budget' => 'Link your withdrawal to a budget for better financial control.', 'transactions_create_withdrawal_currency_dropdown_amount' => 'Use this dropdown when your withdrawal is in another currency.', 'transactions_create_deposit_currency_dropdown_amount' => 'Use this dropdown when your deposit is in another currency.', From a1727625589318da5e920ea436ea89e6165daf13 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:17 +0200 Subject: [PATCH 186/194] New translations intro.php (French) --- resources/lang/fr_FR/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/fr_FR/intro.php b/resources/lang/fr_FR/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/fr_FR/intro.php +++ b/resources/lang/fr_FR/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', From 32d6951c34ea6180202a9a4eb4ab40e2f9335f5b Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:18 +0200 Subject: [PATCH 187/194] New translations intro.php (German) --- resources/lang/de_DE/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/de_DE/intro.php b/resources/lang/de_DE/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/de_DE/intro.php +++ b/resources/lang/de_DE/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', From 8af45e8091f7c9116f988ded4d537b80d2c6a5fd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:20 +0200 Subject: [PATCH 188/194] New translations intro.php (Slovenian) --- resources/lang/sl_SI/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/sl_SI/intro.php b/resources/lang/sl_SI/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/sl_SI/intro.php +++ b/resources/lang/sl_SI/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', From ebf4395bc9137be2b1781fee21d4064772932196 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:21 +0200 Subject: [PATCH 189/194] New translations intro.php (Spanish) --- resources/lang/es_ES/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/es_ES/intro.php b/resources/lang/es_ES/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/es_ES/intro.php +++ b/resources/lang/es_ES/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', From acb15e52093bd4cba71b6f03a71b6fa0c56e11b9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:22 +0200 Subject: [PATCH 190/194] New translations intro.php (Russian) --- resources/lang/ru_RU/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/ru_RU/intro.php b/resources/lang/ru_RU/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/ru_RU/intro.php +++ b/resources/lang/ru_RU/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', From 62a854c2ea2b3456520eb7d0ea8083c7cf4bd61e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:24 +0200 Subject: [PATCH 191/194] New translations intro.php (Portuguese, Brazilian) --- resources/lang/pt_BR/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/pt_BR/intro.php b/resources/lang/pt_BR/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/pt_BR/intro.php +++ b/resources/lang/pt_BR/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', From 58db856b9d2f8cfeeef25d8d653b29b1e3a2ac0f Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:27:25 +0200 Subject: [PATCH 192/194] New translations intro.php (Polish) --- resources/lang/pl_PL/intro.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/pl_PL/intro.php b/resources/lang/pl_PL/intro.php index dd186ef0fb..c161cef362 100644 --- a/resources/lang/pl_PL/intro.php +++ b/resources/lang/pl_PL/intro.php @@ -46,15 +46,15 @@ return [ 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', + 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', + 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.', From 7fe2ed81e21e605798cc35b6ec5252473cf6599c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:40:14 +0200 Subject: [PATCH 193/194] New translations intro.php (Dutch) --- resources/lang/nl_NL/intro.php | 52 +++++++++++++++++----------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index 41ce69940f..6ac54580e8 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -45,52 +45,52 @@ return [ 'reports_report_audit_optionsBox' => 'Gebruik deze vinkjes om voor jou interessante kolommen te laten zien of te verbergen.', 'reports_report_category_intro' => 'Dit rapport geeft je inzicht in één of meerdere categorieën.', - 'reports_report_category_pieCharts' => 'Deze grafieken geven je inzicht in de uitgaven en inkomsten per categorie of per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', + 'reports_report_category_pieCharts' => 'Deze grafieken geven je inzicht in de uitgaven en inkomsten per categorie of per rekening.', + 'reports_report_category_incomeAndExpensesChart' => 'Deze grafiek toont je uitgaven en inkomsten per categorie.', 'reports_report_tag_intro' => 'Dit rapport geeft je inzicht in één of meerdere tags.', - 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', - 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', + 'reports_report_tag_pieCharts' => 'Deze grafieken geven je inzicht in de uitgaven en inkomsten per tag, rekening, categorie of budget.', + 'reports_report_tag_incomeAndExpensesChart' => 'Deze grafiek toont je uitgaven en inkomsten per tag.', 'reports_report_budget_intro' => 'Dit rapport geeft je inzicht in één of meerdere budgetten.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', + 'reports_report_budget_pieCharts' => 'Deze grafieken geven je inzicht in de uitgaven en inkomsten per budget of per rekening.', + 'reports_report_budget_incomeAndExpensesChart' => 'Deze grafiek toont je uitgaven per budget.', // create transaction 'transactions_create_switch_box' => 'Gebruik deze knoppen om snel van transactietype te wisselen.', 'transactions_create_ffInput_category' => 'Je kan in dit veld vrij typen. Eerder gemaakte categorieën komen als suggestie naar boven.', - 'transactions_create_withdrawal_ffInput_budget' => 'Link your withdrawal to a budget for better financial control.', - 'transactions_create_withdrawal_currency_dropdown_amount' => 'Use this dropdown when your withdrawal is in another currency.', - 'transactions_create_deposit_currency_dropdown_amount' => 'Use this dropdown when your deposit is in another currency.', - 'transactions_create_transfer_ffInput_piggy_bank_id' => 'Select a piggy bank and link this transfer to your savings.', + 'transactions_create_withdrawal_ffInput_budget' => 'Link je uitgave aan een budget voor een beter financieel overzicht.', + 'transactions_create_withdrawal_currency_dropdown_amount' => 'Gebruik deze dropdown als je uitgave in een andere valuta is.', + 'transactions_create_deposit_currency_dropdown_amount' => 'Gebruik deze dropdown als je inkomsten in een andere valuta zijn.', + 'transactions_create_transfer_ffInput_piggy_bank_id' => 'Selecteer een spaarpotje en link deze overschrijving aan je spaargeld.', // piggy banks index: - 'piggy-banks_index_saved' => 'This field shows you how much you\'ve saved in each piggy bank.', - 'piggy-banks_index_button' => 'Next to this progress bar are two buttons (+ and -) to add or remove money from each piggy bank.', - 'piggy-banks_index_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.', + 'piggy-banks_index_saved' => 'Dit veld laat zien hoeveel geld er in elk spaarpotje zit.', + 'piggy-banks_index_button' => 'Naast deze balk zitten twee knoppen (+ en -) om geld aan je spaarpotje toe te voegen, of er uit te halen.', + 'piggy-banks_index_accountStatus' => 'Voor elke betaalrekening met minstens één spaarpotje zie je hier de status.', // create piggy - 'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?', - 'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.', + 'piggy-banks_create_name' => 'Wat is je doel? Een nieuwe zithoek, een camera of geld voor noodgevallen?', + 'piggy-banks_create_date' => 'Je kan een doeldatum of een deadline voor je spaarpot instellen.', // show piggy - 'piggy-banks_show_piggyChart' => 'This chart will show the history of this piggy bank.', + 'piggy-banks_show_piggyChart' => 'Deze grafiek toont de geschiedenis van dit spaarpotje.', 'piggy-banks_show_piggyDetails' => 'Enkele details over je spaarpotje', - 'piggy-banks_show_piggyEvents' => 'Any additions or removals are also listed here.', + 'piggy-banks_show_piggyEvents' => 'Eventuele stortingen (van en naar) worden hier ook vermeld.', // bill index - 'bills_index_paid_in_period' => 'This field indicates when the bill was last paid.', - 'bills_index_expected_in_period' => 'This field indicates for each bill if and when the next bill is expected to hit.', + 'bills_index_paid_in_period' => 'Dit veld geeft aan wanneer het contract het laatst is betaald.', + 'bills_index_expected_in_period' => 'Dit veld geeft aan voor elk contract of en wanneer je hem weer moet betalen.', // show bill - 'bills_show_billInfo' => 'This table shows some general information about this bill.', - 'bills_show_billButtons' => 'Use this button to re-scan old transactions so they will be matched to this bill.', - 'bills_show_billChart' => 'This chart shows the transactions linked to this bill.', + 'bills_show_billInfo' => 'Deze tabel bevat wat algemene informatie over dit contract.', + 'bills_show_billButtons' => 'Gebruik deze knop om oude transacties opnieuw te scannen, zodat ze aan dit contract worden gekoppeld.', + 'bills_show_billChart' => 'Deze grafiek toont de transacties gekoppeld aan dit contract.', // create bill - 'bills_create_name' => 'Use a descriptive name such as "Rent" or "Health insurance".', - 'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.', - 'bills_create_amount_min_holder' => 'Select a minimum and maximum amount for this bill.', + 'bills_create_name' => 'Gebruik een beschrijvende naam zoals "huur" of "zorgverzekering".', + 'bills_create_match' => 'Om transacties te koppelen gebruik je termen uit de transacties of de bijbehorende crediteur. Alle termen moeten overeen komen.', + 'bills_create_amount_min_holder' => 'Stel ook een minimum- en maximumbedrag in.', 'bills_create_repeat_freq_holder' => 'Most bills repeat monthly, but you can set another frequency here.', 'bills_create_skip_holder' => 'If a bill repeats every 2 weeks for example, the "skip"-field should be set to "1" to skip every other week.', @@ -110,7 +110,7 @@ return [ 'rules_create_actions' => 'Set as many actions as you like.', // preferences - 'preferences_index_tabs' => 'More options are available behind these tabs.', + 'preferences_index_tabs' => 'Meer opties zijn beschikbaar achter deze tabbladen.', // currencies 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', From 8e4a480f055e78e33a63563b3efd1975bec15e5a Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:50:05 +0200 Subject: [PATCH 194/194] New translations intro.php (Dutch) --- resources/lang/nl_NL/intro.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index 6ac54580e8..239af2976a 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -91,31 +91,31 @@ return [ 'bills_create_name' => 'Gebruik een beschrijvende naam zoals "huur" of "zorgverzekering".', 'bills_create_match' => 'Om transacties te koppelen gebruik je termen uit de transacties of de bijbehorende crediteur. Alle termen moeten overeen komen.', 'bills_create_amount_min_holder' => 'Stel ook een minimum- en maximumbedrag in.', - 'bills_create_repeat_freq_holder' => 'Most bills repeat monthly, but you can set another frequency here.', - 'bills_create_skip_holder' => 'If a bill repeats every 2 weeks for example, the "skip"-field should be set to "1" to skip every other week.', + 'bills_create_repeat_freq_holder' => 'De meeste contracten herhalen maandelijks, maar dat kan je eventueel veranderen.', + 'bills_create_skip_holder' => 'Als een contract elke twee weken herhaalt, zet je het "skip"-veld op 1 om elke andere week over te slaan.', // rules index - 'rules_index_intro' => 'Firefly III allows you to manage rules, that will automagically be applied to any transaction you create or edit.', - 'rules_index_new_rule_group' => 'You can combine rules in groups for easier management.', + 'rules_index_intro' => 'In Firefly III kan je regels maken die automagisch op transacties worden toegepast.', + 'rules_index_new_rule_group' => 'Je kan regels combineren in groepen voor makkelijker beheer.', 'rules_index_new_rule' => 'Maak zoveel regels als je wilt.', - 'rules_index_prio_buttons' => 'Order them any way you see fit.', - 'rules_index_test_buttons' => 'You can test your rules or apply them to existing transactions.', - 'rules_index_rule-triggers' => 'Rules have "triggers" and "actions" that you can order by drag-and-drop.', - 'rules_index_outro' => 'Be sure to check out the help pages using the (?) icon in the top right!', + 'rules_index_prio_buttons' => 'Zet ze in elke willekeurige volgorde.', + 'rules_index_test_buttons' => 'Je kan je regels testen of toepassen op bestaande transacties.', + 'rules_index_rule-triggers' => 'Regels hebben "triggers" en "acties" die je kan sorteren met drag-en-drop.', + 'rules_index_outro' => 'Check ook de helppagina\'s met het (?)-icoontje rechtsboven!', // create rule: - 'rules_create_mandatory' => 'Choose a descriptive title, and set when the rule should be fired.', - 'rules_create_ruletriggerholder' => 'Add as many triggers as you like, but remember that ALL triggers must match before any actions are fired.', - 'rules_create_test_rule_triggers' => 'Use this button to see which transactions would match your rule.', - 'rules_create_actions' => 'Set as many actions as you like.', + 'rules_create_mandatory' => 'Kies een beschrijvende titel en wanneer de regel af moet gaan.', + 'rules_create_ruletriggerholder' => 'Voeg zoveel triggers toe als je wilt, maar denk er aan dat ALLE triggers moeten matchen voor de acties worden uitgevoerd.', + 'rules_create_test_rule_triggers' => 'Gebruik deze knop om te zien welke bestaande transacties overeen zouden komen.', + 'rules_create_actions' => 'Stel zoveel acties in als je wilt.', // preferences 'preferences_index_tabs' => 'Meer opties zijn beschikbaar achter deze tabbladen.', // currencies - 'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.', - 'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.', + 'currencies_index_intro' => 'Firefly III ondersteunt meerdere valuta, die je op deze pagina kunt wijzigen.', + 'currencies_index_default' => 'Firefly III heeft één standaardvaluta. Je kan natuurlijk altijd wisselen met deze knoppen.', // create currency - 'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).', + 'currencies_create_code' => 'Deze code moet ISO-compatibel zijn (Google die code voor je nieuwe valuta).', ]; \ No newline at end of file