Update language strings.

This commit is contained in:
James Cole 2020-03-13 06:39:25 +01:00
parent 1c397ad0ad
commit 624f2d0bfd
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
41 changed files with 530 additions and 139 deletions

View File

@ -22,8 +22,5 @@
"vue": "^2.6.10",
"vue-i18n": "^8.14.1",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@trevoreyre/autocomplete-vue": "^2.1.1"
}
}

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Upravit štítek „:tag“',
'delete_tag' => 'Odstranit štítek „:tag“',
'delete_journal_link' => 'Odstranit vazbu mezi transakcemi',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days dnů dat může chvíli trvat načíst.',
'registered' => 'Úspěšně jste se zaregistrovali!',
'Default asset account' => 'Výchozí účet s aktivy',
'no_budget_pointer' => 'Zdá se, že zatím nemáte žádné rozpočty. Na stránce <a href=":link">rozpočty</a> byste nějaké měli vytvořit. Rozpočty mohou pomoci udržet si přehled ve výdajích.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Spořicí účet',
'Credit card' => 'Kreditní karta',
'source_accounts' => 'Zdrojové účty',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Úspěšně smazán výběr „:description“',
'deleted_deposit' => 'Úspěšně smazán vklad „:description“',
'deleted_transfer' => 'Úspěšně smazán převod „:description“',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Úspěšně vytvořena nová transakce „:description“',
'stored_journal_no_descr' => 'Successfully created your new transaction',
'updated_journal_no_descr' => 'Successfully updated your transaction',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Chyby',
'debt_start_date' => 'Datum začátku dluhu',
'debt_start_amount' => 'Počáteční výše dluhu',
'debt_start_amount_help' => 'Pokud dlužíte částku, je nejlépe ji zadat jako záporné číslo, protože ovlivňuje vaše čisté jmění. Pokud jste částku dlužili, platí to samé. Další informace naleznete v nápovědě.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Uložit nový závazek',
'edit_liabilities_account' => 'Upravit závazek „:name“',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Uložit nastavení',
'single_user_administration' => 'Správa uživatele pro :email',
'edit_user' => 'Upravit uživatele :email',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href=":link">settings</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Uživatelská data',
'user_information' => 'Informace o uživateli',
'total_size' => 'celková velikost',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Tato funkce není k dispozici, když používáte Firefly III v prostředí Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Čisté jmění (:currency)',
'box_spend_per_day' => 'Zbývá pro denní útratu: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Schlagwort „:tag” bearbeiten',
'delete_tag' => 'Schlagwort „:tag” löschen',
'delete_journal_link' => 'Transaktionsverknüpfung löschen',
'telemetry_index' => 'Telemetrie',
'telemetry_view' => 'Telemetrie anzeigen',
];

View File

@ -95,7 +95,7 @@ return [
'two_factor_forgot' => 'Ich kann keine 2FA-Codes generieren.',
'two_factor_lost_header' => 'Haben Sie ihre Zwei-Faktor-Authentifizierung verloren?',
'two_factor_lost_intro' => 'Wenn Sie auch Ihre Sicherungsschlüssel verloren haben, haben Sie Pech. Dies ist nichts, was Sie über die Weboberfläche beheben können. Sie haben jedoch zwei Möglichkeiten.',
'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' => 'Wenn Sie Ihre eigene Instanz von Firefly III betreiben, lesen Sie <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">diesen Eintrag in den FAQ</a> für Anweisungen.',
'two_factor_lost_fix_owner' => 'Ansonsten, mailen Sie dem Inhaber der Website, <a href="mailto::site_owner">:site_owner</a> und bitten Sie ihn, Ihre Zwei-Faktor Authentifizierung zurückzusetzen.',
'mfa_backup_code' => 'Sie haben sich mit einem Sicherungsschlüssel bei Firefly III angemeldet. Dieser kann nun nicht mehr verwendet werden, also streichen Sie ihn aus Ihrer Liste.',
'pref_two_factor_new_backup_codes' => 'Neue Sicherungsschlüssel abrufen',
@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days Tage Daten können eine Weile zum Laden benötigen.',
'registered' => 'Sie haben sich erfolgreich registriert!',
'Default asset account' => 'Standard-Bestandskonto',
'no_budget_pointer' => 'Sie scheinen noch keine Budgets festgelegt zu haben. Sie sollten einige davon auf der Seite <a href=":link">Budgets</a> anlegen. Budgets können Ihnen dabei helfen, den Überblick über die Ausgaben zu behalten.',
'no_budget_pointer' => 'Sie scheinen noch keine Kostenrahmen festgelegt zu haben. Sie sollten einige davon auf der Seite <a href="/budgets">„Kostenrahmen”</a> anlegen. Kostenrahmen können Ihnen dabei helfen, den Überblick über die Ausgaben zu behalten.',
'Savings account' => 'Sparkonto',
'Credit card' => 'Kreditkarte',
'source_accounts' => 'Ausgangskonto',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Ausgabe ":description" erfolgreich gelöscht',
'deleted_deposit' => 'Einnahme ":description" erfolgreich gelöscht',
'deleted_transfer' => 'Umbuchung ":description" erfolgreich gelöscht',
'deleted_reconciliation' =>'Abstimmungsbuchung „:description” erfoölgreich erstellt',
'stored_journal' => 'Neue Überweisung ":description" erfolgreich erstellt',
'stored_journal_no_descr' => 'Ihre neue Buchung wurde erfolgreich erstellt',
'updated_journal_no_descr' => 'Ihre Buchung wurde erfolgreich aktualisiert',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Fehler',
'debt_start_date' => 'Startdatum der Verschuldung',
'debt_start_amount' => 'Startbetrag der Verschuldung',
'debt_start_amount_help' => 'Für einen zu zahlenden Betrag geben Sie am besten einen negativen Wert ein, da dieser mit dem Eigenkapital verrechnet wird. Wenn Ihnen ein Betrag geschuldet wird, gilt das Gleiche. Weitere Informationen finden Sie in der Hilfe.',
'debt_start_amount_help' => 'Es wird empfohlen, diesen Wert auf einen negativen Betrag festzulegen. Lesen Sie die Hilfeseiten (oben rechts ❓-Symbol) für weitere Informationen.',
'interest_period_help' => 'Dieses Feld ist rein kosmetisch und wird für Sie nicht berechnet. Wie sich herausstellt, sind Banken sehr hinterhältig, so dass Firefly III es nie richtig macht.',
'store_new_liabilities_account' => 'Neue Verbindlichkeit speichern',
'edit_liabilities_account' => 'Verbindlichkeit „:name” bearbeiten',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Konfiguration speichern',
'single_user_administration' => 'Benutzerverwaltung für :email',
'edit_user' => 'Benutzer :email bearbeiten',
'hidden_fields_preferences' => 'Sie können weitere Buchungsoptionen in Ihren <a href=":link">Einstellungen</a> aktivieren.',
'hidden_fields_preferences' => 'Sie können weitere Buchungsoptionen in Ihren <a href="/preferences">Einstellungen</a> aktivieren.',
'user_data_information' => 'Nutzerdaten',
'user_information' => 'Benutzerinformationen',
'total_size' => 'Gesamtgröße',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Es gibt mehrere Werkzeuge, um Daten in Firefly III zu importieren (Diese werden unten vorgestellt). Weitere Informationen finden Sie unter <a href="https://docs.firefly-iii.org/importing-data/introduction">hier auf dieser Seite</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV-Import',
'firefly_iii_bunq_importer_name' => 'Firefly III Bunq 🌈 importieren',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut-Importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Diese Funktion ist nicht verfügbar, wenn Sie Firefly III in einer Sandstorm.io-Umgebung verwenden.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Eigenkapital (:currency)',
'box_spend_per_day' => 'Pro Tag verbleibend zum Ausgeben: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetrie',
'telemetry_intro' => 'Firefly III unterstützt das Erfassen und Versenden von Telemetriedaten zu dessen Nutzung. Das bedeutet, dass Firefly III versuchen wird, Informationen darüber zu sammeln, wie Sie Firefly III verwenden, und diese an den Entwickler von Firefly III zu senden. Dies ist immer optional und standardmäßig deaktiviert. Firefly III wird niemals finanzielle Informationen sammeln oder senden. Firefly III wird auch niemals finanzielle Meta-Informationen, wie Summen oder Berechnungen, sammeln oder versenden. Die gesammelten Daten werden niemals öffentlich zugänglich sein.',
'telemetry_what_collected' => 'Was Firefly III genau erfasst und versendet, ist für jede Version unterschiedlich. Sie verwenden Version :version. Welche Daten Firefly III in Version :version erfasst, können Sie auf den Hilfeseiten nachlesen. Klicken Sie auf das ❓-Symbol in der rechten oberen Ecke <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">oder besuchen Sie die Hilfeseite direkt auf GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Ist die Firefly-III-Telemetrie aktiviert?',
'telemetry_disabled_no' => 'Die Telemetrie ist NICHT aktiviert',
'telemetry_disabled_yes' => 'Die Telemetrie ist aktiviert',
'telemetry_enabled_now_what' => 'Sie können die Telemetrie auf dieselbe Weise deaktivieren, wie Sie sie aktiviert haben: in Ihrer .env-Datei oder in Ihrer Docker-Konfiguration.',
'telemetry_disabled_now_what' => 'Wenn Sie möchten, können Sie die Telemetrie in Ihrer .env-Datei oder in Ihrer Docker-Konfiguration aktivieren.',
'telemetry_collected_info' => 'Gesammelte Informationen',
'no_telemetry_present' => 'Firefly III hat keinerlei Telemetriedaten aufgezeichnet.',
'records_telemetry_present' => 'Firefly III hat :count Telemetriedaten erfasst.',
'telemetry_button_view' => 'Telemetrie anzeigen',
'telemetry_button_delete' => 'Telemetriedaten löschen',
'telemetry_admin_overview' => 'Telemetrieübersicht',
'telemetry_back_to_index' => 'Zurück zur Telemetrie'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Επεξεργασία ετικέτας ":tag"',
'delete_tag' => 'Διαγραφή ετικέτας ":tag"',
'delete_journal_link' => 'Διαγραφή συνδέσμου μεταξύ των συναλλαγών',
'telemetry_index' => 'Τηλεμετρία',
'telemetry_view' => 'Προβολή τηλεμετρίας',
];

View File

@ -95,7 +95,7 @@ return [
'two_factor_forgot' => 'Ξέχασα τον παράγοντα ταυτοποίησης.',
'two_factor_lost_header' => 'Χάσατε την ταυτότητα δύο παραγόντων;',
'two_factor_lost_intro' => 'Εάν χάσατε τους εφεδρικούς κωδικούς σας επίσης, είστε άτυχοι. Αυτό δε μπορεί να διορθωθεί απευθείας. Έχετε δύο επιλογές.',
'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' => 'Εάν εκτελείτε μια δική σας εγκατάσταση του Firefly III, διαβάστε <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">αυτήν την καταχώρηση στις Συχνές Ερωτήσεις</a> για να δείτε τις οδηγίες.',
'two_factor_lost_fix_owner' => 'Ειδάλλως, στείλτε email στον ιδιοκτήτη του ιστότοπου, <a href="mailto::site_owner">:site_owner</a> και ζητήστε να σας επαναφέρει την ταυτότητα δύο παραγόντων.',
'mfa_backup_code' => 'Έχετε χρησιμοποιήσει ένα εφεδρικό κωδικό για να συνδεθείτε στο Firefly III. Δε μπορεί να χρησιμοποιηθεί ξανά, οπότε διαγράψτε το από τη λίστα σας.',
'pref_two_factor_new_backup_codes' => 'Λάβετε νέους εφεδρικούς κωδικούς',
@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days ημέρες δεδομένων θα καθυστερήσουν λιγάκι να φορτώσουν.',
'registered' => 'Έχετε εγγραφεί επιτυχώς!',
'Default asset account' => 'Βασικός λογαριασμός κεφαλαίου',
'no_budget_pointer' => 'Φαίνεται πως δεν έχετε ορίσει προϋπολογισμούς ακόμη. Πρέπει να δημιουργήσετε κάποιον στη σελίδα <a href=":link">προϋπολογισμών</a>. Οι προϋπολογισμοί σας βοηθούν να επιβλέπετε τις δαπάνες σας.',
'no_budget_pointer' => 'Φαίνεται πως δεν έχετε ορίσει προϋπολογισμούς ακόμη. Πρέπει να δημιουργήσετε κάποιον στη σελίδα <a href="/budgets">προϋπολογισμών</a>. Οι προϋπολογισμοί σας βοηθούν να επιβλέπετε τις δαπάνες σας.',
'Savings account' => 'Λογαριασμός αποταμίευσης',
'Credit card' => 'Πιστωτική κάρτα',
'source_accounts' => 'Λογαριασμός(οί) προέλευσης',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Επιτυχής διαγραφή της ανάληψης ":description"',
'deleted_deposit' => 'Επιτυχής διαγραφή της κατάθεσης ":description"',
'deleted_transfer' => 'Επιτυχής διαγραφή της μεταφοράς ":description"',
'deleted_reconciliation' =>'Επιτυχής τακτοποίηση συναλλαγής ":description"',
'stored_journal' => 'Δημιουργήθηκε επιτυχώς η νέα συναλλαγή ":description"',
'stored_journal_no_descr' => 'Δημιουργήθηκε επιτυχώς η νέα συναλλαγή',
'updated_journal_no_descr' => 'Ενημερώθηκε επιτυχώς η συναλλαγή σας',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Σφάλματα',
'debt_start_date' => 'Ημερομηνία έναρξης χρέους',
'debt_start_amount' => 'Αρχικό ποσό χρέους',
'debt_start_amount_help' => 'Εάν οφείλετε ένα ποσό είναι καλύτερα να εισάγετε ένα αρνητικό ποσό, επειδή θα επηρεάζει την καθαρή αξία. Εάν σας οφείλουν ένα ποσό ισχύει το ίδιο. Ανατρέξτε στις σελίδες βοήθειας για περισσότερες πληροφορίες.',
'debt_start_amount_help' => 'Είναι πάντα καλύτερα να ορίζετε σε αυτήν την τιμή ένα αρνητικό ποσό. Διαβάστε τις σελίδες βοήθειας (εικονίδιο (?) επάνω δεξιά) για περισσότερες πληροφορίες.',
'interest_period_help' => 'Αυτό το πεδίο είναι διακοσμητικό και δεν θα υπολογιστεί για εσάς. Όπως φαίνεται, οι τράπεζες είναι αρκετά πονηρές οπότε το Firefly III δεν το βρίσκει ποτέ σωστά.',
'store_new_liabilities_account' => 'Αποθήκευση νέας υποχρέωσης',
'edit_liabilities_account' => 'Επεξεργασία υποχρέωσης ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Αποθήκευση παραμετροποίησης',
'single_user_administration' => 'Διαχείριση χρήστη :email',
'edit_user' => 'Επεξεργασία χρήστη :email',
'hidden_fields_preferences' => 'Μπορείτε να ενεργοποιήσετε περισσότερες επιλογές συναλλαγών στις <a href=":link">ρυθμίσεις</a>.',
'hidden_fields_preferences' => 'Μπορείτε να ενεργοποιήσετε περισσότερες επιλογές συναλλαγών στις <a href="/preferences">ρυθμίσεις</a>.',
'user_data_information' => 'Δεδομένα χρήστη',
'user_information' => 'Πληροφορίες χρήστη',
'total_size' => 'συνολικό μέγεθος',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Υπάρχουν διάφορα εργαλεία για την εισαγωγή δεδομένων στο Firefly III. Δείτε τα παρακάτω. Για περισσότερες πληροφορίες, ανατρέξτε σε <a href="https://docs.firefly-iii.org/importing-data/introduction">αυτή τη σελίδα</a>.',
'firefly_iii_csv_importer_name' => 'Εργαλείο εισαγωγής CSV στο Firefly III',
'firefly_iii_bunq_importer_name' => 'Εργαλείο εισαγωγής bunq 🌈 στο Firefly III',
'ludo_revolut_importer_name' => 'Εισαγωγέας δεδομένων Revolut του Ludo444',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν χρησιμοποιείτε το Firefly III σε περιβάλλον Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Καθαρή αξία (:currency)',
'box_spend_per_day' => 'Απομένουν για δαπάνες ανά ημέρα: :amount',
// telemetry
'telemetry_admin_index' => 'Τηλεμετρία',
'telemetry_intro' => 'Το Firefly III υποστηρίζει τη συλλογή και αποστολή τηλεμετρίας χρήσης. Αυτό σημαίνει ότι το Firefly III θα προσπαθήσει να συλλέξει πληροφορίες για το πώς χρησιμοποιείτε το Firefly III και να τις αποστείλει στον προγραμματιστή του Firefly III. Μπορείτε πάντα να επιλέξετε αν θέλετε να συμμετάσχετε και η επιλογή είναι κλειστή από προεπιλογή. Το Firefly III δεν θα συλλέξει ούτε θα αποστείλει ποτέ οικονομικές πληροφορίες. Το Firefly III επίσης ποτέ δεν θα συλλέξει ούτε θα αποστείλει οικονομικές πληροφορίες μεταδεδομένων, όπως ποσά ή υπολογισμούς. Τα συγκεντρωμένα δεδομένα δεν θα γίνουν ποτέ προσβάσιμα από το ευρύ κοινό.',
'telemetry_what_collected' => 'Τα δεδομένα που συλλέγει και στέλνει το Firefly III είναι διαφορετικά για κάθε έκδοση. Εσείς εκτελείτε την έκδοση :version. Τα δεδομένα που συλλέγει το Firefly III στην έκδοση :version είναι κάτι που μπορείτε διαβάσετε στις σελίδες βοήθειας. Κάντε κλικ στο εικονίδιο (?) στην επάνω δεξιά γωνία <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">ή επισκεφτείτε την σελίδα βοήθειας απευθείας στο GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Είναι ενεργοποιημένη η τηλεμετρία του Firefly III;',
'telemetry_disabled_no' => 'Η τηλεμετρία ΔΕΝ είναι ενεργοποιημένη',
'telemetry_disabled_yes' => 'Η τηλεμετρία είναι ενεργοποιημένη',
'telemetry_enabled_now_what' => 'Μπορείτε να απενεργοποιήσετε την τηλεμετρία με τον ίδιο τρόπο που την ενεργοποιήσατε: Στο αρχείο .env ή στην παραμετροποίηση του Docker.',
'telemetry_disabled_now_what' => 'Αν θέλετε, μπορείτε να ενεργοποιήσετε την τηλεμετρία στο αρχείο .env ή στην παραμετροποίηση του Docker.',
'telemetry_collected_info' => 'Συγκεντρωμένες πληροφορίες',
'no_telemetry_present' => 'Το Firefly III δεν έχει συγκεντρώσει αρχεία τηλεμετρίας.',
'records_telemetry_present' => 'Το Firefly III έχει συγκεντρώσει :count αρχείο(α) τηλεμετρίας.',
'telemetry_button_view' => 'Προβολή τηλεμετρίας',
'telemetry_button_delete' => 'Διαγραφή τηλεμετρίας',
'telemetry_admin_overview' => 'Επισκόπηση τηλεμετρίας',
'telemetry_back_to_index' => 'Επιστροφή στην τηλεμετρία'
];

View File

@ -944,7 +944,7 @@ return [
'deleted_withdrawal' => 'Successfully deleted withdrawal ":description"',
'deleted_deposit' => 'Successfully deleted deposit ":description"',
'deleted_transfer' => 'Successfully deleted transfer ":description"',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'deleted_reconciliation' => 'Successfully deleted reconciliation transaction ":description"',
'stored_journal' => 'Successfully created new transaction ":description"',
'stored_journal_no_descr' => 'Successfully created your new transaction',
'updated_journal_no_descr' => 'Successfully updated your transaction',

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Editar etiqueta ":tag"',
'delete_tag' => 'Eliminar etiqueta ":tag"',
'delete_journal_link' => 'Eliminar enlace entre transacciones',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days días de datos pueden tomar tiempo en cargarse.',
'registered' => '¡Te has registrado con éxito!',
'Default asset account' => 'Cuenta de ingresos por defecto',
'no_budget_pointer' => 'Parece que aún no tiene presupuestos. Debe crear algunos en la página <a href=":link">presupuestos</a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Cuenta de ahorros',
'Credit card' => 'Tarjeta de crédito',
'source_accounts' => 'Cuenta(s) origen',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Eliminado exitosamente',
'deleted_deposit' => 'Deposito eliminado exitosamente ":description"',
'deleted_transfer' => 'Transferencia eliminada exitosamente ":description"',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Nueva transacción creada exitosamente ":description"',
'stored_journal_no_descr' => 'Se ha creado tu nueva transacción con éxito',
'updated_journal_no_descr' => 'Se ha actualizado tu transacción con éxito',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Errores',
'debt_start_date' => 'Fecha de inicio de deuda',
'debt_start_amount' => 'Cantidad inicial de la deuda',
'debt_start_amount_help' => 'Si se debe una cantidad es mejor introducir una cantidad negativa, porque influye en su valor neto. Si se le debe una cantidad se aplica lo mismo. Revise las páginas de ayuda para obtener más información.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Crear nuevo pasivo',
'edit_liabilities_account' => 'Editar pasivo ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Guardar configuración',
'single_user_administration' => 'Administración de usuarios para :email',
'edit_user' => 'Editar usuario :email',
'hidden_fields_preferences' => 'Puede habilitar más opciones de transacción en sus <a href=":link">ajustes </a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Datos del usuario',
'user_information' => 'Información del usuario',
'total_size' => 'tamaño total',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Existen varias herramientas para importar datos en Firefly III. Reviselas a continuación. Para más información, consulte <a href="https://docs.firefly-iii.org/importing-data/introduction">esta página</a>.',
'firefly_iii_csv_importer_name' => 'Importador CSV de Firefly III',
'firefly_iii_bunq_importer_name' => 'Importador de Firefly III bunq',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Esta función no esta disponible cuando usted esta utilizando Firefly III dentro de un ambiente Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Valor neto (:currency)',
'box_spend_per_day' => 'Disponible para gasto diario: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Muokkaa tägiä ":tag"',
'delete_tag' => 'Poista tägi ":tag"',
'delete_journal_link' => 'Poista linkki tapahtumien väliltä',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -95,7 +95,7 @@ return [
'two_factor_forgot' => 'Unohdin kaksivaiheisen tunnistusjuttuni.',
'two_factor_lost_header' => 'Unohdit kaksivaiheisen tunnistuksen koodisi?',
'two_factor_lost_intro' => 'Jos olet hävittänyt myös varakoodisi, onnesi on kääntynyt. Tätä et ikävä kyllä pysty korjaamaan selaimella. Sinulla on nyt kaksi vaihtoehtoa.',
'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' => 'Jos ajat omaa Firefly III-instanssiasi, lue <a href = "https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup- koodit ">tämä merkintä UKK:ssa</a>.',
'two_factor_lost_fix_owner' => 'Muussa tapauksessa, ota yhteyttä ylläpitäjään, <a href="mailto::site_owner">:site_owner</a> ja pyydä että kaksivaiheinen tunnistautumisesi nollataan.',
'mfa_backup_code' => 'Olet käyttänyt varakoodin kirjautuessasi Firefly III:een. Varakoodi on kertakäyttöinen, joten muista merkitä se käytetyksi.',
'pref_two_factor_new_backup_codes' => 'Luo uudet varmistuskoodit',
@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days päivän tietojen lataus saattaa kestää jonkin aikaa.',
'registered' => 'Rekisteröitymisesi onnistui!',
'Default asset account' => 'Oletusomaisuustili',
'no_budget_pointer' => 'Sinulla ei näyttäisi olevan vielä yhtään budjettia. Sinun kannattaisi luoda niitä <a href=":link">budjetit</a>-sivulla. Budjetit voivat auttaa sinua pitämään kirjaa kuluistasi.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Säästötili',
'Credit card' => 'Luottokortti',
'source_accounts' => 'Lähdetili(t)',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Noston ":description" poisto onnistui',
'deleted_deposit' => 'Talletuksen ":description" poisto onnistui',
'deleted_transfer' => 'Siirron ":description" poisto onnistui',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Loit onnistuneesti uuden tapahtuman ":description"',
'stored_journal_no_descr' => 'Loit onnistuneesti uuden tapahtumasi',
'updated_journal_no_descr' => 'Päivitit tapahtumaasi onnistuneesti',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Virheet',
'debt_start_date' => 'Velan aloituspäivä',
'debt_start_amount' => 'Velan aloitussaldo',
'debt_start_amount_help' => 'Jos olet velkaa tähän kirjataan negatiivinen summa, koska se vaikuttaa varallisuuteesi. Jos sinulle ollaan velkaa, sama pätee. Löydät opastesivuilta lisätietoja.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Tallenna uusi vastuu',
'edit_liabilities_account' => 'Muokkaa vastuuta ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Tallenna asetukset',
'single_user_administration' => 'Käyttäjän :email ylläpito',
'edit_user' => 'Muokkaa käyttäjää :email',
'hidden_fields_preferences' => 'Voit aktivoida lisää tapahtumavalintoja <a href=":link">asetuksissa</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Käyttäjätiedot',
'user_information' => 'Käyttäjätiedot',
'total_size' => 'koko yhteensä',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Tietojen tuomiseen Firefly III:een on olemassa useita työkaluja. Löydät ne alta. Lisätietoja on <a href="https://docs.firefly-iii.org/importing-data/introduction"> tällä sivulla </a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV tuoja',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 tuoja',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Tätä toimintoa ei ole kun Firefly III on asennettu Sandstorm.io ympäristöön.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Varallisuus (:currency)',
'box_spend_per_day' => 'Käytettävissä per päivä: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III tukee käytön telemetrian keräämistä ja lähettämistä. Tämä tarkoittaa, että Firefly III yrittää kerätä tietoja siitä, kuinka käytät Firefly III:a, ja lähettää sen Firefly III:n kehittäjälle. Tämä on aina vapaaehtoista ja oletuksena poissa käytöstä. Firefly III ei koskaan kerää tai lähetä taloudellisia tietoja. Firefly III ei myöskään koskaan kerää tai lähetä taloudellisia metatietoja, kuten summia tai laskelmia. Kerättyjä tietoja ei koskaan julkisteta.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Modifier le tag ":tag"',
'delete_tag' => 'Supprimer le tag ":tag"',
'delete_journal_link' => 'Supprimer le lien entre les opérations',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -95,7 +95,7 @@ return [
'two_factor_forgot' => 'Jai oublié mon code d\'identification à deux facteurs.',
'two_factor_lost_header' => 'Perdu votre authentification à deux facteurs ?',
'two_factor_lost_intro' => 'Si vous avez aussi perdu vos codes de récupération, vous n\'avez pas de chance. Ce n\'est pas quelque chose que vous pouvez corriger depuis l\'interface web. Vous avez deux choix.',
'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' => 'Si vous exécutez votre propre instance de Firefly III, lisez <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">cette entrée dans la FAQ</a> pour obtenir des instructions.',
'two_factor_lost_fix_owner' => 'Dans le cas contraire, contactez le propriétaire du site par courriel <a href="mailto::site_owner">:site_owner</a> et demandez-lui de réinitialiser votre authentification à deux facteurs.',
'mfa_backup_code' => 'Vous avez utilisé un code de récupération pour vous connecter à Firefly III. Il ne peut être réutilisé, donc rayez-le de votre liste.',
'pref_two_factor_new_backup_codes' => 'Obtenir de nouveaux codes de récupération',
@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days jours de données peuvent prendre un certain temps à charger.',
'registered' => 'Vous avez été enregistré avec succès !',
'Default asset account' => 'Compte dactif par défaut',
'no_budget_pointer' => 'Vous semblez navoir encore aucun budget. Vous devriez en créer un sur la page des <a href=":link">budgets</a>. Les budgets peuvent vous aider à garder une trace des dépenses.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Compte dépargne',
'Credit card' => 'Carte de Crédit',
'source_accounts' => 'Compte(s) source',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Retrait ":description" correctement supprimé',
'deleted_deposit' => 'Dépôt ":description" correctement supprimé',
'deleted_transfer' => 'Opération ":description" correctement supprimée',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Opération ":description" créée avec succès',
'stored_journal_no_descr' => 'Nouvelle opération créée avec succès',
'updated_journal_no_descr' => 'Votre opération a été mise à jour avec succès',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Erreurs',
'debt_start_date' => 'Date de début de la dette',
'debt_start_amount' => 'Montant initial de la dette',
'debt_start_amount_help' => 'Si vous devez une somme, il est préférable d\'entrer un montant négatif parce que cela influence votre avoir net. Si vous êtes redevable d\'une somme, la même chose s\'applique. Consultez les pages d\'aide pour plus d\'informations.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Enregistrer un nouveau passif',
'edit_liabilities_account' => 'Modifier le passif ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Sauvegarder la configuration',
'single_user_administration' => 'Gestion de l\'utilisateur pour :email',
'edit_user' => 'Modifier l\'utilisateur :email',
'hidden_fields_preferences' => 'Vous pouvez activer plus d\'options d\'opération dans vos <a href=":link">paramètres</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Données utilisateur',
'user_information' => 'Informations utilisateur',
'total_size' => 'taille totale',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Plusieurs outils permettent d\'importer des données dans Firefly III. Vous les retrouverez ci-dessous. Pour plus d\'informations, consultez <a href="https://docs.firefly-iii.org/importing-data/introduction">cette page</a> (en anglais).',
'firefly_iii_csv_importer_name' => 'Importation CSV Firefly III',
'firefly_iii_bunq_importer_name' => 'Importation Bunq Firefly III',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Cette fonction n\'est pas disponible lorsque vous utilisez Firefly III dans un environnement Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Avoir net (:currency)',
'box_spend_per_day' => 'Reste à dépenser par jour: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => '":tag" címke szerkesztése',
'delete_tag' => '":tag" címke törlése',
'delete_journal_link' => 'Tranzakciók közötti kapcsolat törlése',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days napi adat betöltése eltarthat egy ideig.',
'registered' => 'A regisztráció sikeres!',
'Default asset account' => 'Alapértelmezett eszközszámla',
'no_budget_pointer' => 'Úgy tűnik, még nincsenek költségkeretek. Költségkereteket a <a href=":link">költségkeretek</a> oldalon lehet létrehozni. A költségkeretek segítenek nyomon követni a költségeket.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Megtakarítási számla',
'Credit card' => 'Hitelkártya',
'source_accounts' => 'Forrás számlák',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'A költség sikeresen törölve ":description"',
'deleted_deposit' => '":description" bevétel sikeresen törölve',
'deleted_transfer' => '":description" átvezetés sikeresen törölve',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => '":description" új tranzakció sikeresen létrehozva',
'stored_journal_no_descr' => 'Új tranzakció sikeresen létrehozva',
'updated_journal_no_descr' => 'Tranzakció sikeresen frissítve',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Hibák',
'debt_start_date' => 'Adósság kezdete',
'debt_start_amount' => 'Adósság kezdeti összege',
'debt_start_amount_help' => 'If you owe an amount its best to enter a negative amount, because it influences your net worth. If you\'re owed an amount the same applies. Check out the help pages for more information.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Új kötelezettség eltárolása',
'edit_liabilities_account' => '":name" kötelezettség szerkesztése',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Beállítás tárolása',
'single_user_administration' => ':email felhasználó adminisztrációja',
'edit_user' => ':email felhasználó szerkesztése',
'hidden_fields_preferences' => 'További tranzakciós lehetőségeket a <a href=":link">beállításokban</a> lehet engedélyezni.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Felhasználói adatok',
'user_information' => 'Felhasználó információk',
'total_size' => 'teljes méret',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Ez a funkció nem elérhető ha a Firefly III Sandstorm.io környezetben van használva.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Nettó érték (:currency)',
'box_spend_per_day' => 'Naponta elkölthető: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Edit label ":tag"',
'delete_tag' => 'Hapus label ":tag"',
'delete_journal_link' => 'Hapus tautan antar transaksi',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days hari data mungkin perlu beberapa saat untuk memuat.',
'registered' => 'Anda telah berhasil mendaftar!',
'Default asset account' => 'Akun aset standar',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href=":link">budgets</a>-page. Budgets can help you keep track of expenses.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Rekening tabungan',
'Credit card' => 'Kartu kredit',
'source_accounts' => 'Akun sumber',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Penarikan yang berhasil dihapus ":description"',
'deleted_deposit' => 'Berhasil menghapus deposit ":description"',
'deleted_transfer' => 'Berhasil menghapus transfer ":description"',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Berhasil membuat transaksi baru ":description"',
'stored_journal_no_descr' => 'Successfully created your new transaction',
'updated_journal_no_descr' => 'Successfully updated your transaction',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Kesalahan',
'debt_start_date' => 'Start date of debt',
'debt_start_amount' => 'Start amount of debt',
'debt_start_amount_help' => 'If you owe an amount its best to enter a negative amount, because it influences your net worth. If you\'re owed an amount the same applies. Check out the help pages for more information.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Store new liability',
'edit_liabilities_account' => 'Edit liability ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Konfigurasi toko',
'single_user_administration' => 'Administrasi pengguna untuk :email',
'edit_user' => 'Edit pengguna :email',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href=":link">settings</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Data pengguna',
'user_information' => 'Informasi pengguna',
'total_size' => 'ukuran total',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Fungsi ini tidak tersedia saat Anda menggunakan Firefly III di dalam lingkungan Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Net worth (:currency)',
'box_spend_per_day' => 'Left to spend per day: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Modifica etichetta ":tag"',
'delete_tag' => 'Elimina etichetta ":tag"',
'delete_journal_link' => 'Elimina il collegamento tra le transazioni',
'telemetry_index' => 'Telemetria',
'telemetry_view' => 'Visualizza telemetria',
];

View File

@ -95,7 +95,7 @@ return [
'two_factor_forgot' => 'Ho dimenticato la mia chiave a due fattori.',
'two_factor_lost_header' => 'Hai perso l\'autenticazione a due fattori?',
'two_factor_lost_intro' => 'Se hai perso anche i codici di recupero, sei sfortunato. Questo non è qualcosa che puoi risolvere tramite l\'interfaccia web. Hai due scelte.',
'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' => 'Se esegui la tua istanza di Firefly III, leggi <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">questa voce nelle FAQ</a> per le istruzioni.',
'two_factor_lost_fix_owner' => 'In caso contrario, invia un mail al proprietario del sito, <a href="mailto::site_owner">:site_owner</a>, e chiedi loro di resettare l\'autenticazione a due fattori.',
'mfa_backup_code' => 'Hai usato un codice di recupero per accedere a Firefly III. Questo codice non potrà essere utilizzato di nuovo, quindi cancellalo dalla lista.',
'pref_two_factor_new_backup_codes' => 'Ottieni nuovi codici di recupero',
@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days di caricamento dei dati potrebbero richiedere un pò di tempo.',
'registered' => 'Ti sei registrato con successo!',
'Default asset account' => 'Conto attività predefinito',
'no_budget_pointer' => 'Sembra che tu non abbia ancora dei budget. Dovresti crearne alcuni nella pagina dei <a href=":link">budget</a>. I budget possono aiutarti a tenere traccia delle spese.',
'no_budget_pointer' => 'Sembra che tu non abbia ancora dei budget. Dovresti crearne alcuni nella pagina dei <a href="/budgets">budget</a>. I budget possono aiutarti a tenere traccia delle spese.',
'Savings account' => 'Conti risparmio',
'Credit card' => 'Carta di credito',
'source_accounts' => 'Conti origine',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Prelievo ":description" eliminato correttamente',
'deleted_deposit' => 'Entrata ":description" eliminata correttamente',
'deleted_transfer' => 'Trasferimento ":description" eliminato correttamente',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Nuova transazione ":description" creata correttamente',
'stored_journal_no_descr' => 'Hai creato con successo la nuova transazione',
'updated_journal_no_descr' => 'Transazione aggiornata con successo',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Errori',
'debt_start_date' => 'Data di inizio del debito',
'debt_start_amount' => 'Importo iniziale del debito',
'debt_start_amount_help' => 'Se tu devi dei soldi è meglio che inserisci un importo negativo poiché questo influenza il tuo patrimonio netto. Se ti devono dei soldi, vale la stessa cosa. Controlla le pagine d\'aiuto per maggiori informazioni.',
'debt_start_amount_help' => 'È sempre meglio impostare questo valore su un importo negativo. Leggi le pagine di aiuto (icona (?) in alto a destra) per ulteriori informazioni.',
'interest_period_help' => 'Questo campo è puramente estetico e non ti viene calcolato. Sembra che le banche siano molto subdole, pertanto Firefly III non lo calcola mai correttamente.',
'store_new_liabilities_account' => 'Memorizza nuova passività',
'edit_liabilities_account' => 'Modica passività ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Salva configurazione',
'single_user_administration' => 'Amministrazione utenti per :email',
'edit_user' => 'Modifica utente :email',
'hidden_fields_preferences' => 'Puoi abilitare maggiori opzioni per le transazioni nelle tue <a href=":link">impostazioni</a>.',
'hidden_fields_preferences' => 'Puoi abilitare maggiori opzioni per le transazioni nelle tue <a href="/preferences">impostazioni</a>.',
'user_data_information' => 'Dati utente',
'user_information' => 'Informazioni Utente',
'total_size' => 'dimensione totale',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Esistono diversi strumenti per importare dati in Firefly III. Controlla quelli qui sotto. Per ulteriori informazioni, consulta <a href="https://docs.firefly-iii.org/importing-data/introduction">questa pagina</a>.',
'firefly_iii_csv_importer_name' => 'Importatore CSV di Firefly III',
'firefly_iii_bunq_importer_name' => 'Importatore bunq🌈 di Firefly III',
'ludo_revolut_importer_name' => 'Importatore Revolut di Ludo444',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Questa funzione non è disponibile quando si utilizza Firefly III in un ambiente Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Patrimonio netto (:currency)',
'box_spend_per_day' => 'Disponibile da spendere per giorno: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetria',
'telemetry_intro' => 'Firefly III supporta la raccolta e l\'invio della telemetria d\'uso. Ciò significa che Firefly III proverà a raccogliere informazioni su come usi Firefly III e la invierà allo sviluppatore di Firefly III. Questa è sempre un\'opzione da abilitare esplicitamente, ed è disabilitata per impostazione predefinita. Firefly III non raccoglierà né invierà mai informazioni finanziarie. Firefly III non raccoglierà né invierà mai informazioni finanziarie come somme o calcoli. I dati raccolti non saranno mai resi accessibili al pubblico.',
'telemetry_what_collected' => 'Ciò che Firefly III raccoglie e invia è diverso per ogni versione. Stai eseguendo la versione :version. Ciò che Firefly III raccoglie nella versione :version è qualcosa che puoi leggere nelle pagine d\'aiuto. Clicca sull\'icona (?) nell\'angolo in alto a destra <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">o visita la pagina di aiuto direttamente su GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'La telemetria è abilitata in Firefly III?',
'telemetry_disabled_no' => 'La telemetria NON è abilitata',
'telemetry_disabled_yes' => 'La telemetria è abilitata',
'telemetry_enabled_now_what' => 'Puoi disabilitare la telemetria nello stesso modo in cui la hai attivata: nel tuo file .env o nella configurazione di Docker.',
'telemetry_disabled_now_what' => 'Se lo desideri, è possibile abilitare la telemetria nel file .env o nella configurazione di Docker.',
'telemetry_collected_info' => 'Informazioni raccolte',
'no_telemetry_present' => 'Firefly III non ha raccolto dati di telemetria.',
'records_telemetry_present' => 'Firefly III ha raccolto :count dati di telemetria.',
'telemetry_button_view' => 'Visualizza telemetria',
'telemetry_button_delete' => 'Elimina telemetria',
'telemetry_admin_overview' => 'Panoramica telemetria',
'telemetry_back_to_index' => 'Torna alla telemetria'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Rediger tagg ":tag"',
'delete_tag' => 'Slett tagg ":tag"',
'delete_journal_link' => 'Slett kobling mellom transaksjoner',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days dager med data kan ta litt tid å laste.',
'registered' => 'Registreringen var vellykket!',
'Default asset account' => 'Standard aktivakonto',
'no_budget_pointer' => 'Det ser ikke ut til at du har noen budsjett ennå. Du bør opprette noen på <a href=":link">budsjett</a>-siden. Budsjett kan hjelpe deg med å holde oversikt over utgifter.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Sparekonto',
'Credit card' => 'Kredittkort',
'source_accounts' => 'Kildekonto(er)',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Slettet uttak ":description"',
'deleted_deposit' => 'Slettet innskudd ":description"',
'deleted_transfer' => 'Slettet overføring ":description"',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Opprettet ny transaksjon ":description"',
'stored_journal_no_descr' => 'Successfully created your new transaction',
'updated_journal_no_descr' => 'Successfully updated your transaction',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Feil',
'debt_start_date' => 'Startdato for gjeld',
'debt_start_amount' => 'Start beløp for gjeld',
'debt_start_amount_help' => 'If you owe an amount its best to enter a negative amount, because it influences your net worth. If you\'re owed an amount the same applies. Check out the help pages for more information.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Lagre ny gjeld',
'edit_liabilities_account' => 'Rediger gjeld ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Lagre konfigurasjon',
'single_user_administration' => 'Brukeradministrasjon for :email',
'edit_user' => 'Rediger bruker :email',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href=":link">settings</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Brukerdata',
'user_information' => 'Brukerinformasjon',
'total_size' => 'totalstørrelse',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Denne funksjonen er ikke tilgjengelig når du bruker Firefly III i et Sandstorm.io miljø.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Net worth (:currency)',
'box_spend_per_day' => 'Left to spend per day: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Wijzig tag ":tag"',
'delete_tag' => 'Verwijder tag ":tag"',
'delete_journal_link' => 'Verwijder koppeling tussen transacties',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -95,7 +95,7 @@ return [
'two_factor_forgot' => 'Ik kan geen codes meer genereren.',
'two_factor_lost_header' => 'Kan je geen codes meer genereren?',
'two_factor_lost_intro' => 'Als je ook je backupcodes kwijt bent heb je pech gehad. Dit kan je niet via de web-interface fixen. Je kan kiezen.',
'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' => 'Als je je eigen installatie van Firefly III draait lees dan <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">dit item in de FAQ</a> voor instructies.',
'two_factor_lost_fix_owner' => 'Zo niet, stuur dan een e-mail naar <a href="mailto::site_owner">:site_owner</a> en vraag of ze je authenticatie in twee stappen willen resetten.',
'mfa_backup_code' => 'Je hebt een backupcode gebruikt om in te loggen op Firefly III. Deze kan je niet meer gebruiken dus streep hem weg.',
'pref_two_factor_new_backup_codes' => 'Nieuwe backupcodes genereren',
@ -104,7 +104,7 @@ return [
'warning_much_data' => 'Het kan even duren voor :days dagen aan gegevens geladen zijn.',
'registered' => 'Je bent geregistreerd!',
'Default asset account' => 'Standaard betaalrekening',
'no_budget_pointer' => 'Je hebt nog geen budgetten. Maak er een aantal op de <a href=":link">budgetten</a>-pagina. Met budgetten kan je je uitgaven beter bijhouden.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Spaarrekening',
'Credit card' => 'Credit card',
'source_accounts' => 'Bronrekening(en)',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Uitgave ":description" verwijderd',
'deleted_deposit' => 'Inkomsten ":description" verwijderd',
'deleted_transfer' => 'Overschrijving ":description" verwijderd',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Nieuw transactie ":description" opgeslagen',
'stored_journal_no_descr' => 'Uw nieuwe transactie is succesvol aangemaakt',
'updated_journal_no_descr' => 'De transactie is geüpdatet',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Fouten',
'debt_start_date' => 'Begindatum van schuld',
'debt_start_amount' => 'Beginbedrag van schuld',
'debt_start_amount_help' => 'Vul hier altijd de lening als een positief bedrag in. Check de helppagina\'s voor meer info.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Nieuwe passiva opslaan',
'edit_liabilities_account' => 'Passiva ":name" wijzigen',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Configuratie opslaan',
'single_user_administration' => 'Gebruikersadministratie voor :email',
'edit_user' => 'Wijzig gebruiker :email',
'hidden_fields_preferences' => 'Je kan meer transactieopties inschakelen in je <a href=":link">instellingen</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Gebruikersgegevens',
'user_information' => 'Gebruikersinformatie',
'total_size' => 'totale grootte',
@ -1425,10 +1427,11 @@ return [
'import_index_title' => 'Transacties importeren in Firefly III',
'import_data' => 'Importeer data',
'import_transactions' => 'Importeer transacties',
'import_tools_title' => 'Import tools',
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'import_tools_title' => 'Importtools',
'tools_index_intro' => 'Er bestaan een paar tools om data te importeren in Firefly III. Zie hieronder voor de lijst. Check ook <a href="https://docs.firefly-iii.org/importing-data/introduction">deze pagina</a> voor meer info.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Deze functie werkt niet als je Firefly III gebruikt in combinatie met Sandstorm.IO.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Kapitaal (:currency)',
'box_spend_per_day' => 'Te besteden per dag: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Modyfikuj tag ":tag"',
'delete_tag' => 'Usuń tag ":tag"',
'delete_journal_link' => 'Usuń powiązanie między transakcjami',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -95,7 +95,7 @@ return [
'two_factor_forgot' => 'Zapomniałem mojego uwierzytelnienia dwuskładnikowego.',
'two_factor_lost_header' => 'Straciłeś uwierzytelnianie dwuskładnikowe?',
'two_factor_lost_intro' => 'Jeżeli także nie masz kodów, to niestety nie masz szczęścia. To nie jest coś, co możemy naprawić z poziomu przeglądarki. Masz dwie opcje.',
'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' => 'Jeżeli masz własną instancję Firefly III, przeczytaj <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">ten wpis w FAQ</a> aby uzyskać instrukcje.',
'two_factor_lost_fix_owner' => 'W przeciwnym razie, powiadom właściciela strony, <a href="mailto::site_owner">:site_owner</a> i poproś go o zresetowanie Twojego uwierzytelnienia dwuskładnikowego.',
'mfa_backup_code' => 'Użyłeś kodu zapasowego do zalogowania się do Firefly III. Nie możesz go użyć ponownie, więc wykreśl go z listy.',
'pref_two_factor_new_backup_codes' => 'Wygeneruj nowe kody zapasowe',
@ -104,7 +104,7 @@ return [
'warning_much_data' => 'Załadowanie danych z :days dni może trochę potrwać.',
'registered' => 'Zarejestrowałeś się pomyślnie!',
'Default asset account' => 'Domyślne konto aktywów',
'no_budget_pointer' => 'Wygląda na to, że nie masz jeszcze żadnych budżetów. Powinieneś stworzyć kilka na stronie - <a href=":link">budżety</a>. Budżety pomogą Ci śledzić Twoje wydatki.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Konto oszczędnościowe',
'Credit card' => 'Karta kredytowa',
'source_accounts' => 'Konto(a) źródłowe',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Pomyślnie usunięto wypłatę ":description"',
'deleted_deposit' => 'Pomyślnie usunięto depozyt ":description"',
'deleted_transfer' => 'Pomyślnie usunięto transfer ":description"',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Pomyślnie utworzono nową transakcję ":description"',
'stored_journal_no_descr' => 'Pomyślnie utworzono nową transakcję',
'updated_journal_no_descr' => 'Pomyślnie zaktualizowano Twoją transakcję',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Błędy',
'debt_start_date' => 'Początkowa data długu',
'debt_start_amount' => 'Początkowa kwota długu',
'debt_start_amount_help' => 'Jeśli jesteś winien kwotę, najlepiej wpisać ujemną kwotę, ponieważ ma to wpływ na twoją wartość netto. To samo dotyczy jeśli ktoś jest Ci winien. Sprawdź strony pomocy, aby uzyskać więcej informacji.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Zapisz nowe zobowiązanie',
'edit_liabilities_account' => 'Modyfikuj zobowiązanie ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Zapisz konfigurację',
'single_user_administration' => 'Administracja użytkownika dla :email',
'edit_user' => 'Modyfikuj użytkownika :email',
'hidden_fields_preferences' => 'Możesz włączyć więcej opcji transakcji w swoich <a href=":link">ustawieniach</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Dane użytkownika',
'user_information' => 'Informacja o użytkowniku',
'total_size' => 'łączny rozmiar',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Ta funkcja nie jest dostępna, gdy używasz Firefly III w środowisku Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Wartość netto (:currency)',
'box_spend_per_day' => 'Możliwe do wydania codziennie: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Editar etiqueta ":tag"',
'delete_tag' => 'Apagar etiqueta ":tag"',
'delete_journal_link' => 'Eliminar ligação entre transações',
'telemetry_index' => 'Telemetria',
'telemetry_view' => 'Ver telemetria',
];

View File

@ -95,7 +95,7 @@ return [
'two_factor_forgot' => 'Esqueci minha autenticação em duas etapas.',
'two_factor_lost_header' => 'Perdeu sua autenticação em duas etapas?',
'two_factor_lost_intro' => 'Se você perdeu seus códigos de backup também, você tem azar. Isso não é algo que você pode corrigir a partir da interface da web. Você tem duas escolhas.',
'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' => 'Caso você execute sua própria instância do Firefly III, leia <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">este item no FAQ</a> para instruções.',
'two_factor_lost_fix_owner' => 'Caso contrário, o proprietário do site <a href="mailto::site_owner">:site_owner</a> e peça para redefinir a sua autenticação de duas etapas.',
'mfa_backup_code' => 'Você usou um código de backup para acessar o Firefly III. Não pode ser usado novamente, então cruze-o na sua lista.',
'pref_two_factor_new_backup_codes' => 'Obter novos códigos de backup',
@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days dias de dados podem demorar um pouco para carregar.',
'registered' => 'Você se registrou com sucesso!',
'Default asset account' => 'Conta padrão',
'no_budget_pointer' => 'Parece que você ainda não tem orçamentos. Você deve criar alguns na página de <a href=":link">orçamentos</a>. Orçamentos podem ajudá-lo a manter o controle das despesas.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Conta poupança',
'Credit card' => 'Cartão de crédito',
'source_accounts' => 'Conta(s) de origem',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Retirada ":description" excluída com sucesso',
'deleted_deposit' => 'Depósito ":description" excluído com sucesso',
'deleted_transfer' => 'Transferência ":description" excluída com sucesso',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Transação ":description" incluída com sucesso',
'stored_journal_no_descr' => 'Transação criada com sucesso',
'updated_journal_no_descr' => 'Transação atualizada com sucesso',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Erros',
'debt_start_date' => 'Data de início da dívida',
'debt_start_amount' => 'Montante inicial da dívida',
'debt_start_amount_help' => 'Se você deve um valor, é melhor inserir um valor negativo, porque ele influencia seu valor total. Se devem a você um valor, o mesmo se aplica. Confira as páginas de ajuda para obter mais informações.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Guardar novo passivo',
'edit_liabilities_account' => 'Editar passivo ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Configuração da Loja',
'single_user_administration' => 'Administração de usuários para :email',
'edit_user' => 'Editar usuário :email',
'hidden_fields_preferences' => 'Você pode habilitar mais opções de transações nas suas <a href=":link">configurações</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Dados de usuário',
'user_information' => 'Informações do usuário',
'total_size' => 'tamanho total',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Existem várias ferramentas para importar dados para o Firefly III. Confira-as abaixo. Para obter mais informações, acesse <a href="https://docs.firefly-iii.org/importing-data/introduction">esta página</a>.',
'firefly_iii_csv_importer_name' => 'Importador CSV Firefly III',
'firefly_iii_bunq_importer_name' => 'Importador Firefly III bunq 🌈',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Esta função não está disponível quando você está usando o Firefly III dentro de um ambiente Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Valor líquido (:currency)',
'box_spend_per_day' => 'Restante para gastar por dia: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetria',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'A telemetria NÃO está ativada',
'telemetry_disabled_yes' => 'A telemetria está ativada',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Informações coletadas',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Editează eticheta ":tag"',
'delete_tag' => 'Șterge eticheta ":tag"',
'delete_journal_link' => 'Şterge legătura dintre tranzacţii',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days zilele de date pot dura o perioadă până încărcare.',
'registered' => 'Te-ai inregistrat cu succes!',
'Default asset account' => 'Ccont de active implicit',
'no_budget_pointer' => 'Se pare că nu ai încă bugete. Ar trebui să creați unele pe pagina <a href=":link"> bugete </a>. Bugetele vă pot ajuta să țineți evidența cheltuielilor.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Cont de economii',
'Credit card' => 'Card de credit',
'source_accounts' => 'Cont (uri) sursă',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Retragerea ":description" ștearsă cu succes',
'deleted_deposit' => 'Depozitul ":description" șters cu succes',
'deleted_transfer' => 'Transferul ":description" șters cu succes',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'A fost creată cu succes o tranzacție nouă ":description"',
'stored_journal_no_descr' => 'Tranzacția s-a creat cu succes',
'updated_journal_no_descr' => 'Tranzacția s-a actualizat cu succes',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Erori',
'debt_start_date' => 'Data de începere a datoriilor',
'debt_start_amount' => 'Valoarea inițială a datoriei',
'debt_start_amount_help' => 'Dacă datorați o sumă este bine să introduceți o sumă negativă, deoarece influențează valoarea netă. Dacă vi se datorează o sumă, se aplică același lucru. Consultați paginile de ajutor pentru mai multe informații.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Salvați provizion nou',
'edit_liabilities_account' => 'Editați provizion ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Salvați configurarea',
'single_user_administration' => 'Administrare utilizator pentru :email',
'edit_user' => 'Editați user :email',
'hidden_fields_preferences' => 'Aveți mai multe opțiuni pentru tranzacții în <a href=":link">setări</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Datele utilizatorului',
'user_information' => 'Informații utilizator',
'total_size' => 'marimea totală',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Această funcție nu este disponibilă când utilizați Firefly III într-un mediu Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Valoarea netă (:currency)',
'box_spend_per_day' => 'Rămas de cheltui pe zi: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Редактирование метки ":tag"',
'delete_tag' => 'Удаление метки ":tag"',
'delete_journal_link' => 'Удалить связь между транзакциями',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => 'Загрузка данных за :days дней может занять некоторое время.',
'registered' => 'Вы зарегистрировались успешно!',
'Default asset account' => 'Счёт по умолчанию',
'no_budget_pointer' => 'У вас пока нет бюджетов. Вам следует создать их на странице <a href="/budgets">бюджеты</a>. Бюджеты помогут вам отслеживать расходы.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Сберегательный счет',
'Credit card' => 'Кредитная карта',
'source_accounts' => 'Исходный счет(а)',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Расход ":description" успешно удалён',
'deleted_deposit' => 'Доход ":description" успешно удалён',
'deleted_transfer' => 'Перевод ":description" успешно удалён',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Новая транзакция ":description" успешно создана',
'stored_journal_no_descr' => 'Ваша новая транзакция успешно создана',
'updated_journal_no_descr' => 'Ваша транзакция успешно обновлена',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Ошибки',
'debt_start_date' => 'Дата начала дебита',
'debt_start_amount' => 'Начальная сумма дебита',
'debt_start_amount_help' => 'Если указанную сумму должны ВЫ, лучше введите её со знаком "минус", т.к. она влияет на ваш общий капитал. Если должны вам ВАМ, просто укажите сумму (по тем же причинам). Дополнительную информацию см. в справке.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Сохранить новое обязательство',
'edit_liabilities_account' => 'Редактировать долговой счёт ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Сохранить конфигурацию',
'single_user_administration' => 'Управление пользователем :email',
'edit_user' => 'Редактирование пользователя :email',
'hidden_fields_preferences' => 'Вы можете включить больше настроек транзакции в <a href=":link">настройках</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Данные пользователя',
'user_information' => 'Информация о пользователе',
'total_size' => 'общий размер',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Эта функция недоступна, если вы используете Firefly III в среде Sandstorm.io.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Мои сбережения (:currency)',
'box_spend_per_day' => 'Можно тратить в день: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => 'Redigera etiketten ”:tag”',
'delete_tag' => 'Ta bort etiketten ”:tag”',
'delete_journal_link' => 'Ta bort länken mellan transaktioner',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days dagar med data kan ta ett tag att ladda.',
'registered' => 'Din registrering lyckades!',
'Default asset account' => 'Förvalt tillgångskonto',
'no_budget_pointer' => 'Du verkar inte ha några budgetar än. Du borde skapa några på <a href=":link">budget</a>-sidan. Budgetar kan hjälpa dig att hålla reda på utgifterna.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Sparkonto',
'Credit card' => 'Kreditkort',
'source_accounts' => 'Från konto',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => 'Uttag ":description" har tagits bort',
'deleted_deposit' => 'Insättning ":description" har tagits bort',
'deleted_transfer' => 'Överföring ":description" har tagits bort',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => 'Transaktion ":description" har tagits bort',
'stored_journal_no_descr' => 'Ny transaktion skapades lyckat',
'updated_journal_no_descr' => 'Transaktion har uppdaterats',
@ -1103,7 +1104,8 @@ return [
'errors' => 'Fel',
'debt_start_date' => 'Skuldens startdatum',
'debt_start_amount' => 'Skuldens startsumma',
'debt_start_amount_help' => 'Om du är skyldig ett belopp är det bäst att ange ett negativt värde, detta influenserar ditt nettovärde. Om du har lånat ut ett belopp gäller det samma. Se hjälpsidorna för mer information.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Spara en ny skuld',
'edit_liabilities_account' => 'Ändra skuld ":name"',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => 'Spara konfiguration',
'single_user_administration' => 'Användaradministration för :email',
'edit_user' => 'Redigera användare :email',
'hidden_fields_preferences' => 'Du kan aktivera mer transaktionsalternativ under dina <a href=":link">inställningar</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Användardata',
'user_information' => 'Användar information',
'total_size' => 'total storlek',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Denna funktion är inte tillgänglig om Firefly III används i en Sandstorm.io miljö.',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => 'Net worth (:currency)',
'box_spend_per_day' => 'Left to spend per day: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => '":tag" etiketini düzenle',
'delete_tag' => '":tag" etiketini sil',
'delete_journal_link' => 'Hesap hareketleri arasındaki bağlantıyı sil',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -105,7 +105,7 @@ return [
'warning_much_data' => ':days günlük verinin yüklenmesi biraz zaman alabilir.',
'registered' => 'Başarıyla kaydoldunuz!',
'Default asset account' => 'Varsayılan varlık hesabı',
'no_budget_pointer' => 'Henüz bütçeniz yok gibi görünüyor. <a href=":link">Bütçe</a> sayfasında bütçe oluşturun. Bütçeler giderleri takip etmenize yardımcı olabilir.',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => 'Birikim Hesabı',
'Credit card' => 'Kredi Kartı',
'source_accounts' => 'Kaynak Hesap(lar)',
@ -946,6 +946,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'deleted_withdrawal' => 'Çekilme başarıyla silindi ":description"',
'deleted_deposit' => '":description" Para yatırma başarıyla silindi',
'deleted_transfer' => '":description" Aktarım başarıyla silindi',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => '":description" Yeni işlem başarıyla oluşturuldu',
'stored_journal_no_descr' => 'Successfully created your new transaction',
'updated_journal_no_descr' => 'Successfully updated your transaction',
@ -1105,7 +1106,8 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'errors' => 'Hatalar',
'debt_start_date' => 'Start date of debt',
'debt_start_amount' => 'Start amount of debt',
'debt_start_amount_help' => 'If you owe an amount its best to enter a negative amount, because it influences your net worth. If you\'re owed an amount the same applies. Check out the help pages for more information.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Store new liability',
'edit_liabilities_account' => 'Edit liability ":name"',
@ -1308,7 +1310,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'store_configuration' => 'Mağaza yapılandırması',
'single_user_administration' => ':email için kullanıcı yönetimi',
'edit_user' => ':email kullanıcısını düzenle',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href=":link">settings</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => 'Kullanıcı bilgisi',
'user_information' => 'Kullanıcı bilgisi',
'total_size' => 'toplam boyut',
@ -1431,6 +1433,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Bir Sandstorm.io ortamında Firefly III kullanıyorsanız, bu işlev kullanılamaz.',
@ -1566,4 +1569,20 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'box_net_worth_in_currency' => 'Net worth (:currency)',
'box_spend_per_day' => 'Left to spend per day: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => '编辑标签 ":tag"',
'delete_tag' => '删除标签 ":tag"',
'delete_journal_link' => '删除交易记录之间的连结',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => ':days 天份的资料需要一点时间读取。',
'registered' => '您已成功注册!',
'Default asset account' => '预设资产帐户',
'no_budget_pointer' => '您似乎尚无预算,您可至 <a href=":link">预算</a>页面来建立预算。预算可协助您追踪支出。',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => '储蓄帐户',
'Credit card' => '信用卡',
'source_accounts' => '来源帐户',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => '已成功删除提款 ”:description“',
'deleted_deposit' => '已成功删除存款 ”:description“',
'deleted_transfer' => '已成功删除转帐 ”:description“',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => '已成功建立新交易 ”:description“',
'stored_journal_no_descr' => '成功创建您的新交易',
'updated_journal_no_descr' => 'Successfully updated your transaction',
@ -1103,7 +1104,8 @@ return [
'errors' => '错误',
'debt_start_date' => '负债开始日期',
'debt_start_amount' => '负债开始金额',
'debt_start_amount_help' => '如欠债未还,建议您输入负数,以便在您的资产净值反映。如有别人的欠款,反之亦然。请参见说明页面中的详解。',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => '储存新债务',
'edit_liabilities_account' => '编辑债务 “:name”',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => '储存设定',
'single_user_administration' => ':email 的使用者管理后台',
'edit_user' => '编辑使用者 :email',
'hidden_fields_preferences' => '您可以在 <a href=":link">设置</a>中启用更多的交易选项。',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => '使用者资料',
'user_information' => '使用者资讯',
'total_size' => '总大小',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => '当您在 Sandstorm.io 环境使用 Firefly III 时,此功能不可用。',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => '净值 (:currency)',
'box_spend_per_day' => '可供每日花费: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

View File

@ -57,4 +57,6 @@ return [
'edit_tag' => '編輯標籤 ":tag"',
'delete_tag' => '刪除標籤 ":tag"',
'delete_journal_link' => '刪除交易記錄之間的連結',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -104,7 +104,7 @@ return [
'warning_much_data' => '載入 :days 天的資料或會相當耗時。',
'registered' => '您已成功註冊!',
'Default asset account' => '預設資產帳戶',
'no_budget_pointer' => '您似乎尚無預算,您可至 <a href=":link">預算</a>頁面來建立預算。預算可協助您追蹤支出。',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'Savings account' => '儲蓄帳戶',
'Credit card' => '信用卡',
'source_accounts' => '來源帳戶',
@ -944,6 +944,7 @@ return [
'deleted_withdrawal' => '已成功刪除提款 “:description”',
'deleted_deposit' => '已成功刪除存款 “:description”',
'deleted_transfer' => '已成功刪除轉帳 “:description”',
'deleted_reconciliation' =>'Successfully reconciliation transaction ":description"',
'stored_journal' => '已成功建立新交易 “:description”',
'stored_journal_no_descr' => '已成功建立新交易',
'updated_journal_no_descr' => '已成功更新您的交易',
@ -1103,7 +1104,8 @@ return [
'errors' => '錯誤',
'debt_start_date' => '負債開始日期',
'debt_start_amount' => '負債開始金額',
'debt_start_amount_help' => '如欠債未還,建議您輸入負數,以便在您的資產淨值反映。如有別人的欠款,反之亦然。請參見說明頁面中的詳解。',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => '儲存新債務',
'edit_liabilities_account' => '編輯債務 “:name”',
@ -1306,7 +1308,7 @@ return [
'store_configuration' => '儲存設定',
'single_user_administration' => ':email 的使用者管理後臺',
'edit_user' => '編輯使用者 :email',
'hidden_fields_preferences' => '您可在 <a href=":link">設定</a> 啟用更多交易選項。',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
'user_data_information' => '使用者資料',
'user_information' => '使用者資訊',
'total_size' => '總大小',
@ -1429,6 +1431,7 @@ return [
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => '當您在 Sandstorm.io 環境使用 Firefly III 時,此功能不可用。',
@ -1564,4 +1567,20 @@ return [
'box_net_worth_in_currency' => '淨值 (:currency)',
'box_spend_per_day' => '每日可供花費: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetry',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://github.com/firefly-iii/help/blob/master/en_US/admin.telemetry.index.md">or visit the help page directly on GitHub</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetry is enabled',
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
'telemetry_back_to_index' => 'Back to telemetry'
];

131
yarn.lock
View File

@ -40,9 +40,9 @@
source-map "^0.5.0"
"@babel/generator@^7.8.6", "@babel/generator@^7.8.7":
version "7.8.7"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7"
integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew==
version "7.8.8"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.8.tgz#cdcd58caab730834cee9eeadb729e833b625da3e"
integrity sha512-HKyUVu69cZoclptr8t8U5b6sx6zoWjh8jiUhnuj3MpZuKT2dJ8zPTuiy31luq32swhI0SpwItCIlU8XW7BZeJg==
dependencies:
"@babel/types" "^7.8.7"
jsesc "^2.5.1"
@ -84,14 +84,14 @@
levenary "^1.1.1"
semver "^5.5.0"
"@babel/helper-create-regexp-features-plugin@^7.8.3":
version "7.8.6"
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.6.tgz#7fa040c97fb8aebe1247a5c645330c32d083066b"
integrity sha512-bPyujWfsHhV/ztUkwGHz/RPV1T1TDEsSZDsN42JPehndA+p1KKTh3npvTadux0ZhCrytx9tvjpWNowKby3tM6A==
"@babel/helper-create-regexp-features-plugin@^7.8.3", "@babel/helper-create-regexp-features-plugin@^7.8.8":
version "7.8.8"
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz#5d84180b588f560b7864efaeea89243e58312087"
integrity sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg==
dependencies:
"@babel/helper-annotate-as-pure" "^7.8.3"
"@babel/helper-regex" "^7.8.3"
regexpu-core "^4.6.0"
regexpu-core "^4.7.0"
"@babel/helper-define-map@^7.8.3":
version "7.8.3"
@ -244,9 +244,9 @@
js-tokens "^4.0.0"
"@babel/parser@^7.8.6", "@babel/parser@^7.8.7":
version "7.8.7"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a"
integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A==
version "7.8.8"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.8.tgz#4c3b7ce36db37e0629be1f0d50a571d2f86f6cd4"
integrity sha512-mO5GWzBPsPf6865iIbzNE0AvkKF3NE+2S3eRUpE+FE07BOAkXh6G+GW/Pj01hhXjve1WScbaIO4UlY1JKeqCcA==
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
version "7.8.3"
@ -306,11 +306,11 @@
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
"@babel/plugin-proposal-unicode-property-regex@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.3.tgz#b646c3adea5f98800c9ab45105ac34d06cd4a47f"
integrity sha512-1/1/rEZv2XGweRwwSkLpY+s60za9OZ1hJs4YDqFHCw0kYWYwL5IFljVY1MYBL+weT1l9pokDO2uhSTLVxzoHkQ==
version "7.8.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz#ee3a95e90cdc04fe8cd92ec3279fa017d68a0d1d"
integrity sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
"@babel/helper-create-regexp-features-plugin" "^7.8.8"
"@babel/helper-plugin-utils" "^7.8.3"
"@babel/plugin-syntax-async-generators@^7.8.0":
@ -422,9 +422,9 @@
"@babel/helper-plugin-utils" "^7.8.3"
"@babel/plugin-transform-destructuring@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b"
integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ==
version "7.8.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.8.tgz#fadb2bc8e90ccaf5658de6f8d4d22ff6272a2f4b"
integrity sha512-eRJu4Vs2rmttFCdhPUM3bV0Yo/xPSdPw6ML9KHs/bjB4bLA5HXlbvYXPOD5yASodGod+krjYx21xm1QmL8dCJQ==
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"
@ -540,9 +540,9 @@
"@babel/helper-replace-supers" "^7.8.3"
"@babel/plugin-transform-parameters@^7.8.7":
version "7.8.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395"
integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g==
version "7.8.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.8.tgz#0381de466c85d5404565243660c4496459525daf"
integrity sha512-hC4Ld/Ulpf1psQciWWwdnUspQoQco2bMzSrwU6TmzRlvoYQe4rQFy9vnCZDTlVeCQj0JPfL+1RX0V8hCJvkgBA==
dependencies:
"@babel/helper-call-delegate" "^7.8.7"
"@babel/helper-get-function-arity" "^7.8.3"
@ -747,11 +747,6 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
"@trevoreyre/autocomplete-vue@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@trevoreyre/autocomplete-vue/-/autocomplete-vue-2.1.1.tgz#7e6d11da6d04b490444022f089d5e32ec4ab2619"
integrity sha512-zeVzjRliM5Yv0oaBNPE3OX4U5K59jwo/OC62Qi6SE1Fd6mwO6q6MXVogmujrOrdalIqDHQo8pUvhTFL4Xr/Rfw==
"@types/events@*":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@ -772,9 +767,9 @@
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
"@types/node@*":
version "13.9.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.0.tgz#5b6ee7a77faacddd7de719017d0bc12f52f81589"
integrity sha512-0ARSQootUG1RljH2HncpsY2TJBfGQIKOOi7kxzUY6z54ePu/ZD+wJA8zI2Q6v8rol2qpG/rvqsReco8zNMPvhQ==
version "13.9.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.1.tgz#96f606f8cd67fb018847d9b61e93997dabdefc72"
integrity sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ==
"@types/q@^1.5.1":
version "1.5.2"
@ -1545,9 +1540,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001030:
version "1.0.30001033"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001033.tgz#60c328fb56860de60f9a2cb419c31fb80587cba0"
integrity sha512-8Ibzxee6ibc5q88cM1usPsMpJOG5CTq0s/dKOmlekPbDGKt+UrnOOTPSjQz3kVo6yL7N4SB5xd+FGLHQmbzh6A==
version "1.0.30001035"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001035.tgz#2bb53b8aa4716b2ed08e088d4dc816a5fe089a1e"
integrity sha512-C1ZxgkuA4/bUEdMbU5WrGY4+UhMFFiXrgNAfxiMIqWgFTWfv/xsZCS2xEHT2LMq7xAZfuAnu6mcqyDl0ZR6wLQ==
chalk@2.4.2, chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
@ -2364,9 +2359,9 @@ ejs@^2.6.1:
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
electron-to-chromium@^1.3.363:
version "1.3.375"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.375.tgz#e290d59d316024e5499057944c10d05c518b7a24"
integrity sha512-zmaFnYVBtfpF8bGRYxgPeVAlXB7N3On8rjBE2ROc6wOpTPpzRWaiHo6KkbJMvlH07CH33uks/TEb6kuMMn8q6A==
version "1.3.376"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.376.tgz#7cb7b5205564a06c8f8ecfbe832cbd47a1224bb1"
integrity sha512-cv/PYVz5szeMz192ngilmezyPNFkUjuynuL2vNdiqIrio440nfTDdc0JJU0TS2KHLSVCs9gBbt4CFqM+HcBnjw==
elliptic@^6.0.0:
version "6.5.2"
@ -4167,9 +4162,9 @@ minimist@0.0.8:
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
minimist@^1.2.0:
version "1.2.3"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
version "2.9.0"
@ -4372,9 +4367,9 @@ node-pre-gyp@*:
tar "^4.4.2"
node-releases@^1.1.50:
version "1.1.51"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.51.tgz#70d0e054221343d2966006bfbd4d98622cc00bd0"
integrity sha512-1eQEs6HFYY1kMXQPOLzCf7HdjReErmvn85tZESMczdCNVWP3Y7URYLBAyYynuI7yef1zj4HN5q+oB2x67QU0lw==
version "1.1.52"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.52.tgz#bcffee3e0a758e92e44ecfaecd0a47554b0bcba9"
integrity sha512-snSiT1UypkgGt2wxPqS6ImEUICbNCMb31yaxWrOLXjhlt2z2/IBpaOxzONExqSm4y5oLnAqjjRWu+wsDzK5yNQ==
dependencies:
semver "^6.3.0"
@ -5380,10 +5375,10 @@ recast@~0.11.12:
private "~0.1.5"
source-map "~0.5.0"
regenerate-unicode-properties@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e"
integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA==
regenerate-unicode-properties@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec"
integrity sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==
dependencies:
regenerate "^1.4.0"
@ -5393,14 +5388,14 @@ regenerate@^1.4.0:
integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
regenerator-runtime@^0.13.4:
version "0.13.4"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz#e96bf612a3362d12bb69f7e8f74ffeab25c7ac91"
integrity sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g==
version "0.13.5"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
regenerator-transform@^0.14.2:
version "0.14.2"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.2.tgz#949d9d87468ff88d5a7e4734ebb994a892de1ff2"
integrity sha512-V4+lGplCM/ikqi5/mkkpJ06e9Bujq1NFmNLvsCs56zg3ZbzrnUzAtizZ24TXxtRX/W2jcdScwQCnbL0CICTFkQ==
version "0.14.3"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.3.tgz#54aebff2ef58c0ae61e695ad1b9a9d65995fff78"
integrity sha512-zXHNKJspmONxBViAb3ZUmFoFPnTBs3zFhCEZJiwp/gkNzxVbTqNJVjYKx6Qk1tQ1P4XLf4TbH9+KBB7wGoAaUw==
dependencies:
"@babel/runtime" "^7.8.4"
private "^0.1.8"
@ -5421,24 +5416,24 @@ regexp.prototype.flags@^1.2.0:
define-properties "^1.1.3"
es-abstract "^1.17.0-next.1"
regexpu-core@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
regexpu-core@^4.6.0, regexpu-core@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938"
integrity sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==
dependencies:
regenerate "^1.4.0"
regenerate-unicode-properties "^8.1.0"
regjsgen "^0.5.0"
regjsparser "^0.6.0"
regenerate-unicode-properties "^8.2.0"
regjsgen "^0.5.1"
regjsparser "^0.6.4"
unicode-match-property-ecmascript "^1.0.4"
unicode-match-property-value-ecmascript "^1.1.0"
unicode-match-property-value-ecmascript "^1.2.0"
regjsgen@^0.5.0:
regjsgen@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz#48f0bf1a5ea205196929c0d9798b42d1ed98443c"
integrity sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==
regjsparser@^0.6.0:
regjsparser@^0.6.4:
version "0.6.4"
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.4.tgz#a769f8684308401a66e9b529d2436ff4d0666272"
integrity sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==
@ -6259,15 +6254,15 @@ unicode-match-property-ecmascript@^1.0.4:
unicode-canonical-property-names-ecmascript "^1.0.4"
unicode-property-aliases-ecmascript "^1.0.4"
unicode-match-property-value-ecmascript@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277"
integrity sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g==
unicode-match-property-value-ecmascript@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531"
integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==
unicode-property-aliases-ecmascript@^1.0.4:
version "1.0.5"
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57"
integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==
version "1.1.0"
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
union-value@^1.0.0:
version "1.0.1"