mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations.
This commit is contained in:
parent
fcdeebcc06
commit
e8e2b9704f
28
resources/lang/de_DE/auth.php
Normal file
28
resources/lang/de_DE/auth.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* auth.php
|
||||||
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
|
*
|
||||||
|
* This software may be modified and distributed under the terms of the
|
||||||
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'failed' => 'These credentials do not match our records.',
|
||||||
|
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||||
|
|
||||||
|
];
|
@ -11,31 +11,31 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Home',
|
'home' => 'Home',
|
||||||
'edit_currency' => 'Bearbeite die Währung ":name"',
|
'edit_currency' => 'Bearbeite die Währung ":name"',
|
||||||
'delete_currency' => 'Lösche die Währung ":name"',
|
'delete_currency' => 'Lösche die Währung ":name"',
|
||||||
'newPiggyBank' => 'Erstellen Sie ein neues Sparschwein',
|
'newPiggyBank' => 'Erstellen Sie ein neues Sparschwein',
|
||||||
'edit_piggyBank' => 'Bearbeite Sparschwein ":name"',
|
'edit_piggyBank' => 'Bearbeite Sparschwein ":name"',
|
||||||
'preferences' => 'Einstellungen',
|
'preferences' => 'Einstellungen',
|
||||||
'profile' => 'Profil',
|
'profile' => 'Profil',
|
||||||
'changePassword' => 'Passwort ändern',
|
'changePassword' => 'Passwort ändern',
|
||||||
'bills' => 'Rechnungen',
|
'bills' => 'Rechnungen',
|
||||||
'newBill' => 'Neue Rechnung',
|
'newBill' => 'Neue Rechnung',
|
||||||
'edit_bill' => 'Bearbeite Rechnung ":name"',
|
'edit_bill' => 'Bearbeite Rechnung ":name"',
|
||||||
'delete_bill' => 'Lösche Rechnung ":name"',
|
'delete_bill' => 'Lösche Rechnung ":name"',
|
||||||
'reports' => 'Berichte',
|
'reports' => 'Berichte',
|
||||||
'searchResult' => 'Suche nach ":query"',
|
'searchResult' => 'Suche nach ":query"',
|
||||||
'withdrawal_list' => 'Ausgaben',
|
'withdrawal_list' => 'Ausgaben',
|
||||||
'deposit_list' => 'Umsatz, Einkommen und Einlagen',
|
'deposit_list' => 'Umsatz, Einkommen und Einlagen',
|
||||||
'transfer_list' => 'Überweisungen',
|
'transfer_list' => 'Überweisungen',
|
||||||
'transfers_list' => 'Überweisungen',
|
'transfers_list' => 'Überweisungen',
|
||||||
'create_withdrawal' => 'Erstelle eine neue Ausgabe',
|
'create_withdrawal' => 'Erstelle eine neue Ausgabe',
|
||||||
'create_deposit' => 'Erstelle ein neues Einkommen',
|
'create_deposit' => 'Erstelle ein neues Einkommen',
|
||||||
'create_transfer' => 'Erstelle eine neue Überweisung',
|
'create_transfer' => 'Erstelle eine neue Überweisung',
|
||||||
'edit_journal' => 'Bearbeite Transaktion ":description"',
|
'edit_journal' => 'Bearbeite Transaktion ":description"',
|
||||||
'delete_journal' => 'Lösche Transaktion ":description"',
|
'delete_journal' => 'Lösche Transaktion ":description"',
|
||||||
'tags' => 'Tags',
|
'tags' => 'Tags',
|
||||||
'createTag' => 'Neuen Tag erstellen',
|
'createTag' => 'Neuen Tag erstellen',
|
||||||
'edit_tag' => 'Bearbeite Tag ":tag"',
|
'edit_tag' => 'Bearbeite Tag ":tag"',
|
||||||
'delete_tag' => 'Lösche Tag ":tag"',
|
'delete_tag' => 'Lösche Tag ":tag"',
|
||||||
];
|
];
|
||||||
|
@ -764,7 +764,7 @@ return [
|
|||||||
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you.',
|
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
|
||||||
'import_data_index' => 'Index',
|
'import_data_index' => 'Index',
|
||||||
'import_file_type_csv' => 'CSV (comma separated values)',
|
'import_file_type_csv' => 'CSV (comma separated values)',
|
||||||
'import_file_type_help' => 'Select the type of file you will upload',
|
'import_file_type_help' => 'Select the type of file you will upload',
|
||||||
@ -782,7 +782,10 @@ return [
|
|||||||
'import_data' => 'Import data',
|
'import_data' => 'Import data',
|
||||||
'import_data_full' => 'Import data into Firefly III',
|
'import_data_full' => 'Import data into Firefly III',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'import_intro_text' => 'Welcome to the Firefly III data import routine. At the moment, this routine can help you import files into Firefly. To do so, you must download or export transactions from other systems or software, and upload them here. The next steps will let you help Firefly III determin what the content is of your file, and how to handle it. Please select a file, and read all instructions carefully.',
|
'import_intro_what_it_does' => 'This page allows you to import data into Firefly III. To do so, export data from your bank, or from another financial management system. Upload that file here. Firefly III will convert the data. You need to give it some directions. Please select a file and follow the instructions.',
|
||||||
|
'import_intro_import_conf_title' => 'Import "configuration"',
|
||||||
|
'import_intro_beta_warning' => 'Warning',
|
||||||
|
'import_intro_import_conf_text' => 'As you will discover over the next few pages, this import routine has a lot of settings. These settings are mainly dependent on the bank (or financial management software) your file comes from. There is a good chance somebody else already imported such a file and has shared their <em>configuration file</em>. Please visit the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong> to see if there already is a configuration available for your bank or system. If there is, you should download this configuration file and upload it here as well. It will save you a lot of time!',
|
||||||
'import_file_help' => 'Select your file',
|
'import_file_help' => 'Select your file',
|
||||||
'import_status_settings_complete' => 'The import is ready to start.',
|
'import_status_settings_complete' => 'The import is ready to start.',
|
||||||
'import_status_import_complete' => 'The import has completed.',
|
'import_status_import_complete' => 'The import has completed.',
|
||||||
@ -798,6 +801,9 @@ return [
|
|||||||
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
||||||
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
||||||
'import_with_key' => 'Import with key \':key\'',
|
'import_with_key' => 'Import with key \':key\'',
|
||||||
|
|
||||||
|
'import_share_configuration' => 'Please consider downloading your configuration and sharing it at the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong>. This will allow other users of Firefly III to import their files more easily.',
|
||||||
|
|
||||||
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
||||||
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
||||||
|
|
||||||
|
@ -12,76 +12,22 @@
|
|||||||
return [
|
return [
|
||||||
|
|
||||||
// tour!
|
// tour!
|
||||||
'main-content-title' => 'Willkommen bei Firefly III',
|
'main-content-title' => 'Willkommen bei Firefly III',
|
||||||
'main-content-text' => 'Tun Sie sich selbst einen Gefallen und folgen Sie dieser kurzen Tour, damit Sie wissen wie alles funktioniert.',
|
'main-content-text' => 'Tun Sie sich selbst einen Gefallen und folgen Sie dieser kurzen Tour, damit Sie wissen wie alles funktioniert.',
|
||||||
'sidebar-toggle-title' => 'Sidebar um neuen Dinge zu erstellen',
|
'sidebar-toggle-title' => 'Sidebar um neuen Dinge zu erstellen',
|
||||||
'sidebar-toggle-text' => 'Versteckt unter dem Plus-Icon sind alle Schaltflächen zum Erstellen von neuen Dingen. Konten, Überweisungen, Alles!',
|
'sidebar-toggle-text' => 'Versteckt unter dem Plus-Icon sind alle Schaltflächen zum Erstellen von neuen Dingen. Konten, Überweisungen, Alles!',
|
||||||
'account-menu-title' => 'Alle Ihre Konten',
|
'account-menu-title' => 'Alle Ihre Konten',
|
||||||
'account-menu-text' => 'Hier finden Sie alle Konten, die Sie erstellt haben.',
|
'account-menu-text' => 'Hier finden Sie alle Konten, die Sie erstellt haben.',
|
||||||
'budget-menu-title' => 'Budgets',
|
'budget-menu-title' => 'Budgets',
|
||||||
'budget-menu-text' => 'Nutzen Sie diese Seite um ihre Finanzen und Ausgabelimits zu organisieren.',
|
'budget-menu-text' => 'Nutzen Sie diese Seite um ihre Finanzen und Ausgabelimits zu organisieren.',
|
||||||
'report-menu-title' => 'Berichte',
|
'report-menu-title' => 'Berichte',
|
||||||
'report-menu-text' => 'Schauen Sie hier nach, wenn Sie einen grundlegenden Überblick über ihre Finanzen erhalten wollen.',
|
'report-menu-text' => 'Schauen Sie hier nach, wenn Sie einen grundlegenden Überblick über ihre Finanzen erhalten wollen.',
|
||||||
'transaction-menu-title' => 'Überweisungen',
|
'transaction-menu-title' => 'Überweisungen',
|
||||||
'transaction-menu-text' => 'Alle Überweisungen, die Sie erstellt haben, finden Sie hier.',
|
'transaction-menu-text' => 'Alle Überweisungen, die Sie erstellt haben, finden Sie hier.',
|
||||||
'option-menu-title' => 'Optionen',
|
'option-menu-title' => 'Optionen',
|
||||||
'option-menu-text' => 'Dies ist ziemlich selbsterklärend.',
|
'option-menu-text' => 'Dies ist ziemlich selbsterklärend.',
|
||||||
'main-content-end-title' => 'Ende!',
|
'main-content-end-title' => 'Ende!',
|
||||||
'main-content-end-text' => 'Denken Sie daran, dass jede Seite ein kleines Fragezeichen in der oberen rechten Ecke hat. Klicken Sie darauf um Hilfe zur aktuellen Seite zu erhalten.',
|
'main-content-end-text' => 'Denken Sie daran, dass jede Seite ein kleines Fragezeichen in der oberen rechten Ecke hat. Klicken Sie darauf um Hilfe zur aktuellen Seite zu erhalten.',
|
||||||
'index' => 'index',
|
'index' => 'index',
|
||||||
'home' => 'home',
|
'home' => 'home',
|
||||||
'accounts-index' => 'konten.index',
|
|
||||||
'accounts-create' => 'konten.erstellen',
|
|
||||||
'accounts-edit' => 'Konten bearbeiten',
|
|
||||||
'accounts-delete' => 'Konten löschen',
|
|
||||||
'accounts-show' => 'Konten anzeigen',
|
|
||||||
'attachments-edit' => 'Anhänge bearbeiten',
|
|
||||||
'attachments-delete' => 'anhänge.löschen',
|
|
||||||
'attachments-show' => 'Anhänge anzeigen',
|
|
||||||
'attachments-preview' => 'Vorschau der Anhänge',
|
|
||||||
'bills-index' => 'Rechnungen',
|
|
||||||
'bills-create' => 'Rechnungen erstellen',
|
|
||||||
'bills-edit' => 'Rechnungen bearbeiten',
|
|
||||||
'bills-delete' => 'Rechnungen löschen',
|
|
||||||
'bills-show' => 'Rechnungen anzeigen',
|
|
||||||
'budgets-index' => 'Budgets',
|
|
||||||
'budgets-create' => 'Budgets erstellen',
|
|
||||||
'budgets-edit' => 'Budgets bearbeiten',
|
|
||||||
'budgets-delete' => 'Budgets löschen',
|
|
||||||
'budgets-show' => 'Budgets anzeigen',
|
|
||||||
'budgets-noBudget' => 'Überweisungen ohne Budget',
|
|
||||||
'categories-index' => 'Kategorien',
|
|
||||||
'categories-create' => 'Kategorien erstellen',
|
|
||||||
'categories-edit' => 'Kategorien bearbeiten',
|
|
||||||
'categories-delete' => 'Kategorien löschen',
|
|
||||||
'categories-show' => 'Kategorien anzeigen',
|
|
||||||
'categories-show-date' => 'Kategorien anzeigen',
|
|
||||||
'categories-noCategory' => 'Überweisungen ohne Kategorie',
|
|
||||||
'currency-index' => 'Währungen',
|
|
||||||
'currency-create' => 'Währungen erstellen',
|
|
||||||
'currency-edit' => 'Währungen bearbeiten',
|
|
||||||
'currency-delete' => 'Währungen löschen',
|
|
||||||
'new-user-index' => 'Neuer Benutzer',
|
|
||||||
'piggy-banks-index' => 'Sparschweine',
|
|
||||||
'piggy-banks-create' => 'Sparschweine erstellen',
|
|
||||||
'piggy-banks-edit' => 'Sparschweine bearbeiten',
|
|
||||||
'piggy-banks-delete' => 'Sparschweine löschen',
|
|
||||||
'piggy-banks-show' => 'Sparschweine anzeigen',
|
|
||||||
'preferences' => 'Einstellungen',
|
|
||||||
'profile' => 'Profile',
|
|
||||||
'profile-change-password' => 'Passwort ändern',
|
|
||||||
'profile-delete-account' => 'Benutzerkonto löschen',
|
|
||||||
'reports-index' => 'Berichte',
|
|
||||||
'reports-report' => 'Berichte',
|
|
||||||
'search' => 'suchen',
|
|
||||||
'tags-index' => 'Tags',
|
|
||||||
'tags-create' => 'Tags erstellen',
|
|
||||||
'tags-show' => 'Tags anzeigen',
|
|
||||||
'tags-edit' => 'Tags bearbeiten',
|
|
||||||
'tags-delete' => 'Tags löschen',
|
|
||||||
'transactions-index' => 'Überweisungen',
|
|
||||||
'transactions-create' => 'Überweisungen erstellen',
|
|
||||||
'transactions-edit' => 'Überweisungen bearbeiten',
|
|
||||||
'transactions-delete' => 'Überweisungen löschen',
|
|
||||||
'transactions-show' => 'Überweisungen anzeigen',
|
|
||||||
];
|
];
|
||||||
|
@ -37,6 +37,7 @@ return [
|
|||||||
'repeat_freq' => 'Wiederholungen',
|
'repeat_freq' => 'Wiederholungen',
|
||||||
'description' => 'Beschreibung',
|
'description' => 'Beschreibung',
|
||||||
'amount' => 'Betrag',
|
'amount' => 'Betrag',
|
||||||
|
'internal_reference' => 'Internal reference',
|
||||||
'date' => 'Datum',
|
'date' => 'Datum',
|
||||||
'interest_date' => 'Zinstermin',
|
'interest_date' => 'Zinstermin',
|
||||||
'book_date' => 'Buchungsdatum',
|
'book_date' => 'Buchungsdatum',
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'previous' => '« Vorherige',
|
'previous' => '« Vorherige',
|
||||||
'next' => 'Nächste »',
|
'next' => 'Nächste »',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -79,4 +79,9 @@ return [
|
|||||||
'url' => ':attribute Format ist ungültig.',
|
'url' => ':attribute Format ist ungültig.',
|
||||||
'timezone' => ':attribute muss in einem gültigen Bereich liegen.',
|
'timezone' => ':attribute muss in einem gültigen Bereich liegen.',
|
||||||
'2fa_code' => ':attribute Feld ist ungültig.',
|
'2fa_code' => ':attribute Feld ist ungültig.',
|
||||||
|
'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.',
|
||||||
];
|
];
|
||||||
|
@ -764,7 +764,7 @@ return [
|
|||||||
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/JC5/firefly-iii/wiki/Import-configurations">configuration file</a>.',
|
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
|
||||||
'import_data_index' => 'Index',
|
'import_data_index' => 'Index',
|
||||||
'import_file_type_csv' => 'CSV (comma separated values)',
|
'import_file_type_csv' => 'CSV (comma separated values)',
|
||||||
'import_file_type_help' => 'Select the type of file you will upload',
|
'import_file_type_help' => 'Select the type of file you will upload',
|
||||||
|
28
resources/lang/fr_FR/auth.php
Normal file
28
resources/lang/fr_FR/auth.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* auth.php
|
||||||
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
|
*
|
||||||
|
* This software may be modified and distributed under the terms of the
|
||||||
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'failed' => 'These credentials do not match our records.',
|
||||||
|
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||||
|
|
||||||
|
];
|
@ -11,31 +11,31 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Accueil',
|
'home' => 'Accueil',
|
||||||
'edit_currency' => 'Edit currency ":name"',
|
'edit_currency' => 'Modifier la devise "%name"',
|
||||||
'delete_currency' => 'Delete currency ":name"',
|
'delete_currency' => 'Supprimer la devise ":name"',
|
||||||
'newPiggyBank' => 'Créer une nouvelle tirelire',
|
'newPiggyBank' => 'Créer une nouvelle tirelire',
|
||||||
'edit_piggyBank' => 'Modifier la tirelire ":name"',
|
'edit_piggyBank' => 'Modifier la tirelire ":name"',
|
||||||
'preferences' => 'Préférences',
|
'preferences' => 'Préférences',
|
||||||
'profile' => 'Profil',
|
'profile' => 'Profil',
|
||||||
'changePassword' => 'Modifier le mot de passe',
|
'changePassword' => 'Modifier le mot de passe',
|
||||||
'bills' => 'Factures',
|
'bills' => 'Factures',
|
||||||
'newBill' => 'Nouvelle facture',
|
'newBill' => 'Nouvelle facture',
|
||||||
'edit_bill' => 'Editer la facture : ":name"',
|
'edit_bill' => 'Editer la facture : ":name"',
|
||||||
'delete_bill' => 'Supprimer la facture ":name"',
|
'delete_bill' => 'Supprimer la facture ":name"',
|
||||||
'reports' => 'Rapport',
|
'reports' => 'Rapport',
|
||||||
'searchResult' => 'Resultat de recherche pour ":query"',
|
'searchResult' => 'Résultat de recherche pour ":query"',
|
||||||
'withdrawal_list' => 'Dépenses',
|
'withdrawal_list' => 'Dépenses',
|
||||||
'deposit_list' => 'Revenue, Salaire et depots ',
|
'deposit_list' => 'Revenu, salaire et versements',
|
||||||
'transfer_list' => 'Transferts',
|
'transfer_list' => 'Virements',
|
||||||
'transfers_list' => 'Transferts',
|
'transfers_list' => 'Virements',
|
||||||
'create_withdrawal' => 'Creer un nouveau retrait',
|
'create_withdrawal' => 'Créer un nouveau retrait',
|
||||||
'create_deposit' => 'Créer un nouveau dépôt',
|
'create_deposit' => 'Créer un nouveau versement',
|
||||||
'create_transfer' => 'Creer un nouveau transfert',
|
'create_transfer' => 'Creer un nouveau virement',
|
||||||
'edit_journal' => 'Editer la transaction ":description"',
|
'edit_journal' => 'Éditer la transaction ":description"',
|
||||||
'delete_journal' => 'Supprimer la transaction ":description"',
|
'delete_journal' => 'Supprimer la transaction ":description"',
|
||||||
'tags' => 'Tags',
|
'tags' => 'Tags',
|
||||||
'createTag' => 'Créer un nouveau tag',
|
'createTag' => 'Créer un nouveau tag',
|
||||||
'edit_tag' => 'Editer le tag ":tag"',
|
'edit_tag' => 'Éditer le tag ":tag"',
|
||||||
'delete_tag' => 'Supprimer le tag ":tag"',
|
'delete_tag' => 'Supprimer le tag ":tag"',
|
||||||
];
|
];
|
||||||
|
@ -13,69 +13,69 @@ declare(strict_types = 1);
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'import_configure_title' => 'Configure your import',
|
'import_configure_title' => 'Configurer l\'import',
|
||||||
'import_configure_intro' => 'There are some options for your CSV import. Please indicate if your CSV file contains headers on the first column, and what the date format of your date-fields is. That might require some experimentation. The field delimiter is usually a ",", but could also be a ";". Check this carefully.',
|
'import_configure_intro' => 'Il y a des options pour l\'import CSV. Veuillez indiquer si votre fichier CSV contient les en-têtes dans la première colonne, et quel est le format de la date de votre champs date. Cela peut nécessiter quelques essais. Le délimiteur de champ est généralement un «, », mais pourrait également être un « ; ». Cochez cette case avec soin.',
|
||||||
'import_configure_form' => 'Form',
|
'import_configure_form' => 'Formulaire',
|
||||||
'header_help' => 'Check this if the first row of your CSV file are the column titles',
|
'header_help' => 'Cochez cette case si la première ligne de votre fichier CSV contient les entêtes des colonnes',
|
||||||
'date_help' => 'Date time format in your CSV. Follow the format like <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
|
'date_help' => 'Le format de la date et de l’heure dans votre fichier CSV. Utiliser les formats comme indiqué sur <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters"> cette page</a>. La valeur par défaut va extraire les dates qui ressemblent à ceci: :dateExample.',
|
||||||
'delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
'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.',
|
||||||
'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.',
|
'import_account_help' => 'Si votre fichier CSV ne contient AUCUNE informations 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.',
|
||||||
'upload_not_writeable' => 'The grey box contains a file path. It should be writeable. Please make sure it is.',
|
'upload_not_writeable' => 'La case grise contient un chemin d’accès. Il devrait être accessible en écriture. Veuillez vous en assurer.',
|
||||||
|
|
||||||
// roles
|
// roles
|
||||||
'column_roles_title' => 'Define column roles',
|
'column_roles_title' => 'Définir le rôle des colonnes',
|
||||||
'column_roles_text' => '<p>Firefly III cannot guess what data each column contains. You must tell Firefly which kinds of data to expect. The example data can guide you into picking the correct type from the dropdown. If a column cannot be matched to a useful data type, please let me know <a href="https://github.com/JC5/firefly-iii/issues/new">by creating an issue</a>.</p><p>Some values in your CSV file, such as account names or categories, may already exist in your Firefly III database. If you select "map these values" Firefly will not attempt to search for matching values itself but allow you to match the CSV values against the values in your database. This allows you to fine-tune the import.</p>',
|
'column_roles_text' => '<p>Firefly III cannot guess what data each column contains. You must tell Firefly which kinds of data to expect. The example data can guide you into picking the correct type from the dropdown. If a column cannot be matched to a useful data type, please let me know <a href="https://github.com/JC5/firefly-iii/issues/new">by creating an issue</a>.</p><p>Some values in your CSV file, such as account names or categories, may already exist in your Firefly III database. If you select "map these values" Firefly will not attempt to search for matching values itself but allow you to match the CSV values against the values in your database. This allows you to fine-tune the import.</p>',
|
||||||
'column_roles_table' => 'Table',
|
'column_roles_table' => 'Tableau',
|
||||||
'column_name' => 'Name of column',
|
'column_name' => 'Nom de colonne',
|
||||||
'column_example' => 'Column example data',
|
'column_example' => 'Exemple',
|
||||||
'column_role' => 'Column data meaning',
|
'column_role' => 'Sens de la donnée',
|
||||||
'do_map_value' => 'Map these values',
|
'do_map_value' => 'Mapper ces valeurs',
|
||||||
'column' => 'Column',
|
'column' => 'Colonne',
|
||||||
'no_example_data' => 'No example data available',
|
'no_example_data' => 'Pas de données disponibles',
|
||||||
'store_column_roles' => 'Continue import',
|
'store_column_roles' => 'Continuer l\'import',
|
||||||
'do_not_map' => '(do not map)',
|
'do_not_map' => '(Ne pas mapper)',
|
||||||
'map_title' => 'Connect import data to Firefly III data',
|
'map_title' => 'Lier les données importées aux données Firefly III',
|
||||||
'map_text' => 'In the following tables, the left value shows you information found in your uploaded CSV file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
|
'map_text' => 'In the following tables, the left value shows you information found in your uploaded CSV file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
|
||||||
|
|
||||||
'field_value' => 'Field value',
|
'field_value' => 'Valeur du champ',
|
||||||
'field_mapped_to' => 'Mapped to',
|
'field_mapped_to' => 'Mappé à',
|
||||||
'store_column_mapping' => 'Store mapping',
|
'store_column_mapping' => 'Sauvegarder le mapping',
|
||||||
|
|
||||||
// map things.
|
// map things.
|
||||||
|
|
||||||
|
|
||||||
'column__ignore' => '(ignore this column)',
|
'column__ignore' => '(ignorer cette colonne)',
|
||||||
'column_account-iban' => 'Asset account (IBAN)',
|
'column_account-iban' => 'Compte d’actif (IBAN)',
|
||||||
'column_account-id' => 'Asset account ID (matching Firefly)',
|
'column_account-id' => 'Compte d\'actif (ID correspondant à Firefly)',
|
||||||
'column_account-name' => 'Asset account (name)',
|
'column_account-name' => 'Compte d’actif (nom)',
|
||||||
'column_amount' => 'Amount',
|
'column_amount' => 'Montant',
|
||||||
'column_amount-comma-separated' => 'Amount (comma as decimal separator)',
|
'column_amount-comma-separated' => 'Montant (virgule comme séparateur décimal)',
|
||||||
'column_bill-id' => 'Bill ID (matching Firefly)',
|
'column_bill-id' => 'Facture (ID correspondant à Firefly)',
|
||||||
'column_bill-name' => 'Bill name',
|
'column_bill-name' => 'Nom de la facture',
|
||||||
'column_budget-id' => 'Budget ID (matching Firefly)',
|
'column_budget-id' => 'Budget (ID correspondant à Firefly)',
|
||||||
'column_budget-name' => 'Budget name',
|
'column_budget-name' => 'Nom du budget',
|
||||||
'column_category-id' => 'Category ID (matching Firefly)',
|
'column_category-id' => 'Catégorie (ID correspondant à Firefly)',
|
||||||
'column_category-name' => 'Category name',
|
'column_category-name' => 'Nom de la catégorie',
|
||||||
'column_currency-code' => 'Currency code (ISO 4217)',
|
'column_currency-code' => 'Code des monnaies (<a href="https://fr. wikipedia. org/wiki/ISO_4217">ISO 4217</a>)',
|
||||||
'column_currency-id' => 'Currency ID (matching Firefly)',
|
'column_currency-id' => 'Devise (ID correspondant à Firefly)',
|
||||||
'column_currency-name' => 'Currency name (matching Firefly)',
|
'column_currency-name' => 'Nom de la devise (correspondant à Firefly)',
|
||||||
'column_currency-symbol' => 'Currency symbol (matching Firefly)',
|
'column_currency-symbol' => 'Symbole de la devise (correspondant à Firefly)',
|
||||||
'column_date-interest' => 'Interest calculation date',
|
'column_date-interest' => 'Date de calcul des intérêts',
|
||||||
'column_date-book' => 'Transaction booking date',
|
'column_date-book' => 'Date de valeur de la transaction',
|
||||||
'column_date-process' => 'Transaction process date',
|
'column_date-process' => 'Date de traitement de la transaction',
|
||||||
'column_date-transaction' => 'Date',
|
'column_date-transaction' => 'Date',
|
||||||
'column_description' => 'Description',
|
'column_description' => 'Description',
|
||||||
'column_opposing-iban' => 'Opposing account (IBAN)',
|
'column_opposing-iban' => 'Compte destination(IBAN)',
|
||||||
'column_opposing-id' => 'Opposing account ID (matching Firefly)',
|
'column_opposing-id' => 'Compte destination(ID correspondant Firefly)',
|
||||||
'column_external-id' => 'External ID',
|
'column_external-id' => 'Identifiant externe',
|
||||||
'column_opposing-name' => 'Opposing account (name)',
|
'column_opposing-name' => 'Compte destination (nom)',
|
||||||
'column_rabo-debet-credit' => 'Rabobank specific debet/credit indicator',
|
'column_rabo-debet-credit' => 'Rabobank specific debet/credit indicator',
|
||||||
'column_ing-debet-credit' => 'ING specific debet/credit indicator',
|
'column_ing-debet-credit' => 'ING specific debet/credit indicator',
|
||||||
'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID',
|
'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID',
|
||||||
'column_sepa-ct-op' => 'SEPA Credit Transfer opposing account',
|
'column_sepa-ct-op' => 'SEPA Credit Transfer opposing account',
|
||||||
'column_sepa-db' => 'SEPA Direct Debet',
|
'column_sepa-db' => 'SEPA Direct Debet',
|
||||||
'column_tags-comma' => 'Tags (comma separated)',
|
'column_tags-comma' => 'Tags (séparé par des virgules)',
|
||||||
'column_tags-space' => 'Tags (space separated)',
|
'column_tags-space' => 'Tags(séparé par des espaces)',
|
||||||
'column_account-number' => 'Asset account (account number)',
|
'column_account-number' => 'Compte d’actif (numéro de compte)',
|
||||||
'column_opposing-number' => 'Opposing account (account number)',
|
'column_opposing-number' => 'Compte destination (numéro de compte)',
|
||||||
];
|
];
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
// general stuff:
|
// general stuff:
|
||||||
'language_incomplete' => 'incomplete translation',
|
'language_incomplete' => 'traduction incomplète',
|
||||||
'close' => 'Fermer',
|
'close' => 'Fermer',
|
||||||
'actions' => 'Actions',
|
'actions' => 'Actions',
|
||||||
'edit' => 'Modifier',
|
'edit' => 'Modifier',
|
||||||
@ -125,7 +125,7 @@ return [
|
|||||||
'rules_explanation' => 'Ici vous pouvez gérer les règles. Les règles sont déclenchées lorsqu’une opération est créée ou mise à jour. Ensuite, si l\'opération a certaines propriétés (appelées "déclencheurs" ) Firefly exécutera des "actions". Combiné, vous pouvez faire réagir Firefly d’une certaine façon aux nouvelles opérations.',
|
'rules_explanation' => 'Ici vous pouvez gérer les règles. Les règles sont déclenchées lorsqu’une opération est créée ou mise à jour. Ensuite, si l\'opération a certaines propriétés (appelées "déclencheurs" ) Firefly exécutera des "actions". Combiné, vous pouvez faire réagir Firefly d’une certaine façon aux nouvelles opérations.',
|
||||||
'rule_name' => 'Nom de la règle',
|
'rule_name' => 'Nom de la règle',
|
||||||
'rule_triggers' => 'La règle se déclenchera lorsque',
|
'rule_triggers' => 'La règle se déclenchera lorsque',
|
||||||
'rule_actions' => 'Rule will',
|
'rule_actions' => 'La règle va',
|
||||||
'new_rule' => 'Nouvelle règle',
|
'new_rule' => 'Nouvelle règle',
|
||||||
'new_rule_group' => 'Nouveau groupe de règles',
|
'new_rule_group' => 'Nouveau groupe de règles',
|
||||||
'rule_priority_up' => 'Donner à la règle plus de priorité',
|
'rule_priority_up' => 'Donner à la règle plus de priorité',
|
||||||
@ -155,7 +155,7 @@ return [
|
|||||||
'default_rule_description' => 'Cette règle est un exemple. Vous pouvez la supprimer en toute sécurité.',
|
'default_rule_description' => 'Cette règle est un exemple. Vous pouvez la supprimer en toute sécurité.',
|
||||||
'default_rule_trigger_description' => 'L’homme qui a vendu le monde',
|
'default_rule_trigger_description' => 'L’homme qui a vendu le monde',
|
||||||
'default_rule_trigger_from_account' => 'David Bowie',
|
'default_rule_trigger_from_account' => 'David Bowie',
|
||||||
'default_rule_action_prepend' => 'Bought the world from ',
|
'default_rule_action_prepend' => 'Achat du Monde de ',
|
||||||
'default_rule_action_set_category' => 'Grandes dépenses',
|
'default_rule_action_set_category' => 'Grandes dépenses',
|
||||||
'trigger' => 'Déclencheur',
|
'trigger' => 'Déclencheur',
|
||||||
'trigger_value' => 'Déclenchement sur valeur',
|
'trigger_value' => 'Déclenchement sur valeur',
|
||||||
@ -175,8 +175,8 @@ return [
|
|||||||
'execute_on_existing_transactions' => 'Exécuter des opérations existantes',
|
'execute_on_existing_transactions' => 'Exécuter des opérations existantes',
|
||||||
'execute_on_existing_transactions_intro' => 'Lorsqu’une règle ou un groupe a été modifié ou ajouté, vous pouvez l’exécuter pour des opérations existantes',
|
'execute_on_existing_transactions_intro' => 'Lorsqu’une règle ou un groupe a été modifié ou ajouté, vous pouvez l’exécuter pour des opérations existantes',
|
||||||
'execute_on_existing_transactions_short' => 'Opérations existantes',
|
'execute_on_existing_transactions_short' => 'Opérations existantes',
|
||||||
'executed_group_on_existing_transactions' => 'Executed group ":title" for existing transactions',
|
'executed_group_on_existing_transactions' => 'Exécution groupe « : titre » pour les transactions existantes',
|
||||||
'execute_group_on_existing_transactions' => 'Execute group ":title" for existing transactions',
|
'execute_group_on_existing_transactions' => 'Exécutez groupe « : titre » pour les transactions existantes',
|
||||||
'include_transactions_from_accounts' => 'Iclure les opérations depuis ces comptes',
|
'include_transactions_from_accounts' => 'Iclure les opérations depuis ces comptes',
|
||||||
'execute' => 'Executer',
|
'execute' => 'Executer',
|
||||||
|
|
||||||
@ -274,27 +274,27 @@ return [
|
|||||||
'pref_save_settings' => 'Enregistrer les paramètres',
|
'pref_save_settings' => 'Enregistrer les paramètres',
|
||||||
'saved_preferences' => 'Préférences enregistrées!',
|
'saved_preferences' => 'Préférences enregistrées!',
|
||||||
'transaction_page_size_title' => 'Taille de la page',
|
'transaction_page_size_title' => 'Taille de la page',
|
||||||
'transaction_page_size_help' => 'Any list of transactions shows at most this many transactions',
|
'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',
|
'transaction_page_size_label' => 'Taille de la page',
|
||||||
'between_dates' => '(:start et :end)',
|
'between_dates' => '(:start et :end)',
|
||||||
'pref_optional_fields_transaction' => 'Optional fields for transactions',
|
'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' => '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.',
|
||||||
'optional_tj_date_fields' => 'Date fields',
|
'optional_tj_date_fields' => 'Champ date',
|
||||||
'optional_tj_business_fields' => 'Business fields',
|
'optional_tj_business_fields' => 'Champs professionnels',
|
||||||
'optional_tj_attachment_fields' => 'Attachment fields',
|
'optional_tj_attachment_fields' => 'Attachment fields',
|
||||||
'pref_optional_tj_interest_date' => 'Interest date',
|
'pref_optional_tj_interest_date' => 'Date des intérêts',
|
||||||
'pref_optional_tj_book_date' => 'Book date',
|
'pref_optional_tj_book_date' => 'Date de réservation',
|
||||||
'pref_optional_tj_process_date' => 'Processing date',
|
'pref_optional_tj_process_date' => 'Date de traitement',
|
||||||
'pref_optional_tj_due_date' => 'Due date',
|
'pref_optional_tj_due_date' => 'Échéance',
|
||||||
'pref_optional_tj_payment_date' => 'Payment date',
|
'pref_optional_tj_payment_date' => 'Date de paiement',
|
||||||
'pref_optional_tj_invoice_date' => 'Invoice date',
|
'pref_optional_tj_invoice_date' => 'Date de facturation',
|
||||||
'pref_optional_tj_internal_reference' => 'Internal reference',
|
'pref_optional_tj_internal_reference' => 'Référence interne',
|
||||||
'pref_optional_tj_notes' => 'Notes',
|
'pref_optional_tj_notes' => 'Notes',
|
||||||
'pref_optional_tj_attachments' => 'Attachments',
|
'pref_optional_tj_attachments' => 'Pièces jointes',
|
||||||
'optional_field_meta_dates' => 'Dates',
|
'optional_field_meta_dates' => 'Dates',
|
||||||
'optional_field_meta_business' => 'Business',
|
'optional_field_meta_business' => 'Business',
|
||||||
'optional_field_attachments' => 'Attachments',
|
'optional_field_attachments' => 'Pièces jointes',
|
||||||
'optional_field_meta_data' => 'Optional meta data',
|
'optional_field_meta_data' => 'Métadonnées facultatives',
|
||||||
|
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
@ -353,8 +353,8 @@ return [
|
|||||||
'create_currency' => 'Créer une nouvelle devise',
|
'create_currency' => 'Créer une nouvelle devise',
|
||||||
'store_currency' => 'Créer une nouvelle devise',
|
'store_currency' => 'Créer une nouvelle devise',
|
||||||
'update_currency' => 'Mise à jour de la balance',
|
'update_currency' => 'Mise à jour de la balance',
|
||||||
'new_default_currency' => ':name is now the default currency.',
|
'new_default_currency' => ':name est maintenant la devise par défaut.',
|
||||||
'cannot_delete_currency' => 'Cannot delete :name because it is still in use.',
|
'cannot_delete_currency' => 'Impossible de supprimer :name car il est encore utilisé.',
|
||||||
'deleted_currency' => 'Devise ":name" supprimée',
|
'deleted_currency' => 'Devise ":name" supprimée',
|
||||||
'created_currency' => 'Devise ":name" créée',
|
'created_currency' => 'Devise ":name" créée',
|
||||||
'updated_currency' => 'Devise ":name" mise à jour',
|
'updated_currency' => 'Devise ":name" mise à jour',
|
||||||
@ -381,7 +381,7 @@ return [
|
|||||||
'create_new_budget' => 'Créer un nouveau budget',
|
'create_new_budget' => 'Créer un nouveau budget',
|
||||||
'store_new_budget' => 'Créer un nouveau budget',
|
'store_new_budget' => 'Créer un nouveau budget',
|
||||||
'stored_new_budget' => 'Nouveau budget ":name" créé',
|
'stored_new_budget' => 'Nouveau budget ":name" créé',
|
||||||
'available_between' => 'Available between :start and :end',
|
'available_between' => 'Disponible entre le :start et le :end',
|
||||||
'transactionsWithoutBudget' => 'Dépenses non budgétisées',
|
'transactionsWithoutBudget' => 'Dépenses non budgétisées',
|
||||||
'transactions_no_budget' => 'Dépenses non budgetisées entre le :start et le :end',
|
'transactions_no_budget' => 'Dépenses non budgetisées entre le :start et le :end',
|
||||||
'spent_between' => 'Dépensé entre le :start et le :end',
|
'spent_between' => 'Dépensé entre le :start et le :end',
|
||||||
@ -417,7 +417,7 @@ return [
|
|||||||
'cannot_scan_inactive_bill' => 'Les factures inactives ne peuvent pas être analysées.',
|
'cannot_scan_inactive_bill' => 'Les factures inactives ne peuvent pas être analysées.',
|
||||||
'rescanned_bill' => 'Réanalyser tout.',
|
'rescanned_bill' => 'Réanalyser tout.',
|
||||||
'bill_date_little_relevance' => 'La seule partie de cette date utilisée par Firefly est le jour. Il n’est utile que lorsque votre facture arrive à exactement la même date chaque mois. Si la date de paiement de vos factures varie, il suffit d’utiliser le premier jour du mois.',
|
'bill_date_little_relevance' => 'La seule partie de cette date utilisée par Firefly est le jour. Il n’est utile que lorsque votre facture arrive à exactement la même date chaque mois. Si la date de paiement de vos factures varie, il suffit d’utiliser le premier jour du mois.',
|
||||||
'average_bill_amount_year' => 'Average bill amount (:year)',
|
'average_bill_amount_year' => 'Montant moyen des factures ( :year)',
|
||||||
'average_bill_amount_overall' => 'Average bill amount (overall)',
|
'average_bill_amount_overall' => 'Average bill amount (overall)',
|
||||||
|
|
||||||
// accounts:
|
// accounts:
|
||||||
@ -488,7 +488,7 @@ return [
|
|||||||
'stop_selection' => 'Stop selecting transactions',
|
'stop_selection' => 'Stop selecting transactions',
|
||||||
'edit_selected' => 'Modifier la sélection',
|
'edit_selected' => 'Modifier la sélection',
|
||||||
'delete_selected' => 'Supprimer la sélection',
|
'delete_selected' => 'Supprimer la sélection',
|
||||||
'mass_delete_journals' => 'Delete a number of transactions',
|
'mass_delete_journals' => 'Supprimer un certain nombre de transactions',
|
||||||
'mass_edit_journals' => 'Modifier un certain nombre d’opérations',
|
'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.',
|
'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' => 'Deleting many items in one go can be very disruptive. Please be cautious.',
|
||||||
@ -555,7 +555,7 @@ return [
|
|||||||
'daily' => 'Journalier',
|
'daily' => 'Journalier',
|
||||||
'monthly' => 'Mensuel',
|
'monthly' => 'Mensuel',
|
||||||
'profile' => 'Profil',
|
'profile' => 'Profil',
|
||||||
'errors' => 'Errors',
|
'errors' => 'Erreurs',
|
||||||
|
|
||||||
// reports:
|
// reports:
|
||||||
'report_default' => 'Rapport financier par défaut du :start au :end',
|
'report_default' => 'Rapport financier par défaut du :start au :end',
|
||||||
@ -567,22 +567,22 @@ return [
|
|||||||
'report_this_year_quick' => 'Année 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_this_fiscal_year_quick' => 'Année fiscale en cours, tous les comptes',
|
||||||
'report_all_time_quick' => 'All-time, all accounts',
|
'report_all_time_quick' => 'All-time, all accounts',
|
||||||
'reports_can_bookmark' => 'Remember that reports can be bookmarked.',
|
'reports_can_bookmark' => 'N’oubliez pas que les rapports peuvent être mis en signet.',
|
||||||
'incomeVsExpenses' => 'Revenus vs dépenses',
|
'incomeVsExpenses' => 'Revenus vs dépenses',
|
||||||
'accountBalances' => 'Solde du compte',
|
'accountBalances' => 'Solde du compte',
|
||||||
'balanceStartOfYear' => 'Solde au début de l\'année',
|
'balanceStartOfYear' => 'Solde au début de l\'année',
|
||||||
'balanceEndOfYear' => 'Solde à la fin de l\'année',
|
'balanceEndOfYear' => 'Solde à la fin de l\'année',
|
||||||
'balanceStartOfMonth' => 'Solde au début du mois',
|
'balanceStartOfMonth' => 'Solde au début du mois',
|
||||||
'balanceEndOfMonth' => 'Solde à la fin du mois',
|
'balanceEndOfMonth' => 'Solde à la fin du mois',
|
||||||
'balanceStart' => 'Balance at start of period',
|
'balanceStart' => 'Solde au début de la période',
|
||||||
'balanceEnd' => 'Balance at end of period',
|
'balanceEnd' => 'Solde à la fin de la période',
|
||||||
'reportsOwnAccounts' => 'Rapport pour vos propres comptes',
|
'reportsOwnAccounts' => 'Rapport pour vos propres comptes',
|
||||||
'reportsOwnAccountsAndShared' => 'Rapport pour vos comptes et ceux partagés',
|
'reportsOwnAccountsAndShared' => 'Rapport pour vos comptes et ceux partagés',
|
||||||
'splitByAccount' => 'Split by account',
|
'splitByAccount' => 'Split by account',
|
||||||
'balancedByTransfersAndTags' => 'Balanced by transfers and tags',
|
'balancedByTransfersAndTags' => 'Balanced by transfers and tags',
|
||||||
'coveredWithTags' => 'Covered with tags',
|
'coveredWithTags' => 'Covered with tags',
|
||||||
'leftUnbalanced' => 'Left unbalanced',
|
'leftUnbalanced' => 'Left unbalanced',
|
||||||
'expectedBalance' => 'Expected balance',
|
'expectedBalance' => 'Solde attendu',
|
||||||
'outsideOfBudgets' => 'Outside of budgets',
|
'outsideOfBudgets' => 'Outside of budgets',
|
||||||
'leftInBudget' => 'Budget restant',
|
'leftInBudget' => 'Budget restant',
|
||||||
'sumOfSums' => 'Montant des sommes',
|
'sumOfSums' => 'Montant des sommes',
|
||||||
@ -606,8 +606,8 @@ return [
|
|||||||
'report_type_default' => 'Rapport financier par défaut',
|
'report_type_default' => 'Rapport financier par défaut',
|
||||||
'report_type_audit' => 'Historique des transactions',
|
'report_type_audit' => 'Historique des transactions',
|
||||||
'report_type_meta-history' => 'Vue d’ensemble des budgets, des catégories et des factures',
|
'report_type_meta-history' => 'Vue d’ensemble des budgets, des catégories et des factures',
|
||||||
'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.',
|
'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' => 'Included accounts',
|
'report_included_accounts' => 'Comptes inclus',
|
||||||
'report_date_range' => 'Intervalle de dates',
|
'report_date_range' => 'Intervalle de dates',
|
||||||
'report_include_help' => 'Dans tous les cas, les transferts vers des comptes partagés comptes comme des dépenses, et les transferts depuis les comptes partagés comme un revenu.',
|
'report_include_help' => 'Dans tous les cas, les transferts vers des comptes partagés comptes comme des dépenses, et les transferts depuis les comptes partagés comme un revenu.',
|
||||||
'report_preset_ranges' => 'Pré-configurer les étendues',
|
'report_preset_ranges' => 'Pré-configurer les étendues',
|
||||||
@ -764,7 +764,7 @@ return [
|
|||||||
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you.',
|
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
|
||||||
'import_data_index' => 'Index',
|
'import_data_index' => 'Index',
|
||||||
'import_file_type_csv' => 'CSV (comma separated values)',
|
'import_file_type_csv' => 'CSV (comma separated values)',
|
||||||
'import_file_type_help' => 'Select the type of file you will upload',
|
'import_file_type_help' => 'Select the type of file you will upload',
|
||||||
@ -782,7 +782,10 @@ return [
|
|||||||
'import_data' => 'Import data',
|
'import_data' => 'Import data',
|
||||||
'import_data_full' => 'Import data into Firefly III',
|
'import_data_full' => 'Import data into Firefly III',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'import_intro_text' => 'Welcome to the Firefly III data import routine. At the moment, this routine can help you import files into Firefly. To do so, you must download or export transactions from other systems or software, and upload them here. The next steps will let you help Firefly III determin what the content is of your file, and how to handle it. Please select a file, and read all instructions carefully.',
|
'import_intro_what_it_does' => 'This page allows you to import data into Firefly III. To do so, export data from your bank, or from another financial management system. Upload that file here. Firefly III will convert the data. You need to give it some directions. Please select a file and follow the instructions.',
|
||||||
|
'import_intro_import_conf_title' => 'Import "configuration"',
|
||||||
|
'import_intro_beta_warning' => 'Warning',
|
||||||
|
'import_intro_import_conf_text' => 'As you will discover over the next few pages, this import routine has a lot of settings. These settings are mainly dependent on the bank (or financial management software) your file comes from. There is a good chance somebody else already imported such a file and has shared their <em>configuration file</em>. Please visit the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong> to see if there already is a configuration available for your bank or system. If there is, you should download this configuration file and upload it here as well. It will save you a lot of time!',
|
||||||
'import_file_help' => 'Select your file',
|
'import_file_help' => 'Select your file',
|
||||||
'import_status_settings_complete' => 'The import is ready to start.',
|
'import_status_settings_complete' => 'The import is ready to start.',
|
||||||
'import_status_import_complete' => 'The import has completed.',
|
'import_status_import_complete' => 'The import has completed.',
|
||||||
@ -798,6 +801,9 @@ return [
|
|||||||
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
||||||
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
||||||
'import_with_key' => 'Import with key \':key\'',
|
'import_with_key' => 'Import with key \':key\'',
|
||||||
|
|
||||||
|
'import_share_configuration' => 'Please consider downloading your configuration and sharing it at the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong>. This will allow other users of Firefly III to import their files more easily.',
|
||||||
|
|
||||||
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
||||||
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ return [
|
|||||||
'date' => 'Date',
|
'date' => 'Date',
|
||||||
'interest_date' => 'Interest date',
|
'interest_date' => 'Interest date',
|
||||||
'book_date' => 'Book date',
|
'book_date' => 'Book date',
|
||||||
'process_date' => 'Processing date',
|
'process_date' => 'Date de traitement',
|
||||||
'category' => 'Catégorie',
|
'category' => 'Catégorie',
|
||||||
'tags' => 'Tags',
|
'tags' => 'Tags',
|
||||||
'deletePermanently' => 'Supprimer définitivement',
|
'deletePermanently' => 'Supprimer définitivement',
|
||||||
@ -134,13 +134,13 @@ return [
|
|||||||
'tag_keep_transactions' => 'La seule opération liée à ce tag ne sera pas supprimée.|Les :count opérations liées à ce tag ne seront pas supprimées.',
|
'tag_keep_transactions' => 'La seule opération liée à ce tag ne sera pas supprimée.|Les :count opérations liées à ce tag ne seront pas supprimées.',
|
||||||
|
|
||||||
// admin
|
// admin
|
||||||
'domain' => 'Domain',
|
'domain' => 'Domaine',
|
||||||
'single_user_mode' => 'Single user mode',
|
'single_user_mode' => 'Mode utilisateur unique',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'import_file' => 'Import file',
|
'import_file' => 'Fichier à importer',
|
||||||
'configuration_file' => 'Configuration file',
|
'configuration_file' => 'Fichier de configuration',
|
||||||
'import_file_type' => 'Import file type',
|
'import_file_type' => 'Type de fichier de configuration',
|
||||||
'csv_comma' => 'Une virgule (,)',
|
'csv_comma' => 'Une virgule (,)',
|
||||||
'csv_semicolon' => 'Un point-virgule (;)',
|
'csv_semicolon' => 'Un point-virgule (;)',
|
||||||
'csv_tab' => 'Un onglet (invisible)',
|
'csv_tab' => 'Un onglet (invisible)',
|
||||||
@ -150,7 +150,7 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
'due_date' => 'Due date',
|
'due_date' => 'Due date',
|
||||||
'payment_date' => 'Payment date',
|
'payment_date' => 'Date de paiement',
|
||||||
'invoice_date' => 'Invoice date',
|
'invoice_date' => 'Date de facturation',
|
||||||
'internal_reference' => 'Internal reference',
|
'internal_reference' => 'Référence interne',
|
||||||
];
|
];
|
||||||
|
@ -12,76 +12,22 @@
|
|||||||
return [
|
return [
|
||||||
|
|
||||||
// tour!
|
// tour!
|
||||||
'main-content-title' => 'Bienvenue sur Firefly III',
|
'main-content-title' => 'Bienvenue sur Firefly III',
|
||||||
'main-content-text' => 'Rendez-vous service et suivez ce petit guide. Vous saurez exactement comment tout fonctionne.',
|
'main-content-text' => 'Rendez-vous service et suivez ce petit guide. Vous saurez exactement comment tout fonctionne.',
|
||||||
'sidebar-toggle-title' => 'Barre latérale pour créer quelque chose',
|
'sidebar-toggle-title' => 'Barre latérale pour créer quelque chose',
|
||||||
'sidebar-toggle-text' => 'Sous l\'icone plus sont cachés tous les boutons permettant de créer quelque chose. Comptes, opérations, tous!',
|
'sidebar-toggle-text' => 'Sous l\'icone plus sont cachés tous les boutons permettant de créer quelque chose. Comptes, opérations, tous!',
|
||||||
'account-menu-title' => 'Tous vos comptes',
|
'account-menu-title' => 'Tous vos comptes',
|
||||||
'account-menu-text' => 'Vous trouverez ici tous les comptes que vous avez fait.',
|
'account-menu-text' => 'Vous trouverez ici tous les comptes que vous avez fait.',
|
||||||
'budget-menu-title' => 'Budgets',
|
'budget-menu-title' => 'Budgets',
|
||||||
'budget-menu-text' => 'Utilisez cette page pour organiser vos finances et limiter les dépenses.',
|
'budget-menu-text' => 'Utilisez cette page pour organiser vos finances et limiter les dépenses.',
|
||||||
'report-menu-title' => 'Rapports',
|
'report-menu-title' => 'Rapports',
|
||||||
'report-menu-text' => 'Cochez cette case si vous voulez un aperçu complet de vos finances.',
|
'report-menu-text' => 'Cochez cette case si vous voulez un aperçu complet de vos finances.',
|
||||||
'transaction-menu-title' => 'Opérations',
|
'transaction-menu-title' => 'Opérations',
|
||||||
'transaction-menu-text' => 'Toutes les transactions que vous avez créé peuvent être trouvées ici.',
|
'transaction-menu-text' => 'Toutes les transactions que vous avez créé peuvent être trouvées ici.',
|
||||||
'option-menu-title' => 'Options',
|
'option-menu-title' => 'Options',
|
||||||
'option-menu-text' => 'C\'est assez explicite.',
|
'option-menu-text' => 'C\'est assez explicite.',
|
||||||
'main-content-end-title' => 'Fin !',
|
'main-content-end-title' => 'Fin !',
|
||||||
'main-content-end-text' => 'N\'oubliez pas que chaque page a un petit point d\'interrogation en haut à droite. Cliquez dessus pour obtenir de l\'aide concernant la page actuelle.',
|
'main-content-end-text' => 'N\'oubliez pas que chaque page a un petit point d\'interrogation en haut à droite. Cliquez dessus pour obtenir de l\'aide concernant la page actuelle.',
|
||||||
'index' => 'index',
|
'index' => 'index',
|
||||||
'home' => 'accueil',
|
'home' => 'accueil',
|
||||||
'accounts-index' => 'comptes',
|
|
||||||
'accounts-create' => 'créer un compte',
|
|
||||||
'accounts-edit' => 'éditer un compte',
|
|
||||||
'accounts-delete' => 'supprimer un compte',
|
|
||||||
'accounts-show' => 'visualiser un compte',
|
|
||||||
'attachments-edit' => 'modifier la pièce jointe',
|
|
||||||
'attachments-delete' => 'supprimer la pièce jointe',
|
|
||||||
'attachments-show' => 'visualiser la pièce jointe',
|
|
||||||
'attachments-preview' => 'prévisualiser les pièces jointes',
|
|
||||||
'bills-index' => 'factures',
|
|
||||||
'bills-create' => 'créer une facture',
|
|
||||||
'bills-edit' => 'éditer une facture',
|
|
||||||
'bills-delete' => 'supprimer une facture',
|
|
||||||
'bills-show' => 'visualiser une facture',
|
|
||||||
'budgets-index' => 'budgets',
|
|
||||||
'budgets-create' => 'créer un budget',
|
|
||||||
'budgets-edit' => 'éditer un budget',
|
|
||||||
'budgets-delete' => 'supprimer un budget',
|
|
||||||
'budgets-show' => 'visualiser un budget',
|
|
||||||
'budgets-noBudget' => 'opérations sans budgets',
|
|
||||||
'categories-index' => 'catégories',
|
|
||||||
'categories-create' => 'créer des catégories',
|
|
||||||
'categories-edit' => 'éditer les catégories',
|
|
||||||
'categories-delete' => 'supprimer des catégories',
|
|
||||||
'categories-show' => 'visualiser une catégorie',
|
|
||||||
'categories-show-date' => 'voir la catégorie',
|
|
||||||
'categories-noCategory' => 'opérations sans catégories',
|
|
||||||
'currency-index' => 'devises',
|
|
||||||
'currency-create' => 'créer une devise',
|
|
||||||
'currency-edit' => 'éditer une devise',
|
|
||||||
'currency-delete' => 'supprimer une devise',
|
|
||||||
'new-user-index' => 'nouvel utilisateur',
|
|
||||||
'piggy-banks-index' => 'tirelires',
|
|
||||||
'piggy-banks-create' => 'créer une tirelire',
|
|
||||||
'piggy-banks-edit' => 'éditer une tirelire',
|
|
||||||
'piggy-banks-delete' => 'supprimer une tirelire',
|
|
||||||
'piggy-banks-show' => 'visualiser une tire-lire',
|
|
||||||
'preferences' => 'préférences',
|
|
||||||
'profile' => 'profile',
|
|
||||||
'profile-change-password' => 'changez votre mot de passe',
|
|
||||||
'profile-delete-account' => 'supprimer votre compte',
|
|
||||||
'reports-index' => 'rapports',
|
|
||||||
'reports-report' => 'rapports',
|
|
||||||
'search' => 'recherche',
|
|
||||||
'tags-index' => 'tags',
|
|
||||||
'tags-create' => 'créer un tag',
|
|
||||||
'tags-show' => 'visualiser un tag',
|
|
||||||
'tags-edit' => 'éditer un tag',
|
|
||||||
'tags-delete' => 'supprimer un tag',
|
|
||||||
'transactions-index' => 'opérations',
|
|
||||||
'transactions-create' => 'créer une opération',
|
|
||||||
'transactions-edit' => 'éditer une opération',
|
|
||||||
'transactions-delete' => 'supprimer une opération',
|
|
||||||
'transactions-show' => 'visualiser une opération',
|
|
||||||
];
|
];
|
||||||
|
@ -37,14 +37,15 @@ return [
|
|||||||
'repeat_freq' => 'Répétitions',
|
'repeat_freq' => 'Répétitions',
|
||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'amount' => 'Montant',
|
'amount' => 'Montant',
|
||||||
|
'internal_reference' => 'Internal reference',
|
||||||
'date' => 'Date',
|
'date' => 'Date',
|
||||||
'interest_date' => 'Date des intérêts',
|
'interest_date' => 'Date des intérêts',
|
||||||
'book_date' => 'Book date',
|
'book_date' => 'Book date',
|
||||||
'process_date' => 'Date de traitement',
|
'process_date' => 'Date de traitement',
|
||||||
'due_date' => 'Due date',
|
'due_date' => 'Due date',
|
||||||
'payment_date' => 'Payment date',
|
'payment_date' => 'Date de paiement',
|
||||||
'invoice_date' => 'Invoice date',
|
'invoice_date' => 'Date de facturation',
|
||||||
'interal_reference' => 'Internal reference',
|
'interal_reference' => 'Référence interne',
|
||||||
'notes' => 'Notes',
|
'notes' => 'Notes',
|
||||||
'from' => 'Depuis',
|
'from' => 'Depuis',
|
||||||
'piggy_bank' => 'Tirelire',
|
'piggy_bank' => 'Tirelire',
|
||||||
@ -68,6 +69,6 @@ return [
|
|||||||
'confirmed_from' => 'Confirmed from',
|
'confirmed_from' => 'Confirmed from',
|
||||||
'registered_from' => 'Registered from',
|
'registered_from' => 'Registered from',
|
||||||
'blocked_code' => 'Code de blocage',
|
'blocked_code' => 'Code de blocage',
|
||||||
'domain' => 'Domain',
|
'domain' => 'Domaine',
|
||||||
'registration_attempts' => 'Registration attempts',
|
'registration_attempts' => 'Registration attempts',
|
||||||
];
|
];
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'previous' => '« Precedent',
|
|
||||||
|
'previous' => '« Précédent',
|
||||||
'next' => 'Suivant »',
|
'next' => 'Suivant »',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'password' => 'Les mots de passe doivent contenir au moins six caractères et correspondre à la confirmation.',
|
'password' => 'Les mots de passe doivent contenir au moins six caractères et correspondre à la confirmation.',
|
||||||
'user' => 'Nous ne pouvons pas trouver un utilisateur avec cette adresse e-mail.',
|
'user' => 'Nous ne pouvons pas trouver d\'utilisateur avec cette adresse e-mail.',
|
||||||
'token' => 'Le jeton de réinitialisation de mot de passe est invalide.',
|
'token' => 'Le jeton de réinitialisation du mot de passe est invalide.',
|
||||||
'sent' => 'Nous vous avons envoyé par e-mail un lien de réinitialisation de votre mot de passe !',
|
'sent' => 'Nous vous avons envoyé par e-mail un lien de réinitialisation de votre mot de passe !',
|
||||||
'reset' => 'Votre mot de passe a été réinitialisé !',
|
'reset' => 'Votre mot de passe a été réinitialisé !',
|
||||||
'blocked' => 'Bien essayé cependant.',
|
'blocked' => 'Bien essayé cependant.',
|
||||||
|
@ -14,7 +14,7 @@ return [
|
|||||||
'unique_account_number_for_user' => 'Il semble que ce numéro de compte est déjà utilisé.',
|
'unique_account_number_for_user' => 'Il semble que ce numéro de compte est déjà utilisé.',
|
||||||
'rule_trigger_value' => 'Cette valeur n’est pas valide pour le déclencheur sélectionné.',
|
'rule_trigger_value' => 'Cette valeur n’est pas valide pour le déclencheur sélectionné.',
|
||||||
'rule_action_value' => 'Cette valeur n’est pas valide pour l’action sélectionnée.',
|
'rule_action_value' => 'Cette valeur n’est pas valide pour l’action sélectionnée.',
|
||||||
'invalid_domain' => 'Compte tenu des contraintes de sécurité, vous ne peut pas vous enregistrer depuis ce domaine.',
|
'invalid_domain' => 'Compte tenu des contraintes de sécurité, vous ne pouvez pas vous enregistrer depuis ce domaine.',
|
||||||
'file_already_attached' => 'Le fichier téléchargé ":name" est déjà attaché à cet objet.',
|
'file_already_attached' => 'Le fichier téléchargé ":name" est déjà attaché à cet objet.',
|
||||||
'file_attached' => 'Envoi du fichier ":name" avec succès.',
|
'file_attached' => 'Envoi du fichier ":name" avec succès.',
|
||||||
'file_invalid_mime' => 'Le fichier ":name" est du type ":mime" ce qui n\'est pas accepté pour un nouvel envoi.',
|
'file_invalid_mime' => 'Le fichier ":name" est du type ":mime" ce qui n\'est pas accepté pour un nouvel envoi.',
|
||||||
@ -22,13 +22,13 @@ return [
|
|||||||
'belongs_to_user' => 'La valeur de :attribute est inconnue',
|
'belongs_to_user' => 'La valeur de :attribute est inconnue',
|
||||||
'accepted' => 'Le champ :attribute doit être accepté.',
|
'accepted' => 'Le champ :attribute doit être accepté.',
|
||||||
'active_url' => 'Le champ :attribute n\'est pas une URL valide.',
|
'active_url' => 'Le champ :attribute n\'est pas une URL valide.',
|
||||||
'after' => 'Le champ :attribute doit être une date postérieure au :date.',
|
'after' => 'Le champ :attribute doit être une date postérieure à :date.',
|
||||||
'alpha' => 'Le champ :attribute doit seulement contenir des lettres.',
|
'alpha' => 'Le champ :attribute doit seulement contenir des lettres.',
|
||||||
'alpha_dash' => 'Le champ :attribute doit seulement contenir des lettres, des chiffres et des tirets.',
|
'alpha_dash' => 'Le champ :attribute peut seulement contenir des lettres, des chiffres et des tirets.',
|
||||||
'alpha_num' => 'Le champ :attribute doit seulement contenir des chiffres et des lettres.',
|
'alpha_num' => 'Le champ :attribute peut seulement contenir des chiffres et des lettres.',
|
||||||
'array' => 'Le champ :attribute doit être un tableau.',
|
'array' => 'Le champ :attribute doit être un tableau.',
|
||||||
'unique_for_user' => 'Il existe déjà une entrée avec ceci :attribute.',
|
'unique_for_user' => 'Il existe déjà une entrée avec ceci :attribute.',
|
||||||
'before' => 'Le champ :attribute doit être une date antérieure au :date.',
|
'before' => 'Le champ :attribute doit être une date antérieure à :date.',
|
||||||
'unique_object_for_user' => 'Ce nom est déjà utilisé',
|
'unique_object_for_user' => 'Ce nom est déjà utilisé',
|
||||||
'unique_account_for_user' => 'Ce nom de compte est déjà utilisé',
|
'unique_account_for_user' => 'Ce nom de compte est déjà utilisé',
|
||||||
'between.numeric' => 'La valeur de :attribute doit être comprise entre :min et :max.',
|
'between.numeric' => 'La valeur de :attribute doit être comprise entre :min et :max.',
|
||||||
@ -79,4 +79,9 @@ return [
|
|||||||
'url' => 'Le format de l\'URL de :attribute n\'est pas valide.',
|
'url' => 'Le format de l\'URL de :attribute n\'est pas valide.',
|
||||||
'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.',
|
'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.',
|
||||||
'2fa_code' => 'Le champ :attribute est invalide.',
|
'2fa_code' => 'Le champ :attribute est invalide.',
|
||||||
|
'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.',
|
||||||
];
|
];
|
||||||
|
28
resources/lang/hr_HR/auth.php
Normal file
28
resources/lang/hr_HR/auth.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* auth.php
|
||||||
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
|
*
|
||||||
|
* This software may be modified and distributed under the terms of the
|
||||||
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'failed' => 'These credentials do not match our records.',
|
||||||
|
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||||
|
|
||||||
|
];
|
@ -4,36 +4,38 @@
|
|||||||
* breadcrumbs.php
|
* breadcrumbs.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Početna',
|
'home' => 'Početna',
|
||||||
'edit_currency' => 'Uredi valutu ":name"',
|
'edit_currency' => 'Uredi valutu ":name"',
|
||||||
'delete_currency' => 'Obriši valutu ":name"',
|
'delete_currency' => 'Obriši valutu ":name"',
|
||||||
'newPiggyBank' => 'Kreiraj novu kasicu prasicu',
|
'newPiggyBank' => 'Kreiraj novu kasicu prasicu',
|
||||||
'edit_piggyBank' => 'Uredi kasicu prasicu ":name"',
|
'edit_piggyBank' => 'Uredi kasicu prasicu ":name"',
|
||||||
'preferences' => 'Postavke',
|
'preferences' => 'Postavke',
|
||||||
'profile' => 'Profil',
|
'profile' => 'Profil',
|
||||||
'changePassword' => 'Promijeni lozinku',
|
'changePassword' => 'Promijeni lozinku',
|
||||||
'bills' => 'Bills',
|
'bills' => 'Bills',
|
||||||
'newBill' => 'New bill',
|
'newBill' => 'New bill',
|
||||||
'edit_bill' => 'Edit bill ":name"',
|
'edit_bill' => 'Edit bill ":name"',
|
||||||
'delete_bill' => 'Delete bill ":name"',
|
'delete_bill' => 'Delete bill ":name"',
|
||||||
'reports' => 'Izvještaji',
|
'reports' => 'Izvještaji',
|
||||||
'searchResult' => 'Pretraživanje za ":query"',
|
'searchResult' => 'Pretraživanje za ":query"',
|
||||||
'withdrawal_list' => 'Troškovi',
|
'withdrawal_list' => 'Troškovi',
|
||||||
'deposit_list' => 'Revenue, income and deposits',
|
'deposit_list' => 'Revenue, income and deposits',
|
||||||
'transfer_list' => 'Transfers',
|
'transfer_list' => 'Transfers',
|
||||||
'transfers_list' => 'Transfers',
|
'transfers_list' => 'Transfers',
|
||||||
'create_withdrawal' => 'Create new withdrawal',
|
'create_withdrawal' => 'Create new withdrawal',
|
||||||
'create_deposit' => 'Create new deposit',
|
'create_deposit' => 'Create new deposit',
|
||||||
'create_transfer' => 'Create new transfer',
|
'create_transfer' => 'Create new transfer',
|
||||||
'edit_journal' => 'Uredi transakciju ":description"',
|
'edit_journal' => 'Uredi transakciju ":description"',
|
||||||
'delete_journal' => 'Obriši transakciju ":description"',
|
'delete_journal' => 'Obriši transakciju ":description"',
|
||||||
'tags' => 'Oznake',
|
'tags' => 'Oznake',
|
||||||
'createTag' => 'Kreiraj novu oznaku',
|
'createTag' => 'Kreiraj novu oznaku',
|
||||||
'edit_tag' => 'Uredi oznaku ":tag"',
|
'edit_tag' => 'Uredi oznaku ":tag"',
|
||||||
'delete_tag' => 'Obriši oznaku ":tag"',
|
'delete_tag' => 'Obriši oznaku ":tag"',
|
||||||
];
|
];
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
* config.php
|
* config.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
* csv.php
|
* csv.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
* firefly.php
|
* firefly.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -762,7 +764,7 @@ return [
|
|||||||
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you.',
|
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
|
||||||
'import_data_index' => 'Index',
|
'import_data_index' => 'Index',
|
||||||
'import_file_type_csv' => 'CSV (comma separated values)',
|
'import_file_type_csv' => 'CSV (comma separated values)',
|
||||||
'import_file_type_help' => 'Select the type of file you will upload',
|
'import_file_type_help' => 'Select the type of file you will upload',
|
||||||
@ -780,7 +782,10 @@ return [
|
|||||||
'import_data' => 'Import data',
|
'import_data' => 'Import data',
|
||||||
'import_data_full' => 'Import data into Firefly III',
|
'import_data_full' => 'Import data into Firefly III',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'import_intro_text' => 'Welcome to the Firefly III data import routine. At the moment, this routine can help you import files into Firefly. To do so, you must download or export transactions from other systems or software, and upload them here. The next steps will let you help Firefly III determin what the content is of your file, and how to handle it. Please select a file, and read all instructions carefully.',
|
'import_intro_what_it_does' => 'This page allows you to import data into Firefly III. To do so, export data from your bank, or from another financial management system. Upload that file here. Firefly III will convert the data. You need to give it some directions. Please select a file and follow the instructions.',
|
||||||
|
'import_intro_import_conf_title' => 'Import "configuration"',
|
||||||
|
'import_intro_beta_warning' => 'Warning',
|
||||||
|
'import_intro_import_conf_text' => 'As you will discover over the next few pages, this import routine has a lot of settings. These settings are mainly dependent on the bank (or financial management software) your file comes from. There is a good chance somebody else already imported such a file and has shared their <em>configuration file</em>. Please visit the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong> to see if there already is a configuration available for your bank or system. If there is, you should download this configuration file and upload it here as well. It will save you a lot of time!',
|
||||||
'import_file_help' => 'Select your file',
|
'import_file_help' => 'Select your file',
|
||||||
'import_status_settings_complete' => 'The import is ready to start.',
|
'import_status_settings_complete' => 'The import is ready to start.',
|
||||||
'import_status_import_complete' => 'The import has completed.',
|
'import_status_import_complete' => 'The import has completed.',
|
||||||
@ -796,6 +801,9 @@ return [
|
|||||||
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
||||||
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
||||||
'import_with_key' => 'Import with key \':key\'',
|
'import_with_key' => 'Import with key \':key\'',
|
||||||
|
|
||||||
|
'import_share_configuration' => 'Please consider downloading your configuration and sharing it at the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong>. This will allow other users of Firefly III to import their files more easily.',
|
||||||
|
|
||||||
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
||||||
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
||||||
|
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
* form.php
|
* form.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
@ -3,83 +3,31 @@
|
|||||||
* help.php
|
* help.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
// tour!
|
// tour!
|
||||||
'main-content-title' => 'Welcome to Firefly III',
|
'main-content-title' => 'Welcome to Firefly III',
|
||||||
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
|
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
|
||||||
'sidebar-toggle-title' => 'Sidebar to create stuff',
|
'sidebar-toggle-title' => 'Sidebar to create stuff',
|
||||||
'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!',
|
'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!',
|
||||||
'account-menu-title' => 'All your accounts',
|
'account-menu-title' => 'All your accounts',
|
||||||
'account-menu-text' => 'Here you can find all the accounts you\'ve made.',
|
'account-menu-text' => 'Here you can find all the accounts you\'ve made.',
|
||||||
'budget-menu-title' => 'Budgets',
|
'budget-menu-title' => 'Budgets',
|
||||||
'budget-menu-text' => 'Use this page to organise your finances and limit spending.',
|
'budget-menu-text' => 'Use this page to organise your finances and limit spending.',
|
||||||
'report-menu-title' => 'Reports',
|
'report-menu-title' => 'Reports',
|
||||||
'report-menu-text' => 'Check this out when you want a solid overview of your finances.',
|
'report-menu-text' => 'Check this out when you want a solid overview of your finances.',
|
||||||
'transaction-menu-title' => 'Transactions',
|
'transaction-menu-title' => 'Transactions',
|
||||||
'transaction-menu-text' => 'All transactions you\'ve created can be found here.',
|
'transaction-menu-text' => 'All transactions you\'ve created can be found here.',
|
||||||
'option-menu-title' => 'Options',
|
'option-menu-title' => 'Options',
|
||||||
'option-menu-text' => 'This is pretty self-explanatory.',
|
'option-menu-text' => 'This is pretty self-explanatory.',
|
||||||
'main-content-end-title' => 'The end!',
|
'main-content-end-title' => 'The end!',
|
||||||
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
|
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
|
||||||
'index' => 'index',
|
'index' => 'index',
|
||||||
'home' => 'home',
|
'home' => 'home',
|
||||||
'accounts-index' => 'accounts.index',
|
|
||||||
'accounts-create' => 'accounts.create',
|
|
||||||
'accounts-edit' => 'accounts.edit',
|
|
||||||
'accounts-delete' => 'accounts.delete',
|
|
||||||
'accounts-show' => 'accounts.show',
|
|
||||||
'attachments-edit' => 'attachments.edit',
|
|
||||||
'attachments-delete' => 'attachments.delete',
|
|
||||||
'attachments-show' => 'attachments.show',
|
|
||||||
'attachments-preview' => 'attachments.preview',
|
|
||||||
'bills-index' => 'bills.index',
|
|
||||||
'bills-create' => 'bills.create',
|
|
||||||
'bills-edit' => 'bills.edit',
|
|
||||||
'bills-delete' => 'bills.delete',
|
|
||||||
'bills-show' => 'bills.show',
|
|
||||||
'budgets-index' => 'budgets.index',
|
|
||||||
'budgets-create' => 'budgets.create',
|
|
||||||
'budgets-edit' => 'budgets.edit',
|
|
||||||
'budgets-delete' => 'budgets.delete',
|
|
||||||
'budgets-show' => 'budgets.show',
|
|
||||||
'budgets-noBudget' => 'budgets.noBudget',
|
|
||||||
'categories-index' => 'categories.index',
|
|
||||||
'categories-create' => 'categories.create',
|
|
||||||
'categories-edit' => 'categories.edit',
|
|
||||||
'categories-delete' => 'categories.delete',
|
|
||||||
'categories-show' => 'categories.show',
|
|
||||||
'categories-show-date' => 'categories.show.date',
|
|
||||||
'categories-noCategory' => 'categories.noCategory',
|
|
||||||
'currency-index' => 'currency.index',
|
|
||||||
'currency-create' => 'currency.create',
|
|
||||||
'currency-edit' => 'currency.edit',
|
|
||||||
'currency-delete' => 'currency.delete',
|
|
||||||
'new-user-index' => 'new-user.index',
|
|
||||||
'piggy-banks-index' => 'piggy-banks.index',
|
|
||||||
'piggy-banks-create' => 'piggy-banks.create',
|
|
||||||
'piggy-banks-edit' => 'piggy-banks.edit',
|
|
||||||
'piggy-banks-delete' => 'piggy-banks.delete',
|
|
||||||
'piggy-banks-show' => 'piggy-banks.show',
|
|
||||||
'preferences' => 'preferences',
|
|
||||||
'profile' => 'profile',
|
|
||||||
'profile-change-password' => 'profile.change-password',
|
|
||||||
'profile-delete-account' => 'profile.delete-account',
|
|
||||||
'reports-index' => 'reports.index',
|
|
||||||
'reports-report' => 'reports.report',
|
|
||||||
'search' => 'search',
|
|
||||||
'tags-index' => 'tags.index',
|
|
||||||
'tags-create' => 'tags.create',
|
|
||||||
'tags-show' => 'tags.show',
|
|
||||||
'tags-edit' => 'tags.edit',
|
|
||||||
'tags-delete' => 'tags.delete',
|
|
||||||
'transactions-index' => 'transactions.index',
|
|
||||||
'transactions-create' => 'transactions.create',
|
|
||||||
'transactions-edit' => 'transactions.edit',
|
|
||||||
'transactions-delete' => 'transactions.delete',
|
|
||||||
'transactions-show' => 'transactions.show',
|
|
||||||
];
|
];
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
* list.php
|
* list.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -35,6 +37,7 @@ return [
|
|||||||
'repeat_freq' => 'Repeats',
|
'repeat_freq' => 'Repeats',
|
||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'amount' => 'Amount',
|
'amount' => 'Amount',
|
||||||
|
'internal_reference' => 'Internal reference',
|
||||||
'date' => 'Date',
|
'date' => 'Date',
|
||||||
'interest_date' => 'Interest date',
|
'interest_date' => 'Interest date',
|
||||||
'book_date' => 'Book date',
|
'book_date' => 'Book date',
|
||||||
|
@ -3,11 +3,15 @@
|
|||||||
* pagination.php
|
* pagination.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'previous' => '« Prethodna',
|
'previous' => '« Prethodna',
|
||||||
'next' => 'Sljedeća »',
|
'next' => 'Sljedeća »',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
* passwords.php
|
* passwords.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
* validation.php
|
* validation.php
|
||||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
*
|
*
|
||||||
* This software may be modified and distributed under the terms
|
* This software may be modified and distributed under the terms of the
|
||||||
* of the MIT license. See the LICENSE file for details.
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -77,4 +79,9 @@ return [
|
|||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
'timezone' => 'The :attribute must be a valid zone.',
|
'timezone' => 'The :attribute must be a valid zone.',
|
||||||
'2fa_code' => 'The :attribute field is invalid.',
|
'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.',
|
||||||
];
|
];
|
||||||
|
28
resources/lang/nl_NL/auth.php
Normal file
28
resources/lang/nl_NL/auth.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* auth.php
|
||||||
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
|
*
|
||||||
|
* This software may be modified and distributed under the terms of the
|
||||||
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'failed' => 'Deze gegevens zijn niet correct.',
|
||||||
|
'throttle' => 'Te veel inlogpogingen. Probeer opnieuw in: seconden seconden.',
|
||||||
|
|
||||||
|
];
|
@ -11,31 +11,31 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Home',
|
'home' => 'Home',
|
||||||
'edit_currency' => 'Wijzig valuta ":name"',
|
'edit_currency' => 'Wijzig valuta ":name"',
|
||||||
'delete_currency' => 'Verwijder valuta ":name"',
|
'delete_currency' => 'Verwijder valuta ":name"',
|
||||||
'newPiggyBank' => 'Nieuw spaarpotje',
|
'newPiggyBank' => 'Nieuw spaarpotje',
|
||||||
'edit_piggyBank' => 'Wijzig spaarpotje ":name"',
|
'edit_piggyBank' => 'Wijzig spaarpotje ":name"',
|
||||||
'preferences' => 'Voorkeuren',
|
'preferences' => 'Voorkeuren',
|
||||||
'profile' => 'Profiel',
|
'profile' => 'Profiel',
|
||||||
'changePassword' => 'Verander je wachtwoord',
|
'changePassword' => 'Verander je wachtwoord',
|
||||||
'bills' => 'Contracten',
|
'bills' => 'Contracten',
|
||||||
'newBill' => 'Nieuw contract',
|
'newBill' => 'Nieuw contract',
|
||||||
'edit_bill' => 'Wijzig contract ":name"',
|
'edit_bill' => 'Wijzig contract ":name"',
|
||||||
'delete_bill' => 'Verwijder contract ":name"',
|
'delete_bill' => 'Verwijder contract ":name"',
|
||||||
'reports' => 'Overzichten',
|
'reports' => 'Overzichten',
|
||||||
'searchResult' => 'Zoeken naar ":query"',
|
'searchResult' => 'Zoeken naar ":query"',
|
||||||
'withdrawal_list' => 'Uitgaven',
|
'withdrawal_list' => 'Uitgaven',
|
||||||
'deposit_list' => 'Inkomsten',
|
'deposit_list' => 'Inkomsten',
|
||||||
'transfer_list' => 'Overschrijvingen',
|
'transfer_list' => 'Overschrijvingen',
|
||||||
'transfers_list' => 'Overschrijvingen',
|
'transfers_list' => 'Overschrijvingen',
|
||||||
'create_withdrawal' => 'Sla nieuwe uitgave op',
|
'create_withdrawal' => 'Sla nieuwe uitgave op',
|
||||||
'create_deposit' => 'Sla nieuwe inkomsten op',
|
'create_deposit' => 'Sla nieuwe inkomsten op',
|
||||||
'create_transfer' => 'Sla nieuwe overschrijving op',
|
'create_transfer' => 'Sla nieuwe overschrijving op',
|
||||||
'edit_journal' => 'Wijzig transactie ":description"',
|
'edit_journal' => 'Wijzig transactie ":description"',
|
||||||
'delete_journal' => 'Verwijder transactie ":description"',
|
'delete_journal' => 'Verwijder transactie ":description"',
|
||||||
'tags' => 'Tags',
|
'tags' => 'Tags',
|
||||||
'createTag' => 'Maak nieuwe tag',
|
'createTag' => 'Maak nieuwe tag',
|
||||||
'edit_tag' => 'Wijzig tag ":tag"',
|
'edit_tag' => 'Wijzig tag ":tag"',
|
||||||
'delete_tag' => 'Verwijder tag ":tag"',
|
'delete_tag' => 'Verwijder tag ":tag"',
|
||||||
];
|
];
|
||||||
|
@ -764,7 +764,7 @@ return [
|
|||||||
'no_edit_multiple_left' => 'Je hebt geen geldige transacties geselecteerd.',
|
'no_edit_multiple_left' => 'Je hebt geen geldige transacties geselecteerd.',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'configuration_file_help' => 'Als je eerder gegevens in Firefly III hebt geïmporteerd, heb je een configuratiebestand, dat voor jou de instellingen zal doen.',
|
'configuration_file_help' => 'Als je eerder gegevens hebt geïmporteerd in Firefly III, heb je wellicht een configuratiebestand, dat een aantal zaken alvast voor je kan instellen. Voor bepaalde banken hebben andere gebruikers uit de liefde van hun hart het benodigde <a href="https://github.com/firefly-iii/import-configurations/wiki">configuratiebestand</a> gedeeld.',
|
||||||
'import_data_index' => 'Index',
|
'import_data_index' => 'Index',
|
||||||
'import_file_type_csv' => 'CSV (kommagescheiden waardes)',
|
'import_file_type_csv' => 'CSV (kommagescheiden waardes)',
|
||||||
'import_file_type_help' => 'Selecteer het type bestand dat je zal uploaden',
|
'import_file_type_help' => 'Selecteer het type bestand dat je zal uploaden',
|
||||||
@ -782,7 +782,10 @@ return [
|
|||||||
'import_data' => 'Importeer data',
|
'import_data' => 'Importeer data',
|
||||||
'import_data_full' => 'Gegevens importeren in Firefly III',
|
'import_data_full' => 'Gegevens importeren in Firefly III',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'import_intro_text' => 'Welkom bij de import-routine van Firefly III. Deze pagina\'s helpen je data in Firefly III te importeren. Om dat te doen, download of exporteer je transacties uit andere systemen, en upload ze hier. In de volgende stappen help je Firefly met het bepalen wat de inhoud is van de bestanden die je upload, en hoe er mee om te gaan. Selecteer een bestand, en lees alle instructies zorgvuldig.',
|
'import_intro_what_it_does' => 'Vanaf deze pagina kan je gegevens importeren in Firefly III. Exporteer ze eerst vanuit je internetbankieren of financiële software. Upload dat bestandje hier. Firefly III zal de transacties omzetten. Je zult wel wat hints moeten geven. Selecteer alsjeblieft een bestand en volg de instructies.',
|
||||||
|
'import_intro_import_conf_title' => 'Importconfiguratie',
|
||||||
|
'import_intro_beta_warning' => 'Waarschuwing',
|
||||||
|
'import_intro_import_conf_text' => 'Zoals je wel zult ontdekken heeft de import-routine veel opties. Deze opties verschillen voornamelijk per bank (of softwarepakket). Grote kans dat iemand anders je al voor was en zijn of haar <em>configuratiebestand</em> heeft gedeeld. Kijk vlug op de <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">configuratiebestand-wiki</a></strong> of er al een bestand is voor jouw bank (of softwarepakket). Als die er is, download dit bestand dan en selecteer deze. Het kan veel tijd schelen!',
|
||||||
'import_file_help' => 'Selecteer je bestand',
|
'import_file_help' => 'Selecteer je bestand',
|
||||||
'import_status_settings_complete' => 'De import is klaar om te beginnen.',
|
'import_status_settings_complete' => 'De import is klaar om te beginnen.',
|
||||||
'import_status_import_complete' => 'Het importeren is voltooid.',
|
'import_status_import_complete' => 'Het importeren is voltooid.',
|
||||||
@ -798,6 +801,9 @@ return [
|
|||||||
'import_double' => 'Rij: #:row: Deze rij is al geimporteerd en is opgeslagen als <a href=":link">:description</a>.',
|
'import_double' => 'Rij: #:row: Deze rij is al geimporteerd en is opgeslagen als <a href=":link">:description</a>.',
|
||||||
'import_finished_all' => 'Het importeren is voltooid. Hieronder zie je de resultaten.',
|
'import_finished_all' => 'Het importeren is voltooid. Hieronder zie je de resultaten.',
|
||||||
'import_with_key' => 'Import met code \':key\'',
|
'import_with_key' => 'Import met code \':key\'',
|
||||||
|
|
||||||
|
'import_share_configuration' => 'Overweeg om je configuratiebestand te downloaden en te delen op de <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">configuratiebestand-wiki</a></strong>. Hiermee kan je het andere Firefly III gebruikers weer makkelijker maken.',
|
||||||
|
|
||||||
'import_finished_report' => 'Het importeren is voltooid. Kijk naar eventuele fouten in het blok hierboven. Alle geimporteerde transacties hebben een tag, en die kan je hieronder bekijken. ',
|
'import_finished_report' => 'Het importeren is voltooid. Kijk naar eventuele fouten in het blok hierboven. Alle geimporteerde transacties hebben een tag, en die kan je hieronder bekijken. ',
|
||||||
'import_finished_link' => 'De geimporteerde transacties kan je vinden onder tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
'import_finished_link' => 'De geimporteerde transacties kan je vinden onder tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
||||||
|
|
||||||
|
@ -12,76 +12,22 @@
|
|||||||
return [
|
return [
|
||||||
|
|
||||||
// tour!
|
// tour!
|
||||||
'main-content-title' => 'Welkom bij Firefly III',
|
'main-content-title' => 'Welkom bij Firefly III',
|
||||||
'main-content-text' => 'Doe jezelf een lol en volg deze korte tour. Je weet dan precies hoe alles werkt.',
|
'main-content-text' => 'Doe jezelf een lol en volg deze korte tour. Je weet dan precies hoe alles werkt.',
|
||||||
'sidebar-toggle-title' => 'Sidebar om nieuwe dingen te maken',
|
'sidebar-toggle-title' => 'Sidebar om nieuwe dingen te maken',
|
||||||
'sidebar-toggle-text' => 'Verstopt onder het plusje vind je de knoppen die je nodig hebt om nieuwe dingen te maken.',
|
'sidebar-toggle-text' => 'Verstopt onder het plusje vind je de knoppen die je nodig hebt om nieuwe dingen te maken.',
|
||||||
'account-menu-title' => 'Alle rekeningen',
|
'account-menu-title' => 'Alle rekeningen',
|
||||||
'account-menu-text' => 'Hier vind je al je rekeningen.',
|
'account-menu-text' => 'Hier vind je al je rekeningen.',
|
||||||
'budget-menu-title' => 'Budgetten',
|
'budget-menu-title' => 'Budgetten',
|
||||||
'budget-menu-text' => 'Gebruik deze pagina voor budgetten.',
|
'budget-menu-text' => 'Gebruik deze pagina voor budgetten.',
|
||||||
'report-menu-title' => 'Overzichten',
|
'report-menu-title' => 'Overzichten',
|
||||||
'report-menu-text' => 'Bekijk dit als je een goed overzicht van je financiën wil.',
|
'report-menu-text' => 'Bekijk dit als je een goed overzicht van je financiën wil.',
|
||||||
'transaction-menu-title' => 'Transacties',
|
'transaction-menu-title' => 'Transacties',
|
||||||
'transaction-menu-text' => 'Hier vind je al je bijschrijvingen, afschrijvingen en overboekingen.',
|
'transaction-menu-text' => 'Hier vind je al je bijschrijvingen, afschrijvingen en overboekingen.',
|
||||||
'option-menu-title' => 'Opties',
|
'option-menu-title' => 'Opties',
|
||||||
'option-menu-text' => 'Hier vind je alle opties.',
|
'option-menu-text' => 'Hier vind je alle opties.',
|
||||||
'main-content-end-title' => 'Einde!',
|
'main-content-end-title' => 'Einde!',
|
||||||
'main-content-end-text' => 'Elke pagina heeft een vraagtekentje rechtsboven. Gebruik deze voor meer hulp. Veel plezier!',
|
'main-content-end-text' => 'Elke pagina heeft een vraagtekentje rechtsboven. Gebruik deze voor meer hulp. Veel plezier!',
|
||||||
'index' => 'index',
|
'index' => 'index',
|
||||||
'home' => 'home',
|
'home' => 'home',
|
||||||
'accounts-index' => 'rekeningen',
|
|
||||||
'accounts-create' => 'maak nieuwe rekening',
|
|
||||||
'accounts-edit' => 'rekening wijzigen',
|
|
||||||
'accounts-delete' => 'rekening verwijderen',
|
|
||||||
'accounts-show' => 'rekening bekijken',
|
|
||||||
'attachments-edit' => 'wijzig bijlage',
|
|
||||||
'attachments-delete' => 'verwijder bijlage',
|
|
||||||
'attachments-show' => 'bekijk bijlage',
|
|
||||||
'attachments-preview' => 'bekijik bijlage',
|
|
||||||
'bills-index' => 'contracten',
|
|
||||||
'bills-create' => 'maak contract',
|
|
||||||
'bills-edit' => 'wijzig contract',
|
|
||||||
'bills-delete' => 'verwijder contract',
|
|
||||||
'bills-show' => 'bekijk contract',
|
|
||||||
'budgets-index' => 'budgetten',
|
|
||||||
'budgets-create' => 'maak een nieuw budget',
|
|
||||||
'budgets-edit' => 'wijzig een budget',
|
|
||||||
'budgets-delete' => 'verwijder een budget',
|
|
||||||
'budgets-show' => 'bekijk een budget',
|
|
||||||
'budgets-noBudget' => 'transacties zonder budget',
|
|
||||||
'categories-index' => 'categorieën',
|
|
||||||
'categories-create' => 'maak nieuwe categorie',
|
|
||||||
'categories-edit' => 'wijzig een categorie',
|
|
||||||
'categories-delete' => 'verwijder een categorie',
|
|
||||||
'categories-show' => 'bekijk een categorie',
|
|
||||||
'categories-show-date' => 'bekijk categorie',
|
|
||||||
'categories-noCategory' => 'transacties zonder categorie',
|
|
||||||
'currency-index' => 'valuta\'s',
|
|
||||||
'currency-create' => 'maak een nieuwe munteenheid',
|
|
||||||
'currency-edit' => 'wijzig een munteenheid',
|
|
||||||
'currency-delete' => 'verwijder een munteenheid',
|
|
||||||
'new-user-index' => 'nieuwe gebruiker',
|
|
||||||
'piggy-banks-index' => 'spaarpotjes',
|
|
||||||
'piggy-banks-create' => 'maak nieuw spaarpotje',
|
|
||||||
'piggy-banks-edit' => 'wijzig spaarpotje',
|
|
||||||
'piggy-banks-delete' => 'verwijder spaarpotje',
|
|
||||||
'piggy-banks-show' => 'bekijk spaarportje',
|
|
||||||
'preferences' => 'voorkeuren',
|
|
||||||
'profile' => 'profiel',
|
|
||||||
'profile-change-password' => 'verander je wachtwoord',
|
|
||||||
'profile-delete-account' => 'verwijder je account',
|
|
||||||
'reports-index' => 'rapporten',
|
|
||||||
'reports-report' => 'rapport',
|
|
||||||
'search' => 'zoeken',
|
|
||||||
'tags-index' => 'tags',
|
|
||||||
'tags-create' => 'maak nieuwe tag',
|
|
||||||
'tags-show' => 'bekijk tag',
|
|
||||||
'tags-edit' => 'wijzig tag',
|
|
||||||
'tags-delete' => 'verwijder tag',
|
|
||||||
'transactions-index' => 'transacties',
|
|
||||||
'transactions-create' => 'maak nieuwe transactie',
|
|
||||||
'transactions-edit' => 'wijzig transactie',
|
|
||||||
'transactions-delete' => 'verwijder transactie',
|
|
||||||
'transactions-show' => 'bekijk transactie',
|
|
||||||
];
|
];
|
||||||
|
@ -37,6 +37,7 @@ return [
|
|||||||
'repeat_freq' => 'Herhaling',
|
'repeat_freq' => 'Herhaling',
|
||||||
'description' => 'Omschrijving',
|
'description' => 'Omschrijving',
|
||||||
'amount' => 'Bedrag',
|
'amount' => 'Bedrag',
|
||||||
|
'internal_reference' => 'Interne referentie',
|
||||||
'date' => 'Datum',
|
'date' => 'Datum',
|
||||||
'interest_date' => 'Rentedatum',
|
'interest_date' => 'Rentedatum',
|
||||||
'book_date' => 'Boekdatum',
|
'book_date' => 'Boekdatum',
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'previous' => '« Vorige',
|
'previous' => '« Vorige',
|
||||||
'next' => 'Volgende »',
|
'next' => 'Volgende »',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -79,4 +79,9 @@ return [
|
|||||||
'url' => ':attribute is geen geldige URL.',
|
'url' => ':attribute is geen geldige URL.',
|
||||||
'timezone' => 'Het :attribute moet een geldige zone zijn.',
|
'timezone' => 'Het :attribute moet een geldige zone zijn.',
|
||||||
'2fa_code' => 'De waarde in het :attribute-veld is niet geldig.',
|
'2fa_code' => 'De waarde in het :attribute-veld is niet geldig.',
|
||||||
|
'dimensions' => 'Het :attribute heeft het verkeerde afbeeldingsformaat.',
|
||||||
|
'distinct' => 'Het :attribute veld heeft een dubbele waarde.',
|
||||||
|
'file' => ':attribute moet een bestand zijn.',
|
||||||
|
'in_array' => 'Het :attribute veld bestaat niet in :other.',
|
||||||
|
'present' => 'Het :attribute veld moet aanwezig zijn.',
|
||||||
];
|
];
|
||||||
|
28
resources/lang/pt_BR/auth.php
Normal file
28
resources/lang/pt_BR/auth.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* auth.php
|
||||||
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
|
*
|
||||||
|
* This software may be modified and distributed under the terms of the
|
||||||
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'failed' => 'These credentials do not match our records.',
|
||||||
|
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||||
|
|
||||||
|
];
|
@ -11,31 +11,31 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Início',
|
'home' => 'Início',
|
||||||
'edit_currency' => 'Edit currency ":name"',
|
'edit_currency' => 'Edit currency ":name"',
|
||||||
'delete_currency' => 'Delete currency ":name"',
|
'delete_currency' => 'Delete currency ":name"',
|
||||||
'newPiggyBank' => 'Criar um novo cofrinho',
|
'newPiggyBank' => 'Criar um novo cofrinho',
|
||||||
'edit_piggyBank' => 'Editar cofrinho ":name"',
|
'edit_piggyBank' => 'Editar cofrinho ":name"',
|
||||||
'preferences' => 'Preferências',
|
'preferences' => 'Preferências',
|
||||||
'profile' => 'Perfil',
|
'profile' => 'Perfil',
|
||||||
'changePassword' => 'Alterar sua senha',
|
'changePassword' => 'Alterar sua senha',
|
||||||
'bills' => 'Faturas',
|
'bills' => 'Faturas',
|
||||||
'newBill' => 'Nova fatura',
|
'newBill' => 'Nova fatura',
|
||||||
'edit_bill' => 'Editar fatura ":name"',
|
'edit_bill' => 'Editar fatura ":name"',
|
||||||
'delete_bill' => 'Apagar fatura ":name"',
|
'delete_bill' => 'Apagar fatura ":name"',
|
||||||
'reports' => 'Relatórios',
|
'reports' => 'Relatórios',
|
||||||
'searchResult' => 'Pesquisa por ":query"',
|
'searchResult' => 'Pesquisa por ":query"',
|
||||||
'withdrawal_list' => 'Despesas',
|
'withdrawal_list' => 'Despesas',
|
||||||
'deposit_list' => 'Receitas, renda e depósitos',
|
'deposit_list' => 'Receitas, renda e depósitos',
|
||||||
'transfer_list' => 'Transferências',
|
'transfer_list' => 'Transferências',
|
||||||
'transfers_list' => 'Transferências',
|
'transfers_list' => 'Transferências',
|
||||||
'create_withdrawal' => 'Criar uma nova retirada',
|
'create_withdrawal' => 'Criar uma nova retirada',
|
||||||
'create_deposit' => 'Criar um novo depósito',
|
'create_deposit' => 'Criar um novo depósito',
|
||||||
'create_transfer' => 'Criar nova transferência',
|
'create_transfer' => 'Criar nova transferência',
|
||||||
'edit_journal' => 'Editar transação ":description"',
|
'edit_journal' => 'Editar transação ":description"',
|
||||||
'delete_journal' => 'Apagar transação ":description"',
|
'delete_journal' => 'Apagar transação ":description"',
|
||||||
'tags' => 'Etiquetas',
|
'tags' => 'Etiquetas',
|
||||||
'createTag' => 'Criar nova etiqueta',
|
'createTag' => 'Criar nova etiqueta',
|
||||||
'edit_tag' => 'Editar etiqueta ":tag"',
|
'edit_tag' => 'Editar etiqueta ":tag"',
|
||||||
'delete_tag' => 'Apagar etiqueta ":tag"',
|
'delete_tag' => 'Apagar etiqueta ":tag"',
|
||||||
];
|
];
|
||||||
|
@ -764,7 +764,7 @@ return [
|
|||||||
'no_edit_multiple_left' => 'Você não selecionou nenhuma transação válida para editar.',
|
'no_edit_multiple_left' => 'Você não selecionou nenhuma transação válida para editar.',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'configuration_file_help' => 'Se você importou anteriormente dados para Firefly III, você pode ter um arquivo de configuração, que pre-definirá valores de configuração para você.',
|
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
|
||||||
'import_data_index' => 'Index',
|
'import_data_index' => 'Index',
|
||||||
'import_file_type_csv' => 'CSV (valores separados por vírgula)',
|
'import_file_type_csv' => 'CSV (valores separados por vírgula)',
|
||||||
'import_file_type_help' => 'Selecione o tipo de arquivo que você fará o upload',
|
'import_file_type_help' => 'Selecione o tipo de arquivo que você fará o upload',
|
||||||
@ -782,7 +782,10 @@ return [
|
|||||||
'import_data' => 'Importar dados',
|
'import_data' => 'Importar dados',
|
||||||
'import_data_full' => 'Importar dados para o Firefly III',
|
'import_data_full' => 'Importar dados para o Firefly III',
|
||||||
'import' => 'Importar',
|
'import' => 'Importar',
|
||||||
'import_intro_text' => 'Bem-vindo à rotina de importação de dados do Firefly III. Neste momento, essa rotina pode ajudá-lo a importar arquivos para o Firefly. Para fazer isso, você deve baixar ou exportar suas transações de outros sistemas ou software e enviá-los aqui. As próximas etapas permitirá que você ajude Firefly III determine qual é o conteúdo do seu arquivo e como lidar com ele. Por favor, selecione um arquivo e leia todas as instruções cuidadosamente.',
|
'import_intro_what_it_does' => 'This page allows you to import data into Firefly III. To do so, export data from your bank, or from another financial management system. Upload that file here. Firefly III will convert the data. You need to give it some directions. Please select a file and follow the instructions.',
|
||||||
|
'import_intro_import_conf_title' => 'Import "configuration"',
|
||||||
|
'import_intro_beta_warning' => 'Warning',
|
||||||
|
'import_intro_import_conf_text' => 'As you will discover over the next few pages, this import routine has a lot of settings. These settings are mainly dependent on the bank (or financial management software) your file comes from. There is a good chance somebody else already imported such a file and has shared their <em>configuration file</em>. Please visit the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong> to see if there already is a configuration available for your bank or system. If there is, you should download this configuration file and upload it here as well. It will save you a lot of time!',
|
||||||
'import_file_help' => 'Selecione seu arquivo',
|
'import_file_help' => 'Selecione seu arquivo',
|
||||||
'import_status_settings_complete' => 'The import is ready to start.',
|
'import_status_settings_complete' => 'The import is ready to start.',
|
||||||
'import_status_import_complete' => 'The import has completed.',
|
'import_status_import_complete' => 'The import has completed.',
|
||||||
@ -798,6 +801,9 @@ return [
|
|||||||
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
||||||
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
||||||
'import_with_key' => 'Import with key \':key\'',
|
'import_with_key' => 'Import with key \':key\'',
|
||||||
|
|
||||||
|
'import_share_configuration' => 'Please consider downloading your configuration and sharing it at the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong>. This will allow other users of Firefly III to import their files more easily.',
|
||||||
|
|
||||||
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
||||||
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
||||||
|
|
||||||
|
@ -12,76 +12,22 @@
|
|||||||
return [
|
return [
|
||||||
|
|
||||||
// tour!
|
// tour!
|
||||||
'main-content-title' => 'Bem Vindo ao Firefly III',
|
'main-content-title' => 'Bem Vindo ao Firefly III',
|
||||||
'main-content-text' => 'Faça um favor a você mesmo e siga este pequeno guia para certificar-se de que sabe o caminho de volta.',
|
'main-content-text' => 'Faça um favor a você mesmo e siga este pequeno guia para certificar-se de que sabe o caminho de volta.',
|
||||||
'sidebar-toggle-title' => 'Barra lateral para criar coisas',
|
'sidebar-toggle-title' => 'Barra lateral para criar coisas',
|
||||||
'sidebar-toggle-text' => 'Escondido sob o ícone de adição são todos os botões para criar coisas novas. Contas, transações, tudo!',
|
'sidebar-toggle-text' => 'Escondido sob o ícone de adição são todos os botões para criar coisas novas. Contas, transações, tudo!',
|
||||||
'account-menu-title' => 'Todas suas contas',
|
'account-menu-title' => 'Todas suas contas',
|
||||||
'account-menu-text' => 'Aqui você pode encontrar todas as contas que você fez.',
|
'account-menu-text' => 'Aqui você pode encontrar todas as contas que você fez.',
|
||||||
'budget-menu-title' => 'Orçamentos',
|
'budget-menu-title' => 'Orçamentos',
|
||||||
'budget-menu-text' => 'Use esta página para organizar suas finanças e limitar as despesas.',
|
'budget-menu-text' => 'Use esta página para organizar suas finanças e limitar as despesas.',
|
||||||
'report-menu-title' => 'Relatórios',
|
'report-menu-title' => 'Relatórios',
|
||||||
'report-menu-text' => 'Retire isso quando você quiser uma visão geral de suas finanças.',
|
'report-menu-text' => 'Retire isso quando você quiser uma visão geral de suas finanças.',
|
||||||
'transaction-menu-title' => 'Transações',
|
'transaction-menu-title' => 'Transações',
|
||||||
'transaction-menu-text' => 'Todas as transações que você criou podem ser encontradas aqui.',
|
'transaction-menu-text' => 'Todas as transações que você criou podem ser encontradas aqui.',
|
||||||
'option-menu-title' => 'Opções',
|
'option-menu-title' => 'Opções',
|
||||||
'option-menu-text' => 'Isto é bastante auto-explicativo.',
|
'option-menu-text' => 'Isto é bastante auto-explicativo.',
|
||||||
'main-content-end-title' => 'Fim!',
|
'main-content-end-title' => 'Fim!',
|
||||||
'main-content-end-text' => 'Lembre-se que cada página tem um pequeno ponto de interrogação na parte superior direita. Clique nele para obter ajuda sobre a página que você está.',
|
'main-content-end-text' => 'Lembre-se que cada página tem um pequeno ponto de interrogação na parte superior direita. Clique nele para obter ajuda sobre a página que você está.',
|
||||||
'index' => 'índice',
|
'index' => 'índice',
|
||||||
'home' => 'casa',
|
'home' => 'casa',
|
||||||
'accounts-index' => 'Contas',
|
|
||||||
'accounts-create' => 'Criando Contas',
|
|
||||||
'accounts-edit' => 'Editando Contas',
|
|
||||||
'accounts-delete' => 'Apagando Contas',
|
|
||||||
'accounts-show' => 'Detalhes de Contas',
|
|
||||||
'attachments-edit' => 'Editando Anexos',
|
|
||||||
'attachments-delete' => 'Apagando Anexos',
|
|
||||||
'attachments-show' => 'Detalhes de Anexos',
|
|
||||||
'attachments-preview' => 'Previsualisação de Anexos',
|
|
||||||
'bills-index' => 'Faturas',
|
|
||||||
'bills-create' => 'Criando Faturas',
|
|
||||||
'bills-edit' => 'Editando Faturas',
|
|
||||||
'bills-delete' => 'Apagando Faturas',
|
|
||||||
'bills-show' => 'Detalhes da Fatura',
|
|
||||||
'budgets-index' => 'Orçamentos',
|
|
||||||
'budgets-create' => 'Criando Orçamentos',
|
|
||||||
'budgets-edit' => 'Editando Orçamentos',
|
|
||||||
'budgets-delete' => 'Apagando Orçamentos',
|
|
||||||
'budgets-show' => 'Detalhes de Orçamentos',
|
|
||||||
'budgets-noBudget' => 'Sem Orçamentos',
|
|
||||||
'categories-index' => 'Categorias',
|
|
||||||
'categories-create' => 'Criando Categorias',
|
|
||||||
'categories-edit' => 'Editando Categorias',
|
|
||||||
'categories-delete' => 'Apagando Categorias',
|
|
||||||
'categories-show' => 'Detalhes de Categorias',
|
|
||||||
'categories-show-date' => 'Detalhes da Categoria por Data',
|
|
||||||
'categories-noCategory' => 'Sem Categorias',
|
|
||||||
'currency-index' => 'Moedas',
|
|
||||||
'currency-create' => 'Criando Moedas',
|
|
||||||
'currency-edit' => 'Editando Moedas',
|
|
||||||
'currency-delete' => 'Apagando Moedas',
|
|
||||||
'new-user-index' => 'Novo Usuário',
|
|
||||||
'piggy-banks-index' => 'Cofrinhos',
|
|
||||||
'piggy-banks-create' => 'Criando Cofrinhos',
|
|
||||||
'piggy-banks-edit' => 'Editando Cofrinhos',
|
|
||||||
'piggy-banks-delete' => 'Apagando Cofrinhos',
|
|
||||||
'piggy-banks-show' => 'Detalhes do Cofrinho',
|
|
||||||
'preferences' => 'preferências',
|
|
||||||
'profile' => 'perfil',
|
|
||||||
'profile-change-password' => 'Alterando Senha',
|
|
||||||
'profile-delete-account' => 'Apagando Perfil',
|
|
||||||
'reports-index' => 'Relatórios',
|
|
||||||
'reports-report' => 'Relatório',
|
|
||||||
'search' => 'pesquisa',
|
|
||||||
'tags-index' => 'Tags',
|
|
||||||
'tags-create' => 'Criando Tags',
|
|
||||||
'tags-show' => 'Detalhes da Tag',
|
|
||||||
'tags-edit' => 'Editando Tags',
|
|
||||||
'tags-delete' => 'Apagando Tags',
|
|
||||||
'transactions-index' => 'Transações',
|
|
||||||
'transactions-create' => 'Criando Transações',
|
|
||||||
'transactions-edit' => 'Editando Transações',
|
|
||||||
'transactions-delete' => 'Apagando Transações',
|
|
||||||
'transactions-show' => 'Detalhes da Transação',
|
|
||||||
];
|
];
|
||||||
|
@ -37,6 +37,7 @@ return [
|
|||||||
'repeat_freq' => 'Repetições',
|
'repeat_freq' => 'Repetições',
|
||||||
'description' => 'Descrição',
|
'description' => 'Descrição',
|
||||||
'amount' => 'Total',
|
'amount' => 'Total',
|
||||||
|
'internal_reference' => 'Internal reference',
|
||||||
'date' => 'Data',
|
'date' => 'Data',
|
||||||
'interest_date' => 'Data de interesse',
|
'interest_date' => 'Data de interesse',
|
||||||
'book_date' => 'Data reserva',
|
'book_date' => 'Data reserva',
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'previous' => '« Anterior',
|
'previous' => '« Anterior',
|
||||||
'next' => 'Próximo »',
|
'next' => 'Próximo »',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -79,4 +79,9 @@ return [
|
|||||||
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
||||||
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
||||||
'2fa_code' => 'O campo :attribute é inválido.',
|
'2fa_code' => 'O campo :attribute é inválido.',
|
||||||
|
'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.',
|
||||||
];
|
];
|
||||||
|
28
resources/lang/zh-HK/auth.php
Normal file
28
resources/lang/zh-HK/auth.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* auth.php
|
||||||
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
|
*
|
||||||
|
* This software may be modified and distributed under the terms of the
|
||||||
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'failed' => 'These credentials do not match our records.',
|
||||||
|
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||||
|
|
||||||
|
];
|
@ -11,31 +11,31 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Home',
|
'home' => 'Home',
|
||||||
'edit_currency' => 'Edit currency ":name"',
|
'edit_currency' => 'Edit currency ":name"',
|
||||||
'delete_currency' => 'Delete currency ":name"',
|
'delete_currency' => 'Delete currency ":name"',
|
||||||
'newPiggyBank' => 'Create a new piggy bank',
|
'newPiggyBank' => 'Create a new piggy bank',
|
||||||
'edit_piggyBank' => 'Edit piggy bank ":name"',
|
'edit_piggyBank' => 'Edit piggy bank ":name"',
|
||||||
'preferences' => 'Preferences',
|
'preferences' => 'Preferences',
|
||||||
'profile' => 'Profile',
|
'profile' => 'Profile',
|
||||||
'changePassword' => 'Change your password',
|
'changePassword' => 'Change your password',
|
||||||
'bills' => 'Bills',
|
'bills' => 'Bills',
|
||||||
'newBill' => 'New bill',
|
'newBill' => 'New bill',
|
||||||
'edit_bill' => 'Edit bill ":name"',
|
'edit_bill' => 'Edit bill ":name"',
|
||||||
'delete_bill' => 'Delete bill ":name"',
|
'delete_bill' => 'Delete bill ":name"',
|
||||||
'reports' => 'Reports',
|
'reports' => 'Reports',
|
||||||
'searchResult' => 'Search for ":query"',
|
'searchResult' => 'Search for ":query"',
|
||||||
'withdrawal_list' => 'Expenses',
|
'withdrawal_list' => 'Expenses',
|
||||||
'deposit_list' => 'Revenue, income and deposits',
|
'deposit_list' => 'Revenue, income and deposits',
|
||||||
'transfer_list' => 'Transfers',
|
'transfer_list' => 'Transfers',
|
||||||
'transfers_list' => 'Transfers',
|
'transfers_list' => 'Transfers',
|
||||||
'create_withdrawal' => 'Create new withdrawal',
|
'create_withdrawal' => 'Create new withdrawal',
|
||||||
'create_deposit' => 'Create new deposit',
|
'create_deposit' => 'Create new deposit',
|
||||||
'create_transfer' => 'Create new transfer',
|
'create_transfer' => 'Create new transfer',
|
||||||
'edit_journal' => 'Edit transaction ":description"',
|
'edit_journal' => 'Edit transaction ":description"',
|
||||||
'delete_journal' => 'Delete transaction ":description"',
|
'delete_journal' => 'Delete transaction ":description"',
|
||||||
'tags' => 'Tags',
|
'tags' => 'Tags',
|
||||||
'createTag' => 'Create new tag',
|
'createTag' => 'Create new tag',
|
||||||
'edit_tag' => 'Edit tag ":tag"',
|
'edit_tag' => 'Edit tag ":tag"',
|
||||||
'delete_tag' => 'Delete tag ":tag"',
|
'delete_tag' => 'Delete tag ":tag"',
|
||||||
];
|
];
|
||||||
|
@ -764,7 +764,7 @@ return [
|
|||||||
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you.',
|
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
|
||||||
'import_data_index' => 'Index',
|
'import_data_index' => 'Index',
|
||||||
'import_file_type_csv' => 'CSV (comma separated values)',
|
'import_file_type_csv' => 'CSV (comma separated values)',
|
||||||
'import_file_type_help' => 'Select the type of file you will upload',
|
'import_file_type_help' => 'Select the type of file you will upload',
|
||||||
@ -782,7 +782,10 @@ return [
|
|||||||
'import_data' => 'Import data',
|
'import_data' => 'Import data',
|
||||||
'import_data_full' => 'Import data into Firefly III',
|
'import_data_full' => 'Import data into Firefly III',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'import_intro_text' => 'Welcome to the Firefly III data import routine. At the moment, this routine can help you import files into Firefly. To do so, you must download or export transactions from other systems or software, and upload them here. The next steps will let you help Firefly III determin what the content is of your file, and how to handle it. Please select a file, and read all instructions carefully.',
|
'import_intro_what_it_does' => 'This page allows you to import data into Firefly III. To do so, export data from your bank, or from another financial management system. Upload that file here. Firefly III will convert the data. You need to give it some directions. Please select a file and follow the instructions.',
|
||||||
|
'import_intro_import_conf_title' => 'Import "configuration"',
|
||||||
|
'import_intro_beta_warning' => 'Warning',
|
||||||
|
'import_intro_import_conf_text' => 'As you will discover over the next few pages, this import routine has a lot of settings. These settings are mainly dependent on the bank (or financial management software) your file comes from. There is a good chance somebody else already imported such a file and has shared their <em>configuration file</em>. Please visit the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong> to see if there already is a configuration available for your bank or system. If there is, you should download this configuration file and upload it here as well. It will save you a lot of time!',
|
||||||
'import_file_help' => 'Select your file',
|
'import_file_help' => 'Select your file',
|
||||||
'import_status_settings_complete' => 'The import is ready to start.',
|
'import_status_settings_complete' => 'The import is ready to start.',
|
||||||
'import_status_import_complete' => 'The import has completed.',
|
'import_status_import_complete' => 'The import has completed.',
|
||||||
@ -798,6 +801,9 @@ return [
|
|||||||
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
'import_double' => 'Row #:row: This row has been imported before, and is stored in <a href=":link">:description</a>.',
|
||||||
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
'import_finished_all' => 'The import has finished. Please check out the results below.',
|
||||||
'import_with_key' => 'Import with key \':key\'',
|
'import_with_key' => 'Import with key \':key\'',
|
||||||
|
|
||||||
|
'import_share_configuration' => 'Please consider downloading your configuration and sharing it at the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong>. This will allow other users of Firefly III to import their files more easily.',
|
||||||
|
|
||||||
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ',
|
||||||
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
'import_finished_link' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
||||||
|
|
||||||
|
@ -12,76 +12,22 @@
|
|||||||
return [
|
return [
|
||||||
|
|
||||||
// tour!
|
// tour!
|
||||||
'main-content-title' => 'Welcome to Firefly III',
|
'main-content-title' => 'Welcome to Firefly III',
|
||||||
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
|
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
|
||||||
'sidebar-toggle-title' => 'Sidebar to create stuff',
|
'sidebar-toggle-title' => 'Sidebar to create stuff',
|
||||||
'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!',
|
'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!',
|
||||||
'account-menu-title' => 'All your accounts',
|
'account-menu-title' => 'All your accounts',
|
||||||
'account-menu-text' => 'Here you can find all the accounts you\'ve made.',
|
'account-menu-text' => 'Here you can find all the accounts you\'ve made.',
|
||||||
'budget-menu-title' => 'Budgets',
|
'budget-menu-title' => 'Budgets',
|
||||||
'budget-menu-text' => 'Use this page to organise your finances and limit spending.',
|
'budget-menu-text' => 'Use this page to organise your finances and limit spending.',
|
||||||
'report-menu-title' => 'Reports',
|
'report-menu-title' => 'Reports',
|
||||||
'report-menu-text' => 'Check this out when you want a solid overview of your finances.',
|
'report-menu-text' => 'Check this out when you want a solid overview of your finances.',
|
||||||
'transaction-menu-title' => 'Transactions',
|
'transaction-menu-title' => 'Transactions',
|
||||||
'transaction-menu-text' => 'All transactions you\'ve created can be found here.',
|
'transaction-menu-text' => 'All transactions you\'ve created can be found here.',
|
||||||
'option-menu-title' => 'Options',
|
'option-menu-title' => 'Options',
|
||||||
'option-menu-text' => 'This is pretty self-explanatory.',
|
'option-menu-text' => 'This is pretty self-explanatory.',
|
||||||
'main-content-end-title' => 'The end!',
|
'main-content-end-title' => 'The end!',
|
||||||
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
|
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
|
||||||
'index' => 'index',
|
'index' => 'index',
|
||||||
'home' => 'home',
|
'home' => 'home',
|
||||||
'accounts-index' => 'accounts.index',
|
|
||||||
'accounts-create' => 'accounts.create',
|
|
||||||
'accounts-edit' => 'accounts.edit',
|
|
||||||
'accounts-delete' => 'accounts.delete',
|
|
||||||
'accounts-show' => 'accounts.show',
|
|
||||||
'attachments-edit' => 'attachments.edit',
|
|
||||||
'attachments-delete' => 'attachments.delete',
|
|
||||||
'attachments-show' => 'attachments.show',
|
|
||||||
'attachments-preview' => 'attachments.preview',
|
|
||||||
'bills-index' => 'bills.index',
|
|
||||||
'bills-create' => 'bills.create',
|
|
||||||
'bills-edit' => 'bills.edit',
|
|
||||||
'bills-delete' => 'bills.delete',
|
|
||||||
'bills-show' => 'bills.show',
|
|
||||||
'budgets-index' => 'budgets.index',
|
|
||||||
'budgets-create' => 'budgets.create',
|
|
||||||
'budgets-edit' => 'budgets.edit',
|
|
||||||
'budgets-delete' => 'budgets.delete',
|
|
||||||
'budgets-show' => 'budgets.show',
|
|
||||||
'budgets-noBudget' => 'budgets.noBudget',
|
|
||||||
'categories-index' => 'categories.index',
|
|
||||||
'categories-create' => 'categories.create',
|
|
||||||
'categories-edit' => 'categories.edit',
|
|
||||||
'categories-delete' => 'categories.delete',
|
|
||||||
'categories-show' => 'categories.show',
|
|
||||||
'categories-show-date' => 'categories.show.date',
|
|
||||||
'categories-noCategory' => 'categories.noCategory',
|
|
||||||
'currency-index' => 'currency.index',
|
|
||||||
'currency-create' => 'currency.create',
|
|
||||||
'currency-edit' => 'currency.edit',
|
|
||||||
'currency-delete' => 'currency.delete',
|
|
||||||
'new-user-index' => 'new-user.index',
|
|
||||||
'piggy-banks-index' => 'piggy-banks.index',
|
|
||||||
'piggy-banks-create' => 'piggy-banks.create',
|
|
||||||
'piggy-banks-edit' => 'piggy-banks.edit',
|
|
||||||
'piggy-banks-delete' => 'piggy-banks.delete',
|
|
||||||
'piggy-banks-show' => 'piggy-banks.show',
|
|
||||||
'preferences' => 'preferences',
|
|
||||||
'profile' => 'profile',
|
|
||||||
'profile-change-password' => 'profile.change-password',
|
|
||||||
'profile-delete-account' => 'profile.delete-account',
|
|
||||||
'reports-index' => 'reports.index',
|
|
||||||
'reports-report' => 'reports.report',
|
|
||||||
'search' => 'search',
|
|
||||||
'tags-index' => 'tags.index',
|
|
||||||
'tags-create' => 'tags.create',
|
|
||||||
'tags-show' => 'tags.show',
|
|
||||||
'tags-edit' => 'tags.edit',
|
|
||||||
'tags-delete' => 'tags.delete',
|
|
||||||
'transactions-index' => 'transactions.index',
|
|
||||||
'transactions-create' => 'transactions.create',
|
|
||||||
'transactions-edit' => 'transactions.edit',
|
|
||||||
'transactions-delete' => 'transactions.delete',
|
|
||||||
'transactions-show' => 'transactions.show',
|
|
||||||
];
|
];
|
||||||
|
@ -37,6 +37,7 @@ return [
|
|||||||
'repeat_freq' => 'Repeats',
|
'repeat_freq' => 'Repeats',
|
||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'amount' => 'Amount',
|
'amount' => 'Amount',
|
||||||
|
'internal_reference' => 'Internal reference',
|
||||||
'date' => 'Date',
|
'date' => 'Date',
|
||||||
'interest_date' => 'Interest date',
|
'interest_date' => 'Interest date',
|
||||||
'book_date' => 'Book date',
|
'book_date' => 'Book date',
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'previous' => '« Previous',
|
'previous' => '« Previous',
|
||||||
'next' => 'Next »',
|
'next' => 'Next »',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -79,4 +79,9 @@ return [
|
|||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
'timezone' => 'The :attribute must be a valid zone.',
|
'timezone' => 'The :attribute must be a valid zone.',
|
||||||
'2fa_code' => 'The :attribute field is invalid.',
|
'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.',
|
||||||
];
|
];
|
||||||
|
28
resources/lang/zh-TW/auth.php
Normal file
28
resources/lang/zh-TW/auth.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* auth.php
|
||||||
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||||
|
*
|
||||||
|
* This software may be modified and distributed under the terms of the
|
||||||
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
*
|
||||||
|
* See the LICENSE file for details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'failed' => 'These credentials do not match our records.',
|
||||||
|
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||||
|
|
||||||
|
];
|
@ -11,31 +11,31 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => '首頁',
|
'home' => '首頁',
|
||||||
'edit_currency' => '編輯貨幣 ":name"',
|
'edit_currency' => '編輯貨幣 ":name"',
|
||||||
'delete_currency' => '刪除貨幣 ":name"',
|
'delete_currency' => '刪除貨幣 ":name"',
|
||||||
'newPiggyBank' => '創建一個新的存錢筒',
|
'newPiggyBank' => '創建一個新的存錢筒',
|
||||||
'edit_piggyBank' => '編輯存錢筒 ":name"',
|
'edit_piggyBank' => '編輯存錢筒 ":name"',
|
||||||
'preferences' => '設定',
|
'preferences' => '設定',
|
||||||
'profile' => '個人設定',
|
'profile' => '個人設定',
|
||||||
'changePassword' => '更改密碼',
|
'changePassword' => '更改密碼',
|
||||||
'bills' => '賬單',
|
'bills' => '賬單',
|
||||||
'newBill' => '新增賬單',
|
'newBill' => '新增賬單',
|
||||||
'edit_bill' => '編輯賬單 ":name"',
|
'edit_bill' => '編輯賬單 ":name"',
|
||||||
'delete_bill' => '刪除賬單 ":name"',
|
'delete_bill' => '刪除賬單 ":name"',
|
||||||
'reports' => '報表',
|
'reports' => '報表',
|
||||||
'searchResult' => '搜尋 ":query"',
|
'searchResult' => '搜尋 ":query"',
|
||||||
'withdrawal_list' => '支出',
|
'withdrawal_list' => '支出',
|
||||||
'deposit_list' => '收入、薪金與存款',
|
'deposit_list' => '收入、薪金與存款',
|
||||||
'transfer_list' => '轉帳',
|
'transfer_list' => '轉帳',
|
||||||
'transfers_list' => '轉帳',
|
'transfers_list' => '轉帳',
|
||||||
'create_withdrawal' => '新增提款',
|
'create_withdrawal' => '新增提款',
|
||||||
'create_deposit' => '新增存款',
|
'create_deposit' => '新增存款',
|
||||||
'create_transfer' => '新增轉帳',
|
'create_transfer' => '新增轉帳',
|
||||||
'edit_journal' => '編緝交易 ":description"',
|
'edit_journal' => '編緝交易 ":description"',
|
||||||
'delete_journal' => '刪除交易 ":description"',
|
'delete_journal' => '刪除交易 ":description"',
|
||||||
'tags' => '標籤',
|
'tags' => '標籤',
|
||||||
'createTag' => '建立新標籤',
|
'createTag' => '建立新標籤',
|
||||||
'edit_tag' => '編輯標籤 ":tag"',
|
'edit_tag' => '編輯標籤 ":tag"',
|
||||||
'delete_tag' => '刪除標籤 ":tag"',
|
'delete_tag' => '刪除標籤 ":tag"',
|
||||||
];
|
];
|
||||||
|
@ -69,13 +69,13 @@ return [
|
|||||||
'column_opposing-id' => '抵銷的帳戶 ID (與 Firefly 匹配)',
|
'column_opposing-id' => '抵銷的帳戶 ID (與 Firefly 匹配)',
|
||||||
'column_external-id' => '外部 ID',
|
'column_external-id' => '外部 ID',
|
||||||
'column_opposing-name' => '抵銷的帳戶 (名稱)',
|
'column_opposing-name' => '抵銷的帳戶 (名稱)',
|
||||||
'column_rabo-debet-credit' => 'Rabobank specific debet/credit indicator',
|
'column_rabo-debet-credit' => '荷蘭合作銀行獨有的借記/貸記指標',
|
||||||
'column_ing-debet-credit' => 'ING specific debet/credit indicator',
|
'column_ing-debet-credit' => 'ING 集團獨有的借記/貸記指標',
|
||||||
'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID',
|
'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID',
|
||||||
'column_sepa-ct-op' => 'SEPA 貸記劃撥抵銷的帳戶',
|
'column_sepa-ct-op' => 'SEPA 貸記劃撥抵銷的帳戶',
|
||||||
'column_sepa-db' => 'SEPA Direct Debet',
|
'column_sepa-db' => 'SEPA 直接付款',
|
||||||
'column_tags-comma' => 'Tags (comma separated)',
|
'column_tags-comma' => '標籤 (逗號分隔)',
|
||||||
'column_tags-space' => 'Tags (space separated)',
|
'column_tags-space' => '標籤 (空格分隔)',
|
||||||
'column_account-number' => '資產帳戶 (帳號號碼)',
|
'column_account-number' => '資產帳戶 (帳號號碼)',
|
||||||
'column_opposing-number' => '抵銷的帳戶 (帳號號碼)',
|
'column_opposing-number' => '抵銷的帳戶 (帳號號碼)',
|
||||||
];
|
];
|
||||||
|
@ -67,7 +67,7 @@ return [
|
|||||||
'registered' => '您已成功註冊 !',
|
'registered' => '您已成功註冊 !',
|
||||||
'search' => '搜尋',
|
'search' => '搜尋',
|
||||||
'no_budget_pointer' => '你還沒有預算。你可以在<a href="/budgets">預算</a>頁來建立預算。預算可以幫助你跟蹤支出情況。',
|
'no_budget_pointer' => '你還沒有預算。你可以在<a href="/budgets">預算</a>頁來建立預算。預算可以幫助你跟蹤支出情況。',
|
||||||
'source_accounts' => 'Source account(s)',
|
'source_accounts' => '來源帳戶',
|
||||||
'destination_accounts' => '目標帳戶',
|
'destination_accounts' => '目標帳戶',
|
||||||
|
|
||||||
// repeat frequencies:
|
// repeat frequencies:
|
||||||
@ -80,14 +80,14 @@ return [
|
|||||||
'confirm_account_header' => '請確認你的帳戶',
|
'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_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.',
|
'confirm_account_resend_email' => 'Send me the confirmation message I need to activate my account.',
|
||||||
'account_is_confirmed' => 'Your account has been confirmed!',
|
'account_is_confirmed' => '你的帳戶已通過驗證。',
|
||||||
'invalid_activation_code' => 'It seems the code you are using is not valid, or has expired.',
|
'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_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 <a href="mailto::owner">:owner</a> or check the log files to see what went wrong.',
|
'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 <a href="mailto::owner">:owner</a> 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_is_resent_go_home' => '轉到 Firefly 的首頁',
|
||||||
'confirm_account_not_resent_header' => 'Something went wrong :(',
|
'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 <a href="mailto::owner">:owner</a> 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' => 'The confirmation message has been not resent. If you still did not receive the confirmation message, please contact the site owner at <a href="mailto::owner">:owner</a> 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',
|
'confirm_account_not_resent_go_home' => '轉到 Firefly 的首頁',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export' => '匯入與匯出',
|
'import_and_export' => '匯入與匯出',
|
||||||
@ -182,10 +182,10 @@ return [
|
|||||||
|
|
||||||
// actions and triggers
|
// actions and triggers
|
||||||
'rule_trigger_user_action' => 'User action is ":trigger_value"',
|
'rule_trigger_user_action' => 'User action is ":trigger_value"',
|
||||||
'rule_trigger_from_account_starts' => 'Source account starts with ":trigger_value"',
|
'rule_trigger_from_account_starts' => '以 ":trigger_value" 開頭的來源帳戶',
|
||||||
'rule_trigger_from_account_ends' => 'Source account ends with ":trigger_value"',
|
'rule_trigger_from_account_ends' => '以 ":trigger_value" 為結尾的來源帳戶',
|
||||||
'rule_trigger_from_account_is' => 'Source account is ":trigger_value"',
|
'rule_trigger_from_account_is' => '來源帳戶是 ":trigger_value"',
|
||||||
'rule_trigger_from_account_contains' => 'Source account contains ":trigger_value"',
|
'rule_trigger_from_account_contains' => '含 ":trigger_value" 的來源帳戶',
|
||||||
'rule_trigger_to_account_starts' => 'Destination account starts with ":trigger_value"',
|
'rule_trigger_to_account_starts' => 'Destination account starts with ":trigger_value"',
|
||||||
'rule_trigger_to_account_ends' => 'Destination account ends with ":trigger_value"',
|
'rule_trigger_to_account_ends' => 'Destination account ends with ":trigger_value"',
|
||||||
'rule_trigger_to_account_is' => 'Destination account is ":trigger_value"',
|
'rule_trigger_to_account_is' => 'Destination account is ":trigger_value"',
|
||||||
@ -198,10 +198,10 @@ return [
|
|||||||
'rule_trigger_description_ends' => '以 ":trigger_value" 為結尾的描述',
|
'rule_trigger_description_ends' => '以 ":trigger_value" 為結尾的描述',
|
||||||
'rule_trigger_description_contains' => '含 ":trigger_value" 的描述',
|
'rule_trigger_description_contains' => '含 ":trigger_value" 的描述',
|
||||||
'rule_trigger_description_is' => '描述是 ":trigger_value"',
|
'rule_trigger_description_is' => '描述是 ":trigger_value"',
|
||||||
'rule_trigger_from_account_starts_choice' => 'Source account starts with..',
|
'rule_trigger_from_account_starts_choice' => '來源帳戶以…開頭',
|
||||||
'rule_trigger_from_account_ends_choice' => 'Source account ends with..',
|
'rule_trigger_from_account_ends_choice' => '來源帳戶以…結尾',
|
||||||
'rule_trigger_from_account_is_choice' => 'Source account is..',
|
'rule_trigger_from_account_is_choice' => '來源帳戶是…',
|
||||||
'rule_trigger_from_account_contains_choice' => 'Source account contains..',
|
'rule_trigger_from_account_contains_choice' => '來源帳戶含有…',
|
||||||
'rule_trigger_to_account_starts_choice' => 'Destination account starts with..',
|
'rule_trigger_to_account_starts_choice' => 'Destination account starts with..',
|
||||||
'rule_trigger_to_account_ends_choice' => 'Destination account ends with..',
|
'rule_trigger_to_account_ends_choice' => 'Destination account ends with..',
|
||||||
'rule_trigger_to_account_is_choice' => 'Destination account is..',
|
'rule_trigger_to_account_is_choice' => 'Destination account is..',
|
||||||
@ -220,9 +220,9 @@ return [
|
|||||||
'rule_action_clear_category' => 'Clear category',
|
'rule_action_clear_category' => 'Clear category',
|
||||||
'rule_action_set_budget' => 'Set budget to ":action_value"',
|
'rule_action_set_budget' => 'Set budget to ":action_value"',
|
||||||
'rule_action_clear_budget' => 'Clear budget',
|
'rule_action_clear_budget' => 'Clear budget',
|
||||||
'rule_action_add_tag' => 'Add tag ":action_value"',
|
'rule_action_add_tag' => '新增標籤 ":action_value"',
|
||||||
'rule_action_remove_tag' => 'Remove tag ":action_value"',
|
'rule_action_remove_tag' => '刪除標籤 ":action_value"',
|
||||||
'rule_action_remove_all_tags' => 'Remove all tags',
|
'rule_action_remove_all_tags' => '移除所有標籤',
|
||||||
'rule_action_set_description' => '設置描述為 ":action_value"',
|
'rule_action_set_description' => '設置描述為 ":action_value"',
|
||||||
'rule_action_append_description' => '描述後加上 ":action_value"',
|
'rule_action_append_description' => '描述後加上 ":action_value"',
|
||||||
'rule_action_prepend_description' => '描述前加上 ":action_value"',
|
'rule_action_prepend_description' => '描述前加上 ":action_value"',
|
||||||
@ -230,16 +230,16 @@ return [
|
|||||||
'rule_action_clear_category_choice' => 'Clear any category',
|
'rule_action_clear_category_choice' => 'Clear any category',
|
||||||
'rule_action_set_budget_choice' => 'Set budget to..',
|
'rule_action_set_budget_choice' => 'Set budget to..',
|
||||||
'rule_action_clear_budget_choice' => 'Clear any budget',
|
'rule_action_clear_budget_choice' => 'Clear any budget',
|
||||||
'rule_action_add_tag_choice' => 'Add tag..',
|
'rule_action_add_tag_choice' => '新增標籤…',
|
||||||
'rule_action_remove_tag_choice' => 'Remove tag..',
|
'rule_action_remove_tag_choice' => '移除標籤…',
|
||||||
'rule_action_remove_all_tags_choice' => 'Remove all tags',
|
'rule_action_remove_all_tags_choice' => '移除所有標籤',
|
||||||
'rule_action_set_description_choice' => '把描述設置為…',
|
'rule_action_set_description_choice' => '把描述設置為…',
|
||||||
'rule_action_append_description_choice' => '描述後加上…',
|
'rule_action_append_description_choice' => '描述後加上…',
|
||||||
'rule_action_prepend_description_choice' => '描述前加上…',
|
'rule_action_prepend_description_choice' => '描述前加上…',
|
||||||
|
|
||||||
// tags
|
// tags
|
||||||
'store_new_tag' => 'Store new tag',
|
'store_new_tag' => '儲存新的標籤',
|
||||||
'update_tag' => 'Update tag',
|
'update_tag' => '更新標籤',
|
||||||
'no_location_set' => 'No location set.',
|
'no_location_set' => 'No location set.',
|
||||||
'meta_data' => 'Meta data',
|
'meta_data' => 'Meta data',
|
||||||
'location' => 'Location',
|
'location' => 'Location',
|
||||||
@ -285,7 +285,7 @@ return [
|
|||||||
'pref_optional_tj_interest_date' => 'Interest date',
|
'pref_optional_tj_interest_date' => 'Interest date',
|
||||||
'pref_optional_tj_book_date' => 'Book date',
|
'pref_optional_tj_book_date' => 'Book date',
|
||||||
'pref_optional_tj_process_date' => 'Processing date',
|
'pref_optional_tj_process_date' => 'Processing date',
|
||||||
'pref_optional_tj_due_date' => 'Due date',
|
'pref_optional_tj_due_date' => '到期日',
|
||||||
'pref_optional_tj_payment_date' => 'Payment date',
|
'pref_optional_tj_payment_date' => 'Payment date',
|
||||||
'pref_optional_tj_invoice_date' => 'Invoice date',
|
'pref_optional_tj_invoice_date' => 'Invoice date',
|
||||||
'pref_optional_tj_internal_reference' => 'Internal reference',
|
'pref_optional_tj_internal_reference' => 'Internal reference',
|
||||||
@ -529,7 +529,7 @@ return [
|
|||||||
'Revenue account' => 'Revenue account',
|
'Revenue account' => 'Revenue account',
|
||||||
'Initial balance account' => '初始帳戶',
|
'Initial balance account' => '初始帳戶',
|
||||||
'budgets' => 'Budgets',
|
'budgets' => 'Budgets',
|
||||||
'tags' => 'Tags',
|
'tags' => '標籤',
|
||||||
'reports' => 'Reports',
|
'reports' => 'Reports',
|
||||||
'transactions' => 'Transactions',
|
'transactions' => 'Transactions',
|
||||||
'expenses' => 'Expenses',
|
'expenses' => 'Expenses',
|
||||||
@ -671,8 +671,8 @@ return [
|
|||||||
'events' => 'Events',
|
'events' => 'Events',
|
||||||
'target_amount' => 'Target amount',
|
'target_amount' => 'Target amount',
|
||||||
'start_date' => 'Start date',
|
'start_date' => 'Start date',
|
||||||
'target_date' => 'Target date',
|
'target_date' => '儲蓄目標日期',
|
||||||
'no_target_date' => 'No target date',
|
'no_target_date' => '沒有儲蓄目標日期',
|
||||||
'todo' => 'to do',
|
'todo' => 'to do',
|
||||||
'table' => 'Table',
|
'table' => 'Table',
|
||||||
'piggy_bank_not_exists' => 'Piggy bank no longer exists.',
|
'piggy_bank_not_exists' => 'Piggy bank no longer exists.',
|
||||||
@ -686,23 +686,23 @@ return [
|
|||||||
'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".',
|
'cannot_remove_amount_piggy' => 'Could not remove :amount from ":name".',
|
||||||
|
|
||||||
// tags
|
// tags
|
||||||
'regular_tag' => 'Just a regular tag.',
|
'regular_tag' => '只是一個普通的標籤。',
|
||||||
'balancing_act' => '這標籤最多會有兩項交易:一個支出和一個轉帳,而他們會互相抵消。',
|
'balancing_act' => '這標籤最多會有兩項交易:一個支出和一個轉帳,而他們會互相抵消。',
|
||||||
'advance_payment' => 'The tag accepts one expense and any number of deposits aimed to repay the original expense.',
|
'advance_payment' => '這種標籤容許一個支出和多個存款以抵銷原本的支出。',
|
||||||
'delete_tag' => 'Delete tag ":tag"',
|
'delete_tag' => '刪除標籤 ":tag"',
|
||||||
'deleted_tag' => 'Deleted tag ":tag"',
|
'deleted_tag' => '刪除了標籤 ":tag"',
|
||||||
'new_tag' => 'Make new tag',
|
'new_tag' => '建立新標籤',
|
||||||
'edit_tag' => 'Edit tag ":tag"',
|
'edit_tag' => '編輯標籤 ":tag"',
|
||||||
'updated_tag' => 'Updated tag ":tag"',
|
'updated_tag' => '更新了標籤 ":tag"',
|
||||||
'created_tag' => 'Tag ":tag" has been created!',
|
'created_tag' => '成功創建標籤 ":tag" !',
|
||||||
'no_year' => 'No year set',
|
'no_year' => 'No year set',
|
||||||
'no_month' => 'No month set',
|
'no_month' => 'No month set',
|
||||||
'tag_title_nothing' => '預設標籤',
|
'tag_title_nothing' => '預設標籤',
|
||||||
'tag_title_balancingAct' => 'Balancing act tags',
|
'tag_title_balancingAct' => '抵銷行為標籤',
|
||||||
'tag_title_advancePayment' => 'Advance payment tags',
|
'tag_title_advancePayment' => '預付款標籤',
|
||||||
'tags_introduction' => '標籤通常是一些方便分類的短語,例如 <span class="label label-info">很貴</span>, <span class="label label-info">賬單</span> 或者 <span class="label label-info">派對用品</span>。 在 Firefly III 裡,標籤可以有不同的屬性,例如日期、描述、或位置。這能方便你更有意義地把交易分類。例如,你可以建立一個 <span class="label label-success">與朋友一起吃聖誕大餐</span>的標籤,並加上餐廳的資訊。這類的標籤標籤是 「即棄」 的,你只會在一次事件中使用它,而標籤可能有多個交易。',
|
'tags_introduction' => '標籤通常是一些方便分類的短語,例如 <span class="label label-info">很貴</span>, <span class="label label-info">賬單</span> 或者 <span class="label label-info">派對用品</span>。 在 Firefly III 裡,標籤可以有不同的屬性,例如日期、描述、或位置。這能方便你更有意義地把交易分類。例如,你可以建立一個 <span class="label label-success">與朋友一起吃聖誕大餐</span>的標籤,並加上餐廳的資訊。這類的標籤標籤是 「即棄」 的,你只會在一次事件中使用它,而標籤可能有多個交易。',
|
||||||
'tags_group' => 'Tags group transactions together, which makes it possible to store reimbursements (in case you front money for others) and other "balancing acts" where expenses are summed up (the payments on your new TV) or where expenses and deposits are cancelling each other out (buying something with saved money). It\'s all up to you. Using tags the old-fashioned way is of course always possible.',
|
'tags_group' => '標籤可以把交易進行分組,容許你記錄報銷(你為其他人墊支),或者其他「抵銷行為」——例如分期付款(買電視機的時候),或者支出和收入會互相抵銷(以儲蓄買東西)的交易。當然,你也可以建立普通的標籤,隨你喜歡。',
|
||||||
'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.',
|
'tags_start' => '要開始使用,請新增標籤或在建立新交易紀錄時輸入標籤。',
|
||||||
|
|
||||||
|
|
||||||
// administration
|
// administration
|
||||||
@ -764,7 +764,7 @@ return [
|
|||||||
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you.',
|
'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
|
||||||
'import_data_index' => 'Index',
|
'import_data_index' => 'Index',
|
||||||
'import_file_type_csv' => 'CSV (comma separated values)',
|
'import_file_type_csv' => 'CSV (comma separated values)',
|
||||||
'import_file_type_help' => 'Select the type of file you will upload',
|
'import_file_type_help' => 'Select the type of file you will upload',
|
||||||
@ -782,7 +782,10 @@ return [
|
|||||||
'import_data' => '匯入資料',
|
'import_data' => '匯入資料',
|
||||||
'import_data_full' => '匯入資料到 Firefly III',
|
'import_data_full' => '匯入資料到 Firefly III',
|
||||||
'import' => '匯入',
|
'import' => '匯入',
|
||||||
'import_intro_text' => '歡迎來到 Firefly III 資料匯入模組。這個模組能夠幫助你匯入檔案到 Firefly 裡。要使用這個模組,你先要從其他系統或程序內下載或匯出交易資料,並上載到這裡。模組下一步會請你協助 Firefly III 判斷檔案的內容,並指導 Firefly 該如何處理資料。請選擇一個檔案,並小心地閱讀所有指引。',
|
'import_intro_what_it_does' => 'This page allows you to import data into Firefly III. To do so, export data from your bank, or from another financial management system. Upload that file here. Firefly III will convert the data. You need to give it some directions. Please select a file and follow the instructions.',
|
||||||
|
'import_intro_import_conf_title' => 'Import "configuration"',
|
||||||
|
'import_intro_beta_warning' => 'Warning',
|
||||||
|
'import_intro_import_conf_text' => 'As you will discover over the next few pages, this import routine has a lot of settings. These settings are mainly dependent on the bank (or financial management software) your file comes from. There is a good chance somebody else already imported such a file and has shared their <em>configuration file</em>. Please visit the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong> to see if there already is a configuration available for your bank or system. If there is, you should download this configuration file and upload it here as well. It will save you a lot of time!',
|
||||||
'import_file_help' => 'Select your file',
|
'import_file_help' => 'Select your file',
|
||||||
'import_status_settings_complete' => '匯入已準備妥當,可以開始。',
|
'import_status_settings_complete' => '匯入已準備妥當,可以開始。',
|
||||||
'import_status_import_complete' => '匯入已完成。',
|
'import_status_import_complete' => '匯入已完成。',
|
||||||
@ -798,6 +801,9 @@ return [
|
|||||||
'import_double' => '行 #:row: 這行曾被匯入過,並已儲存在<a href=":link">:description</a>。',
|
'import_double' => '行 #:row: 這行曾被匯入過,並已儲存在<a href=":link">:description</a>。',
|
||||||
'import_finished_all' => '匯入已完成。請檢查下列的結果。',
|
'import_finished_all' => '匯入已完成。請檢查下列的結果。',
|
||||||
'import_with_key' => '以鍵 \':key\' 作匯入',
|
'import_with_key' => '以鍵 \':key\' 作匯入',
|
||||||
|
|
||||||
|
'import_share_configuration' => 'Please consider downloading your configuration and sharing it at the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong>. This will allow other users of Firefly III to import their files more easily.',
|
||||||
|
|
||||||
'import_finished_report' => '匯入已完成。請留意在這行上面的錯誤記錄。這次所匯入的所有交易都已經進行標記,你可以在下面查看。 ',
|
'import_finished_report' => '匯入已完成。請留意在這行上面的錯誤記錄。這次所匯入的所有交易都已經進行標記,你可以在下面查看。 ',
|
||||||
'import_finished_link' => '匯入成功的所有交易都可以在標籤 <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> 內找到。',
|
'import_finished_link' => '匯入成功的所有交易都可以在標籤 <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> 內找到。',
|
||||||
|
|
||||||
|
@ -64,16 +64,16 @@ return [
|
|||||||
'process_date' => '處理日期',
|
'process_date' => '處理日期',
|
||||||
'category' => '類別',
|
'category' => '類別',
|
||||||
'tags' => '標籤',
|
'tags' => '標籤',
|
||||||
'deletePermanently' => 'Delete permanently',
|
'deletePermanently' => '永久刪除',
|
||||||
'cancel' => 'Cancel',
|
'cancel' => '取消',
|
||||||
'targetdate' => 'Target date',
|
'targetdate' => '儲蓄目標日期',
|
||||||
'tag' => 'Tag',
|
'tag' => '標籤',
|
||||||
'under' => 'Under',
|
'under' => '低於',
|
||||||
'symbol' => 'Symbol',
|
'symbol' => 'Symbol',
|
||||||
'code' => 'Code',
|
'code' => 'Code',
|
||||||
'iban' => 'IBAN',
|
'iban' => 'IBAN',
|
||||||
'accountNumber' => '帳戶號碼',
|
'accountNumber' => '帳戶號碼',
|
||||||
'has_headers' => 'Headers',
|
'has_headers' => '標頭',
|
||||||
'date_format' => '日期格式',
|
'date_format' => '日期格式',
|
||||||
'specifix' => 'Bank- or file specific fixes',
|
'specifix' => 'Bank- or file specific fixes',
|
||||||
'attachments[]' => '附檔',
|
'attachments[]' => '附檔',
|
||||||
@ -81,12 +81,12 @@ return [
|
|||||||
'store_new_deposit' => '存儲新存款',
|
'store_new_deposit' => '存儲新存款',
|
||||||
'store_new_transfer' => '存儲新轉帳',
|
'store_new_transfer' => '存儲新轉帳',
|
||||||
'add_new_withdrawal' => '新增提款',
|
'add_new_withdrawal' => '新增提款',
|
||||||
'add_new_deposit' => 'Add a new deposit',
|
'add_new_deposit' => '新增新存款',
|
||||||
'add_new_transfer' => 'Add a new transfer',
|
'add_new_transfer' => 'Add a new transfer',
|
||||||
'noPiggybank' => '(no piggy bank)',
|
'noPiggybank' => '(no piggy bank)',
|
||||||
'title' => 'Title',
|
'title' => '標題',
|
||||||
'notes' => 'Notes',
|
'notes' => '備註',
|
||||||
'filename' => 'File name',
|
'filename' => '檔案名稱',
|
||||||
'mime' => 'Mime type',
|
'mime' => 'Mime type',
|
||||||
'size' => 'Size',
|
'size' => 'Size',
|
||||||
'trigger' => 'Trigger',
|
'trigger' => 'Trigger',
|
||||||
@ -120,7 +120,7 @@ return [
|
|||||||
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?',
|
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?',
|
||||||
'journal_areYouSure' => '你真的要刪除這個描述為 ":description" 的交易嗎?',
|
'journal_areYouSure' => '你真的要刪除這個描述為 ":description" 的交易嗎?',
|
||||||
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?',
|
'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"?',
|
'tag_areYouSure' => '你真的要要刪除標籤 ":tag" 嗎?',
|
||||||
'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.',
|
'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.',
|
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.',
|
||||||
'delete_all_permanently' => 'Delete selected permanently',
|
'delete_all_permanently' => 'Delete selected permanently',
|
||||||
@ -149,7 +149,7 @@ return [
|
|||||||
'csv_config' => 'CSV import configuration',
|
'csv_config' => 'CSV import configuration',
|
||||||
|
|
||||||
|
|
||||||
'due_date' => 'Due date',
|
'due_date' => '到期日',
|
||||||
'payment_date' => 'Payment date',
|
'payment_date' => 'Payment date',
|
||||||
'invoice_date' => 'Invoice date',
|
'invoice_date' => 'Invoice date',
|
||||||
'internal_reference' => 'Internal reference',
|
'internal_reference' => 'Internal reference',
|
||||||
|
@ -12,76 +12,22 @@
|
|||||||
return [
|
return [
|
||||||
|
|
||||||
// tour!
|
// tour!
|
||||||
'main-content-title' => '歡迎來到 Firefly III',
|
'main-content-title' => '歡迎來到 Firefly III',
|
||||||
'main-content-text' => '來看看這個簡單的教學來學習使用 Firefly III 吧!',
|
'main-content-text' => '來看看這個簡單的教學來學習使用 Firefly III 吧!',
|
||||||
'sidebar-toggle-title' => '按側欄來建立新的東西',
|
'sidebar-toggle-title' => '按側欄來建立新的東西',
|
||||||
'sidebar-toggle-text' => '按一下加號圖案來創建新物件。帳號、交易、任何東西都可以!',
|
'sidebar-toggle-text' => '按一下加號圖案來創建新物件。帳號、交易、任何東西都可以!',
|
||||||
'account-menu-title' => '所有帳戶',
|
'account-menu-title' => '所有帳戶',
|
||||||
'account-menu-text' => '你能在這裡找到你所有的帳戶。',
|
'account-menu-text' => '你能在這裡找到你所有的帳戶。',
|
||||||
'budget-menu-title' => '預算',
|
'budget-menu-title' => '預算',
|
||||||
'budget-menu-text' => '本頁可以幫助你管理財產及降低支出。',
|
'budget-menu-text' => '本頁可以幫助你管理財產及降低支出。',
|
||||||
'report-menu-title' => '報表',
|
'report-menu-title' => '報表',
|
||||||
'report-menu-text' => '如果你需要一個財務狀況的簡報,來看看這個吧。',
|
'report-menu-text' => '如果你需要一個財務狀況的簡報,來看看這個吧。',
|
||||||
'transaction-menu-title' => '交易',
|
'transaction-menu-title' => '交易',
|
||||||
'transaction-menu-text' => '你可以在這裡找到所有交易記錄。',
|
'transaction-menu-text' => '你可以在這裡找到所有交易記錄。',
|
||||||
'option-menu-title' => '設定',
|
'option-menu-title' => '設定',
|
||||||
'option-menu-text' => '相當不言而喻吧。',
|
'option-menu-text' => '相當不言而喻吧。',
|
||||||
'main-content-end-title' => '完',
|
'main-content-end-title' => '完',
|
||||||
'main-content-end-text' => '每一頁在右上方有一個小問號。按一下它可以取得與頁面相關説明。',
|
'main-content-end-text' => '每一頁在右上方有一個小問號。按一下它可以取得與頁面相關説明。',
|
||||||
'index' => '首頁',
|
'index' => '首頁',
|
||||||
'home' => '首頁',
|
'home' => '首頁',
|
||||||
'accounts-index' => 'accounts.index',
|
|
||||||
'accounts-create' => 'accounts.create',
|
|
||||||
'accounts-edit' => 'accounts.edit',
|
|
||||||
'accounts-delete' => 'accounts.delete',
|
|
||||||
'accounts-show' => 'accounts.show',
|
|
||||||
'attachments-edit' => 'attachments.edit',
|
|
||||||
'attachments-delete' => 'attachments.delete',
|
|
||||||
'attachments-show' => 'attachments.show',
|
|
||||||
'attachments-preview' => 'attachments.preview',
|
|
||||||
'bills-index' => 'bills.index',
|
|
||||||
'bills-create' => 'bills.create',
|
|
||||||
'bills-edit' => 'bills.edit',
|
|
||||||
'bills-delete' => 'bills.delete',
|
|
||||||
'bills-show' => 'bills.show',
|
|
||||||
'budgets-index' => 'budgets.index',
|
|
||||||
'budgets-create' => 'budgets.create',
|
|
||||||
'budgets-edit' => 'budgets.edit',
|
|
||||||
'budgets-delete' => 'budgets.delete',
|
|
||||||
'budgets-show' => 'budgets.show',
|
|
||||||
'budgets-noBudget' => 'budgets.noBudget',
|
|
||||||
'categories-index' => 'categories.index',
|
|
||||||
'categories-create' => 'categories.create',
|
|
||||||
'categories-edit' => 'categories.edit',
|
|
||||||
'categories-delete' => 'categories.delete',
|
|
||||||
'categories-show' => 'categories.show',
|
|
||||||
'categories-show-date' => 'categories.show.date',
|
|
||||||
'categories-noCategory' => 'categories.noCategory',
|
|
||||||
'currency-index' => 'currency.index',
|
|
||||||
'currency-create' => 'currency.create',
|
|
||||||
'currency-edit' => 'currency.edit',
|
|
||||||
'currency-delete' => 'currency.delete',
|
|
||||||
'new-user-index' => 'new-user.index',
|
|
||||||
'piggy-banks-index' => 'piggy-banks.index',
|
|
||||||
'piggy-banks-create' => 'piggy-banks.create',
|
|
||||||
'piggy-banks-edit' => 'piggy-banks.edit',
|
|
||||||
'piggy-banks-delete' => 'piggy-banks.delete',
|
|
||||||
'piggy-banks-show' => 'piggy-banks.show',
|
|
||||||
'preferences' => 'preferences',
|
|
||||||
'profile' => 'profile',
|
|
||||||
'profile-change-password' => 'profile.change-password',
|
|
||||||
'profile-delete-account' => 'profile.delete-account',
|
|
||||||
'reports-index' => 'reports.index',
|
|
||||||
'reports-report' => 'reports.report',
|
|
||||||
'search' => '搜尋',
|
|
||||||
'tags-index' => 'tags.index',
|
|
||||||
'tags-create' => 'tags.create',
|
|
||||||
'tags-show' => 'tags.show',
|
|
||||||
'tags-edit' => 'tags.edit',
|
|
||||||
'tags-delete' => 'tags.delete',
|
|
||||||
'transactions-index' => 'transactions.index',
|
|
||||||
'transactions-create' => 'transactions.create',
|
|
||||||
'transactions-edit' => 'transactions.edit',
|
|
||||||
'transactions-delete' => 'transactions.delete',
|
|
||||||
'transactions-show' => 'transactions.show',
|
|
||||||
];
|
];
|
||||||
|
@ -37,11 +37,12 @@ return [
|
|||||||
'repeat_freq' => '重複',
|
'repeat_freq' => '重複',
|
||||||
'description' => '描述',
|
'description' => '描述',
|
||||||
'amount' => '金額',
|
'amount' => '金額',
|
||||||
|
'internal_reference' => 'Internal reference',
|
||||||
'date' => '日期',
|
'date' => '日期',
|
||||||
'interest_date' => '付息日',
|
'interest_date' => '付息日',
|
||||||
'book_date' => 'Book date',
|
'book_date' => 'Book date',
|
||||||
'process_date' => '處理日期',
|
'process_date' => '處理日期',
|
||||||
'due_date' => 'Due date',
|
'due_date' => '到期日',
|
||||||
'payment_date' => '付款日期',
|
'payment_date' => '付款日期',
|
||||||
'invoice_date' => '發票日期',
|
'invoice_date' => '發票日期',
|
||||||
'interal_reference' => '內部參考',
|
'interal_reference' => '內部參考',
|
||||||
@ -58,7 +59,7 @@ return [
|
|||||||
'type' => '類型',
|
'type' => '類型',
|
||||||
'completed' => '已完成',
|
'completed' => '已完成',
|
||||||
'iban' => 'IBAN',
|
'iban' => 'IBAN',
|
||||||
'paid_current_period' => 'Paid this period',
|
'paid_current_period' => '在這期間已付',
|
||||||
'email' => '電子郵件',
|
'email' => '電子郵件',
|
||||||
'registered_at' => '註冊於',
|
'registered_at' => '註冊於',
|
||||||
'is_activated' => '已經啟動',
|
'is_activated' => '已經啟動',
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'previous' => '« 上一頁',
|
'previous' => '« 上一頁',
|
||||||
'next' => '下一頁 »',
|
'next' => '下一頁 »',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -32,11 +32,11 @@ return [
|
|||||||
'unique_object_for_user' => '這個名稱已被使用。',
|
'unique_object_for_user' => '這個名稱已被使用。',
|
||||||
'unique_account_for_user' => '這個帳號名稱已被使用。',
|
'unique_account_for_user' => '這個帳號名稱已被使用。',
|
||||||
'between.numeric' => ':attribute 必須在 :min 和 :max 之間。',
|
'between.numeric' => ':attribute 必須在 :min 和 :max 之間。',
|
||||||
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
|
'between.file' => ':attribute 必須在 :min kB到 :max kB之間。',
|
||||||
'between.string' => ':attribute 包含的字符數量必須在 :min 到 :max 之間。',
|
'between.string' => ':attribute 包含的字符數量必須在 :min 到 :max 之間。',
|
||||||
'between.array' => ':attribute 的數目必須在 :min 到 :max 之間。',
|
'between.array' => ':attribute 的數目必須在 :min 到 :max 之間。',
|
||||||
'boolean' => 'The :attribute field must be true or false.',
|
'boolean' => ':attribute 必須為 true 或 false。',
|
||||||
'confirmed' => 'The :attribute confirmation does not match.',
|
'confirmed' => ':attribute 的屬性不相符',
|
||||||
'date' => ':attribute 不是有效的日期。',
|
'date' => ':attribute 不是有效的日期。',
|
||||||
'date_format' => ':attribute 不符合格式 :format 。',
|
'date_format' => ':attribute 不符合格式 :format 。',
|
||||||
'different' => ':attribute 和 :other 不能相同。',
|
'different' => ':attribute 和 :other 不能相同。',
|
||||||
@ -61,12 +61,12 @@ return [
|
|||||||
'min.array' => ':attribute 至少需要有 :min 項。',
|
'min.array' => ':attribute 至少需要有 :min 項。',
|
||||||
'not_in' => '所選的 :attribute 無效。',
|
'not_in' => '所選的 :attribute 無效。',
|
||||||
'numeric' => ':attribute 必須是數字。',
|
'numeric' => ':attribute 必須是數字。',
|
||||||
'regex' => 'The :attribute format is invalid.',
|
'regex' => ':attribute 格式無效。',
|
||||||
'required' => 'The :attribute field is required.',
|
'required' => ':attribute 欄位是必填的。',
|
||||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
'required_if' => ':attribute 欄位在 :other 是 :value 時是必填的。',
|
||||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
'required_unless' => '除非 :other 是 :value ,否則 :attribute 是必填的。',
|
||||||
'required_with' => 'The :attribute field is required when :values is present.',
|
'required_with' => '當 :values 存在時, :attribute 是必填的。',
|
||||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
'required_with_all' => '當 :values 存在時, :attribute 是必填的。',
|
||||||
'required_without' => '當 :values 不存在時, :attribute 是必填的。',
|
'required_without' => '當 :values 不存在時, :attribute 是必填的。',
|
||||||
'required_without_all' => '當沒有任何 :values 存在時, :attribute 為必填項。',
|
'required_without_all' => '當沒有任何 :values 存在時, :attribute 為必填項。',
|
||||||
'same' => ':attribute 和 :other 必須匹配。',
|
'same' => ':attribute 和 :other 必須匹配。',
|
||||||
@ -79,4 +79,9 @@ return [
|
|||||||
'url' => ':attribute 格式無效。',
|
'url' => ':attribute 格式無效。',
|
||||||
'timezone' => ':attribute 必須是有效的區域。',
|
'timezone' => ':attribute 必須是有效的區域。',
|
||||||
'2fa_code' => ':attribute 格式無效。',
|
'2fa_code' => ':attribute 格式無效。',
|
||||||
|
'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.',
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user