Merge pull request #729 from firefly-iii/l10n_develop

New Crowdin translations
This commit is contained in:
James Cole 2017-08-12 07:01:33 +02:00 committed by GitHub
commit cd2c8acdb2
46 changed files with 179 additions and 152 deletions

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Import Einrichten (1/3) - Grundlegende Einstellungen',
'initial_text' => 'Um Ihre Datei korrekt importieren zu können, überprüfen Sie die folgenden Optionen.',
'initial_box' => 'Standard CSV Importeinstellungen',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Hier auswählen, wenn die ersten Zeilen der CSV-Datei die Spaltenüberschriften sind.',
'initial_date_help' => 'Datumsformat in ihrer CSV-Datei. Geben Sie das Format so an, wie es <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">diese Seite</a> zeigt. Die Standardeinstellung ergibt Daten die so aussehen: :dateExample.',
'initial_delimiter_help' => 'Wählen Sie das Trennzeichen, welches in ihrer Datei genutzt wird. Wenn Sie nicht sicher sind ist Komma die sicherste Option.',
@ -34,6 +35,7 @@ return [
'roles_column' => 'Spalte',
'roles_no_example_data' => 'Keine Beispieldaten vorhanden',
'roles_submit' => 'Fortfahren mit Schritt 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Import Einrichten (3/3) - Import mit bereits vorhandenen Daten verknüpfen',

View File

@ -887,9 +887,6 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'tag_title_nothing' => 'Standard-Tags',
'tag_title_balancingAct' => 'Ausgleich Tags',
'tag_title_advancePayment' => 'Vorauszahlung Tags',
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success">Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
'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_start' => 'Create a tag to get started or enter tags when creating new transactions.',
'transaction_journal_information' => 'Transaktionsinformationen',
'transaction_journal_meta' => 'Metainformationen',
@ -970,7 +967,8 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
// import index page:
'import_index_title' => 'Import data into Firefly III',
'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Select your file',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
'import_index_type' => 'Select the type of file you will upload',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => 'Kreditor (Quelle)',
'journal_source_account_id' => 'Girokonto (Quelle)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'account_from_id' => 'Vom Konto',
'account_to_id' => 'Auf Konto',
'source_account' => 'Quellkonto',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => ':attribute existiert nicht in :other.',
'present' => 'Das :attribute Feld muss vorhanden sein.',
'amount_zero' => 'Der Gesamtbetrag darf nicht Null sein',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
'initial_text' => 'To be able to import your file correctly, please validate the options below.',
'initial_box' => 'Basic CSV import setup',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
'initial_date_help' => 'Date time format in your CSV. Follow the format like <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.',
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
@ -34,6 +35,7 @@ return [
'roles_column' => 'Column',
'roles_no_example_data' => 'No example data available',
'roles_submit' => 'Continue with step 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',

View File

@ -886,9 +886,6 @@ return [
'tag_title_nothing' => 'Default tags',
'tag_title_balancingAct' => 'Balancing act tags',
'tag_title_advancePayment' => 'Advance payment tags',
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success">Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
'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_start' => 'Create a tag to get started or enter tags when creating new transactions.',
'transaction_journal_information' => 'Transaction information',
'transaction_journal_meta' => 'Meta information',
@ -969,7 +966,8 @@ return [
// import index page:
'import_index_title' => 'Import data into Firefly III',
'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Select your file',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
'import_index_type' => 'Select the type of file you will upload',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => 'Revenue account (source)',
'journal_source_account_id' => 'Asset account (source)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'account_from_id' => 'From account',
'account_to_id' => 'To account',
'source_account' => 'Source account',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => 'The :attribute field does not exist in :other.',
'present' => 'The :attribute field must be present.',
'amount_zero' => 'The total amount cannot be zero',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
'initial_text' => 'To be able to import your file correctly, please validate the options below.',
'initial_box' => 'Basic CSV import setup',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
'initial_date_help' => 'Date time format in your CSV. Follow the format like <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.',
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
@ -34,6 +35,7 @@ return [
'roles_column' => 'Column',
'roles_no_example_data' => 'No example data available',
'roles_submit' => 'Continue with step 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',

View File

@ -20,14 +20,14 @@ return [
'everything' => 'Tout',
'customRange' => 'Etendue personnalisée',
'apply' => 'Appliquer',
'select_date' => 'Select date..',
'select_date' => 'Sélectionnez la date..',
'cancel' => 'Annuler',
'from' => 'Depuis',
'to' => 'A',
'showEverything' => 'Tout Afficher',
'never' => 'Jamais',
'search_results_for' => 'Résultats de recherche pour ":query"',
'no_results_for_empty_search' => 'Your search was empty, so nothing was found.',
'no_results_for_empty_search' => 'Votre recherche était vide, rien na été trouvé.',
'bounced_error' => 'Le message envoyé à :email a été rejeté, donc pas d\'accès pour vous.',
'deleted_error' => 'Ces informations d\'identification ne sont pas présentes dans nos données.',
'general_blocked_error' => 'Votre compte a été désactivé, vous ne pouvez plus vous connecter.',
@ -69,11 +69,11 @@ return [
'warning_much_data' => ':days de données peuvent prendre un certain temps à charger.',
'registered' => 'Vous avez été enregistré avec succès !',
'tagbalancingAct' => 'Balancing act',
'tagadvancePayment' => 'Advance payment',
'tagadvancePayment' => 'Acompte',
'tagnothing' => '',
'Default asset account' => 'Default asset account',
'Default asset account' => 'Compte dactif par défaut',
'no_budget_pointer' => 'Vous semblez navoir encore aucun budget. Vous devez en créer sur la page des <a href="/budgets"> budgets</a>. Les budgets peuvent vous aider à garder une trace des dépenses.',
'Savings account' => 'Savings account',
'Savings account' => 'Compte dépargne',
'Credit card' => 'Carte de Crédit',
'source_accounts' => 'Compte(s) source',
'destination_accounts' => 'Compte(s) de destination',
@ -92,14 +92,14 @@ return [
'cannot_redirect_to_account' => 'Firefly III n\'est pas en mesure de vous rediriger vers la bonne page. Veuillez nous en excuser.',
'sum_of_expenses' => 'Montant des dépenses',
'sum_of_income' => 'Montant des revenus',
'total_sum' => 'Total sum',
'total_sum' => 'Montant total ',
'spent_in_specific_budget' => 'Spent in budget ":budget"',
'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"',
'left_in_budget_limit' => 'Left to spend according to budgeting',
'cannot_change_demo' => 'Vous ne pouvez pas modifier le mot de passe du compte de démonstration.',
'cannot_delete_demo' => 'Vous ne pouvez pas supprimer le compte de démonstration.',
'cannot_reset_demo_user' => 'Vous ne pouvez pas réinitialiser le mot de passe du compte démonstration',
'per_period' => 'Per period',
'per_period' => 'Par période',
'all_periods' => 'Toutes les périodes',
'current_period' => 'Période en cours',
'show_the_current_period_and_overview' => 'Show the current period and overview',
@ -109,34 +109,34 @@ return [
'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end',
'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end',
'chart_category_all' => 'Chart for all transactions for category ":name"',
'budget_in_period_breadcrumb' => 'Between :start and :end',
'clone_withdrawal' => 'Clone this withdrawal',
'clone_deposit' => 'Clone this deposit',
'clone_transfer' => 'Clone this transfer',
'transaction_journal_other_options' => 'Other options',
'multi_select_no_selection' => 'None selected',
'multi_select_all_selected' => 'All selected',
'multi_select_filter_placeholder' => 'Find..',
'budget_in_period_breadcrumb' => 'Entre :start et :end',
'clone_withdrawal' => 'Cloner ce retrait',
'clone_deposit' => 'Cloner ce dépôt',
'clone_transfer' => 'Cloner ce transfert',
'transaction_journal_other_options' => 'Autres options',
'multi_select_no_selection' => 'Aucun selectionnez',
'multi_select_all_selected' => 'Tous sélectionnés',
'multi_select_filter_placeholder' => 'Rechercher..',
'between_dates_breadcrumb' => 'Entre :start et :end',
'all_journals_without_budget' => 'Toutes les transactions sans budget',
'journals_without_budget' => 'Transactions sans budget',
'all_journals_without_category' => 'Toutes les transactions sans catégorie',
'journals_without_category' => 'Transactions sans catégorie',
'all_journals_for_account' => 'Toutes les transactions pour le compte :name',
'chart_all_journals_for_account' => 'Chart of all transactions for account :name',
'journals_in_period_for_account' => 'All transactions for account :name between :start and :end',
'transferred' => 'Transferred',
'all_withdrawal' => 'All expenses',
'all_transactions' => 'All transactions',
'title_withdrawal_between' => 'All expenses between :start and :end',
'all_deposit' => 'All revenue',
'title_deposit_between' => 'All revenue between :start and :end',
'all_transfers' => 'All transfers',
'title_transfers_between' => 'All transfers between :start and :end',
'all_transfer' => 'All transfers',
'all_journals_for_tag' => 'All transactions for tag ":tag"',
'title_transfer_between' => 'All transfers between :start and :end',
'all_journals_for_category' => 'All transactions for category :name',
'chart_all_journals_for_account' => 'Tableau de toutes les transactions pour le compte :name',
'journals_in_period_for_account' => 'Toutes les transactions pour le compte :name entre :start et :end',
'transferred' => 'Transféré',
'all_withdrawal' => 'Toutes les dépenses',
'all_transactions' => 'Toutes les transactions',
'title_withdrawal_between' => 'Toutes les dépenses entre :start et :end',
'all_deposit' => 'Toutes les recettes',
'title_deposit_between' => 'Toutes les recettes entre :start et :end',
'all_transfers' => 'Tous les transferts',
'title_transfers_between' => 'Tous les transferts entre :start et :end',
'all_transfer' => 'Tous les transferts',
'all_journals_for_tag' => 'Toutes les transactions pour le tag ":tag"',
'title_transfer_between' => 'Tous les transferts entre :start et :end',
'all_journals_for_category' => 'Toutes les transactions pour la catégorie :name',
'all_journals_for_budget' => 'All transactions for budget :name',
'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name',
'journals_in_period_for_category' => 'All transactions for category :name between :start and :end',
@ -886,9 +886,6 @@ return [
'tag_title_nothing' => 'Tags par défaut',
'tag_title_balancingAct' => 'Balancing act tags',
'tag_title_advancePayment' => 'Tags de paiement anticipé',
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success">Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
'tags_group' => 'Les tags groupent des opérations ensemble, ce qui permet de stocker des remboursements (dans le cas où vous avancer de l\'argent aux autres) et d\'autres types "d\'équilibres" où résumer les dépenses (les remboursements de votre nouvelle TV) ou quand les dépenses et les dépôts s\'annulent les uns les autres (achat de quelque chose avec de l\'argent mis de coté). C\'est comme vous souhaitez. Utiliser les tags à l\'ancienne est toujours possible.',
'tags_start' => 'Create a tag to get started or enter tags when creating new transactions.',
'transaction_journal_information' => 'Transaction information',
'transaction_journal_meta' => 'Meta information',
@ -969,7 +966,8 @@ return [
// import index page:
'import_index_title' => 'Import data into Firefly III',
'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Select your file',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
'import_index_type' => 'Select the type of file you will upload',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => 'Compte de recettes (source)',
'journal_source_account_id' => 'Compte dactif (source)',
'BIC' => 'Code BIC',
'verify_password' => 'Verify password security',
'account_from_id' => 'Compte d\'origine',
'account_to_id' => 'Compte de destination',
'source_account' => 'Compte d\'origine',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => 'Le champ :attribute n\'existe pas dans :other.',
'present' => 'Le champs :attribute doit être rempli.',
'amount_zero' => 'Le montant total ne peut pas être zéro',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Importinstellingen (1/3) - Algemene CVS importinstellingen',
'initial_text' => 'Om je bestand goed te kunnen importeren moet je deze opties verifiëren.',
'initial_box' => 'Algemene CVS importinstellingen',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Vink hier als de eerste rij kolomtitels bevat.',
'initial_date_help' => 'Datum/tijd formaat in jouw CSV bestand. Volg het formaat zoals ze het <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">op deze pagina</a> uitleggen. Het standaardformaat ziet er zo uit: :dateExample.',
'initial_delimiter_help' => 'Kies het veldscheidingsteken dat in jouw bestand wordt gebruikt. Als je het niet zeker weet, is de komma de beste optie.',
@ -34,6 +35,7 @@ return [
'roles_column' => 'Kolom',
'roles_no_example_data' => 'Geen voorbeeldgegevens',
'roles_submit' => 'Ga verder met stap 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Importinstellingen (3/3) - Link importgegevens aan Firefly III-gegevens',

View File

@ -886,9 +886,6 @@ return [
'tag_title_nothing' => 'Standaard tags',
'tag_title_balancingAct' => 'Balancerende tags',
'tag_title_advancePayment' => 'Vooruitbetaalde tags',
'tags_introduction' => 'Normaal gesproken zijn tags enkele woorden, gebruikt om gerelateerde zaken snel aan elkaar te plakken. <span class="label label-info">dure-aanschaf</span>, <span class="label label-info">rekening</span>, <span class="label label-info">feestje</span>. In Firefly III hebben tags meer betekenis en kan je er een datum, omschrijving en locatie aan geven. Daarmee kan je je transacties op een wat zinvollere manier aan elkaar koppelen. Je kan bijvoorbeeld een tag <span class="label label-success">Kerstdiner</span> maken en informatie over het restaurant meenemen. Zulke tags zijn enkelvoudig; je gebruikt ze maar bij één gelegenheid.',
'tags_group' => 'Omdat tags transacties groeperen kan je er teruggaves, vergoedingen en andere geldzaken mee aanduiden, zolang de transacties elkaar "opheffen". Hoe je dit aanpakt is aan jou. De gewone manier kan natuurlijk ook.',
'tags_start' => 'Maak hieronder een tag, of voer nieuwe tags in als je nieuwe transacties maakt.',
'transaction_journal_information' => 'Transactieinformatie',
'transaction_journal_meta' => 'Metainformatie',
@ -969,7 +966,8 @@ return [
// import index page:
'import_index_title' => 'Gegevens importeren in Firefly III',
'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welkom bij de importroutine van Firefly. Deze pagina\'s helpen je met het importeren van gegevens in Firefly III. Bekijk ook de help-pagina\'s via het icoontje in de rechterbovenhoek.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Selecteer je bestand',
'import_index_config' => '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_index_type' => 'Selecteer het type bestand dat je zal uploaden',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => 'Debiteur (bron)',
'journal_source_account_id' => 'Betaalrekening (bron)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'account_from_id' => 'Van account',
'account_to_id' => 'Naar account',
'source_account' => 'Bronrekening',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => 'Het :attribute veld bestaat niet in :other.',
'present' => 'Het :attribute veld moet aanwezig zijn.',
'amount_zero' => 'Het totaalbedrag kan niet nul zijn',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Konfiguracja importu (1/3) - Podstawowa konfiguracja importu CSV',
'initial_text' => 'Abyś mógł poprawnie zaimportować plik, sprawdź poprawność poniższych opcji.',
'initial_box' => 'Podstawowa konfiguracja importu CSV',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
'initial_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.',
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
@ -34,6 +35,7 @@ return [
'roles_column' => 'Kolumna',
'roles_no_example_data' => 'Brak dostępnych danych przykładowych',
'roles_submit' => 'Przejdź do kroku 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Konfiguracja importu (3/3) - Połącz importowane dane z danymi w Firefly III',

View File

@ -886,9 +886,6 @@ return [
'tag_title_nothing' => 'Domyślne tagi',
'tag_title_balancingAct' => 'Balancing act tags',
'tag_title_advancePayment' => 'Advance payment tags',
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success">Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
'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_start' => 'Create a tag to get started or enter tags when creating new transactions.',
'transaction_journal_information' => 'Informacje o transakcji',
'transaction_journal_meta' => 'Meta informacje',
@ -969,7 +966,8 @@ return [
// import index page:
'import_index_title' => 'Import data into Firefly III',
'import_index_sub_title' => 'Indeks',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Wybierz swój plik',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
'import_index_type' => 'Select the type of file you will upload',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => 'Konto przychodów (źródło)',
'journal_source_account_id' => 'Konto aktywów (źródło)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'account_from_id' => 'Z konta',
'account_to_id' => 'Na konto',
'source_account' => 'Konto źródłowe',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => 'Pole :attribute nie istnieje w :other.',
'present' => 'Pole :attribute musi być obecne.',
'amount_zero' => 'Całkowita kwota nie może być zerem',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
'initial_text' => 'To be able to import your file correctly, please validate the options below.',
'initial_box' => 'Basic CSV import setup',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
'initial_date_help' => 'Date time format in your CSV. Follow the format like <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.',
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
@ -34,13 +35,14 @@ return [
'roles_column' => 'Column',
'roles_no_example_data' => 'No example data available',
'roles_submit' => 'Continue with step 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',
'map_text' => 'Nas tabelas a seguir, o valor à esquerda mostra informações encontradas no seu arquivo CSV carregado. É sua tarefa mapear esse valor, se possível, para um valor já presente em seu banco de dados. O Firefly vai se ater a esse mapeamento. Se não há nenhum valor para mapear, ou não quer mapear o valor específico, não selecione nada.',
'map_field_value' => 'Field value',
'map_field_mapped_to' => 'Mapped to',
'map_do_not_map' => '(do not map)',
'map_field_mapped_to' => 'Mapeado para',
'map_do_not_map' => '(não mapear)',
'map_submit' => 'Start the import',
// map things.

View File

@ -20,7 +20,7 @@ return [
'everything' => 'Tudo',
'customRange' => 'Intervalo Personalizado',
'apply' => 'Aplicar',
'select_date' => 'Select date..',
'select_date' => 'Selecione a data..',
'cancel' => 'Cancelar',
'from' => 'De',
'to' => 'Até',
@ -886,9 +886,6 @@ return [
'tag_title_nothing' => 'Tags padrões',
'tag_title_balancingAct' => 'Saldo das tags',
'tag_title_advancePayment' => 'Tags de pagamento do adiantamento',
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success">Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
'tags_group' => 'Tags agrupam transações, que torna possível armazenar os reembolsos (no caso você empreste dinheiro para os outros) e outros "balancetes" onde as despesas são somadas (os pagamentos na sua TV nova) ou onde as despesas e depósitos estão anulando uns aos outros (compra algo com dinheiro guardado). Isso é tudo para você. Usando tags à moda antiga claro é sempre possível.',
'tags_start' => 'Crie uma tag para começar ou insira tags ao criar novas transações.',
'transaction_journal_information' => 'Informação da transação',
'transaction_journal_meta' => 'Meta-informação',
@ -969,7 +966,8 @@ return [
// import index page:
'import_index_title' => 'Import data into Firefly III',
'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Select your file',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
'import_index_type' => 'Select the type of file you will upload',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => 'Conta de receita (fonte)',
'journal_source_account_id' => 'Conta de ativo (fonte)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'account_from_id' => 'da conta',
'account_to_id' => 'para conta',
'source_account' => 'Conta de origem',
@ -64,7 +65,7 @@ return [
'expense_account' => 'Conta de Despesa',
'revenue_account' => 'Conta de Receita',
'decimal_places' => 'Casas décimais',
'exchange_rate_instruction' => 'Foreign currencies',
'exchange_rate_instruction' => 'Moedas estrangeiras',
'exchanged_amount' => 'Exchanged amount',
'source_amount' => 'Amount (source)',
'destination_amount' => 'Amount (destination)',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => 'O campo :attribute não existe em :other.',
'present' => 'O campo :attribute deve estar presente.',
'amount_zero' => 'A quantidade total não pode ser zero',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];

View File

@ -24,7 +24,7 @@ return [
'edit_bill' => 'Редактирование счёта к оплате ":name"',
'delete_bill' => 'Удаление счёта к оплате ":name"',
'reports' => 'Отчёты',
'search_result' => 'Search results for ":query"',
'search_result' => 'Результаты поиска для ":query"',
'withdrawal_list' => 'Мои расходы',
'deposit_list' => 'Мои доходы',
'transfer_list' => 'Переводы',

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Импорт данных (1/3) - Подготовка к импорту CSV',
'initial_text' => 'Чтобы импорт данных прошёл успешно, пожалуйста проверьте несколько параметров.',
'initial_box' => 'Основные параметры импорта CSV',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Установите этот флажок, если первая строка CSV-файла содержит заголовки столбцов.',
'initial_date_help' => 'Формат даты и времени в вашем CSV-файле. Придерживайтесь формата, описанного <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">на этой</a> странице. По умолчанию дату будут анализироваться на соответствие такому формату: :dateExample.',
'initial_delimiter_help' => 'Выберите разделитель полей, который используется в вашем файле. Если вы не уверены, помните, что запятая - это самый безопасный вариант.',
@ -34,6 +35,7 @@ return [
'roles_column' => 'Column',
'roles_no_example_data' => 'No example data available',
'roles_submit' => 'Continue with step 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',

View File

@ -17,34 +17,34 @@ return [
'edit' => 'Изменить',
'delete' => 'Удалить',
'welcomeBack' => 'Что происходит с моими финансами?',
'everything' => 'Everything',
'customRange' => 'Custom range',
'everything' => 'Всё',
'customRange' => 'Другой интервал',
'apply' => 'Применить',
'select_date' => 'Выбрать дату...',
'cancel' => 'Отмена',
'from' => 'From',
'to' => 'To',
'from' => 'От',
'to' => 'Куда',
'showEverything' => 'Показать всё',
'never' => 'Никогда',
'search_results_for' => 'Search results for ":query"',
'no_results_for_empty_search' => 'Your search was empty, so nothing was found.',
'bounced_error' => 'The message sent to :email bounced, so no access for you.',
'deleted_error' => 'These credentials do not match our records.',
'general_blocked_error' => 'Your account has been disabled, so you cannot login.',
'search_results_for' => 'Результаты поиска по запросу ":query"',
'no_results_for_empty_search' => 'Результатов не найдено.',
'bounced_error' => 'Сообщение, отправленное на :email было "отбито", доступ запрещен.',
'deleted_error' => 'Введенные вами данные не найдены в нашей базе.',
'general_blocked_error' => 'Ваш аккаунт был отключен, так что вы не можете войти.',
'expired_error' => 'Your account has expired, and can no longer be used.',
'removed_amount' => 'Removed :amount',
'added_amount' => 'Added :amount',
'removed_amount' => 'Снято :amount',
'added_amount' => 'Добавлено :amount',
'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.',
'Opening balance' => 'Opening balance',
'Opening balance' => 'Баланс на момент открытия',
'create_new_stuff' => 'Create new stuff',
'new_withdrawal' => 'New withdrawal',
'new_deposit' => 'New deposit',
'new_transfer' => 'New transfer',
'new_asset_account' => 'New asset account',
'new_expense_account' => 'New expense account',
'new_revenue_account' => 'New revenue account',
'new_budget' => 'New budget',
'new_bill' => 'New bill',
'new_withdrawal' => 'Новый вывод',
'new_deposit' => 'Новый доход',
'new_transfer' => 'Новый перевод',
'new_asset_account' => 'Новый счет активов',
'new_expense_account' => 'Новый расходный счет',
'new_revenue_account' => 'Новый доходный счет',
'new_budget' => 'Новый бюджет',
'new_bill' => 'Новый счет',
'block_account_logout' => 'You have been logged out. Blocked accounts cannot use this site. Did you register with a valid email address?',
'flash_success' => 'Успешно!',
'flash_info' => 'Сообщение',
@ -55,7 +55,7 @@ return [
'net_worth' => 'Net worth',
'route_has_no_help' => 'There is no help for this route.',
'help_may_not_be_your_language' => 'This help text is in English. It is not yet available in your language',
'two_factor_welcome' => 'Hello, :user!',
'two_factor_welcome' => 'Привет, :user!',
'two_factor_enter_code' => 'To continue, please enter your two factor authentication code. Your application can generate it for you.',
'two_factor_code_here' => 'Enter code here',
'two_factor_title' => 'Two factor authentication',
@ -69,40 +69,40 @@ return [
'warning_much_data' => ':days days of data may take a while to load.',
'registered' => 'You have registered successfully!',
'tagbalancingAct' => 'Balancing act',
'tagadvancePayment' => 'Advance payment',
'tagadvancePayment' => 'Авансовый платеж',
'tagnothing' => '',
'Default asset account' => 'Счёт по умолчанию',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Savings account',
'Credit card' => 'Credit card',
'source_accounts' => 'Source account(s)',
'destination_accounts' => 'Destination account(s)',
'Savings account' => 'Сберегательный счет',
'Credit card' => 'Кредитная карта',
'source_accounts' => 'Исходный счет(а)',
'destination_accounts' => 'Счет(а) назначения',
'user_id_is' => 'Ваш id пользователя <strong>:user</strong>',
'field_supports_markdown' => 'This field supports <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
'field_supports_markdown' => 'Это поле поддерживает <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
'need_more_help' => 'If you need more help using Firefly III, please <a href="https://github.com/firefly-iii/firefly-iii/issues">open a ticket on Github</a>.',
'reenable_intro_text' => 'You can also reenable <a href="#" id="reenableGuidance">the introduction guidance</a>.',
'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.',
'nothing_to_display' => 'There are no transactions to show you',
'show_all_no_filter' => 'Показать все транзакции без группировки по датам.',
'expenses_by_category' => 'Expenses by category',
'expenses_by_budget' => 'Expenses by budget',
'income_by_category' => 'Income by category',
'expenses_by_category' => 'Расходы по категориям',
'expenses_by_budget' => 'Расходы по бюджетам',
'income_by_category' => 'Доход по категориям',
'expenses_by_asset_account' => 'Expenses by asset account',
'expenses_by_expense_account' => 'Expenses by expense account',
'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.',
'sum_of_expenses' => 'Sum of expenses',
'sum_of_income' => 'Sum of income',
'total_sum' => 'Total sum',
'sum_of_expenses' => 'Сумма расходов',
'sum_of_income' => 'Сумма дохода',
'total_sum' => 'Итого',
'spent_in_specific_budget' => 'Spent in budget ":budget"',
'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"',
'left_in_budget_limit' => 'Left to spend according to budgeting',
'cannot_change_demo' => 'You cannot change the password of the demonstration account.',
'cannot_delete_demo' => 'You cannot remove the demonstration account.',
'cannot_reset_demo_user' => 'You cannot reset the password of the demonstration account',
'per_period' => 'Per period',
'all_periods' => 'All periods',
'current_period' => 'Current period',
'show_the_current_period_and_overview' => 'Show the current period and overview',
'cannot_change_demo' => 'Невозможно сменить пароль демонстрационной учетной записи.',
'cannot_delete_demo' => 'Вы не можете удалить демонстрационную учетную запись.',
'cannot_reset_demo_user' => 'Невозможно сбросить пароль демонстрационной учетной записи',
'per_period' => 'За период',
'all_periods' => 'Все периоды',
'current_period' => 'Текущий период',
'show_the_current_period_and_overview' => 'Показать текущий период и обзор',
'pref_languages_locale' => 'Для корректной работы с языками, отличными от английского, ваша операционная система должна отдавать корректную информацию о локали. Если это не так, валюты, даты и суммы могут отображаться некорректно.',
'budget_in_period' => 'All transactions for budget ":name" between :start and :end',
'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end',
@ -112,11 +112,11 @@ return [
'budget_in_period_breadcrumb' => 'Между :start и :end',
'clone_withdrawal' => 'Clone this withdrawal',
'clone_deposit' => 'Clone this deposit',
'clone_transfer' => 'Clone this transfer',
'transaction_journal_other_options' => 'Other options',
'multi_select_no_selection' => 'None selected',
'multi_select_all_selected' => 'All selected',
'multi_select_filter_placeholder' => 'Find..',
'clone_transfer' => 'Клонировать этот трансфер',
'transaction_journal_other_options' => 'Другие параметры',
'multi_select_no_selection' => 'Ничего не выбрано',
'multi_select_all_selected' => 'Все выбранные',
'multi_select_filter_placeholder' => 'Поиск..',
'between_dates_breadcrumb' => 'Между :start и :end',
'all_journals_without_budget' => 'All transactions without a budget',
'journals_without_budget' => 'Transactions without a budget',
@ -125,7 +125,7 @@ return [
'all_journals_for_account' => 'All transactions for account :name',
'chart_all_journals_for_account' => 'Chart of all transactions for account :name',
'journals_in_period_for_account' => 'All transactions for account :name between :start and :end',
'transferred' => 'Transferred',
'transferred' => 'Переведено',
'all_withdrawal' => 'All expenses',
'all_transactions' => 'All transactions',
'title_withdrawal_between' => 'All expenses between :start and :end',
@ -144,13 +144,13 @@ return [
'not_available_demo_user' => 'The feature you try to access is not available to demo users.',
'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:',
'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.',
'transaction_data' => 'Transaction data',
'transaction_data' => 'Данные транзакции',
// search
'search' => 'Search',
'search_found_transactions' => 'Number of transactions found:',
'general_search_error' => 'An error occured while searching. Please check the log files for more information.',
'search_box' => 'Search',
'search' => 'Поиск',
'search_found_transactions' => 'Количество транзакций найдено:',
'general_search_error' => 'Произошла ошибка при поиске. Пожалуйста, проверьте файлы журнала для получения дополнительной информации.',
'search_box' => 'Поиск',
'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.',
'search_error' => 'Error while searching',
'search_searching' => 'Searching ...',
@ -184,7 +184,7 @@ return [
'export_format_mt940' => 'MT940 compatible format',
'export_included_accounts' => 'Export transactions from these accounts',
'include_old_uploads_help' => 'Firefly III does not throw away the original CSV files you have imported in the past. You can include them in your export.',
'do_export' => 'Export',
'do_export' => 'Экспорт',
'export_status_never_started' => 'The export has not started yet',
'export_status_make_exporter' => 'Creating exporter thing...',
'export_status_collecting_journals' => 'Collecting your transactions...',
@ -202,7 +202,7 @@ return [
'export_status_creating_zip_file' => 'Creating a zip file...',
'export_status_created_zip_file' => 'Created a zip file!',
'export_status_finished' => 'Export has succesfully finished! Yay!',
'export_data_please_wait' => 'Please wait...',
'export_data_please_wait' => 'Подождите пожалуйста...',
'attachment_explanation' => 'The file called \':attachment_name\' (#:attachment_id) was originally uploaded to :type \':description\' (#:journal_id) dated :date for the amount of :amount.',
// rules
@ -756,8 +756,8 @@ return [
'report_included_accounts' => 'Included accounts',
'report_date_range' => 'Date range',
'report_preset_ranges' => 'Pre-set ranges',
'shared' => 'Shared',
'fiscal_year' => 'Fiscal year',
'shared' => 'Общие',
'fiscal_year' => 'Фискальный год',
'income_entry' => 'Income from account ":name" between :start and :end',
'expense_entry' => 'Expenses to account ":name" between :start and :end',
'category_entry' => 'Expenses in category ":name" between :start and :end',
@ -765,9 +765,9 @@ return [
'balance_amount' => 'Expenses in budget ":budget" paid from account ":account" between :start and :end',
'no_audit_activity' => 'No activity was recorded on account <a href=":url" title=":account_name">:account_name</a> between :start and :end.',
'audit_end_balance' => 'Account balance of <a href=":url" title=":account_name">:account_name</a> at the end of :end was: :balance',
'reports_extra_options' => 'Extra options',
'reports_extra_options' => 'Дополнительные опции',
'report_has_no_extra_options' => 'This report has no extra options',
'reports_submit' => 'View report',
'reports_submit' => 'Просмотреть отчет',
'end_after_start_date' => 'End date of report must be after start date.',
'select_category' => 'Select category(ies)',
'select_budget' => 'Select budget(s).',
@ -886,9 +886,6 @@ return [
'tag_title_nothing' => 'Default tags',
'tag_title_balancingAct' => 'Balancing act tags',
'tag_title_advancePayment' => 'Advance payment tags',
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success">Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
'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_start' => 'Create a tag to get started or enter tags when creating new transactions.',
'transaction_journal_information' => 'Transaction information',
'transaction_journal_meta' => 'Meta information',
@ -969,7 +966,8 @@ return [
// import index page:
'import_index_title' => 'Импорт данных в Firefly III',
'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Select your file',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
'import_index_type' => 'Select the type of file you will upload',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => 'Revenue account (source)',
'journal_source_account_id' => 'Asset account (source)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'account_from_id' => 'From account',
'account_to_id' => 'To account',
'source_account' => 'Source account',
@ -62,43 +63,43 @@ return [
'returnHereUpdateExplanation' => 'After updating, return here.',
'description' => 'Description',
'expense_account' => 'Expense account',
'revenue_account' => 'Revenue account',
'decimal_places' => 'Decimal places',
'exchange_rate_instruction' => 'Foreign currencies',
'exchanged_amount' => 'Exchanged amount',
'source_amount' => 'Amount (source)',
'destination_amount' => 'Amount (destination)',
'revenue_account' => 'Доходный счет',
'decimal_places' => 'Количество цифр после точки',
'exchange_rate_instruction' => 'Иностранные валюты',
'exchanged_amount' => 'Сумма обмена',
'source_amount' => 'Сумма (источник)',
'destination_amount' => 'Сумма (назначение)',
'native_amount' => 'Native amount',
'revenue_account_source' => 'Revenue account (source)',
'revenue_account_source' => 'Доходный счет (источник)',
'source_account_asset' => 'Source account (asset account)',
'destination_account_expense' => 'Destination account (expense account)',
'destination_account_asset' => 'Destination account (asset account)',
'source_account_revenue' => 'Source account (revenue account)',
'type' => 'Type',
'type' => 'Тип',
'convert_Withdrawal' => 'Convert withdrawal',
'convert_Deposit' => 'Convert deposit',
'convert_Transfer' => 'Convert transfer',
'amount' => 'Amount',
'date' => 'Date',
'amount' => 'Сумма',
'date' => 'Дата',
'interest_date' => 'Interest date',
'book_date' => 'Book date',
'process_date' => 'Processing date',
'category' => 'Category',
'tags' => 'Tags',
'deletePermanently' => 'Delete permanently',
'cancel' => 'Cancel',
'targetdate' => 'Target date',
'tag' => 'Tag',
'cancel' => 'Отмена',
'targetdate' => 'Намеченная дата',
'tag' => 'Тег',
'under' => 'Under',
'symbol' => 'Symbol',
'code' => 'Code',
'symbol' => 'Символ',
'code' => 'Код',
'iban' => 'IBAN',
'accountNumber' => 'Account number',
'has_headers' => 'Headers',
'date_format' => 'Date format',
'accountNumber' => 'Номер счета',
'has_headers' => 'Заголовки',
'date_format' => 'Формат даты',
'specifix' => 'Bank- or file specific fixes',
'attachments[]' => 'Attachments',
'store_new_withdrawal' => 'Store new withdrawal',
@ -108,13 +109,13 @@ return [
'add_new_deposit' => 'Add a new deposit',
'add_new_transfer' => 'Add a new transfer',
'noPiggybank' => '(no piggy bank)',
'title' => 'Title',
'notes' => 'Notes',
'filename' => 'File name',
'mime' => 'Mime type',
'size' => 'Size',
'trigger' => 'Trigger',
'stop_processing' => 'Stop processing',
'title' => 'Заголовок',
'notes' => 'Заметки',
'filename' => 'Имя файла',
'mime' => 'Тип Mime',
'size' => 'Размер',
'trigger' => 'Триггер',
'stop_processing' => 'Остановить обработку',
'start_date' => 'Start of range',
'end_date' => 'End of range',
'export_start_range' => 'Start of export range',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => 'The :attribute field does not exist in :other.',
'present' => 'The :attribute field must be present.',
'amount_zero' => 'The total amount cannot be zero',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
'initial_text' => 'To be able to import your file correctly, please validate the options below.',
'initial_box' => 'Basic CSV import setup',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
'initial_date_help' => 'Date time format in your CSV. Follow the format like <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.',
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
@ -34,6 +35,7 @@ return [
'roles_column' => 'Column',
'roles_no_example_data' => 'No example data available',
'roles_submit' => 'Continue with step 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',

View File

@ -886,9 +886,6 @@ return [
'tag_title_nothing' => 'Default tags',
'tag_title_balancingAct' => 'Balancing act tags',
'tag_title_advancePayment' => 'Advance payment tags',
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success">Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
'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_start' => 'Create a tag to get started or enter tags when creating new transactions.',
'transaction_journal_information' => 'Transaction information',
'transaction_journal_meta' => 'Meta information',
@ -969,7 +966,8 @@ return [
// import index page:
'import_index_title' => 'Import data into Firefly III',
'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Select your file',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
'import_index_type' => 'Select the type of file you will upload',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => 'Revenue account (source)',
'journal_source_account_id' => 'premoženjski račun (vir)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'account_from_id' => 'From account',
'account_to_id' => 'To account',
'source_account' => 'Source account',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => 'The :attribute field does not exist in :other.',
'present' => 'The :attribute field must be present.',
'amount_zero' => 'The total amount cannot be zero',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];

View File

@ -17,6 +17,7 @@ return [
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
'initial_text' => 'To be able to import your file correctly, please validate the options below.',
'initial_box' => 'Basic CSV import setup',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
'initial_date_help' => 'Date time format in your CSV. Follow the format like <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.',
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
@ -34,6 +35,7 @@ return [
'roles_column' => 'Column',
'roles_no_example_data' => 'No example data available',
'roles_submit' => 'Continue with step 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',

View File

@ -886,9 +886,6 @@ return [
'tag_title_nothing' => '預設標籤',
'tag_title_balancingAct' => '抵銷行為標籤',
'tag_title_advancePayment' => '預付款標籤',
'tags_introduction' => 'Usually tags are singular words, designed to quickly band items together using things like <span class="label label-info">expensive</span>, <span class="label label-info">bill</span> or <span class="label label-info">for-party</span>. In Firefly III, tags can have more properties such as a date, description and location. This allows you to join transactions together in a more meaningful way. For example, you could make a tag called <span class="label label-success">Christmas dinner with friends</span> and add information about the restaurant. Such tags are "singular", you would only use them for a single occasion, perhaps with multiple transactions.',
'tags_group' => '標籤可以把交易進行分組,容許你記錄報銷(你為其他人墊支),或者其他「抵銷行為」——例如分期付款(買電視機的時候),或者支出和收入會互相抵銷(以儲蓄買東西)的交易。當然,你也可以建立普通的標籤,隨你喜歡。',
'tags_start' => '要開始使用,請新增標籤或在建立新交易紀錄時輸入標籤。',
'transaction_journal_information' => 'Transaction information',
'transaction_journal_meta' => 'Meta information',
@ -969,7 +966,8 @@ return [
// import index page:
'import_index_title' => 'Import data into Firefly III',
'import_index_sub_title' => 'Index',
'import_index_intro' => 'Welcome to Firefly\'s import routine. These pages can help you import data from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
'import_index_file' => 'Select your file',
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
'import_index_type' => 'Select the type of file you will upload',

View File

@ -32,6 +32,7 @@ return [
'journal_source_account_name' => '收入帳戶 (源頭)',
'journal_source_account_id' => '資產帳戶 (源頭)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'account_from_id' => '從帳戶',
'account_to_id' => '到帳戶',
'source_account' => '來源帳戶',

View File

@ -111,6 +111,7 @@ return [
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency

View File

@ -88,4 +88,5 @@ return [
'in_array' => 'The :attribute field does not exist in :other.',
'present' => 'The :attribute field must be present.',
'amount_zero' => 'The total amount cannot be zero',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];