mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Updated meta for new release.
This commit is contained in:
18
changelog.md
18
changelog.md
@@ -2,6 +2,24 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [5.3.1 (API 1.3.0)] - 2020-07-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Extra logging in case of database errors at first launch.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Completely rewrote the [security policy](https://github.com/firefly-iii/firefly-iii/security/policy).
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [Issue 3532](https://github.com/firefly-iii/firefly-iii/issues/3532) Fix empty validation messages.
|
||||||
|
- Profile methods to change email / password were broken.
|
||||||
|
- Heroku will build again.
|
||||||
|
- Some integers were not properly cast to strings.
|
||||||
|
- Fixed several timezone issues when generated the dashboard account chart.
|
||||||
|
|
||||||
|
### API
|
||||||
|
- [Issue 3546](https://github.com/firefly-iii/firefly-iii/issues/3546) New endpoints to selectively delete data.
|
||||||
|
- [Issue 3554](https://github.com/firefly-iii/firefly-iii/issues/3554) Consistent parsing for amounts.
|
||||||
|
|
||||||
## [5.3.0 (API 1.2.0)] - 2020-07-03
|
## [5.3.0 (API 1.2.0)] - 2020-07-03
|
||||||
|
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Jakýkoli seznam věcí (účty, transakce, atd) zobrazuje nejvýše tolik na stránku.',
|
'list_page_size_help' => 'Jakýkoli seznam věcí (účty, transakce, atd) zobrazuje nejvýše tolik na stránku.',
|
||||||
'list_page_size_label' => 'Velikost stránky',
|
'list_page_size_label' => 'Velikost stránky',
|
||||||
'between_dates' => '(:start a :end)',
|
'between_dates' => '(:start a :end)',
|
||||||
'pref_optional_fields_transaction' => 'Volitelné kolonky pro transakce',
|
'pref_optional_fields_transaction' => 'Volitelné kolonky pro transakce',
|
||||||
'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' => 'Kolonky pro datum',
|
'optional_tj_date_fields' => 'Kolonky pro datum',
|
||||||
'optional_tj_business_fields' => 'Business fields',
|
'optional_tj_business_fields' => 'Business fields',
|
||||||
'optional_tj_attachment_fields' => 'Kolonky příloh',
|
'optional_tj_attachment_fields' => 'Kolonky příloh',
|
||||||
'pref_optional_tj_interest_date' => 'Úrokové datum',
|
'pref_optional_tj_interest_date' => 'Úrokové datum',
|
||||||
'pref_optional_tj_book_date' => 'Book date',
|
'pref_optional_tj_book_date' => 'Book date',
|
||||||
'pref_optional_tj_process_date' => 'Datum zpracování',
|
'pref_optional_tj_process_date' => 'Datum zpracování',
|
||||||
'pref_optional_tj_due_date' => 'Datum splatnosti',
|
'pref_optional_tj_due_date' => 'Datum splatnosti',
|
||||||
'pref_optional_tj_payment_date' => 'Datum zaplacení',
|
'pref_optional_tj_payment_date' => 'Datum zaplacení',
|
||||||
'pref_optional_tj_invoice_date' => 'Datum vystavení',
|
'pref_optional_tj_invoice_date' => 'Datum vystavení',
|
||||||
'pref_optional_tj_internal_reference' => 'Interní reference',
|
'pref_optional_tj_internal_reference' => 'Interní reference',
|
||||||
'pref_optional_tj_notes' => 'Poznámky',
|
'pref_optional_tj_notes' => 'Poznámky',
|
||||||
'pref_optional_tj_attachments' => 'Přílohy',
|
'pref_optional_tj_attachments' => 'Přílohy',
|
||||||
'optional_field_meta_dates' => 'Datumy',
|
'optional_field_meta_dates' => 'Datumy',
|
||||||
'optional_field_meta_business' => 'Business',
|
'optional_field_meta_business' => 'Business',
|
||||||
'optional_field_attachments' => 'Přílohy',
|
'optional_field_attachments' => 'Přílohy',
|
||||||
'optional_field_meta_data' => 'Volitelná metadata',
|
'optional_field_meta_data' => 'Volitelná metadata',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Smazat VŠECHNY vaše kategorie',
|
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||||
'delete_all_tags' => 'Smazat VŠECHNY vaše štítky',
|
'delete_all_categories' => 'Smazat VŠECHNY vaše kategorie',
|
||||||
'deleted_all_budgets' => 'Všechny rozpočty byly smazány',
|
'delete_all_tags' => 'Smazat VŠECHNY vaše štítky',
|
||||||
'deleted_all_categories' => 'Všechny kategorie byly smazány',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Všechny štítky byly smazány',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Změnit své heslo',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Smazat účet',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Stávající heslo',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Nové heslo',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Nové heslo (zopakování)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Smazat svůj účet',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Smazání vašeho účtu smaže také všechny účty, transakce, <em>vše</em>, co jste ve Firefly III uložili. Bude to PRYČ.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Pokračujte zadáním svého hesla.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Heslo',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Opravdu provést? Není možné vzít zpět.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'SMAZAT svůj účet',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Neplatné stávající heslo!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Heslo změněno.',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Myšlenka je změnit si heslo.',
|
'deleted_all_budgets' => 'Všechny rozpočty byly smazány',
|
||||||
'invalid_password' => 'Neplatné heslo.',
|
'deleted_all_categories' => 'Všechny kategorie byly smazány',
|
||||||
'what_is_pw_security' => 'Co je „ověřit odolnost hesla“.',
|
'deleted_all_tags' => 'Všechny štítky byly smazány',
|
||||||
'secure_pw_title' => 'Jak zvolit odolné heslo',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Nemine týden, abychom neviděli zprávy o stránkách, ze kterých unikly hesla jejich uživatelů. Hackeři a zloději tato hesla používají pro pokus o ukradení vašich soukromých informací. Informace jsou cenné.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Používáte stejná hesla napříč webem? Pokud jedna ze stránek ztratí vaše heslo, hackeři mají přístup ke všem vašim datům. Firefly III spoléhá na to, že zvolíte silné a jinde nepoužívané heslo pro ochranu vašich finančních záznamů.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Jako pomoc Firefly III může zkontrolovat heslo které chcete použít, zda v minulosti nebylo ukradeno (včetně jeho otisku). V takovém případě aplikace NEdoporučí používat takové heslo.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Změnit své heslo',
|
||||||
|
'delete_account' => 'Smazat účet',
|
||||||
|
'current_password' => 'Stávající heslo',
|
||||||
|
'new_password' => 'Nové heslo',
|
||||||
|
'new_password_again' => 'Nové heslo (zopakování)',
|
||||||
|
'delete_your_account' => 'Smazat svůj účet',
|
||||||
|
'delete_your_account_help' => 'Smazání vašeho účtu smaže také všechny účty, transakce, <em>vše</em>, co jste ve Firefly III uložili. Bude to PRYČ.',
|
||||||
|
'delete_your_account_password' => 'Pokračujte zadáním svého hesla.',
|
||||||
|
'password' => 'Heslo',
|
||||||
|
'are_you_sure' => 'Opravdu provést? Není možné vzít zpět.',
|
||||||
|
'delete_account_button' => 'SMAZAT svůj účet',
|
||||||
|
'invalid_current_password' => 'Neplatné stávající heslo!',
|
||||||
|
'password_changed' => 'Heslo změněno.',
|
||||||
|
'should_change' => 'Myšlenka je změnit si heslo.',
|
||||||
|
'invalid_password' => 'Neplatné heslo.',
|
||||||
|
'what_is_pw_security' => 'Co je „ověřit odolnost hesla“.',
|
||||||
|
'secure_pw_title' => 'Jak zvolit odolné heslo',
|
||||||
|
'secure_pw_history' => 'Nemine týden, abychom neviděli zprávy o stránkách, ze kterých unikly hesla jejich uživatelů. Hackeři a zloději tato hesla používají pro pokus o ukradení vašich soukromých informací. Informace jsou cenné.',
|
||||||
|
'secure_pw_ff' => 'Používáte stejná hesla napříč webem? Pokud jedna ze stránek ztratí vaše heslo, hackeři mají přístup ke všem vašim datům. Firefly III spoléhá na to, že zvolíte silné a jinde nepoužívané heslo pro ochranu vašich finančních záznamů.',
|
||||||
|
'secure_pw_check_box' => 'Jako pomoc Firefly III může zkontrolovat heslo které chcete použít, zda v minulosti nebylo ukradeno (včetně jeho otisku). V takovém případě aplikace NEdoporučí používat takové heslo.',
|
||||||
'secure_pw_working_title' => 'Jak to funguje?',
|
'secure_pw_working_title' => 'Jak to funguje?',
|
||||||
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||||
'secure_pw_should' => 'Mám tuto kolonku zaškrtnout?',
|
'secure_pw_should' => 'Mám tuto kolonku zaškrtnout?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Pravidlo musí obsahovat alespoň jednu akci.',
|
'at_least_one_action' => 'Pravidlo musí obsahovat alespoň jednu akci.',
|
||||||
'base64' => 'Data nejsou v platném base64 kódování.',
|
'base64' => 'Data nejsou v platném base64 kódování.',
|
||||||
'model_id_invalid' => 'Zdá se, že dané ID je neplatné pro tento model.',
|
'model_id_invalid' => 'Zdá se, že dané ID je neplatné pro tento model.',
|
||||||
'more' => ':attribute musí být větší než ":more".',
|
|
||||||
'less' => ':attribute musí být menší než 10.000.000',
|
'less' => ':attribute musí být menší než 10.000.000',
|
||||||
'active_url' => ':attribute není platná adresa URL.',
|
'active_url' => ':attribute není platná adresa URL.',
|
||||||
'after' => ':attribute nemůže být dříve než :date.',
|
'after' => ':attribute nemůže být dříve než :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||||
|
|
||||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'The :attribute must have :value items or more.',
|
||||||
|
@@ -61,10 +61,10 @@ return [
|
|||||||
'new_clone_instructions' => 'Mit dieser Schaltfläche wird die Buchung automatisch dupliziert und das Datum auf heute festgelegt. Möchten Sie fortfahren?',
|
'new_clone_instructions' => 'Mit dieser Schaltfläche wird die Buchung automatisch dupliziert und das Datum auf heute festgelegt. Möchten Sie fortfahren?',
|
||||||
'clones_journal_x' => 'Diese Buchung ist ein Duplikat von „:description” (#:id)',
|
'clones_journal_x' => 'Diese Buchung ist ein Duplikat von „:description” (#:id)',
|
||||||
'go_to_categories' => 'Kategorien anzeigen',
|
'go_to_categories' => 'Kategorien anzeigen',
|
||||||
'go_to_bills' => 'Rechnungen anzeigen',
|
'go_to_bills' => 'Zu Ihren Rechnungen wechseln',
|
||||||
'go_to_expense_accounts' => 'Kreditoren (Ausgabenkonten) anzeigen',
|
'go_to_expense_accounts' => 'Kreditoren (Ausgabenkonten) anzeigen',
|
||||||
'go_to_revenue_accounts' => 'Erlöskonten anzeigen',
|
'go_to_revenue_accounts' => 'Erlöskonten anzeigen',
|
||||||
'go_to_piggies' => 'Sparschweine anzeigen',
|
'go_to_piggies' => 'Zu Ihrem Sparschweinen wechseln',
|
||||||
'new_deposit' => 'Neue Einnahme',
|
'new_deposit' => 'Neue Einnahme',
|
||||||
'new_transfer' => 'Neue Umbuchung',
|
'new_transfer' => 'Neue Umbuchung',
|
||||||
'new_transfers' => 'Neue Umbuchung',
|
'new_transfers' => 'Neue Umbuchung',
|
||||||
@@ -213,7 +213,7 @@ return [
|
|||||||
'average_per_bill' => 'Durchschnitt je Rechnung',
|
'average_per_bill' => 'Durchschnitt je Rechnung',
|
||||||
'expected_total' => 'Voraussichtliche Summe',
|
'expected_total' => 'Voraussichtliche Summe',
|
||||||
'reconciliation_account_name' => ':name Kontenabgleich (:currency)',
|
'reconciliation_account_name' => ':name Kontenabgleich (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Gespeichert',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version Autorisierungsanfrage',
|
'authorization_request' => 'Firefly III v:version Autorisierungsanfrage',
|
||||||
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Jede Liste von Elementen (Konten, Buchungen, usw.) zeigt höchstens so viele Elemente je Seite.',
|
'list_page_size_help' => 'Jede Liste von Elementen (Konten, Buchungen, usw.) zeigt höchstens so viele Elemente je Seite.',
|
||||||
'list_page_size_label' => 'Einträge pro Seite',
|
'list_page_size_label' => 'Einträge pro Seite',
|
||||||
'between_dates' => '(:start und :end)',
|
'between_dates' => '(:start und :end)',
|
||||||
'pref_optional_fields_transaction' => 'Optionale Felder für Buchungen',
|
'pref_optional_fields_transaction' => 'Optionale Felder für Buchungen',
|
||||||
'pref_optional_fields_transaction_help' => 'Wenn Sie eine Buchung anlegen sind standardmäßig nicht alle vorhandenen Felder aktiviert. Hier können Sie alle Felder aktivieren, die Sie gerne nutzen möchten. Alle Felder die deaktiviert sind, aber bereits ausgefüllt sind, werden unabhängig von ihren Einstellungen sichtbar sein.',
|
'pref_optional_fields_transaction_help' => 'Wenn Sie eine Buchung anlegen sind standardmäßig nicht alle vorhandenen Felder aktiviert. Hier können Sie alle Felder aktivieren, die Sie gerne nutzen möchten. Alle Felder die deaktiviert sind, aber bereits ausgefüllt sind, werden unabhängig von ihren Einstellungen sichtbar sein.',
|
||||||
'optional_tj_date_fields' => 'Datumsfelder',
|
'optional_tj_date_fields' => 'Datumsfelder',
|
||||||
'optional_tj_business_fields' => 'Fachliche Felder',
|
'optional_tj_business_fields' => 'Fachliche Felder',
|
||||||
'optional_tj_attachment_fields' => 'Anlage Felder',
|
'optional_tj_attachment_fields' => 'Anlage Felder',
|
||||||
'pref_optional_tj_interest_date' => 'Zinstermin',
|
'pref_optional_tj_interest_date' => 'Zinstermin',
|
||||||
'pref_optional_tj_book_date' => 'Buchungstermin',
|
'pref_optional_tj_book_date' => 'Buchungstermin',
|
||||||
'pref_optional_tj_process_date' => 'Erfassungsdatum',
|
'pref_optional_tj_process_date' => 'Erfassungsdatum',
|
||||||
'pref_optional_tj_due_date' => 'Fälligkeitstermin',
|
'pref_optional_tj_due_date' => 'Fälligkeitstermin',
|
||||||
'pref_optional_tj_payment_date' => 'Zahlungsdatum',
|
'pref_optional_tj_payment_date' => 'Zahlungsdatum',
|
||||||
'pref_optional_tj_invoice_date' => 'Rechnungsdatum',
|
'pref_optional_tj_invoice_date' => 'Rechnungsdatum',
|
||||||
'pref_optional_tj_internal_reference' => 'Interner Verweis',
|
'pref_optional_tj_internal_reference' => 'Interner Verweis',
|
||||||
'pref_optional_tj_notes' => 'Notizen',
|
'pref_optional_tj_notes' => 'Notizen',
|
||||||
'pref_optional_tj_attachments' => 'Anhänge',
|
'pref_optional_tj_attachments' => 'Anhänge',
|
||||||
'optional_field_meta_dates' => 'Daten',
|
'optional_field_meta_dates' => 'Daten',
|
||||||
'optional_field_meta_business' => 'Geschäftlich',
|
'optional_field_meta_business' => 'Geschäftlich',
|
||||||
'optional_field_attachments' => 'Anhänge',
|
'optional_field_attachments' => 'Anhänge',
|
||||||
'optional_field_meta_data' => 'Optionale Metadaten',
|
'optional_field_meta_data' => 'Optionale Metadaten',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Seien Sie vorsichtig mit diesen Schaltflächen. Das Löschen kann nicht widerrufen werden.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'Alle Ihre anderen Sitzungen wurden abgemeldet.',
|
'permanent_delete_stuff' => 'Seien Sie vorsichtig mit diesen Schaltflächen. Das Löschen kann nicht widerrufen werden.',
|
||||||
'delete_all_budgets' => 'ALLE Ihre Budgets löschen',
|
'other_sessions_logged_out' => 'Alle Ihre anderen Sitzungen wurden abgemeldet.',
|
||||||
'delete_all_categories' => 'Alle Ihre Kategorien löschen',
|
'delete_all_budgets' => 'ALLE Ihre Budgets löschen',
|
||||||
'delete_all_tags' => 'Alle Ihre Stichwörter löschen',
|
'delete_all_categories' => 'Alle Ihre Kategorien löschen',
|
||||||
'deleted_all_budgets' => 'Alle Budgets wurden gelöscht',
|
'delete_all_tags' => 'Alle Ihre Stichwörter löschen',
|
||||||
'deleted_all_categories' => 'Alle Kategorien wurden gelöscht',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Alle Schlagwörter wurden gelöscht',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Passwort ändern',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Konto löschen',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Aktuelles Passwort',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Neues Passwort',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Neues Passwort (wiederholen)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Ihren Account löschen',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Das Löschen ihres Benutzerkontos wird ebenfalls alle Konten, Buchungen, etc., also <em>alles</em> was Sie in Firefly gespeichert haben, löschen. Alles geht verloren und kann nicht wiederhergestellt werden.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Geben Sie Ihr Kennwort ein um fortzufahren.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Passwort',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Sind Sie sich sicher? Sie können diesen Schritt nicht rückgängig machen.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'LÖSCHEN Sie ihr Benutzerkonto',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Aktuelles Passwort ist ungültig!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Passwort geändert!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Ziel ist es, ihr Passwort zu ändern.',
|
'deleted_all_budgets' => 'Alle Budgets wurden gelöscht',
|
||||||
'invalid_password' => 'Ungültiges Passwort!',
|
'deleted_all_categories' => 'Alle Kategorien wurden gelöscht',
|
||||||
'what_is_pw_security' => 'Was ist "Passwortsicherheit überprüfen"?',
|
'deleted_all_tags' => 'Alle Schlagwörter wurden gelöscht',
|
||||||
'secure_pw_title' => 'So wählen Sie ein sicheres Passwort aus',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Keine Woche vergeht, dass Sie in den Nachrichten über eine Website lesen, die die Passwörter ihrer Benutzer verliert. Hacker und Diebe verwenden diese Passwörter, um zu versuchen, Ihre persönlichen Daten zu stehlen. Diese Informationen sind wertvoll.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Verwenden Sie im gesamten Internet das gleiche Passwort? Wenn eine Website Ihr Passwort verliert, haben Hacker Zugriff auf alle Ihre Daten. Firefly III verlässt sich darauf, dass Sie ein sicheres und einzigartiges Passwort wählen, um Ihre Finanzdaten zu schützen.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Um Ihnen dabei zu helfen, kann Firefly III überprüfen, ob das von Ihnen gewünschte Passwort in der Vergangenheit gestohlen wurde. Wenn dies der Fall ist, rät Firefly III Ihnen, dieses Passwort NICHT zu verwenden.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Passwort ändern',
|
||||||
|
'delete_account' => 'Konto löschen',
|
||||||
|
'current_password' => 'Aktuelles Passwort',
|
||||||
|
'new_password' => 'Neues Passwort',
|
||||||
|
'new_password_again' => 'Neues Passwort (wiederholen)',
|
||||||
|
'delete_your_account' => 'Ihren Account löschen',
|
||||||
|
'delete_your_account_help' => 'Das Löschen ihres Benutzerkontos wird ebenfalls alle Konten, Buchungen, etc., also <em>alles</em> was Sie in Firefly gespeichert haben, löschen. Alles geht verloren und kann nicht wiederhergestellt werden.',
|
||||||
|
'delete_your_account_password' => 'Geben Sie Ihr Kennwort ein um fortzufahren.',
|
||||||
|
'password' => 'Passwort',
|
||||||
|
'are_you_sure' => 'Sind Sie sich sicher? Sie können diesen Schritt nicht rückgängig machen.',
|
||||||
|
'delete_account_button' => 'LÖSCHEN Sie ihr Benutzerkonto',
|
||||||
|
'invalid_current_password' => 'Aktuelles Passwort ist ungültig!',
|
||||||
|
'password_changed' => 'Passwort geändert!',
|
||||||
|
'should_change' => 'Ziel ist es, ihr Passwort zu ändern.',
|
||||||
|
'invalid_password' => 'Ungültiges Passwort!',
|
||||||
|
'what_is_pw_security' => 'Was ist "Passwortsicherheit überprüfen"?',
|
||||||
|
'secure_pw_title' => 'So wählen Sie ein sicheres Passwort aus',
|
||||||
|
'secure_pw_history' => 'Keine Woche vergeht, dass Sie in den Nachrichten über eine Website lesen, die die Passwörter ihrer Benutzer verliert. Hacker und Diebe verwenden diese Passwörter, um zu versuchen, Ihre persönlichen Daten zu stehlen. Diese Informationen sind wertvoll.',
|
||||||
|
'secure_pw_ff' => 'Verwenden Sie im gesamten Internet das gleiche Passwort? Wenn eine Website Ihr Passwort verliert, haben Hacker Zugriff auf alle Ihre Daten. Firefly III verlässt sich darauf, dass Sie ein sicheres und einzigartiges Passwort wählen, um Ihre Finanzdaten zu schützen.',
|
||||||
|
'secure_pw_check_box' => 'Um Ihnen dabei zu helfen, kann Firefly III überprüfen, ob das von Ihnen gewünschte Passwort in der Vergangenheit gestohlen wurde. Wenn dies der Fall ist, rät Firefly III Ihnen, dieses Passwort NICHT zu verwenden.',
|
||||||
'secure_pw_working_title' => 'Wie funktioniert es?',
|
'secure_pw_working_title' => 'Wie funktioniert es?',
|
||||||
'secure_pw_working' => 'Wenn Sie das Kontrollkästchen aktivieren, wird Firefly III den SHA1-Hash der ersten 5 Zeichen Ihres Passworts an <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">die Website von Troy Hunt</a> senden, um zu sehen, ob es auf der Liste steht. Dies verhindert, dass Sie unsichere Passwörter verwenden, was in der aktuellen <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST-Sonderveröffentlichung</a> zu diesem Thema empfohlen wird.',
|
'secure_pw_working' => 'Wenn Sie das Kontrollkästchen aktivieren, wird Firefly III den SHA1-Hash der ersten 5 Zeichen Ihres Passworts an <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">die Website von Troy Hunt</a> senden, um zu sehen, ob es auf der Liste steht. Dies verhindert, dass Sie unsichere Passwörter verwenden, was in der aktuellen <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST-Sonderveröffentlichung</a> zu diesem Thema empfohlen wird.',
|
||||||
'secure_pw_should' => 'Soll ich die Box ankreuzen?',
|
'secure_pw_should' => 'Soll ich die Box ankreuzen?',
|
||||||
@@ -1138,7 +1168,7 @@ return [
|
|||||||
'budgets_and_spending' => 'Budgets und Ausgaben',
|
'budgets_and_spending' => 'Budgets und Ausgaben',
|
||||||
'go_to_budget' => 'Zu Budget „{budget}” wechseln',
|
'go_to_budget' => 'Zu Budget „{budget}” wechseln',
|
||||||
'go_to_deposits' => 'Zu Einlagen wechseln',
|
'go_to_deposits' => 'Zu Einlagen wechseln',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Zu Ausgaben wechseln',
|
||||||
'savings' => 'Erspartes',
|
'savings' => 'Erspartes',
|
||||||
'newWithdrawal' => 'Neue Ausgabe',
|
'newWithdrawal' => 'Neue Ausgabe',
|
||||||
'newDeposit' => 'Neue Einnahme',
|
'newDeposit' => 'Neue Einnahme',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Regel muss mindestens eine Aktion enthalten',
|
'at_least_one_action' => 'Regel muss mindestens eine Aktion enthalten',
|
||||||
'base64' => 'Dies sind keine gültigen base64-kodierten Daten.',
|
'base64' => 'Dies sind keine gültigen base64-kodierten Daten.',
|
||||||
'model_id_invalid' => 'Die angegebene ID scheint für dieses Modell ungültig zu sein.',
|
'model_id_invalid' => 'Die angegebene ID scheint für dieses Modell ungültig zu sein.',
|
||||||
'more' => ':attribute muss größer als „:more” sein.',
|
|
||||||
'less' => ':attribute muss kleiner als 10.000.000 sein',
|
'less' => ':attribute muss kleiner als 10.000.000 sein',
|
||||||
'active_url' => ':attribute ist keine gültige URL.',
|
'active_url' => ':attribute ist keine gültige URL.',
|
||||||
'after' => ':attribute muss ein Datum nach :date sein.',
|
'after' => ':attribute muss ein Datum nach :date sein.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Sie können dieses Konto nicht als Zielkonto verwenden.',
|
'generic_invalid_destination' => 'Sie können dieses Konto nicht als Zielkonto verwenden.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute muss größer oder gleich :value sein.',
|
'gte.numeric' => ':attribute muss größer oder gleich :value sein.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => ':attribute muss größer oder gleich :value Kilobytes sein.',
|
'gte.file' => ':attribute muss größer oder gleich :value Kilobytes sein.',
|
||||||
'gte.string' => ':attribute muss mindestens :value Zeichen enthalten.',
|
'gte.string' => ':attribute muss mindestens :value Zeichen enthalten.',
|
||||||
'gte.array' => ':attribute muss mindestens :value Elemente enthalten.',
|
'gte.array' => ':attribute muss mindestens :value Elemente enthalten.',
|
||||||
|
@@ -213,7 +213,7 @@ return [
|
|||||||
'average_per_bill' => 'μέσος όρος ανά πάγιο έξοδο',
|
'average_per_bill' => 'μέσος όρος ανά πάγιο έξοδο',
|
||||||
'expected_total' => 'αναμενόμενο σύνολο',
|
'expected_total' => 'αναμενόμενο σύνολο',
|
||||||
'reconciliation_account_name' => ':name τακτοποίηση (:currency)',
|
'reconciliation_account_name' => ':name τακτοποίηση (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Αποθηκεύτηκε',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Αίτημα Εξουσιοδότησης Firefly III v:version',
|
'authorization_request' => 'Αίτημα Εξουσιοδότησης Firefly III v:version',
|
||||||
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Κάθε λίστα αντικειμένων (λογαριασμοί, συναλλαγές, κλπ) εμφανίζει το πολύ, τόσα ανά σελίδα.',
|
'list_page_size_help' => 'Κάθε λίστα αντικειμένων (λογαριασμοί, συναλλαγές, κλπ) εμφανίζει το πολύ, τόσα ανά σελίδα.',
|
||||||
'list_page_size_label' => 'Μέγεθος σελίδας',
|
'list_page_size_label' => 'Μέγεθος σελίδας',
|
||||||
'between_dates' => '(:start και :end)',
|
'between_dates' => '(:start και :end)',
|
||||||
'pref_optional_fields_transaction' => 'Προαιρετικά πεδία για συναλλαγές',
|
'pref_optional_fields_transaction' => 'Προαιρετικά πεδία για συναλλαγές',
|
||||||
'pref_optional_fields_transaction_help' => 'Από προεπιλογή δεν μπορούν να ενεργοποιηθούν όλα τα πεδία όταν δημιουργείται μία νέα συναλλαγή (εξαιτίας της σύγχυσης). Παρακάτω, μπορείτε να ενεργοποιήσετε αυτά τα πεδία εάν νομίζετε ότι θα σας φανούν χρήσιμα. Φυσικά, όποιο πεδίο απενεργοποιείται, αλλά είναι ήδη συμπληρωμένο, θα συνεχίζει να εμφανίζεται ασχέτως της ρύθμισης.',
|
'pref_optional_fields_transaction_help' => 'Από προεπιλογή δεν μπορούν να ενεργοποιηθούν όλα τα πεδία όταν δημιουργείται μία νέα συναλλαγή (εξαιτίας της σύγχυσης). Παρακάτω, μπορείτε να ενεργοποιήσετε αυτά τα πεδία εάν νομίζετε ότι θα σας φανούν χρήσιμα. Φυσικά, όποιο πεδίο απενεργοποιείται, αλλά είναι ήδη συμπληρωμένο, θα συνεχίζει να εμφανίζεται ασχέτως της ρύθμισης.',
|
||||||
'optional_tj_date_fields' => 'Πεδία ημερομηνίας',
|
'optional_tj_date_fields' => 'Πεδία ημερομηνίας',
|
||||||
'optional_tj_business_fields' => 'Πεδία εταιρίας',
|
'optional_tj_business_fields' => 'Πεδία εταιρίας',
|
||||||
'optional_tj_attachment_fields' => 'Πεδία συνημμένου',
|
'optional_tj_attachment_fields' => 'Πεδία συνημμένου',
|
||||||
'pref_optional_tj_interest_date' => 'Ημερομηνία τοκισμού',
|
'pref_optional_tj_interest_date' => 'Ημερομηνία τοκισμού',
|
||||||
'pref_optional_tj_book_date' => 'Ημερομηνία εγγραφής',
|
'pref_optional_tj_book_date' => 'Ημερομηνία εγγραφής',
|
||||||
'pref_optional_tj_process_date' => 'Ημερομηνία επεξεργασίας',
|
'pref_optional_tj_process_date' => 'Ημερομηνία επεξεργασίας',
|
||||||
'pref_optional_tj_due_date' => 'Ημερομηνία προθεσμίας',
|
'pref_optional_tj_due_date' => 'Ημερομηνία προθεσμίας',
|
||||||
'pref_optional_tj_payment_date' => 'Ημερομηνία πληρωμής',
|
'pref_optional_tj_payment_date' => 'Ημερομηνία πληρωμής',
|
||||||
'pref_optional_tj_invoice_date' => 'Ημερομηνία τιμολόγησης',
|
'pref_optional_tj_invoice_date' => 'Ημερομηνία τιμολόγησης',
|
||||||
'pref_optional_tj_internal_reference' => 'Εσωτερική αναφορά',
|
'pref_optional_tj_internal_reference' => 'Εσωτερική αναφορά',
|
||||||
'pref_optional_tj_notes' => 'Σημειώσεις',
|
'pref_optional_tj_notes' => 'Σημειώσεις',
|
||||||
'pref_optional_tj_attachments' => 'Συνημμένα',
|
'pref_optional_tj_attachments' => 'Συνημμένα',
|
||||||
'optional_field_meta_dates' => 'Ημερομηνίες',
|
'optional_field_meta_dates' => 'Ημερομηνίες',
|
||||||
'optional_field_meta_business' => 'Επιχείρηση',
|
'optional_field_meta_business' => 'Επιχείρηση',
|
||||||
'optional_field_attachments' => 'Συνημμένα',
|
'optional_field_attachments' => 'Συνημμένα',
|
||||||
'optional_field_meta_data' => 'Προαιρετικά μετα-δεδομένα',
|
'optional_field_meta_data' => 'Προαιρετικά μετα-δεδομένα',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Προσοχή με αυτά τα κουμπιά. Η διαγραφή είναι μόνιμη.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'Όλες οι άλλες συνεδρίες σας έχουν αποσυνδεθεί.',
|
'permanent_delete_stuff' => 'Προσοχή με αυτά τα κουμπιά. Η διαγραφή είναι μόνιμη.',
|
||||||
'delete_all_budgets' => 'Διαγραφή ΟΛΩΝ των προϋπολογισμών σας',
|
'other_sessions_logged_out' => 'Όλες οι άλλες συνεδρίες σας έχουν αποσυνδεθεί.',
|
||||||
'delete_all_categories' => 'Διαγραφή ΟΛΩΝ των κατηγοριών',
|
'delete_all_budgets' => 'Διαγραφή ΟΛΩΝ των προϋπολογισμών σας',
|
||||||
'delete_all_tags' => 'Διαγραφή ΟΛΩΝ των ετικετών',
|
'delete_all_categories' => 'Διαγραφή ΟΛΩΝ των κατηγοριών',
|
||||||
'deleted_all_budgets' => 'Όλοι οι προϋπολογισμοί έχουν διαγραφεί',
|
'delete_all_tags' => 'Διαγραφή ΟΛΩΝ των ετικετών',
|
||||||
'deleted_all_categories' => 'Όλες οι κατηγορίες έχουν διαγραφεί',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Όλες οι ετικέτες έχουν διαγραφεί',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Αλλαγή του κωδικού σας',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Διαγραφή λογαριασμού',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Τρέχων κωδικός',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Νέος κωδικός',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Νέος κωδικός (επανάληψη)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Διαγραφή του λογαριασμού σας',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Διαγράφοντας το λογαριασμό σας, θα διαγράψετε και όλες τις συναλλαγές, τους λογαριασμούς, <em>οτιδήποτε</em> μπορεί να έχετε αποθηκεύσει στο Firefly III. Θα ΕΞΑΦΑΝΙΣΤΟΥΝ.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Εισάγετε τον κωδικό σας για να συνεχίσετε.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Κωδικός πρόσβασης',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Είστε σίγουρος; Δεν μπορείτε να το πάρετε πίσω.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'ΔΙΑΓΡΑΦΗ του λογαριασμού σας',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Μη έγκυρος κωδικός!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Ο κωδικός έχει αλλάξει!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Θα ήταν καλό να αλλάξετε τον κωδικό σας.',
|
'deleted_all_budgets' => 'Όλοι οι προϋπολογισμοί έχουν διαγραφεί',
|
||||||
'invalid_password' => 'Άκυρος κωδικός!',
|
'deleted_all_categories' => 'Όλες οι κατηγορίες έχουν διαγραφεί',
|
||||||
'what_is_pw_security' => 'Τι είναι η "επιβεβαίωση ασφάλειας κωδικού";',
|
'deleted_all_tags' => 'Όλες οι ετικέτες έχουν διαγραφεί',
|
||||||
'secure_pw_title' => 'Πως να διαλέξετε έναν ασφαλές κωδικό πρόσβασης',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Δεν περνάει ούτε μία εβδομάδα χωρίς να διαβάσεις για ένα site που έχασε τους κωδικούς των χρηστών του. Οι χάκερς και οι κλέφτες χρησιμοποιούν αυτούς τους κωδικούς για να κλέψουν προσωπικές σας πληροφορίες. Οι πληροφορίες αυτές είναι πολύτιμες.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Χρησιμοποιείτε τον ίδιο κωδικό πρόσβασης παντού στο internet; Εάν ένας ιστότοπος διαρρεύσει τον κωδικό σας, οι χάκερ θα έχουν πρόσβαση σε όλα τα δεδομένα σας. Το Firefly III βασίζεται σε εσάς για να διαλέξετε ένα δυνατό και μοναδικό κωδικό για την προστασία των οικονομικών σας αρχείων.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Για να βοηθήσει σε αυτό το Firefly III μπορεί να ελέγξει εάν ο κωδικός που θέλετε να χρησιμοποιήσετε έχει κλαπεί στο παρελθόν. Εάν ισχύει αυτό, τότε το Firefly III σας συμβουλεύει να μη χρησιμοποιήσετε αυτό τον κωδικό.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Αλλαγή του κωδικού σας',
|
||||||
|
'delete_account' => 'Διαγραφή λογαριασμού',
|
||||||
|
'current_password' => 'Τρέχων κωδικός',
|
||||||
|
'new_password' => 'Νέος κωδικός',
|
||||||
|
'new_password_again' => 'Νέος κωδικός (επανάληψη)',
|
||||||
|
'delete_your_account' => 'Διαγραφή του λογαριασμού σας',
|
||||||
|
'delete_your_account_help' => 'Διαγράφοντας το λογαριασμό σας, θα διαγράψετε και όλες τις συναλλαγές, τους λογαριασμούς, <em>οτιδήποτε</em> μπορεί να έχετε αποθηκεύσει στο Firefly III. Θα ΕΞΑΦΑΝΙΣΤΟΥΝ.',
|
||||||
|
'delete_your_account_password' => 'Εισάγετε τον κωδικό σας για να συνεχίσετε.',
|
||||||
|
'password' => 'Κωδικός πρόσβασης',
|
||||||
|
'are_you_sure' => 'Είστε σίγουρος; Δεν μπορείτε να το πάρετε πίσω.',
|
||||||
|
'delete_account_button' => 'ΔΙΑΓΡΑΦΗ του λογαριασμού σας',
|
||||||
|
'invalid_current_password' => 'Μη έγκυρος κωδικός!',
|
||||||
|
'password_changed' => 'Ο κωδικός έχει αλλάξει!',
|
||||||
|
'should_change' => 'Θα ήταν καλό να αλλάξετε τον κωδικό σας.',
|
||||||
|
'invalid_password' => 'Άκυρος κωδικός!',
|
||||||
|
'what_is_pw_security' => 'Τι είναι η "επιβεβαίωση ασφάλειας κωδικού";',
|
||||||
|
'secure_pw_title' => 'Πως να διαλέξετε έναν ασφαλές κωδικό πρόσβασης',
|
||||||
|
'secure_pw_history' => 'Δεν περνάει ούτε μία εβδομάδα χωρίς να διαβάσεις για ένα site που έχασε τους κωδικούς των χρηστών του. Οι χάκερς και οι κλέφτες χρησιμοποιούν αυτούς τους κωδικούς για να κλέψουν προσωπικές σας πληροφορίες. Οι πληροφορίες αυτές είναι πολύτιμες.',
|
||||||
|
'secure_pw_ff' => 'Χρησιμοποιείτε τον ίδιο κωδικό πρόσβασης παντού στο internet; Εάν ένας ιστότοπος διαρρεύσει τον κωδικό σας, οι χάκερ θα έχουν πρόσβαση σε όλα τα δεδομένα σας. Το Firefly III βασίζεται σε εσάς για να διαλέξετε ένα δυνατό και μοναδικό κωδικό για την προστασία των οικονομικών σας αρχείων.',
|
||||||
|
'secure_pw_check_box' => 'Για να βοηθήσει σε αυτό το Firefly III μπορεί να ελέγξει εάν ο κωδικός που θέλετε να χρησιμοποιήσετε έχει κλαπεί στο παρελθόν. Εάν ισχύει αυτό, τότε το Firefly III σας συμβουλεύει να μη χρησιμοποιήσετε αυτό τον κωδικό.',
|
||||||
'secure_pw_working_title' => 'Πως λειτουργεί;',
|
'secure_pw_working_title' => 'Πως λειτουργεί;',
|
||||||
'secure_pw_working' => 'Τσεκάροντας αυτό το πλαίσιο, το Firefly III θα στείλει τους 5 πρώτους χαρακτήρες του SHA1 hash του κωδικού σας στον <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Ιστότοπο του Troy Hunt</a> για να δει εάν είναι στη λίστα. Αυτό θα σας εμποδίσει να χρησιμοποιήσετε ένα μη ασφαλές κωδικό όπως συνιστάται στη τελευταία <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ειδική Έκδοση NIST</a> πάνω στο θέμα αυτό.',
|
'secure_pw_working' => 'Τσεκάροντας αυτό το πλαίσιο, το Firefly III θα στείλει τους 5 πρώτους χαρακτήρες του SHA1 hash του κωδικού σας στον <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Ιστότοπο του Troy Hunt</a> για να δει εάν είναι στη λίστα. Αυτό θα σας εμποδίσει να χρησιμοποιήσετε ένα μη ασφαλές κωδικό όπως συνιστάται στη τελευταία <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ειδική Έκδοση NIST</a> πάνω στο θέμα αυτό.',
|
||||||
'secure_pw_should' => 'Θα πρέπει να τσεκάρω αυτό το πλαίσιο;',
|
'secure_pw_should' => 'Θα πρέπει να τσεκάρω αυτό το πλαίσιο;',
|
||||||
@@ -696,7 +726,7 @@ return [
|
|||||||
'profile_whoops' => 'Ούπς!',
|
'profile_whoops' => 'Ούπς!',
|
||||||
'profile_something_wrong' => 'Κάτι πήγε στραβά!',
|
'profile_something_wrong' => 'Κάτι πήγε στραβά!',
|
||||||
'profile_try_again' => 'Κάτι πήγε στραβά. Παρακαλώ προσπαθήστε ξανά.',
|
'profile_try_again' => 'Κάτι πήγε στραβά. Παρακαλώ προσπαθήστε ξανά.',
|
||||||
'amounts' => 'Amounts',
|
'amounts' => 'Ποσά',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'export_data_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
'export_data_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
||||||
@@ -1137,8 +1167,8 @@ return [
|
|||||||
'budgetsAndSpending' => 'Προϋπολογισμοί και δαπάνες',
|
'budgetsAndSpending' => 'Προϋπολογισμοί και δαπάνες',
|
||||||
'budgets_and_spending' => 'Προϋπολογισμοί και δαπάνες',
|
'budgets_and_spending' => 'Προϋπολογισμοί και δαπάνες',
|
||||||
'go_to_budget' => 'Πηγαίνετε στον προϋπολογισμό "{budget}"',
|
'go_to_budget' => 'Πηγαίνετε στον προϋπολογισμό "{budget}"',
|
||||||
'go_to_deposits' => 'Go to deposits',
|
'go_to_deposits' => 'Πηγαίνετε στις καταθέσεις',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Πηγαίνετε στις δαπάνες',
|
||||||
'savings' => 'Αποταμιεύσεις',
|
'savings' => 'Αποταμιεύσεις',
|
||||||
'newWithdrawal' => 'Νέα δαπάνη',
|
'newWithdrawal' => 'Νέα δαπάνη',
|
||||||
'newDeposit' => 'Νέα κατάθεση',
|
'newDeposit' => 'Νέα κατάθεση',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Ο κανόνας πρέπει να έχει τουλάχιστον μία λειτουργία.',
|
'at_least_one_action' => 'Ο κανόνας πρέπει να έχει τουλάχιστον μία λειτουργία.',
|
||||||
'base64' => 'Αυτά δεν είναι έγκυρα base64 κωδικοποιημένα δεδομένα.',
|
'base64' => 'Αυτά δεν είναι έγκυρα base64 κωδικοποιημένα δεδομένα.',
|
||||||
'model_id_invalid' => 'Το παραχωρημένο αναγνωριστικό δε φαίνεται έγκυρο για αυτό το μοντέλο.',
|
'model_id_invalid' => 'Το παραχωρημένο αναγνωριστικό δε φαίνεται έγκυρο για αυτό το μοντέλο.',
|
||||||
'more' => ':attribute πρέπει να είναι μεγαλύτερο από ":more".',
|
|
||||||
'less' => 'Το :attribute πρέπει να είναι μικρότερο από 10,000,000',
|
'less' => 'Το :attribute πρέπει να είναι μικρότερο από 10,000,000',
|
||||||
'active_url' => 'Το :attribute δεν είναι έγκυρο URL.',
|
'active_url' => 'Το :attribute δεν είναι έγκυρο URL.',
|
||||||
'after' => 'Το :attribute πρέπει να είναι ημερομηνία μετά από :date.',
|
'after' => 'Το :attribute πρέπει να είναι ημερομηνία μετά από :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Δεν μπορείτε να χρησιμοποιήσετε αυτό το λογαριασμό ως λογαριασμό προορισμού.',
|
'generic_invalid_destination' => 'Δεν μπορείτε να χρησιμοποιήσετε αυτό το λογαριασμό ως λογαριασμό προορισμού.',
|
||||||
|
|
||||||
'gte.numeric' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value.',
|
'gte.numeric' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value kilobytes.',
|
'gte.file' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value kilobytes.',
|
||||||
'gte.string' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value χαρακτήρες.',
|
'gte.string' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value χαρακτήρες.',
|
||||||
'gte.array' => 'Το :attribute πρέπει να έχει :value αντικείμενα ή παραπάνω.',
|
'gte.array' => 'Το :attribute πρέπει να έχει :value αντικείμενα ή παραπάνω.',
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Any list of things (accounts, transactions, etc) shows at most this many per page.',
|
'list_page_size_help' => 'Any list of things (accounts, transactions, etc) shows at most this many per page.',
|
||||||
'list_page_size_label' => 'Page size',
|
'list_page_size_label' => 'Page size',
|
||||||
'between_dates' => '(:start and :end)',
|
'between_dates' => '(:start and :end)',
|
||||||
'pref_optional_fields_transaction' => 'Optional fields for transactions',
|
'pref_optional_fields_transaction' => 'Optional fields for 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' => 'Date fields',
|
||||||
'optional_tj_business_fields' => 'Business fields',
|
'optional_tj_business_fields' => 'Business fields',
|
||||||
'optional_tj_attachment_fields' => 'Attachment fields',
|
'optional_tj_attachment_fields' => 'Attachment fields',
|
||||||
'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' => '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',
|
||||||
'pref_optional_tj_notes' => 'Notes',
|
'pref_optional_tj_notes' => 'Notes',
|
||||||
'pref_optional_tj_attachments' => 'Attachments',
|
'pref_optional_tj_attachments' => 'Attachments',
|
||||||
'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' => 'Attachments',
|
||||||
'optional_field_meta_data' => 'Optional meta data',
|
'optional_field_meta_data' => 'Optional meta data',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Delete ALL your categories',
|
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||||
'delete_all_tags' => 'Delete ALL your tags',
|
'delete_all_categories' => 'Delete ALL your categories',
|
||||||
'deleted_all_budgets' => 'All budgets have been deleted',
|
'delete_all_tags' => 'Delete ALL your tags',
|
||||||
'deleted_all_categories' => 'All categories have been deleted',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'All tags have been deleted',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Change your password',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Delete account',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Current password',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'New password',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'New password (again)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Delete your account',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Deleting your account will also delete any accounts, transactions, <em>anything</em> you might have saved into Firefly III. It\'ll be GONE.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Enter your password to continue.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Password',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Are you sure? You cannot undo this.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'DELETE your account',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Invalid current password!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Password changed!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'The idea is to change your password.',
|
'deleted_all_budgets' => 'All budgets have been deleted',
|
||||||
'invalid_password' => 'Invalid password!',
|
'deleted_all_categories' => 'All categories have been deleted',
|
||||||
'what_is_pw_security' => 'What is "verify password security"?',
|
'deleted_all_tags' => 'All tags have been deleted',
|
||||||
'secure_pw_title' => 'How to choose a secure password',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Change your password',
|
||||||
|
'delete_account' => 'Delete account',
|
||||||
|
'current_password' => 'Current password',
|
||||||
|
'new_password' => 'New password',
|
||||||
|
'new_password_again' => 'New password (again)',
|
||||||
|
'delete_your_account' => 'Delete your account',
|
||||||
|
'delete_your_account_help' => 'Deleting your account will also delete any accounts, transactions, <em>anything</em> you might have saved into Firefly III. It\'ll be GONE.',
|
||||||
|
'delete_your_account_password' => 'Enter your password to continue.',
|
||||||
|
'password' => 'Password',
|
||||||
|
'are_you_sure' => 'Are you sure? You cannot undo this.',
|
||||||
|
'delete_account_button' => 'DELETE your account',
|
||||||
|
'invalid_current_password' => 'Invalid current password!',
|
||||||
|
'password_changed' => 'Password changed!',
|
||||||
|
'should_change' => 'The idea is to change your password.',
|
||||||
|
'invalid_password' => 'Invalid password!',
|
||||||
|
'what_is_pw_security' => 'What is "verify password security"?',
|
||||||
|
'secure_pw_title' => 'How to choose a secure password',
|
||||||
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
'secure_pw_working_title' => 'How does it work?',
|
'secure_pw_working_title' => 'How does it work?',
|
||||||
'secure_pw_working' => 'By ticking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
'secure_pw_working' => 'By ticking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||||
'secure_pw_should' => 'Should I tick the box?',
|
'secure_pw_should' => 'Should I tick the box?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Rule must have at least one action.',
|
'at_least_one_action' => 'Rule must have at least one action.',
|
||||||
'base64' => 'This is not valid base64 encoded data.',
|
'base64' => 'This is not valid base64 encoded data.',
|
||||||
'model_id_invalid' => 'The given ID seems invalid for this model.',
|
'model_id_invalid' => 'The given ID seems invalid for this model.',
|
||||||
'more' => ':attribute must be larger than ":more".',
|
|
||||||
'less' => ':attribute must be less than 10,000,000',
|
'less' => ':attribute must be less than 10,000,000',
|
||||||
'active_url' => 'The :attribute is not a valid URL.',
|
'active_url' => 'The :attribute is not a valid URL.',
|
||||||
'after' => 'The :attribute must be a date after :date.',
|
'after' => 'The :attribute must be a date after :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||||
|
|
||||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'The :attribute must have :value items or more.',
|
||||||
|
@@ -59,7 +59,7 @@ return [
|
|||||||
'delete_journal_link' => 'Eliminar enlace entre transacciones',
|
'delete_journal_link' => 'Eliminar enlace entre transacciones',
|
||||||
'telemetry_index' => 'Telemetría',
|
'telemetry_index' => 'Telemetría',
|
||||||
'telemetry_view' => 'Ver telemetría',
|
'telemetry_view' => 'Ver telemetría',
|
||||||
'edit_object_group' => 'Edit group ":title"',
|
'edit_object_group' => 'Editar grupo ":title"',
|
||||||
'delete_object_group' => 'Delete group ":title"',
|
'delete_object_group' => 'Eliminar grupo ":title"',
|
||||||
'logout_others' => 'Logout other sessions'
|
'logout_others' => 'Desconectar otras sesiones'
|
||||||
];
|
];
|
||||||
|
@@ -204,16 +204,16 @@ return [
|
|||||||
'authorization' => 'Autorización',
|
'authorization' => 'Autorización',
|
||||||
'active_bills_only' => 'sólo facturas activas',
|
'active_bills_only' => 'sólo facturas activas',
|
||||||
'active_exp_bills_only' => 'sólo facturas activas y esperadas',
|
'active_exp_bills_only' => 'sólo facturas activas y esperadas',
|
||||||
'per_period_sum_1D' => 'Expected daily costs',
|
'per_period_sum_1D' => 'Costes diarios esperados',
|
||||||
'per_period_sum_1W' => 'Expected weekly costs',
|
'per_period_sum_1W' => 'Costes semanales esperados',
|
||||||
'per_period_sum_1M' => 'Expected monthly costs',
|
'per_period_sum_1M' => 'Costes mensuales esperados',
|
||||||
'per_period_sum_3M' => 'Expected quarterly costs',
|
'per_period_sum_3M' => 'Costes trimestrales esperados',
|
||||||
'per_period_sum_6M' => 'Expected half-yearly costs',
|
'per_period_sum_6M' => 'Costes semestrales esperados',
|
||||||
'per_period_sum_1Y' => 'Expected yearly costs',
|
'per_period_sum_1Y' => 'Costes anuales esperados',
|
||||||
'average_per_bill' => 'promedio por cuenta',
|
'average_per_bill' => 'promedio por cuenta',
|
||||||
'expected_total' => 'total esperado',
|
'expected_total' => 'total esperado',
|
||||||
'reconciliation_account_name' => ':name reconciliación (:currency)',
|
'reconciliation_account_name' => ':name reconciliación (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Guardado',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version Solicitud de autorización',
|
'authorization_request' => 'Firefly III v:version Solicitud de autorización',
|
||||||
@@ -229,7 +229,7 @@ return [
|
|||||||
'is_beta_warning' => 'Está ejecutando una versión BETA. Tenga cuidado con los errores y problemas.',
|
'is_beta_warning' => 'Está ejecutando una versión BETA. Tenga cuidado con los errores y problemas.',
|
||||||
'all_destination_accounts' => 'Cuentas destino',
|
'all_destination_accounts' => 'Cuentas destino',
|
||||||
'all_source_accounts' => 'Cuentas origen',
|
'all_source_accounts' => 'Cuentas origen',
|
||||||
'back_to_index' => 'Back to the index',
|
'back_to_index' => 'Volver al Índice',
|
||||||
|
|
||||||
// check for updates:
|
// check for updates:
|
||||||
'update_check_title' => 'Ver actualizaciones',
|
'update_check_title' => 'Ver actualizaciones',
|
||||||
@@ -286,8 +286,8 @@ return [
|
|||||||
'search_modifier_after' => 'Fecha de transacción es posterior a :value',
|
'search_modifier_after' => 'Fecha de transacción es posterior a :value',
|
||||||
'search_modifier_created_on' => 'Transacción fue creada en :value',
|
'search_modifier_created_on' => 'Transacción fue creada en :value',
|
||||||
'search_modifier_updated_on' => 'La transacción fue actualizada por última vez en :value',
|
'search_modifier_updated_on' => 'La transacción fue actualizada por última vez en :value',
|
||||||
'search_modifier_external_id' => 'External ID is ":value"',
|
'search_modifier_external_id' => 'El ID externo es ":value"',
|
||||||
'search_modifier_internal_reference' => 'Internal reference is ":value"',
|
'search_modifier_internal_reference' => 'La referencia interna es ":value"',
|
||||||
'modifiers_applies_are' => 'Los siguientes modificadores también se aplican a la búsqueda:',
|
'modifiers_applies_are' => 'Los siguientes modificadores también se aplican a la búsqueda:',
|
||||||
'general_search_error' => 'Se ha producido un error durante la búsqueda. Por favor, compruebe los archivos de registro para obtener más información.',
|
'general_search_error' => 'Se ha producido un error durante la búsqueda. Por favor, compruebe los archivos de registro para obtener más información.',
|
||||||
'search_box' => 'Buscar',
|
'search_box' => 'Buscar',
|
||||||
@@ -308,7 +308,7 @@ return [
|
|||||||
'yearly' => 'anualmente',
|
'yearly' => 'anualmente',
|
||||||
|
|
||||||
// rules
|
// rules
|
||||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
'cannot_fire_inactive_rules' => 'No puede ejecutar reglas inactivas.',
|
||||||
'rules' => 'Reglas',
|
'rules' => 'Reglas',
|
||||||
'rule_name' => 'Nombre de la regla',
|
'rule_name' => 'Nombre de la regla',
|
||||||
'rule_triggers' => 'La regla dispara cuando',
|
'rule_triggers' => 'La regla dispara cuando',
|
||||||
@@ -448,8 +448,8 @@ return [
|
|||||||
'rule_trigger_tag_is' => 'Una etiqueta es ":trigger_value"',
|
'rule_trigger_tag_is' => 'Una etiqueta es ":trigger_value"',
|
||||||
'rule_trigger_currency_is_choice' => 'La moneda de la transacción es..',
|
'rule_trigger_currency_is_choice' => 'La moneda de la transacción es..',
|
||||||
'rule_trigger_currency_is' => 'La moneda de la transacción es ":trigger_value"',
|
'rule_trigger_currency_is' => 'La moneda de la transacción es ":trigger_value"',
|
||||||
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
|
'rule_trigger_foreign_currency_is_choice' => 'La transacción en moneda extranjera es..',
|
||||||
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
|
'rule_trigger_foreign_currency_is' => 'La transacción en moneda extranjera es ":trigger_value"',
|
||||||
'rule_trigger_has_attachments_choice' => 'Tiene al menos tantos archivos adjuntos',
|
'rule_trigger_has_attachments_choice' => 'Tiene al menos tantos archivos adjuntos',
|
||||||
'rule_trigger_has_attachments' => 'Tiene al menos :count adjunto|Tiene al menos :count adjuntos',
|
'rule_trigger_has_attachments' => 'Tiene al menos :count adjunto|Tiene al menos :count adjuntos',
|
||||||
'rule_trigger_store_journal' => 'Cuando la transacción es creada',
|
'rule_trigger_store_journal' => 'Cuando la transacción es creada',
|
||||||
@@ -605,60 +605,90 @@ return [
|
|||||||
'list_page_size_help' => 'Cualquier lista de cosas (cuentas, transacciones, etc) muestra como mucho esta cantidad por pagina.',
|
'list_page_size_help' => 'Cualquier lista de cosas (cuentas, transacciones, etc) muestra como mucho esta cantidad por pagina.',
|
||||||
'list_page_size_label' => 'Tamaño de pagina',
|
'list_page_size_label' => 'Tamaño de pagina',
|
||||||
'between_dates' => '(:start y :end)',
|
'between_dates' => '(:start y :end)',
|
||||||
'pref_optional_fields_transaction' => 'Campos opcionales para transacciones',
|
'pref_optional_fields_transaction' => 'Campos opcionales para transacciones',
|
||||||
'pref_optional_fields_transaction_help' => 'Por defecto no todos los campos se habilitan al crear una nueva transacción (debido al desorden). abajo usted puede habilitar estos campos si usted piensa que pueden ser útiles. por supuesto, cualquier campo que este desactivado, pero ya completado, sera visible a pesar de la configuración.',
|
'pref_optional_fields_transaction_help' => 'Por defecto no todos los campos se habilitan al crear una nueva transacción (debido al desorden). abajo usted puede habilitar estos campos si usted piensa que pueden ser útiles. por supuesto, cualquier campo que este desactivado, pero ya completado, sera visible a pesar de la configuración.',
|
||||||
'optional_tj_date_fields' => 'Campos de fecha',
|
'optional_tj_date_fields' => 'Campos de fecha',
|
||||||
'optional_tj_business_fields' => 'Campos comerciales',
|
'optional_tj_business_fields' => 'Campos comerciales',
|
||||||
'optional_tj_attachment_fields' => 'Campos de datos adjuntos',
|
'optional_tj_attachment_fields' => 'Campos de datos adjuntos',
|
||||||
'pref_optional_tj_interest_date' => 'Fecha de intereses',
|
'pref_optional_tj_interest_date' => 'Fecha de intereses',
|
||||||
'pref_optional_tj_book_date' => 'Fecha del libro de registro',
|
'pref_optional_tj_book_date' => 'Fecha del libro de registro',
|
||||||
'pref_optional_tj_process_date' => 'Fecha de procesamiento',
|
'pref_optional_tj_process_date' => 'Fecha de procesamiento',
|
||||||
'pref_optional_tj_due_date' => 'Fecha de caducidad',
|
'pref_optional_tj_due_date' => 'Fecha de caducidad',
|
||||||
'pref_optional_tj_payment_date' => 'Fecha de pago',
|
'pref_optional_tj_payment_date' => 'Fecha de pago',
|
||||||
'pref_optional_tj_invoice_date' => 'Fecha de la factura',
|
'pref_optional_tj_invoice_date' => 'Fecha de la factura',
|
||||||
'pref_optional_tj_internal_reference' => 'Referencia interna',
|
'pref_optional_tj_internal_reference' => 'Referencia interna',
|
||||||
'pref_optional_tj_notes' => 'Notas',
|
'pref_optional_tj_notes' => 'Notas',
|
||||||
'pref_optional_tj_attachments' => 'Adjuntos',
|
'pref_optional_tj_attachments' => 'Adjuntos',
|
||||||
'optional_field_meta_dates' => 'Fechas',
|
'optional_field_meta_dates' => 'Fechas',
|
||||||
'optional_field_meta_business' => 'Negocios',
|
'optional_field_meta_business' => 'Negocios',
|
||||||
'optional_field_attachments' => 'Adjuntos',
|
'optional_field_attachments' => 'Adjuntos',
|
||||||
'optional_field_meta_data' => 'Opcional meta datos',
|
'optional_field_meta_data' => 'Opcional meta datos',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Tenga cuidado con estos botones. Eliminar cosas es permanente.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Tenga cuidado con estos botones. Eliminar cosas es permanente.',
|
||||||
'delete_all_budgets' => 'Eliminar todos sus presupuestos',
|
'other_sessions_logged_out' => 'Todas las demás sesiones han sido desconectadas.',
|
||||||
'delete_all_categories' => 'Eliminar todas sus categorías',
|
'delete_all_budgets' => 'Eliminar todos sus presupuestos',
|
||||||
'delete_all_tags' => 'Eliminar todas sus etiquetas',
|
'delete_all_categories' => 'Eliminar todas sus categorías',
|
||||||
'deleted_all_budgets' => 'Todos los presupuestos han sido eliminados',
|
'delete_all_tags' => 'Eliminar todas sus etiquetas',
|
||||||
'deleted_all_categories' => 'Todas las categorías han sido eliminadas',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Todas las etiquetas han sido eliminadas',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Cambie su contraseña',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Eliminar cuenta',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Contraseña actual',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Nueva contraseña',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Nueva contraseña (de nuevo)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Borre su cuenta',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Eliminando su cuenta también eliminara cualquier otra cuenta, transacciones,<em>cualquier</em>que podría haber salvado en Firefly III. se habrá IDO.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Introduzca su contraseña para continuar.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Contraseña',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => '¿Esta usted seguro? usted no puede deshacer esto.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'Borre su cuenta',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Contraseña actual invalida!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Contraseña cambiada!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'La idea es cambiar su contraseña.',
|
'deleted_all_budgets' => 'Todos los presupuestos han sido eliminados',
|
||||||
'invalid_password' => 'Contraseña invalida!',
|
'deleted_all_categories' => 'Todas las categorías han sido eliminadas',
|
||||||
'what_is_pw_security' => '¿Que es "verificar la seguridad de contraseña?',
|
'deleted_all_tags' => 'Todas las etiquetas han sido eliminadas',
|
||||||
'secure_pw_title' => 'Como escoger una contraseña segura',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Cada semana leemos en las noticias sobre un sitio que pierde las contraseñas de sus usuarios. Hackers y ladrones utilizan estas contraseñas para intentar robar tu información privada. Esta información es valiosa.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => '¿Utiliza la misma contraseña a través de Internet? Si un sitio pierde su contraseña, los hackers tienen acceso a todos sus datos. Firefly III depende de usted para elegir una contraseña fuerte y única para proteger sus registros financieros.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Para ayudarte a hacer eso Firefly III puede comprobar si la contraseña que quieres usar ha sido robada en el pasado. Si este es el caso, Firefly III te aconseja NO usar esa contraseña.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Cambie su contraseña',
|
||||||
|
'delete_account' => 'Eliminar cuenta',
|
||||||
|
'current_password' => 'Contraseña actual',
|
||||||
|
'new_password' => 'Nueva contraseña',
|
||||||
|
'new_password_again' => 'Nueva contraseña (de nuevo)',
|
||||||
|
'delete_your_account' => 'Borre su cuenta',
|
||||||
|
'delete_your_account_help' => 'Eliminando su cuenta también eliminara cualquier otra cuenta, transacciones,<em>cualquier</em>que podría haber salvado en Firefly III. se habrá IDO.',
|
||||||
|
'delete_your_account_password' => 'Introduzca su contraseña para continuar.',
|
||||||
|
'password' => 'Contraseña',
|
||||||
|
'are_you_sure' => '¿Esta usted seguro? usted no puede deshacer esto.',
|
||||||
|
'delete_account_button' => 'Borre su cuenta',
|
||||||
|
'invalid_current_password' => 'Contraseña actual invalida!',
|
||||||
|
'password_changed' => 'Contraseña cambiada!',
|
||||||
|
'should_change' => 'La idea es cambiar su contraseña.',
|
||||||
|
'invalid_password' => 'Contraseña invalida!',
|
||||||
|
'what_is_pw_security' => '¿Que es "verificar la seguridad de contraseña?',
|
||||||
|
'secure_pw_title' => 'Como escoger una contraseña segura',
|
||||||
|
'secure_pw_history' => 'Cada semana leemos en las noticias sobre un sitio que pierde las contraseñas de sus usuarios. Hackers y ladrones utilizan estas contraseñas para intentar robar tu información privada. Esta información es valiosa.',
|
||||||
|
'secure_pw_ff' => '¿Utiliza la misma contraseña a través de Internet? Si un sitio pierde su contraseña, los hackers tienen acceso a todos sus datos. Firefly III depende de usted para elegir una contraseña fuerte y única para proteger sus registros financieros.',
|
||||||
|
'secure_pw_check_box' => 'Para ayudarte a hacer eso Firefly III puede comprobar si la contraseña que quieres usar ha sido robada en el pasado. Si este es el caso, Firefly III te aconseja NO usar esa contraseña.',
|
||||||
'secure_pw_working_title' => '¿Cómo funciona?',
|
'secure_pw_working_title' => '¿Cómo funciona?',
|
||||||
'secure_pw_working' => 'Marcando la casilla, Firefly III enviará los cinco primeros caracteres del hash SHA1 de su contraseña al <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sitio web de Troy Hunt</a> para ver si esta en la lista. Esto le impedirá a usted usar contraseñas inseguras como se recomienda en la última <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Publicación Especial de NISH</a> sobre este tema.',
|
'secure_pw_working' => 'Marcando la casilla, Firefly III enviará los cinco primeros caracteres del hash SHA1 de su contraseña al <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sitio web de Troy Hunt</a> para ver si esta en la lista. Esto le impedirá a usted usar contraseñas inseguras como se recomienda en la última <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Publicación Especial de NISH</a> sobre este tema.',
|
||||||
'secure_pw_should' => '¿Debo chequear la casilla?',
|
'secure_pw_should' => '¿Debo chequear la casilla?',
|
||||||
'secure_pw_long_password' => 'Sí. Verificar siempre que su contraseña es segura.',
|
'secure_pw_long_password' => 'Sí. Verificar siempre que su contraseña es segura.',
|
||||||
'command_line_token' => 'Token de linea de comando',
|
'command_line_token' => 'Token de linea de comando',
|
||||||
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
'explain_command_line_token' => 'Necesita este token para realizar opciones de línea de comandos, como exportar datos. Sin él, ese comando sensible no funcionará. No comparta el token de línea de comandos. Nadie le pedirá este token, ni siquiera yo. Si teme que lo haya perdido, o si es paranoico, vuelva a generar este token usando el botón.',
|
||||||
'regenerate_command_line_token' => 'Regenerar token de línea de comando',
|
'regenerate_command_line_token' => 'Regenerar token de línea de comando',
|
||||||
'token_regenerated' => 'Se generó un nuevo token de línea de comandos',
|
'token_regenerated' => 'Se generó un nuevo token de línea de comandos',
|
||||||
'change_your_email' => 'Cambie su dirección de correo',
|
'change_your_email' => 'Cambie su dirección de correo',
|
||||||
@@ -667,8 +697,8 @@ return [
|
|||||||
'login_with_new_email' => 'Usted puede ahora iniciar sesión con su nueva dirección de correo electrónico.',
|
'login_with_new_email' => 'Usted puede ahora iniciar sesión con su nueva dirección de correo electrónico.',
|
||||||
'login_with_old_email' => 'Usted puede ahora iniciar sesión con su vieja dirección de correo electrónico otra vez.',
|
'login_with_old_email' => 'Usted puede ahora iniciar sesión con su vieja dirección de correo electrónico otra vez.',
|
||||||
'login_provider_local_only' => 'Esta acción no está disponible cuando se identifica a través de ":login_provider".',
|
'login_provider_local_only' => 'Esta acción no está disponible cuando se identifica a través de ":login_provider".',
|
||||||
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
|
'external_user_mgt_disabled' => 'Esta acción no está disponible cuando Firefly III no es responsable de la gestión de usuarios o de la autenticación.',
|
||||||
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
|
'delete_local_info_only' => "Debido a que Firefly III no es responsable de la gestión de usuarios o de la autenticación, esta función sólo eliminará la información local de Firefly III.",
|
||||||
'profile_oauth_clients' => 'Clientes de OAuth',
|
'profile_oauth_clients' => 'Clientes de OAuth',
|
||||||
'profile_oauth_no_clients' => 'No ha creado ningún cliente OAuth.',
|
'profile_oauth_no_clients' => 'No ha creado ningún cliente OAuth.',
|
||||||
'profile_oauth_clients_header' => 'Clientes',
|
'profile_oauth_clients_header' => 'Clientes',
|
||||||
@@ -696,7 +726,7 @@ return [
|
|||||||
'profile_whoops' => '¡Ups!',
|
'profile_whoops' => '¡Ups!',
|
||||||
'profile_something_wrong' => '¡Algo salió mal!',
|
'profile_something_wrong' => '¡Algo salió mal!',
|
||||||
'profile_try_again' => 'Algo salió mal. Por favor, vuelva a intentarlo.',
|
'profile_try_again' => 'Algo salió mal. Por favor, vuelva a intentarlo.',
|
||||||
'amounts' => 'Amounts',
|
'amounts' => 'Importes',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'export_data_title' => 'Exportar datos de Firefly III',
|
'export_data_title' => 'Exportar datos de Firefly III',
|
||||||
@@ -869,11 +899,11 @@ return [
|
|||||||
'auto_budget_help' => 'Puedes leer más sobre esta función en la ayuda. Haz clic en el icono de la parte superior derecha (?).',
|
'auto_budget_help' => 'Puedes leer más sobre esta función en la ayuda. Haz clic en el icono de la parte superior derecha (?).',
|
||||||
'auto_budget_reset_icon' => 'Este presupuesto se establecerá periódicamente',
|
'auto_budget_reset_icon' => 'Este presupuesto se establecerá periódicamente',
|
||||||
'auto_budget_rollover_icon' => 'La cantidad del presupuesto aumentará periódicamente',
|
'auto_budget_rollover_icon' => 'La cantidad del presupuesto aumentará periódicamente',
|
||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Eliminar la cantidad presupuestada en :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
'not_expected_period' => 'Not expected this period',
|
'not_expected_period' => 'No se espera en este período',
|
||||||
'not_or_not_yet' => 'Not (yet)',
|
'not_or_not_yet' => 'No (todavía)',
|
||||||
'match_between_amounts' => 'La cuenta iguala transacciones entre :low y :high.',
|
'match_between_amounts' => 'La cuenta iguala transacciones entre :low y :high.',
|
||||||
'running_again_loss' => 'Las transacciones previamente vinculadas a esta factura pueden perder su conexión, si (ya) no coinciden con la(s) regla(s).',
|
'running_again_loss' => 'Las transacciones previamente vinculadas a esta factura pueden perder su conexión, si (ya) no coinciden con la(s) regla(s).',
|
||||||
'bill_related_rules' => 'Reglas relacionadas con esta cuenta',
|
'bill_related_rules' => 'Reglas relacionadas con esta cuenta',
|
||||||
@@ -902,7 +932,7 @@ return [
|
|||||||
'bill_store_error' => 'Se ha producido un error inesperado mientras se almacenaba su nueva factura. Por favor, compruebe los archivos de registro',
|
'bill_store_error' => 'Se ha producido un error inesperado mientras se almacenaba su nueva factura. Por favor, compruebe los archivos de registro',
|
||||||
'list_inactive_rule' => 'regla inactiva',
|
'list_inactive_rule' => 'regla inactiva',
|
||||||
'bill_edit_rules' => 'Firefly III también intentará editar la regla relacionada con esta factura. Sin embargo, si ha editado esta regla usted mismo, Firefly III no cambiará nada.|Firefly III intentará editar también las :count reglas relacionadas con esta factura. Sin embargo, si ha editado estas reglas usted mismo, Firefly III no cambiará nada.',
|
'bill_edit_rules' => 'Firefly III también intentará editar la regla relacionada con esta factura. Sin embargo, si ha editado esta regla usted mismo, Firefly III no cambiará nada.|Firefly III intentará editar también las :count reglas relacionadas con esta factura. Sin embargo, si ha editado estas reglas usted mismo, Firefly III no cambiará nada.',
|
||||||
'bill_expected_date' => 'Expected :date',
|
'bill_expected_date' => 'Se espera :date',
|
||||||
|
|
||||||
// accounts:
|
// accounts:
|
||||||
'inactive_account_link' => 'Tiene :count cuenta inactiva (archivada), que puedes ver en esta página separada.|Tienes cuentas :count inactivas (archivadas), que puedes ver en esta página separada.',
|
'inactive_account_link' => 'Tiene :count cuenta inactiva (archivada), que puedes ver en esta página separada.|Tienes cuentas :count inactivas (archivadas), que puedes ver en esta página separada.',
|
||||||
@@ -1127,8 +1157,8 @@ return [
|
|||||||
'currency_not_present' => 'Si la moneda que normalmente utiliza no se encuentra listada, no se preocupe. Puede crear su propia moneda desde Opciones>Monedas.',
|
'currency_not_present' => 'Si la moneda que normalmente utiliza no se encuentra listada, no se preocupe. Puede crear su propia moneda desde Opciones>Monedas.',
|
||||||
|
|
||||||
// home page:
|
// home page:
|
||||||
'transaction_table_description' => 'A table containing your transactions',
|
'transaction_table_description' => 'Una tabla que contiene sus transacciones',
|
||||||
'opposing_account' => 'Opposing account',
|
'opposing_account' => 'Cuenta opuesta',
|
||||||
'yourAccounts' => 'Tus cuentas',
|
'yourAccounts' => 'Tus cuentas',
|
||||||
'your_accounts' => 'Resumen de su cuenta',
|
'your_accounts' => 'Resumen de su cuenta',
|
||||||
'category_overview' => 'Resumen de categorías',
|
'category_overview' => 'Resumen de categorías',
|
||||||
@@ -1137,8 +1167,8 @@ return [
|
|||||||
'budgetsAndSpending' => 'Presupuestos y gastos',
|
'budgetsAndSpending' => 'Presupuestos y gastos',
|
||||||
'budgets_and_spending' => 'Presupuestos y gastos',
|
'budgets_and_spending' => 'Presupuestos y gastos',
|
||||||
'go_to_budget' => 'Ir al presupuesto "{budget}"',
|
'go_to_budget' => 'Ir al presupuesto "{budget}"',
|
||||||
'go_to_deposits' => 'Go to deposits',
|
'go_to_deposits' => 'Ir a depósitos',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Ir a gastos',
|
||||||
'savings' => 'Ahorros',
|
'savings' => 'Ahorros',
|
||||||
'newWithdrawal' => 'Nuevo gasto',
|
'newWithdrawal' => 'Nuevo gasto',
|
||||||
'newDeposit' => 'Nuevo deposito',
|
'newDeposit' => 'Nuevo deposito',
|
||||||
@@ -1152,7 +1182,7 @@ return [
|
|||||||
'currency' => 'Moneda',
|
'currency' => 'Moneda',
|
||||||
'preferences' => 'Preferencias',
|
'preferences' => 'Preferencias',
|
||||||
'logout' => 'Cerrar sesión',
|
'logout' => 'Cerrar sesión',
|
||||||
'logout_other_sessions' => 'Logout all other sessions',
|
'logout_other_sessions' => 'Desconectar todas las demás sesiones',
|
||||||
'toggleNavigation' => 'Activar navegación',
|
'toggleNavigation' => 'Activar navegación',
|
||||||
'searchPlaceholder' => 'Buscar...',
|
'searchPlaceholder' => 'Buscar...',
|
||||||
'version' => 'Versión',
|
'version' => 'Versión',
|
||||||
@@ -1324,7 +1354,7 @@ return [
|
|||||||
'month' => 'Mes',
|
'month' => 'Mes',
|
||||||
'budget' => 'Presupuesto',
|
'budget' => 'Presupuesto',
|
||||||
'spent' => 'Gastado',
|
'spent' => 'Gastado',
|
||||||
'spent_capped' => 'Spent (capped)',
|
'spent_capped' => 'Gastado (tope)',
|
||||||
'spent_in_budget' => 'Gastado en presupuesto',
|
'spent_in_budget' => 'Gastado en presupuesto',
|
||||||
'left_to_spend' => 'Disponible para gastar',
|
'left_to_spend' => 'Disponible para gastar',
|
||||||
'earned' => 'Ganado',
|
'earned' => 'Ganado',
|
||||||
@@ -1439,9 +1469,9 @@ return [
|
|||||||
'send_message' => 'Enviar mensaje',
|
'send_message' => 'Enviar mensaje',
|
||||||
'send_test_triggered' => 'La prueba fue disparada. Chequee su bandeja de entrada y archivos de registro.',
|
'send_test_triggered' => 'La prueba fue disparada. Chequee su bandeja de entrada y archivos de registro.',
|
||||||
'give_admin_careful' => 'Los usuarios a los que se les conceden derechos de administrador pueden quitarte el tuyo. Ten cuidado.',
|
'give_admin_careful' => 'Los usuarios a los que se les conceden derechos de administrador pueden quitarte el tuyo. Ten cuidado.',
|
||||||
'admin_maintanance_title' => 'Maintenance',
|
'admin_maintanance_title' => 'Mantenimiento',
|
||||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
'admin_maintanance_expl' => 'Algunos botones útiles para mantenimiento de Firefly III',
|
||||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
'admin_maintenance_clear_cache' => 'Limpiar cache',
|
||||||
|
|
||||||
'split_transaction_title' => 'Descripción de la transacción dividida',
|
'split_transaction_title' => 'Descripción de la transacción dividida',
|
||||||
'split_transaction_title_help' => 'Si crea una transacción dividida, debe existir una descripción global para todas las divisiones de la transacción.',
|
'split_transaction_title_help' => 'Si crea una transacción dividida, debe existir una descripción global para todas las divisiones de la transacción.',
|
||||||
@@ -1528,7 +1558,7 @@ return [
|
|||||||
'errors_submission' => 'Hubo algo malo con su envío. Por favor, revise los errores de abajo.',
|
'errors_submission' => 'Hubo algo malo con su envío. Por favor, revise los errores de abajo.',
|
||||||
|
|
||||||
// object groups
|
// object groups
|
||||||
'default_group_title_name' => '(ungrouped)',
|
'default_group_title_name' => '(sin agrupación)',
|
||||||
|
|
||||||
// empty lists? no objects? instructions:
|
// empty lists? no objects? instructions:
|
||||||
'no_accounts_title_asset' => '¡Vamos a crear una cuenta de activos!',
|
'no_accounts_title_asset' => '¡Vamos a crear una cuenta de activos!',
|
||||||
@@ -1668,7 +1698,7 @@ return [
|
|||||||
'telemetry_disabled_now_what' => 'Si lo desea, puede activar la telemetría en su archivo .env o en la configuración de Docker.',
|
'telemetry_disabled_now_what' => 'Si lo desea, puede activar la telemetría en su archivo .env o en la configuración de Docker.',
|
||||||
'telemetry_collected_info' => 'Información recopilada',
|
'telemetry_collected_info' => 'Información recopilada',
|
||||||
'no_telemetry_present' => 'Firefly III ha recopilado cero registros de telemetría.',
|
'no_telemetry_present' => 'Firefly III ha recopilado cero registros de telemetría.',
|
||||||
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
|
'records_telemetry_present' => 'Firefly III ha recolectado :count registro de telemetría.|Firefly III ha recogido :count registros de telemetría.',
|
||||||
'telemetry_button_view' => 'Ver telemetría',
|
'telemetry_button_view' => 'Ver telemetría',
|
||||||
'telemetry_button_delete' => 'Borrar toda la telemetría',
|
'telemetry_button_delete' => 'Borrar toda la telemetría',
|
||||||
'telemetry_admin_overview' => 'Resumen de telemetría',
|
'telemetry_admin_overview' => 'Resumen de telemetría',
|
||||||
@@ -1684,25 +1714,25 @@ return [
|
|||||||
'telemetry_submitted_deleted' => 'Se han eliminado todos los registros de telemetría enviados.',
|
'telemetry_submitted_deleted' => 'Se han eliminado todos los registros de telemetría enviados.',
|
||||||
|
|
||||||
// debug page
|
// debug page
|
||||||
'debug_page' => 'Debug page',
|
'debug_page' => 'Pagina de depuración',
|
||||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
'debug_submit_instructions' => 'Si está teniendo problemas, puede usar la información en este cuadro como información de depuración. Por favor, copie y pegue en un nuevo o existente <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Generará una hermosa tabla que se puede utilizar para diagnosticar rápidamente su problema.',
|
||||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
'debug_pretty_table' => 'Si copia/pega la casilla de abajo en un problema de GitHub, generará una tabla. Por favor, no envuelva este texto con comillas.',
|
||||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
'debug_additional_data' => 'También puede compartir el contenido del cuadro de abajo. También puede copiar y pegar esto en un <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a> nuevo o existente. Sin embargo, el contenido de este cuadro puede contener información privada como nombres de cuenta, detalles de transacción o direcciones de correo electrónico.',
|
||||||
|
|
||||||
// object groups
|
// object groups
|
||||||
'object_groups_menu_bar' => 'Groups',
|
'object_groups_menu_bar' => 'Grupos',
|
||||||
'object_groups_page_title' => 'Groups',
|
'object_groups_page_title' => 'Grupos',
|
||||||
'object_groups_breadcrumb' => 'Groups',
|
'object_groups_breadcrumb' => 'Grupos',
|
||||||
'object_groups_index' => 'Overview',
|
'object_groups_index' => 'Resumen',
|
||||||
'object_groups' => 'Groups',
|
'object_groups' => 'Grupos',
|
||||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
'object_groups_empty_explain' => 'Algunas cosas en Firefly III se pueden dividir en grupos. Los las alcancías, por ejemplo, incluyen un campo "Grupo" en las pantallas de edición y creación. Cuando establece este campo, puede editar los nombres y el orden de los grupos en esta página. Para obtener más información, consulte las páginas de ayuda en la esquina superior derecha, debajo del icono (?).',
|
||||||
'object_group_title' => 'Title',
|
'object_group_title' => 'Título',
|
||||||
'edit_object_group' => 'Edit group ":title"',
|
'edit_object_group' => 'Editar grupo ":title"',
|
||||||
'delete_object_group' => 'Edit group ":title"',
|
'delete_object_group' => 'Editar grupo ":title"',
|
||||||
'update_object_group' => 'Update group',
|
'update_object_group' => 'Actualizar grupo',
|
||||||
'updated_object_group' => 'Succesfully updated group ":title"',
|
'updated_object_group' => 'Grupo ":title" actualizado con éxito',
|
||||||
'deleted_object_group' => 'Succesfully deleted group ":title"',
|
'deleted_object_group' => 'Grupo ":title" borrado con éxito',
|
||||||
'object_group' => 'Group',
|
'object_group' => 'Grupo',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -38,7 +38,7 @@ return [
|
|||||||
'match' => 'Encuentros en',
|
'match' => 'Encuentros en',
|
||||||
'strict' => 'Modo estricto',
|
'strict' => 'Modo estricto',
|
||||||
'repeat_freq' => 'Repetición',
|
'repeat_freq' => 'Repetición',
|
||||||
'object_group' => 'Group',
|
'object_group' => 'Grupo',
|
||||||
'location' => 'Ubicación',
|
'location' => 'Ubicación',
|
||||||
'update_channel' => 'Canal de actualizaciones',
|
'update_channel' => 'Canal de actualizaciones',
|
||||||
'currency_id' => 'Divisa',
|
'currency_id' => 'Divisa',
|
||||||
@@ -137,7 +137,7 @@ return [
|
|||||||
'account_areYouSure' => '¿Seguro que quieres eliminar la cuenta llamada ":name"?',
|
'account_areYouSure' => '¿Seguro que quieres eliminar la cuenta llamada ":name"?',
|
||||||
'bill_areYouSure' => '¿Seguro que quieres eliminar la factura llamada ":name"?',
|
'bill_areYouSure' => '¿Seguro que quieres eliminar la factura llamada ":name"?',
|
||||||
'rule_areYouSure' => '¿Seguro que quieres eliminar la regla titulada ":title"?',
|
'rule_areYouSure' => '¿Seguro que quieres eliminar la regla titulada ":title"?',
|
||||||
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
|
'object_group_areYouSure' => '¿Seguro que quieres eliminar el grupo titulado ":title"?',
|
||||||
'ruleGroup_areYouSure' => '¿Seguro que quieres eliminar el grupo de reglas titulado ":title"?',
|
'ruleGroup_areYouSure' => '¿Seguro que quieres eliminar el grupo de reglas titulado ":title"?',
|
||||||
'budget_areYouSure' => '¿Seguro que quieres eliminar el presupuesto llamado ":name"?',
|
'budget_areYouSure' => '¿Seguro que quieres eliminar el presupuesto llamado ":name"?',
|
||||||
'category_areYouSure' => '¿Seguro que quieres eliminar la categoría llamada ":name"?',
|
'category_areYouSure' => '¿Seguro que quieres eliminar la categoría llamada ":name"?',
|
||||||
@@ -157,7 +157,7 @@ return [
|
|||||||
'also_delete_connections' => 'La única transacción vinculada con este tipo de enlace perderá esta conexión. | Todas las :count transacciones vinculadas con este tipo de enlace perderán su conexión.',
|
'also_delete_connections' => 'La única transacción vinculada con este tipo de enlace perderá esta conexión. | Todas las :count transacciones vinculadas con este tipo de enlace perderán su conexión.',
|
||||||
'also_delete_rules' => 'La única regla conectada a este grupo de reglas también se eliminará. | Todas las :count reglas conectadas a este grupo de reglas también se eliminarán.',
|
'also_delete_rules' => 'La única regla conectada a este grupo de reglas también se eliminará. | Todas las :count reglas conectadas a este grupo de reglas también se eliminarán.',
|
||||||
'also_delete_piggyBanks' => 'La hucha conectada a esta cuenta también se eliminará.|Las :count huchas conectadas a esta cuenta también se eliminarán.',
|
'also_delete_piggyBanks' => 'La hucha conectada a esta cuenta también se eliminará.|Las :count huchas conectadas a esta cuenta también se eliminarán.',
|
||||||
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
|
'not_delete_piggy_banks' => 'La alcancía conectada a este grupo no será eliminada.|Las :count alcancías conectados a este grupo no serán eliminados.',
|
||||||
'bill_keep_transactions' => 'La transacción conectada a esta factura no será eliminada.|Las :count transacciones conectadas a esta factura serán eliminadas.',
|
'bill_keep_transactions' => 'La transacción conectada a esta factura no será eliminada.|Las :count transacciones conectadas a esta factura serán eliminadas.',
|
||||||
'budget_keep_transactions' => 'La transacción conectada a este presupuesto no se eliminará.|Las :count transacciones conectadas a este presupuesto no serán eliminadas.',
|
'budget_keep_transactions' => 'La transacción conectada a este presupuesto no se eliminará.|Las :count transacciones conectadas a este presupuesto no serán eliminadas.',
|
||||||
'category_keep_transactions' => 'La transacción conectada a esta categoría no se eliminará.|Las :count transacciones conectadas a esta categoría no serán eliminadas.',
|
'category_keep_transactions' => 'La transacción conectada a esta categoría no se eliminará.|Las :count transacciones conectadas a esta categoría no serán eliminadas.',
|
||||||
@@ -165,7 +165,7 @@ return [
|
|||||||
'tag_keep_transactions' => 'La transacción conectada a esta etiqueta no se eliminará.|Las :count transacciones conectadas a esta etiqueta no serán eliminadas.',
|
'tag_keep_transactions' => 'La transacción conectada a esta etiqueta no se eliminará.|Las :count transacciones conectadas a esta etiqueta no serán eliminadas.',
|
||||||
'check_for_updates' => 'Ver actualizaciones',
|
'check_for_updates' => 'Ver actualizaciones',
|
||||||
|
|
||||||
'delete_object_group' => 'Delete group ":title"',
|
'delete_object_group' => 'Eliminar grupo ":title"',
|
||||||
|
|
||||||
'email' => 'Correo electrónico',
|
'email' => 'Correo electrónico',
|
||||||
'password' => 'Contraseña',
|
'password' => 'Contraseña',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'La regla debe tener al menos una acción.',
|
'at_least_one_action' => 'La regla debe tener al menos una acción.',
|
||||||
'base64' => 'Esto no es un dato codificado en base64 válido.',
|
'base64' => 'Esto no es un dato codificado en base64 válido.',
|
||||||
'model_id_invalid' => 'El ID dado no parece válido para este modelo.',
|
'model_id_invalid' => 'El ID dado no parece válido para este modelo.',
|
||||||
'more' => ':attribute debe ser mayor que ":more".',
|
|
||||||
'less' => ':attribute debe ser menor que 10.000.000',
|
'less' => ':attribute debe ser menor que 10.000.000',
|
||||||
'active_url' => 'El campo :attribute no es una URL válida.',
|
'active_url' => 'El campo :attribute no es una URL válida.',
|
||||||
'after' => 'El campo :attribute debe ser una fecha posterior a :date.',
|
'after' => 'El campo :attribute debe ser una fecha posterior a :date.',
|
||||||
@@ -130,7 +129,7 @@ return [
|
|||||||
'amount_zero' => 'La cantidad total no puede ser cero.',
|
'amount_zero' => 'La cantidad total no puede ser cero.',
|
||||||
'current_target_amount' => 'La cantidad actual debe ser menor que la cantidad de destino.',
|
'current_target_amount' => 'La cantidad actual debe ser menor que la cantidad de destino.',
|
||||||
'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.',
|
'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.',
|
||||||
'unique_object_group' => 'The group name must be unique',
|
'unique_object_group' => 'El nombre del grupo debe ser único',
|
||||||
|
|
||||||
'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://bit.ly/FF3-password-security',
|
'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://bit.ly/FF3-password-security',
|
||||||
'valid_recurrence_rep_type' => 'Tipo de repetición no válido para transacciones recurrentes.',
|
'valid_recurrence_rep_type' => 'Tipo de repetición no válido para transacciones recurrentes.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'No puede usar esta cuenta como cuenta de destino.',
|
'generic_invalid_destination' => 'No puede usar esta cuenta como cuenta de destino.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute debe ser mayor o igual que :value.',
|
'gte.numeric' => ':attribute debe ser mayor o igual que :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'El :attribute debe ser mayor o igual a :value kilobytes.',
|
'gte.file' => 'El :attribute debe ser mayor o igual a :value kilobytes.',
|
||||||
'gte.string' => ':attribute debe tener :value caracteres o más.',
|
'gte.string' => ':attribute debe tener :value caracteres o más.',
|
||||||
'gte.array' => ':attribute debe tener :value objetos o más.',
|
'gte.array' => ':attribute debe tener :value objetos o más.',
|
||||||
|
@@ -53,7 +53,7 @@ return [
|
|||||||
|
|
||||||
// email change
|
// email change
|
||||||
'email_change_subject' => 'Firefly III sähköpostiosoitteesi on muuttunut',
|
'email_change_subject' => 'Firefly III sähköpostiosoitteesi on muuttunut',
|
||||||
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
'email_change_body_to_new' => 'Joko sinä, tai joku jolla on pääsy Firefly III -tilillesi, on vaihtanut sähköpostiosoitteesi. Jos et odottanut tätä viestiä, ohita ja poista se.',
|
||||||
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
'email_change_old' => 'Vanha sähköpostiosoite oli: :email',
|
'email_change_old' => 'Vanha sähköpostiosoite oli: :email',
|
||||||
@@ -70,7 +70,7 @@ return [
|
|||||||
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
// reset password
|
// reset password
|
||||||
'reset_pw_subject' => 'Your password reset request',
|
'reset_pw_subject' => 'Salasanasi nollauspyyntö',
|
||||||
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Listojen pituus - koskee mitä tahansa listaa asioista (tilit, tapahtumat, jne).',
|
'list_page_size_help' => 'Listojen pituus - koskee mitä tahansa listaa asioista (tilit, tapahtumat, jne).',
|
||||||
'list_page_size_label' => 'Sivun koko',
|
'list_page_size_label' => 'Sivun koko',
|
||||||
'between_dates' => '(:start ja :end)',
|
'between_dates' => '(:start ja :end)',
|
||||||
'pref_optional_fields_transaction' => 'Tapahtumien valinnaiset kentät',
|
'pref_optional_fields_transaction' => 'Tapahtumien valinnaiset kentät',
|
||||||
'pref_optional_fields_transaction_help' => 'Yksinkertaisuuden nimissä kaikki kentät eivät alkuun ole näkyvissä luodessasi uusia tapahtumia. Alla voit ottaa käyttöön sinulle hyödyllisiä kenttiä. Asetuksesta huolimatta kaikki kentät joissa jo on sisältöä näytetään - tietenkin.',
|
'pref_optional_fields_transaction_help' => 'Yksinkertaisuuden nimissä kaikki kentät eivät alkuun ole näkyvissä luodessasi uusia tapahtumia. Alla voit ottaa käyttöön sinulle hyödyllisiä kenttiä. Asetuksesta huolimatta kaikki kentät joissa jo on sisältöä näytetään - tietenkin.',
|
||||||
'optional_tj_date_fields' => 'Päivämääräkentät',
|
'optional_tj_date_fields' => 'Päivämääräkentät',
|
||||||
'optional_tj_business_fields' => 'Yrityskäytön kentät',
|
'optional_tj_business_fields' => 'Yrityskäytön kentät',
|
||||||
'optional_tj_attachment_fields' => 'Liitekentät',
|
'optional_tj_attachment_fields' => 'Liitekentät',
|
||||||
'pref_optional_tj_interest_date' => 'Korkopäivä',
|
'pref_optional_tj_interest_date' => 'Korkopäivä',
|
||||||
'pref_optional_tj_book_date' => 'Kirjauspäivä',
|
'pref_optional_tj_book_date' => 'Kirjauspäivä',
|
||||||
'pref_optional_tj_process_date' => 'Käsittelypäivä',
|
'pref_optional_tj_process_date' => 'Käsittelypäivä',
|
||||||
'pref_optional_tj_due_date' => 'Eräpäivä',
|
'pref_optional_tj_due_date' => 'Eräpäivä',
|
||||||
'pref_optional_tj_payment_date' => 'Maksupäivä',
|
'pref_optional_tj_payment_date' => 'Maksupäivä',
|
||||||
'pref_optional_tj_invoice_date' => 'Laskun päivämäärä',
|
'pref_optional_tj_invoice_date' => 'Laskun päivämäärä',
|
||||||
'pref_optional_tj_internal_reference' => 'Sisäinen viite',
|
'pref_optional_tj_internal_reference' => 'Sisäinen viite',
|
||||||
'pref_optional_tj_notes' => 'Muistiinpanot',
|
'pref_optional_tj_notes' => 'Muistiinpanot',
|
||||||
'pref_optional_tj_attachments' => 'Liitteet',
|
'pref_optional_tj_attachments' => 'Liitteet',
|
||||||
'optional_field_meta_dates' => 'Päivämäärät',
|
'optional_field_meta_dates' => 'Päivämäärät',
|
||||||
'optional_field_meta_business' => 'Yritys',
|
'optional_field_meta_business' => 'Yritys',
|
||||||
'optional_field_attachments' => 'Liitteet',
|
'optional_field_attachments' => 'Liitteet',
|
||||||
'optional_field_meta_data' => 'Valinnainen metatieto',
|
'optional_field_meta_data' => 'Valinnainen metatieto',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Ole varovainen näiden valintojen kanssa, poistaminen on lopullista.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Ole varovainen näiden valintojen kanssa, poistaminen on lopullista.',
|
||||||
'delete_all_budgets' => 'Poista KAIKKI budjettisi',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Poista KAIKKI kategoriasi',
|
'delete_all_budgets' => 'Poista KAIKKI budjettisi',
|
||||||
'delete_all_tags' => 'Poista KAIKKI tägit',
|
'delete_all_categories' => 'Poista KAIKKI kategoriasi',
|
||||||
'deleted_all_budgets' => 'Kaikki budjetit on poistettu',
|
'delete_all_tags' => 'Poista KAIKKI tägit',
|
||||||
'deleted_all_categories' => 'Kaikki kategoriat on poistettu',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Kaikki tägit on poistettu',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Vaihda salasana',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Poista käyttäjätili',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Nykyinen salasana',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Uusi salasana',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Salasana (uudestaan)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Poista käyttäjätunnuksesi',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Poistamalla käyttäjätilisi poistat myös kaikki tilisi, tapahtumasi, <em>kaikki</em> mitä olet tallentanut Firefly III:een. Nämä kaikki POISTETAAN LOPULLISESTI.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Syötä salasanasi jatkaaksesi.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Salasana',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Oletko varma? Et pysty perumaan tätä.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'POISTA käyttäjätilisi',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Virheellinen nykyinen salasana!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Salasana vaihdettu!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Tarkoituksena olisi vaihtaa salasanasi.',
|
'deleted_all_budgets' => 'Kaikki budjetit on poistettu',
|
||||||
'invalid_password' => 'Virheellinen salasana!',
|
'deleted_all_categories' => 'Kaikki kategoriat on poistettu',
|
||||||
'what_is_pw_security' => 'Mikä on "varmista salasanan turvallisuus"?',
|
'deleted_all_tags' => 'Kaikki tägit on poistettu',
|
||||||
'secure_pw_title' => 'Turvallisen salasanan valitseminen',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Yhtään viikkoa ei kulu ilman uutisia verkkosivustojen vuotaneista käyttäjien kirjautumistiedoista. Hakkerit ja varkaat käyttävät näitä salasanoja yrittäessään varastaa sinun yksityisiä tietoja. Tämä tieto on arvokasta.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Käytätkö samaa salasanaa kaikkialla internetissä? Jos yksi sivusto vuotaa sinun salasanasi, hakkereilla on pääsy kaikkiin sinun tietoihin. Firefly III luottaa, että sinä valitset vahvan ja yksilöllisen salasanan suojellaksesi taloudellisia tietojasi.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Auttaaksesi sinua tässä Firefly III voi tarkistaa onko ehdottamasi ja/tai käyttämäsi salasana jo aikaisemmin vuotaneiden joukossa. Jos näin on päässyt tapahtumaan, Firefly III neuvoo sinua olemaan käyttämättä valittua salasanaa.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Vaihda salasana',
|
||||||
|
'delete_account' => 'Poista käyttäjätili',
|
||||||
|
'current_password' => 'Nykyinen salasana',
|
||||||
|
'new_password' => 'Uusi salasana',
|
||||||
|
'new_password_again' => 'Salasana (uudestaan)',
|
||||||
|
'delete_your_account' => 'Poista käyttäjätunnuksesi',
|
||||||
|
'delete_your_account_help' => 'Poistamalla käyttäjätilisi poistat myös kaikki tilisi, tapahtumasi, <em>kaikki</em> mitä olet tallentanut Firefly III:een. Nämä kaikki POISTETAAN LOPULLISESTI.',
|
||||||
|
'delete_your_account_password' => 'Syötä salasanasi jatkaaksesi.',
|
||||||
|
'password' => 'Salasana',
|
||||||
|
'are_you_sure' => 'Oletko varma? Et pysty perumaan tätä.',
|
||||||
|
'delete_account_button' => 'POISTA käyttäjätilisi',
|
||||||
|
'invalid_current_password' => 'Virheellinen nykyinen salasana!',
|
||||||
|
'password_changed' => 'Salasana vaihdettu!',
|
||||||
|
'should_change' => 'Tarkoituksena olisi vaihtaa salasanasi.',
|
||||||
|
'invalid_password' => 'Virheellinen salasana!',
|
||||||
|
'what_is_pw_security' => 'Mikä on "varmista salasanan turvallisuus"?',
|
||||||
|
'secure_pw_title' => 'Turvallisen salasanan valitseminen',
|
||||||
|
'secure_pw_history' => 'Yhtään viikkoa ei kulu ilman uutisia verkkosivustojen vuotaneista käyttäjien kirjautumistiedoista. Hakkerit ja varkaat käyttävät näitä salasanoja yrittäessään varastaa sinun yksityisiä tietoja. Tämä tieto on arvokasta.',
|
||||||
|
'secure_pw_ff' => 'Käytätkö samaa salasanaa kaikkialla internetissä? Jos yksi sivusto vuotaa sinun salasanasi, hakkereilla on pääsy kaikkiin sinun tietoihin. Firefly III luottaa, että sinä valitset vahvan ja yksilöllisen salasanan suojellaksesi taloudellisia tietojasi.',
|
||||||
|
'secure_pw_check_box' => 'Auttaaksesi sinua tässä Firefly III voi tarkistaa onko ehdottamasi ja/tai käyttämäsi salasana jo aikaisemmin vuotaneiden joukossa. Jos näin on päässyt tapahtumaan, Firefly III neuvoo sinua olemaan käyttämättä valittua salasanaa.',
|
||||||
'secure_pw_working_title' => 'Kuinka se toimii?',
|
'secure_pw_working_title' => 'Kuinka se toimii?',
|
||||||
'secure_pw_working' => 'Kun valitset tämän valintaruudun, Firefly III lähettää ensimmäiset 5 kirjainta salasanasi SHA1 tarkisteesta <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Huntin verkkosivulle</a> vertailua varten. Jos listalta löytyy osumia, salasanasi saattaa olla vaarantunut. Tämä (toivottavasti) estää sinua käyttämästä vaarantuneita salasanoja kuten viimeisin <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Erikoisjulkaisukin</a> suosittelee.',
|
'secure_pw_working' => 'Kun valitset tämän valintaruudun, Firefly III lähettää ensimmäiset 5 kirjainta salasanasi SHA1 tarkisteesta <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Huntin verkkosivulle</a> vertailua varten. Jos listalta löytyy osumia, salasanasi saattaa olla vaarantunut. Tämä (toivottavasti) estää sinua käyttämästä vaarantuneita salasanoja kuten viimeisin <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Erikoisjulkaisukin</a> suosittelee.',
|
||||||
'secure_pw_should' => 'Pitäisikö minun valita tämä?',
|
'secure_pw_should' => 'Pitäisikö minun valita tämä?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Säännöllä täytyy olla vähintään yksi tapahtuma.',
|
'at_least_one_action' => 'Säännöllä täytyy olla vähintään yksi tapahtuma.',
|
||||||
'base64' => 'Tämä ei ole kelvollinen base64-koodattu data.',
|
'base64' => 'Tämä ei ole kelvollinen base64-koodattu data.',
|
||||||
'model_id_invalid' => 'Annettu tunniste ei kelpaa tämän mallin kanssa.',
|
'model_id_invalid' => 'Annettu tunniste ei kelpaa tämän mallin kanssa.',
|
||||||
'more' => 'Määritteen :attribute täytyy suurempi kuin ":more".',
|
|
||||||
'less' => 'Määritteen :attribute täytyy olla pienempi kuin 10,000,000',
|
'less' => 'Määritteen :attribute täytyy olla pienempi kuin 10,000,000',
|
||||||
'active_url' => ':attribute ei ole verkko-osoite.',
|
'active_url' => ':attribute ei ole verkko-osoite.',
|
||||||
'after' => 'Määritteen :attribute täytyy olla :date jälkeen oleva päivämäärä.',
|
'after' => 'Määritteen :attribute täytyy olla :date jälkeen oleva päivämäärä.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Et voi käyttää tätä tiliä kohdetilinä.',
|
'generic_invalid_destination' => 'Et voi käyttää tätä tiliä kohdetilinä.',
|
||||||
|
|
||||||
'gte.numeric' => 'Määritteen :attribute arvon täytyy olla vähintään :value.',
|
'gte.numeric' => 'Määritteen :attribute arvon täytyy olla vähintään :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'Määritteen :attribute koon täytyy olla vähintään :value kilotavua.',
|
'gte.file' => 'Määritteen :attribute koon täytyy olla vähintään :value kilotavua.',
|
||||||
'gte.string' => 'Määritteen :attribute pituus täytyy olla vähintään :value merkkiä.',
|
'gte.string' => 'Määritteen :attribute pituus täytyy olla vähintään :value merkkiä.',
|
||||||
'gte.array' => 'Määritteellä :attribute tulee olla vähintään :value alkiota.',
|
'gte.array' => 'Määritteellä :attribute tulee olla vähintään :value alkiota.',
|
||||||
|
@@ -213,7 +213,7 @@ return [
|
|||||||
'average_per_bill' => 'moyenne par facture',
|
'average_per_bill' => 'moyenne par facture',
|
||||||
'expected_total' => 'total prévu',
|
'expected_total' => 'total prévu',
|
||||||
'reconciliation_account_name' => 'Régularisation de :name (:currency)',
|
'reconciliation_account_name' => 'Régularisation de :name (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Sauvegardé',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version demande d\'autorisation',
|
'authorization_request' => 'Firefly III v:version demande d\'autorisation',
|
||||||
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Les listes d\'éléments (comptes, opérations, etc) affichent un nombre maximum d\'élément par page.',
|
'list_page_size_help' => 'Les listes d\'éléments (comptes, opérations, etc) affichent un nombre maximum d\'élément par page.',
|
||||||
'list_page_size_label' => 'Nombre d\'élément par page',
|
'list_page_size_label' => 'Nombre d\'élément par page',
|
||||||
'between_dates' => '(:start et :end)',
|
'between_dates' => '(:start et :end)',
|
||||||
'pref_optional_fields_transaction' => 'Champs optionnels pour les opérations',
|
'pref_optional_fields_transaction' => 'Champs optionnels pour les opérations',
|
||||||
'pref_optional_fields_transaction_help' => 'Par défaut, tous les champs ne sont pas disponibles lors de la création d\'une nouvelle opération (pour éviter de surcharger la page). Vous pouvez activer les champs suivants si vous pensez qu\'ils peuvent vous être utiles. Bien sûr, tout champ désactivé mais précédemment rempli restera visible quel que soit son paramétrage.',
|
'pref_optional_fields_transaction_help' => 'Par défaut, tous les champs ne sont pas disponibles lors de la création d\'une nouvelle opération (pour éviter de surcharger la page). Vous pouvez activer les champs suivants si vous pensez qu\'ils peuvent vous être utiles. Bien sûr, tout champ désactivé mais précédemment rempli restera visible quel que soit son paramétrage.',
|
||||||
'optional_tj_date_fields' => 'Champ date',
|
'optional_tj_date_fields' => 'Champ date',
|
||||||
'optional_tj_business_fields' => 'Champs professionnels',
|
'optional_tj_business_fields' => 'Champs professionnels',
|
||||||
'optional_tj_attachment_fields' => 'Champs de pièces jointes',
|
'optional_tj_attachment_fields' => 'Champs de pièces jointes',
|
||||||
'pref_optional_tj_interest_date' => 'Date de valeur (intérêts)',
|
'pref_optional_tj_interest_date' => 'Date de valeur (intérêts)',
|
||||||
'pref_optional_tj_book_date' => 'Date de réservation',
|
'pref_optional_tj_book_date' => 'Date de réservation',
|
||||||
'pref_optional_tj_process_date' => 'Date de traitement',
|
'pref_optional_tj_process_date' => 'Date de traitement',
|
||||||
'pref_optional_tj_due_date' => 'Échéance',
|
'pref_optional_tj_due_date' => 'Échéance',
|
||||||
'pref_optional_tj_payment_date' => 'Date de paiement',
|
'pref_optional_tj_payment_date' => 'Date de paiement',
|
||||||
'pref_optional_tj_invoice_date' => 'Date de facturation',
|
'pref_optional_tj_invoice_date' => 'Date de facturation',
|
||||||
'pref_optional_tj_internal_reference' => 'Référence interne',
|
'pref_optional_tj_internal_reference' => 'Référence interne',
|
||||||
'pref_optional_tj_notes' => 'Notes',
|
'pref_optional_tj_notes' => 'Notes',
|
||||||
'pref_optional_tj_attachments' => 'Pièces jointes',
|
'pref_optional_tj_attachments' => 'Pièces jointes',
|
||||||
'optional_field_meta_dates' => 'Dates',
|
'optional_field_meta_dates' => 'Dates',
|
||||||
'optional_field_meta_business' => 'Commerce',
|
'optional_field_meta_business' => 'Commerce',
|
||||||
'optional_field_attachments' => 'Pièces jointes',
|
'optional_field_attachments' => 'Pièces jointes',
|
||||||
'optional_field_meta_data' => 'Métadonnées facultatives',
|
'optional_field_meta_data' => 'Métadonnées facultatives',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Attention à ces boutons. Ce que vous supprimez l\'est de façon définitive.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'Toutes vos autres sessions ont été déconnectées.',
|
'permanent_delete_stuff' => 'Attention à ces boutons. Ce que vous supprimez l\'est de façon définitive.',
|
||||||
'delete_all_budgets' => 'Supprimer TOUS vos budgets',
|
'other_sessions_logged_out' => 'Toutes vos autres sessions ont été déconnectées.',
|
||||||
'delete_all_categories' => 'Supprimer toutes vos catégories',
|
'delete_all_budgets' => 'Supprimer TOUS vos budgets',
|
||||||
'delete_all_tags' => 'Supprimer tous vos tags',
|
'delete_all_categories' => 'Supprimer toutes vos catégories',
|
||||||
'deleted_all_budgets' => 'Tous les budgets ont été supprimés',
|
'delete_all_tags' => 'Supprimer tous vos tags',
|
||||||
'deleted_all_categories' => 'Toutes les catégories ont été supprimées',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Tous les étiquettes ont été supprimés',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Modifier votre mot de passe',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Supprimer le compte',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Mot de passe actuel',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Nouveau mot de passe ',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Nouveau mot de passe (confirmation)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Supprimer votre compte',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'La suppression de votre compte supprimera également les comptes, les opérations, <em>tout</em> ce que vous pourriez avoir enregistré dans Firefly III. Tout sera SUPPRIMÉ.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Entrez votre mot de passe pour continuer.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Mot de passe',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Êtes-vous sûr ? Vous ne pourrez pas annuler cette action.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'SUPPRIMER votre compte',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Mot de passe actuel non valide !',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Mot de passe modifié !',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'L’idée est de changer votre mot de passe.',
|
'deleted_all_budgets' => 'Tous les budgets ont été supprimés',
|
||||||
'invalid_password' => 'Mot de passe incorrect !',
|
'deleted_all_categories' => 'Toutes les catégories ont été supprimées',
|
||||||
'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?',
|
'deleted_all_tags' => 'Tous les étiquettes ont été supprimés',
|
||||||
'secure_pw_title' => 'Comment choisir un mot de passe sécurisé',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Pas une semaine ne se passe sans que vous lisiez dans la presse qu\'un site s\'est fait dérober les mots de passe de ses utilisateurs. Les pirates et les voleurs utilisent ces mots de passe pour tenter de voler vos informations personnelles. Cette information est précieuse.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Vous utilisez le même mot de passe partout sur Internet ? Si un seul site se fait dérober ce mot de passe, c\'est l\'ensemble de vos comptes et données qui sont exposées aux pirates. Firefly III compte sur vous pour choisir un mot de passe unique et fort pour protéger vos informations financières.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Pour vous y aider Firefly III peut vérifier que le mot de passe que vous souhaitez utiliser n\'a jamais été dérobé auparavant. Si c\'est le cas, Firefly III vous conseille de NE PAS utiliser ce mot de passe.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Modifier votre mot de passe',
|
||||||
|
'delete_account' => 'Supprimer le compte',
|
||||||
|
'current_password' => 'Mot de passe actuel',
|
||||||
|
'new_password' => 'Nouveau mot de passe ',
|
||||||
|
'new_password_again' => 'Nouveau mot de passe (confirmation)',
|
||||||
|
'delete_your_account' => 'Supprimer votre compte',
|
||||||
|
'delete_your_account_help' => 'La suppression de votre compte supprimera également les comptes, les opérations, <em>tout</em> ce que vous pourriez avoir enregistré dans Firefly III. Tout sera SUPPRIMÉ.',
|
||||||
|
'delete_your_account_password' => 'Entrez votre mot de passe pour continuer.',
|
||||||
|
'password' => 'Mot de passe',
|
||||||
|
'are_you_sure' => 'Êtes-vous sûr ? Vous ne pourrez pas annuler cette action.',
|
||||||
|
'delete_account_button' => 'SUPPRIMER votre compte',
|
||||||
|
'invalid_current_password' => 'Mot de passe actuel non valide !',
|
||||||
|
'password_changed' => 'Mot de passe modifié !',
|
||||||
|
'should_change' => 'L’idée est de changer votre mot de passe.',
|
||||||
|
'invalid_password' => 'Mot de passe incorrect !',
|
||||||
|
'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?',
|
||||||
|
'secure_pw_title' => 'Comment choisir un mot de passe sécurisé',
|
||||||
|
'secure_pw_history' => 'Pas une semaine ne se passe sans que vous lisiez dans la presse qu\'un site s\'est fait dérober les mots de passe de ses utilisateurs. Les pirates et les voleurs utilisent ces mots de passe pour tenter de voler vos informations personnelles. Cette information est précieuse.',
|
||||||
|
'secure_pw_ff' => 'Vous utilisez le même mot de passe partout sur Internet ? Si un seul site se fait dérober ce mot de passe, c\'est l\'ensemble de vos comptes et données qui sont exposées aux pirates. Firefly III compte sur vous pour choisir un mot de passe unique et fort pour protéger vos informations financières.',
|
||||||
|
'secure_pw_check_box' => 'Pour vous y aider Firefly III peut vérifier que le mot de passe que vous souhaitez utiliser n\'a jamais été dérobé auparavant. Si c\'est le cas, Firefly III vous conseille de NE PAS utiliser ce mot de passe.',
|
||||||
'secure_pw_working_title' => 'Comment est-ce que cela fonctionne ?',
|
'secure_pw_working_title' => 'Comment est-ce que cela fonctionne ?',
|
||||||
'secure_pw_working' => 'Si vous cochez l\'option, Firefly III enverra les 5 premiers caractères de l\'empreinte SHA1 de votre mot de passe au <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">site Web de Troy Hunt</a> pour contrôler si elle y apparait. Cela vous empêchera d\'utiliser des mots de passe non sûrs tel que recommandé par la dernière <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">publication spéciale NIST</a> sur le sujet.',
|
'secure_pw_working' => 'Si vous cochez l\'option, Firefly III enverra les 5 premiers caractères de l\'empreinte SHA1 de votre mot de passe au <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">site Web de Troy Hunt</a> pour contrôler si elle y apparait. Cela vous empêchera d\'utiliser des mots de passe non sûrs tel que recommandé par la dernière <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">publication spéciale NIST</a> sur le sujet.',
|
||||||
'secure_pw_should' => 'Dois-je cocher la case ?',
|
'secure_pw_should' => 'Dois-je cocher la case ?',
|
||||||
@@ -1138,7 +1168,7 @@ return [
|
|||||||
'budgets_and_spending' => 'Budgets et dépenses',
|
'budgets_and_spending' => 'Budgets et dépenses',
|
||||||
'go_to_budget' => 'Aller au budget "{budget}"',
|
'go_to_budget' => 'Aller au budget "{budget}"',
|
||||||
'go_to_deposits' => 'Aller aux dépôts',
|
'go_to_deposits' => 'Aller aux dépôts',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Aller aux dépenses',
|
||||||
'savings' => 'Épargne',
|
'savings' => 'Épargne',
|
||||||
'newWithdrawal' => 'Nouvelle dépense',
|
'newWithdrawal' => 'Nouvelle dépense',
|
||||||
'newDeposit' => 'Nouveau dépôt',
|
'newDeposit' => 'Nouveau dépôt',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Une règle doit avoir au moins une action.',
|
'at_least_one_action' => 'Une règle doit avoir au moins une action.',
|
||||||
'base64' => 'Il ne s\'agit pas de données base64 valides.',
|
'base64' => 'Il ne s\'agit pas de données base64 valides.',
|
||||||
'model_id_invalid' => 'L’ID fournit ne semble pas valide pour ce modèle.',
|
'model_id_invalid' => 'L’ID fournit ne semble pas valide pour ce modèle.',
|
||||||
'more' => ':attribute doit être plus grand que ":more".',
|
|
||||||
'less' => ':attribute doit être inférieur à 10 000 000',
|
'less' => ':attribute doit être inférieur à 10 000 000',
|
||||||
'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 à :date.',
|
'after' => 'Le champ :attribute doit être une date postérieure à :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
||||||
|
|
||||||
'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.',
|
'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'L\'attribut :attribute doit contenir au moins :value kilo-octets.',
|
'gte.file' => 'L\'attribut :attribute doit contenir au moins :value kilo-octets.',
|
||||||
'gte.string' => 'Le texte :attribute doit contenir au moins :value caractères.',
|
'gte.string' => 'Le texte :attribute doit contenir au moins :value caractères.',
|
||||||
'gte.array' => 'L\'attribut :attribute doit avoir :value éléments ou plus.',
|
'gte.array' => 'L\'attribut :attribute doit avoir :value éléments ou plus.',
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Minden dologból (számlák, tranzakciók, stb) legfeljebb ennyi lesz megjelenítve oldalanként.',
|
'list_page_size_help' => 'Minden dologból (számlák, tranzakciók, stb) legfeljebb ennyi lesz megjelenítve oldalanként.',
|
||||||
'list_page_size_label' => 'Oldal mérete',
|
'list_page_size_label' => 'Oldal mérete',
|
||||||
'between_dates' => '(:start és :end)',
|
'between_dates' => '(:start és :end)',
|
||||||
'pref_optional_fields_transaction' => 'Tranzakciók választható mezői',
|
'pref_optional_fields_transaction' => 'Tranzakciók választható mezői',
|
||||||
'pref_optional_fields_transaction_help' => 'Alapértelmezés szerint új tranzakció létrehozásakor nem minden mező engedélyezett (hogy elkerüljük a túlzsúfoltságot). Ezeket a mezőket lent lehet engedélyezni ha valamelyikre szükség van. Természetesen azok a letiltott mezők amelyek már ki vannak töltve, a beállítástól függetlenül láthatóak lesznek.',
|
'pref_optional_fields_transaction_help' => 'Alapértelmezés szerint új tranzakció létrehozásakor nem minden mező engedélyezett (hogy elkerüljük a túlzsúfoltságot). Ezeket a mezőket lent lehet engedélyezni ha valamelyikre szükség van. Természetesen azok a letiltott mezők amelyek már ki vannak töltve, a beállítástól függetlenül láthatóak lesznek.',
|
||||||
'optional_tj_date_fields' => 'Dátummezők',
|
'optional_tj_date_fields' => 'Dátummezők',
|
||||||
'optional_tj_business_fields' => 'Üzleti mezők',
|
'optional_tj_business_fields' => 'Üzleti mezők',
|
||||||
'optional_tj_attachment_fields' => 'Melléklet mezők',
|
'optional_tj_attachment_fields' => 'Melléklet mezők',
|
||||||
'pref_optional_tj_interest_date' => 'Kamatfizetési időpont',
|
'pref_optional_tj_interest_date' => 'Kamatfizetési időpont',
|
||||||
'pref_optional_tj_book_date' => 'Könyvelés dátuma',
|
'pref_optional_tj_book_date' => 'Könyvelés dátuma',
|
||||||
'pref_optional_tj_process_date' => 'Feldolgozás dátuma',
|
'pref_optional_tj_process_date' => 'Feldolgozás dátuma',
|
||||||
'pref_optional_tj_due_date' => 'Esedékesség dátuma',
|
'pref_optional_tj_due_date' => 'Esedékesség dátuma',
|
||||||
'pref_optional_tj_payment_date' => 'Kifizetés dátuma',
|
'pref_optional_tj_payment_date' => 'Kifizetés dátuma',
|
||||||
'pref_optional_tj_invoice_date' => 'Számla dátuma',
|
'pref_optional_tj_invoice_date' => 'Számla dátuma',
|
||||||
'pref_optional_tj_internal_reference' => 'Belső hivatkozás',
|
'pref_optional_tj_internal_reference' => 'Belső hivatkozás',
|
||||||
'pref_optional_tj_notes' => 'Megjegyzések',
|
'pref_optional_tj_notes' => 'Megjegyzések',
|
||||||
'pref_optional_tj_attachments' => 'Mellékletek',
|
'pref_optional_tj_attachments' => 'Mellékletek',
|
||||||
'optional_field_meta_dates' => 'Dátumok',
|
'optional_field_meta_dates' => 'Dátumok',
|
||||||
'optional_field_meta_business' => 'Üzleti',
|
'optional_field_meta_business' => 'Üzleti',
|
||||||
'optional_field_attachments' => 'Mellékletek',
|
'optional_field_attachments' => 'Mellékletek',
|
||||||
'optional_field_meta_data' => 'Opcionális metaadat',
|
'optional_field_meta_data' => 'Opcionális metaadat',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Óvatosan ezekkel a gombokkal! A dolgok törlése végleges.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Óvatosan ezekkel a gombokkal! A dolgok törlése végleges.',
|
||||||
'delete_all_budgets' => 'MINDEN költségkeret törlése',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'MINDEN kategória törlése',
|
'delete_all_budgets' => 'MINDEN költségkeret törlése',
|
||||||
'delete_all_tags' => 'MINDEN címke törlése',
|
'delete_all_categories' => 'MINDEN kategória törlése',
|
||||||
'deleted_all_budgets' => 'Minden költségkeret törölve',
|
'delete_all_tags' => 'MINDEN címke törlése',
|
||||||
'deleted_all_categories' => 'Minden kategória törölve',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Minden címke törölve',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Jelszó módosítása',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Fiók törlése',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Jelenlegi jelszó',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Új jelszó',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Új jelszó megismétlése',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Saját fiók törlése',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'A fiók törlése minden a Firefly III-ba elmentett számlát, tranzakciót, <em>MINDENT</em> törölni fog. Ezek EL FOGNAK TŰNNI.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Meg kell adni a jelszót a folytatáshoz.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Jelszó',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Biztos? Nem vonható vissza.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'Saját fiók TÖRLÉSE',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Érvénytelen jelenlegi jelszó!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Jelszó módosítva!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Az ötlet az, hogy megváltoztasd a jelszavad.',
|
'deleted_all_budgets' => 'Minden költségkeret törölve',
|
||||||
'invalid_password' => 'Érvénytelen jelszó!',
|
'deleted_all_categories' => 'Minden kategória törölve',
|
||||||
'what_is_pw_security' => 'Mit jelent a "jelszóbiztonság ellenőrzése"?',
|
'deleted_all_tags' => 'Minden címke törölve',
|
||||||
'secure_pw_title' => 'Hogyan válasszon biztonságos jelszót',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Nincs olyan hét, hogy a hírekben ne lehetne arról olvasni, hogy egy weboldal elvesztette a felhasználói jelszavait. A hekkerek és a tolvajok a privát információk ellopására használják ezeket az jelszavakat. Ezek az információk értékesek.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Ugyanazt a jelszót használod az egész interneten? Ha egy weboldal elveszti a jelszavadat a hekkerek minden adatodhoz hozzá fognak férni. A Firefly III rád bízza, hogy erős és egyedi jelszót válassz a pénzügyi adataid védelméhez.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'A Firefly III úgy segít ebben, hogy ellenőrzi nem lopták-e el a múltban a megadott jelszót. Ha ez történt a Firefly III javasolni fogja, hogy NE használd ezt a jelszót.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Jelszó módosítása',
|
||||||
|
'delete_account' => 'Fiók törlése',
|
||||||
|
'current_password' => 'Jelenlegi jelszó',
|
||||||
|
'new_password' => 'Új jelszó',
|
||||||
|
'new_password_again' => 'Új jelszó megismétlése',
|
||||||
|
'delete_your_account' => 'Saját fiók törlése',
|
||||||
|
'delete_your_account_help' => 'A fiók törlése minden a Firefly III-ba elmentett számlát, tranzakciót, <em>MINDENT</em> törölni fog. Ezek EL FOGNAK TŰNNI.',
|
||||||
|
'delete_your_account_password' => 'Meg kell adni a jelszót a folytatáshoz.',
|
||||||
|
'password' => 'Jelszó',
|
||||||
|
'are_you_sure' => 'Biztos? Nem vonható vissza.',
|
||||||
|
'delete_account_button' => 'Saját fiók TÖRLÉSE',
|
||||||
|
'invalid_current_password' => 'Érvénytelen jelenlegi jelszó!',
|
||||||
|
'password_changed' => 'Jelszó módosítva!',
|
||||||
|
'should_change' => 'Az ötlet az, hogy megváltoztasd a jelszavad.',
|
||||||
|
'invalid_password' => 'Érvénytelen jelszó!',
|
||||||
|
'what_is_pw_security' => 'Mit jelent a "jelszóbiztonság ellenőrzése"?',
|
||||||
|
'secure_pw_title' => 'Hogyan válasszon biztonságos jelszót',
|
||||||
|
'secure_pw_history' => 'Nincs olyan hét, hogy a hírekben ne lehetne arról olvasni, hogy egy weboldal elvesztette a felhasználói jelszavait. A hekkerek és a tolvajok a privát információk ellopására használják ezeket az jelszavakat. Ezek az információk értékesek.',
|
||||||
|
'secure_pw_ff' => 'Ugyanazt a jelszót használod az egész interneten? Ha egy weboldal elveszti a jelszavadat a hekkerek minden adatodhoz hozzá fognak férni. A Firefly III rád bízza, hogy erős és egyedi jelszót válassz a pénzügyi adataid védelméhez.',
|
||||||
|
'secure_pw_check_box' => 'A Firefly III úgy segít ebben, hogy ellenőrzi nem lopták-e el a múltban a megadott jelszót. Ha ez történt a Firefly III javasolni fogja, hogy NE használd ezt a jelszót.',
|
||||||
'secure_pw_working_title' => 'Hogyan működik?',
|
'secure_pw_working_title' => 'Hogyan működik?',
|
||||||
'secure_pw_working' => 'Bejelölve, a Firefly III elküldi a jelszó az SHA1 hashének első őt karakterét <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt weboldalának</a>, hogy ellenőrizze szerepel-e a listában. Ez megakadályozza, hogy nem biztonságos jelszavakat használj ahogy az a legutolsó <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>-ban javasolják.',
|
'secure_pw_working' => 'Bejelölve, a Firefly III elküldi a jelszó az SHA1 hashének első őt karakterét <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt weboldalának</a>, hogy ellenőrizze szerepel-e a listában. Ez megakadályozza, hogy nem biztonságos jelszavakat használj ahogy az a legutolsó <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>-ban javasolják.',
|
||||||
'secure_pw_should' => 'Kipipáljam a négyzetet?',
|
'secure_pw_should' => 'Kipipáljam a négyzetet?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'A szabályban legalább egy műveletnek lennie kell.',
|
'at_least_one_action' => 'A szabályban legalább egy műveletnek lennie kell.',
|
||||||
'base64' => 'Ez nem érvényes base64 kódolású adat.',
|
'base64' => 'Ez nem érvényes base64 kódolású adat.',
|
||||||
'model_id_invalid' => 'A megadott azonosító érvénytelennek tűnik ehhez a modellhez.',
|
'model_id_invalid' => 'A megadott azonosító érvénytelennek tűnik ehhez a modellhez.',
|
||||||
'more' => ':attribute értékének nagyobbnak kell lennie, mint ":more".',
|
|
||||||
'less' => ':attribute kisebbnek kell lennie 10,000,000-nél',
|
'less' => ':attribute kisebbnek kell lennie 10,000,000-nél',
|
||||||
'active_url' => ':attribute nem egy érvényes URL.',
|
'active_url' => ':attribute nem egy érvényes URL.',
|
||||||
'after' => ':attribute egy :date utáni dátum kell legyen.',
|
'after' => ':attribute egy :date utáni dátum kell legyen.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Nem használhatod ezt a fiókot célfiókként.',
|
'generic_invalid_destination' => 'Nem használhatod ezt a fiókot célfiókként.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute attribútumnak :value értéknél nagyobbnak vagy vele egyenlőnek kell lennie.',
|
'gte.numeric' => ':attribute attribútumnak :value értéknél nagyobbnak vagy vele egyenlőnek kell lennie.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => ':attribute attribútumnak :value kilobájtnál nagyobb vagy egyenlőnek kell lennie.',
|
'gte.file' => ':attribute attribútumnak :value kilobájtnál nagyobb vagy egyenlőnek kell lennie.',
|
||||||
'gte.string' => ':attribute attribútumnak :value karakternél nagyobb vagy egyenlőnek kell lennie.',
|
'gte.string' => ':attribute attribútumnak :value karakternél nagyobb vagy egyenlőnek kell lennie.',
|
||||||
'gte.array' => 'A(z) :attribute legalább :value elemet kell, hogy tartalmazzon.',
|
'gte.array' => 'A(z) :attribute legalább :value elemet kell, hogy tartalmazzon.',
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Setiap daftar hal-hal (rekening, transaksi, dll) menunjukkan paling ini banyak per halaman.',
|
'list_page_size_help' => 'Setiap daftar hal-hal (rekening, transaksi, dll) menunjukkan paling ini banyak per halaman.',
|
||||||
'list_page_size_label' => 'Ukuran halaman',
|
'list_page_size_label' => 'Ukuran halaman',
|
||||||
'between_dates' => '(:start dan :end)',
|
'between_dates' => '(:start dan :end)',
|
||||||
'pref_optional_fields_transaction' => 'Bidang opsional untuk transaksi',
|
'pref_optional_fields_transaction' => 'Bidang opsional untuk transaksi',
|
||||||
'pref_optional_fields_transaction_help' => 'Secara default tidak semua bidang diaktifkan saat membuat transaksi baru (karena kekacauan). Di bawah, Anda dapat mengaktifkan bidang ini jika Anda berpikir mereka bisa berguna bagi Anda. Tentu saja, setiap bidang yang dinonaktifkan, tapi sudah diisi, akan terlihat terlepas dari pengaturan.',
|
'pref_optional_fields_transaction_help' => 'Secara default tidak semua bidang diaktifkan saat membuat transaksi baru (karena kekacauan). Di bawah, Anda dapat mengaktifkan bidang ini jika Anda berpikir mereka bisa berguna bagi Anda. Tentu saja, setiap bidang yang dinonaktifkan, tapi sudah diisi, akan terlihat terlepas dari pengaturan.',
|
||||||
'optional_tj_date_fields' => 'Bidang tanggal',
|
'optional_tj_date_fields' => 'Bidang tanggal',
|
||||||
'optional_tj_business_fields' => 'Bidang usaha',
|
'optional_tj_business_fields' => 'Bidang usaha',
|
||||||
'optional_tj_attachment_fields' => 'Bidang lampiran',
|
'optional_tj_attachment_fields' => 'Bidang lampiran',
|
||||||
'pref_optional_tj_interest_date' => 'Tanggal bunga',
|
'pref_optional_tj_interest_date' => 'Tanggal bunga',
|
||||||
'pref_optional_tj_book_date' => 'Buku tanggal',
|
'pref_optional_tj_book_date' => 'Buku tanggal',
|
||||||
'pref_optional_tj_process_date' => 'Tanggal pengolahan',
|
'pref_optional_tj_process_date' => 'Tanggal pengolahan',
|
||||||
'pref_optional_tj_due_date' => 'Batas tanggal terakhir',
|
'pref_optional_tj_due_date' => 'Batas tanggal terakhir',
|
||||||
'pref_optional_tj_payment_date' => 'Tanggal pembayaran',
|
'pref_optional_tj_payment_date' => 'Tanggal pembayaran',
|
||||||
'pref_optional_tj_invoice_date' => 'Tanggal faktur',
|
'pref_optional_tj_invoice_date' => 'Tanggal faktur',
|
||||||
'pref_optional_tj_internal_reference' => 'Referensi internal',
|
'pref_optional_tj_internal_reference' => 'Referensi internal',
|
||||||
'pref_optional_tj_notes' => 'Catatan',
|
'pref_optional_tj_notes' => 'Catatan',
|
||||||
'pref_optional_tj_attachments' => 'Lampiran',
|
'pref_optional_tj_attachments' => 'Lampiran',
|
||||||
'optional_field_meta_dates' => 'Tanggal',
|
'optional_field_meta_dates' => 'Tanggal',
|
||||||
'optional_field_meta_business' => 'Bisnis',
|
'optional_field_meta_business' => 'Bisnis',
|
||||||
'optional_field_attachments' => 'Lampiran',
|
'optional_field_attachments' => 'Lampiran',
|
||||||
'optional_field_meta_data' => 'Data meta opsional',
|
'optional_field_meta_data' => 'Data meta opsional',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Delete ALL your categories',
|
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||||
'delete_all_tags' => 'Delete ALL your tags',
|
'delete_all_categories' => 'Delete ALL your categories',
|
||||||
'deleted_all_budgets' => 'All budgets have been deleted',
|
'delete_all_tags' => 'Delete ALL your tags',
|
||||||
'deleted_all_categories' => 'All categories have been deleted',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'All tags have been deleted',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Ubah password Anda',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Hapus akun',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Kata sandi saat ini',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Kata sandi baru',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Password Baru Lagi)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Hapus akun anda',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Menghapus akun juga akan menghapus akun, transaksi, <em>semua</em> Anda mungkin telah disimpan ke Firefly III. Ini akan HILANG.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Masukkan kata sandi Anda untuk melanjutkan.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Kata sandi',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Apakah Anda yakin? Anda tidak dapat membatalkan ini.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'Hapus akun anda',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Kata sandi tidak valid saat ini!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Sandi berubah!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Idenya adalah untuk mengubah password Anda.',
|
'deleted_all_budgets' => 'All budgets have been deleted',
|
||||||
'invalid_password' => 'Kata sandi salah!',
|
'deleted_all_categories' => 'All categories have been deleted',
|
||||||
'what_is_pw_security' => 'Apa itu "memverifikasi keamanan password"?',
|
'deleted_all_tags' => 'All tags have been deleted',
|
||||||
'secure_pw_title' => 'Bagaimana memilih sebuah password yang aman',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Ubah password Anda',
|
||||||
|
'delete_account' => 'Hapus akun',
|
||||||
|
'current_password' => 'Kata sandi saat ini',
|
||||||
|
'new_password' => 'Kata sandi baru',
|
||||||
|
'new_password_again' => 'Password Baru Lagi)',
|
||||||
|
'delete_your_account' => 'Hapus akun anda',
|
||||||
|
'delete_your_account_help' => 'Menghapus akun juga akan menghapus akun, transaksi, <em>semua</em> Anda mungkin telah disimpan ke Firefly III. Ini akan HILANG.',
|
||||||
|
'delete_your_account_password' => 'Masukkan kata sandi Anda untuk melanjutkan.',
|
||||||
|
'password' => 'Kata sandi',
|
||||||
|
'are_you_sure' => 'Apakah Anda yakin? Anda tidak dapat membatalkan ini.',
|
||||||
|
'delete_account_button' => 'Hapus akun anda',
|
||||||
|
'invalid_current_password' => 'Kata sandi tidak valid saat ini!',
|
||||||
|
'password_changed' => 'Sandi berubah!',
|
||||||
|
'should_change' => 'Idenya adalah untuk mengubah password Anda.',
|
||||||
|
'invalid_password' => 'Kata sandi salah!',
|
||||||
|
'what_is_pw_security' => 'Apa itu "memverifikasi keamanan password"?',
|
||||||
|
'secure_pw_title' => 'Bagaimana memilih sebuah password yang aman',
|
||||||
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
'secure_pw_working_title' => 'How does it work?',
|
'secure_pw_working_title' => 'How does it work?',
|
||||||
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||||
'secure_pw_should' => 'Haruskah saya mencentang kotaknya?',
|
'secure_pw_should' => 'Haruskah saya mencentang kotaknya?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Aturan harus memiliki setidaknya satu tindakan.',
|
'at_least_one_action' => 'Aturan harus memiliki setidaknya satu tindakan.',
|
||||||
'base64' => 'Ini bukanlah data base64 encoded yang valid.',
|
'base64' => 'Ini bukanlah data base64 encoded yang valid.',
|
||||||
'model_id_invalid' => 'ID yang diberikan tidaklah valid untuk model ini.',
|
'model_id_invalid' => 'ID yang diberikan tidaklah valid untuk model ini.',
|
||||||
'more' => ':attribute must be larger than ":more".',
|
|
||||||
'less' => ':attribute harus kurang dari 10,000,000',
|
'less' => ':attribute harus kurang dari 10,000,000',
|
||||||
'active_url' => ':attribute bukan URL yang valid.',
|
'active_url' => ':attribute bukan URL yang valid.',
|
||||||
'after' => ':attribute harus tanggal setelah :date.',
|
'after' => ':attribute harus tanggal setelah :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||||
|
|
||||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'The :attribute must have :value items or more.',
|
||||||
|
@@ -213,7 +213,7 @@ return [
|
|||||||
'average_per_bill' => 'media per bolletta',
|
'average_per_bill' => 'media per bolletta',
|
||||||
'expected_total' => 'totale previsto',
|
'expected_total' => 'totale previsto',
|
||||||
'reconciliation_account_name' => ':name riconciliazione (:currency)',
|
'reconciliation_account_name' => ':name riconciliazione (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Salvata',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version Richiesta Autorizzazione',
|
'authorization_request' => 'Firefly III v:version Richiesta Autorizzazione',
|
||||||
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Ogni elenco (di conti, di transazioni, ecc) mostra al massimo questo numero di elementi per pagina.',
|
'list_page_size_help' => 'Ogni elenco (di conti, di transazioni, ecc) mostra al massimo questo numero di elementi per pagina.',
|
||||||
'list_page_size_label' => 'Dimensioni pagina',
|
'list_page_size_label' => 'Dimensioni pagina',
|
||||||
'between_dates' => '(:start e :end)',
|
'between_dates' => '(:start e :end)',
|
||||||
'pref_optional_fields_transaction' => 'Campi opzionali per le transazioni',
|
'pref_optional_fields_transaction' => 'Campi opzionali per le transazioni',
|
||||||
'pref_optional_fields_transaction_help' => 'Come impostazione predefinita, non tutti i campi sono abilitati quando si crea una nuova transazione (per evitare confusione). Di seguito, puoi abilitare questi campi se ritieni che possano esserti utili. Ovviamente, qualsiasi campo che è disabilitato, ma già compilato, sarà visibile indipendentemente dall\'impostazione.',
|
'pref_optional_fields_transaction_help' => 'Come impostazione predefinita, non tutti i campi sono abilitati quando si crea una nuova transazione (per evitare confusione). Di seguito, puoi abilitare questi campi se ritieni che possano esserti utili. Ovviamente, qualsiasi campo che è disabilitato, ma già compilato, sarà visibile indipendentemente dall\'impostazione.',
|
||||||
'optional_tj_date_fields' => 'Campi data',
|
'optional_tj_date_fields' => 'Campi data',
|
||||||
'optional_tj_business_fields' => 'Campi aziendali',
|
'optional_tj_business_fields' => 'Campi aziendali',
|
||||||
'optional_tj_attachment_fields' => 'Campi allegati',
|
'optional_tj_attachment_fields' => 'Campi allegati',
|
||||||
'pref_optional_tj_interest_date' => 'Data interessi',
|
'pref_optional_tj_interest_date' => 'Data interessi',
|
||||||
'pref_optional_tj_book_date' => 'Data contabile',
|
'pref_optional_tj_book_date' => 'Data contabile',
|
||||||
'pref_optional_tj_process_date' => 'Data elaborazione',
|
'pref_optional_tj_process_date' => 'Data elaborazione',
|
||||||
'pref_optional_tj_due_date' => 'Data scadenza',
|
'pref_optional_tj_due_date' => 'Data scadenza',
|
||||||
'pref_optional_tj_payment_date' => 'Data pagamento',
|
'pref_optional_tj_payment_date' => 'Data pagamento',
|
||||||
'pref_optional_tj_invoice_date' => 'Data fatturazione',
|
'pref_optional_tj_invoice_date' => 'Data fatturazione',
|
||||||
'pref_optional_tj_internal_reference' => 'Riferimento interno',
|
'pref_optional_tj_internal_reference' => 'Riferimento interno',
|
||||||
'pref_optional_tj_notes' => 'Note',
|
'pref_optional_tj_notes' => 'Note',
|
||||||
'pref_optional_tj_attachments' => 'Allegati',
|
'pref_optional_tj_attachments' => 'Allegati',
|
||||||
'optional_field_meta_dates' => 'Dati',
|
'optional_field_meta_dates' => 'Dati',
|
||||||
'optional_field_meta_business' => 'Attività commerciale',
|
'optional_field_meta_business' => 'Attività commerciale',
|
||||||
'optional_field_attachments' => 'Allegati',
|
'optional_field_attachments' => 'Allegati',
|
||||||
'optional_field_meta_data' => 'Metadati opzionali',
|
'optional_field_meta_data' => 'Metadati opzionali',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Fai attenzione con questi pulsanti. L\'eliminazione è permanente.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'Sei stato disconnesso da tutte le altre sessioni.',
|
'permanent_delete_stuff' => 'Fai attenzione con questi pulsanti. L\'eliminazione è permanente.',
|
||||||
'delete_all_budgets' => 'Elimina TUTTI i budget',
|
'other_sessions_logged_out' => 'Sei stato disconnesso da tutte le altre sessioni.',
|
||||||
'delete_all_categories' => 'Elimina TUTTE le categorie',
|
'delete_all_budgets' => 'Elimina TUTTI i budget',
|
||||||
'delete_all_tags' => 'Elimina TUTTE le etichette',
|
'delete_all_categories' => 'Elimina TUTTE le categorie',
|
||||||
'deleted_all_budgets' => 'Tutti i budget sono stati eliminati',
|
'delete_all_tags' => 'Elimina TUTTE le etichette',
|
||||||
'deleted_all_categories' => 'Tutte le categorie sono state eliminate',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Tutte le etichette sono state eliminate',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Cambia la tua password',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Elimina account',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Password corrente',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Nuova password',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Nuova password (ripeti)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Elimina il tuo account',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'L\'eliminazione del tuo account eliminerà anche conti, transazioni, <em>qualsiasi cosa</em> che potresti aver salvato in Firefly III. Sarà tutto PERDUTO.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Inserisci la tua password per continuare.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Password',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Sei sicuro? Non puoi annullare questo.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'ELIMINA il tuo account',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Password attuale non valida!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Password cambiata!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'L\'idea è di cambiare la tua password.',
|
'deleted_all_budgets' => 'Tutti i budget sono stati eliminati',
|
||||||
'invalid_password' => 'Password non valida!',
|
'deleted_all_categories' => 'Tutte le categorie sono state eliminate',
|
||||||
'what_is_pw_security' => 'Che cos\'è "verifica la sicurezza della password"?',
|
'deleted_all_tags' => 'Tutte le etichette sono state eliminate',
|
||||||
'secure_pw_title' => 'Come scegliere una password sicura',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Non passa una settimana senza leggere una notizia di un sito che perde le password dei suoi utenti. Gli hacker e i ladri usano queste password per cercare di rubare le tue informazioni personali. Queste informazioni sono preziose.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Utilizzi la stessa password ovunque in Internet? Se un sito perde la tua password, gli hacker hanno accesso a tutti i tuoi dati. Firefly III si affida a te nello scegliere una password robusta e unica per proteggere le tue informazioni finanziarie.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Per aiutarti a fare ciò, Firefly III può controllare se la password che vuoi utilizzare è stata rubata in passato. In un caso del genere, Firefly III ti consiglia di NON utilizzare quella password.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Cambia la tua password',
|
||||||
|
'delete_account' => 'Elimina account',
|
||||||
|
'current_password' => 'Password corrente',
|
||||||
|
'new_password' => 'Nuova password',
|
||||||
|
'new_password_again' => 'Nuova password (ripeti)',
|
||||||
|
'delete_your_account' => 'Elimina il tuo account',
|
||||||
|
'delete_your_account_help' => 'L\'eliminazione del tuo account eliminerà anche conti, transazioni, <em>qualsiasi cosa</em> che potresti aver salvato in Firefly III. Sarà tutto PERDUTO.',
|
||||||
|
'delete_your_account_password' => 'Inserisci la tua password per continuare.',
|
||||||
|
'password' => 'Password',
|
||||||
|
'are_you_sure' => 'Sei sicuro? Non puoi annullare questo.',
|
||||||
|
'delete_account_button' => 'ELIMINA il tuo account',
|
||||||
|
'invalid_current_password' => 'Password attuale non valida!',
|
||||||
|
'password_changed' => 'Password cambiata!',
|
||||||
|
'should_change' => 'L\'idea è di cambiare la tua password.',
|
||||||
|
'invalid_password' => 'Password non valida!',
|
||||||
|
'what_is_pw_security' => 'Che cos\'è "verifica la sicurezza della password"?',
|
||||||
|
'secure_pw_title' => 'Come scegliere una password sicura',
|
||||||
|
'secure_pw_history' => 'Non passa una settimana senza leggere una notizia di un sito che perde le password dei suoi utenti. Gli hacker e i ladri usano queste password per cercare di rubare le tue informazioni personali. Queste informazioni sono preziose.',
|
||||||
|
'secure_pw_ff' => 'Utilizzi la stessa password ovunque in Internet? Se un sito perde la tua password, gli hacker hanno accesso a tutti i tuoi dati. Firefly III si affida a te nello scegliere una password robusta e unica per proteggere le tue informazioni finanziarie.',
|
||||||
|
'secure_pw_check_box' => 'Per aiutarti a fare ciò, Firefly III può controllare se la password che vuoi utilizzare è stata rubata in passato. In un caso del genere, Firefly III ti consiglia di NON utilizzare quella password.',
|
||||||
'secure_pw_working_title' => 'Come funziona?',
|
'secure_pw_working_title' => 'Come funziona?',
|
||||||
'secure_pw_working' => 'Selezionando la casella, Firefly III invierà i primi cinque caratteri dell\'hash SHA1 della tua password al<a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sito web di Troy Hunt</a> per vedere se è presente nell\'elenco. Questo ti impedirà di usare password non sicure come raccomandato nell\'ultima <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">pubblicazione speciale NIST</a> su questo argomento.',
|
'secure_pw_working' => 'Selezionando la casella, Firefly III invierà i primi cinque caratteri dell\'hash SHA1 della tua password al<a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sito web di Troy Hunt</a> per vedere se è presente nell\'elenco. Questo ti impedirà di usare password non sicure come raccomandato nell\'ultima <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">pubblicazione speciale NIST</a> su questo argomento.',
|
||||||
'secure_pw_should' => 'Devo controllare la scatola?',
|
'secure_pw_should' => 'Devo controllare la scatola?',
|
||||||
@@ -1138,7 +1168,7 @@ return [
|
|||||||
'budgets_and_spending' => 'Budget e spese',
|
'budgets_and_spending' => 'Budget e spese',
|
||||||
'go_to_budget' => 'Vai al budget "{budget}"',
|
'go_to_budget' => 'Vai al budget "{budget}"',
|
||||||
'go_to_deposits' => 'Vai ai depositi',
|
'go_to_deposits' => 'Vai ai depositi',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Vai alle spese',
|
||||||
'savings' => 'Risparmi',
|
'savings' => 'Risparmi',
|
||||||
'newWithdrawal' => 'Nuova uscita',
|
'newWithdrawal' => 'Nuova uscita',
|
||||||
'newDeposit' => 'Nuova entrata',
|
'newDeposit' => 'Nuova entrata',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Una regola deve avere almeno una azione.',
|
'at_least_one_action' => 'Una regola deve avere almeno una azione.',
|
||||||
'base64' => 'Questi non sono dati codificati in base64 validi.',
|
'base64' => 'Questi non sono dati codificati in base64 validi.',
|
||||||
'model_id_invalid' => 'L\'ID fornito sembra non essere valido per questo modello.',
|
'model_id_invalid' => 'L\'ID fornito sembra non essere valido per questo modello.',
|
||||||
'more' => ':attribute deve essere maggiore di ":more".',
|
|
||||||
'less' => ':attribute deve essere minore di 10.000.000',
|
'less' => ':attribute deve essere minore di 10.000.000',
|
||||||
'active_url' => ':attribute non è un URL valido.',
|
'active_url' => ':attribute non è un URL valido.',
|
||||||
'after' => ':attribute deve essere una data dopo :date.',
|
'after' => ':attribute deve essere una data dopo :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Non puoi utilizzare questo conto come conto di destinazione.',
|
'generic_invalid_destination' => 'Non puoi utilizzare questo conto come conto di destinazione.',
|
||||||
|
|
||||||
'gte.numeric' => 'Il campo :attribute deve essere maggiore o uguale a :value.',
|
'gte.numeric' => 'Il campo :attribute deve essere maggiore o uguale a :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'Il campo :attribute deve essere maggiore o uguale a :value kilobyte.',
|
'gte.file' => 'Il campo :attribute deve essere maggiore o uguale a :value kilobyte.',
|
||||||
'gte.string' => 'Il campo :attribute deve essere maggiore o uguale a :value caratteri.',
|
'gte.string' => 'Il campo :attribute deve essere maggiore o uguale a :value caratteri.',
|
||||||
'gte.array' => 'Il campo :attribute deve avere :value o più elementi.',
|
'gte.array' => 'Il campo :attribute deve avere :value o più elementi.',
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'En liste over ting (kontoer, transaksjoner osv.). Viser maksimalt dette antall elementer per side.',
|
'list_page_size_help' => 'En liste over ting (kontoer, transaksjoner osv.). Viser maksimalt dette antall elementer per side.',
|
||||||
'list_page_size_label' => 'Sidestørrelse',
|
'list_page_size_label' => 'Sidestørrelse',
|
||||||
'between_dates' => '(:start og :end)',
|
'between_dates' => '(:start og :end)',
|
||||||
'pref_optional_fields_transaction' => 'Valgfrie felt for transaksjoner',
|
'pref_optional_fields_transaction' => 'Valgfrie felt for transaksjoner',
|
||||||
'pref_optional_fields_transaction_help' => 'Som standard er ikke alle felt aktivert når du oppretter en ny transaksjon (for å unngå forvirring). Nedenfor kan du aktivere disse feltene hvis du tror de kan være nyttige for deg. Selvfølgelig vil et felt som er deaktivert, men allerede fylt inn, være synlig, uavhengig av innstillingen.',
|
'pref_optional_fields_transaction_help' => 'Som standard er ikke alle felt aktivert når du oppretter en ny transaksjon (for å unngå forvirring). Nedenfor kan du aktivere disse feltene hvis du tror de kan være nyttige for deg. Selvfølgelig vil et felt som er deaktivert, men allerede fylt inn, være synlig, uavhengig av innstillingen.',
|
||||||
'optional_tj_date_fields' => 'Datofelter',
|
'optional_tj_date_fields' => 'Datofelter',
|
||||||
'optional_tj_business_fields' => 'Forretningsfelter',
|
'optional_tj_business_fields' => 'Forretningsfelter',
|
||||||
'optional_tj_attachment_fields' => 'Vedleggsfelter',
|
'optional_tj_attachment_fields' => 'Vedleggsfelter',
|
||||||
'pref_optional_tj_interest_date' => 'Rentedato',
|
'pref_optional_tj_interest_date' => 'Rentedato',
|
||||||
'pref_optional_tj_book_date' => 'Bokføringsdato',
|
'pref_optional_tj_book_date' => 'Bokføringsdato',
|
||||||
'pref_optional_tj_process_date' => 'Prosesseringsdato',
|
'pref_optional_tj_process_date' => 'Prosesseringsdato',
|
||||||
'pref_optional_tj_due_date' => 'Forfallsdato',
|
'pref_optional_tj_due_date' => 'Forfallsdato',
|
||||||
'pref_optional_tj_payment_date' => 'Betalingsdato',
|
'pref_optional_tj_payment_date' => 'Betalingsdato',
|
||||||
'pref_optional_tj_invoice_date' => 'Fakturadato',
|
'pref_optional_tj_invoice_date' => 'Fakturadato',
|
||||||
'pref_optional_tj_internal_reference' => 'Intern referanse',
|
'pref_optional_tj_internal_reference' => 'Intern referanse',
|
||||||
'pref_optional_tj_notes' => 'Notater',
|
'pref_optional_tj_notes' => 'Notater',
|
||||||
'pref_optional_tj_attachments' => 'Vedlegg',
|
'pref_optional_tj_attachments' => 'Vedlegg',
|
||||||
'optional_field_meta_dates' => 'Datoer',
|
'optional_field_meta_dates' => 'Datoer',
|
||||||
'optional_field_meta_business' => 'Bedrift',
|
'optional_field_meta_business' => 'Bedrift',
|
||||||
'optional_field_attachments' => 'Vedlegg',
|
'optional_field_attachments' => 'Vedlegg',
|
||||||
'optional_field_meta_data' => 'Valgfri metadata',
|
'optional_field_meta_data' => 'Valgfri metadata',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Delete ALL your categories',
|
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||||
'delete_all_tags' => 'Delete ALL your tags',
|
'delete_all_categories' => 'Delete ALL your categories',
|
||||||
'deleted_all_budgets' => 'All budgets have been deleted',
|
'delete_all_tags' => 'Delete ALL your tags',
|
||||||
'deleted_all_categories' => 'All categories have been deleted',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'All tags have been deleted',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Endre passord',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Slett konto',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Nåværende passord',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Nytt passord',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Nytt passord (gjenta)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Slett din konto',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Hvis du sletter brukerkontoen din, slettes også alle kontoer, transaksjoner, <em>og alt annet</em> du har lagret i Firefly III. Det blir BORTE.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Skriv inn passordet ditt for å fortsette.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Passord',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Er du sikker? Du kan ikke angre på dette.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'SLETT din konto',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Ugyldig nåværende passord!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Passord endret!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Tanken er å endre passordet ditt.',
|
'deleted_all_budgets' => 'All budgets have been deleted',
|
||||||
'invalid_password' => 'Ugyldig passord!',
|
'deleted_all_categories' => 'All categories have been deleted',
|
||||||
'what_is_pw_security' => 'Hva er "sjekk passordsikkerhet"?',
|
'deleted_all_tags' => 'All tags have been deleted',
|
||||||
'secure_pw_title' => 'Hvordan velge et sikkert passord',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Ikke en uke går uten at du leser i nyhetene om et nettsted som har mistet passord for brukerne sine. Hackere og tyver bruker disse passordene for å prøve å stjele din private informasjon. Denne informasjonen er verdifull.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Bruker du det samme passordet over alt på Internett? Hvis bare ett nettsted mister passordet, har hackere tilgang til alle dataene dine. Firefly III er avhengig av at du velger et sterkt og unikt passord for å beskytte dine finansielle data.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'For å hjelpe deg kan Firefly III sjekke om passordet du vil bruke har blitt stjålet tidligere. Hvis dette er tilfelle, råder Firefly III deg til ikke å bruke dette passordet.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Endre passord',
|
||||||
|
'delete_account' => 'Slett konto',
|
||||||
|
'current_password' => 'Nåværende passord',
|
||||||
|
'new_password' => 'Nytt passord',
|
||||||
|
'new_password_again' => 'Nytt passord (gjenta)',
|
||||||
|
'delete_your_account' => 'Slett din konto',
|
||||||
|
'delete_your_account_help' => 'Hvis du sletter brukerkontoen din, slettes også alle kontoer, transaksjoner, <em>og alt annet</em> du har lagret i Firefly III. Det blir BORTE.',
|
||||||
|
'delete_your_account_password' => 'Skriv inn passordet ditt for å fortsette.',
|
||||||
|
'password' => 'Passord',
|
||||||
|
'are_you_sure' => 'Er du sikker? Du kan ikke angre på dette.',
|
||||||
|
'delete_account_button' => 'SLETT din konto',
|
||||||
|
'invalid_current_password' => 'Ugyldig nåværende passord!',
|
||||||
|
'password_changed' => 'Passord endret!',
|
||||||
|
'should_change' => 'Tanken er å endre passordet ditt.',
|
||||||
|
'invalid_password' => 'Ugyldig passord!',
|
||||||
|
'what_is_pw_security' => 'Hva er "sjekk passordsikkerhet"?',
|
||||||
|
'secure_pw_title' => 'Hvordan velge et sikkert passord',
|
||||||
|
'secure_pw_history' => 'Ikke en uke går uten at du leser i nyhetene om et nettsted som har mistet passord for brukerne sine. Hackere og tyver bruker disse passordene for å prøve å stjele din private informasjon. Denne informasjonen er verdifull.',
|
||||||
|
'secure_pw_ff' => 'Bruker du det samme passordet over alt på Internett? Hvis bare ett nettsted mister passordet, har hackere tilgang til alle dataene dine. Firefly III er avhengig av at du velger et sterkt og unikt passord for å beskytte dine finansielle data.',
|
||||||
|
'secure_pw_check_box' => 'For å hjelpe deg kan Firefly III sjekke om passordet du vil bruke har blitt stjålet tidligere. Hvis dette er tilfelle, råder Firefly III deg til ikke å bruke dette passordet.',
|
||||||
'secure_pw_working_title' => 'Hvordan virker det?',
|
'secure_pw_working_title' => 'Hvordan virker det?',
|
||||||
'secure_pw_working' => 'Ved å huke av denne boksen vil Firefly III sende de fem første tegnene til SHA1-hashen av passordet ditt til <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">nettsiden til Troy Hunt</a> for å se om det er på listen hans. Dette vil stoppe deg fra å bruke usikre passord som anbefalt i den siste <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">spesialpublikasjonen fra NIST</a> om dette emnet.',
|
'secure_pw_working' => 'Ved å huke av denne boksen vil Firefly III sende de fem første tegnene til SHA1-hashen av passordet ditt til <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">nettsiden til Troy Hunt</a> for å se om det er på listen hans. Dette vil stoppe deg fra å bruke usikre passord som anbefalt i den siste <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">spesialpublikasjonen fra NIST</a> om dette emnet.',
|
||||||
'secure_pw_should' => 'Bør jeg huke av boksen?',
|
'secure_pw_should' => 'Bør jeg huke av boksen?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Regel må ha minst en aksjon.',
|
'at_least_one_action' => 'Regel må ha minst en aksjon.',
|
||||||
'base64' => 'Dette er ikke godkjent base64 kodet data.',
|
'base64' => 'Dette er ikke godkjent base64 kodet data.',
|
||||||
'model_id_invalid' => 'Den angitte ID er ugyldig for denne modellen.',
|
'model_id_invalid' => 'Den angitte ID er ugyldig for denne modellen.',
|
||||||
'more' => ':attribute must be larger than ":more".',
|
|
||||||
'less' => ':attribute må være mindre enn 10,000,000',
|
'less' => ':attribute må være mindre enn 10,000,000',
|
||||||
'active_url' => ':attribute er ikke en gyldig URL.',
|
'active_url' => ':attribute er ikke en gyldig URL.',
|
||||||
'after' => ':attribute må være en dato etter :date.',
|
'after' => ':attribute må være en dato etter :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||||
|
|
||||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'The :attribute must have :value items or more.',
|
||||||
|
@@ -213,7 +213,7 @@ return [
|
|||||||
'average_per_bill' => 'gemiddeld per contract',
|
'average_per_bill' => 'gemiddeld per contract',
|
||||||
'expected_total' => 'verwacht totaal',
|
'expected_total' => 'verwacht totaal',
|
||||||
'reconciliation_account_name' => ':name afstemming (:currency)',
|
'reconciliation_account_name' => ':name afstemming (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Opgeslagen',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version autorisatieverzoek',
|
'authorization_request' => 'Firefly III v:version autorisatieverzoek',
|
||||||
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Per lijst met dingen (accounts, transacties, enz.) zie je hooguit zoveel items.',
|
'list_page_size_help' => 'Per lijst met dingen (accounts, transacties, enz.) zie je hooguit zoveel items.',
|
||||||
'list_page_size_label' => 'Paginalengte',
|
'list_page_size_label' => 'Paginalengte',
|
||||||
'between_dates' => '(:start en :end)',
|
'between_dates' => '(:start en :end)',
|
||||||
'pref_optional_fields_transaction' => 'Optionele velden voor transacties',
|
'pref_optional_fields_transaction' => 'Optionele velden voor transacties',
|
||||||
'pref_optional_fields_transaction_help' => 'Standaard staan niet alle velden aan (vanwege het overzicht). Hier kan je zulke extra velden alsnog aanzetten, als je denkt dat ze handig zijn. Als je een veld uitzet, maar deze heeft wel degelijk een waarde, dan is-ie altijd zichtbaar, wat je ook doet.',
|
'pref_optional_fields_transaction_help' => 'Standaard staan niet alle velden aan (vanwege het overzicht). Hier kan je zulke extra velden alsnog aanzetten, als je denkt dat ze handig zijn. Als je een veld uitzet, maar deze heeft wel degelijk een waarde, dan is-ie altijd zichtbaar, wat je ook doet.',
|
||||||
'optional_tj_date_fields' => 'Datumvelden',
|
'optional_tj_date_fields' => 'Datumvelden',
|
||||||
'optional_tj_business_fields' => 'Zakelijke velden',
|
'optional_tj_business_fields' => 'Zakelijke velden',
|
||||||
'optional_tj_attachment_fields' => 'Bijlagen',
|
'optional_tj_attachment_fields' => 'Bijlagen',
|
||||||
'pref_optional_tj_interest_date' => 'Rentedatum',
|
'pref_optional_tj_interest_date' => 'Rentedatum',
|
||||||
'pref_optional_tj_book_date' => 'Boekdatum',
|
'pref_optional_tj_book_date' => 'Boekdatum',
|
||||||
'pref_optional_tj_process_date' => 'Verwerkingsdatum',
|
'pref_optional_tj_process_date' => 'Verwerkingsdatum',
|
||||||
'pref_optional_tj_due_date' => 'Vervaldatum',
|
'pref_optional_tj_due_date' => 'Vervaldatum',
|
||||||
'pref_optional_tj_payment_date' => 'Betalingsdatum',
|
'pref_optional_tj_payment_date' => 'Betalingsdatum',
|
||||||
'pref_optional_tj_invoice_date' => 'Factuurdatum',
|
'pref_optional_tj_invoice_date' => 'Factuurdatum',
|
||||||
'pref_optional_tj_internal_reference' => 'Interne verwijzing',
|
'pref_optional_tj_internal_reference' => 'Interne verwijzing',
|
||||||
'pref_optional_tj_notes' => 'Notities',
|
'pref_optional_tj_notes' => 'Notities',
|
||||||
'pref_optional_tj_attachments' => 'Bijlagen',
|
'pref_optional_tj_attachments' => 'Bijlagen',
|
||||||
'optional_field_meta_dates' => 'Data',
|
'optional_field_meta_dates' => 'Data',
|
||||||
'optional_field_meta_business' => 'Zakelijk',
|
'optional_field_meta_business' => 'Zakelijk',
|
||||||
'optional_field_attachments' => 'Bijlagen',
|
'optional_field_attachments' => 'Bijlagen',
|
||||||
'optional_field_meta_data' => 'Optionele meta-gegevens',
|
'optional_field_meta_data' => 'Optionele meta-gegevens',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Wees voorzichtig met deze knoppen. Het verwijderen van dingen is permanent.',
|
'delete_stuff_header' => 'Gegevens verwijderen uit Firefly III',
|
||||||
'other_sessions_logged_out' => 'Al je andere sessies zijn uitgelogd.',
|
'permanent_delete_stuff' => 'Wees voorzichtig met deze knoppen. Het verwijderen van dingen is permanent.',
|
||||||
'delete_all_budgets' => 'Verwijder ALLE budgetten',
|
'other_sessions_logged_out' => 'Al je andere sessies zijn uitgelogd.',
|
||||||
'delete_all_categories' => 'Verwijder ALLE categorieën',
|
'delete_all_budgets' => 'Verwijder ALLE budgetten',
|
||||||
'delete_all_tags' => 'Verwijder ALLE tags',
|
'delete_all_categories' => 'Verwijder ALLE categorieën',
|
||||||
'deleted_all_budgets' => 'Alle budgets zijn verwijderd',
|
'delete_all_tags' => 'Verwijder ALLE tags',
|
||||||
'deleted_all_categories' => 'Alle categorieën zijn verwijderd',
|
'delete_all_bills' => 'Verwijder AL je contracten',
|
||||||
'deleted_all_tags' => 'Alle tags zijn verwijderd',
|
'delete_all_piggy_banks' => 'Verwijder AL je spaarpotjes',
|
||||||
'change_your_password' => 'Verander je wachtwoord',
|
'delete_all_rules' => 'Verwijder AL je regels',
|
||||||
'delete_account' => 'Verwijder je account',
|
'delete_all_recurring' => 'Verwijder AL je periodieke transacties',
|
||||||
'current_password' => 'Huidige wachtwoord',
|
'delete_all_object_groups' => 'Verwijder AL je objectgroepen',
|
||||||
'new_password' => 'Nieuw wachtwoord',
|
'delete_all_accounts' => 'Verwijder AL je rekeningen',
|
||||||
'new_password_again' => 'Nieuw wachtwoord (bevestiging)',
|
'delete_all_asset_accounts' => 'Verwijder AL je betaalrekeningen',
|
||||||
'delete_your_account' => 'Verwijder je account',
|
'delete_all_expense_accounts' => 'Verwijder AL je crediteuren',
|
||||||
'delete_your_account_help' => 'Als je je account verwijdert worden ook al je rekeningen, transacties en <em>alle andere zaken</em> verwijderd. Alles is dan WEG.',
|
'delete_all_revenue_accounts' => 'Verwijder AL je debiteuren',
|
||||||
'delete_your_account_password' => 'Voer je wachtwoord in om door te gaan.',
|
'delete_all_liabilities' => 'Verwijder AL je passiva',
|
||||||
'password' => 'Wachtwoord',
|
'delete_all_transactions' => 'Verwijder AL je transacties',
|
||||||
'are_you_sure' => 'Zeker weten? Je kan niet meer terug!',
|
'delete_all_withdrawals' => 'Verwijder AL je uitgaven',
|
||||||
'delete_account_button' => 'VERWIJDER je account',
|
'delete_all_deposits' => 'Verwijder AL je inkomsten',
|
||||||
'invalid_current_password' => 'Huidige wachtwoord is niet geldig!',
|
'delete_all_transfers' => 'Verwijder AL je overschrijvingen',
|
||||||
'password_changed' => 'Je wachtwoord is veranderd!',
|
'also_delete_transactions' => 'Het verwijderen van rekeningen betekent dat ALLE bijbehorende transacties OOK worden verwijderd!',
|
||||||
'should_change' => 'Vul ook echt een ander wachtwoord in.',
|
'deleted_all_budgets' => 'Alle budgets zijn verwijderd',
|
||||||
'invalid_password' => 'Ongeldig wachtwoord!',
|
'deleted_all_categories' => 'Alle categorieën zijn verwijderd',
|
||||||
'what_is_pw_security' => 'Wat is "Bevestig wachtwoordsterkte"?',
|
'deleted_all_tags' => 'Alle tags zijn verwijderd',
|
||||||
'secure_pw_title' => 'Hoe kies je een veilig wachtwoord',
|
'deleted_all_bills' => 'Al je contracten zijn verwijderd',
|
||||||
'secure_pw_history' => 'Elke week lees je wel hoe sites de wachtwoorden van hun gebruikers verliezen. Hackers en dieven gebruiken deze wachtwoorden om te kijken of ze je persoonsgegevens kunnen buitmaken. Deze gegevens zijn geld waard.',
|
'deleted_all_piggy_banks' => 'Al je spaarpotjes zijn verwijderd',
|
||||||
'secure_pw_ff' => 'Gebruik je overal hetzelfde wachtwoord? Als één site je wachtwoord kwijt raakt hebben hackers toegang tot al je data. Firefly III rekent er op dat je een sterk en uniek wachtwoord kiest om je financiële gegevens te beschermen.',
|
'deleted_all_rules' => 'Al je regels en regelgroepen zijn verwijderd',
|
||||||
'secure_pw_check_box' => 'Om je daarbij te helpen kan Firefly III checken of het wachtwoord dat je wilt gebruiken is gestolen in het verleden. Als dat zo is, raadt Firefly III je aan om dat wachtwoord NIET te gebruiken.',
|
'deleted_all_object_groups' => 'Al je groepen zijn verwijderd',
|
||||||
|
'deleted_all_accounts' => 'Al je rekeningen zijn verwijderd',
|
||||||
|
'deleted_all_asset_accounts' => 'Al je betaalrekeningen zijn verwijderd',
|
||||||
|
'deleted_all_expense_accounts' => 'Al je crediteuren zijn verwijderd',
|
||||||
|
'deleted_all_revenue_accounts' => 'Al je debiteuren zijn verwijderd',
|
||||||
|
'deleted_all_liabilities' => 'Al je passiva zijn verwijderd',
|
||||||
|
'deleted_all_transactions' => 'Al je transacties zijn verwijderd',
|
||||||
|
'deleted_all_withdrawals' => 'Al je uitgaven zijn verwijderd',
|
||||||
|
'deleted_all_deposits' => 'Al je inkomsten zijn verwijderd',
|
||||||
|
'deleted_all_transfers' => 'Al je overschrijvingen zijn verwijderd',
|
||||||
|
'deleted_all_recurring' => 'Al je periodiek transacties zijn verwijderd',
|
||||||
|
'change_your_password' => 'Verander je wachtwoord',
|
||||||
|
'delete_account' => 'Verwijder je account',
|
||||||
|
'current_password' => 'Huidige wachtwoord',
|
||||||
|
'new_password' => 'Nieuw wachtwoord',
|
||||||
|
'new_password_again' => 'Nieuw wachtwoord (bevestiging)',
|
||||||
|
'delete_your_account' => 'Verwijder je account',
|
||||||
|
'delete_your_account_help' => 'Als je je account verwijdert worden ook al je rekeningen, transacties en <em>alle andere zaken</em> verwijderd. Alles is dan WEG.',
|
||||||
|
'delete_your_account_password' => 'Voer je wachtwoord in om door te gaan.',
|
||||||
|
'password' => 'Wachtwoord',
|
||||||
|
'are_you_sure' => 'Zeker weten? Je kan niet meer terug!',
|
||||||
|
'delete_account_button' => 'VERWIJDER je account',
|
||||||
|
'invalid_current_password' => 'Huidige wachtwoord is niet geldig!',
|
||||||
|
'password_changed' => 'Je wachtwoord is veranderd!',
|
||||||
|
'should_change' => 'Vul ook echt een ander wachtwoord in.',
|
||||||
|
'invalid_password' => 'Ongeldig wachtwoord!',
|
||||||
|
'what_is_pw_security' => 'Wat is "Bevestig wachtwoordsterkte"?',
|
||||||
|
'secure_pw_title' => 'Hoe kies je een veilig wachtwoord',
|
||||||
|
'secure_pw_history' => 'Elke week lees je wel hoe sites de wachtwoorden van hun gebruikers verliezen. Hackers en dieven gebruiken deze wachtwoorden om te kijken of ze je persoonsgegevens kunnen buitmaken. Deze gegevens zijn geld waard.',
|
||||||
|
'secure_pw_ff' => 'Gebruik je overal hetzelfde wachtwoord? Als één site je wachtwoord kwijt raakt hebben hackers toegang tot al je data. Firefly III rekent er op dat je een sterk en uniek wachtwoord kiest om je financiële gegevens te beschermen.',
|
||||||
|
'secure_pw_check_box' => 'Om je daarbij te helpen kan Firefly III checken of het wachtwoord dat je wilt gebruiken is gestolen in het verleden. Als dat zo is, raadt Firefly III je aan om dat wachtwoord NIET te gebruiken.',
|
||||||
'secure_pw_working_title' => 'Hoe werkt het?',
|
'secure_pw_working_title' => 'Hoe werkt het?',
|
||||||
'secure_pw_working' => 'Als je het vinkje aanvinkt stuurt Firefly III de eerste vijf karakters van de SHA1-hash van je wachtwoord naar <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">de website van Troy Hunt</a> om te zien of-ie op de lijst staat. Dit voorkomt dat je een onveilig wachtwoord gebruikt, zoals is voorgeschreven in <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">een speciale publicatie van het NIST</a> over dit onderwerp.',
|
'secure_pw_working' => 'Als je het vinkje aanvinkt stuurt Firefly III de eerste vijf karakters van de SHA1-hash van je wachtwoord naar <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">de website van Troy Hunt</a> om te zien of-ie op de lijst staat. Dit voorkomt dat je een onveilig wachtwoord gebruikt, zoals is voorgeschreven in <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">een speciale publicatie van het NIST</a> over dit onderwerp.',
|
||||||
'secure_pw_should' => 'Vinkje zetten of niet?',
|
'secure_pw_should' => 'Vinkje zetten of niet?',
|
||||||
@@ -696,7 +726,7 @@ return [
|
|||||||
'profile_whoops' => 'Oeps!',
|
'profile_whoops' => 'Oeps!',
|
||||||
'profile_something_wrong' => 'Er is iets mis gegaan!',
|
'profile_something_wrong' => 'Er is iets mis gegaan!',
|
||||||
'profile_try_again' => 'Er is iets misgegaan. Probeer het nogmaals.',
|
'profile_try_again' => 'Er is iets misgegaan. Probeer het nogmaals.',
|
||||||
'amounts' => 'Amounts',
|
'amounts' => 'Bedragen',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'export_data_title' => 'Gegevens exporteren uit Firefly III',
|
'export_data_title' => 'Gegevens exporteren uit Firefly III',
|
||||||
@@ -1137,8 +1167,8 @@ return [
|
|||||||
'budgetsAndSpending' => 'Budgetten en uitgaven',
|
'budgetsAndSpending' => 'Budgetten en uitgaven',
|
||||||
'budgets_and_spending' => 'Budgetten en uitgaven',
|
'budgets_and_spending' => 'Budgetten en uitgaven',
|
||||||
'go_to_budget' => 'Ga naar budget "{budget}"',
|
'go_to_budget' => 'Ga naar budget "{budget}"',
|
||||||
'go_to_deposits' => 'Go to deposits',
|
'go_to_deposits' => 'Ga naar je inkomsten',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Ga naar je uitgaven',
|
||||||
'savings' => 'Sparen',
|
'savings' => 'Sparen',
|
||||||
'newWithdrawal' => 'Nieuwe uitgave',
|
'newWithdrawal' => 'Nieuwe uitgave',
|
||||||
'newDeposit' => 'Nieuwe inkomsten',
|
'newDeposit' => 'Nieuwe inkomsten',
|
||||||
@@ -1324,7 +1354,7 @@ return [
|
|||||||
'month' => 'Maand',
|
'month' => 'Maand',
|
||||||
'budget' => 'Budget',
|
'budget' => 'Budget',
|
||||||
'spent' => 'Uitgegeven',
|
'spent' => 'Uitgegeven',
|
||||||
'spent_capped' => 'Spent (capped)',
|
'spent_capped' => 'Uitgegeven (beperkt)',
|
||||||
'spent_in_budget' => 'Uitgegeven in budget',
|
'spent_in_budget' => 'Uitgegeven in budget',
|
||||||
'left_to_spend' => 'Over om uit te geven',
|
'left_to_spend' => 'Over om uit te geven',
|
||||||
'earned' => 'Verdiend',
|
'earned' => 'Verdiend',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'De regel moet minstens één actie hebben.',
|
'at_least_one_action' => 'De regel moet minstens één actie hebben.',
|
||||||
'base64' => 'Dit is geen geldige base64 gecodeerde data.',
|
'base64' => 'Dit is geen geldige base64 gecodeerde data.',
|
||||||
'model_id_invalid' => 'Dit ID past niet bij dit object.',
|
'model_id_invalid' => 'Dit ID past niet bij dit object.',
|
||||||
'more' => ':attribute moet groter zijn dan ":more".',
|
|
||||||
'less' => ':attribute moet minder zijn dan 10.000.000',
|
'less' => ':attribute moet minder zijn dan 10.000.000',
|
||||||
'active_url' => ':attribute is geen geldige URL.',
|
'active_url' => ':attribute is geen geldige URL.',
|
||||||
'after' => ':attribute moet een datum na :date zijn.',
|
'after' => ':attribute moet een datum na :date zijn.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Je kan deze rekening niet gebruiken als doelrekening.',
|
'generic_invalid_destination' => 'Je kan deze rekening niet gebruiken als doelrekening.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute moet groter of gelijk zijn aan :value.',
|
'gte.numeric' => ':attribute moet groter of gelijk zijn aan :value.',
|
||||||
|
'gt.numeric' => 'De :attribute moet groter zijn dan :value.',
|
||||||
'gte.file' => ':attribute moet groter of gelijk zijn aan :value kilobytes.',
|
'gte.file' => ':attribute moet groter of gelijk zijn aan :value kilobytes.',
|
||||||
'gte.string' => ':attribute moet :value karakters of meer bevatten.',
|
'gte.string' => ':attribute moet :value karakters of meer bevatten.',
|
||||||
'gte.array' => ':attribute moet :value items of meer bevatten.',
|
'gte.array' => ':attribute moet :value items of meer bevatten.',
|
||||||
|
@@ -213,7 +213,7 @@ return [
|
|||||||
'average_per_bill' => 'średnia za rachunek',
|
'average_per_bill' => 'średnia za rachunek',
|
||||||
'expected_total' => 'oczekiwana suma',
|
'expected_total' => 'oczekiwana suma',
|
||||||
'reconciliation_account_name' => 'Uzgadnianie :name (:currency)',
|
'reconciliation_account_name' => 'Uzgadnianie :name (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Zapisano',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Żądanie autoryzacji Firefly III v:version',
|
'authorization_request' => 'Żądanie autoryzacji Firefly III v:version',
|
||||||
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Każda lista rzeczy (konta, transakcje itp.) pokazuje co najwyżej tyle na stronę.',
|
'list_page_size_help' => 'Każda lista rzeczy (konta, transakcje itp.) pokazuje co najwyżej tyle na stronę.',
|
||||||
'list_page_size_label' => 'Rozmiar strony',
|
'list_page_size_label' => 'Rozmiar strony',
|
||||||
'between_dates' => '(:start i :end)',
|
'between_dates' => '(:start i :end)',
|
||||||
'pref_optional_fields_transaction' => 'Opcjonalne pola dla transakcji',
|
'pref_optional_fields_transaction' => 'Opcjonalne pola dla transakcji',
|
||||||
'pref_optional_fields_transaction_help' => 'Domyślnie nie wszystkie pola są aktywne podczas tworzenia nowej transakcji (aby uniknąć bałaganu). Poniżej możesz włączyć te pola, jeśli uważasz, że mogą one być przydatne dla Ciebie. Oczywiście każde pole, które jest wyłączone, ale już wypełnione, będzie widoczne niezależnie od ustawienia.',
|
'pref_optional_fields_transaction_help' => 'Domyślnie nie wszystkie pola są aktywne podczas tworzenia nowej transakcji (aby uniknąć bałaganu). Poniżej możesz włączyć te pola, jeśli uważasz, że mogą one być przydatne dla Ciebie. Oczywiście każde pole, które jest wyłączone, ale już wypełnione, będzie widoczne niezależnie od ustawienia.',
|
||||||
'optional_tj_date_fields' => 'Pola dat',
|
'optional_tj_date_fields' => 'Pola dat',
|
||||||
'optional_tj_business_fields' => 'Pola biznesowe',
|
'optional_tj_business_fields' => 'Pola biznesowe',
|
||||||
'optional_tj_attachment_fields' => 'Pola załączników',
|
'optional_tj_attachment_fields' => 'Pola załączników',
|
||||||
'pref_optional_tj_interest_date' => 'Data odsetek',
|
'pref_optional_tj_interest_date' => 'Data odsetek',
|
||||||
'pref_optional_tj_book_date' => 'Data księgowania',
|
'pref_optional_tj_book_date' => 'Data księgowania',
|
||||||
'pref_optional_tj_process_date' => 'Data przetworzenia',
|
'pref_optional_tj_process_date' => 'Data przetworzenia',
|
||||||
'pref_optional_tj_due_date' => 'Termin realizacji',
|
'pref_optional_tj_due_date' => 'Termin realizacji',
|
||||||
'pref_optional_tj_payment_date' => 'Data płatności',
|
'pref_optional_tj_payment_date' => 'Data płatności',
|
||||||
'pref_optional_tj_invoice_date' => 'Data faktury',
|
'pref_optional_tj_invoice_date' => 'Data faktury',
|
||||||
'pref_optional_tj_internal_reference' => 'Wewnętrzny numer',
|
'pref_optional_tj_internal_reference' => 'Wewnętrzny numer',
|
||||||
'pref_optional_tj_notes' => 'Notatki',
|
'pref_optional_tj_notes' => 'Notatki',
|
||||||
'pref_optional_tj_attachments' => 'Załączniki',
|
'pref_optional_tj_attachments' => 'Załączniki',
|
||||||
'optional_field_meta_dates' => 'Daty',
|
'optional_field_meta_dates' => 'Daty',
|
||||||
'optional_field_meta_business' => 'Biznesowe',
|
'optional_field_meta_business' => 'Biznesowe',
|
||||||
'optional_field_attachments' => 'Załączniki',
|
'optional_field_attachments' => 'Załączniki',
|
||||||
'optional_field_meta_data' => 'Opcjonalne metadane',
|
'optional_field_meta_data' => 'Opcjonalne metadane',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Uważaj z tymi przyciskami. Usuwanie rzeczy jest trwałe.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Uważaj z tymi przyciskami. Usuwanie rzeczy jest trwałe.',
|
||||||
'delete_all_budgets' => 'Skasuj WSZYSTKIE budżety',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Skasuj WSZYSTKIE kategorie',
|
'delete_all_budgets' => 'Skasuj WSZYSTKIE budżety',
|
||||||
'delete_all_tags' => 'Skasuj WSZYSTKIE tagi',
|
'delete_all_categories' => 'Skasuj WSZYSTKIE kategorie',
|
||||||
'deleted_all_budgets' => 'Usunięto wszystkie budżety',
|
'delete_all_tags' => 'Skasuj WSZYSTKIE tagi',
|
||||||
'deleted_all_categories' => 'Usunięto wszystkie kategorie',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Usunięto wszystkie tagi',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Zmień swoje hasło',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Usuń konto',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Bieżące hasło',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Nowe Hasło',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Nowe hasło (ponownie)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Usuń swoje konto',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Usunięcie twojego konta usunie również wszystkie konta, transakcje, <em>wszystko</em> co mogłeś mieć zapisane w Firefly III. Po prostu ZNIKNIE.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Wprowadź hasło aby kontynuować.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Hasło',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Jesteś pewny? Nie możesz tego cofnąć.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'USUŃ swoje konto',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Nieprawidłowe bieżące hasło!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Hasło zostało zmienione!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Chodzi o to, aby zmienić swoje hasło.',
|
'deleted_all_budgets' => 'Usunięto wszystkie budżety',
|
||||||
'invalid_password' => 'Nieprawidłowe hasło!',
|
'deleted_all_categories' => 'Usunięto wszystkie kategorie',
|
||||||
'what_is_pw_security' => 'Co to jest "Sprawdź bezpieczeństwo hasła"?',
|
'deleted_all_tags' => 'Usunięto wszystkie tagi',
|
||||||
'secure_pw_title' => 'Jak wybrać bezpieczne hasło',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Nie ma tygodnia w którym nie czytalibyśmy w wiadomościach o stronie, która straciła hasła swoich użytkowników. Hakerzy i złodzieje używają tych haseł, aby wykraść twoje prywatne informacje. Te informacje są cenne.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Czy używasz tego samego hasła w całym Internecie? Jeśli jedna strona straci Twoje hasło, hakerzy będą mieli dostęp do wszystkich Twoich danych. Firefly III polega na Twoim wyborze silnego i unikatowego hasła w celu ochrony Twojej dokumentacji finansowej.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Aby Ci pomóc, Firefly III może sprawdzić, czy hasło, którego chcesz użyć, zostało w przeszłości skradzione. Jeśli okaże się to prawdą, Firefly III radzi NIE używać tego hasła.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Zmień swoje hasło',
|
||||||
|
'delete_account' => 'Usuń konto',
|
||||||
|
'current_password' => 'Bieżące hasło',
|
||||||
|
'new_password' => 'Nowe Hasło',
|
||||||
|
'new_password_again' => 'Nowe hasło (ponownie)',
|
||||||
|
'delete_your_account' => 'Usuń swoje konto',
|
||||||
|
'delete_your_account_help' => 'Usunięcie twojego konta usunie również wszystkie konta, transakcje, <em>wszystko</em> co mogłeś mieć zapisane w Firefly III. Po prostu ZNIKNIE.',
|
||||||
|
'delete_your_account_password' => 'Wprowadź hasło aby kontynuować.',
|
||||||
|
'password' => 'Hasło',
|
||||||
|
'are_you_sure' => 'Jesteś pewny? Nie możesz tego cofnąć.',
|
||||||
|
'delete_account_button' => 'USUŃ swoje konto',
|
||||||
|
'invalid_current_password' => 'Nieprawidłowe bieżące hasło!',
|
||||||
|
'password_changed' => 'Hasło zostało zmienione!',
|
||||||
|
'should_change' => 'Chodzi o to, aby zmienić swoje hasło.',
|
||||||
|
'invalid_password' => 'Nieprawidłowe hasło!',
|
||||||
|
'what_is_pw_security' => 'Co to jest "Sprawdź bezpieczeństwo hasła"?',
|
||||||
|
'secure_pw_title' => 'Jak wybrać bezpieczne hasło',
|
||||||
|
'secure_pw_history' => 'Nie ma tygodnia w którym nie czytalibyśmy w wiadomościach o stronie, która straciła hasła swoich użytkowników. Hakerzy i złodzieje używają tych haseł, aby wykraść twoje prywatne informacje. Te informacje są cenne.',
|
||||||
|
'secure_pw_ff' => 'Czy używasz tego samego hasła w całym Internecie? Jeśli jedna strona straci Twoje hasło, hakerzy będą mieli dostęp do wszystkich Twoich danych. Firefly III polega na Twoim wyborze silnego i unikatowego hasła w celu ochrony Twojej dokumentacji finansowej.',
|
||||||
|
'secure_pw_check_box' => 'Aby Ci pomóc, Firefly III może sprawdzić, czy hasło, którego chcesz użyć, zostało w przeszłości skradzione. Jeśli okaże się to prawdą, Firefly III radzi NIE używać tego hasła.',
|
||||||
'secure_pw_working_title' => 'Jak to działa?',
|
'secure_pw_working_title' => 'Jak to działa?',
|
||||||
'secure_pw_working' => 'Zaznaczając to pole, Firefly III wyśle pierwsze pięć znaków skrótu SHA1 Twojego hasła do <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">strony internetowej Troy Hunt</a>, aby sprawdzić, czy znajduje się ono na liście haseł, które wyciekły. To powstrzyma Cię przed używaniem niebezpiecznych haseł, co jest zalecane w najnowszej <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">specjalnej publikacji Narodowy Instytut Standaryzacji i Technologii (NIST)</a> na ten temat.',
|
'secure_pw_working' => 'Zaznaczając to pole, Firefly III wyśle pierwsze pięć znaków skrótu SHA1 Twojego hasła do <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">strony internetowej Troy Hunt</a>, aby sprawdzić, czy znajduje się ono na liście haseł, które wyciekły. To powstrzyma Cię przed używaniem niebezpiecznych haseł, co jest zalecane w najnowszej <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">specjalnej publikacji Narodowy Instytut Standaryzacji i Technologii (NIST)</a> na ten temat.',
|
||||||
'secure_pw_should' => 'Czy powinienem zaznaczyć to pole?',
|
'secure_pw_should' => 'Czy powinienem zaznaczyć to pole?',
|
||||||
@@ -696,7 +726,7 @@ return [
|
|||||||
'profile_whoops' => 'Uuuups!',
|
'profile_whoops' => 'Uuuups!',
|
||||||
'profile_something_wrong' => 'Coś poszło nie tak!',
|
'profile_something_wrong' => 'Coś poszło nie tak!',
|
||||||
'profile_try_again' => 'Coś poszło nie tak. Spróbuj ponownie.',
|
'profile_try_again' => 'Coś poszło nie tak. Spróbuj ponownie.',
|
||||||
'amounts' => 'Amounts',
|
'amounts' => 'Kwoty',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'export_data_title' => 'Eksportuj dane z Firefly III',
|
'export_data_title' => 'Eksportuj dane z Firefly III',
|
||||||
@@ -1137,8 +1167,8 @@ return [
|
|||||||
'budgetsAndSpending' => 'Budżety i wydatki',
|
'budgetsAndSpending' => 'Budżety i wydatki',
|
||||||
'budgets_and_spending' => 'Budżety i wydatki',
|
'budgets_and_spending' => 'Budżety i wydatki',
|
||||||
'go_to_budget' => 'Idź do budżetu "{budget}"',
|
'go_to_budget' => 'Idź do budżetu "{budget}"',
|
||||||
'go_to_deposits' => 'Go to deposits',
|
'go_to_deposits' => 'Przejdź do wpłat',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Przejdź do wydatków',
|
||||||
'savings' => 'Oszczędności',
|
'savings' => 'Oszczędności',
|
||||||
'newWithdrawal' => 'Nowy wydatek',
|
'newWithdrawal' => 'Nowy wydatek',
|
||||||
'newDeposit' => 'Nowa wpłata',
|
'newDeposit' => 'Nowa wpłata',
|
||||||
@@ -1324,7 +1354,7 @@ return [
|
|||||||
'month' => 'Miesiąc',
|
'month' => 'Miesiąc',
|
||||||
'budget' => 'Budżet',
|
'budget' => 'Budżet',
|
||||||
'spent' => 'Wydano',
|
'spent' => 'Wydano',
|
||||||
'spent_capped' => 'Spent (capped)',
|
'spent_capped' => 'Wydano (ograniczone)',
|
||||||
'spent_in_budget' => 'Wydano w budżecie',
|
'spent_in_budget' => 'Wydano w budżecie',
|
||||||
'left_to_spend' => 'Pozostało do wydania',
|
'left_to_spend' => 'Pozostało do wydania',
|
||||||
'earned' => 'Zarobiono',
|
'earned' => 'Zarobiono',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Reguła powinna mieć co najmniej jedną akcję.',
|
'at_least_one_action' => 'Reguła powinna mieć co najmniej jedną akcję.',
|
||||||
'base64' => 'To nie są prawidłowe dane zakodowane w base64.',
|
'base64' => 'To nie są prawidłowe dane zakodowane w base64.',
|
||||||
'model_id_invalid' => 'Podane ID wygląda na nieprawidłowe dla tego modelu.',
|
'model_id_invalid' => 'Podane ID wygląda na nieprawidłowe dla tego modelu.',
|
||||||
'more' => ':attribute musi być większy od ":more".',
|
|
||||||
'less' => ':attribute musi być mniejszy od 10 000 000',
|
'less' => ':attribute musi być mniejszy od 10 000 000',
|
||||||
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
|
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
|
||||||
'after' => ':attribute musi być datą późniejszą od :date.',
|
'after' => ':attribute musi być datą późniejszą od :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Nie możesz użyć tego konta jako konta docelowego.',
|
'generic_invalid_destination' => 'Nie możesz użyć tego konta jako konta docelowego.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute musi być większy lub równy :value.',
|
'gte.numeric' => ':attribute musi być większy lub równy :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => ':attribute musi mieć rozmiar większy niż lub równy :value kilobajtów.',
|
'gte.file' => ':attribute musi mieć rozmiar większy niż lub równy :value kilobajtów.',
|
||||||
'gte.string' => ':attribute musi mieć :value lub więcej znaków.',
|
'gte.string' => ':attribute musi mieć :value lub więcej znaków.',
|
||||||
'gte.array' => ':attribute musi mieć :value lub więcej elementów.',
|
'gte.array' => ':attribute musi mieć :value lub więcej elementów.',
|
||||||
|
@@ -213,7 +213,7 @@ return [
|
|||||||
'average_per_bill' => 'média por fatura',
|
'average_per_bill' => 'média por fatura',
|
||||||
'expected_total' => 'total esperado',
|
'expected_total' => 'total esperado',
|
||||||
'reconciliation_account_name' => 'Reconciliação :name (:currency)',
|
'reconciliation_account_name' => 'Reconciliação :name (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Salvo',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version Pedido de autorização',
|
'authorization_request' => 'Firefly III v:version Pedido de autorização',
|
||||||
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Qualquer lista de coisas (contas, transações, etc.) mostra, no máximo, este tanto por página.',
|
'list_page_size_help' => 'Qualquer lista de coisas (contas, transações, etc.) mostra, no máximo, este tanto por página.',
|
||||||
'list_page_size_label' => 'Tamanho da página',
|
'list_page_size_label' => 'Tamanho da página',
|
||||||
'between_dates' => '(:start e :end)',
|
'between_dates' => '(:start e :end)',
|
||||||
'pref_optional_fields_transaction' => 'Campos opcionais para transações',
|
'pref_optional_fields_transaction' => 'Campos opcionais para transações',
|
||||||
'pref_optional_fields_transaction_help' => 'Por padrão, nem todos os campos estão ativados ao criar uma nova transação (por causa da desordem). Abaixo, você pode habilitar esses campos se você acha que eles podem ser úteis para você. Claro, qualquer campo desabilitado, mas já preenchido, será visível, independentemente da configuração.',
|
'pref_optional_fields_transaction_help' => 'Por padrão, nem todos os campos estão ativados ao criar uma nova transação (por causa da desordem). Abaixo, você pode habilitar esses campos se você acha que eles podem ser úteis para você. Claro, qualquer campo desabilitado, mas já preenchido, será visível, independentemente da configuração.',
|
||||||
'optional_tj_date_fields' => 'Campos de data',
|
'optional_tj_date_fields' => 'Campos de data',
|
||||||
'optional_tj_business_fields' => 'Campos de negócios',
|
'optional_tj_business_fields' => 'Campos de negócios',
|
||||||
'optional_tj_attachment_fields' => 'Campos de anexo',
|
'optional_tj_attachment_fields' => 'Campos de anexo',
|
||||||
'pref_optional_tj_interest_date' => 'Data de interesse',
|
'pref_optional_tj_interest_date' => 'Data de interesse',
|
||||||
'pref_optional_tj_book_date' => 'Data reserva',
|
'pref_optional_tj_book_date' => 'Data reserva',
|
||||||
'pref_optional_tj_process_date' => 'Data de processamento',
|
'pref_optional_tj_process_date' => 'Data de processamento',
|
||||||
'pref_optional_tj_due_date' => 'Data de vencimento',
|
'pref_optional_tj_due_date' => 'Data de vencimento',
|
||||||
'pref_optional_tj_payment_date' => 'Data de pagamento',
|
'pref_optional_tj_payment_date' => 'Data de pagamento',
|
||||||
'pref_optional_tj_invoice_date' => 'Data da Fatura',
|
'pref_optional_tj_invoice_date' => 'Data da Fatura',
|
||||||
'pref_optional_tj_internal_reference' => 'Referência interna',
|
'pref_optional_tj_internal_reference' => 'Referência interna',
|
||||||
'pref_optional_tj_notes' => 'Notas',
|
'pref_optional_tj_notes' => 'Notas',
|
||||||
'pref_optional_tj_attachments' => 'Anexos',
|
'pref_optional_tj_attachments' => 'Anexos',
|
||||||
'optional_field_meta_dates' => 'Datas',
|
'optional_field_meta_dates' => 'Datas',
|
||||||
'optional_field_meta_business' => 'Negócios',
|
'optional_field_meta_business' => 'Negócios',
|
||||||
'optional_field_attachments' => 'Anexos',
|
'optional_field_attachments' => 'Anexos',
|
||||||
'optional_field_meta_data' => 'Meta dados opcionais',
|
'optional_field_meta_data' => 'Meta dados opcionais',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Tenha cuidado com estes botões. A exclusão de coisas é permanente.',
|
'delete_stuff_header' => 'Excluir dados do Firefly III',
|
||||||
'other_sessions_logged_out' => 'Todas as suas outras sessões foram desconectadas.',
|
'permanent_delete_stuff' => 'Tenha cuidado com estes botões. A exclusão de coisas é permanente.',
|
||||||
'delete_all_budgets' => 'Excluir TODOS os seus orçamentos',
|
'other_sessions_logged_out' => 'Todas as suas outras sessões foram desconectadas.',
|
||||||
'delete_all_categories' => 'Excluir TODAS as suas categorias',
|
'delete_all_budgets' => 'Excluir TODOS os seus orçamentos',
|
||||||
'delete_all_tags' => 'Excluir TODAS as suas tags',
|
'delete_all_categories' => 'Excluir TODAS as suas categorias',
|
||||||
'deleted_all_budgets' => 'Todos os orçamentos foram excluídos',
|
'delete_all_tags' => 'Excluir TODAS as suas tags',
|
||||||
'deleted_all_categories' => 'Todas as categorias foram excluídas',
|
'delete_all_bills' => 'Excluir TODAS as suas faturas',
|
||||||
'deleted_all_tags' => 'Todas as tags foram excluídas',
|
'delete_all_piggy_banks' => 'Excluir TODOS os seus cofrinhos',
|
||||||
'change_your_password' => 'Alterar sua senha',
|
'delete_all_rules' => 'Excluir TODAS as suas regras',
|
||||||
'delete_account' => 'Apagar conta',
|
'delete_all_recurring' => 'Excluir TODAS as suas transações recorrentes',
|
||||||
'current_password' => 'Senha atual',
|
'delete_all_object_groups' => 'Excluir TODOS os seus grupos de objetos',
|
||||||
'new_password' => 'Nova senha',
|
'delete_all_accounts' => 'Excluir TODAS as suas contas',
|
||||||
'new_password_again' => 'Nova senha (novamente)',
|
'delete_all_asset_accounts' => 'Excluir TODAS as suas contas de ativos',
|
||||||
'delete_your_account' => 'Apagar sua conta',
|
'delete_all_expense_accounts' => 'Excluir TODAS as suas contas de despesas',
|
||||||
'delete_your_account_help' => 'Excluindo sua conta também vai apagar quaisquer contas, transações, <em>qualquer coisa</em> que você pode ter salvo no Firefly III. Tudo será perdido.',
|
'delete_all_revenue_accounts' => 'Excluir TODAS as suas contas de receita',
|
||||||
'delete_your_account_password' => 'Coloque sua senha para continuar.',
|
'delete_all_liabilities' => 'Excluir TODOS os seus passivos',
|
||||||
'password' => 'Senha',
|
'delete_all_transactions' => 'Excluir TODAS as suas transações',
|
||||||
'are_you_sure' => 'Você tem certeza? Você não poderá desfazer isso.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'Apagar sua conta',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Senha atual inválida!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Senha alterada!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'A idéia é alterar sua senha.',
|
'deleted_all_budgets' => 'Todos os orçamentos foram excluídos',
|
||||||
'invalid_password' => 'Senha inválida!',
|
'deleted_all_categories' => 'Todas as categorias foram excluídas',
|
||||||
'what_is_pw_security' => 'O que é "verificar a segurança da senha"?',
|
'deleted_all_tags' => 'Todas as tags foram excluídas',
|
||||||
'secure_pw_title' => 'Como escolher uma senha segura',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Não é toda semana que você lê notícias sobre site que perde as senhas de seus usuários. Hackers e ladrões usam essas senhas para tentar roubar suas informações privadas. Esta informação é valiosa.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Você usa a mesma senha em toda a internet? Se um site perder sua senha, os hackers terão acesso a todos os seus dados. O Firefly III depende de você para escolher uma senha forte e única para proteger seus registros financeiros.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Para ajudá-lo o Firefly III pode verificar se a senha que você deseja usar foi roubada anteriormente. Se for esse o caso, o Firefly III aconselha a você NÃO utilizar essa senha.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Alterar sua senha',
|
||||||
|
'delete_account' => 'Apagar conta',
|
||||||
|
'current_password' => 'Senha atual',
|
||||||
|
'new_password' => 'Nova senha',
|
||||||
|
'new_password_again' => 'Nova senha (novamente)',
|
||||||
|
'delete_your_account' => 'Apagar sua conta',
|
||||||
|
'delete_your_account_help' => 'Excluindo sua conta também vai apagar quaisquer contas, transações, <em>qualquer coisa</em> que você pode ter salvo no Firefly III. Tudo será perdido.',
|
||||||
|
'delete_your_account_password' => 'Coloque sua senha para continuar.',
|
||||||
|
'password' => 'Senha',
|
||||||
|
'are_you_sure' => 'Você tem certeza? Você não poderá desfazer isso.',
|
||||||
|
'delete_account_button' => 'Apagar sua conta',
|
||||||
|
'invalid_current_password' => 'Senha atual inválida!',
|
||||||
|
'password_changed' => 'Senha alterada!',
|
||||||
|
'should_change' => 'A idéia é alterar sua senha.',
|
||||||
|
'invalid_password' => 'Senha inválida!',
|
||||||
|
'what_is_pw_security' => 'O que é "verificar a segurança da senha"?',
|
||||||
|
'secure_pw_title' => 'Como escolher uma senha segura',
|
||||||
|
'secure_pw_history' => 'Não é toda semana que você lê notícias sobre site que perde as senhas de seus usuários. Hackers e ladrões usam essas senhas para tentar roubar suas informações privadas. Esta informação é valiosa.',
|
||||||
|
'secure_pw_ff' => 'Você usa a mesma senha em toda a internet? Se um site perder sua senha, os hackers terão acesso a todos os seus dados. O Firefly III depende de você para escolher uma senha forte e única para proteger seus registros financeiros.',
|
||||||
|
'secure_pw_check_box' => 'Para ajudá-lo o Firefly III pode verificar se a senha que você deseja usar foi roubada anteriormente. Se for esse o caso, o Firefly III aconselha a você NÃO utilizar essa senha.',
|
||||||
'secure_pw_working_title' => 'Como isso funciona?',
|
'secure_pw_working_title' => 'Como isso funciona?',
|
||||||
'secure_pw_working' => 'Ao marcar a caixa de seleção, o Firefly III enviará os cinco primeiros caracteres do hash SHA1 de sua senha <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">ao site Troy Hunt</a>, para verificar se ela está na lista. Isso impede que você use senhas inseguras, como recomendado na última <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">publicação NIST Special</a> sobre esse assunto.',
|
'secure_pw_working' => 'Ao marcar a caixa de seleção, o Firefly III enviará os cinco primeiros caracteres do hash SHA1 de sua senha <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">ao site Troy Hunt</a>, para verificar se ela está na lista. Isso impede que você use senhas inseguras, como recomendado na última <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">publicação NIST Special</a> sobre esse assunto.',
|
||||||
'secure_pw_should' => 'Devo verificar a caixa?',
|
'secure_pw_should' => 'Devo verificar a caixa?',
|
||||||
@@ -1138,7 +1168,7 @@ return [
|
|||||||
'budgets_and_spending' => 'Orçamentos e despesas',
|
'budgets_and_spending' => 'Orçamentos e despesas',
|
||||||
'go_to_budget' => 'Ir para o orçamento "{budget}"',
|
'go_to_budget' => 'Ir para o orçamento "{budget}"',
|
||||||
'go_to_deposits' => 'Ir para os depósitos',
|
'go_to_deposits' => 'Ir para os depósitos',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Ir para despesas',
|
||||||
'savings' => 'Poupanças',
|
'savings' => 'Poupanças',
|
||||||
'newWithdrawal' => 'Nova despesa',
|
'newWithdrawal' => 'Nova despesa',
|
||||||
'newDeposit' => 'Novo depósito',
|
'newDeposit' => 'Novo depósito',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'A regra deve ter pelo menos uma ação.',
|
'at_least_one_action' => 'A regra deve ter pelo menos uma ação.',
|
||||||
'base64' => 'Isto não é válido na codificação de dados base64.',
|
'base64' => 'Isto não é válido na codificação de dados base64.',
|
||||||
'model_id_invalid' => 'A identificação especificada parece inválida para este modelo.',
|
'model_id_invalid' => 'A identificação especificada parece inválida para este modelo.',
|
||||||
'more' => ':attribute deve ser maior que ":more".',
|
|
||||||
'less' => ':attribute deve ser menor do que 10.000.000',
|
'less' => ':attribute deve ser menor do que 10.000.000',
|
||||||
'active_url' => 'O campo :attribute não contém um URL válido.',
|
'active_url' => 'O campo :attribute não contém um URL válido.',
|
||||||
'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
|
'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Você não pode usar esta conta como conta de destino.',
|
'generic_invalid_destination' => 'Você não pode usar esta conta como conta de destino.',
|
||||||
|
|
||||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'The :attribute must have :value items or more.',
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Orice listă de lucruri (conturi, tranzacții etc.) arată cel mult atât de multe pe pagină.',
|
'list_page_size_help' => 'Orice listă de lucruri (conturi, tranzacții etc.) arată cel mult atât de multe pe pagină.',
|
||||||
'list_page_size_label' => 'Mărimea paginii',
|
'list_page_size_label' => 'Mărimea paginii',
|
||||||
'between_dates' => '(:start și :end)',
|
'between_dates' => '(:start și :end)',
|
||||||
'pref_optional_fields_transaction' => 'Câmpuri opționale pentru tranzacții',
|
'pref_optional_fields_transaction' => 'Câmpuri opționale pentru tranzacții',
|
||||||
'pref_optional_fields_transaction_help' => 'În mod prestabilit, toate câmpurile nu sunt activate atunci când creați o nouă tranzacție (din cauza aglomerării). Mai jos, puteți activa aceste câmpuri dacă credeți că acestea ar putea fi utile pentru dvs. Desigur, orice câmp care este dezactivat, dar deja completat, va fi vizibil indiferent de setare.',
|
'pref_optional_fields_transaction_help' => 'În mod prestabilit, toate câmpurile nu sunt activate atunci când creați o nouă tranzacție (din cauza aglomerării). Mai jos, puteți activa aceste câmpuri dacă credeți că acestea ar putea fi utile pentru dvs. Desigur, orice câmp care este dezactivat, dar deja completat, va fi vizibil indiferent de setare.',
|
||||||
'optional_tj_date_fields' => 'Câmpurile de date',
|
'optional_tj_date_fields' => 'Câmpurile de date',
|
||||||
'optional_tj_business_fields' => 'Domenii de activitate',
|
'optional_tj_business_fields' => 'Domenii de activitate',
|
||||||
'optional_tj_attachment_fields' => 'Câmpuri de atașament',
|
'optional_tj_attachment_fields' => 'Câmpuri de atașament',
|
||||||
'pref_optional_tj_interest_date' => 'Data de interes',
|
'pref_optional_tj_interest_date' => 'Data de interes',
|
||||||
'pref_optional_tj_book_date' => 'Data revervării',
|
'pref_optional_tj_book_date' => 'Data revervării',
|
||||||
'pref_optional_tj_process_date' => 'Data procesării',
|
'pref_optional_tj_process_date' => 'Data procesării',
|
||||||
'pref_optional_tj_due_date' => 'Data scadentă',
|
'pref_optional_tj_due_date' => 'Data scadentă',
|
||||||
'pref_optional_tj_payment_date' => 'Data plății',
|
'pref_optional_tj_payment_date' => 'Data plății',
|
||||||
'pref_optional_tj_invoice_date' => 'Data facturii',
|
'pref_optional_tj_invoice_date' => 'Data facturii',
|
||||||
'pref_optional_tj_internal_reference' => 'Referință internă',
|
'pref_optional_tj_internal_reference' => 'Referință internă',
|
||||||
'pref_optional_tj_notes' => 'Notițe',
|
'pref_optional_tj_notes' => 'Notițe',
|
||||||
'pref_optional_tj_attachments' => 'Ataşamente',
|
'pref_optional_tj_attachments' => 'Ataşamente',
|
||||||
'optional_field_meta_dates' => 'Date',
|
'optional_field_meta_dates' => 'Date',
|
||||||
'optional_field_meta_business' => 'Afaceri',
|
'optional_field_meta_business' => 'Afaceri',
|
||||||
'optional_field_attachments' => 'Ataşamente',
|
'optional_field_attachments' => 'Ataşamente',
|
||||||
'optional_field_meta_data' => 'Meta date opționale',
|
'optional_field_meta_data' => 'Meta date opționale',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Fii atent cu aceste butoane. Ștergerea lucrurilor este permanentă.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Fii atent cu aceste butoane. Ștergerea lucrurilor este permanentă.',
|
||||||
'delete_all_budgets' => 'Șterge toate bugetele',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Șterge toate categoriile',
|
'delete_all_budgets' => 'Șterge toate bugetele',
|
||||||
'delete_all_tags' => 'Șterge toate tag-urile',
|
'delete_all_categories' => 'Șterge toate categoriile',
|
||||||
'deleted_all_budgets' => 'Toate bugetele au fost şterse',
|
'delete_all_tags' => 'Șterge toate tag-urile',
|
||||||
'deleted_all_categories' => 'Toate categoriile au fost şterse',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Toate tag-urile au fost şterse',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Schimbați-vă parola',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Șterge account',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Parola actuală',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Parola nouă',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Parola nouă (din nou)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Ștergeți contul dvs',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Ștergerea contului dvs. va șterge, de asemenea, orice cont, tranzacție, <em> orice </ em> ați salvat în aplicație. Acestea vor dispărea.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Introduceți parola pentru a continua.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Parola',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Esti sigur? Nu poți anula acest lucru.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'Ștergeți contul dvs',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Parola curentă nevalidă!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Parolă schimbată!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Ideea este să vă schimbați parola.',
|
'deleted_all_budgets' => 'Toate bugetele au fost şterse',
|
||||||
'invalid_password' => 'Parolă nevalidă!',
|
'deleted_all_categories' => 'Toate categoriile au fost şterse',
|
||||||
'what_is_pw_security' => 'Ce este "verificarea securității parolei"?',
|
'deleted_all_tags' => 'Toate tag-urile au fost şterse',
|
||||||
'secure_pw_title' => 'Cum alegeți o parolă sigură',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Nu trece nici săptămână și citiți în știri despre un site care pierde parolele utilizatorilor săi. Hackerii și hoții utilizează aceste parole pentru a încerca să vă fure informațiile private. Aceste informații sunt valoroase.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Utilizați aceeași parolă pe tot internetul? Dacă un site pierde parola, hackerii au acces la toate datele. Firefly III se bazează pe dvs. pentru a alege o parolă puternică și unică pentru a vă proteja înregistrările financiare.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Pentru a vă ajuta să faceți acest lucru Firefly III poate verifica dacă parola pe care doriți să o utilizați a fost furată în trecut. Dacă este cazul, Firefly III vă sfătuiește NU să utilizați parola respectivă.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Schimbați-vă parola',
|
||||||
|
'delete_account' => 'Șterge account',
|
||||||
|
'current_password' => 'Parola actuală',
|
||||||
|
'new_password' => 'Parola nouă',
|
||||||
|
'new_password_again' => 'Parola nouă (din nou)',
|
||||||
|
'delete_your_account' => 'Ștergeți contul dvs',
|
||||||
|
'delete_your_account_help' => 'Ștergerea contului dvs. va șterge, de asemenea, orice cont, tranzacție, <em> orice </ em> ați salvat în aplicație. Acestea vor dispărea.',
|
||||||
|
'delete_your_account_password' => 'Introduceți parola pentru a continua.',
|
||||||
|
'password' => 'Parola',
|
||||||
|
'are_you_sure' => 'Esti sigur? Nu poți anula acest lucru.',
|
||||||
|
'delete_account_button' => 'Ștergeți contul dvs',
|
||||||
|
'invalid_current_password' => 'Parola curentă nevalidă!',
|
||||||
|
'password_changed' => 'Parolă schimbată!',
|
||||||
|
'should_change' => 'Ideea este să vă schimbați parola.',
|
||||||
|
'invalid_password' => 'Parolă nevalidă!',
|
||||||
|
'what_is_pw_security' => 'Ce este "verificarea securității parolei"?',
|
||||||
|
'secure_pw_title' => 'Cum alegeți o parolă sigură',
|
||||||
|
'secure_pw_history' => 'Nu trece nici săptămână și citiți în știri despre un site care pierde parolele utilizatorilor săi. Hackerii și hoții utilizează aceste parole pentru a încerca să vă fure informațiile private. Aceste informații sunt valoroase.',
|
||||||
|
'secure_pw_ff' => 'Utilizați aceeași parolă pe tot internetul? Dacă un site pierde parola, hackerii au acces la toate datele. Firefly III se bazează pe dvs. pentru a alege o parolă puternică și unică pentru a vă proteja înregistrările financiare.',
|
||||||
|
'secure_pw_check_box' => 'Pentru a vă ajuta să faceți acest lucru Firefly III poate verifica dacă parola pe care doriți să o utilizați a fost furată în trecut. Dacă este cazul, Firefly III vă sfătuiește NU să utilizați parola respectivă.',
|
||||||
'secure_pw_working_title' => 'Cum funcționează?',
|
'secure_pw_working_title' => 'Cum funcționează?',
|
||||||
'secure_pw_working' => 'Dacă bifați caseta, Firefly III va trimite primele cinci caractere ale hash-ului SHA1 al parolei dvs. la <a href = "https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/ "> site-ul Troy Hunt </a> pentru a vedea dacă este în listă. Acest lucru vă va împiedica să utilizați parole nesigure, așa cum se recomandă în cele mai recente<a href="https://pages.nist.gov/800-63-3/sp800-63b.html"> articole de specialitate pe NIST </a> pe acest subiect.',
|
'secure_pw_working' => 'Dacă bifați caseta, Firefly III va trimite primele cinci caractere ale hash-ului SHA1 al parolei dvs. la <a href = "https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/ "> site-ul Troy Hunt </a> pentru a vedea dacă este în listă. Acest lucru vă va împiedica să utilizați parole nesigure, așa cum se recomandă în cele mai recente<a href="https://pages.nist.gov/800-63-3/sp800-63b.html"> articole de specialitate pe NIST </a> pe acest subiect.',
|
||||||
'secure_pw_should' => 'Ar trebui să bifez caseta??',
|
'secure_pw_should' => 'Ar trebui să bifez caseta??',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Regula trebuie să aibă cel puțin o acțiune.',
|
'at_least_one_action' => 'Regula trebuie să aibă cel puțin o acțiune.',
|
||||||
'base64' => 'Acest lucru nu este valabil pentru datele encoded base64.',
|
'base64' => 'Acest lucru nu este valabil pentru datele encoded base64.',
|
||||||
'model_id_invalid' => 'ID-ul dat nu pare valid pentru acest model.',
|
'model_id_invalid' => 'ID-ul dat nu pare valid pentru acest model.',
|
||||||
'more' => ':attribute trebuie să fie mai mare decât ":more".',
|
|
||||||
'less' => ':attribute trebuie să fie mai mic decât 10,000,000',
|
'less' => ':attribute trebuie să fie mai mic decât 10,000,000',
|
||||||
'active_url' => ':attribute nu este o adresă URL validă.',
|
'active_url' => ':attribute nu este o adresă URL validă.',
|
||||||
'after' => ':attribute trebuie să fie o dată ulterioară :date.',
|
'after' => ':attribute trebuie să fie o dată ulterioară :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Nu puteți utiliza acest cont ca și cont de destinație.',
|
'generic_invalid_destination' => 'Nu puteți utiliza acest cont ca și cont de destinație.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute trebuie să fie mai mare sau egal cu :value.',
|
'gte.numeric' => ':attribute trebuie să fie mai mare sau egal cu :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => ':attribute trebuie să fie mai mare sau egal cu :value kilobytes.',
|
'gte.file' => ':attribute trebuie să fie mai mare sau egal cu :value kilobytes.',
|
||||||
'gte.string' => ':attribute trebuie să fie mai mare sau egal cu :value caractere.',
|
'gte.string' => ':attribute trebuie să fie mai mare sau egal cu :value caractere.',
|
||||||
'gte.array' => ':attribute trebuie sa aiba :value valori sau mai multe.',
|
'gte.array' => ':attribute trebuie sa aiba :value valori sau mai multe.',
|
||||||
|
@@ -55,7 +55,7 @@ return [
|
|||||||
'email_change_subject' => 'Ваш адрес электронной почты Firefly III был изменен',
|
'email_change_subject' => 'Ваш адрес электронной почты Firefly III был изменен',
|
||||||
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
'email_change_ignore' => 'Если вы инициировали это изменение, вы можете спокойно проигнорировать это сообщение.',
|
||||||
'email_change_old' => 'Старый адрес электронной почты: :email',
|
'email_change_old' => 'Старый адрес электронной почты: :email',
|
||||||
'email_change_old_strong' => 'Старый адрес электронной почты: <strong>:email</strong>',
|
'email_change_old_strong' => 'Старый адрес электронной почты: <strong>:email</strong>',
|
||||||
'email_change_new' => 'Новый адрес электронной почты: :email',
|
'email_change_new' => 'Новый адрес электронной почты: :email',
|
||||||
|
@@ -213,7 +213,7 @@ return [
|
|||||||
'average_per_bill' => 'в среднем на счёт',
|
'average_per_bill' => 'в среднем на счёт',
|
||||||
'expected_total' => 'ожидаемый итог',
|
'expected_total' => 'ожидаемый итог',
|
||||||
'reconciliation_account_name' => ':name сверка (:currency)',
|
'reconciliation_account_name' => ':name сверка (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Сохранено',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Запрос авторизации Firefly III v:version',
|
'authorization_request' => 'Запрос авторизации Firefly III v:version',
|
||||||
@@ -381,7 +381,7 @@ return [
|
|||||||
'rule_trigger_user_action' => 'Действие пользователя = ":trigger_value"',
|
'rule_trigger_user_action' => 'Действие пользователя = ":trigger_value"',
|
||||||
|
|
||||||
'rule_trigger_from_account_starts_choice' => 'Название счёта-источника начинается с...',
|
'rule_trigger_from_account_starts_choice' => 'Название счёта-источника начинается с...',
|
||||||
'rule_trigger_from_account_starts' => 'Source account name starts with ":trigger_value"',
|
'rule_trigger_from_account_starts' => 'Название счёта-источника начинается с ":trigger_value"',
|
||||||
'rule_trigger_from_account_ends_choice' => 'Название счёта-источника заканчивается на..',
|
'rule_trigger_from_account_ends_choice' => 'Название счёта-источника заканчивается на..',
|
||||||
'rule_trigger_from_account_ends' => 'Название счёта-источника заканчивается на ":trigger_value"',
|
'rule_trigger_from_account_ends' => 'Название счёта-источника заканчивается на ":trigger_value"',
|
||||||
'rule_trigger_from_account_is_choice' => 'Название счёта-источника..',
|
'rule_trigger_from_account_is_choice' => 'Название счёта-источника..',
|
||||||
@@ -451,7 +451,7 @@ return [
|
|||||||
'rule_trigger_foreign_currency_is_choice' => 'Валюта операции - ',
|
'rule_trigger_foreign_currency_is_choice' => 'Валюта операции - ',
|
||||||
'rule_trigger_foreign_currency_is' => 'Валюта транзакции = ":trigger_value"',
|
'rule_trigger_foreign_currency_is' => 'Валюта транзакции = ":trigger_value"',
|
||||||
'rule_trigger_has_attachments_choice' => 'Содержит несколько вложений',
|
'rule_trigger_has_attachments_choice' => 'Содержит несколько вложений',
|
||||||
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
|
'rule_trigger_has_attachments' => 'Содержит хотя бы :count вложение|Содержит хотя бы :count вложений',
|
||||||
'rule_trigger_store_journal' => 'Когда создается транзакция',
|
'rule_trigger_store_journal' => 'Когда создается транзакция',
|
||||||
'rule_trigger_update_journal' => 'Когда транзакция обновляется',
|
'rule_trigger_update_journal' => 'Когда транзакция обновляется',
|
||||||
'rule_trigger_has_no_category_choice' => 'Нет связанной категории',
|
'rule_trigger_has_no_category_choice' => 'Нет связанной категории',
|
||||||
@@ -551,7 +551,7 @@ return [
|
|||||||
'clear_location' => 'Очистить местоположение',
|
'clear_location' => 'Очистить местоположение',
|
||||||
'delete_all_selected_tags' => 'Удалить все выбранные метки',
|
'delete_all_selected_tags' => 'Удалить все выбранные метки',
|
||||||
'select_tags_to_delete' => 'Не забудьте выбрать несколько меток.',
|
'select_tags_to_delete' => 'Не забудьте выбрать несколько меток.',
|
||||||
'deleted_x_tags' => 'Deleted :count tag.|Deleted :count tags.',
|
'deleted_x_tags' => 'Удалена :count метка.|Удалено :count меток.',
|
||||||
'create_rule_from_transaction' => 'Создать правило на основе транзакции',
|
'create_rule_from_transaction' => 'Создать правило на основе транзакции',
|
||||||
|
|
||||||
|
|
||||||
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Все списки в программе (счета, транзакции и т. п.) будут отображаться с указанным количеством на одну страницу.',
|
'list_page_size_help' => 'Все списки в программе (счета, транзакции и т. п.) будут отображаться с указанным количеством на одну страницу.',
|
||||||
'list_page_size_label' => 'Размер страницы',
|
'list_page_size_label' => 'Размер страницы',
|
||||||
'between_dates' => '(:start и :end)',
|
'between_dates' => '(:start и :end)',
|
||||||
'pref_optional_fields_transaction' => 'Дополнительные поля для транзакций',
|
'pref_optional_fields_transaction' => 'Дополнительные поля для транзакций',
|
||||||
'pref_optional_fields_transaction_help' => 'По умолчанию при создании новой транзакции включены не все поля (чтобы не создавать беспорядок). Но вы можете включить эти поля, если лично вам они могут быть полезны. Любое поле, которое в последствии будет отключено, будет по-прежнему отображаться, если оно уже заполнено (независимо от данный настроек).',
|
'pref_optional_fields_transaction_help' => 'По умолчанию при создании новой транзакции включены не все поля (чтобы не создавать беспорядок). Но вы можете включить эти поля, если лично вам они могут быть полезны. Любое поле, которое в последствии будет отключено, будет по-прежнему отображаться, если оно уже заполнено (независимо от данный настроек).',
|
||||||
'optional_tj_date_fields' => 'Поля с датами',
|
'optional_tj_date_fields' => 'Поля с датами',
|
||||||
'optional_tj_business_fields' => 'Бизнес-поля',
|
'optional_tj_business_fields' => 'Бизнес-поля',
|
||||||
'optional_tj_attachment_fields' => 'Поля вложений',
|
'optional_tj_attachment_fields' => 'Поля вложений',
|
||||||
'pref_optional_tj_interest_date' => 'Дата начисления процентов',
|
'pref_optional_tj_interest_date' => 'Дата начисления процентов',
|
||||||
'pref_optional_tj_book_date' => 'Дата внесения записи',
|
'pref_optional_tj_book_date' => 'Дата внесения записи',
|
||||||
'pref_optional_tj_process_date' => 'Дата обработки',
|
'pref_optional_tj_process_date' => 'Дата обработки',
|
||||||
'pref_optional_tj_due_date' => 'Срок',
|
'pref_optional_tj_due_date' => 'Срок',
|
||||||
'pref_optional_tj_payment_date' => 'Дата платежа',
|
'pref_optional_tj_payment_date' => 'Дата платежа',
|
||||||
'pref_optional_tj_invoice_date' => 'Дата выставления счёта',
|
'pref_optional_tj_invoice_date' => 'Дата выставления счёта',
|
||||||
'pref_optional_tj_internal_reference' => 'Внутренняя ссылка',
|
'pref_optional_tj_internal_reference' => 'Внутренняя ссылка',
|
||||||
'pref_optional_tj_notes' => 'Заметки',
|
'pref_optional_tj_notes' => 'Заметки',
|
||||||
'pref_optional_tj_attachments' => 'Вложения',
|
'pref_optional_tj_attachments' => 'Вложения',
|
||||||
'optional_field_meta_dates' => 'Даты',
|
'optional_field_meta_dates' => 'Даты',
|
||||||
'optional_field_meta_business' => 'Бизнес',
|
'optional_field_meta_business' => 'Бизнес',
|
||||||
'optional_field_attachments' => 'Вложения',
|
'optional_field_attachments' => 'Вложения',
|
||||||
'optional_field_meta_data' => 'Расширенные данные',
|
'optional_field_meta_data' => 'Расширенные данные',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Будьте осторожны с этими кнопками. Удаление нельзя будет отменить.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'Все прочие ваши сессии были прекращены.',
|
'permanent_delete_stuff' => 'Будьте осторожны с этими кнопками. Удаление нельзя будет отменить.',
|
||||||
'delete_all_budgets' => 'Удалить ВСЕ ваши бюджеты',
|
'other_sessions_logged_out' => 'Все прочие ваши сессии были прекращены.',
|
||||||
'delete_all_categories' => 'Удалить ВСЕ ваши категории',
|
'delete_all_budgets' => 'Удалить ВСЕ ваши бюджеты',
|
||||||
'delete_all_tags' => 'Удалить ВСЕ ваши метки',
|
'delete_all_categories' => 'Удалить ВСЕ ваши категории',
|
||||||
'deleted_all_budgets' => 'Все бюджеты были удалены',
|
'delete_all_tags' => 'Удалить ВСЕ ваши метки',
|
||||||
'deleted_all_categories' => 'Все категории были удалены',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Все метки были удалены',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Изменить ваш пароль',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Удалить профиль',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Текущий пароль',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Новый пароль',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Новый пароль (ещё раз)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Удалить ваш профиль',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'При удалении вашего профиля также будут удалены все счета, транзакции. Не будет сохранено <em>ничего</em>, что вы хранили в Firefly III. Всё будет УТЕРЯНО!',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Для продолжения введите свой пароль.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Пароль',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Вы уверены? Эту операцию нельзя будет отменить.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'УДАЛИТЬ ваш профиль',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Неправильный пароль!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Пароль изменён!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Кажется, нужно изменить пароль.',
|
'deleted_all_budgets' => 'Все бюджеты были удалены',
|
||||||
'invalid_password' => 'Неверный пароль!',
|
'deleted_all_categories' => 'Все категории были удалены',
|
||||||
'what_is_pw_security' => 'Что такое «проверка безопасности паролей»?',
|
'deleted_all_tags' => 'Все метки были удалены',
|
||||||
'secure_pw_title' => 'Как выбрать безопасный пароль',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Каждую неделю вы читаете в новостях о сайтах, теряющих пароли своих пользователей. Хакеры и воры используют эти пароли, чтобы попытаться украсть вашу личную информацию. Эта информация является ценной.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Вы используете один и тот же пароль по всему Интернету? Если один сайт потеряет ваш пароль, хакеры получат полный доступ ко всем вашим данным. Firefly III надеется, что вы выберите хороший и уникальный пароль для защиты своих финансовых данных.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Чтобы помочь вам, Firefly III может проверить, был ли использован пароль, который вы хотите использовать, где-то ещё. Если это так, Firefly III советует вам НЕ использовать такой пароль.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Изменить ваш пароль',
|
||||||
|
'delete_account' => 'Удалить профиль',
|
||||||
|
'current_password' => 'Текущий пароль',
|
||||||
|
'new_password' => 'Новый пароль',
|
||||||
|
'new_password_again' => 'Новый пароль (ещё раз)',
|
||||||
|
'delete_your_account' => 'Удалить ваш профиль',
|
||||||
|
'delete_your_account_help' => 'При удалении вашего профиля также будут удалены все счета, транзакции. Не будет сохранено <em>ничего</em>, что вы хранили в Firefly III. Всё будет УТЕРЯНО!',
|
||||||
|
'delete_your_account_password' => 'Для продолжения введите свой пароль.',
|
||||||
|
'password' => 'Пароль',
|
||||||
|
'are_you_sure' => 'Вы уверены? Эту операцию нельзя будет отменить.',
|
||||||
|
'delete_account_button' => 'УДАЛИТЬ ваш профиль',
|
||||||
|
'invalid_current_password' => 'Неправильный пароль!',
|
||||||
|
'password_changed' => 'Пароль изменён!',
|
||||||
|
'should_change' => 'Кажется, нужно изменить пароль.',
|
||||||
|
'invalid_password' => 'Неверный пароль!',
|
||||||
|
'what_is_pw_security' => 'Что такое «проверка безопасности паролей»?',
|
||||||
|
'secure_pw_title' => 'Как выбрать безопасный пароль',
|
||||||
|
'secure_pw_history' => 'Каждую неделю вы читаете в новостях о сайтах, теряющих пароли своих пользователей. Хакеры и воры используют эти пароли, чтобы попытаться украсть вашу личную информацию. Эта информация является ценной.',
|
||||||
|
'secure_pw_ff' => 'Вы используете один и тот же пароль по всему Интернету? Если один сайт потеряет ваш пароль, хакеры получат полный доступ ко всем вашим данным. Firefly III надеется, что вы выберите хороший и уникальный пароль для защиты своих финансовых данных.',
|
||||||
|
'secure_pw_check_box' => 'Чтобы помочь вам, Firefly III может проверить, был ли использован пароль, который вы хотите использовать, где-то ещё. Если это так, Firefly III советует вам НЕ использовать такой пароль.',
|
||||||
'secure_pw_working_title' => 'Как это работает?',
|
'secure_pw_working_title' => 'Как это работает?',
|
||||||
'secure_pw_working' => 'Если вы установите данный флажок, Firefly III отправит первые 5 символов SHA1-хэша вашего пароля на <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">сайт Troy Hunt</a>, чтобы узнать, есть ли он в списке. Согласно рекомендациям по данному вопросу, опубликованным недавно в <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>, такая проверка защитит вас от использования небезопасных паролей.',
|
'secure_pw_working' => 'Если вы установите данный флажок, Firefly III отправит первые 5 символов SHA1-хэша вашего пароля на <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">сайт Troy Hunt</a>, чтобы узнать, есть ли он в списке. Согласно рекомендациям по данному вопросу, опубликованным недавно в <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>, такая проверка защитит вас от использования небезопасных паролей.',
|
||||||
'secure_pw_should' => 'Должен ли я установить флажок?',
|
'secure_pw_should' => 'Должен ли я установить флажок?',
|
||||||
@@ -688,7 +718,7 @@ return [
|
|||||||
'profile_personal_access_tokens' => 'Персональные Access Tokens',
|
'profile_personal_access_tokens' => 'Персональные Access Tokens',
|
||||||
'profile_personal_access_token' => 'Персональный Access Token',
|
'profile_personal_access_token' => 'Персональный Access Token',
|
||||||
'profile_personal_access_token_explanation' => 'Вот ваш новый персональный токен доступа. Он будет показан вам только сейчас, поэтому не потеряйте его! Теперь вы можете использовать этот токен, чтобы делать запросы по API.',
|
'profile_personal_access_token_explanation' => 'Вот ваш новый персональный токен доступа. Он будет показан вам только сейчас, поэтому не потеряйте его! Теперь вы можете использовать этот токен, чтобы делать запросы по API.',
|
||||||
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
'profile_no_personal_access_token' => 'Вы не создали ни одного персонального токена доступа.',
|
||||||
'profile_create_new_token' => 'Создать новый токен',
|
'profile_create_new_token' => 'Создать новый токен',
|
||||||
'profile_create_token' => 'Создать токен',
|
'profile_create_token' => 'Создать токен',
|
||||||
'profile_create' => 'Создать',
|
'profile_create' => 'Создать',
|
||||||
@@ -696,7 +726,7 @@ return [
|
|||||||
'profile_whoops' => 'Ууупс!',
|
'profile_whoops' => 'Ууупс!',
|
||||||
'profile_something_wrong' => 'Что-то пошло не так!',
|
'profile_something_wrong' => 'Что-то пошло не так!',
|
||||||
'profile_try_again' => 'Произошла ошибка. Пожалуйста, попробуйте снова.',
|
'profile_try_again' => 'Произошла ошибка. Пожалуйста, попробуйте снова.',
|
||||||
'amounts' => 'Amounts',
|
'amounts' => 'Сумма',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'export_data_title' => 'Экспорт данных из Firefly III',
|
'export_data_title' => 'Экспорт данных из Firefly III',
|
||||||
@@ -705,7 +735,7 @@ return [
|
|||||||
'export_data_main_title' => 'Экспорт данных из Firefly III',
|
'export_data_main_title' => 'Экспорт данных из Firefly III',
|
||||||
'export_data_expl' => 'Эта ссылка позволяет вам экспортировать все транзакции и мета-данные из Firefly III. Подробную информацию об экспорте вы можете получить в справке (см. значок (?) в правом верхнем углу).',
|
'export_data_expl' => 'Эта ссылка позволяет вам экспортировать все транзакции и мета-данные из Firefly III. Подробную информацию об экспорте вы можете получить в справке (см. значок (?) в правом верхнем углу).',
|
||||||
'export_data_all_transactions' => 'Экспорт всех транзакций',
|
'export_data_all_transactions' => 'Экспорт всех транзакций',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Если вам нужен более продвинутый или конкретный тип экспорта, прочтите справку о том, как использовать команду консоли <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Одно вложение |:count вложений',
|
'nr_of_attachments' => 'Одно вложение |:count вложений',
|
||||||
@@ -901,7 +931,7 @@ return [
|
|||||||
'skips_over' => 'пропустить',
|
'skips_over' => 'пропустить',
|
||||||
'bill_store_error' => 'При создании вашего нового счёта на оплату произошла неожиданная ошибка. Пожалуйста, проверьте log-файлы',
|
'bill_store_error' => 'При создании вашего нового счёта на оплату произошла неожиданная ошибка. Пожалуйста, проверьте log-файлы',
|
||||||
'list_inactive_rule' => 'неактивное правило',
|
'list_inactive_rule' => 'неактивное правило',
|
||||||
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
'bill_edit_rules' => 'Firefly III также попытается отредактировать правило, связанное с этим счётом на оплату. Однако, если вы сами отредактировали это правило, Firefly III ничего не изменит.|Firefly III также попытается отредактировать :count правил, связанных с этим счётом на оплату. Однако, если вы сами отредактировали эти правила, Firefly III ничего не изменит.',
|
||||||
'bill_expected_date' => 'Истекает :date',
|
'bill_expected_date' => 'Истекает :date',
|
||||||
|
|
||||||
// accounts:
|
// accounts:
|
||||||
@@ -1037,7 +1067,7 @@ return [
|
|||||||
'deleted_withdrawal' => 'Расход ":description" успешно удалён',
|
'deleted_withdrawal' => 'Расход ":description" успешно удалён',
|
||||||
'deleted_deposit' => 'Доход ":description" успешно удалён',
|
'deleted_deposit' => 'Доход ":description" успешно удалён',
|
||||||
'deleted_transfer' => 'Перевод ":description" успешно удалён',
|
'deleted_transfer' => 'Перевод ":description" успешно удалён',
|
||||||
'deleted_reconciliation' => 'Successfully deleted reconciliation transaction ":description"',
|
'deleted_reconciliation' => 'Сверенная транзакция ":description" успешно удалена',
|
||||||
'stored_journal' => 'Новая транзакция ":description" успешно создана',
|
'stored_journal' => 'Новая транзакция ":description" успешно создана',
|
||||||
'stored_journal_no_descr' => 'Ваша новая транзакция успешно создана',
|
'stored_journal_no_descr' => 'Ваша новая транзакция успешно создана',
|
||||||
'updated_journal_no_descr' => 'Ваша транзакция успешно обновлена',
|
'updated_journal_no_descr' => 'Ваша транзакция успешно обновлена',
|
||||||
@@ -1137,8 +1167,8 @@ return [
|
|||||||
'budgetsAndSpending' => 'Бюджеты и расходы',
|
'budgetsAndSpending' => 'Бюджеты и расходы',
|
||||||
'budgets_and_spending' => 'Бюджеты и расходы',
|
'budgets_and_spending' => 'Бюджеты и расходы',
|
||||||
'go_to_budget' => 'Перейти к бюджету "{budget}"',
|
'go_to_budget' => 'Перейти к бюджету "{budget}"',
|
||||||
'go_to_deposits' => 'Go to deposits',
|
'go_to_deposits' => 'Перейти ко вкладам',
|
||||||
'go_to_expenses' => 'Go to expenses',
|
'go_to_expenses' => 'Перейти к расходам',
|
||||||
'savings' => 'Экономия',
|
'savings' => 'Экономия',
|
||||||
'newWithdrawal' => 'Новый расход',
|
'newWithdrawal' => 'Новый расход',
|
||||||
'newDeposit' => 'Новый доход',
|
'newDeposit' => 'Новый доход',
|
||||||
@@ -1324,7 +1354,7 @@ return [
|
|||||||
'month' => 'Месяц',
|
'month' => 'Месяц',
|
||||||
'budget' => 'Бюджет',
|
'budget' => 'Бюджет',
|
||||||
'spent' => 'Расход',
|
'spent' => 'Расход',
|
||||||
'spent_capped' => 'Spent (capped)',
|
'spent_capped' => 'Потрачено (не более)',
|
||||||
'spent_in_budget' => 'Расходы по бюджету',
|
'spent_in_budget' => 'Расходы по бюджету',
|
||||||
'left_to_spend' => 'Осталось потратить',
|
'left_to_spend' => 'Осталось потратить',
|
||||||
'earned' => 'Заработано',
|
'earned' => 'Заработано',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Правило должно иметь хотя бы одно действие.',
|
'at_least_one_action' => 'Правило должно иметь хотя бы одно действие.',
|
||||||
'base64' => 'Это некорректный формат для данных, зашифрованных с помощью base64.',
|
'base64' => 'Это некорректный формат для данных, зашифрованных с помощью base64.',
|
||||||
'model_id_invalid' => 'Данный ID кажется недопустимым для этой модели.',
|
'model_id_invalid' => 'Данный ID кажется недопустимым для этой модели.',
|
||||||
'more' => ':attribute должен быть больше, чем ":more".',
|
|
||||||
'less' => ':attribute должен быть меньше 10,000,000',
|
'less' => ':attribute должен быть меньше 10,000,000',
|
||||||
'active_url' => ':attribute не является допустимым URL-адресом.',
|
'active_url' => ':attribute не является допустимым URL-адресом.',
|
||||||
'after' => ':attribute должна быть позже :date.',
|
'after' => ':attribute должна быть позже :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Вы не можете использовать этот счёт в качестве счёта назначения.',
|
'generic_invalid_destination' => 'Вы не можете использовать этот счёт в качестве счёта назначения.',
|
||||||
|
|
||||||
'gte.numeric' => 'Значение :attribute должно быть больше или равно :value.',
|
'gte.numeric' => 'Значение :attribute должно быть больше или равно :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'Размер файла в поле :attribute должен быть больше или равен :value Килобайт(а).',
|
'gte.file' => 'Размер файла в поле :attribute должен быть больше или равен :value Килобайт(а).',
|
||||||
'gte.string' => 'Значение :attribute должно быть больше или равно :value символам.',
|
'gte.string' => 'Значение :attribute должно быть больше или равно :value символам.',
|
||||||
'gte.array' => 'Значения поля :attribute должно включать :value элементов или больше.',
|
'gte.array' => 'Значения поля :attribute должно включать :value элементов или больше.',
|
||||||
|
@@ -57,9 +57,9 @@ return [
|
|||||||
'edit_tag' => 'Redigera etiketten ”:tag”',
|
'edit_tag' => 'Redigera etiketten ”:tag”',
|
||||||
'delete_tag' => 'Ta bort etiketten ”:tag”',
|
'delete_tag' => 'Ta bort etiketten ”:tag”',
|
||||||
'delete_journal_link' => 'Ta bort länken mellan transaktioner',
|
'delete_journal_link' => 'Ta bort länken mellan transaktioner',
|
||||||
'telemetry_index' => 'Telemetry',
|
'telemetry_index' => 'Telemetri',
|
||||||
'telemetry_view' => 'View telemetry',
|
'telemetry_view' => 'Visa telemetri',
|
||||||
'edit_object_group' => 'Edit group ":title"',
|
'edit_object_group' => 'Redigera grupp ":title"',
|
||||||
'delete_object_group' => 'Delete group ":title"',
|
'delete_object_group' => 'Ta bort grupp ":title"',
|
||||||
'logout_others' => 'Logout other sessions'
|
'logout_others' => 'Logga ut andra sessioner'
|
||||||
];
|
];
|
||||||
|
@@ -53,13 +53,13 @@ return [
|
|||||||
'create_new_stuff' => 'Skapa nya saker',
|
'create_new_stuff' => 'Skapa nya saker',
|
||||||
'new_withdrawal' => 'Nytt uttag',
|
'new_withdrawal' => 'Nytt uttag',
|
||||||
'create_new_transaction' => 'Skapa ny transaktion',
|
'create_new_transaction' => 'Skapa ny transaktion',
|
||||||
'sidebar_frontpage_create' => 'Create',
|
'sidebar_frontpage_create' => 'Skapa',
|
||||||
'new_transaction' => 'Lägg till transaktion',
|
'new_transaction' => 'Lägg till transaktion',
|
||||||
'no_rules_for_bill' => 'Notan saknar associerade regler.',
|
'no_rules_for_bill' => 'Notan saknar associerade regler.',
|
||||||
'go_to_asset_accounts' => 'Visa dina tillgångskonton',
|
'go_to_asset_accounts' => 'Visa dina tillgångskonton',
|
||||||
'go_to_budgets' => 'Gå till dina budgetar',
|
'go_to_budgets' => 'Gå till dina budgetar',
|
||||||
'new_clone_instructions' => 'This button will automatically clone the transaction and set the date to today. Are you sure?',
|
'new_clone_instructions' => 'Denna knapp kommer automatiskt att klona transaktionen och ställa in datumet till idag. Är du säker?',
|
||||||
'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)',
|
'clones_journal_x' => 'Denna transaktion är en klon av ":description" (#:id)',
|
||||||
'go_to_categories' => 'Gå till dina kategorier',
|
'go_to_categories' => 'Gå till dina kategorier',
|
||||||
'go_to_bills' => 'Gå till dina notor',
|
'go_to_bills' => 'Gå till dina notor',
|
||||||
'go_to_expense_accounts' => 'Se dina utgiftskonton',
|
'go_to_expense_accounts' => 'Se dina utgiftskonton',
|
||||||
@@ -95,20 +95,20 @@ return [
|
|||||||
'two_factor_forgot' => 'Jag har glömt min tvåfaktors-pryl.',
|
'two_factor_forgot' => 'Jag har glömt min tvåfaktors-pryl.',
|
||||||
'two_factor_lost_header' => 'Förlorad tvåfaktorsautentisering?',
|
'two_factor_lost_header' => 'Förlorad tvåfaktorsautentisering?',
|
||||||
'two_factor_lost_intro' => 'Om du har förlorat även dina backupkoder har du otur. Detta är inte något du kan fixa från webbgränssnittet. Du har två val.',
|
'two_factor_lost_intro' => 'Om du har förlorat även dina backupkoder har du otur. Detta är inte något du kan fixa från webbgränssnittet. Du har två val.',
|
||||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">this entry in the FAQ</a> for instructions.',
|
'two_factor_lost_fix_self' => 'Om du kör din egen instans av Firefly III, läs <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">denna post i FAQ</a> för instruktioner.',
|
||||||
'two_factor_lost_fix_owner' => 'Annars, skicka epost till sajt-ägaren, <a href="mailto::site_owner">:site_owner</a> och be hen att återställa din tvåfaktorsautentisering.',
|
'two_factor_lost_fix_owner' => 'Annars, skicka epost till sajt-ägaren, <a href="mailto::site_owner">:site_owner</a> och be hen att återställa din tvåfaktorsautentisering.',
|
||||||
'mfa_backup_code' => 'Du har använt en engångskod för att logga in i Firefly III. Den kan inte användas igen, så stryk den från din lista.',
|
'mfa_backup_code' => 'Du har använt en engångskod för att logga in i Firefly III. Den kan inte användas igen, så stryk den från din lista.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Generera nya engångskoder',
|
'pref_two_factor_new_backup_codes' => 'Generera nya engångskoder',
|
||||||
'pref_two_factor_backup_code_count' => 'You have :count valid backup code.|You have :count valid backup codes.',
|
'pref_two_factor_backup_code_count' => 'Du har :count giltig backup kod.|Du har :count giltiga backup koder.',
|
||||||
'2fa_i_have_them' => 'Sparade!',
|
'2fa_i_have_them' => 'Sparade!',
|
||||||
'warning_much_data' => ':days dagar med data kan ta ett tag att ladda.',
|
'warning_much_data' => ':days dagar med data kan ta ett tag att ladda.',
|
||||||
'registered' => 'Din registrering lyckades!',
|
'registered' => 'Din registrering lyckades!',
|
||||||
'Default asset account' => 'Förvalt tillgångskonto',
|
'Default asset account' => 'Förvalt tillgångskonto',
|
||||||
'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.',
|
'no_budget_pointer' => 'Du verkar inte ha några budgetar än. Du bör skapa några på <a href="/budgets">budgetar</a>-sidan. Budgetar kan hjälpa dig att hålla reda på utgifter.',
|
||||||
'Savings account' => 'Sparkonto',
|
'Savings account' => 'Sparkonto',
|
||||||
'Credit card' => 'Kreditkort',
|
'Credit card' => 'Kreditkort',
|
||||||
'source_accounts' => 'Source account|Source accounts',
|
'source_accounts' => 'Källa konto|Källa konton',
|
||||||
'destination_accounts' => 'Destination account|Destination accounts',
|
'destination_accounts' => 'Destination konto|Destination konton',
|
||||||
'user_id_is' => 'Ditt användarid är <strong>:user</strong>',
|
'user_id_is' => 'Ditt användarid är <strong>:user</strong>',
|
||||||
'field_supports_markdown' => 'Detta fält stödjer <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
|
'field_supports_markdown' => 'Detta fält stödjer <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
|
||||||
'need_more_help' => 'Om du behöver mer hjälp med att använda Firefly III, <a href="https://github.com/firefly-iii/firefly-iii/issues">öppna en ticket på GitHub</a>.',
|
'need_more_help' => 'Om du behöver mer hjälp med att använda Firefly III, <a href="https://github.com/firefly-iii/firefly-iii/issues">öppna en ticket på GitHub</a>.',
|
||||||
@@ -125,8 +125,8 @@ return [
|
|||||||
'sum_of_income' => 'Summa av inkomst',
|
'sum_of_income' => 'Summa av inkomst',
|
||||||
'liabilities' => 'Skulder',
|
'liabilities' => 'Skulder',
|
||||||
'spent_in_specific_budget' => 'Spenderad budget ":budget"',
|
'spent_in_specific_budget' => 'Spenderad budget ":budget"',
|
||||||
'spent_in_specific_double' => 'Spent in account ":account"',
|
'spent_in_specific_double' => 'Spenderat i kontot ":account"',
|
||||||
'earned_in_specific_double' => 'Earned in account ":account"',
|
'earned_in_specific_double' => 'Intjänat i kontot ":account"',
|
||||||
'source_account' => 'Från konto',
|
'source_account' => 'Från konto',
|
||||||
'source_account_reconciliation' => 'Du kan inte redigera källkontot för en avstämningstransaktion.',
|
'source_account_reconciliation' => 'Du kan inte redigera källkontot för en avstämningstransaktion.',
|
||||||
'destination_account' => 'Till konto',
|
'destination_account' => 'Till konto',
|
||||||
@@ -139,7 +139,7 @@ return [
|
|||||||
'budget_in_period' => 'Alla transaktioner för budget ":name" mellan :start och :end för :currency',
|
'budget_in_period' => 'Alla transaktioner för budget ":name" mellan :start och :end för :currency',
|
||||||
'chart_budget_in_period' => 'Diagram med alla transaktioner för budget ":name" mellan :start och :end för :currency',
|
'chart_budget_in_period' => 'Diagram med alla transaktioner för budget ":name" mellan :start och :end för :currency',
|
||||||
'chart_budget_in_period_only_currency' => 'Summan du budgeterat var i :currency, detta diagram visar bara transaktioner i :currency.',
|
'chart_budget_in_period_only_currency' => 'Summan du budgeterat var i :currency, detta diagram visar bara transaktioner i :currency.',
|
||||||
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
|
'chart_account_in_period' => 'Diagram för alla transaktioner för kontot ":name" (:balance) mellan :start och :end',
|
||||||
'chart_category_in_period' => 'Diagram med alla transaktioner för kategorin ":name" mellan :start och :end',
|
'chart_category_in_period' => 'Diagram med alla transaktioner för kategorin ":name" mellan :start och :end',
|
||||||
'chart_category_all' => 'Diagram med alla transaktioner för kategorin ":name"',
|
'chart_category_all' => 'Diagram med alla transaktioner för kategorin ":name"',
|
||||||
'clone_withdrawal' => 'Klona detta uttag',
|
'clone_withdrawal' => 'Klona detta uttag',
|
||||||
@@ -199,21 +199,21 @@ return [
|
|||||||
'forgot_pw_page_title' => 'Glömt ditt lösenord till Firefly III',
|
'forgot_pw_page_title' => 'Glömt ditt lösenord till Firefly III',
|
||||||
'reset_pw_page_title' => 'Återställ ditt lösenord för Firefly III',
|
'reset_pw_page_title' => 'Återställ ditt lösenord för Firefly III',
|
||||||
'cannot_reset_demo_user' => 'Går inte att återställa lösenordet för demo användaren.',
|
'cannot_reset_demo_user' => 'Går inte att återställa lösenordet för demo användaren.',
|
||||||
'no_att_demo_user' => 'The demo user can\'t upload attachments.',
|
'no_att_demo_user' => 'Demoanvändaren kan inte ladda upp bilagor.',
|
||||||
'button_register' => 'Registrera',
|
'button_register' => 'Registrera',
|
||||||
'authorization' => 'Auktorisering',
|
'authorization' => 'Auktorisering',
|
||||||
'active_bills_only' => 'endast aktiva notor',
|
'active_bills_only' => 'endast aktiva notor',
|
||||||
'active_exp_bills_only' => 'endast aktiva och väntade notor',
|
'active_exp_bills_only' => 'endast aktiva och väntade notor',
|
||||||
'per_period_sum_1D' => 'Expected daily costs',
|
'per_period_sum_1D' => 'Förväntade dagliga kostnader',
|
||||||
'per_period_sum_1W' => 'Expected weekly costs',
|
'per_period_sum_1W' => 'Förväntade veckokostnader',
|
||||||
'per_period_sum_1M' => 'Expected monthly costs',
|
'per_period_sum_1M' => 'Förväntade månadskostnader',
|
||||||
'per_period_sum_3M' => 'Expected quarterly costs',
|
'per_period_sum_3M' => 'Förväntade kvartalskostnader',
|
||||||
'per_period_sum_6M' => 'Expected half-yearly costs',
|
'per_period_sum_6M' => 'Förväntade halvårskostnader',
|
||||||
'per_period_sum_1Y' => 'Expected yearly costs',
|
'per_period_sum_1Y' => 'Förväntade årliga kostnader',
|
||||||
'average_per_bill' => 'medel per nota',
|
'average_per_bill' => 'medel per nota',
|
||||||
'expected_total' => 'total förväntad',
|
'expected_total' => 'total förväntad',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name avstämning (:currency)',
|
||||||
'saved' => 'Saved',
|
'saved' => 'Sparad',
|
||||||
|
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version Auktorisationsbegäran',
|
'authorization_request' => 'Firefly III v:version Auktorisationsbegäran',
|
||||||
@@ -225,10 +225,10 @@ return [
|
|||||||
'name_in_currency' => ':name i :currency',
|
'name_in_currency' => ':name i :currency',
|
||||||
'paid_in_currency' => 'Betalad i :currency',
|
'paid_in_currency' => 'Betalad i :currency',
|
||||||
'unpaid_in_currency' => 'Obetalad i :currency',
|
'unpaid_in_currency' => 'Obetalad i :currency',
|
||||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
'is_alpha_warning' => 'Du kör en ALPHA-version. Var försiktig med buggar och problem.',
|
||||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
'is_beta_warning' => 'Du kör en BETA-version. Var försiktig med buggar och problem.',
|
||||||
'all_destination_accounts' => 'Destination accounts',
|
'all_destination_accounts' => 'Destinationskonton',
|
||||||
'all_source_accounts' => 'Source accounts',
|
'all_source_accounts' => 'Källkonton',
|
||||||
'back_to_index' => 'Back to the index',
|
'back_to_index' => 'Back to the index',
|
||||||
|
|
||||||
// check for updates:
|
// check for updates:
|
||||||
@@ -247,10 +247,10 @@ return [
|
|||||||
'update_version_alpha' => 'Denna version är en ALPHA version. Det kan förekomma problem.',
|
'update_version_alpha' => 'Denna version är en ALPHA version. Det kan förekomma problem.',
|
||||||
'update_current_version_alert' => 'Du har :version, vilken är den senaste tillgängliga utgåva.',
|
'update_current_version_alert' => 'Du har :version, vilken är den senaste tillgängliga utgåva.',
|
||||||
'update_newer_version_alert' => 'Du har :your_version, vilken är nyare än senaste utgåva, :new_version.',
|
'update_newer_version_alert' => 'Du har :your_version, vilken är nyare än senaste utgåva, :new_version.',
|
||||||
'update_check_error' => 'An error occurred while checking for updates: :error',
|
'update_check_error' => 'Ett fel inträffade vid sökning efter uppdateringar: :error',
|
||||||
'unknown_error' => 'Unknown error. Sorry about that.',
|
'unknown_error' => 'Okänt fel. Ledsen för det.',
|
||||||
'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.',
|
'just_new_release' => 'En ny version är tillgänglig! Version :version släpptes :date. Denna utgåva är mycket färsk. Vänta några dagar för att den nya utgåvan ska stabiliseras.',
|
||||||
'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!',
|
'disabled_but_check' => 'Du inaktiverade uppdateringskontroll. Så glöm inte att söka efter uppdateringar själv då och då. Tack!',
|
||||||
'admin_update_channel_title' => 'Uppdatera kanal',
|
'admin_update_channel_title' => 'Uppdatera kanal',
|
||||||
'admin_update_channel_explain' => 'Firefly III har tre uppdaterings "kanaler" som bestämmer hur frammåt i kurvan du är i form av funktioner, förbättringar och buggar. Använd "beta" kanalen om du är äventyrslysten och "alpha" om du tycket om att leva farligt.',
|
'admin_update_channel_explain' => 'Firefly III har tre uppdaterings "kanaler" som bestämmer hur frammåt i kurvan du är i form av funktioner, förbättringar och buggar. Använd "beta" kanalen om du är äventyrslysten och "alpha" om du tycket om att leva farligt.',
|
||||||
'update_channel_stable' => 'Stabil. Allting fungerar som förväntat.',
|
'update_channel_stable' => 'Stabil. Allting fungerar som förväntat.',
|
||||||
@@ -260,8 +260,8 @@ return [
|
|||||||
// search
|
// search
|
||||||
'search' => 'Sök',
|
'search' => 'Sök',
|
||||||
'search_query' => 'Fråga',
|
'search_query' => 'Fråga',
|
||||||
'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.',
|
'search_found_transactions' => 'Firefly III hittade :count transaktion i :time sekunder.|Firefly III hittade :count transaktioner i :time sekunder.',
|
||||||
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
|
'search_found_more_transactions' => 'Firefly III hittade mer än :count transaktioner i :time sekunder.',
|
||||||
'search_for_query' => 'Firefly III söker efter transaktioner med dessa ord i dem: <span class="text-info">:query</span>',
|
'search_for_query' => 'Firefly III söker efter transaktioner med dessa ord i dem: <span class="text-info">:query</span>',
|
||||||
'search_modifier_amount_is' => 'Belopp är precis :value',
|
'search_modifier_amount_is' => 'Belopp är precis :value',
|
||||||
'search_modifier_amount' => 'Belopp är precis :value',
|
'search_modifier_amount' => 'Belopp är precis :value',
|
||||||
@@ -286,8 +286,8 @@ return [
|
|||||||
'search_modifier_after' => 'Transaktions datum är efter :value',
|
'search_modifier_after' => 'Transaktions datum är efter :value',
|
||||||
'search_modifier_created_on' => 'Transaktion skapades :value',
|
'search_modifier_created_on' => 'Transaktion skapades :value',
|
||||||
'search_modifier_updated_on' => 'Transaktion uppdaterades senast :value',
|
'search_modifier_updated_on' => 'Transaktion uppdaterades senast :value',
|
||||||
'search_modifier_external_id' => 'External ID is ":value"',
|
'search_modifier_external_id' => 'Externt ID är ":value"',
|
||||||
'search_modifier_internal_reference' => 'Internal reference is ":value"',
|
'search_modifier_internal_reference' => 'Intern referens är ":value"',
|
||||||
'modifiers_applies_are' => 'Följande filter tillämpas även på sökning(ar):',
|
'modifiers_applies_are' => 'Följande filter tillämpas även på sökning(ar):',
|
||||||
'general_search_error' => 'Ett fel uppstod vid sökning. Kontrollera loggfilerna för mer information.',
|
'general_search_error' => 'Ett fel uppstod vid sökning. Kontrollera loggfilerna för mer information.',
|
||||||
'search_box' => 'Sök',
|
'search_box' => 'Sök',
|
||||||
@@ -308,7 +308,7 @@ return [
|
|||||||
'yearly' => 'årligen',
|
'yearly' => 'årligen',
|
||||||
|
|
||||||
// rules
|
// rules
|
||||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
'cannot_fire_inactive_rules' => 'Du kan inte köra inaktiva regler.',
|
||||||
'rules' => 'Regler',
|
'rules' => 'Regler',
|
||||||
'rule_name' => 'Namn på regel',
|
'rule_name' => 'Namn på regel',
|
||||||
'rule_triggers' => 'Regel triggas när',
|
'rule_triggers' => 'Regel triggas när',
|
||||||
@@ -322,9 +322,9 @@ return [
|
|||||||
'created_new_rule_group' => 'Ny regelgrupp ":title" sparad!',
|
'created_new_rule_group' => 'Ny regelgrupp ":title" sparad!',
|
||||||
'updated_rule_group' => 'Lyckades uppdatera regelgrupp ":title".',
|
'updated_rule_group' => 'Lyckades uppdatera regelgrupp ":title".',
|
||||||
'edit_rule_group' => 'Ändra regelgrupp ":title"',
|
'edit_rule_group' => 'Ändra regelgrupp ":title"',
|
||||||
'duplicate_rule' => 'Duplicate rule ":title"',
|
'duplicate_rule' => 'Duplicera regel ":title"',
|
||||||
'rule_copy_of' => 'Copy of ":title"',
|
'rule_copy_of' => 'Kopia av ":title"',
|
||||||
'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"',
|
'duplicated_rule' => 'Duplicerad regel ":title" till ":newTitle"',
|
||||||
'delete_rule_group' => 'Ta bort regelgrupp ":title"',
|
'delete_rule_group' => 'Ta bort regelgrupp ":title"',
|
||||||
'deleted_rule_group' => 'Tog bort regelgrupp ":title"',
|
'deleted_rule_group' => 'Tog bort regelgrupp ":title"',
|
||||||
'update_rule_group' => 'Uppdatera regelgrupp',
|
'update_rule_group' => 'Uppdatera regelgrupp',
|
||||||
@@ -391,12 +391,12 @@ return [
|
|||||||
|
|
||||||
'rule_trigger_from_account_nr_starts_choice' => 'Källkontonummer / IBAN börjar med..',
|
'rule_trigger_from_account_nr_starts_choice' => 'Källkontonummer / IBAN börjar med..',
|
||||||
'rule_trigger_from_account_nr_starts' => 'Källkontonummer / IBAN börjar med ":trigger_value"',
|
'rule_trigger_from_account_nr_starts' => 'Källkontonummer / IBAN börjar med ":trigger_value"',
|
||||||
'rule_trigger_from_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
|
'rule_trigger_from_account_nr_ends_choice' => 'Källkontonummer / IBAN slutar med..',
|
||||||
'rule_trigger_from_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
|
'rule_trigger_from_account_nr_ends' => 'Källkontonummer / IBAN slutar med ":trigger_value"',
|
||||||
'rule_trigger_from_account_nr_is_choice' => 'Source account number / IBAN is..',
|
'rule_trigger_from_account_nr_is_choice' => 'Källkontonummer / IBAN är..',
|
||||||
'rule_trigger_from_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
|
'rule_trigger_from_account_nr_is' => 'Källkontonummer / IBAN är ":trigger_value"',
|
||||||
'rule_trigger_from_account_nr_contains_choice' => 'Source account number / IBAN contains..',
|
'rule_trigger_from_account_nr_contains_choice' => 'Källkontonummer / IBAN innehåller..',
|
||||||
'rule_trigger_from_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
|
'rule_trigger_from_account_nr_contains' => 'Källkontonummer / IBAN innehåller ":trigger_value"',
|
||||||
|
|
||||||
'rule_trigger_to_account_starts_choice' => 'Destination account name starts with..',
|
'rule_trigger_to_account_starts_choice' => 'Destination account name starts with..',
|
||||||
'rule_trigger_to_account_starts' => 'Destination account name starts with ":trigger_value"',
|
'rule_trigger_to_account_starts' => 'Destination account name starts with ":trigger_value"',
|
||||||
@@ -605,60 +605,90 @@ return [
|
|||||||
'list_page_size_help' => 'Alla listor med (konton, transaktioner, etc) visar som mest så här många per sida.',
|
'list_page_size_help' => 'Alla listor med (konton, transaktioner, etc) visar som mest så här många per sida.',
|
||||||
'list_page_size_label' => 'Sidstorlek',
|
'list_page_size_label' => 'Sidstorlek',
|
||||||
'between_dates' => '(:start och :end)',
|
'between_dates' => '(:start och :end)',
|
||||||
'pref_optional_fields_transaction' => 'Alternativa fält för transaktioner',
|
'pref_optional_fields_transaction' => 'Alternativa fält för transaktioner',
|
||||||
'pref_optional_fields_transaction_help' => 'Per default är inte alla fält aktiverade vid skapande av en ny transaktion (underlätta röran). Nedanför går det att aktivera dessa fält om de är användbara för dig. Självklar, ett fält som är ifyllt men inaktiverat, visas oavsett denna inställning.',
|
'pref_optional_fields_transaction_help' => 'Per default är inte alla fält aktiverade vid skapande av en ny transaktion (underlätta röran). Nedanför går det att aktivera dessa fält om de är användbara för dig. Självklar, ett fält som är ifyllt men inaktiverat, visas oavsett denna inställning.',
|
||||||
'optional_tj_date_fields' => 'Datumfält',
|
'optional_tj_date_fields' => 'Datumfält',
|
||||||
'optional_tj_business_fields' => 'Affärsområden',
|
'optional_tj_business_fields' => 'Affärsområden',
|
||||||
'optional_tj_attachment_fields' => 'Bilagefält',
|
'optional_tj_attachment_fields' => 'Bilagefält',
|
||||||
'pref_optional_tj_interest_date' => 'Räntedatum',
|
'pref_optional_tj_interest_date' => 'Räntedatum',
|
||||||
'pref_optional_tj_book_date' => 'Bokföringsdatum',
|
'pref_optional_tj_book_date' => 'Bokföringsdatum',
|
||||||
'pref_optional_tj_process_date' => 'Behandlingsdatum',
|
'pref_optional_tj_process_date' => 'Behandlingsdatum',
|
||||||
'pref_optional_tj_due_date' => 'Förfallodatum',
|
'pref_optional_tj_due_date' => 'Förfallodatum',
|
||||||
'pref_optional_tj_payment_date' => 'Betalningsdatum',
|
'pref_optional_tj_payment_date' => 'Betalningsdatum',
|
||||||
'pref_optional_tj_invoice_date' => 'Fakturadatum',
|
'pref_optional_tj_invoice_date' => 'Fakturadatum',
|
||||||
'pref_optional_tj_internal_reference' => 'Intern referens',
|
'pref_optional_tj_internal_reference' => 'Intern referens',
|
||||||
'pref_optional_tj_notes' => 'Anteckningar',
|
'pref_optional_tj_notes' => 'Anteckningar',
|
||||||
'pref_optional_tj_attachments' => 'Bilagor',
|
'pref_optional_tj_attachments' => 'Bilagor',
|
||||||
'optional_field_meta_dates' => 'Datum',
|
'optional_field_meta_dates' => 'Datum',
|
||||||
'optional_field_meta_business' => 'Affärsverksamhet',
|
'optional_field_meta_business' => 'Affärsverksamhet',
|
||||||
'optional_field_attachments' => 'Bilagor',
|
'optional_field_attachments' => 'Bilagor',
|
||||||
'optional_field_meta_data' => 'Valfri metadata',
|
'optional_field_meta_data' => 'Valfri metadata',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Var försikt med dessa knappar. Ta bort saker är permanent.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Var försikt med dessa knappar. Ta bort saker är permanent.',
|
||||||
'delete_all_budgets' => 'Ta bort ALLA dina budgetar',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Ta bort ALLA dina kategorier',
|
'delete_all_budgets' => 'Ta bort ALLA dina budgetar',
|
||||||
'delete_all_tags' => 'Ta bort ALLA etiketter',
|
'delete_all_categories' => 'Ta bort ALLA dina kategorier',
|
||||||
'deleted_all_budgets' => 'Alla budgetar har raderats',
|
'delete_all_tags' => 'Ta bort ALLA etiketter',
|
||||||
'deleted_all_categories' => 'Alla kategorier har tagits bort',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Alla etiketter har tagits bort',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Ändra ditt lösenord',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Ta bort konto',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Nuvarande lösenord',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Nytt lösenord',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Repetera lösenord',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Radera ditt konto',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Radering av ditt konto tar även bort alla konton, transaktioner, <em>allt</em> du kan ha sparat i Firefly III. Det kommer att vara BORTA.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Ange ditt lösenord för att fortsätta.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Lösenord',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Är du säker? Du kan inte ångra detta.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'TA BORT ditt konto',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Ogiltigt nuvarande lösenord!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Lösenordet har ändrats!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Tanken är att byta ditt lösenord.',
|
'deleted_all_budgets' => 'Alla budgetar har raderats',
|
||||||
'invalid_password' => 'Ogiltigt lösenord!',
|
'deleted_all_categories' => 'Alla kategorier har tagits bort',
|
||||||
'what_is_pw_security' => 'Vad är "verifiera lösenordssäkerhet"?',
|
'deleted_all_tags' => 'Alla etiketter har tagits bort',
|
||||||
'secure_pw_title' => 'Hur man väljer ett säkert lösenord',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Det går inte en vecka utan att man läser i nyheterna om en sida som förlorat lösenord till sina användare. Hackare och tjuvar använder dessa lösenord för att stjäla din privata information. Denna information är värdefull.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Använder du samma lösenord överallt på internet? Om en av dessa sidor förlorar ditt lösenord, så har hackare åtkomst till all din data. Firefly III förlitar sig att du väljer ett starkt och unikt lösenord för att skydda dina ekonomiska uppgifter.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'För att hjälpa dig så kan Firefly III kontrollera om lösenordet du vill använda blivit stulet tidigare. Om detta är fallet, kommer Firefly III råda dig att INTE använda det lösenordet.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Ändra ditt lösenord',
|
||||||
|
'delete_account' => 'Ta bort konto',
|
||||||
|
'current_password' => 'Nuvarande lösenord',
|
||||||
|
'new_password' => 'Nytt lösenord',
|
||||||
|
'new_password_again' => 'Repetera lösenord',
|
||||||
|
'delete_your_account' => 'Radera ditt konto',
|
||||||
|
'delete_your_account_help' => 'Radering av ditt konto tar även bort alla konton, transaktioner, <em>allt</em> du kan ha sparat i Firefly III. Det kommer att vara BORTA.',
|
||||||
|
'delete_your_account_password' => 'Ange ditt lösenord för att fortsätta.',
|
||||||
|
'password' => 'Lösenord',
|
||||||
|
'are_you_sure' => 'Är du säker? Du kan inte ångra detta.',
|
||||||
|
'delete_account_button' => 'TA BORT ditt konto',
|
||||||
|
'invalid_current_password' => 'Ogiltigt nuvarande lösenord!',
|
||||||
|
'password_changed' => 'Lösenordet har ändrats!',
|
||||||
|
'should_change' => 'Tanken är att byta ditt lösenord.',
|
||||||
|
'invalid_password' => 'Ogiltigt lösenord!',
|
||||||
|
'what_is_pw_security' => 'Vad är "verifiera lösenordssäkerhet"?',
|
||||||
|
'secure_pw_title' => 'Hur man väljer ett säkert lösenord',
|
||||||
|
'secure_pw_history' => 'Det går inte en vecka utan att man läser i nyheterna om en sida som förlorat lösenord till sina användare. Hackare och tjuvar använder dessa lösenord för att stjäla din privata information. Denna information är värdefull.',
|
||||||
|
'secure_pw_ff' => 'Använder du samma lösenord överallt på internet? Om en av dessa sidor förlorar ditt lösenord, så har hackare åtkomst till all din data. Firefly III förlitar sig att du väljer ett starkt och unikt lösenord för att skydda dina ekonomiska uppgifter.',
|
||||||
|
'secure_pw_check_box' => 'För att hjälpa dig så kan Firefly III kontrollera om lösenordet du vill använda blivit stulet tidigare. Om detta är fallet, kommer Firefly III råda dig att INTE använda det lösenordet.',
|
||||||
'secure_pw_working_title' => 'Hur fungerar det?',
|
'secure_pw_working_title' => 'Hur fungerar det?',
|
||||||
'secure_pw_working' => 'Kryssa i rutan, Firefly III kommer att skicka de fem första tecknen i SHA1 hash av ditt lösenord till <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">webbsidan av Troy Hunt</a> för att se om det finns med på listan. Detta kommer att stoppa dig från att använda osäkra lösenord vilket rekommenderas i den senaste <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> om ämnet.',
|
'secure_pw_working' => 'Kryssa i rutan, Firefly III kommer att skicka de fem första tecknen i SHA1 hash av ditt lösenord till <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">webbsidan av Troy Hunt</a> för att se om det finns med på listan. Detta kommer att stoppa dig från att använda osäkra lösenord vilket rekommenderas i den senaste <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> om ämnet.',
|
||||||
'secure_pw_should' => 'Borde jag kryssa i rutan?',
|
'secure_pw_should' => 'Borde jag kryssa i rutan?',
|
||||||
'secure_pw_long_password' => 'Ja. Verifiera alltid att ditt lösenord är säkert.',
|
'secure_pw_long_password' => 'Ja. Verifiera alltid att ditt lösenord är säkert.',
|
||||||
'command_line_token' => 'Kommandoradstoken',
|
'command_line_token' => 'Kommandoradstoken',
|
||||||
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
'explain_command_line_token' => 'Du behöver denna token för att utföra kommandoradsalternativ, till exempel exportera data. Utan det kommer det känsliga kommandot inte att fungera. Dela inte din kommandoradssymbol. Ingen kommer att be er om detta tecken, inte ens jag. Om du är rädd för att du förlorade detta, eller när du är paranoid, regenerera denna token med hjälp av knappen.',
|
||||||
'regenerate_command_line_token' => 'Återskapa kommandoradstoken',
|
'regenerate_command_line_token' => 'Återskapa kommandoradstoken',
|
||||||
'token_regenerated' => 'En ny kommandoradstoken har skapats',
|
'token_regenerated' => 'En ny kommandoradstoken har skapats',
|
||||||
'change_your_email' => 'Ändra din e-postadress',
|
'change_your_email' => 'Ändra din e-postadress',
|
||||||
@@ -667,45 +697,45 @@ return [
|
|||||||
'login_with_new_email' => 'Du kan nu logga in med din nya epost-adress.',
|
'login_with_new_email' => 'Du kan nu logga in med din nya epost-adress.',
|
||||||
'login_with_old_email' => 'Du kan nu logga in med din gamla epost-adress igen.',
|
'login_with_old_email' => 'Du kan nu logga in med din gamla epost-adress igen.',
|
||||||
'login_provider_local_only' => 'Denna åtgärd är inte tillgänlig vid autentisiering genom ":login_provider".',
|
'login_provider_local_only' => 'Denna åtgärd är inte tillgänlig vid autentisiering genom ":login_provider".',
|
||||||
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
|
'external_user_mgt_disabled' => 'Denna åtgärd är inte tillgänglig när Firefly III inte är ansvarig för användarhantering eller autentiseringshantering.',
|
||||||
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
|
'delete_local_info_only' => "Eftersom Firefly III inte är ansvarig för användarhantering eller autentiseringshantering, kommer denna funktion endast ta bort lokal Firefly III-information.",
|
||||||
'profile_oauth_clients' => 'OAuth Clients',
|
'profile_oauth_clients' => 'OAuth klienter',
|
||||||
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
'profile_oauth_no_clients' => 'Du har inte skapat några OAuth klienter.',
|
||||||
'profile_oauth_clients_header' => 'Clients',
|
'profile_oauth_clients_header' => 'Klienter',
|
||||||
'profile_oauth_client_id' => 'Client ID',
|
'profile_oauth_client_id' => 'Klient ID',
|
||||||
'profile_oauth_client_name' => 'Name',
|
'profile_oauth_client_name' => 'Namn',
|
||||||
'profile_oauth_client_secret' => 'Secret',
|
'profile_oauth_client_secret' => 'Hemlighet',
|
||||||
'profile_oauth_create_new_client' => 'Create New Client',
|
'profile_oauth_create_new_client' => 'Skapa ny klient',
|
||||||
'profile_oauth_create_client' => 'Create Client',
|
'profile_oauth_create_client' => 'Skapa klient',
|
||||||
'profile_oauth_edit_client' => 'Edit Client',
|
'profile_oauth_edit_client' => 'Redigera klient',
|
||||||
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
'profile_oauth_name_help' => 'Något som dina användare kommer att känna igen och lita på.',
|
||||||
'profile_oauth_redirect_url' => 'Redirect URL',
|
'profile_oauth_redirect_url' => 'Omdirigera URL',
|
||||||
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
'profile_oauth_redirect_url_help' => 'Din applikations auktorisering callback URL.',
|
||||||
'profile_authorized_apps' => 'Authorized applications',
|
'profile_authorized_apps' => 'Auktoriserade applikationer',
|
||||||
'profile_authorized_clients' => 'Authorized clients',
|
'profile_authorized_clients' => 'Auktoriserade klienter',
|
||||||
'profile_scopes' => 'Scopes',
|
'profile_scopes' => 'Omfattningar',
|
||||||
'profile_revoke' => 'Revoke',
|
'profile_revoke' => 'Återkalla',
|
||||||
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
'profile_personal_access_tokens' => 'Personliga åtkomst-Tokens',
|
||||||
'profile_personal_access_token' => 'Personal Access Token',
|
'profile_personal_access_token' => 'Personlig åtkomsttoken',
|
||||||
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
'profile_personal_access_token_explanation' => 'Här är din nya personliga tillgångs token. Detta är den enda gången det kommer att visas så förlora inte det! Du kan nu använda denna token för att göra API-förfrågningar.',
|
||||||
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
'profile_no_personal_access_token' => 'Du har inte skapat några personliga åtkomsttokens.',
|
||||||
'profile_create_new_token' => 'Create new token',
|
'profile_create_new_token' => 'Skapa ny token',
|
||||||
'profile_create_token' => 'Create token',
|
'profile_create_token' => 'Skapa token',
|
||||||
'profile_create' => 'Create',
|
'profile_create' => 'Skapa',
|
||||||
'profile_save_changes' => 'Save changes',
|
'profile_save_changes' => 'Spara ändringar',
|
||||||
'profile_whoops' => 'Whoops!',
|
'profile_whoops' => 'Hoppsan!',
|
||||||
'profile_something_wrong' => 'Something went wrong!',
|
'profile_something_wrong' => 'Något gick fel!',
|
||||||
'profile_try_again' => 'Something went wrong. Please try again.',
|
'profile_try_again' => 'Något gick fel. Försök igen.',
|
||||||
'amounts' => 'Amounts',
|
'amounts' => 'Belopp',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Exportera data från Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Exportera data',
|
||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Exportera data från Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Exportera data från Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'Denna länk låter dig exportera alla transaktioner + meta data från Firefly III. Se hjälpen (högst upp till höger (?)-ikonen) för mer information om processen.',
|
||||||
'export_data_all_transactions' => 'Exportera alla transaktioner',
|
'export_data_all_transactions' => 'Exportera alla transaktioner',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Om du behöver en mer avancerad eller specifik typ av export, läs hjälpen om hur man använder konsolkommandot <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'En bilaga|:count bilagor',
|
'nr_of_attachments' => 'En bilaga|:count bilagor',
|
||||||
@@ -750,14 +780,14 @@ return [
|
|||||||
'convert_please_set_asset_destination' => 'Välj tillgångskonto pengarna kommer att gå till.',
|
'convert_please_set_asset_destination' => 'Välj tillgångskonto pengarna kommer att gå till.',
|
||||||
'convert_please_set_expense_destination' => 'Välj utgiftskonto som pengarna går till.',
|
'convert_please_set_expense_destination' => 'Välj utgiftskonto som pengarna går till.',
|
||||||
'convert_please_set_asset_source' => 'Välj tillgångskonto pengarna kommer från.',
|
'convert_please_set_asset_source' => 'Välj tillgångskonto pengarna kommer från.',
|
||||||
'convert_expl_w_d' => 'When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination account, instead of being withdrawn from it.|When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination accounts, instead of being withdrawn from them.',
|
'convert_expl_w_d' => 'När du konverterar från ett uttag till en insättning, kommer pengarna att deponeras till det visade destinationskontot, istället för att tas ut från det. När du konverterar från ett uttag till en insättning, kommer pengarna att deponeras till de visade destinationskontona, istället för att tas ut från dem.',
|
||||||
'convert_expl_w_t' => 'When converting a withdrawal into a transfer, the money will be transferred away from the source account into other asset or liability account instead of being spent on the original expense account.|When converting a withdrawal into a transfer, the money will be transferred away from the source accounts into other asset or liability accounts instead of being spent on the original expense accounts.',
|
'convert_expl_w_t' => 'När du konverterar ett uttag till en överföring, pengarna överförs från källkontot till annat tillgångs- eller ansvarskonto istället för att spenderas på det ursprungliga utgiftskontot.|När du konverterar ett uttag till en överföring, pengarna överförs från källräkenskaperna till andra tillgångs- eller ansvarskonton istället för att spenderas på de ursprungliga kostnadskontona.',
|
||||||
'convert_expl_d_w' => 'When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source account, instead of being deposited into it.|When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source accounts, instead of being deposited into them.',
|
'convert_expl_d_w' => 'När du konverterar en insättning till ett uttag kommer pengarna att tas ut från det visade källkontot istället för att deponeras till det.|När du konverterar en insättning till ett uttag kommer pengarna att tas ut från de visade källkontona istället för att deponeras till dem.',
|
||||||
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account from any of your asset or liability account.|When you convert a deposit into a transfer, the money will be deposited into the listed destination accounts from any of your asset or liability accounts.',
|
'convert_expl_d_t' => 'När du konverterar en insättning till en överföring, pengarna kommer att sättas in på det angivna destinationskontot från något av ditt tillgångs- eller ansvarskonto.|När du konverterar en insättning till en överföring, pengarna kommer att sättas in på de angivna destinationskontona från någon av dina tillgångs- eller ansvarskonton.',
|
||||||
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account you set here, instead of being transferred away.|When you convert a transfer into a withdrawal, the money will be spent on the destination accounts you set here, instead of being transferred away.',
|
'convert_expl_t_w' => 'När du konverterar en överföring till ett uttag kommer pengarna att spenderas på det destinationskonto du anger här, istället för att överföras bort.|När du konverterar en överföring till ett uttag kommer pengarna att spenderas på de destinationskonton du anger här, istället för att överföras bort.',
|
||||||
'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account you see here, instead of being transferred into it.|When you convert a transfer into a deposit, the money will be deposited into the destination accounts you see here, instead of being transferred into them.',
|
'convert_expl_t_d' => 'När du konverterar från ett uttag till en insättning, kommer pengarna att deponeras till det visade destinationskontot, istället för att tas ut från det.|När du konverterar från ett uttag till en insättning, kommer pengarna att deponeras till de visade destinationskontona, istället för att tas ut från dem.',
|
||||||
'convert_select_sources' => 'To complete the conversion, please set the new source account below.|To complete the conversion, please set the new source accounts below.',
|
'convert_select_sources' => 'För att slutföra konverteringen, ange det nya källkontot nedan.|För att slutföra konverteringen, vänligen ange de nya källkontona nedan.',
|
||||||
'convert_select_destinations' => 'To complete the conversion, please select the new destination account below.|To complete the conversion, please select the new destination accounts below.',
|
'convert_select_destinations' => 'För att slutföra konverteringen, välj det nya destinationskontot nedan.|För att slutföra konverteringen, vänligen välj de nya destinationskontona nedan.',
|
||||||
'converted_to_Withdrawal' => 'Transaktion har konverterats till ett uttag',
|
'converted_to_Withdrawal' => 'Transaktion har konverterats till ett uttag',
|
||||||
'converted_to_Deposit' => 'Transaktion har konverterats till en insättning',
|
'converted_to_Deposit' => 'Transaktion har konverterats till en insättning',
|
||||||
'converted_to_Transfer' => 'Transaktionen har konverterats till en överföring',
|
'converted_to_Transfer' => 'Transaktionen har konverterats till en överföring',
|
||||||
@@ -783,7 +813,7 @@ return [
|
|||||||
'update_currency' => 'Uppdatera valuta',
|
'update_currency' => 'Uppdatera valuta',
|
||||||
'new_default_currency' => ':name är nu standard valuta.',
|
'new_default_currency' => ':name är nu standard valuta.',
|
||||||
'cannot_delete_currency' => 'Kan ej ta bort :name då den fortfarande används.',
|
'cannot_delete_currency' => 'Kan ej ta bort :name då den fortfarande används.',
|
||||||
'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.',
|
'cannot_delete_fallback_currency' => ':name är systemets reservvaluta och kan inte tas bort.',
|
||||||
'cannot_disable_currency_journals' => 'Kan inte inaktivera :name då transaktioner fortfarande använder den.',
|
'cannot_disable_currency_journals' => 'Kan inte inaktivera :name då transaktioner fortfarande använder den.',
|
||||||
'cannot_disable_currency_last_left' => 'Kan inte inaktivera :name efter det är den sista aktiverade valutan.',
|
'cannot_disable_currency_last_left' => 'Kan inte inaktivera :name efter det är den sista aktiverade valutan.',
|
||||||
'cannot_disable_currency_account_meta' => 'Kan inte inaktivera :name, används i tillgångskonton.',
|
'cannot_disable_currency_account_meta' => 'Kan inte inaktivera :name, används i tillgångskonton.',
|
||||||
@@ -815,7 +845,7 @@ return [
|
|||||||
'options' => 'Alternativ',
|
'options' => 'Alternativ',
|
||||||
|
|
||||||
// budgets:
|
// budgets:
|
||||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end.',
|
'budget_limit_not_in_range' => 'Detta belopp gäller från :start till :end.',
|
||||||
'total_available_budget' => 'Total tillgänglig budget (mellan :start och :end)',
|
'total_available_budget' => 'Total tillgänglig budget (mellan :start och :end)',
|
||||||
'total_available_budget_in_currency' => 'Total tillgänglig budget i :currency',
|
'total_available_budget_in_currency' => 'Total tillgänglig budget i :currency',
|
||||||
'see_below' => 'se nedan',
|
'see_below' => 'se nedan',
|
||||||
@@ -831,7 +861,7 @@ return [
|
|||||||
'ab_basic_modal_explain' => 'Detta formulär används för hur mycket du förväntas kunna budgetera (totalt i :currency) under angiven period.',
|
'ab_basic_modal_explain' => 'Detta formulär används för hur mycket du förväntas kunna budgetera (totalt i :currency) under angiven period.',
|
||||||
'createBudget' => 'Ny budget',
|
'createBudget' => 'Ny budget',
|
||||||
'invalid_currency' => 'Detta är en ogiltig valuta',
|
'invalid_currency' => 'Detta är en ogiltig valuta',
|
||||||
'invalid_amount' => 'Please enter an amount',
|
'invalid_amount' => 'Ange ett belopp',
|
||||||
'set_ab' => 'Summan på tillgänlig budget har satts',
|
'set_ab' => 'Summan på tillgänlig budget har satts',
|
||||||
'updated_ab' => 'Summan på tillgänlig budget har uppdaterats',
|
'updated_ab' => 'Summan på tillgänlig budget har uppdaterats',
|
||||||
'deleted_ab' => 'Summan på tillgänglig budget har tagits bort',
|
'deleted_ab' => 'Summan på tillgänglig budget har tagits bort',
|
||||||
@@ -857,8 +887,8 @@ return [
|
|||||||
'over_budget_warn' => '<i class="fa fa-money"></i>Vanligen budgeterar du :amount per dag. Nu är det :over_amount per dag. Är du säker?',
|
'over_budget_warn' => '<i class="fa fa-money"></i>Vanligen budgeterar du :amount per dag. Nu är det :over_amount per dag. Är du säker?',
|
||||||
'transferred_in' => 'Överfört (in)',
|
'transferred_in' => 'Överfört (in)',
|
||||||
'transferred_away' => 'Överfört (bort)',
|
'transferred_away' => 'Överfört (bort)',
|
||||||
'auto_budget_none' => 'No auto-budget',
|
'auto_budget_none' => 'Ingen auto-budget',
|
||||||
'auto_budget_reset' => 'Set a fixed amount every period',
|
'auto_budget_reset' => 'Ange ett fast belopp varje period',
|
||||||
'auto_budget_rollover' => 'Add an amount every period',
|
'auto_budget_rollover' => 'Add an amount every period',
|
||||||
'auto_budget_period_daily' => 'Daily',
|
'auto_budget_period_daily' => 'Daily',
|
||||||
'auto_budget_period_weekly' => 'Weekly',
|
'auto_budget_period_weekly' => 'Weekly',
|
||||||
@@ -1316,19 +1346,19 @@ return [
|
|||||||
'out_per_budget' => 'Spenderat per budget',
|
'out_per_budget' => 'Spenderat per budget',
|
||||||
'select_expense_revenue' => 'Select expense/revenue account',
|
'select_expense_revenue' => 'Select expense/revenue account',
|
||||||
'multi_currency_report_sum' => 'Because this list contains accounts with multiple currencies, the sum(s) you see may not make sense. The report will always fall back to your default currency.',
|
'multi_currency_report_sum' => 'Because this list contains accounts with multiple currencies, the sum(s) you see may not make sense. The report will always fall back to your default currency.',
|
||||||
'sum_in_default_currency' => 'The sum will always be in your default currency.',
|
'sum_in_default_currency' => 'Summan kommer alltid att vara i din standardvaluta.',
|
||||||
'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.',
|
'net_filtered_prefs' => 'Det här diagrammet kommer aldrig att innehålla konton som har alternativet "Inkludera i nätet värdet" avmarkerat.',
|
||||||
|
|
||||||
// charts:
|
// charts:
|
||||||
'chart' => 'Graf',
|
'chart' => 'Graf',
|
||||||
'month' => 'Månad',
|
'month' => 'Månad',
|
||||||
'budget' => 'Budget',
|
'budget' => 'Budget',
|
||||||
'spent' => 'Spenderat',
|
'spent' => 'Spenderat',
|
||||||
'spent_capped' => 'Spent (capped)',
|
'spent_capped' => 'Spenderade (kantade)',
|
||||||
'spent_in_budget' => 'Spenderat per budget',
|
'spent_in_budget' => 'Spenderat per budget',
|
||||||
'left_to_spend' => 'Återstår att spendera',
|
'left_to_spend' => 'Återstår att spendera',
|
||||||
'earned' => 'Tjänat',
|
'earned' => 'Tjänat',
|
||||||
'overspent' => 'Overspent',
|
'overspent' => 'Överansträngd',
|
||||||
'left' => 'Återstår',
|
'left' => 'Återstår',
|
||||||
'max-amount' => 'Högsta belopp',
|
'max-amount' => 'Högsta belopp',
|
||||||
'min-amount' => 'Lägsta belopp',
|
'min-amount' => 'Lägsta belopp',
|
||||||
@@ -1349,15 +1379,15 @@ return [
|
|||||||
|
|
||||||
// piggy banks:
|
// piggy banks:
|
||||||
'add_money_to_piggy' => 'Lägg till pengar till spargris ":name"',
|
'add_money_to_piggy' => 'Lägg till pengar till spargris ":name"',
|
||||||
'piggy_bank' => 'Piggy bank',
|
'piggy_bank' => 'Spargris',
|
||||||
'new_piggy_bank' => 'New piggy bank',
|
'new_piggy_bank' => 'Ny spargris',
|
||||||
'store_piggy_bank' => 'Store new piggy bank',
|
'store_piggy_bank' => 'Lagra ny spargris',
|
||||||
'stored_piggy_bank' => 'Store new piggy bank ":name"',
|
'stored_piggy_bank' => 'Lagra ny spargris ":name"',
|
||||||
'account_status' => 'Account status',
|
'account_status' => 'Kontostatus',
|
||||||
'left_for_piggy_banks' => 'Left for piggy banks',
|
'left_for_piggy_banks' => 'Kvar för spargrisar',
|
||||||
'sum_of_piggy_banks' => 'Sum of piggy banks',
|
'sum_of_piggy_banks' => 'Sum of piggy banks',
|
||||||
'saved_so_far' => 'Saved so far',
|
'saved_so_far' => 'Sparat hittills',
|
||||||
'left_to_save' => 'Left to save',
|
'left_to_save' => 'Kvar att spara',
|
||||||
'suggested_amount' => 'Suggested monthly amount to save',
|
'suggested_amount' => 'Suggested monthly amount to save',
|
||||||
'add_money_to_piggy_title' => 'Lägg till pengar till spargris ":name"',
|
'add_money_to_piggy_title' => 'Lägg till pengar till spargris ":name"',
|
||||||
'remove_money_from_piggy_title' => 'Ta bort pengar från spargris ":name"',
|
'remove_money_from_piggy_title' => 'Ta bort pengar från spargris ":name"',
|
||||||
@@ -1439,9 +1469,9 @@ return [
|
|||||||
'send_message' => 'Send message',
|
'send_message' => 'Send message',
|
||||||
'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.',
|
'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.',
|
||||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||||
'admin_maintanance_title' => 'Maintenance',
|
'admin_maintanance_title' => 'Underhåll',
|
||||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
'admin_maintanance_expl' => 'Några fiffiga knappar för Firefly III underhåll',
|
||||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
'admin_maintenance_clear_cache' => 'Rensa cache',
|
||||||
|
|
||||||
'split_transaction_title' => 'Description of the split transaction',
|
'split_transaction_title' => 'Description of the split transaction',
|
||||||
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
|
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Regel måste ha minst en åtgärd.',
|
'at_least_one_action' => 'Regel måste ha minst en åtgärd.',
|
||||||
'base64' => 'Detta är inte giltigt bas64 data.',
|
'base64' => 'Detta är inte giltigt bas64 data.',
|
||||||
'model_id_invalid' => 'Angivet ID verkar ogiltig för denna modell.',
|
'model_id_invalid' => 'Angivet ID verkar ogiltig för denna modell.',
|
||||||
'more' => ':attribute must be larger than ":more".',
|
|
||||||
'less' => ':attribute måste vara mindre än 10 000 000',
|
'less' => ':attribute måste vara mindre än 10 000 000',
|
||||||
'active_url' => ':attribute är inte en giltig URL.',
|
'active_url' => ':attribute är inte en giltig URL.',
|
||||||
'after' => ':attribute måste vara ett datum efter :date.',
|
'after' => ':attribute måste vara ett datum efter :date.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Det går inte att använda detta konto som mottagarkonto.',
|
'generic_invalid_destination' => 'Det går inte att använda detta konto som mottagarkonto.',
|
||||||
|
|
||||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'The :attribute must have :value items or more.',
|
||||||
|
@@ -607,54 +607,84 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
|||||||
'list_page_size_help' => 'Herhangi bir şeyin listesi (hesaplar, işlemler, vb) sayfa başına en fazla bu kadar gösterebilir.',
|
'list_page_size_help' => 'Herhangi bir şeyin listesi (hesaplar, işlemler, vb) sayfa başına en fazla bu kadar gösterebilir.',
|
||||||
'list_page_size_label' => 'Sayfa boyutu',
|
'list_page_size_label' => 'Sayfa boyutu',
|
||||||
'between_dates' => '(:start ve :end)',
|
'between_dates' => '(:start ve :end)',
|
||||||
'pref_optional_fields_transaction' => 'İşlemler için bağlı alanlar',
|
'pref_optional_fields_transaction' => 'İşlemler için bağlı alanlar',
|
||||||
'pref_optional_fields_transaction_help' => 'Yeni bir işlem oluşturulurken (dağınıklık nedeniyle) varsayılan olarak tüm alanlar ektinleştirilmez. Aşağıdan, eğer işinize yarayacağını düşünüyorsanız bu alanları ektinleştirebilirsiniz. Tabii ki, devre dışı bırakılmış ama zaten doldurulmuş alanlar ayarlar ne olursa olsun görünecektir.',
|
'pref_optional_fields_transaction_help' => 'Yeni bir işlem oluşturulurken (dağınıklık nedeniyle) varsayılan olarak tüm alanlar ektinleştirilmez. Aşağıdan, eğer işinize yarayacağını düşünüyorsanız bu alanları ektinleştirebilirsiniz. Tabii ki, devre dışı bırakılmış ama zaten doldurulmuş alanlar ayarlar ne olursa olsun görünecektir.',
|
||||||
'optional_tj_date_fields' => 'Tarih alanları',
|
'optional_tj_date_fields' => 'Tarih alanları',
|
||||||
'optional_tj_business_fields' => 'İş alanları',
|
'optional_tj_business_fields' => 'İş alanları',
|
||||||
'optional_tj_attachment_fields' => 'Ek alanları',
|
'optional_tj_attachment_fields' => 'Ek alanları',
|
||||||
'pref_optional_tj_interest_date' => 'Faiz tarihi',
|
'pref_optional_tj_interest_date' => 'Faiz tarihi',
|
||||||
'pref_optional_tj_book_date' => 'Kitap tarihi',
|
'pref_optional_tj_book_date' => 'Kitap tarihi',
|
||||||
'pref_optional_tj_process_date' => 'İşlem tarihi',
|
'pref_optional_tj_process_date' => 'İşlem tarihi',
|
||||||
'pref_optional_tj_due_date' => 'Bitiş tarihi',
|
'pref_optional_tj_due_date' => 'Bitiş tarihi',
|
||||||
'pref_optional_tj_payment_date' => 'Ödeme tarihi',
|
'pref_optional_tj_payment_date' => 'Ödeme tarihi',
|
||||||
'pref_optional_tj_invoice_date' => 'Fatura tarihi',
|
'pref_optional_tj_invoice_date' => 'Fatura tarihi',
|
||||||
'pref_optional_tj_internal_reference' => 'Dahili referans',
|
'pref_optional_tj_internal_reference' => 'Dahili referans',
|
||||||
'pref_optional_tj_notes' => 'Notlar',
|
'pref_optional_tj_notes' => 'Notlar',
|
||||||
'pref_optional_tj_attachments' => 'Ekler',
|
'pref_optional_tj_attachments' => 'Ekler',
|
||||||
'optional_field_meta_dates' => 'Tarih',
|
'optional_field_meta_dates' => 'Tarih',
|
||||||
'optional_field_meta_business' => 'İş',
|
'optional_field_meta_business' => 'İş',
|
||||||
'optional_field_attachments' => 'Ekler',
|
'optional_field_attachments' => 'Ekler',
|
||||||
'optional_field_meta_data' => 'İsteğe bağlı meta veriler',
|
'optional_field_meta_data' => 'İsteğe bağlı meta veriler',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Delete ALL your categories',
|
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||||
'delete_all_tags' => 'Delete ALL your tags',
|
'delete_all_categories' => 'Delete ALL your categories',
|
||||||
'deleted_all_budgets' => 'All budgets have been deleted',
|
'delete_all_tags' => 'Delete ALL your tags',
|
||||||
'deleted_all_categories' => 'All categories have been deleted',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'All tags have been deleted',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Şifrenizi değiştirin',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Hesabı Sil',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Güncel Şifre',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Yeni Şifre',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Yeni Şifre (Tekrar)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Hesabını Sil',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Hesabınızı silmeniz aynı zamanda Firefly III\'e kaydetmiş olabileceğiniz hesapları, işlemleri, <em>her şeyi</em> de silecektir. YOK OLACAK.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Devam etmek için şifrenizi girin.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Şifre',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Emin misiniz? Bunu geri alamazsınız.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'Hesabını Sil',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Geçersiz Şifre!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Şifre değiştirildi!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Amaç, şifrenizi değiştirmenizdir.',
|
'deleted_all_budgets' => 'All budgets have been deleted',
|
||||||
'invalid_password' => 'Geçersiz şifre!',
|
'deleted_all_categories' => 'All categories have been deleted',
|
||||||
'what_is_pw_security' => '\'\'Doğrulama şifresi güvenliği\'\' nedir?',
|
'deleted_all_tags' => 'All tags have been deleted',
|
||||||
'secure_pw_title' => 'Güvenli şifre nasıl seçilir?',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Şifrenizi değiştirin',
|
||||||
|
'delete_account' => 'Hesabı Sil',
|
||||||
|
'current_password' => 'Güncel Şifre',
|
||||||
|
'new_password' => 'Yeni Şifre',
|
||||||
|
'new_password_again' => 'Yeni Şifre (Tekrar)',
|
||||||
|
'delete_your_account' => 'Hesabını Sil',
|
||||||
|
'delete_your_account_help' => 'Hesabınızı silmeniz aynı zamanda Firefly III\'e kaydetmiş olabileceğiniz hesapları, işlemleri, <em>her şeyi</em> de silecektir. YOK OLACAK.',
|
||||||
|
'delete_your_account_password' => 'Devam etmek için şifrenizi girin.',
|
||||||
|
'password' => 'Şifre',
|
||||||
|
'are_you_sure' => 'Emin misiniz? Bunu geri alamazsınız.',
|
||||||
|
'delete_account_button' => 'Hesabını Sil',
|
||||||
|
'invalid_current_password' => 'Geçersiz Şifre!',
|
||||||
|
'password_changed' => 'Şifre değiştirildi!',
|
||||||
|
'should_change' => 'Amaç, şifrenizi değiştirmenizdir.',
|
||||||
|
'invalid_password' => 'Geçersiz şifre!',
|
||||||
|
'what_is_pw_security' => '\'\'Doğrulama şifresi güvenliği\'\' nedir?',
|
||||||
|
'secure_pw_title' => 'Güvenli şifre nasıl seçilir?',
|
||||||
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
'secure_pw_working_title' => 'How does it work?',
|
'secure_pw_working_title' => 'How does it work?',
|
||||||
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||||
'secure_pw_should' => 'Kutuyu kontrol etmeli miyim?',
|
'secure_pw_should' => 'Kutuyu kontrol etmeli miyim?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Kural en az bir eylem olması gerekir.',
|
'at_least_one_action' => 'Kural en az bir eylem olması gerekir.',
|
||||||
'base64' => 'Bu geçerli Base64 olarak kodlanmış veri değildir.',
|
'base64' => 'Bu geçerli Base64 olarak kodlanmış veri değildir.',
|
||||||
'model_id_invalid' => 'Verilen kimlik bu model için geçersiz görünüyor.',
|
'model_id_invalid' => 'Verilen kimlik bu model için geçersiz görünüyor.',
|
||||||
'more' => ':attribute must be larger than ":more".',
|
|
||||||
'less' => ':attribute 10.000.000 den daha az olmalıdır',
|
'less' => ':attribute 10.000.000 den daha az olmalıdır',
|
||||||
'active_url' => ':attribute geçerli bir URL değil.',
|
'active_url' => ':attribute geçerli bir URL değil.',
|
||||||
'after' => ':attribute :date tarihinden sonrası için tarihlendirilmelidir.',
|
'after' => ':attribute :date tarihinden sonrası için tarihlendirilmelidir.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||||
|
|
||||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'The :attribute must have :value items or more.',
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => 'Bất kỳ danh sách các thứ (tài khoản, giao dịch, v.v.) đều hiển thị nhiều nhất trên mỗi trang.',
|
'list_page_size_help' => 'Bất kỳ danh sách các thứ (tài khoản, giao dịch, v.v.) đều hiển thị nhiều nhất trên mỗi trang.',
|
||||||
'list_page_size_label' => 'Kích thước trang',
|
'list_page_size_label' => 'Kích thước trang',
|
||||||
'between_dates' => '(:start và :end)',
|
'between_dates' => '(:start và :end)',
|
||||||
'pref_optional_fields_transaction' => 'Các trường tùy chọn cho giao dịch',
|
'pref_optional_fields_transaction' => 'Các trường tùy chọn cho giao dịch',
|
||||||
'pref_optional_fields_transaction_help' => 'Theo mặc định, không phải tất cả các trường đều được bật khi tạo giao dịch mới (vì sự lộn xộn). Dưới đây, bạn có thể kích hoạt các trường này nếu bạn nghĩ rằng chúng có thể hữu ích cho bạn. Tất nhiên, bất kỳ trường nào bị vô hiệu hóa, nhưng đã được điền vào, sẽ hiển thị bất kể cài đặt.',
|
'pref_optional_fields_transaction_help' => 'Theo mặc định, không phải tất cả các trường đều được bật khi tạo giao dịch mới (vì sự lộn xộn). Dưới đây, bạn có thể kích hoạt các trường này nếu bạn nghĩ rằng chúng có thể hữu ích cho bạn. Tất nhiên, bất kỳ trường nào bị vô hiệu hóa, nhưng đã được điền vào, sẽ hiển thị bất kể cài đặt.',
|
||||||
'optional_tj_date_fields' => 'Trường ngày',
|
'optional_tj_date_fields' => 'Trường ngày',
|
||||||
'optional_tj_business_fields' => 'Lĩnh vực kinh doanh',
|
'optional_tj_business_fields' => 'Lĩnh vực kinh doanh',
|
||||||
'optional_tj_attachment_fields' => 'Trường đính kèm',
|
'optional_tj_attachment_fields' => 'Trường đính kèm',
|
||||||
'pref_optional_tj_interest_date' => 'Ngày lãi',
|
'pref_optional_tj_interest_date' => 'Ngày lãi',
|
||||||
'pref_optional_tj_book_date' => 'Ngày đặt sách',
|
'pref_optional_tj_book_date' => 'Ngày đặt sách',
|
||||||
'pref_optional_tj_process_date' => 'Ngày xử lý',
|
'pref_optional_tj_process_date' => 'Ngày xử lý',
|
||||||
'pref_optional_tj_due_date' => 'Ngày đáo hạn',
|
'pref_optional_tj_due_date' => 'Ngày đáo hạn',
|
||||||
'pref_optional_tj_payment_date' => 'Ngày thanh toán',
|
'pref_optional_tj_payment_date' => 'Ngày thanh toán',
|
||||||
'pref_optional_tj_invoice_date' => 'Ngày hóa đơn',
|
'pref_optional_tj_invoice_date' => 'Ngày hóa đơn',
|
||||||
'pref_optional_tj_internal_reference' => 'Tài liệu tham khảo nội bộ',
|
'pref_optional_tj_internal_reference' => 'Tài liệu tham khảo nội bộ',
|
||||||
'pref_optional_tj_notes' => 'Ghi chú',
|
'pref_optional_tj_notes' => 'Ghi chú',
|
||||||
'pref_optional_tj_attachments' => 'Tài liệu đính kèm',
|
'pref_optional_tj_attachments' => 'Tài liệu đính kèm',
|
||||||
'optional_field_meta_dates' => 'Ngày',
|
'optional_field_meta_dates' => 'Ngày',
|
||||||
'optional_field_meta_business' => 'Kinh doanh',
|
'optional_field_meta_business' => 'Kinh doanh',
|
||||||
'optional_field_attachments' => 'Tài liệu đính kèm',
|
'optional_field_attachments' => 'Tài liệu đính kèm',
|
||||||
'optional_field_meta_data' => 'Dữ liệu meta tùy chọn',
|
'optional_field_meta_data' => 'Dữ liệu meta tùy chọn',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Hãy cẩn thận với các nút này. Xóa nội dung là vĩnh viễn.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Hãy cẩn thận với các nút này. Xóa nội dung là vĩnh viễn.',
|
||||||
'delete_all_budgets' => 'Xóa TẤT CẢ ngân sách của bạn',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Xóa TẤT CẢ danh mục của bạn',
|
'delete_all_budgets' => 'Xóa TẤT CẢ ngân sách của bạn',
|
||||||
'delete_all_tags' => 'Xóa TẤT CẢ các nhãn của bạn',
|
'delete_all_categories' => 'Xóa TẤT CẢ danh mục của bạn',
|
||||||
'deleted_all_budgets' => 'Tất cả ngân sách đã bị xóa',
|
'delete_all_tags' => 'Xóa TẤT CẢ các nhãn của bạn',
|
||||||
'deleted_all_categories' => 'Tất cả các danh mục đã bị xóa',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'Tất cả các nhãn bị xóa',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => 'Thay đổi mật khẩu của bạn',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => 'Xóa tài khoản',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => 'Mật khẩu hiện tại',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => 'Mật khẩu mới',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => 'Mật khẩu mới (một lần nữa)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => 'Xóa tài khoản của bạn',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => 'Xóa tài khoản của bạn cũng sẽ xóa mọi tài khoản, giao dịch, <em>anything</em> bạn đã lưu vào Firefly III.',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => 'Nhập mật khẩu của bạn để tiếp tục.',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => 'Mật khẩu',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => 'Bạn có chắc không? Bạn không thể hoàn tác điều này.',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => 'Xóa tài khoản của bạn',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => 'Mật khẩu hiện tại không hợp lệ!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => 'Mật khẩu đã được thay đổi!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => 'Ý tưởng là thay đổi mật khẩu của bạn.',
|
'deleted_all_budgets' => 'Tất cả ngân sách đã bị xóa',
|
||||||
'invalid_password' => 'Mật khẩu không hợp lệ!',
|
'deleted_all_categories' => 'Tất cả các danh mục đã bị xóa',
|
||||||
'what_is_pw_security' => '"Xác minh bảo mật mật khẩu" là gì?',
|
'deleted_all_tags' => 'Tất cả các nhãn bị xóa',
|
||||||
'secure_pw_title' => 'Cách chọn mật khẩu an toàn',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => 'Không có một tuần trôi qua mà bạn đọc trong tin tức về một trang web bị mất mật khẩu của người dùng. Tin tặc và kẻ trộm sử dụng các mật khẩu này để cố lấy cắp thông tin cá nhân của bạn. Thông tin này có giá trị.',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => 'Bạn có sử dụng cùng một mật khẩu trên internet không? Nếu một trang web mất mật khẩu, tin tặc có quyền truy cập vào tất cả dữ liệu của bạn. Firefly III dựa vào bạn để chọn một mật khẩu mạnh và duy nhất để bảo vệ hồ sơ tài chính của bạn.',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => 'Để giúp bạn làm điều đó, Firefly III có thể kiểm tra xem mật khẩu bạn muốn sử dụng có bị đánh cắp trong quá khứ không. Nếu đây là trường hợp, Firefly III khuyên bạn KHÔNG nên sử dụng mật khẩu đó.',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => 'Thay đổi mật khẩu của bạn',
|
||||||
|
'delete_account' => 'Xóa tài khoản',
|
||||||
|
'current_password' => 'Mật khẩu hiện tại',
|
||||||
|
'new_password' => 'Mật khẩu mới',
|
||||||
|
'new_password_again' => 'Mật khẩu mới (một lần nữa)',
|
||||||
|
'delete_your_account' => 'Xóa tài khoản của bạn',
|
||||||
|
'delete_your_account_help' => 'Xóa tài khoản của bạn cũng sẽ xóa mọi tài khoản, giao dịch, <em>anything</em> bạn đã lưu vào Firefly III.',
|
||||||
|
'delete_your_account_password' => 'Nhập mật khẩu của bạn để tiếp tục.',
|
||||||
|
'password' => 'Mật khẩu',
|
||||||
|
'are_you_sure' => 'Bạn có chắc không? Bạn không thể hoàn tác điều này.',
|
||||||
|
'delete_account_button' => 'Xóa tài khoản của bạn',
|
||||||
|
'invalid_current_password' => 'Mật khẩu hiện tại không hợp lệ!',
|
||||||
|
'password_changed' => 'Mật khẩu đã được thay đổi!',
|
||||||
|
'should_change' => 'Ý tưởng là thay đổi mật khẩu của bạn.',
|
||||||
|
'invalid_password' => 'Mật khẩu không hợp lệ!',
|
||||||
|
'what_is_pw_security' => '"Xác minh bảo mật mật khẩu" là gì?',
|
||||||
|
'secure_pw_title' => 'Cách chọn mật khẩu an toàn',
|
||||||
|
'secure_pw_history' => 'Không có một tuần trôi qua mà bạn đọc trong tin tức về một trang web bị mất mật khẩu của người dùng. Tin tặc và kẻ trộm sử dụng các mật khẩu này để cố lấy cắp thông tin cá nhân của bạn. Thông tin này có giá trị.',
|
||||||
|
'secure_pw_ff' => 'Bạn có sử dụng cùng một mật khẩu trên internet không? Nếu một trang web mất mật khẩu, tin tặc có quyền truy cập vào tất cả dữ liệu của bạn. Firefly III dựa vào bạn để chọn một mật khẩu mạnh và duy nhất để bảo vệ hồ sơ tài chính của bạn.',
|
||||||
|
'secure_pw_check_box' => 'Để giúp bạn làm điều đó, Firefly III có thể kiểm tra xem mật khẩu bạn muốn sử dụng có bị đánh cắp trong quá khứ không. Nếu đây là trường hợp, Firefly III khuyên bạn KHÔNG nên sử dụng mật khẩu đó.',
|
||||||
'secure_pw_working_title' => 'Làm thế nào nó hoạt động?',
|
'secure_pw_working_title' => 'Làm thế nào nó hoạt động?',
|
||||||
'secure_pw_working' => 'Bằng cách chọn hộp, Firefly III sẽ gửi năm ký tự đầu tiên của hàm băm SHA1 của mật khẩu của bạn tới <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">trang web của Troy Hunt </a> để xem nó có trong danh sách không. Điều này sẽ ngăn bạn sử dụng mật khẩu không an toàn như được khuyến nghị trong phần mới nhất <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ấn phẩm đặc biệt của NIST</a> về chủ đề này.',
|
'secure_pw_working' => 'Bằng cách chọn hộp, Firefly III sẽ gửi năm ký tự đầu tiên của hàm băm SHA1 của mật khẩu của bạn tới <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">trang web của Troy Hunt </a> để xem nó có trong danh sách không. Điều này sẽ ngăn bạn sử dụng mật khẩu không an toàn như được khuyến nghị trong phần mới nhất <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ấn phẩm đặc biệt của NIST</a> về chủ đề này.',
|
||||||
'secure_pw_should' => 'Tôi có nên check vào hộp không?',
|
'secure_pw_should' => 'Tôi có nên check vào hộp không?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => 'Quy tắc phải có ít nhất một hành động.',
|
'at_least_one_action' => 'Quy tắc phải có ít nhất một hành động.',
|
||||||
'base64' => 'Đây không phải là dữ liệu được mã hóa base64 hợp lệ.',
|
'base64' => 'Đây không phải là dữ liệu được mã hóa base64 hợp lệ.',
|
||||||
'model_id_invalid' => 'ID đã cho có vẻ không hợp lệ cho mô hình này.',
|
'model_id_invalid' => 'ID đã cho có vẻ không hợp lệ cho mô hình này.',
|
||||||
'more' => ':thuộc tính phải lớn hơn ":more".',
|
|
||||||
'less' => ':thuộc tính phải nhỏ hơn 10,000,000',
|
'less' => ':thuộc tính phải nhỏ hơn 10,000,000',
|
||||||
'active_url' => 'Thuộc tính: không phải là một URL hợp lệ.',
|
'active_url' => 'Thuộc tính: không phải là một URL hợp lệ.',
|
||||||
'after' => 'Thuộc tính: phải là một ngày sau: ngày.',
|
'after' => 'Thuộc tính: phải là một ngày sau: ngày.',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Bạn không thể sử dụng tài khoản này làm tài khoản đích.',
|
'generic_invalid_destination' => 'Bạn không thể sử dụng tài khoản này làm tài khoản đích.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute phải lớn hơn hoặc bằng :value.',
|
'gte.numeric' => ':attribute phải lớn hơn hoặc bằng :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => ':attribute phải lớn hơn hoặc bằng :value kilobyte.',
|
'gte.file' => ':attribute phải lớn hơn hoặc bằng :value kilobyte.',
|
||||||
'gte.string' => ':attribute phải lớn hơn hoặc bằng :value ký tự.',
|
'gte.string' => ':attribute phải lớn hơn hoặc bằng :value ký tự.',
|
||||||
'gte.array' => ':attribute phải có :value mục trở lên.',
|
'gte.array' => ':attribute phải có :value mục trở lên.',
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => '任何物品 (帐户、交易…等) 清单在每页至多显示此数量',
|
'list_page_size_help' => '任何物品 (帐户、交易…等) 清单在每页至多显示此数量',
|
||||||
'list_page_size_label' => '页面大小',
|
'list_page_size_label' => '页面大小',
|
||||||
'between_dates' => '(:start 与 :end)',
|
'between_dates' => '(:start 与 :end)',
|
||||||
'pref_optional_fields_transaction' => '交易的选填栏位',
|
'pref_optional_fields_transaction' => '交易的选填栏位',
|
||||||
'pref_optional_fields_transaction_help' => '预设状况下,建立一笔新交易 (由于丛集关系) 时,并非所有栏位都是启用的。以下,您可启用您觉得对您有用的栏位。当然,任何已键入却停用的栏位,仍是可见的,与设定无关。',
|
'pref_optional_fields_transaction_help' => '预设状况下,建立一笔新交易 (由于丛集关系) 时,并非所有栏位都是启用的。以下,您可启用您觉得对您有用的栏位。当然,任何已键入却停用的栏位,仍是可见的,与设定无关。',
|
||||||
'optional_tj_date_fields' => '日期栏位',
|
'optional_tj_date_fields' => '日期栏位',
|
||||||
'optional_tj_business_fields' => '商务栏位',
|
'optional_tj_business_fields' => '商务栏位',
|
||||||
'optional_tj_attachment_fields' => '附加档案栏位',
|
'optional_tj_attachment_fields' => '附加档案栏位',
|
||||||
'pref_optional_tj_interest_date' => '利率日期',
|
'pref_optional_tj_interest_date' => '利率日期',
|
||||||
'pref_optional_tj_book_date' => '登记日期',
|
'pref_optional_tj_book_date' => '登记日期',
|
||||||
'pref_optional_tj_process_date' => '处理日期',
|
'pref_optional_tj_process_date' => '处理日期',
|
||||||
'pref_optional_tj_due_date' => '截止日期',
|
'pref_optional_tj_due_date' => '截止日期',
|
||||||
'pref_optional_tj_payment_date' => '付款日期',
|
'pref_optional_tj_payment_date' => '付款日期',
|
||||||
'pref_optional_tj_invoice_date' => '发票日期',
|
'pref_optional_tj_invoice_date' => '发票日期',
|
||||||
'pref_optional_tj_internal_reference' => '内部参考',
|
'pref_optional_tj_internal_reference' => '内部参考',
|
||||||
'pref_optional_tj_notes' => '注释',
|
'pref_optional_tj_notes' => '注释',
|
||||||
'pref_optional_tj_attachments' => '附加档案',
|
'pref_optional_tj_attachments' => '附加档案',
|
||||||
'optional_field_meta_dates' => '日期',
|
'optional_field_meta_dates' => '日期',
|
||||||
'optional_field_meta_business' => '商务',
|
'optional_field_meta_business' => '商务',
|
||||||
'optional_field_attachments' => '附加档案',
|
'optional_field_attachments' => '附加档案',
|
||||||
'optional_field_meta_data' => '可选后设资料',
|
'optional_field_meta_data' => '可选后设资料',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => '小心使用这些按钮。删除内容是永久性的。',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => '小心使用这些按钮。删除内容是永久性的。',
|
||||||
'delete_all_budgets' => '删除所有您的预算',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => '删除您的所有类别',
|
'delete_all_budgets' => '删除所有您的预算',
|
||||||
'delete_all_tags' => '删除您的所有标签',
|
'delete_all_categories' => '删除您的所有类别',
|
||||||
'deleted_all_budgets' => '所有预算已被删除',
|
'delete_all_tags' => '删除您的所有标签',
|
||||||
'deleted_all_categories' => '所有分类已被删除',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => '所有标签已被删除',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => '更改您的密码',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => '移除帐户',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => '目前密码',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => '新密码',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => '新密码 (再输入一次)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => '删除您的帐户',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => '删除您的帐户亦将删除任何帐户、交易、<em>任何</em> 您可能存再 Firefly III 的东西,均将消逝。',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => '输入您的密码以继续。',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => '密码',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => '是否确定?您无法还原此操作。',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => '删除您的帐户',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => '无效的目前密码!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => '已变更密码!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => '我们的想法是更改您的密码。',
|
'deleted_all_budgets' => '所有预算已被删除',
|
||||||
'invalid_password' => '无效密码!',
|
'deleted_all_categories' => '所有分类已被删除',
|
||||||
'what_is_pw_security' => '何谓 "验证密码安全"?',
|
'deleted_all_tags' => '所有标签已被删除',
|
||||||
'secure_pw_title' => '如何选择安全密码',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => '每周无不见有关网站遗失使用者密码的相关新闻,骇客与窃贼使用这些帐号密码企图窃取您的个人资讯,这些资讯是很有价值的。',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => '您在网路上都使用一样的密码吗?如果一个网站遗失您的密码,骇客将可通行您的所有资料。Firefly III 需要您选择强大且独特的密码以保护您的财务纪录。',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => '为了协助您达成安全密码的目的,Firefly III 可自动检查您的密码过去是否已被盗用。若然,Firefly III 建议您避免使用此密码。',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => '更改您的密码',
|
||||||
|
'delete_account' => '移除帐户',
|
||||||
|
'current_password' => '目前密码',
|
||||||
|
'new_password' => '新密码',
|
||||||
|
'new_password_again' => '新密码 (再输入一次)',
|
||||||
|
'delete_your_account' => '删除您的帐户',
|
||||||
|
'delete_your_account_help' => '删除您的帐户亦将删除任何帐户、交易、<em>任何</em> 您可能存再 Firefly III 的东西,均将消逝。',
|
||||||
|
'delete_your_account_password' => '输入您的密码以继续。',
|
||||||
|
'password' => '密码',
|
||||||
|
'are_you_sure' => '是否确定?您无法还原此操作。',
|
||||||
|
'delete_account_button' => '删除您的帐户',
|
||||||
|
'invalid_current_password' => '无效的目前密码!',
|
||||||
|
'password_changed' => '已变更密码!',
|
||||||
|
'should_change' => '我们的想法是更改您的密码。',
|
||||||
|
'invalid_password' => '无效密码!',
|
||||||
|
'what_is_pw_security' => '何谓 "验证密码安全"?',
|
||||||
|
'secure_pw_title' => '如何选择安全密码',
|
||||||
|
'secure_pw_history' => '每周无不见有关网站遗失使用者密码的相关新闻,骇客与窃贼使用这些帐号密码企图窃取您的个人资讯,这些资讯是很有价值的。',
|
||||||
|
'secure_pw_ff' => '您在网路上都使用一样的密码吗?如果一个网站遗失您的密码,骇客将可通行您的所有资料。Firefly III 需要您选择强大且独特的密码以保护您的财务纪录。',
|
||||||
|
'secure_pw_check_box' => '为了协助您达成安全密码的目的,Firefly III 可自动检查您的密码过去是否已被盗用。若然,Firefly III 建议您避免使用此密码。',
|
||||||
'secure_pw_working_title' => '它是如何运作的?',
|
'secure_pw_working_title' => '它是如何运作的?',
|
||||||
'secure_pw_working' => '藉由勾选此方块,Firefly III 会传送您密码产生的SHA1 hash 的前5字元至 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">特洛伊猎杀网站</a> 以检查是否上榜。如最新的 <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST 特殊刊物</a> 与此相关的主题所建议的,结果将制止您使用不安全的密码。',
|
'secure_pw_working' => '藉由勾选此方块,Firefly III 会传送您密码产生的SHA1 hash 的前5字元至 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">特洛伊猎杀网站</a> 以检查是否上榜。如最新的 <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST 特殊刊物</a> 与此相关的主题所建议的,结果将制止您使用不安全的密码。',
|
||||||
'secure_pw_should' => '我应该勾选这个方块吗?',
|
'secure_pw_should' => '我应该勾选这个方块吗?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => '规则必须至少有一个动作。',
|
'at_least_one_action' => '规则必须至少有一个动作。',
|
||||||
'base64' => '这不是有效的 base64 编码资料。',
|
'base64' => '这不是有效的 base64 编码资料。',
|
||||||
'model_id_invalid' => '指定的 ID 对于此模型似乎无效。',
|
'model_id_invalid' => '指定的 ID 对于此模型似乎无效。',
|
||||||
'more' => ':attribute 必须大于“:more”。',
|
|
||||||
'less' => ':attribute 必须小于 10,000,000。',
|
'less' => ':attribute 必须小于 10,000,000。',
|
||||||
'active_url' => ':attribute 不是有效的URL。',
|
'active_url' => ':attribute 不是有效的URL。',
|
||||||
'after' => ':attribute 必须是一个在 :date 之后的日期。',
|
'after' => ':attribute 必须是一个在 :date 之后的日期。',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute 必须大于或等于 :value.',
|
'gte.numeric' => ':attribute 必须大于或等于 :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => ':attribute 必须大于或等于 :value Kb',
|
'gte.file' => ':attribute 必须大于或等于 :value Kb',
|
||||||
'gte.string' => ':attribute 必须大于或等于 :value 字符。',
|
'gte.string' => ':attribute 必须大于或等于 :value 字符。',
|
||||||
'gte.array' => ':attribute 必须具有 :value 项或更多',
|
'gte.array' => ':attribute 必须具有 :value 项或更多',
|
||||||
|
@@ -605,54 +605,84 @@ return [
|
|||||||
'list_page_size_help' => '任何物品 (帳戶、交易…等) 清單在每頁至多顯示此數量',
|
'list_page_size_help' => '任何物品 (帳戶、交易…等) 清單在每頁至多顯示此數量',
|
||||||
'list_page_size_label' => '頁面大小',
|
'list_page_size_label' => '頁面大小',
|
||||||
'between_dates' => '(:start 與 :end)',
|
'between_dates' => '(:start 與 :end)',
|
||||||
'pref_optional_fields_transaction' => '交易的選填欄位',
|
'pref_optional_fields_transaction' => '交易的選填欄位',
|
||||||
'pref_optional_fields_transaction_help' => '建立新交易時,預設不會啟用全部欄位 (以免版面空間不敷應用)。您可在下方啟用您覺得有用的欄位。當然,若欄位本身停用卻已填入資料,則不論設定如何均會顯示。',
|
'pref_optional_fields_transaction_help' => '建立新交易時,預設不會啟用全部欄位 (以免版面空間不敷應用)。您可在下方啟用您覺得有用的欄位。當然,若欄位本身停用卻已填入資料,則不論設定如何均會顯示。',
|
||||||
'optional_tj_date_fields' => '日期欄位',
|
'optional_tj_date_fields' => '日期欄位',
|
||||||
'optional_tj_business_fields' => '商務欄位',
|
'optional_tj_business_fields' => '商務欄位',
|
||||||
'optional_tj_attachment_fields' => '附加檔案欄位',
|
'optional_tj_attachment_fields' => '附加檔案欄位',
|
||||||
'pref_optional_tj_interest_date' => '利率日期',
|
'pref_optional_tj_interest_date' => '利率日期',
|
||||||
'pref_optional_tj_book_date' => '登記日期',
|
'pref_optional_tj_book_date' => '登記日期',
|
||||||
'pref_optional_tj_process_date' => '處理日期',
|
'pref_optional_tj_process_date' => '處理日期',
|
||||||
'pref_optional_tj_due_date' => '截止日期',
|
'pref_optional_tj_due_date' => '截止日期',
|
||||||
'pref_optional_tj_payment_date' => '付款日期',
|
'pref_optional_tj_payment_date' => '付款日期',
|
||||||
'pref_optional_tj_invoice_date' => '發票日期',
|
'pref_optional_tj_invoice_date' => '發票日期',
|
||||||
'pref_optional_tj_internal_reference' => '內部參照',
|
'pref_optional_tj_internal_reference' => '內部參照',
|
||||||
'pref_optional_tj_notes' => '備註',
|
'pref_optional_tj_notes' => '備註',
|
||||||
'pref_optional_tj_attachments' => '附加檔案',
|
'pref_optional_tj_attachments' => '附加檔案',
|
||||||
'optional_field_meta_dates' => '日期',
|
'optional_field_meta_dates' => '日期',
|
||||||
'optional_field_meta_business' => '商務',
|
'optional_field_meta_business' => '商務',
|
||||||
'optional_field_attachments' => '附加檔案',
|
'optional_field_attachments' => '附加檔案',
|
||||||
'optional_field_meta_data' => '可選中繼資料',
|
'optional_field_meta_data' => '可選中繼資料',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
'delete_stuff_header' => 'Delete data from Firefly III',
|
||||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||||
'delete_all_categories' => 'Delete ALL your categories',
|
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||||
'delete_all_tags' => 'Delete ALL your tags',
|
'delete_all_categories' => 'Delete ALL your categories',
|
||||||
'deleted_all_budgets' => 'All budgets have been deleted',
|
'delete_all_tags' => 'Delete ALL your tags',
|
||||||
'deleted_all_categories' => 'All categories have been deleted',
|
'delete_all_bills' => 'Delete ALL your bills',
|
||||||
'deleted_all_tags' => 'All tags have been deleted',
|
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||||
'change_your_password' => '更改您的密碼',
|
'delete_all_rules' => 'Delete ALL your rules',
|
||||||
'delete_account' => '移除帳號',
|
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||||
'current_password' => '目前密碼',
|
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||||
'new_password' => '新密碼',
|
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||||
'new_password_again' => '新密碼 (再輸入一次)',
|
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||||
'delete_your_account' => '刪除您的帳號',
|
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||||
'delete_your_account_help' => '刪除您的帳號,將一併刪除任何帳戶、交易,<em>一切</em> 您可能儲存在 Firefly III 上的資料,都將<strong>一去不復返</strong>。',
|
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||||
'delete_your_account_password' => '輸入您的密碼以繼續。',
|
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||||
'password' => '密碼',
|
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||||
'are_you_sure' => '您確定嗎?您無法還原此操作。',
|
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||||
'delete_account_button' => '*刪除* 您的帳號',
|
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||||
'invalid_current_password' => '無效的目前密碼!',
|
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||||
'password_changed' => '已變更密碼!',
|
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||||
'should_change' => '建議您變更密碼。',
|
'deleted_all_budgets' => 'All budgets have been deleted',
|
||||||
'invalid_password' => '無效密碼!',
|
'deleted_all_categories' => 'All categories have been deleted',
|
||||||
'what_is_pw_security' => '何謂 "驗證密碼安全"?',
|
'deleted_all_tags' => 'All tags have been deleted',
|
||||||
'secure_pw_title' => '如何選擇安全的密碼',
|
'deleted_all_bills' => 'All bills have been deleted',
|
||||||
'secure_pw_history' => '翻閱新聞,屢屢可見有網站遺失使用者密碼,駭客與竊賊利用這些密碼企圖竊取個人資料,這些資訊是有價的。',
|
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||||
'secure_pw_ff' => '您在網路上都用同一個密碼走天涯嗎?如果一個網站遺失您的密碼,駭客就可存取您所有的資料。Firefly III 倚賴您選擇一個強而獨特的密碼以保護您的財務紀錄。',
|
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||||
'secure_pw_check_box' => '為此,Firefly III 可協助您檢查選用的密碼過去是否曾被竊取。若然如此,Firefly III 建議您<strong>避免</strong>使用此密碼。',
|
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||||
|
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||||
|
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||||
|
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||||
|
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||||
|
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||||
|
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||||
|
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||||
|
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||||
|
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||||
|
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||||
|
'change_your_password' => '更改您的密碼',
|
||||||
|
'delete_account' => '移除帳號',
|
||||||
|
'current_password' => '目前密碼',
|
||||||
|
'new_password' => '新密碼',
|
||||||
|
'new_password_again' => '新密碼 (再輸入一次)',
|
||||||
|
'delete_your_account' => '刪除您的帳號',
|
||||||
|
'delete_your_account_help' => '刪除您的帳號,將一併刪除任何帳戶、交易,<em>一切</em> 您可能儲存在 Firefly III 上的資料,都將<strong>一去不復返</strong>。',
|
||||||
|
'delete_your_account_password' => '輸入您的密碼以繼續。',
|
||||||
|
'password' => '密碼',
|
||||||
|
'are_you_sure' => '您確定嗎?您無法還原此操作。',
|
||||||
|
'delete_account_button' => '*刪除* 您的帳號',
|
||||||
|
'invalid_current_password' => '無效的目前密碼!',
|
||||||
|
'password_changed' => '已變更密碼!',
|
||||||
|
'should_change' => '建議您變更密碼。',
|
||||||
|
'invalid_password' => '無效密碼!',
|
||||||
|
'what_is_pw_security' => '何謂 "驗證密碼安全"?',
|
||||||
|
'secure_pw_title' => '如何選擇安全的密碼',
|
||||||
|
'secure_pw_history' => '翻閱新聞,屢屢可見有網站遺失使用者密碼,駭客與竊賊利用這些密碼企圖竊取個人資料,這些資訊是有價的。',
|
||||||
|
'secure_pw_ff' => '您在網路上都用同一個密碼走天涯嗎?如果一個網站遺失您的密碼,駭客就可存取您所有的資料。Firefly III 倚賴您選擇一個強而獨特的密碼以保護您的財務紀錄。',
|
||||||
|
'secure_pw_check_box' => '為此,Firefly III 可協助您檢查選用的密碼過去是否曾被竊取。若然如此,Firefly III 建議您<strong>避免</strong>使用此密碼。',
|
||||||
'secure_pw_working_title' => '這是如何運作?',
|
'secure_pw_working_title' => '這是如何運作?',
|
||||||
'secure_pw_working' => '若您勾選此方塊,Firefly III 將以您的密碼產生一個 SHA1 湊合,並將首 5 個字元傳送到 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt 的網站</a> 比對一個清單,避免您使用一些已知不安全的密碼,遵從最近 <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> 有關此課題的建議。',
|
'secure_pw_working' => '若您勾選此方塊,Firefly III 將以您的密碼產生一個 SHA1 湊合,並將首 5 個字元傳送到 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt 的網站</a> 比對一個清單,避免您使用一些已知不安全的密碼,遵從最近 <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> 有關此課題的建議。',
|
||||||
'secure_pw_should' => '我該勾選此方塊嗎?',
|
'secure_pw_should' => '我該勾選此方塊嗎?',
|
||||||
|
@@ -57,7 +57,6 @@ return [
|
|||||||
'at_least_one_action' => '規則必須至少有一個動作。',
|
'at_least_one_action' => '規則必須至少有一個動作。',
|
||||||
'base64' => '這不是有效的 base64 編碼資料。',
|
'base64' => '這不是有效的 base64 編碼資料。',
|
||||||
'model_id_invalid' => '指定的 ID 對於此模型似乎無效。',
|
'model_id_invalid' => '指定的 ID 對於此模型似乎無效。',
|
||||||
'more' => ':attribute must be larger than ":more".',
|
|
||||||
'less' => ':attribute 必須小於 10,000,000。',
|
'less' => ':attribute 必須小於 10,000,000。',
|
||||||
'active_url' => ':attribute 不是有效的 URL。',
|
'active_url' => ':attribute 不是有效的 URL。',
|
||||||
'after' => ':attribute 必須是一個在 :date 之後的日期。',
|
'after' => ':attribute 必須是一個在 :date 之後的日期。',
|
||||||
@@ -199,6 +198,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||||
|
|
||||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||||
|
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'The :attribute must have :value items or more.',
|
||||||
|
Reference in New Issue
Block a user