diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php index 1cc9fa0351..ae3ff42d64 100644 --- a/resources/lang/cs_CZ/firefly.php +++ b/resources/lang/cs_CZ/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'přeskočí přes', 'bill_store_error' => 'Při ukládání nové účtenky došlo k neočekávané chybě. Podívejte se do souborů se záznamem událostí', 'list_inactive_rule' => 'neaktivní pravidlo', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'To see if your installation is capable of sending email, please press this button. You will not see an error here (if any), the log files will reflect any errors. You can press this button as many times as you like. There is no spam control. The message will be sent to :email and should arrive shortly.', 'send_message' => 'Poslat zprávu', 'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Popis rozúčtování', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/cs_CZ/form.php b/resources/lang/cs_CZ/form.php index 31b4811e50..9ce75485b7 100644 --- a/resources/lang/cs_CZ/form.php +++ b/resources/lang/cs_CZ/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Je blokován?', 'blocked_code' => 'Důvod blokování', 'login_name' => 'Login', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Uplatnit pravidla', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index f99deb8af6..e1d0ac5e70 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -218,8 +218,8 @@ return [ 'unpaid_in_currency' => 'Unbezahlt in :currency', 'is_alpha_warning' => 'Sie nutzen eine ALPHA-Version. Seien Sie vorsichtig bei Fehlern und Problemen.', 'is_beta_warning' => 'Sie verwenden eine BETA-Version. Seien Sie vorsichtig bei Fehlern und Problemen.', - 'all_destination_accounts' => 'Destination accounts', - 'all_source_accounts' => 'Source accounts', + 'all_destination_accounts' => 'Zielkonten', + 'all_source_accounts' => 'Quellkonten', // check for updates: 'update_check_title' => 'Nach Updates suchen', @@ -307,9 +307,9 @@ return [ 'created_new_rule_group' => 'Neue Regelgruppe ":title" gespeichert!', 'updated_rule_group' => 'Regelgruppe ":title" erfolgreich aktualisiert.', 'edit_rule_group' => 'Regelgruppe ":title" bearbeiten', - 'duplicate_rule' => 'Duplicate rule ":title"', - 'rule_copy_of' => 'Copy of ":title"', - 'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"', + 'duplicate_rule' => 'Regel „:title” duplizieren', + 'rule_copy_of' => 'Kopie von „:title”', + 'duplicated_rule' => 'Regel „:title” nach „:newTitle” dupliziert', 'delete_rule_group' => 'Regelgruppe ":title" löschen', 'deleted_rule_group' => 'Regelgruppe ":title" gelöscht', 'update_rule_group' => 'Regelgruppe aktualisieren', @@ -788,18 +788,18 @@ return [ 'over_budget_warn' => 'Normalerweise kalkulieren Sie etwa :amount pro Tag. Diesmal ist es :over_amount pro Tag. Möchten Sie fortfahren?', 'transferred_in' => 'Übertragen (eingehend)', 'transferred_away' => 'Übertragen (ausgehend)', - 'auto_budget_none' => 'No auto-budget', - 'auto_budget_reset' => 'Set a fixed amount every period', - 'auto_budget_rollover' => 'Add an amount every period', - 'auto_budget_period_daily' => 'Daily', - 'auto_budget_period_weekly' => 'Weekly', - 'auto_budget_period_monthly' => 'Monthly', - 'auto_budget_period_quarterly' => 'Quarterly', - 'auto_budget_period_half_year' => 'Every half year', - 'auto_budget_period_yearly' => 'Yearly', - 'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.', - 'auto_budget_reset_icon' => 'This budget will be set periodically', - 'auto_budget_rollover_icon' => 'The budget amount will increase periodically', + 'auto_budget_none' => 'Kein Auto-Budget', + 'auto_budget_reset' => 'Festbetrag für jeden Zeitraum festlegen', + 'auto_budget_rollover' => 'Betrag pro Zeitraum hinzufügen', + 'auto_budget_period_daily' => 'Täglich', + 'auto_budget_period_weekly' => 'Wöchentlich', + 'auto_budget_period_monthly' => 'Monatlich', + 'auto_budget_period_quarterly' => 'Quartalsweise', + 'auto_budget_period_half_year' => 'Halbjährlich', + 'auto_budget_period_yearly' => 'Jährlich', + 'auto_budget_help' => 'Mehr über diese Funktion können Sie in der Hilfe nachlesen. Klicken Sie oben rechts auf das ❓-Symbol.', + 'auto_budget_reset_icon' => 'Dieses Budget wird regelmäßig festgelegt', + 'auto_budget_rollover_icon' => 'Der Budgetbetrag wird regelmäßig erhöht', // bills: 'match_between_amounts' => 'Rechnung passt zu Transaktionen zwischen :low und :high.', @@ -829,6 +829,7 @@ return [ 'skips_over' => 'überschreitet', 'bill_store_error' => 'Beim Speichern Ihrer neuen Rechnung ist ein unerwarteter Fehler aufgetreten. Bitte überprüfen Sie die Protokolldateien.', 'list_inactive_rule' => 'Inaktive Regeln', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Sie haben :count inaktive (archivierte) Konten, die Sie auf dieser separaten Seite einsehen können.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Um zu sehen, ob Ihre Installation E-Mails senden kann, drücken Sie bitte diese Taste. Sie werden hier keinen Fehler sehen, die Protokolldateien werden etwaige Fehler anzeigen. Sie können diese Taste so oft drücken, wie Sie möchten. Es gibt keine Spamüberprüfung. Die Nachricht wird an :email gesendet und sollte in Kürze ankommen.', 'send_message' => 'Nachricht senden', 'send_test_triggered' => 'Der Test wurde ausgelöst. Überprüfen Sie Ihren Posteingang und die Protokolldateien.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Beschreibung der Splittbuchung', 'split_transaction_title_help' => 'Wenn Sie eine Splittbuchung anlegen, muss es eine eindeutige Beschreibung für alle Aufteilungen der Buchung geben.', @@ -1588,7 +1590,7 @@ return [ // 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 oder besuchen Sie die Hilfeseite direkt auf GitHub.', + '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 or visit the documentation page.', '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', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetrieübersicht', - 'telemetry_back_to_index' => 'Zurück zur Telemetrie' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 70679328cd..690aaa7b3c 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -43,7 +43,7 @@ return [ 'journal_currency_id' => 'Währung', 'currency_id' => 'Währung', 'transaction_currency_id' => 'Währung', - 'auto_budget_currency_id' => 'Currency', + 'auto_budget_currency_id' => 'Währung', 'external_ip' => 'Die externe IP-Adresse Ihres Servers', 'attachments' => 'Anhänge', 'journal_amount' => 'Betrag', @@ -194,6 +194,7 @@ return [ 'blocked' => 'Ist blockiert?', 'blocked_code' => 'Grund für Block', 'login_name' => 'Login', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Regeln anwenden', @@ -261,9 +262,14 @@ return [ 'expected_on' => 'Erwartet am', 'paid' => 'Bezahlt', - 'auto_budget_type' => 'Auto-budget', - 'auto_budget_amount' => 'Auto-budget amount', - 'auto_budget_period' => 'Auto-budget period', + 'auto_budget_type' => 'Automatisches Budget', + 'auto_budget_amount' => 'Betrag des automatischen Budget', + 'auto_budget_period' => 'Zeitraum des automatischen Budget', + + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' ]; diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 1bdc7e8e56..abf2c084cb 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -202,7 +202,7 @@ return [ 'gte.string' => ':attribute muss mindestens :value Zeichen enthalten.', 'gte.array' => ':attribute muss mindestens :value Elemente enthalten.', - 'amount_required_for_auto_budget' => 'The amount is required.', - 'auto_budget_amount_positive' => 'The amount must be more than zero.', - 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', + 'amount_required_for_auto_budget' => 'Betrag ist erforderlich.', + 'auto_budget_amount_positive' => 'Der Betrag muss größer als Null sein.', + 'auto_budget_period_mandatory' => 'Der Zeitraum für das automatische Budget ist ein Pflichtfeld.', ]; diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index 20d34d0755..f32cdadcc6 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -218,8 +218,8 @@ return [ 'unpaid_in_currency' => 'Απλήρωτο σε :currency', 'is_alpha_warning' => 'Εκτελείτε μια προ-έκδοση ALPHA. Να είστε έτοιμοι να εντοπίσετε σφάλματα και άλλα ζητήματα.', 'is_beta_warning' => 'Εκτελείτε μια δοκιμαστική έκδοση BETA. Να είστε έτοιμοι να εντοπίσετε σφάλματα και άλλα ζητήματα.', - 'all_destination_accounts' => 'Destination accounts', - 'all_source_accounts' => 'Source accounts', + 'all_destination_accounts' => 'Λογαριασμοί προορισμού', + 'all_source_accounts' => 'Λογαριασμοί προέλευσης', // check for updates: 'update_check_title' => 'Έλεγχος ενημερώσεων', @@ -307,9 +307,9 @@ return [ 'created_new_rule_group' => 'Η νέα ομάδα κανόνων ":title" αποθηκεύτηκε!', 'updated_rule_group' => 'Επιτυχής ενημέρωση της ομάδας κανόνων ":title".', 'edit_rule_group' => 'Επεξεργασία ομάδας κανόνων ":title"', - 'duplicate_rule' => 'Duplicate rule ":title"', - 'rule_copy_of' => 'Copy of ":title"', - 'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"', + 'duplicate_rule' => 'Αντιγραφή κανόνα ":title"', + 'rule_copy_of' => 'Αντιγραφή του ":title"', + 'duplicated_rule' => 'Έγινε αντιγραφή του κανόνα ":title" στο ":newTitle"', 'delete_rule_group' => 'Διαγραφή ομάδας κανόνων ":title"', 'deleted_rule_group' => 'Η ομάδα κανόνων ":title" διεγράφη', 'update_rule_group' => 'Ενημέρωση ομάδας κανόνων', @@ -788,18 +788,18 @@ return [ 'over_budget_warn' => ' Συνήθως έχετε προϋπολογισμό περίπου :amount ανά ημέρα. Αυτή τη φορά είναι :over_amount ανά ημέρα. Είστε σίγουροι;', 'transferred_in' => 'Μεταφέρθηκαν (εντός)', 'transferred_away' => 'Μεταφέρθηκαν (εκτός)', - 'auto_budget_none' => 'No auto-budget', - 'auto_budget_reset' => 'Set a fixed amount every period', - 'auto_budget_rollover' => 'Add an amount every period', - 'auto_budget_period_daily' => 'Daily', - 'auto_budget_period_weekly' => 'Weekly', - 'auto_budget_period_monthly' => 'Monthly', - 'auto_budget_period_quarterly' => 'Quarterly', - 'auto_budget_period_half_year' => 'Every half year', - 'auto_budget_period_yearly' => 'Yearly', - 'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.', - 'auto_budget_reset_icon' => 'This budget will be set periodically', - 'auto_budget_rollover_icon' => 'The budget amount will increase periodically', + 'auto_budget_none' => 'Χωρίς αυτόματο προϋπολογισμό', + 'auto_budget_reset' => 'Ορίστε ένα σταθερό ποσό κάθε περίοδο', + 'auto_budget_rollover' => 'Προσθέστε ένα ποσό σε κάθε περίοδο', + 'auto_budget_period_daily' => 'Ημερησίως', + 'auto_budget_period_weekly' => 'Εβδομαδιαίως', + 'auto_budget_period_monthly' => 'Μηνιαίως', + 'auto_budget_period_quarterly' => 'Τριμηνιαίως', + 'auto_budget_period_half_year' => 'Εξαμηνιαίως', + 'auto_budget_period_yearly' => 'Ετησίως', + 'auto_budget_help' => 'Μπορείτε να διαβάσετε περισσότερα σχετικά με αυτή τη λειτουργία στη βοήθεια. Κάντε κλικ στο εικονίδιο (?) επάνω δεξιά.', + 'auto_budget_reset_icon' => 'Αυτός ο προϋπολογισμός θα οριστεί περιοδικά', + 'auto_budget_rollover_icon' => 'Το ποσό του προϋπολογισμού θα αυξηθεί περιοδικά', // bills: 'match_between_amounts' => 'Αντιστοιχίες πάγιου έξοδου προς συναλλαγές μεταξύ :low και :high.', @@ -829,6 +829,7 @@ return [ 'skips_over' => 'παραλείπει', 'bill_store_error' => 'Παρουσιάστηκε ένα μη αναμενόμενο σφάλμα κατά την αποθήκευση του νέου πάγιου έξοδου. Ελέγξτε τα αρχεία καταγραφής', 'list_inactive_rule' => 'ανενεργός κανόνας', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Έχετε :count ανενεργούς (σε αρχειοθέτηση) λογαριασμούς, τους οποίους μπορείτε να δείτε χωριστά σε αυτή τη σελίδα.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Για να δείτε αν η εγκατάσταση σας μπορεί να στείλει μηνύματα ηλεκτρονικού ταχυδρομείου, πατήστε αυτό το κουμπί. Δεν θα δείτε κάποιο σφάλμα εδώ (αν υπάρχει), μόνο τα αρχεία καταγραφής θα εμφανίσουν τυχόν σφάλματα . Μπορείτε να πατήσετε αυτό το κουμπί όσες φορές θέλετε. Δεν υπάρχει έλεγχος ανεπιθύμητης αλληλογραφίας. Το μήνυμα θα αποσταλεί στο :email και θα πρέπει να φτάσει σύντομα.', 'send_message' => 'Αποστολή μηνύματος', 'send_test_triggered' => 'Η δοκιμή ενεργοποιήθηκε. Ελέγξτε τα εισερχόμενα μηνύματα στο Email σας και τα αρχεία καταγραφής.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Περιγραφή της συναλλαγής με διαχωρισμό', 'split_transaction_title_help' => 'Εάν δημιουργήσετε μια διαχωρισμένη συναλλαγή, πρέπει να υπάρχει μια καθολική περιγραφή για όλους τους διαχωρισμούς της συναλλαγής.', @@ -1588,7 +1590,7 @@ return [ // 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 είναι κάτι που μπορείτε διαβάσετε στις σελίδες βοήθειας. Κάντε κλικ στο εικονίδιο (?) στην επάνω δεξιά γωνία ή επισκεφτείτε την σελίδα βοήθειας απευθείας στο GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Είναι ενεργοποιημένη η τηλεμετρία του Firefly III;', 'telemetry_disabled_no' => 'Η τηλεμετρία ΔΕΝ είναι ενεργοποιημένη', 'telemetry_disabled_yes' => 'Η τηλεμετρία είναι ενεργοποιημένη', @@ -1598,7 +1600,14 @@ return [ 'no_telemetry_present' => 'Το Firefly III δεν έχει συγκεντρώσει αρχεία τηλεμετρίας.', 'records_telemetry_present' => 'Το Firefly III έχει συγκεντρώσει :count αρχείο(α) τηλεμετρίας.', 'telemetry_button_view' => 'Προβολή τηλεμετρίας', - 'telemetry_button_delete' => 'Διαγραφή τηλεμετρίας', + 'telemetry_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Επισκόπηση τηλεμετρίας', - 'telemetry_back_to_index' => 'Επιστροφή στην τηλεμετρία' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/el_GR/form.php b/resources/lang/el_GR/form.php index 83d6eab296..2bdb0b7352 100644 --- a/resources/lang/el_GR/form.php +++ b/resources/lang/el_GR/form.php @@ -43,7 +43,7 @@ return [ 'journal_currency_id' => 'Νόμισμα', 'currency_id' => 'Νόμισμα', 'transaction_currency_id' => 'Νόμισμα', - 'auto_budget_currency_id' => 'Currency', + 'auto_budget_currency_id' => 'Νόμισμα', 'external_ip' => 'Η εξωτερική IP του εξυπηρετητή σας', 'attachments' => 'Συνημμένα', 'journal_amount' => 'Ποσό', @@ -194,6 +194,7 @@ return [ 'blocked' => 'Έχει αποκλειστεί;', 'blocked_code' => 'Αιτία αποκλεισμού', 'login_name' => 'Είσοδος', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Εφαρμογή κανόνων', @@ -261,9 +262,14 @@ return [ 'expected_on' => 'Αναμένεται στις', 'paid' => 'Πληρώθηκε', - 'auto_budget_type' => 'Auto-budget', - 'auto_budget_amount' => 'Auto-budget amount', - 'auto_budget_period' => 'Auto-budget period', + 'auto_budget_type' => 'Αυτόματος προϋπολογισμός', + 'auto_budget_amount' => 'Ποσό αυτόματου προϋπολογισμού', + 'auto_budget_period' => 'Περίοδος αυτόματου προϋπολογισμού', + + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' ]; diff --git a/resources/lang/el_GR/validation.php b/resources/lang/el_GR/validation.php index f9a93e629c..457f910fe4 100644 --- a/resources/lang/el_GR/validation.php +++ b/resources/lang/el_GR/validation.php @@ -202,7 +202,7 @@ return [ 'gte.string' => 'Το :attribute πρέπει να είναι μεγαλύτερο ή ίσο με :value χαρακτήρες.', 'gte.array' => 'Το :attribute πρέπει να έχει :value αντικείμενα ή παραπάνω.', - 'amount_required_for_auto_budget' => 'The amount is required.', - 'auto_budget_amount_positive' => 'The amount must be more than zero.', - 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', + 'amount_required_for_auto_budget' => 'Πρέπει να συμπληρωθεί το ποσό.', + 'auto_budget_amount_positive' => 'Το ποσό πρέπει να είναι μεγαλύτερο από το μηδέν.', + 'auto_budget_period_mandatory' => 'Η περίοδος αυτόματου προϋπολογισμού είναι υποχρεωτικό πεδίο.', ]; diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 1624c1a2bb..84d2938f3b 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'salta sobre', 'bill_store_error' => 'Se ha producido un error inesperado mientras se almacenaba su nueva factura. Por favor, compruebe los archivos de registro', 'list_inactive_rule' => 'regla inactiva', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Tiene :count cuentas inactivas (archivadas), que puede ver en esta página separada.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Para ver si su instalación es capaz de enviar correos electrónicos, presione este botón. Usted no verá ningún error aquí (si los hubiera) los archivos de registro mostrarán cualquier error. Usted puede presionar este botón tantas veces como lo desee. No hay control de spam. El mensaje será enviado a :emaily debería llegar en breve.', 'send_message' => 'Enviar mensaje', 'send_test_triggered' => 'La prueba fue disparada. Chequee su bandeja de entrada y archivos de registro.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Descripción de la transacción dividida', 'split_transaction_title_help' => 'Si crea una transacción dividida, debe existir una descripción global para todas las divisiones de la transacción.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 7e5bd06939..f8791b05f8 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => '¿Está bloqueado?', 'blocked_code' => 'Razón del bloqueo', 'login_name' => 'Iniciar sesión', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Aplicar reglas', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php index 0f756f63d6..4b8489b695 100644 --- a/resources/lang/fi_FI/firefly.php +++ b/resources/lang/fi_FI/firefly.php @@ -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' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.', + 'no_budget_pointer' => 'Sinulla ei näyttäisi olevan vielä yhtään budjettia. Sinun kannattaisi luoda niitä budjetit-sivulla. Budjetit voivat auttaa sinua pitämään kirjaa kuluistasi.', 'Savings account' => 'Säästötili', 'Credit card' => 'Luottokortti', 'source_accounts' => 'Lähdetili(t)', @@ -218,8 +218,8 @@ return [ 'unpaid_in_currency' => 'Maksamatta valuutassa :currency', 'is_alpha_warning' => 'Käytät ALPHA-versiota. Varaudu virheisiin ja ongelmiin.', 'is_beta_warning' => 'Käytät BETA-versiota. Varaudu virheisiin ja ongelmiin.', - 'all_destination_accounts' => 'Destination accounts', - 'all_source_accounts' => 'Source accounts', + 'all_destination_accounts' => 'Kohdetilit', + 'all_source_accounts' => 'Lähdetilit', // check for updates: 'update_check_title' => 'Tarkista päivitykset', @@ -791,12 +791,12 @@ return [ 'auto_budget_none' => 'No auto-budget', 'auto_budget_reset' => 'Set a fixed amount every period', 'auto_budget_rollover' => 'Add an amount every period', - 'auto_budget_period_daily' => 'Daily', - 'auto_budget_period_weekly' => 'Weekly', - 'auto_budget_period_monthly' => 'Monthly', - 'auto_budget_period_quarterly' => 'Quarterly', - 'auto_budget_period_half_year' => 'Every half year', - 'auto_budget_period_yearly' => 'Yearly', + 'auto_budget_period_daily' => 'Päivittäin', + 'auto_budget_period_weekly' => 'Viikoittain', + 'auto_budget_period_monthly' => 'Kuukausittain', + 'auto_budget_period_quarterly' => 'Neljännesvuosittain', + 'auto_budget_period_half_year' => 'Puoli-vuosittain', + 'auto_budget_period_yearly' => 'Vuosittain', 'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.', 'auto_budget_reset_icon' => 'This budget will be set periodically', 'auto_budget_rollover_icon' => 'The budget amount will increase periodically', @@ -829,6 +829,7 @@ return [ 'skips_over' => 'ohittaa', 'bill_store_error' => 'Uuden laskusi tallentamisessa tapahtui odottamaton virhe. Virhe kirjattiin lokitiedostoon.', 'list_inactive_rule' => 'käytöstä poistettu sääntö', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Sinulla on :count käytöstä poistettua (arkistoitua) tiliä, joita voit tarkastella tällä erillisellä sivulla.', @@ -987,7 +988,7 @@ return [ 'no_budget' => '(ei budjettia)', 'account_per_budget' => 'Tili per budjetti', 'account_per_category' => 'Tili per kategoria', - 'create_new_object' => 'Create', + 'create_new_object' => 'Luo', 'empty' => '(tyhjä)', 'all_other_budgets' => '(kaikki muut budjetit)', 'all_other_accounts' => '(kaikki muut tilit)', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Nähdäksesi, ovatko asetuksesi määritelty oikein sähköpostin lähetystä varten, paina tätä nappia. Virheitä et näe täällä, vaan ne tallennetaan lokitiedostoon. Voit painaa tätä nappia kuinka monta kertaa tahansa - ohjelma ei rajoita lähetysten lukumäärää. Sähköpostiviesti lähetetään osoitteeseen :email ja sen pitäisi saapua pian.', 'send_message' => 'Lähetä viesti', 'send_test_triggered' => 'Testiviesti lähetettiin. Tarkista sähköpostisi sekä lokitiedostot.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Jaetun tapahtuman kuvaus', 'split_transaction_title_help' => 'Jos luot jaetun tapahtuman, kokonaisuudelle tarvitaan nimi.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/fi_FI/form.php b/resources/lang/fi_FI/form.php index 2acef94cb8..7b3caaea08 100644 --- a/resources/lang/fi_FI/form.php +++ b/resources/lang/fi_FI/form.php @@ -43,7 +43,7 @@ return [ 'journal_currency_id' => 'Valuutta', 'currency_id' => 'Valuutta', 'transaction_currency_id' => 'Valuutta', - 'auto_budget_currency_id' => 'Currency', + 'auto_budget_currency_id' => 'Valuutta', 'external_ip' => 'Serverin ulkoinen verkko-osoite (IP)', 'attachments' => 'Liitteet', 'journal_amount' => 'Summa', @@ -194,6 +194,7 @@ return [ 'blocked' => 'On estetty?', 'blocked_code' => 'Eston syy', 'login_name' => 'Käyttäjätunnus', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Aja säännöt', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/fi_FI/validation.php b/resources/lang/fi_FI/validation.php index 78d9619797..fd0dee8616 100644 --- a/resources/lang/fi_FI/validation.php +++ b/resources/lang/fi_FI/validation.php @@ -202,7 +202,7 @@ return [ 'gte.string' => 'Määritteen :attribute pituus täytyy olla vähintään :value merkkiä.', 'gte.array' => 'Määritteellä :attribute tulee olla vähintään :value alkiota.', - 'amount_required_for_auto_budget' => 'The amount is required.', + 'amount_required_for_auto_budget' => 'Summa on pakollinen.', 'auto_budget_amount_positive' => 'The amount must be more than zero.', 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', ]; diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 3a8124e55c..737890d3f9 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -218,8 +218,8 @@ return [ 'unpaid_in_currency' => 'Non payé en :currency', 'is_alpha_warning' => 'Vous utilisez une version ALPHA. Méfiez-vous des bogues et des problèmes.', 'is_beta_warning' => 'Vous utilisez une version BETA. Méfiez-vous des bogues et des problèmes.', - 'all_destination_accounts' => 'Destination accounts', - 'all_source_accounts' => 'Source accounts', + 'all_destination_accounts' => 'Comptes de destination', + 'all_source_accounts' => 'Comptes source', // check for updates: 'update_check_title' => 'Vérifier les mises à jour', @@ -307,9 +307,9 @@ return [ 'created_new_rule_group' => 'Le nouveau groupe de règles ":title" est créé !', 'updated_rule_group' => 'Groupe de règles ":title" mis à jour avec succès.', 'edit_rule_group' => 'Modifier le groupe de règles ":title"', - 'duplicate_rule' => 'Duplicate rule ":title"', - 'rule_copy_of' => 'Copy of ":title"', - 'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"', + 'duplicate_rule' => 'Dupliquer la règle ":title"', + 'rule_copy_of' => 'Copie de ":title"', + 'duplicated_rule' => 'Règle ":title" dupliquée en ":newTitle"', 'delete_rule_group' => 'Supprimer le groupe de règles ":title"', 'deleted_rule_group' => 'Groupe de règles ":title" supprimé', 'update_rule_group' => 'Mettre à jour le groupe de règles', @@ -788,18 +788,18 @@ return [ 'over_budget_warn' => ' Généralement vous budgétez environ :amount par jour. Cette fois, c\'est :over_amount par jour. Êtes-vous sûr ?', 'transferred_in' => 'Transféré (entrant)', 'transferred_away' => 'Transféré (sortant)', - 'auto_budget_none' => 'No auto-budget', - 'auto_budget_reset' => 'Set a fixed amount every period', - 'auto_budget_rollover' => 'Add an amount every period', - 'auto_budget_period_daily' => 'Daily', - 'auto_budget_period_weekly' => 'Weekly', - 'auto_budget_period_monthly' => 'Monthly', - 'auto_budget_period_quarterly' => 'Quarterly', - 'auto_budget_period_half_year' => 'Every half year', - 'auto_budget_period_yearly' => 'Yearly', - 'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.', - 'auto_budget_reset_icon' => 'This budget will be set periodically', - 'auto_budget_rollover_icon' => 'The budget amount will increase periodically', + 'auto_budget_none' => 'Pas de budget automatique', + 'auto_budget_reset' => 'Définir un montant fixe à chaque période', + 'auto_budget_rollover' => 'Ajouter un montant à chaque période', + 'auto_budget_period_daily' => 'Quotidien', + 'auto_budget_period_weekly' => 'Hebdomadaire', + 'auto_budget_period_monthly' => 'Mensuel', + 'auto_budget_period_quarterly' => 'Trimestriel', + 'auto_budget_period_half_year' => 'Semestriel', + 'auto_budget_period_yearly' => 'Annuel', + 'auto_budget_help' => 'Vous pouvez en savoir plus sur cette fonctionnalité dans l\'aide. Cliquez sur l\'icône (?) en haut à droite.', + 'auto_budget_reset_icon' => 'Ce budget sera défini périodiquement', + 'auto_budget_rollover_icon' => 'Le montant du budget augmentera périodiquement', // bills: 'match_between_amounts' => 'La facture correspond à des opérations entre :low et :high.', @@ -829,6 +829,7 @@ return [ 'skips_over' => 'saute', 'bill_store_error' => 'Une erreur inattendue s\'est produite lors du stockage de votre nouvelle facture. Veuillez vérifier les fichiers journaux', 'list_inactive_rule' => 'règle inactive', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Vous avez :count comptes inactifs (archivés), que vous pouvez voir sur cette autre page.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Pour vérifier que votre installation est capable d\'envoyer des emails, utilisez ce bouton. Vous ne verrez pas d\'erreur ici (s\'il y en a), elles seront enregistrées dans les logs. Utilisez ce bouton autant de fois que vous le voulez, il n\'y a pas de contrôle de spam. Le message sera envoyé à :email et devrait arriver sous peu.', 'send_message' => 'Envoyer le message', 'send_test_triggered' => 'Le test a été initié. Vérifiez votre boîte de réception (et les logs si nécessaire).', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Description de l\'opération ventilée', 'split_transaction_title_help' => 'Si vous créez une opération ventilée, il doit y avoir une description globale pour chaque fraction de l\'opération.', @@ -1588,7 +1590,7 @@ return [ // telemetry 'telemetry_admin_index' => 'Télémétrie', 'telemetry_intro' => 'Firefly III prend en charge la collecte et l\'envoi de télémétrie d\'utilisation. Cela signifie que Firefly III essaiera de collecter des informations sur la façon dont vous utilisez Firefly III, et de les envoyer au développeur de Firefly III. C\'est toujours optionnel, et est désactivé par défaut. Firefly III ne recueillera jamais ni n\'enverra de données financières. Firefly III ne recueillera ni n\'enverra jamais non plus de méta-informations financières, comme des sommes ou des calculs. Les données recueillies ne seront jamais rendues publiques.', - 'telemetry_what_collected' => 'Ce que Firefly III recueille et envoie exactement diffère suivant les versions. Vous exécutez la version :version. Ce que Firefly III collecte dans la version :version est quelque chose que vous pouvez lire dans les pages d\'aide. Cliquez sur l\'icône (?) en haut à droite ou visitez la page d\'aide directement sur GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'La télémétrie de Firefly III est-elle activée ?', 'telemetry_disabled_no' => 'La télémétrie n\'est PAS activée', 'telemetry_disabled_yes' => 'La télémétrie est activée', @@ -1598,7 +1600,14 @@ return [ 'no_telemetry_present' => 'Firefly III n\'a recueilli aucune donnée de télémétrie.', 'records_telemetry_present' => 'Firefly III a recueilli :count enregistrement(s) de télémétrie.', 'telemetry_button_view' => 'Voir la télémétrie', - 'telemetry_button_delete' => 'Supprimer la télémétrie', + 'telemetry_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Aperçu de la télémétrie', - 'telemetry_back_to_index' => 'Retour à la télémétrie' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index c0ffc7a625..2bd91f4786 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -43,7 +43,7 @@ return [ 'journal_currency_id' => 'Devise', 'currency_id' => 'Devise', 'transaction_currency_id' => 'Devise', - 'auto_budget_currency_id' => 'Currency', + 'auto_budget_currency_id' => 'Devise', 'external_ip' => 'L\'adresse IP externe de votre serveur', 'attachments' => 'Documents joints', 'journal_amount' => 'Montant', @@ -194,6 +194,7 @@ return [ 'blocked' => 'Est bloqué ?', 'blocked_code' => 'Raison du blocage', 'login_name' => 'Identifiant', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Appliquer les règles', @@ -261,9 +262,14 @@ return [ 'expected_on' => 'Prévu le', 'paid' => 'Payé', - 'auto_budget_type' => 'Auto-budget', - 'auto_budget_amount' => 'Auto-budget amount', - 'auto_budget_period' => 'Auto-budget period', + 'auto_budget_type' => 'Budget automatique', + 'auto_budget_amount' => 'Montant du budget automatique', + 'auto_budget_period' => 'Période du budget automatique', + + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' ]; diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 91bf9ece52..2bc4e6d7d9 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -202,7 +202,7 @@ return [ 'gte.string' => 'Le texte :attribute doit contenir au moins :value caractères.', 'gte.array' => 'L\'attribut :attribute doit avoir :value éléments ou plus.', - 'amount_required_for_auto_budget' => 'The amount is required.', - 'auto_budget_amount_positive' => 'The amount must be more than zero.', - 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', + 'amount_required_for_auto_budget' => 'Le montant est requis.', + 'auto_budget_amount_positive' => 'Le montant doit être supérieur à zéro.', + 'auto_budget_period_mandatory' => 'La période du budget automatique est un champ obligatoire.', ]; diff --git a/resources/lang/hu_HU/breadcrumbs.php b/resources/lang/hu_HU/breadcrumbs.php index 3c662a685c..343d57bd85 100644 --- a/resources/lang/hu_HU/breadcrumbs.php +++ b/resources/lang/hu_HU/breadcrumbs.php @@ -51,12 +51,12 @@ return [ 'edit_journal' => '":description" tranzakció szerkesztése', 'edit_reconciliation' => '":description" szerkesztése', 'delete_journal' => '":description" tranzakció törlése', - 'delete_group' => 'Delete transaction ":description"', + 'delete_group' => '":description" tranzakció törlése', 'tags' => 'Cimkék', 'createTag' => 'Új címke létrehozása', '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', + 'telemetry_index' => 'Telemetria', + 'telemetry_view' => 'Telemetria megtekintése', ]; diff --git a/resources/lang/hu_HU/config.php b/resources/lang/hu_HU/config.php index a41a35bb4f..c1416a63a2 100644 --- a/resources/lang/hu_HU/config.php +++ b/resources/lang/hu_HU/config.php @@ -27,12 +27,12 @@ return [ 'locale' => 'hu, Hungarian, hu_HU.utf8, hu_HU.UTF-8', 'month' => '%B %Y', 'month_and_day' => '%B %e, %Y', - 'month_and_day_moment_js' => 'MMM D, YYYY', + 'month_and_day_moment_js' => 'YYYY. MMM. D.', 'month_and_date_day' => '%Y %e %B, %A', 'month_and_day_no_year' => '%e %B', 'date_time' => '%Y %B %e @ %T', 'specific_day' => '%Y %e %B', - 'week_in_year' => 'Week %V, %G', + 'week_in_year' => 'Hét %V, %G', 'year' => '%Y', 'half_year' => '%Y %B', 'month_js' => 'YYYY MMMM', diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php index fa31352743..e92cd1db39 100644 --- a/resources/lang/hu_HU/firefly.php +++ b/resources/lang/hu_HU/firefly.php @@ -32,8 +32,8 @@ return [ 'clone' => 'Másolás', 'last_seven_days' => 'Utolsó hét nap', 'last_thirty_days' => 'Elmúlt harminc nap', - 'welcomeBack' => 'What\'s playing?', - 'welcome_back' => 'What\'s playing?', + 'welcomeBack' => 'Mi a helyzet?', + 'welcome_back' => 'Mi a helyzet?', 'everything' => 'Minden', 'today' => 'ma', 'customRange' => 'Egyéni tartomány', @@ -55,11 +55,11 @@ return [ 'new_withdrawal' => 'Új költség', 'create_new_transaction' => 'Új tranzakció létrehozása', 'new_transaction' => 'Új tranzakció', - 'no_rules_for_bill' => 'This bill has no rules associated to it.', + 'no_rules_for_bill' => 'Ehhez a számlához nincsenek szabályok kapcsolva.', 'go_to_asset_accounts' => 'Eszközszámlák megtekintése', 'go_to_budgets' => 'Ugrás a költségkeretekhez', - 'new_clone_instructions' => 'This button will automatically clone the transaction and set the date to today. Are you sure?', - 'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)', + 'new_clone_instructions' => 'Ez a gombok automatikusan klónozza a tranzakciót és a dátumot a mai napra állítja. Biztos jó így?', + 'clones_journal_x' => 'Ez a tranzakció ":description" (#:id) klónja', 'go_to_categories' => 'Ugrás a kategóriákhoz', 'go_to_bills' => 'Ugrás a számlákhoz', 'go_to_expense_accounts' => 'Költségszámlák megtekintése', @@ -95,16 +95,16 @@ return [ 'two_factor_forgot' => 'Elfelejtett kétlépcsős azonosítás.', 'two_factor_lost_header' => 'Elvesztett kétlépcsős hitelesítés?', 'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.', - 'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read this entry in the FAQ for instructions.', + 'two_factor_lost_fix_self' => 'Ha a Firefly III saját példányként fut javasolt elolvasni ezt a FAQ bejegyzést további instrukciókért.', 'two_factor_lost_fix_owner' => 'Ellenkező esetben emailt kell küldeni a webhely tulajdonosának a :site_owner címre, és meg kell kérni, hogy állítsa vissza a kétfaktoros hitelesítést.', 'mfa_backup_code' => 'You have used a backup code to login to Firefly III. It can\'t be used again, so cross it from your list.', 'pref_two_factor_new_backup_codes' => 'Get new backup codes', 'pref_two_factor_backup_code_count' => 'You have :count valid backup code(s).', - '2fa_i_have_them' => 'I stored them!', + '2fa_i_have_them' => 'Eltároltam!', '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' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.', + 'no_budget_pointer' => 'Úgy tűnik, még nincsenek költségkeretek. Költségkereteket a költségkeretek oldalon lehet létrehozni. A költségkeretek segítenek nyomon követni a költségeket.', 'Savings account' => 'Megtakarítási számla', 'Credit card' => 'Hitelkártya', 'source_accounts' => 'Forrás számlák', @@ -112,7 +112,7 @@ return [ 'user_id_is' => 'A felhasználói azonosító :user', 'field_supports_markdown' => 'Ez a mező támogatja a Markdown használatát.', 'need_more_help' => 'A Firefly III használatához további segítség kérhető a a Githubon egy hibajegy nyitásával.', - 'reenable_intro_text' => 'You can also re-enable the introduction guidance.', + 'reenable_intro_text' => 'A bevezető útmutatót újra lehet engedélyezni.', 'intro_boxes_after_refresh' => 'A bevezető dobozok újra megjelennek az oldal frissítésekor.', 'show_all_no_filter' => 'Az összes tranzakció megjelenítése dátum szerinti csoportosítás nélkül.', 'expenses_by_category' => 'Költségek kategóriák szerint', @@ -128,18 +128,18 @@ return [ 'spent_in_specific_double' => 'Spent in account(s) ":account"', 'earned_in_specific_double' => 'Earned in account(s) ":account"', 'source_account' => 'Forrás számla', - 'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.', + 'source_account_reconciliation' => 'Nem lehet szerkeszteni egy egyeztetett tranzakció forrásszámláját.', 'destination_account' => 'Célszámla', - 'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.', + 'destination_account_reconciliation' => 'Nem lehet szerkeszteni egy egyeztetett tranzakció célszámláját.', 'sum_of_expenses_in_budget' => 'Összes költés ":budget" költségkeretben', 'left_in_budget_limit' => 'A költségvetés szerinti elkölthető összeg', 'current_period' => 'Jelenlegi időszak', 'show_the_current_period_and_overview' => 'Az aktuális időszak és az áttekintés megjelenítése', 'pref_languages_locale' => 'Ahhoz, hogy egy angoltól eltérő nyelv megfelelően működjön, az operációs rendszernek a helyes helyspecifikus információkkal kell rendelkeznie. Ha ezek nincsenek jelen, akkor a pénznem adat, a dátumok és az összegek formázása hibás lehet.', - 'budget_in_period' => 'All transactions for budget ":name" between :start and :end in :currency', - 'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end in :currency', + 'budget_in_period' => '":name" költségkeret összes tranzakciója :start és :end között :currency pénznemben', + 'chart_budget_in_period' => 'Diagram ":name" költségkeret minden tranzakciójáról :start és :end között :currency pénznemben', 'chart_budget_in_period_only_currency' => 'The amount you budgeted was in :currency, so this chart will only show transactions in :currency.', - 'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end', + 'chart_account_in_period' => 'Diagram ":name" (:balance) bankszámla minden tranzakciójáról :start és :end között', 'chart_category_in_period' => 'Diagram ":name" kategória minden tranzakciójáról :start és :end között', 'chart_category_all' => 'Diagram ":name" kategória minden tranzakciójáról', 'clone_withdrawal' => 'Költség klónozása', @@ -202,29 +202,29 @@ return [ 'button_register' => 'Regisztráció', 'authorization' => 'Hitelesítés', 'active_bills_only' => 'csak az aktív számlák', - 'active_exp_bills_only' => 'active and expected bills only', + 'active_exp_bills_only' => 'csak az aktív és a várható számlák', 'average_per_bill' => 'számlánkénti átlag', 'expected_total' => 'várható teljes összeg', - 'reconciliation_account_name' => ':name reconciliation', + 'reconciliation_account_name' => ':name egyeztetés', // API access 'authorization_request' => 'Firefly III v:version engedély kérelem', 'authorization_request_intro' => ':client hozzáférést kért az Ön pénzügyi adminisztrációjához. Szeretne hozzáférést ezekhez adatokhoz :client részére?', 'scopes_will_be_able' => 'Ez az alkalmazás képes lesz arra, hogy:', 'button_authorize' => 'Engedélyezés', 'none_in_select_list' => '(nincs)', - 'no_piggy_bank' => '(no piggy bank)', + 'no_piggy_bank' => '(nincs malacpersely)', 'name_in_currency' => ':name - :currency', 'paid_in_currency' => 'Fizetve :currency -ban', 'unpaid_in_currency' => 'Be nem fizetett :currency -ban', - 'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.', - 'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.', - 'all_destination_accounts' => 'Destination accounts', - 'all_source_accounts' => 'Source accounts', + 'is_alpha_warning' => 'Jelenleg egy ALPHA verzió fut. Felléphetnek programhibák és problémák.', + 'is_beta_warning' => 'Jelenleg egy BETA verzió fut. Felléphetnek programhibák és problémák.', + 'all_destination_accounts' => 'Célszámlák', + 'all_source_accounts' => 'Forrásszámlák', // check for updates: 'update_check_title' => 'Frissítések ellenőrzése', 'admin_update_check_title' => 'Frissítés automatikus ellenőrzése', - 'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact the Firefly III update server to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.', + 'admin_update_check_explain' => 'A Firefly III képes automatikusan ellenőrizni a frissítéseket. Ha engedélyezi ezt a beállítást, akkor a Firefly III frissítési kiszolgálóval kommunikálva ellenőrzésre kerül, hogy rendelkezésre áll-e a Firefly III új verziója. Ha igen, értesítést kap. Ezt az értesítést a jobb oldalon található gombra kattintva tesztelheti. Kérjük jelezze alább, ha szeretné, hogy a Firefly III ellenőrizze a frissítéseket.', 'check_for_updates_permission' => 'A Firefly III automatikusan ellenőrizheti a frissítéseket, ha Ön ezt engedélyezi. Kérjük, keresse meg a adminisztráció menüpontot, ha engedélyezni szeretné ezt a funkciót.', 'updates_ask_me_later' => 'Kérdezze később', 'updates_do_not_check' => 'Ne ellenőrizze a frissítéseket', @@ -232,18 +232,18 @@ return [ 'admin_update_check_now_title' => 'Frissítések keresése most', 'admin_update_check_now_explain' => 'Ha megnyomja a gombot, a Firefly III ellenőrinzi fogja, hogy a legfrissebb változatot használja -e.', 'check_for_updates_button' => 'Ellenőrzés most!', - 'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.', - 'update_version_beta' => 'This version is a BETA version. You may run into issues.', - 'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.', - 'update_current_version_alert' => 'You are running :version, which is the latest available release.', - 'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.', - 'update_check_error' => 'An error occurred while checking for updates: :error', - 'unknown_error' => 'Unknown error. Sorry about that.', - 'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.', - 'admin_update_channel_title' => 'Update channel', + 'update_new_version_alert' => 'A Firefly III új verziója elérhető. A jelenleg használt verzió :your_version, a legújabb verzió pedig :new_version, amely ekkor jelent meg: :date.', + 'update_version_beta' => 'Ez egy BETA verzió. Előfordulhatnak problémák.', + 'update_version_alpha' => 'Ez egy ALPHA verzió. Előfordulhatnak problémák.', + 'update_current_version_alert' => 'A jelenlegi verzió :version, ez egyben a legfrissebb elérhető verzió is.', + 'update_newer_version_alert' => 'A jelenlegi verzió :your_version, amely újabb, mint a legfrissebb kiadott verzió, ami a :new_version.', + 'update_check_error' => 'Hiba történt a frissítések ellenőrzése közben: :error', + 'unknown_error' => 'Ismeretlen hiba. Elnézést kérünk.', + 'just_new_release' => 'Új verzió érhető el! :version verzió ekkor került kiadásra: :date. Ez a verzió nagyon friss. Érdemes néhány napot várni amíg az új kiadás stabilizálódik.', + 'admin_update_channel_title' => 'Frissítési csatorna', 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.', - 'update_channel_stable' => 'Stable. Everything should work as expected.', - 'update_channel_beta' => 'Beta. New features but things may be broken.', + 'update_channel_stable' => 'Stabil. Mindennek az elvártnak megfelelően kell működnie.', + 'update_channel_beta' => 'Beta. Új funkciók, de elromolhatnak dolgok.', 'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.', // search @@ -275,7 +275,7 @@ return [ 'search_modifier_created_on' => 'Transaction was created on :value', 'search_modifier_updated_on' => 'Transaction was last updated on :value', 'modifiers_applies_are' => 'A következő módosítókat a keresésre is alkalmaztuk:', - 'general_search_error' => 'An error occurred while searching. Please check the log files for more information.', + 'general_search_error' => 'Hiba történt keresés közben. További információ a naplófájlokban található.', 'search_box' => 'Keresés', 'search_box_intro' => 'Üdvözöljük a Firefly III kereső funkciójában. Írja be a keresési kifejezését a mezőbe. Győződjön meg róla, hogy alaposan tanulmányozta a súgót, mert a keresés meglhetősen összetett funkció.', 'search_error' => 'Hiba történt keresés közben', @@ -307,9 +307,9 @@ return [ 'created_new_rule_group' => '":title" szabálycsoport tárolva!', 'updated_rule_group' => '":title" szabálycsoport sikeresen frissítve.', 'edit_rule_group' => '":title" szabálycsoport szerkesztése', - 'duplicate_rule' => 'Duplicate rule ":title"', - 'rule_copy_of' => 'Copy of ":title"', - 'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"', + 'duplicate_rule' => 'Duplikált szabály: ":title"', + 'rule_copy_of' => '":title" másolata', + 'duplicated_rule' => '":title" szabály duplikálva ide: ":newTitle"', 'delete_rule_group' => '":title" szabálycsoport törlése', 'deleted_rule_group' => '":title" szabálycsoport törölve', 'update_rule_group' => 'Szabálycsoport frissítése', @@ -320,7 +320,7 @@ return [ 'make_new_rule' => 'Új szabály létrehozása a ":title" szabálycsoportban', 'make_new_rule_no_group' => 'Szabály létrehozás', 'instructions_rule_from_bill' => 'Annak érdekében, hogy a tranzakciók egyeztetve legyenek az új ":name" számlával, a Firefly III létrehoz egy szabályt, ami automatikusan ellenőrzi az összes letárolt tranzakciót. Ellenőrizd a lent található részleteket, és tárold el a szabályt, hogy a Firefly III automatikusan egyeztesse a tranzakciókat az új számlával.', - 'instructions_rule_from_journal' => 'Create a rule based on one of your transactions. Complement or submit the form below.', + 'instructions_rule_from_journal' => 'Szabály létrehozása egy tranzakció alapján. Ki kell egészíteni vagy be kell küldeni a lenti űrlapot.', 'rule_is_strict' => 'szigorú szabály', 'rule_is_not_strict' => 'nem szigorú szabály', 'rule_help_stop_processing' => 'Ha bejelölt, a csoport későbbi szabályai nem lesznek végrehajtva.', @@ -365,7 +365,7 @@ return [ // actions and triggers 'rule_trigger_user_action' => 'A felhasználói művelet ":trigger_value"', - 'rule_trigger_from_account_starts_choice' => 'Source account name starts with..', + 'rule_trigger_from_account_starts_choice' => 'Forrásszámla nevének eleje..', 'rule_trigger_from_account_starts' => 'Source account name starts with ":trigger_value"', 'rule_trigger_from_account_ends_choice' => 'Source account name ends with..', 'rule_trigger_from_account_ends' => 'Source account name ends with ":trigger_value"', @@ -385,11 +385,11 @@ return [ 'rule_trigger_to_account_starts_choice' => 'Destination account name starts with..', 'rule_trigger_to_account_starts' => 'Destination account name starts with ":trigger_value"', - 'rule_trigger_to_account_ends_choice' => 'Destination account name ends with..', + 'rule_trigger_to_account_ends_choice' => 'Célszámla nevének vége..', 'rule_trigger_to_account_ends' => 'Destination account name ends with ":trigger_value"', - 'rule_trigger_to_account_is_choice' => 'Destination account name is..', + 'rule_trigger_to_account_is_choice' => 'A célszámla neve..', 'rule_trigger_to_account_is' => 'Destination account name is ":trigger_value"', - 'rule_trigger_to_account_contains_choice' => 'Destination account name contains..', + 'rule_trigger_to_account_contains_choice' => 'A célszámla neve tartalmazza..', 'rule_trigger_to_account_contains' => 'Destination account name contains ":trigger_value"', 'rule_trigger_to_account_nr_starts_choice' => 'Destination account number / IBAN starts with..', @@ -520,10 +520,10 @@ return [ 'mapbox_api_key' => 'A térkép használatához be kell szerezni egy API kulcsot a Mapbox oldalról. A kódot a .env fájlba, a MAPBOX_API_KEY = után kell beírni.', 'press_object_location' => 'Right click or long press to set the object\'s location.', 'clear_location' => 'Hely törlése', - 'delete_all_selected_tags' => 'Delete all selected tags', - 'select_tags_to_delete' => 'Don\'t forget to select some tags.', - 'deleted_x_tags' => 'Deleted :count tag(s).', - 'create_rule_from_transaction' => 'Create rule based on transaction', + 'delete_all_selected_tags' => 'Minden kiválasztott címke törlése', + 'select_tags_to_delete' => 'Ki kell választani néhány címkét.', + 'deleted_x_tags' => ':count címke törölve.', + 'create_rule_from_transaction' => 'Szabály létrehozása tranzakció alapján', // preferences 'pref_home_screen_accounts' => 'Kezdőoldali számlák', @@ -590,12 +590,12 @@ return [ // profile: 'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.', - 'delete_all_budgets' => 'Delete ALL your budgets', - 'delete_all_categories' => 'Delete ALL your categories', - 'delete_all_tags' => 'Delete ALL your tags', - 'deleted_all_budgets' => 'All budgets have been deleted', - 'deleted_all_categories' => 'All categories have been deleted', - 'deleted_all_tags' => 'All tags have been deleted', + 'delete_all_budgets' => 'MINDEN költségkeret törlése', + 'delete_all_categories' => 'MINDEN kategória törlése', + 'delete_all_tags' => 'MINDEN címke törlése', + 'deleted_all_budgets' => 'Minden költségkeret törölve', + 'deleted_all_categories' => 'Minden kategória törölve', + 'deleted_all_tags' => 'Minden címke törölve', 'change_your_password' => 'Jelszó módosítása', 'delete_account' => 'Fiók törlése', 'current_password' => 'Jelenlegi jelszó', @@ -633,13 +633,13 @@ return [ 'delete_local_info_only' => 'Mivel ":login_provider" a hitelesítőd,ezért ez csak a helyi Firefly III információt törli.', // export data: - 'import_and_export_menu' => 'Import and export', - 'export_data_title' => 'Export data from Firefly III', - 'export_data_menu' => 'Export data', - 'export_data_bc' => 'Export data from Firefly III', - 'export_data_main_title' => 'Export data from Firefly III', + 'import_and_export_menu' => 'Importálás és exportálás', + 'export_data_title' => 'Adatok exportálása a Firefly III-ból', + 'export_data_menu' => 'Adat exportálása', + 'export_data_bc' => 'Adatok exportálása a Firefly III-ból', + 'export_data_main_title' => 'Adatok exportálása a Firefly III-ból', 'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.', - 'export_data_all_transactions' => 'Export all transactions', + 'export_data_all_transactions' => 'Összes tranzakció exportálása', 'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command php artisan help firefly-iii:export-data.', // attachments @@ -788,15 +788,15 @@ return [ 'over_budget_warn' => 'A költségkeret általában napi :amount körül van. Jelenleg napi :over_amount. Biztos?', 'transferred_in' => 'Átvezetett (be)', 'transferred_away' => 'Transferred (away)', - 'auto_budget_none' => 'No auto-budget', + 'auto_budget_none' => 'Nincs auto-költségkeret', 'auto_budget_reset' => 'Set a fixed amount every period', 'auto_budget_rollover' => 'Add an amount every period', - 'auto_budget_period_daily' => 'Daily', - 'auto_budget_period_weekly' => 'Weekly', - 'auto_budget_period_monthly' => 'Monthly', - 'auto_budget_period_quarterly' => 'Quarterly', - 'auto_budget_period_half_year' => 'Every half year', - 'auto_budget_period_yearly' => 'Yearly', + 'auto_budget_period_daily' => 'Napi', + 'auto_budget_period_weekly' => 'Heti', + 'auto_budget_period_monthly' => 'Havi', + 'auto_budget_period_quarterly' => 'Negyedéves', + 'auto_budget_period_half_year' => 'Félévente', + 'auto_budget_period_yearly' => 'Éves', 'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.', 'auto_budget_reset_icon' => 'This budget will be set periodically', 'auto_budget_rollover_icon' => 'The budget amount will increase periodically', @@ -829,6 +829,7 @@ return [ 'skips_over' => 'skips over', 'bill_store_error' => 'Nem várt hiba történt az új számla tárolása közben. Ellenőrizd a naplófájlokat', 'list_inactive_rule' => 'inaktív szabály', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.', @@ -987,7 +988,7 @@ return [ 'no_budget' => '(nincs költségkeret)', 'account_per_budget' => 'Account per budget', 'account_per_category' => 'Account per category', - 'create_new_object' => 'Create', + 'create_new_object' => 'Létrehozás', 'empty' => '(üres)', 'all_other_budgets' => '(minden más költségkeret)', 'all_other_accounts' => '(minden más számla)', @@ -1241,7 +1242,7 @@ return [ 'overspent' => 'Túlköltött', 'left' => 'Maradvány', 'max-amount' => 'Maximális összeg', - 'min-amount' => 'Minimum amount', + 'min-amount' => 'Minimális összeg', 'journal-amount' => 'Jelenlegi számla bejegyzés', 'name' => 'Név', 'date' => 'Dátum', @@ -1256,7 +1257,7 @@ return [ 'average' => 'Átlag', 'balanceFor' => 'Egyenleg: :name', 'no_tags_for_cloud' => 'Nincs címke felhő létrehozásához', - 'no_tags' => '(no tags)', + 'no_tags' => '(nincsenek címkék)', 'tag_cloud' => 'Címkefelhő', // piggy banks: @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'To see if your installation is capable of sending email, please press this button. You will not see an error here (if any), the log files will reflect any errors. You can press this button as many times as you like. There is no spam control. The message will be sent to :email and should arrive shortly.', 'send_message' => 'Üzenet küldése', 'send_test_triggered' => 'Teszt elindítva. Ellenőrizd a bejövő üzeneteidet és a naplófájlokat.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Felosztott tranzakció leírása', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -1384,7 +1386,7 @@ return [ 'comments' => 'Megjegyzések', 'link_notes' => 'Any notes you wish to store with the link.', 'invalid_link_selection' => 'Ezeket a tranzakciókat nem lehet összekapcsolni', - 'selected_transaction' => 'Selected transaction', + 'selected_transaction' => 'Kiválasztott tranzakció', 'journals_linked' => 'Tranzakciók összekapcsolva.', 'journals_error_linked' => 'Ezek a tranzakciók már össze vannak kapcsolva.', 'journals_link_to_self' => 'Tranzakciót nem lehet saját magához csatolni', @@ -1432,7 +1434,7 @@ return [ 'split_this_transfer' => 'Átvezetés felosztása', 'cannot_edit_opening_balance' => 'Nem lehet szerkeszteni egy bankszámla nyitóegyenlegét.', 'no_edit_multiple_left' => 'Nincs kiválasztva érvényes tranzakció a szerkesztéshez.', - 'breadcrumb_convert_group' => 'Convert transaction', + 'breadcrumb_convert_group' => 'Tranzakció konvertálása', 'convert_invalid_source' => 'Source information is invalid for transaction #%d.', 'convert_invalid_destination' => 'Destination information is invalid for transaction #%d.', 'create_another' => 'After storing, return here to create another one.', @@ -1445,11 +1447,11 @@ return [ 'import_index_title' => 'Tranzakciók importálása a Firefly III-ba', 'import_data' => 'Adatimport', 'import_transactions' => 'Tranzakciók importálása', - 'import_tools_title' => 'Import tools', + 'import_tools_title' => 'Importálási eszközök', 'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out this page.', - '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', + 'firefly_iii_csv_importer_name' => 'Firefly III CSV importáló', + 'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importáló', + 'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importáló', // // 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.', @@ -1565,7 +1567,7 @@ return [ 'new_recurring_transaction' => 'Új ismétlődő tranzakció', 'help_weekend' => 'Mit tegyen a Firefly III ha az ismétlődő tranzakció szombatra vagy vasárnapra esik?', 'do_nothing' => 'Hozza létre a tranzakciót', - 'skip_transaction' => 'Skip the occurrence', + 'skip_transaction' => 'Előfordulás kihagyása', 'jump_to_friday' => 'A tranzakció inkább az előző pénteken jöjjön létre', 'jump_to_monday' => 'A tranzakció inkább az következő hétfőn jöjjön létre', 'will_jump_friday' => 'Pénteken lesz létrehozva hétvége helyett.', @@ -1586,9 +1588,9 @@ return [ 'box_spend_per_day' => 'Naponta elkölthető: :amount', // telemetry - 'telemetry_admin_index' => '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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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' + 'telemetry_button_delete' => 'Delete all telemetry', + 'telemetry_admin_overview' => 'Telemetria áttekintés', + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/hu_HU/form.php b/resources/lang/hu_HU/form.php index 3f1b9af9dc..ebd239d091 100644 --- a/resources/lang/hu_HU/form.php +++ b/resources/lang/hu_HU/form.php @@ -38,12 +38,12 @@ return [ 'match' => 'Találatok', 'strict' => 'Szigorú mód', 'repeat_freq' => 'Ismétlődések', - 'location' => 'Location', - 'update_channel' => 'Update channel', + 'location' => 'Hely', + 'update_channel' => 'Frissítési csatorna', 'journal_currency_id' => 'Pénznem', 'currency_id' => 'Pénznem', 'transaction_currency_id' => 'Pénznem', - 'auto_budget_currency_id' => 'Currency', + 'auto_budget_currency_id' => 'Pénznem', 'external_ip' => 'A szervered külső IP címe', 'attachments' => 'Mellékletek', 'journal_amount' => 'Összeg', @@ -105,7 +105,7 @@ return [ 'convert_Transfer' => 'Átvezetés konvertálása', 'amount' => 'Összeg', - 'foreign_amount' => 'Foreign amount', + 'foreign_amount' => 'Külföldi összeg', 'existing_attachments' => 'Meglévő mellékletek', 'date' => 'Dátum', 'interest_date' => 'Kamatfizetési időpont', @@ -194,6 +194,7 @@ return [ 'blocked' => 'Letiltott?', 'blocked_code' => 'Letiltás oka', 'login_name' => 'Bejelentkezés', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Szabályok alkalmazása', @@ -249,21 +250,26 @@ return [ 'repeat_until' => 'Ismétlés eddig:', 'recurring_description' => 'Ismétlődő tranzakció leírása', 'repetition_type' => 'Ismétlődés típusa', - 'foreign_currency_id' => 'Foreign currency', + 'foreign_currency_id' => 'Külföldi pénznem', 'repetition_end' => 'Ismétlés vége', 'repetitions' => 'Ismétlések', 'calendar' => 'Naptár', 'weekend' => 'Hétvége', 'client_secret' => 'Ügyfél titkos kódja', - 'withdrawal_destination_id' => 'Destination account', - 'deposit_source_id' => 'Source account', - 'expected_on' => 'Expected on', - 'paid' => 'Paid', + 'withdrawal_destination_id' => 'Célszámla', + 'deposit_source_id' => 'Forrásszámla', + 'expected_on' => 'Várható dátum:', + 'paid' => 'Fizetve', - 'auto_budget_type' => 'Auto-budget', - 'auto_budget_amount' => 'Auto-budget amount', - 'auto_budget_period' => 'Auto-budget period', + 'auto_budget_type' => 'Auto-költségkeret', + 'auto_budget_amount' => 'Auto-költségkeret összege', + 'auto_budget_period' => 'Auto-költségkeret időszaka', + + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' ]; diff --git a/resources/lang/hu_HU/list.php b/resources/lang/hu_HU/list.php index a6721857eb..0c11794016 100644 --- a/resources/lang/hu_HU/list.php +++ b/resources/lang/hu_HU/list.php @@ -37,7 +37,7 @@ return [ 'linked_to_rules' => 'Vonatkozó szabályok', 'active' => 'Aktív?', 'percentage' => '%', - 'next_due' => 'Next due', + 'next_due' => 'Következő esedékesség', 'transaction_type' => 'Típus', 'lastActivity' => 'Utolsó aktivitás', 'balanceDiff' => 'Egyenleg különbség', @@ -105,19 +105,19 @@ return [ 'sum_withdrawals' => 'Költségek összege', 'sum_deposits' => 'Bevételek összege', 'sum_transfers' => 'Átvezetések összege', - 'sum_reconciliations' => 'Sum of reconciliations', + 'sum_reconciliations' => 'Egyeztetések összege', 'reconcile' => 'Egyeztetés', 'account_on_spectre' => 'Fiók (Spectre)', 'account_on_ynab' => 'Számla (YNAB)', 'do_import' => 'Importálás ebből a fiókból:', - 'sepa_ct_id' => 'SEPA End to End Identifier', + 'sepa_ct_id' => 'SEPA végpontok közti azonosító', 'sepa_ct_op' => 'SEPA ellenszámla azonosító', 'sepa_db' => 'SEPA megbízás azonosító', 'sepa_country' => 'SEPA ország', 'sepa_cc' => 'SEPA Clearing Code', 'sepa_ep' => 'SEPA External Purpose', 'sepa_ci' => 'SEPA hitelező azonosító', - 'sepa_batch_id' => 'SEPA Batch ID', + 'sepa_batch_id' => 'SEPA Batch azonosító', 'external_id' => 'Külső azonosító', 'account_at_bunq' => 'Account with bunq', 'file_name' => 'Fájlnév', diff --git a/resources/lang/hu_HU/validation.php b/resources/lang/hu_HU/validation.php index 003a9f98ed..cfad308880 100644 --- a/resources/lang/hu_HU/validation.php +++ b/resources/lang/hu_HU/validation.php @@ -202,7 +202,7 @@ return [ 'gte.string' => 'The :attribute must be greater than or equal to :value characters.', 'gte.array' => 'The :attribute must have :value items or more.', - 'amount_required_for_auto_budget' => 'The amount is required.', + 'amount_required_for_auto_budget' => 'Az összeg kötelező.', 'auto_budget_amount_positive' => 'The amount must be more than zero.', 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', ]; diff --git a/resources/lang/id_ID/breadcrumbs.php b/resources/lang/id_ID/breadcrumbs.php index 7f71beb792..eed57d0103 100644 --- a/resources/lang/id_ID/breadcrumbs.php +++ b/resources/lang/id_ID/breadcrumbs.php @@ -51,12 +51,12 @@ return [ 'edit_journal' => 'Edit transaksi ":description"', 'edit_reconciliation' => 'Edit ":description"', 'delete_journal' => 'Hapus transaksi ":description"', - 'delete_group' => 'Delete transaction ":description"', + 'delete_group' => 'Hapus transaksi ":description"', 'tags' => 'Label', 'createTag' => 'Buat label baru', 'edit_tag' => 'Edit label ":tag"', 'delete_tag' => 'Hapus label ":tag"', 'delete_journal_link' => 'Hapus tautan antar transaksi', - 'telemetry_index' => 'Telemetry', - 'telemetry_view' => 'View telemetry', + 'telemetry_index' => 'Pengukur jarak', + 'telemetry_view' => 'Melihat data', ]; diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 29618a4341..120344e8a4 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -53,16 +53,16 @@ return [ 'Opening balance' => 'Saldo awal', 'create_new_stuff' => 'Buat barang baru', 'new_withdrawal' => 'Penarikan baru', - 'create_new_transaction' => 'Create new transaction', - 'new_transaction' => 'New transaction', - 'no_rules_for_bill' => 'This bill has no rules associated to it.', - 'go_to_asset_accounts' => 'View your asset accounts', - 'go_to_budgets' => 'Go to your budgets', - 'new_clone_instructions' => 'This button will automatically clone the transaction and set the date to today. Are you sure?', - 'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)', - 'go_to_categories' => 'Go to your categories', - 'go_to_bills' => 'Go to your bills', - 'go_to_expense_accounts' => 'See your expense accounts', + 'create_new_transaction' => 'Membuat transaksi baru', + 'new_transaction' => 'Transaksi baru', + 'no_rules_for_bill' => 'Tagihan ini tidak terkait dengan aturan yang telah ada.', + 'go_to_asset_accounts' => 'Menampilkan rekening aset', + 'go_to_budgets' => 'Pergi ke anggaran mu', + 'new_clone_instructions' => 'Tombol ini secara otomatis menyalin transaksi dan mengatur tanggal dengan tanggal hari ini. Apakah ada yakin?', + 'clones_journal_x' => 'Transaksi ini adalah salinan dari ":description" (#:id)', + 'go_to_categories' => 'Menuju ke kategori yang anda miliki', + 'go_to_bills' => 'Menuju ke tagihan yang anda miliki', + 'go_to_expense_accounts' => 'Melihat akun pengeluaran anda', 'go_to_revenue_accounts' => 'See your revenue accounts', 'go_to_piggies' => 'Go to your piggy banks', 'new_deposit' => 'Deposit baru', @@ -829,6 +829,7 @@ return [ 'skips_over' => 'melompati', 'bill_store_error' => 'An unexpected error occurred while storing your new bill. Please check the log files', 'list_inactive_rule' => 'inactive rule', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Untuk melihat apakah pemasangan Anda mampu mengirim email, tekan tombol ini. Anda tidak akan melihat kesalahan di sini (jika ada), file log akan mencerminkan kesalahan. Anda bisa menekan tombol ini sebanyak yang Anda mau. Tidak ada kontrol spam. Pesan akan dikirim ke :email dan akan segera tiba.', 'send_message' => 'Mengirim pesan', 'send_test_triggered' => 'Uji dipicu. Periksa kotak masuk dan file log Anda.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Description of the split transaction', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/id_ID/form.php b/resources/lang/id_ID/form.php index 7154986104..22e6a2ed34 100644 --- a/resources/lang/id_ID/form.php +++ b/resources/lang/id_ID/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Apakah diblokir?', 'blocked_code' => 'Alasan untuk blok', 'login_name' => 'Login', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Apply rules', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index 3618b600bb..cfdac0a262 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -218,8 +218,8 @@ return [ 'unpaid_in_currency' => 'Non pagata in :currency', 'is_alpha_warning' => 'Stai eseguendo una versione ALHPA. Fai attenzione a bug e problemi.', 'is_beta_warning' => 'Stai eseguendo una versione BETA. Fai attenzione a bug e problemi.', - 'all_destination_accounts' => 'Destination accounts', - 'all_source_accounts' => 'Source accounts', + 'all_destination_accounts' => 'Conti di destinazione', + 'all_source_accounts' => 'Conti di origine', // check for updates: 'update_check_title' => 'Controlla aggiornamenti', @@ -307,9 +307,9 @@ return [ 'created_new_rule_group' => 'Nuovo gruppo di regole ":title" memorizzate!', 'updated_rule_group' => 'Gruppo di regole ":title" aggiornato con successo.', 'edit_rule_group' => 'Modifica il gruppo di regole ":title"', - 'duplicate_rule' => 'Duplicate rule ":title"', - 'rule_copy_of' => 'Copy of ":title"', - 'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"', + 'duplicate_rule' => 'Duplica regola ":title"', + 'rule_copy_of' => 'Copia di ":title"', + 'duplicated_rule' => 'Regola ":title" duplicata come ":newTitle"', 'delete_rule_group' => 'Elimina il gruppo di regole ":title"', 'deleted_rule_group' => 'Gruppo regole eliminato ":title"', 'update_rule_group' => 'Aggiorna gruppo di regole', @@ -788,18 +788,18 @@ return [ 'over_budget_warn' => ' Di solito metti a budget circa :amount al giorno. Questa volta è :over_amount al giorno. Sei sicuro?', 'transferred_in' => 'Trasferito (ingresso)', 'transferred_away' => 'Trasferito (uscita)', - 'auto_budget_none' => 'No auto-budget', - 'auto_budget_reset' => 'Set a fixed amount every period', - 'auto_budget_rollover' => 'Add an amount every period', - 'auto_budget_period_daily' => 'Daily', - 'auto_budget_period_weekly' => 'Weekly', - 'auto_budget_period_monthly' => 'Monthly', - 'auto_budget_period_quarterly' => 'Quarterly', - 'auto_budget_period_half_year' => 'Every half year', - 'auto_budget_period_yearly' => 'Yearly', - 'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.', - 'auto_budget_reset_icon' => 'This budget will be set periodically', - 'auto_budget_rollover_icon' => 'The budget amount will increase periodically', + 'auto_budget_none' => 'Nessun budget automatico', + 'auto_budget_reset' => 'Imposta un importo fisso per ogni periodo', + 'auto_budget_rollover' => 'Aggiungi un importo per ogni periodo', + 'auto_budget_period_daily' => 'Giornaliero', + 'auto_budget_period_weekly' => 'Settimanale', + 'auto_budget_period_monthly' => 'Mensile', + 'auto_budget_period_quarterly' => 'Trimestrale', + 'auto_budget_period_half_year' => 'Semestrale', + 'auto_budget_period_yearly' => 'Annuale', + 'auto_budget_help' => 'Puoi leggere di più su questa funzione nella guida. Clicca sull\'icona (?) in alto a destra.', + 'auto_budget_reset_icon' => 'Questo budget sarà impostato periodicamente', + 'auto_budget_rollover_icon' => 'L\'importo del budget aumenterà periodicamente', // bills: 'match_between_amounts' => 'La bolletta abbina le transazioni tra :low e :high.', @@ -829,6 +829,7 @@ return [ 'skips_over' => 'ogni', 'bill_store_error' => 'Si è verificato un errore imprevisto durante la memorizzazione della nuova bolletta. Controlla i file di log', 'list_inactive_rule' => 'regola inattiva', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Hai :count conti inattivi (archiviati) che puoi visualizzare in questa pagina separata.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Per vedere se la tua installazione è in grado di inviare e-mail, ti preghiamo di premere questo pulsante. Qui non vedrai un errore (se presente), i file di log rifletteranno eventuali errori. Puoi premere questo pulsante tutte le volte che vuoi. Non c\'è controllo dello spam. Il messaggio verrà inviato a :email e dovrebbe arrivare a breve.', 'send_message' => 'Invia messaggio', 'send_test_triggered' => 'Il test è stato attivato. Controlla la tua casella di posta e i file di log.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Descrizione della transazione suddivisa', 'split_transaction_title_help' => 'Se crei una transazione suddivisa, è necessario che ci sia una descrizione globale per tutte le suddivisioni della transazione.', @@ -1588,7 +1590,7 @@ return [ // 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 o visita la pagina di aiuto direttamente su GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'La telemetria è abilitata in Firefly III?', 'telemetry_disabled_no' => 'La telemetria NON è abilitata', 'telemetry_disabled_yes' => 'La telemetria è abilitata', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Panoramica telemetria', - 'telemetry_back_to_index' => 'Torna alla telemetria' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/it_IT/form.php b/resources/lang/it_IT/form.php index 6fdfd88a99..0250752ee0 100644 --- a/resources/lang/it_IT/form.php +++ b/resources/lang/it_IT/form.php @@ -43,7 +43,7 @@ return [ 'journal_currency_id' => 'Valuta', 'currency_id' => 'Valuta', 'transaction_currency_id' => 'Valuta', - 'auto_budget_currency_id' => 'Currency', + 'auto_budget_currency_id' => 'Valuta', 'external_ip' => 'L\'IP esterno del tuo server', 'attachments' => 'Allegati', 'journal_amount' => 'Importo', @@ -194,6 +194,7 @@ return [ 'blocked' => 'È bloccato?', 'blocked_code' => 'Motivo del blocco', 'login_name' => 'Login', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Applica regole', @@ -261,9 +262,14 @@ return [ 'expected_on' => 'Prevista il', 'paid' => 'Pagata', - 'auto_budget_type' => 'Auto-budget', - 'auto_budget_amount' => 'Auto-budget amount', - 'auto_budget_period' => 'Auto-budget period', + 'auto_budget_type' => 'Budget automatico', + 'auto_budget_amount' => 'Importo budget automatico', + 'auto_budget_period' => 'Periodo budget automatico', + + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' ]; diff --git a/resources/lang/it_IT/validation.php b/resources/lang/it_IT/validation.php index edabf4dcdc..ed8086b7e4 100644 --- a/resources/lang/it_IT/validation.php +++ b/resources/lang/it_IT/validation.php @@ -202,7 +202,7 @@ return [ 'gte.string' => 'Il campo :attribute deve essere maggiore o uguale a :value caratteri.', 'gte.array' => 'Il campo :attribute deve avere :value o più elementi.', - 'amount_required_for_auto_budget' => 'The amount is required.', - 'auto_budget_amount_positive' => 'The amount must be more than zero.', - 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', + 'amount_required_for_auto_budget' => 'L\'importo è obbligatorio.', + 'auto_budget_amount_positive' => 'L\'importo deve essere maggiore di zero.', + 'auto_budget_period_mandatory' => 'Il periodo per il budget automatico è un campo obbligatorio.', ]; diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php index 84d83edc3c..667db45adb 100644 --- a/resources/lang/nb_NO/firefly.php +++ b/resources/lang/nb_NO/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'hopper over', 'bill_store_error' => 'Det oppsto en uventet feil mens du lagret den nye regningen. Vennligst sjekk loggfilene', 'list_inactive_rule' => 'inaktiv regel', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'For å se om installasjonen er kapabel til å sende mail, vennligst trykk på denne knappen. Du vil ikke se en feilmelding her, (hvis det kommer en) kun logg filene som vil vise feilmeldinger. Du kan trykke på denne knappen så mange ganger du ønsker, det er ingen spam kontroll. Meldingen vil bli sent til :email og bør ankomme fort.', 'send_message' => 'Send melding', 'send_test_triggered' => 'Test ble utløst. Sjekk innboksen din og loggfilene.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Description of the split transaction', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/nb_NO/form.php b/resources/lang/nb_NO/form.php index 36aca7d9c3..b6373a1534 100644 --- a/resources/lang/nb_NO/form.php +++ b/resources/lang/nb_NO/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Er sperret?', 'blocked_code' => 'Årsak til sperring', 'login_name' => 'Logg inn', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Bruk regler', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 2ffd95862f..0aa90447fe 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'slaat over', 'bill_store_error' => 'Er ging wat fout bij het opslaan van het contract. Kijk in de logbestanden', 'list_inactive_rule' => 'inactieve regel', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Je hebt :count inactieve (gearchiveerde) rekeningen, die je kan bekijken op deze aparte pagina.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Druk op deze knop om te zien of je installatie mail kan versturen. Je ziet hier geen foutmeldingen (als ze er zijn), deze vind je in de logboeken. Je kan deze knop zo vaak indrukken als je wilt. Er is geen optie die spam voorkomt. Het testbericht wordt verstuurd naar :email en zou vrij vlot aan moeten komen.', 'send_message' => 'Verstuur bericht', 'send_test_triggered' => 'Testmail verstuurd. Check je inbox en de logboeken.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Beschrijving van de gesplitste transactie', 'split_transaction_title_help' => 'Als je een gesplitste transactie maakt, moet er een algemene beschrijving zijn voor alle splitsingen van de transactie.', @@ -1588,7 +1590,7 @@ return [ // telemetry 'telemetry_admin_index' => 'Telemetrie', 'telemetry_intro' => 'Firefly III kan telemetrie verzamelen over je gebruik. Dat betekent dat Firefly III informatie probeert te verzamelen over hoe je Firefly III gebruikt, en deze zal verzenden naar de developer van Firefly III. Dit is altijd opt-in en staat standaard uit. Firefly III zal nooit financiele informatie verzamelen of verzenden. Firefly III zal ook nooit financiële meta-informatie verzamelen of verzenden (zoals sommen of totalen). De verstuurde informatie wordt nooit publiek beschikbaar gemaakt.', - 'telemetry_what_collected' => 'Wat Firefly III verzamelt en verzend is per versie anders. Je draait versie :version. Wat Firefly III verzamelt en verzend in versie :version lees je in de help-pagina\'s. Klik op het (?) icoontje rechtsboven of kijk direct op GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Zal Firefly III telemetrie verzenden?', 'telemetry_disabled_no' => 'Telemetrie staat UIT', 'telemetry_disabled_yes' => 'Telemetrie staat aan', @@ -1598,7 +1600,14 @@ return [ 'no_telemetry_present' => 'Firefly III heeft geen telemetrie verzameld.', 'records_telemetry_present' => 'Firefly III heeft :count telemetrie-record(s) verzameld.', 'telemetry_button_view' => 'Bekijk telemetrie', - 'telemetry_button_delete' => 'Verwijder telemetrie', + 'telemetry_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetrie-overzicht', - 'telemetry_back_to_index' => 'Terug naar telemetrie' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index c26609a5c6..352957ace3 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Is geblokkeerd?', 'blocked_code' => 'Reden voor blokkade', 'login_name' => 'Login', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Regels toepassen', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index f25a82e40c..0192fe550e 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'pomija', 'bill_store_error' => 'Wystąpił nieoczekiwany błąd podczas zapisywania nowego rachunku. Sprawdź pliki dziennika', 'list_inactive_rule' => 'nieaktywna reguła', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Masz :count nieaktywnych (zarchiwizowanych) kont, które możesz zobaczyć na tej oddzielnej stronie.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Aby sprawdzić, czy Twoja instalacja umożliwia wysyłanie wiadomości e-mail, naciśnij ten przycisk. Nie zobaczysz tutaj błędu (jeśli jest), pliki dziennika będą odzwierciedlać wszelkie błędy. Możesz nacisnąć ten przycisk tyle razy, ile chcesz. Nie ma kontroli spamu. Wiadomość zostanie wysłana do :email i powinna wkrótce nadejść.', 'send_message' => 'Wyślij wiadomość', 'send_test_triggered' => 'Test został uruchomiony. Sprawdź swoją skrzynkę odbiorczą i pliki dziennika.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Opis podzielonej transakcji', 'split_transaction_title_help' => 'Jeśli tworzysz podzieloną transakcję, musi ona posiadać globalny opis dla wszystkich podziałów w transakcji.', @@ -1588,7 +1590,7 @@ return [ // telemetry 'telemetry_admin_index' => 'Telemetria', 'telemetry_intro' => 'Firefly III obsługuje zbieranie i wysyłanie telemetrii użytkowania. Oznacza to, że Firefly III spróbuje zebrać informacje o tym, jak używasz Firefly III, i wyśle je do twórcy Firefly III. Jest to zawsze opcja domyślnie wyłączona i wymaga Twojej zgody. Firefly III nigdy nie zbierze ani nie wyśle informacji finansowych. Firefly III nie zbierze ani nie wyśle dodatkowych informacji finansowych, takich jak sumy lub obliczenia. Zgromadzone dane nigdy nie będą publicznie dostępne.', - 'telemetry_what_collected' => 'Dane telemetryczne zbierane i wysyłane przez Firefly III są inne dla każdej wersji. Używasz wersji :version. O tym co Firefly III zbiera w wersji :version możesz przeczytać na stronach pomocy. Kliknij ikonę (?) w prawym górnym rogu lub odwiedź stronę pomocy bezpośrednio na GitHubie.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Czy telemetria w Firefly III jest włączona?', 'telemetry_disabled_no' => 'Telemetria nie jest włączona', 'telemetry_disabled_yes' => 'Telemetria jest włączona', @@ -1598,7 +1600,14 @@ return [ 'no_telemetry_present' => 'Firefly III nie zebrał żadnych wpisów telemetrycznych.', 'records_telemetry_present' => 'Firefly III zebrał :count wpis(ów) telemetrycznych.', 'telemetry_button_view' => 'Zobacz telemetrię', - 'telemetry_button_delete' => 'Usuń telemetrię', + 'telemetry_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Podgląd telemetrii', - 'telemetry_back_to_index' => 'Powrót do telemetrii' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index b21b9b3584..093b8d9c83 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Jest zablokowany?', 'blocked_code' => 'Powód blokady', 'login_name' => 'Login', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Zastosuj reguły', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 55cf211a05..9cc1859214 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'ignorar', 'bill_store_error' => 'Um erro inesperado ocorreu ao armazenar sua nova fatura. Por favor, verifique os arquivos de log', 'list_inactive_rule' => 'regra inativa', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Para ver se a sua instalação é capaz de enviar e-mail, pressione este botão. Você não verá um erro aqui (se houver), os arquivos de log refletirão quaisquer erros. Você pode pressionar este botão quantas vezes quiser. Não há controle de spam. A mensagem será enviada para :email e deverá chegar em breve.', 'send_message' => 'Enviar mensagem', 'send_test_triggered' => 'O teste foi desencadeado. Verifique a sua caixa de entrada e os arquivos de log.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Descrição da transação dividida', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', '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', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index bceddba4d5..745ad91635 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Está bloqueado?', 'blocked_code' => 'Razão para ser reportado', 'login_name' => 'Login', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Aplicar Regras', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php index 555c978c97..01a639a10b 100644 --- a/resources/lang/ro_RO/firefly.php +++ b/resources/lang/ro_RO/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'sari peste', 'bill_store_error' => 'A apărut o eroare neașteptată în timpul stocării facturii noi. Verificați log-urile', 'list_inactive_rule' => 'regulă inactivă', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Aveți :count conturi inactive (arhivate), pe care le puteți vizualiza în această pagină separată.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Pentru a vedea dacă instalarea dvs. este capabilă să trimită un e-mail, vă rugăm să apăsați acest buton. Nu veți vedea o eroare aici (dacă există), log-urile vor reflecta orice eroare . Puteți apăsa acest buton ori de câte ori doriți. Nu există niciun control spam. Mesajul va fi trimis la :email și ar trebui să sosească în scurt timp.', 'send_message' => 'Trimite mesaj', 'send_test_triggered' => 'Testul a fost declanșat. Verificați mesajele primite și log-urile.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Descrierea tranzacției divizate', 'split_transaction_title_help' => 'Dacă creați o tranzacție divizată, trebuie să existe o descriere globală pentru toate diviziunile tranzacției.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/ro_RO/form.php b/resources/lang/ro_RO/form.php index 63d0d2577b..6b92b8b3a6 100644 --- a/resources/lang/ro_RO/form.php +++ b/resources/lang/ro_RO/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Este blocat?', 'blocked_code' => 'Motiv pentru blocare', 'login_name' => 'Logare', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Aplică reguli', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 1de70e4126..7dd55450c6 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'пропустить', 'bill_store_error' => 'При создании вашего нового счёта на оплату произошла неожиданная ошибка. Пожалуйста, проверьте log-файлы', 'list_inactive_rule' => 'неактивное правило', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'У вас есть :count неактивных (архивных) счетов, которые вы можете просмотреть на этой отдельной странице.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Чтобы узнать, может ли ваша копия FireFly отправлять электронную почту, нажмите эту кнопку. Вы не увидите здесь ошибки (если они возникнут), все ошибки будут зафиксированы в лог-файле. Вы можете нажимать эту кнопку столько раз, сколько хотите. Спам не контролируется. Сообщение будет отправлено на адрес :email и вы сможете получить его в ближайшее время.', 'send_message' => 'Отправить сообщение', 'send_test_triggered' => 'Тест был выполнен. Проверьте ваш почтовый ящик и log-файлы.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Описание разделённой транзакции', 'split_transaction_title_help' => 'Если вы создаёте разделённую транзакцию, то должны указать общее описание для всех её составляющих.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index b8b2410312..c26e3fbbae 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Заблокирован?', 'blocked_code' => 'Причина блокировки', 'login_name' => 'Логин', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Применить правила', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php index 55d4f65091..1438a15cbd 100644 --- a/resources/lang/sv_SE/firefly.php +++ b/resources/lang/sv_SE/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'hoppas över', 'bill_store_error' => 'Ett oväntat fel uppstod vid lagring av den nya notan. Vänligen se loggfilerna', 'list_inactive_rule' => 'inaktiv regel', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Du har :count inaktiva (arkiverade) konton, vilka kan ses på denna separata sida.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'To see if your installation is capable of sending email, please press this button. You will not see an error here (if any), the log files will reflect any errors. You can press this button as many times as you like. There is no spam control. The message will be sent to :email and should arrive shortly.', 'send_message' => 'Send message', 'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Description of the split transaction', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/sv_SE/form.php b/resources/lang/sv_SE/form.php index 99686d9ebe..68f9c86b12 100644 --- a/resources/lang/sv_SE/form.php +++ b/resources/lang/sv_SE/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Blockerad?', 'blocked_code' => 'Anledning för blockering', 'login_name' => 'Logga in', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Tillämpa regler', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index 4f10ea4d39..7a26eb4db6 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -831,6 +831,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.', 'skips_over' => 'atla', 'bill_store_error' => 'An unexpected error occurred while storing your new bill. Please check the log files', 'list_inactive_rule' => 'Etkin Olmayan Kurallar', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.', @@ -1352,6 +1353,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.', 'send_test_email_text' => 'Yüklemenizin e-posta gönderme yetkisine sahip olup olmadığını anlamak için lütfen bu tuşa basınız.Burada bir hata görmeyeceksiniz(varsa), kayıt dosyaları hataları gösterecektir. Bu düğmeye istediğiniz kadar basabilirsiniz. Spam kontrolü yoktur.Bu mesaj :email\'e gönderilecektir ve kısa sürede varmalıdır.', 'send_message' => 'Mesaj gönder', 'send_test_triggered' => 'Test tetiklendi. Gelen kutunuzu ve kayıt dosyalarınızı kontrol ediniz.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Description of the split transaction', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -1590,7 +1592,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.', // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1600,7 +1602,14 @@ işlemlerin kontrol edildiğini lütfen unutmayın.', '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/tr_TR/form.php b/resources/lang/tr_TR/form.php index 1e05f9df7e..2fb5ec643e 100644 --- a/resources/lang/tr_TR/form.php +++ b/resources/lang/tr_TR/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Engellendi mi?', 'blocked_code' => 'Blok nedeni', 'login_name' => 'Login', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Apply rules', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php index 7eaac3377f..fbbc361b24 100644 --- a/resources/lang/vi_VN/firefly.php +++ b/resources/lang/vi_VN/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => 'bỏ qua', 'bill_store_error' => 'Một lỗi không mong muốn đã xảy ra trong khi lưu trữ hóa đơn mới của bạn. Vui lòng kiểm tra các tệp nhật ký', 'list_inactive_rule' => 'quy tắc không hoạt động', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'Bạn có: đếm các tài khoản không hoạt động (được lưu trữ) mà bạn có thể xem trên trang riêng này.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => 'Để xem cài đặt của bạn có khả năng gửi email hay không, vui lòng nhấn nút này. Bạn sẽ không thấy lỗi ở đây (nếu có), các tệp nhật ký sẽ phản ánh bất kỳ lỗi nào. Bạn có thể nhấn nút này bao nhiêu lần tùy thích. Không có kiểm soát thư rác. Tin nhắn sẽ được gửi đến :email và sẽ đến sớm.', 'send_message' => 'Gửi tin nhắn', 'send_test_triggered' => 'Kiểm tra đã được kích hoạt. Kiểm tra hộp thư đến của bạn và các tệp nhật ký.', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => 'Mô tả giao dịch tách', 'split_transaction_title_help' => 'Nếu bạn tạo một giao dịch phân tách, phải có một mô tả toàn cầu cho tất cả các phân chia của giao dịch.', @@ -1588,7 +1590,7 @@ return [ // telemetry 'telemetry_admin_index' => 'Thu thập dữ liệu từ xa', 'telemetry_intro' => 'Firefly III thu thập và gửi dữ liệu từ xa. Mặc định chức năng này bị tắt. Firefly III sẽ không bao giờ thu thập thông tin cá nhận của bạn.', - 'telemetry_what_collected' => 'Những gì Firefly III thu thập và gửi là khác nhau cho mỗi phiên bản. Bạn đang chạy phiên bản: phiên bản. Những gì Firefly III thu thập trong phiên bản: version là thứ bạn có thể đọc trong các trang trợ giúp. Nhấp vào biểu tượng (?) - ở góc trên bên phải or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Bạn có muốn bật thu thập dữ liệu cho nhà phát triển', 'telemetry_disabled_no' => 'Chưa cho phép thu thập dữ liệu', 'telemetry_disabled_yes' => 'Đã cho phép thu thập dữ liệu', @@ -1598,7 +1600,14 @@ return [ 'no_telemetry_present' => 'Firefly III đã thu thập 0 bản tin.', 'records_telemetry_present' => 'Firefly III đã thu thập :count telemetry record(s).', 'telemetry_button_view' => 'Xem dữ liệu thu thập', - 'telemetry_button_delete' => 'xóa đã thu thập', + 'telemetry_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Tổng quan thu thập dữ liệu', - 'telemetry_back_to_index' => 'Quay về mục thu thập dữ liệu' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/vi_VN/form.php b/resources/lang/vi_VN/form.php index 39424e9cd2..0cf47c6a4c 100644 --- a/resources/lang/vi_VN/form.php +++ b/resources/lang/vi_VN/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => 'Đã bị chặn?', 'blocked_code' => 'Lý do chặn', 'login_name' => 'Đăng nhập', + 'is_owner' => 'Is admin?', // import 'apply_rules' => 'Áp dụng quy tắc', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php index 89b08aa5e6..accb2cdecd 100644 --- a/resources/lang/zh_CN/firefly.php +++ b/resources/lang/zh_CN/firefly.php @@ -58,8 +58,8 @@ return [ 'no_rules_for_bill' => '该账单没有与之相关的规则。', 'go_to_asset_accounts' => '检视您的资产帐户', 'go_to_budgets' => '前往您的预算', - 'new_clone_instructions' => 'This button will automatically clone the transaction and set the date to today. Are you sure?', - 'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)', + 'new_clone_instructions' => '此按钮将自动克隆交易并将日期设为今天。您确定吗?', + 'clones_journal_x' => '此交易是 ":description" (#:id) 的克隆。', 'go_to_categories' => '前往您的分类', 'go_to_bills' => '前往您的帐单', 'go_to_expense_accounts' => '查看您的支出帐户', @@ -92,10 +92,10 @@ return [ 'two_factor_title' => '两步验证', 'authenticate' => '验证', 'two_factor_forgot_title' => '遗失两步验证', - 'two_factor_forgot' => '我忘记了我的双重验。', + '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 this entry in the FAQ for instructions.', + 'two_factor_lost_fix_self' => '如果您在自己的实例上运行 Fifly III, 请在 常见问题 中阅读此条目以获取说明。', 'two_factor_lost_fix_owner' => '否则,请致信网站拥有者,:site_owner 并要求他们重置你的两步骤验证。', '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' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.', + 'no_budget_pointer' => '您似乎还没有任何预算。您应该在 预算页面上创建他们。预算可以帮助您跟踪费用。', 'Savings account' => '储蓄帐户', 'Credit card' => '信用卡', 'source_accounts' => '来源帐户', @@ -205,7 +205,7 @@ return [ 'active_exp_bills_only' => '只显示有效和预期的账单', 'average_per_bill' => '每张帐单的平均数', 'expected_total' => '期望总数', - 'reconciliation_account_name' => ':name reconciliation', + 'reconciliation_account_name' => ':name 对账', // API access 'authorization_request' => 'Firefly III :version 版授权请求', 'authorization_request_intro' => ':client 正在要求通行您的财务管理后台的许可,您是否愿意授权 :client 通行这些纪录?', @@ -216,15 +216,15 @@ return [ 'name_in_currency' => ':name 于 :currency', 'paid_in_currency' => '以 :currency 支付', 'unpaid_in_currency' => '未以 :currency 支付', - 'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.', - 'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.', - 'all_destination_accounts' => 'Destination accounts', - 'all_source_accounts' => 'Source accounts', + 'is_alpha_warning' => '您正在运行 ALPHA 版本。请注意错误和问题。', + 'is_beta_warning' => '您正在运行 BETA 版本。请注意错误和问题。', + 'all_destination_accounts' => '目标帐户', + 'all_source_accounts' => '源账户', // check for updates: 'update_check_title' => '检查更新', 'admin_update_check_title' => '自动检查更新', - 'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact the Firefly III update server to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.', + 'admin_update_check_explain' => 'Firefly III 可以自动检查更新。 当您启用此设置时,它将与 Fifly III 更新服务器联系,查看是否有新版本的 Firefly III。 当它存在时,您将收到通知。您可以使用右边的按钮测试此通知。 请在下面选择您是否希望 Fifly III 检查更新。', 'check_for_updates_permission' => 'Firefly III 可自动检查更新,但此功能需要您的许可。请转至 后台管理 表明您是否需要启用此功能。', 'updates_ask_me_later' => '稍后再问我', 'updates_do_not_check' => '不检查更新', @@ -237,9 +237,9 @@ return [ 'update_version_alpha' => '此版本是 ALPHA 版本。您可能会遇到问题。', 'update_current_version_alert' => '您正在运行 :version, 这是最新的可用版本。', 'update_newer_version_alert' => '您正在运行 :your_version,它比最新发布的 :new_version更新。', - 'update_check_error' => 'An error occurred while checking for updates: :error', - 'unknown_error' => 'Unknown error. Sorry about that.', - 'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.', + 'update_check_error' => '检查更新时发生错误::error', + 'unknown_error' => '未知错误。抱歉。', + 'just_new_release' => '有一个新版本可用!版本 :version 在 :date 发布。这个版本非常新。等待几天后新版本才能稳定。', 'admin_update_channel_title' => '更新通道', 'admin_update_channel_explain' => 'Firefly III具有三个更新“通道”,这些通道确定您在功能,增强功能和错误方面都处于最新。 如果您喜欢冒险,请使用“ beta”频道;如果您不惧危险,请使用“ alpha”频道。', 'update_channel_stable' => '稳定版。一切应该都如预期的那样运行。', @@ -307,9 +307,9 @@ return [ 'created_new_rule_group' => '新规则群组 ":title" 已储存!', 'updated_rule_group' => '已成功更新 ":title" 规则群组。', 'edit_rule_group' => '编辑 ":title" 规则群组。', - 'duplicate_rule' => 'Duplicate rule ":title"', - 'rule_copy_of' => 'Copy of ":title"', - 'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"', + 'duplicate_rule' => '复制规则 ":title"', + 'rule_copy_of' => '复制":title"', + 'duplicated_rule' => '复制规则 ":title" 到 ":newTitle"', 'delete_rule_group' => '删除 ":title" 规则群组', 'deleted_rule_group' => '规则群组 ":title" 已删除', 'update_rule_group' => '更新规则群组', @@ -320,7 +320,7 @@ return [ 'make_new_rule' => '在规则群组 ":title" 中建立新规则', 'make_new_rule_no_group' => '建立新规则', 'instructions_rule_from_bill' => '为了媒合交易至您的新帐单 ":name",Firefly III 可以建立一个针对您储存的每一笔交易且自动启动的规则。请验证下方的资讯并储存规则,让 Firefly III 自动媒合交易至您的新帐单。', - 'instructions_rule_from_journal' => 'Create a rule based on one of your transactions. Complement or submit the form below.', + 'instructions_rule_from_journal' => '基于您的交易之一创建一条规则。补充或提交下面的表格。', 'rule_is_strict' => '严谨规则', 'rule_is_not_strict' => '非严谨规则', 'rule_help_stop_processing' => '勾选此核选方块时,将不会执行此群组中的后续规则。', @@ -523,7 +523,7 @@ return [ 'delete_all_selected_tags' => 'Delete all selected tags', 'select_tags_to_delete' => 'Don\'t forget to select some tags.', 'deleted_x_tags' => 'Deleted :count tag(s).', - 'create_rule_from_transaction' => 'Create rule based on transaction', + 'create_rule_from_transaction' => '基于交易创建规则', // preferences 'pref_home_screen_accounts' => '主画面帐户', @@ -829,6 +829,7 @@ return [ 'skips_over' => '略过', 'bill_store_error' => '储存您的新帐单时发生错误,请检查日志档', 'list_inactive_rule' => '未启用的规则', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => '您有 :count 个未激活账户 (存档) 帐户,您可以在此单独页面查看。', @@ -987,7 +988,7 @@ return [ 'no_budget' => '(无预算)', 'account_per_budget' => 'Account per budget', 'account_per_category' => 'Account per category', - 'create_new_object' => 'Create', + 'create_new_object' => '创建', 'empty' => '(empty)', 'all_other_budgets' => '(all other budgets)', 'all_other_accounts' => '(all other accounts)', @@ -1326,7 +1327,7 @@ return [ 'store_configuration' => '储存设定', 'single_user_administration' => ':email 的使用者管理后台', 'edit_user' => '编辑使用者 :email', - 'hidden_fields_preferences' => 'You can enable more transaction options in your settings.', + 'hidden_fields_preferences' => '您可以在 设置中启用更多的交易选项。', 'user_data_information' => '使用者资料', 'user_information' => '使用者资讯', 'total_size' => '总大小', @@ -1350,14 +1351,15 @@ return [ 'send_test_email_text' => '要检查您的安装是否有能力发送电子邮件,请按此按钮。您不会在此看到错误 (如果有的话),日志档才会反应一切错误。您可依照自己意愿点选此按钮,程式无管控垃圾邮件,测试讯息将会被寄发至 :email 并在短时间内送达。', 'send_message' => '发送消息', 'send_test_triggered' => '测试已触发,请检视您的收件匣与日志档。', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => '拆分交易的描述', 'split_transaction_title_help' => '如果您创建了一个分割交易,交易的所有分割项都必须有全局描述。', 'split_title_help' => '如果您创建一个拆分交易,必须有一个全局的交易描述。', 'transaction_information' => '交易信息', - 'you_create_transfer' => 'You\'re creating a transfer.', - 'you_create_withdrawal' => 'You\'re creating a withdrawal.', - 'you_create_deposit' => 'You\'re creating a deposit.', + 'you_create_transfer' => '您正在创建一个转账', + 'you_create_withdrawal' => '您正在创建一个提款', + 'you_create_deposit' => '您正在创建一个存款', // links @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/zh_CN/form.php b/resources/lang/zh_CN/form.php index ec815cde9d..616958e5b1 100644 --- a/resources/lang/zh_CN/form.php +++ b/resources/lang/zh_CN/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => '被封锁了?', 'blocked_code' => '封锁的原因', 'login_name' => '登入', + 'is_owner' => 'Is admin?', // import 'apply_rules' => '套用规则', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ]; diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index eb36ee18bd..bda1deeb5c 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -829,6 +829,7 @@ return [ 'skips_over' => '略過', 'bill_store_error' => '儲存您的新帳單時發生錯誤,請檢查日誌檔', 'list_inactive_rule' => '未啟用的規則', + 'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.', // accounts: 'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.', @@ -1350,6 +1351,7 @@ return [ 'send_test_email_text' => '要檢查您的安裝是否有能力發送電子郵件,請按此按鈕。您不會在此看到錯誤 (如果有的話),日誌檔才會反應一切錯誤。您可依照自己意願點選此按鈕,程式無管控垃圾郵件,測試訊息將會被寄發至 :email 並在短時間內送達。', 'send_message' => '發送消息', 'send_test_triggered' => '測試已觸發,請檢視您的收件匣與日誌檔。', + 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', 'split_transaction_title' => '拆分交易的描述', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', @@ -1588,7 +1590,7 @@ return [ // 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 or visit the help page directly on GitHub.', + '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 or visit the documentation page.', 'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?', 'telemetry_disabled_no' => 'Telemetry is NOT enabled', 'telemetry_disabled_yes' => 'Telemetry is enabled', @@ -1598,7 +1600,14 @@ return [ '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_button_delete' => 'Delete all telemetry', 'telemetry_admin_overview' => 'Telemetry overview', - 'telemetry_back_to_index' => 'Back to telemetry' + 'telemetry_back_to_index' => 'Back to telemetry index', + 'not_yet_submitted' => 'Not yet submitted', + 'telemetry_type_feature' => 'Feature flag', + 'telemetry_submit_all' => 'Submit records', + 'telemetry_delete_submitted_records' => 'Delete submitted records', + 'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.', + 'telemetry_all_deleted' => 'All telemetry records have been deleted.', + 'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.' ]; diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index 55495ee104..46c4108d24 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -194,6 +194,7 @@ return [ 'blocked' => '被封鎖了?', 'blocked_code' => '封鎖的原因', 'login_name' => '登入', + 'is_owner' => 'Is admin?', // import 'apply_rules' => '套用規則', @@ -265,5 +266,10 @@ return [ 'auto_budget_amount' => 'Auto-budget amount', 'auto_budget_period' => 'Auto-budget period', + 'collected' => 'Collected', + 'submitted' => 'Submitted', + 'key' => 'Key', + 'value' => 'Content of record' + ];