Update some translations.

This commit is contained in:
James Cole 2020-01-01 15:38:47 +01:00
parent 18442a3caa
commit 58498b71f1
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
59 changed files with 2413 additions and 2107 deletions

View File

@ -138,7 +138,7 @@ return [
'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',
'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' => 'Graf veškerých transakcí pro účet „:name“ mezi :start a :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Graf veškerých transakcí pro kategorii „:name“ mezi :start a :end',
'chart_category_all' => 'Graf veškerých transakcí pro kategoii „:name“',
'clone_withdrawal' => 'Klonovat tento výběr',
@ -503,8 +503,11 @@ return [
'result' => 'Výsledek',
'sums_apply_to_range' => 'Všechny součty se vztahují na vybraný rozsah',
'mapbox_api_key' => 'Pro použití mapy, získejte klíč k aplikačnímu programovému rozhraní <a href="https://www.mapbox.com/">Mapbox</a>. Otevřete soubor <code>.env</code> a tento kód zadejte za <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Umístění značky nastavíte kliknutím pravým tlačítkem nebo dlouhým stiskem toho levého.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Vymazat umístění',
'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).',
// preferences
'pref_home_screen_accounts' => 'Účty na domovské obrazovce',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
'delete_local_info_only' => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Jedna příloha|:count příloh',
'attachments' => 'Přílohy',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Matches on',
'strict' => 'Striktní režim',
'repeat_freq' => 'Repeats',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Měna',
'currency_id' => 'Měna',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Vítejte v rutině importu do Firefly III. Data je možné importovat vícero způsoby, zobrazenými zde jako tlačítka.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Simulovat import',
'button_file' => 'Importovat soubor',

View File

@ -138,7 +138,7 @@ return [
'budget_in_period' => 'Alle Buchungen für den Kostenrahmen „:name” zwischen :start und :end in :currency',
'chart_budget_in_period' => 'Diagramm für alle Buchungen für den Kostenrahmen ":name" zwischen :start und :end in :currency',
'chart_budget_in_period_only_currency' => 'Der von Ihnen geplante Betrag war in :currency, so dass dieses Diagramm nur die Buchungen in :currency anzeigt.',
'chart_account_in_period' => 'Diagramm für alle Transaktionen des Kontos „:name” zwischen :start und :end',
'chart_account_in_period' => 'Diagramm für alle Buchungen für das Konto „:name” (:balance) zwischen :start und :end',
'chart_category_in_period' => 'Diagramm für alle Buchungen der Kategorie „:name” zwischen :start und :end',
'chart_category_all' => 'Diagramm für alle Buchungen der Kategorie „:name”',
'clone_withdrawal' => 'Diese Ausgabe duplizieren',
@ -503,8 +503,11 @@ return [
'result' => 'Ergebnis',
'sums_apply_to_range' => 'Alle Summen beziehen sich auf den ausgewählten Bereich.',
'mapbox_api_key' => 'Um Karten zu verwenden, besorgen Sie sich einen API-Schlüssel von <a href="https://www.mapbox.com/">Mapbox</a>. Öffnen Sie Ihre Datei <code>.env</code> und geben Sie diesen Schlüssel nach <code>MAPBOX_API_KEY=</code> ein.',
'press_tag_location' => 'Rechtsklick oder langer Druck, um den Ort des Schlagworts festzulegen.',
'press_object_location' => 'Rechtsklick oder Anklicken und gedrückt halten, um die Position des Objekts festzulegen.',
'clear_location' => 'Ort leeren',
'delete_all_selected_tags' => 'Alle markierten Stichwörter löschen',
'select_tags_to_delete' => 'Nicht vergessen, einige Schlagwörter auszuwählen.',
'deleted_x_tags' => ':count Schlagwort/-wörter gelöscht.',
// preferences
'pref_home_screen_accounts' => 'Konten auf dem Startbildschirm',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Diese Aktion ist bei der Authentifizierung durch ":login_provider" nicht verfügbar.',
'delete_local_info_only' => 'Dies wird nur lokale Firefly-III-Informationen löschen, da Sie durch ":login_provider" authentifiziert sind.',
// export data:
'import_and_export_menu' => 'Im- und Export',
'export_data_title' => 'Daten aus Firefly III exportieren',
'export_data_menu' => 'Daten exportieren',
'export_data_bc' => 'Daten aus Firefly III exportieren',
'export_data_main_title' => 'Daten aus Firefly III exportieren',
'export_data_expl' => 'Dieser Link ermöglicht es Ihnen, alle Transaktionen und deren Metadaten aus Firefly III zu exportieren. Weitere Informationen zur Vorgehensweise entnehmen Sie bitte der Hilfe (oben rechts das ❔-Symbol).',
'export_data_all_transactions' => 'Alle Buchungen exportieren',
'export_data_advanced_expl' => 'Wenn Sie eine erweiterte oder spezifische Art des Exports benötigen, lesen Sie die Hilfe zur Verwendung des Konsolenbefehls <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Ein Anhang |:count Anhänge',
'attachments' => 'Anhänge',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Reagiert auf',
'strict' => 'Strenger Modus',
'repeat_freq' => 'Wiederholungen',
'location' => 'Herkunft',
'update_channel' => 'Aktualisierungskanal',
'journal_currency_id' => 'Währung',
'currency_id' => 'Währung',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Willkommen beim Importassistenten von Firefly III. Es gibt einige Möglichkeiten, Daten in Firefly III zu importieren, die hier als Schaltflächen angezeigt werden.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Wie in <a href="https://www.patreon.com/posts/future-updates-30012174">diesem Artikel auf Patreon</a> beschrieben, wird sich die Art und Weise, wie Firefly III den Datenimport verwaltet, ändern. Dies bedeutet, dass der CSV-Import in ein neues, separates Modul verschoben wird. Sie können dieses Modul bereits als Beta-Version testen, wenn Sie <a href="https://github.com/firefly-iii/csv-importer">dieses GitHub-Repository</a> besuchen. Ich würde es begrüßen, wenn Sie die neue Importfunktion testen und mir Ihre Meinung mitteilen würden.',
// import provider strings (index):
'button_fake' => 'Importfunktion testen',
'button_file' => 'Datei importieren',

View File

@ -138,7 +138,7 @@ return [
'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',
'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' => 'Γράφημα για όλες τις συναλλαγές του λογαριασμού ":name" μεταξύ :start και :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Γράφημα για όλες τις συναλλαγές της κατηγορίας ":name" μεταξύ :start και :end',
'chart_category_all' => 'Γράφημα για όλες τις συναλλαγές της κατηγορίας ":name"',
'clone_withdrawal' => 'Κλωνοποίηση αυτής της ανάληψης',
@ -503,8 +503,11 @@ return [
'result' => 'Αποτέλεσμα',
'sums_apply_to_range' => 'Όλα τα σύνολα αφορούν το συγκεκριμένο εύρος',
'mapbox_api_key' => 'Για τη χρήση χάρτη, λάβετε ένα κλειδί API από <a href="https://www.mapbox.com/">Mapbox</a>. Ανοίξτε το <code>.env</code> αρχείο σας και εισάγετε αυτόν τον κωδικό στο <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Κάντε δεξί κλικ ή πιέστε παρατεταμένα για να δείτε την τοποθεσία της ετικέτας.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Εκκαθάριση τοποθεσίας',
'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).',
// preferences
'pref_home_screen_accounts' => 'Λογαριασμοί αρχικής οθόνης',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν πιστοποιήστε μέσω ":login_provider".',
'delete_local_info_only' => 'Επειδή πιστοποιηθήκατε μέσω ":login_provider", αυτό θα διαγράχει μόνο τοπικές πληροφορίες Firefly III.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Ένα συννημένο|:count συννημένα',
'attachments' => 'Συννημένα',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Αντιστοιχίες στις',
'strict' => 'Αυστηρή λειτουργία',
'repeat_freq' => 'Επαναλήψεις',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Νόμισμα',
'currency_id' => 'Νόμισμα',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Καλωσορίσατε στην ρουτίνα εισαγωγής του Firefly III. Υπάρχουν διάφοροι τρόποι εισαγωγής δεδομένων στο Firefly III, που απεικονίζονται εδώ ως κουμπιά.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Προσποιηθήτε μία εισαγωγή',
'button_file' => 'Εισαγωγή ενός αρχείου',

View File

@ -138,7 +138,7 @@ return [
'budget_in_period' => 'Todas las transacciones del presupuesto ":name" entre :start y :end en :currency',
'chart_budget_in_period' => 'Gráfico para todas las transacciones del presupuesto ":name" entre :start y :end en :currency',
'chart_budget_in_period_only_currency' => 'La cantidad que presupuestó fue en :currency, por lo que este gráfico sólo mostrará transacciones en :currency.',
'chart_account_in_period' => 'Gráfico para las transacciones de la cuenta ":name" entre :start y :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Gráfico para las transacciones de la categoría ":name" entre :start y :end',
'chart_category_all' => 'Gráfico para las transacciones de la categoría ":name"',
'clone_withdrawal' => 'Duplicar este retiro',
@ -503,8 +503,11 @@ return [
'result' => 'Resultado',
'sums_apply_to_range' => 'Todas las sumas aplican al rango seleccionado',
'mapbox_api_key' => 'Para usar el mapa, obtenga una clave API de <a href="https://www.mapbox.com/">Mapbox</a>Abra su<code>.env</code> y introduzca este código después de <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Haga clic o pulse de forma prolongada para definir la ubicación de la etiqueta.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Eliminar ubicación',
'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).',
// preferences
'pref_home_screen_accounts' => 'Cuentas de la pantalla de inicio',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Esta acción no está disponible cuando se identifica a través de ":login_provider".',
'delete_local_info_only' => 'Debido a que se identificado a través de ":login_provider", sólo se eliminará la información local de Firefly III.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Un archivo adjunto:count archivos adjuntos',
'attachments' => 'Archivos adjuntos',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Encuentros en',
'strict' => 'Modo estricto',
'repeat_freq' => 'Repetición',
'location' => 'Location',
'update_channel' => 'Canal de actualizaciones',
'journal_currency_id' => 'Divisa',
'currency_id' => 'Divisa',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Bienvenido a la rutina de importación de Firefly III. Hay algunas formas de importar datos a Firefly III, que se muestran aquí como botones.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Simular una importación',
'button_file' => 'Importar un archivo',

View File

@ -138,7 +138,7 @@ return [
'budget_in_period' => 'Toutes les transactions pour le budget ":name" entre :start et :end dans la monnaie :currency',
'chart_budget_in_period' => 'Graphique pour toutes les transactions pour le budget ":name" entre :start et :end dans :currency',
'chart_budget_in_period_only_currency' => 'Le montant que vous avez budgété était en :currency, ce graphique ne montrera donc que les transactions dans :currency.',
'chart_account_in_period' => 'Graphique pour toutes les transactions pour le compte ":name" entre :start et :end',
'chart_account_in_period' => 'Graphique pour toutes les transactions pour le compte ":name" (:balance) entre :start et :end',
'chart_category_in_period' => 'Graphique pour toutes les transactions pour la catégorie ":name" entre :start et :end',
'chart_category_all' => 'Graphique pour toutes les transactions pour la catégorie ":name"',
'clone_withdrawal' => 'Cloner ce retrait',
@ -353,41 +353,41 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'L\'action de lutilisateur est ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
'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"',
'rule_trigger_from_account_is_choice' => 'Source account name is..',
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Le nom du compte source commence par..',
'rule_trigger_from_account_starts' => 'Le nom du compte source commence par ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Le nom du compte source se termine par..',
'rule_trigger_from_account_ends' => 'Le nom du compte source se termine par ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Le nom du compte source est..',
'rule_trigger_from_account_is' => 'Le nom du compte source est ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Le nom du compte source contient..',
'rule_trigger_from_account_contains' => 'Le nom du compte source contient ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
'rule_trigger_from_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
'rule_trigger_from_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
'rule_trigger_from_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
'rule_trigger_from_account_nr_is_choice' => 'Source account number / IBAN is..',
'rule_trigger_from_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
'rule_trigger_from_account_nr_contains_choice' => 'Source account number / IBAN contains..',
'rule_trigger_from_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'L\'IBAN du compte source commence par..',
'rule_trigger_from_account_nr_starts' => 'L\'IBAN du compte source commence par ":trigger_value"',
'rule_trigger_from_account_nr_ends_choice' => 'L\'IBAN du compte source se termine par..',
'rule_trigger_from_account_nr_ends' => 'L\'IBAN du compte source se termine par ":trigger_value"',
'rule_trigger_from_account_nr_is_choice' => 'L\'IBAN du compte source est..',
'rule_trigger_from_account_nr_is' => 'L\'IBAN du compte source est ":trigger_value"',
'rule_trigger_from_account_nr_contains_choice' => 'L\'IBAN du compte source contient..',
'rule_trigger_from_account_nr_contains' => 'L\'IBAN du compte source contient ":trigger_value"',
'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' => 'Destination account name ends with ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Destination account name is..',
'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' => 'Destination account name contains ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Le nom du compte de destination commence par..',
'rule_trigger_to_account_starts' => 'Le nom du compte de destination commence par ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Le nom du compte de destination se termine par..',
'rule_trigger_to_account_ends' => 'Le nom du compte de destination se termine par ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Le nom du compte de destination est..',
'rule_trigger_to_account_is' => 'Le nom du compte de destination est ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Le nom du compte de destination contient..',
'rule_trigger_to_account_contains' => 'Le nom du compte de destination contient ":trigger_value"',
'rule_trigger_to_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
'rule_trigger_to_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
'rule_trigger_to_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
'rule_trigger_to_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
'rule_trigger_to_account_nr_is_choice' => 'Destination account number / IBAN is..',
'rule_trigger_to_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
'rule_trigger_to_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
'rule_trigger_to_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
'rule_trigger_to_account_nr_starts_choice' => 'L\'IBAN du compte de destination commence par..',
'rule_trigger_to_account_nr_starts' => 'L\'IBAN du compte de destination commence par ":trigger_value"',
'rule_trigger_to_account_nr_ends_choice' => 'L\'IBAN du compte de destination se termine par..',
'rule_trigger_to_account_nr_ends' => 'L\'IBAN du compte de destination se termine par ":trigger_value"',
'rule_trigger_to_account_nr_is_choice' => 'L\'IBAN du compte de destination est..',
'rule_trigger_to_account_nr_is' => 'L\'IBAN du compte de destination est ":trigger_value"',
'rule_trigger_to_account_nr_contains_choice' => 'L\'IBAN du compte de destination contient..',
'rule_trigger_to_account_nr_contains' => 'L\'IBAN du compte de destination contient ":trigger_value"',
'rule_trigger_transaction_type_choice' => 'L\'opération est du type..',
'rule_trigger_transaction_type' => 'L\'opération est du type ":trigger_value"',
@ -503,8 +503,11 @@ return [
'result' => 'Résultat',
'sums_apply_to_range' => 'Toutes les sommes s\'appliquent à l\'ensemble sélectionné',
'mapbox_api_key' => 'Pour utiliser la carte, obtenez une clé d\'API auprès de <a href="https://www.mapbox.com/">Mapbox</a>. Ouvrez votre fichier <code>.env</code> et saisissez le code après <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Faites un clic droit ou appuyez longuement pour définir l\'emplacement du tag.',
'press_object_location' => 'Faites un clic droit ou appuyez longuement pour définir l\'emplacement de l\'objet.',
'clear_location' => 'Effacer la localisation',
'delete_all_selected_tags' => 'Supprimer tous les tags sélectionnés',
'select_tags_to_delete' => 'N\'oubliez pas de sélectionner des tags.',
'deleted_x_tags' => '{count} tag(s) supprimé(s).',
// preferences
'pref_home_screen_accounts' => 'Comptes de lécran daccueil',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Cette action nest pas disponible lors de lauthentification par ":login_provider".',
'delete_local_info_only' => 'Comme vous vous authentifiez via ":login_provider", cela ne supprimera que les informations locales de Firefly III.',
// export data:
'import_and_export_menu' => 'Import et export',
'export_data_title' => 'Exporter des données depuis Firefly III',
'export_data_menu' => 'Exporter les données',
'export_data_bc' => 'Exporter des données depuis Firefly III',
'export_data_main_title' => 'Exporter des données depuis Firefly III',
'export_data_expl' => 'Ce lien vous permet d\'exporter toutes les transactions et métadonnées de Firefly III. Plus d\'informations dans l\'aide (icône (?) en haut à droite).',
'export_data_all_transactions' => 'Exporter toutes les transactions',
'export_data_advanced_expl' => 'Si vous avez besoin d\'un type d\'exportation plus avancé ou plus spécifique, lisez l\'aide sur comment utiliser la commande <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Une pièce jointe|:count pièces jointes',
'attachments' => 'Pièces jointes',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Correspondre à',
'strict' => 'Mode strict',
'repeat_freq' => 'Répétitions',
'location' => 'Emplacement',
'update_channel' => 'Canal de mise à jour',
'journal_currency_id' => 'Devise',
'currency_id' => 'Devise',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Bienvenue dans la routine d\'importation de Firefly III. Il existe différentes façons d\'importer des données dans Firefly III, affichées ici sous forme de boutons.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Comme indiqué dans <a href="https://www.patreon.com/posts/future-updates-30012174">ce post Patreon</a>, la façon dont Firefly III gère l\'importation des données va changer. Cela signifie que l\'importateur CSV sera déplacé vers un nouvel outil séparé. Vous pouvez déjà bêta-tester cet outil si vous visitez <a href="https://github.com/firefly-iii/csv-importer">ce dépôt GitHub</a>. Je vous serais reconnaissant de tester le nouvel importateur et de me faire savoir ce que vous en pensez.',
// import provider strings (index):
'button_fake' => 'Simuler une importation',
'button_file' => 'Importer un fichier',

View File

@ -105,7 +105,7 @@ return [
'sum_withdrawals' => 'Somme des retraits',
'sum_deposits' => 'Somme des dépôts',
'sum_transfers' => 'Somme des transferts',
'sum_reconciliations' => 'Sum of reconciliations',
'sum_reconciliations' => 'Total des rapprochements',
'reconcile' => 'Rapprocher',
'account_on_spectre' => 'Compte (Spectre)',
'account_on_ynab' => 'Compte (YNAB)',

View File

@ -138,7 +138,7 @@ return [
'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',
'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' => 'Diagram ":name" bankszámla minden tranzakciójáról :start és :end között',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'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',
@ -503,8 +503,11 @@ return [
'result' => 'Eredmény',
'sums_apply_to_range' => 'Minden összeg alkalmazása a kiválasztott tartományra',
'mapbox_api_key' => 'A térkép használatához be kell szerezni egy API kulcsot a <a href="https://www.mapbox.com/">Mapbox</a> oldalról. A kódot a <code>.env</code> fájlba, a <code>MAPBOX_API_KEY = </code> után kell beírni.',
'press_tag_location' => 'Jobb kattintással vagy az egérgomb hosszan nyomva tartásával lehet beállítani a címke helyét.',
'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).',
// preferences
'pref_home_screen_accounts' => 'Kezdőoldali számlák',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Ez a művelet nem érhető el ":login_provider" általi hitelesítésekor.',
'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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Egy melléklet|:count melléklet',
'attachments' => 'Mellékletek',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Találatok',
'strict' => 'Szigorú mód',
'repeat_freq' => 'Ismétlődések',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Pénznem',
'currency_id' => 'Pénznem',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Üdvözli a Firefly III importáló eljárása. A Firefly III-ba adatokat több módon is lehet importálni, melyek gombként jelennek meg.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Importálás imitálása',
'button_file' => 'Fájl importálása',

View File

@ -138,7 +138,7 @@ return [
'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',
'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' => 'Bagan untuk semua transaksi untuk akun ":name" antara :start dan :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Bagan untuk semua transaksi untuk kategori ":name" antara :start dan :end',
'chart_category_all' => 'Bagan untuk semua transaksi untuk kategori ":name"',
'clone_withdrawal' => 'Kloning penarikan ini',
@ -503,8 +503,11 @@ return [
'result' => 'Hasil',
'sums_apply_to_range' => 'Semua jumlah berlaku untuk rentang yang dipilih',
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Klik kanan atau tekan agak lama untuk mengatur lokasi tag.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Lokasi yang jelas',
'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).',
// preferences
'pref_home_screen_accounts' => 'Akun layar utama',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
'delete_local_info_only' => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Satu lampiran |:count lampiran',
'attachments' => 'Lampiran',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Cocok di',
'strict' => 'Strict mode',
'repeat_freq' => 'Berulang',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Mata uang',
'currency_id' => 'Mata uang',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Welcome to Firefly III\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Fake an import',
'button_file' => 'Import a file',

View File

@ -138,7 +138,7 @@ return [
'budget_in_period' => 'Tutte le transazioni per il budget ":name" fra :start e :end in :currency',
'chart_budget_in_period' => 'Grafico di tutte le transazioni per il budget ":name" fra :start e :end in :currency',
'chart_budget_in_period_only_currency' => 'L\'importo che hai inserito è in :currency, quindi questo grafico mostrerà solo le transazioni in :currency.',
'chart_account_in_period' => 'Grafico di tutte le transazioni per il conto ":name" fra :start e :end',
'chart_account_in_period' => 'Grafico di tutte le transazioni per il conto ":name" (:balance) fra :start e :end',
'chart_category_in_period' => 'Grafico di tutte le transazioni per la categoria ":name" fra :start e :end',
'chart_category_all' => 'Grafico di tutte le transazioni per la categoria ":name"',
'clone_withdrawal' => 'Duplica questo prelievo',
@ -353,41 +353,41 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'L\'azione dell\'utente è ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
'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"',
'rule_trigger_from_account_is_choice' => 'Source account name is..',
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Il nome del conto di origine inizia con...',
'rule_trigger_from_account_starts' => 'Il nome del conto di origine inizia con ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Il nome del conto di origine termina con...',
'rule_trigger_from_account_ends' => 'Il nome del conto di origine termina con ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Il nome del conto di origine è...',
'rule_trigger_from_account_is' => 'Il nome del conto di origine è ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Il nome del conto di origine contiene..',
'rule_trigger_from_account_contains' => 'Il nome del conto di origine contiene ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
'rule_trigger_from_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
'rule_trigger_from_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
'rule_trigger_from_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
'rule_trigger_from_account_nr_is_choice' => 'Source account number / IBAN is..',
'rule_trigger_from_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
'rule_trigger_from_account_nr_contains_choice' => 'Source account number / IBAN contains..',
'rule_trigger_from_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'Il numero del conto di origine / l\'IBAN inizia con...',
'rule_trigger_from_account_nr_starts' => 'Il numero del conto di origine / l\'IBAN inizia con ":trigger_value"',
'rule_trigger_from_account_nr_ends_choice' => 'Il numero del conto di origine / l\'IBAN termina con...',
'rule_trigger_from_account_nr_ends' => 'Il numero del conto di origine / l\'IBAN termina con ":trigger_value"',
'rule_trigger_from_account_nr_is_choice' => 'Il numero del conto di origine / l\'IBAN è...',
'rule_trigger_from_account_nr_is' => 'Il numero del conto di origine / l\'IBAN è ":trigger_value"',
'rule_trigger_from_account_nr_contains_choice' => 'Il numero del conto di origine / l\'IBAN contiene...',
'rule_trigger_from_account_nr_contains' => 'Il numero del conto di origine / IBAN contiene ":trigger_value"',
'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' => 'Destination account name ends with ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Destination account name is..',
'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' => 'Destination account name contains ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Il nome del conto di destinazione inizia con...',
'rule_trigger_to_account_starts' => 'Il nome del conto di destinazione inizia con ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Il nome del conto di destinazione termina con...',
'rule_trigger_to_account_ends' => 'Il nome del conto di destinazione termina con ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Il nome del conto di destinazione è...',
'rule_trigger_to_account_is' => 'Il nome del conto di destinazione è ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Il nome del conto di destinazione contiene...',
'rule_trigger_to_account_contains' => 'Il nome del conto di destinazione contiene ":trigger_value"',
'rule_trigger_to_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
'rule_trigger_to_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
'rule_trigger_to_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
'rule_trigger_to_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
'rule_trigger_to_account_nr_is_choice' => 'Destination account number / IBAN is..',
'rule_trigger_to_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
'rule_trigger_to_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
'rule_trigger_to_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
'rule_trigger_to_account_nr_starts_choice' => 'Il numero del conto di destinazione / l\'IBAN inizia con...',
'rule_trigger_to_account_nr_starts' => 'Il numero del conto di destinazione / l\'IBAN inizia con ":trigger_value"',
'rule_trigger_to_account_nr_ends_choice' => 'Il numero del conto di destinazione / l\'IBAN termina con...',
'rule_trigger_to_account_nr_ends' => 'Il numero del conto di destinazione / l\'IBAN termina con ":trigger_value"',
'rule_trigger_to_account_nr_is_choice' => 'Il numero del conto di destinazione / l\'IBAN è..',
'rule_trigger_to_account_nr_is' => 'Il numero del conto di destinazione / l\'IBAN è ":trigger_value"',
'rule_trigger_to_account_nr_contains_choice' => 'Il numero del conto di destinazione / l\'IBAN contiene...',
'rule_trigger_to_account_nr_contains' => 'Il numero del conto di destinazione / l\'IBAN contiene ":trigger_value"',
'rule_trigger_transaction_type_choice' => 'La transazione è di tipo...',
'rule_trigger_transaction_type' => 'La transazione è di tipo ":trigger_value"',
@ -503,8 +503,11 @@ return [
'result' => 'Risultato',
'sums_apply_to_range' => 'Tutte le somme si applicano all\'intervallo selezionato',
'mapbox_api_key' => 'Per utilizzare la mappa, ottieni una chiave API da <a href="https://www.mapbox.com/">Mapbox</a>. Apri il tuo file <code>.env</code> e inserisci questo codice dopo <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Fai clic destro o premi a lungo per impostare la posizione dell\'erichetta.',
'press_object_location' => 'Clicca con il tasto destro o premi a lungo per impostare la posizione dell\'oggetto.',
'clear_location' => 'Rimuovi dalla posizione',
'delete_all_selected_tags' => 'Elimina tutte le etichette selezionate',
'select_tags_to_delete' => 'Non dimenticare di selezionare qualche etichetta.',
'deleted_x_tags' => ':count etichette eliminate.',
// preferences
'pref_home_screen_accounts' => 'Conti nella pagina iniziale',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Questa azione non è disponibile quando ci si è autenticati con ":login_provider".',
'delete_local_info_only' => 'Poiché ti sei autenticato tramite ":login_provider", questo eliminerà solamente le informazioni locali di Firefly III.',
// export data:
'import_and_export_menu' => 'Importa e esporta',
'export_data_title' => 'Esporta dati da Firefly III',
'export_data_menu' => 'Esporta dati',
'export_data_bc' => 'Esporta dati da Firefly III',
'export_data_main_title' => 'Esporta dati da Firefly III',
'export_data_expl' => 'Questo link ti consente di esportare tutte le transazioni e i meta dati da Firefly III. Fai riferimento alla guida (icona (?) in alto a destra) per ulteriori informazioni sul processo.',
'export_data_all_transactions' => 'Esporta tutte le transazioni',
'export_data_advanced_expl' => 'Se hai bisogno di un tipo più avanzato o specifico di esportazione, leggi la guida su come usare il comando da terminale <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Un allegato|:count allegati',
'attachments' => 'Allegati',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Abbina con',
'strict' => 'Modalità severa',
'repeat_freq' => 'Si ripete',
'location' => 'Posizione',
'update_channel' => 'Canale di aggiornamento',
'journal_currency_id' => 'Valuta',
'currency_id' => 'Valuta',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Benvenuti nella routine di importazione di Firefly III. Esistono alcuni modi per importare dati in Firefly III, visualizzati qui come pulsanti.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Come descritto in <a href="https://www.patreon.com/posts/future-updates-30012174">questo post Patreon</a>, il modo in cui Firefly III gestisce l\'importazione dei dati cambierà. Ciò significa che l\'importatore CSV sarà spostato in un nuovo strumento separato. Puoi già testare questo strumento visitando <a href="https://github.com/firefly-iii/csv-importer">questo repository GitHub</a>. Prova il nuovo importatore e fammi sapere cosa ne pensi.',
// import provider strings (index):
'button_fake' => 'Esegui un\'importazione fittizia',
'button_file' => 'Importa un file',

View File

@ -105,7 +105,7 @@ return [
'sum_withdrawals' => 'Somma dei prelievi',
'sum_deposits' => 'Somma versamenti',
'sum_transfers' => 'Somma dei trasferimenti',
'sum_reconciliations' => 'Sum of reconciliations',
'sum_reconciliations' => 'Somma delle riconciliazioni',
'reconcile' => 'Riconcilia',
'account_on_spectre' => 'Conto (Spectre)',
'account_on_ynab' => 'Conto (YNAB)',

View File

@ -138,7 +138,7 @@ return [
'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',
'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' => 'Diagram for alle transaksjoner for konto ":name" mellom :start og :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Diagram for alle transaksjoner for kategori ":name" mellom :start og :end',
'chart_category_all' => 'Graf over alle transaksjoner for kategori ":name"',
'clone_withdrawal' => 'Klone dette uttaket',
@ -503,8 +503,11 @@ return [
'result' => 'Resultat',
'sums_apply_to_range' => 'Alle beløp gjelder for det valgte området',
'mapbox_api_key' => 'For å bruke kart, få en API-nøkkel fra <a href="https://www.mapbox.com/">Mapbox</a>. Åpne <code>.env</code> filen og angi denne koden etter <code>MAPBOX_API_KEY =</code>.',
'press_tag_location' => 'Høyreklikk eller trykk lenge for å angi plasseringen til taggen.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Tøm lokasjon',
'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).',
// preferences
'pref_home_screen_accounts' => 'Startskjermkontoer',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Denne handlingen er ikke tilgjengelig ved godkjenning gjennom ":login_provider".',
'delete_local_info_only' => 'Fordi du godkjenner gjennom ":login_provider", vil dette bare slette lokal informasjon i Firefly III.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Ett vedlegg|:count vedlegg',
'attachments' => 'Vedlegg',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Treff på',
'strict' => 'Streng modus',
'repeat_freq' => 'Gjentas',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Valuta',
'currency_id' => 'Valuta',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Velkommen til Firefly IIIs importrutine. Det er flere måter å importere data på i Firefly III, vist her som knapper.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Utfør fake import',
'button_file' => 'Importer fil',

View File

@ -138,7 +138,7 @@ return [
'budget_in_period' => 'Alle transacties voor budget ":name" tussen :start en :end in :currency',
'chart_budget_in_period' => 'Grafiek voor alle transacties voor budget ":name" tussen :start en :end in :currency',
'chart_budget_in_period_only_currency' => 'Het bedrag dat je het begroot is in :currency, dus deze grafiek laat alleen transacties in :currency zien.',
'chart_account_in_period' => 'Grafiek voor alle transacties voor rekening ":name" tussen :start en :end',
'chart_account_in_period' => 'Grafiek voor alle transacties voor rekening ":name" (:balance) tussen :start en :end',
'chart_category_in_period' => 'Grafiek voor alle transacties voor categorie ":name" tussen :start en :end',
'chart_category_all' => 'Grafiek voor alle transacties voor categorie ":name"',
'clone_withdrawal' => 'Kopieer deze uitgave',
@ -353,41 +353,41 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Gebruikersactie is ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
'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"',
'rule_trigger_from_account_is_choice' => 'Source account name is..',
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Bronrekeningnaam begint met..',
'rule_trigger_from_account_starts' => 'Bronrekeningnaam begint met ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Bronrekeningnaam eindigt op..',
'rule_trigger_from_account_ends' => 'Bronrekeningnaam eindigt op ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Bronrekeningnaam is..',
'rule_trigger_from_account_is' => 'Bronrekeningnaam is ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Bronrekeningnaam bevat..',
'rule_trigger_from_account_contains' => 'Bronrekeningnaam bevat ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
'rule_trigger_from_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
'rule_trigger_from_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
'rule_trigger_from_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
'rule_trigger_from_account_nr_is_choice' => 'Source account number / IBAN is..',
'rule_trigger_from_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
'rule_trigger_from_account_nr_contains_choice' => 'Source account number / IBAN contains..',
'rule_trigger_from_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'Bronrekeningnummer begint met..',
'rule_trigger_from_account_nr_starts' => 'Bronrekeningnummer begint met ":trigger_value"',
'rule_trigger_from_account_nr_ends_choice' => 'Bronrekeningnummer eindigt op..',
'rule_trigger_from_account_nr_ends' => 'Bronrekeningnummer eindigt op ":trigger_value"',
'rule_trigger_from_account_nr_is_choice' => 'Bronrekeningnummer / IBAN is..',
'rule_trigger_from_account_nr_is' => 'Bronrekeningnummer / IBAN is ":trigger_value"',
'rule_trigger_from_account_nr_contains_choice' => 'Bronrekeningnummer / IBAN bevat..',
'rule_trigger_from_account_nr_contains' => 'Bronrekeningnummer / IBAN bevat ":trigger_value"',
'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' => 'Destination account name ends with ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Destination account name is..',
'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' => 'Destination account name contains ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Doelrekeningnaam begint met..',
'rule_trigger_to_account_starts' => 'Doelrekeningnaam begint met ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Doelrekeningnaam eindigt op..',
'rule_trigger_to_account_ends' => 'Doelrekeningnaam eindigt op ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Doelrekeningnaam is..',
'rule_trigger_to_account_is' => 'Doelrekeningnaam is ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Doelrekeningnaam bevat..',
'rule_trigger_to_account_contains' => 'Doelrekeningnaam bevat ":trigger_value"',
'rule_trigger_to_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
'rule_trigger_to_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
'rule_trigger_to_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
'rule_trigger_to_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
'rule_trigger_to_account_nr_is_choice' => 'Destination account number / IBAN is..',
'rule_trigger_to_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
'rule_trigger_to_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
'rule_trigger_to_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
'rule_trigger_to_account_nr_starts_choice' => 'Doelrekeningnummer / IBAN begint met..',
'rule_trigger_to_account_nr_starts' => 'Doelrekeningnummer / IBAN begint met ":trigger_value"',
'rule_trigger_to_account_nr_ends_choice' => 'Doelrekeningnummer / IBAN eindigt op..',
'rule_trigger_to_account_nr_ends' => 'Doelrekeningnummer / IBAN eindigt op ":trigger_value"',
'rule_trigger_to_account_nr_is_choice' => 'Doelrekeningnummer / IBAN is..',
'rule_trigger_to_account_nr_is' => 'Doelrekeningnummer / IBAN is ":trigger_value"',
'rule_trigger_to_account_nr_contains_choice' => 'Doelrekeningnummer / IBAN bevat..',
'rule_trigger_to_account_nr_contains' => 'Doelrekeningnummer / IBAN bevat ":trigger_value"',
'rule_trigger_transaction_type_choice' => 'Transactietype is..',
'rule_trigger_transaction_type' => 'Transactiesoort is ":trigger_value" (Engels)',
@ -503,8 +503,11 @@ return [
'result' => 'Resultaat',
'sums_apply_to_range' => 'Alle sommen gelden voor het geselecteerde bereik',
'mapbox_api_key' => 'Om de kaart te gebruiken regel je een API-key bij <a href="https://www.mapbox.com/">Mapbox</a>. Open je <code>.env</code>-bestand en zet deze achter <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Klik met de rechtermuisknop of druk lang om de locatie van de tag in te stellen.',
'press_object_location' => 'Klik met de rechtermuisknop of druk lang om de locatie van het object in te stellen.',
'clear_location' => 'Wis locatie',
'delete_all_selected_tags' => 'Alle geselecteerde tags verwijderen',
'select_tags_to_delete' => 'Vergeet niet om tags te selecteren.',
'deleted_x_tags' => ':count tag(s) verwijderd.',
// preferences
'pref_home_screen_accounts' => 'Voorpaginarekeningen',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Je kan dit niet doen als je inlogt via ":login_provider".',
'delete_local_info_only' => 'Omdat je inlogt via ":login_provider" verwijder je alleen lokale Firefly III informatie.',
// export data:
'import_and_export_menu' => 'Import en export',
'export_data_title' => 'Gegevens exporteren uit Firefly III',
'export_data_menu' => 'Exporteren',
'export_data_bc' => 'Gegevens exporteren uit Firefly III',
'export_data_main_title' => 'Gegevens exporteren uit Firefly III',
'export_data_expl' => 'Met deze link kan je alle transacties + metadata uit Firefly III exporteren. Raadpleeg de help ((?)-pictogram) voor meer informatie over het proces.',
'export_data_all_transactions' => 'Exporteer alle transacties',
'export_data_advanced_expl' => 'Als je een meer geavanceerde opties nodig hebt of specifieke data wilt exporteren, lees dan de hulp over het gebruik van het console commando <code>php artisan help firefly-iii:export -data</code>.',
// attachments
'nr_of_attachments' => 'Eén bijlage|:count bijlagen',
'attachments' => 'Bijlagen',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Reageert op',
'strict' => 'Strikte modus',
'repeat_freq' => 'Herhaling',
'location' => 'Locatie',
'update_channel' => 'Updatekanaal',
'journal_currency_id' => 'Valuta',
'currency_id' => 'Valuta',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Dit is de import-routine van Firefly III. Er zijn verschillende manieren om gegevens te importeren in Firefly III, hier als knoppen weergegeven.',
// notices about the CSV importer:
'deprecate_csv_import' => 'De manier waarop Firefly III je data laat importeren gaat veranderen. Je kan lezen in <a href="https://www.patreon.com/posts/future-updates-30012174">deze Patreon-post</a> dat de CSV import-tool gaat verhuizen naar een zelfstandige repository en tool. Je kan deze alvast beta-testen als je <a href="https://github.com/firefly-iii/csv-importer">deze GitHub repository</a> bezoekt. Als je dat zou willen doen, heel graag, en laat me weten of het lukt.',
// import provider strings (index):
'button_fake' => 'Nepdata importeren',
'button_file' => 'Importeer een bestand',

View File

@ -105,7 +105,7 @@ return [
'sum_withdrawals' => 'Som van uitgaven',
'sum_deposits' => 'Som van inkomsten',
'sum_transfers' => 'Som van overschrijvingen',
'sum_reconciliations' => 'Sum of reconciliations',
'sum_reconciliations' => 'Som van afstemmingen',
'reconcile' => 'Afstemmen',
'account_on_spectre' => 'Rekening (Spectre)',
'account_on_ynab' => 'Rekening (YNAB)',

View File

@ -138,7 +138,7 @@ return [
'budget_in_period' => 'Wszystkie transakcje dla budżetu ":name" od :start do :end w :currency',
'chart_budget_in_period' => 'Wykres wszystkich transakcji dla budżetu ":name" od :start do :end w :currency',
'chart_budget_in_period_only_currency' => 'Kwota zaplanowanego budżetu była w :currency, więc ten wykres pokaże transakcje tylko w :currency.',
'chart_account_in_period' => 'Wykres wszystkich transakcji dla konta ":name" od :start do :end',
'chart_account_in_period' => 'Wykres wszystkich transakcji dla konta ":name" (:balance) od :start do :end',
'chart_category_in_period' => 'Wykres wszystkich transakcji dla kategorii ":name" od :start do :end',
'chart_category_all' => 'Wykres wszystkich transakcji dla kategorii ":name"',
'clone_withdrawal' => 'Zduplikuj tę wypłatę',
@ -503,8 +503,11 @@ return [
'result' => 'Wynik',
'sums_apply_to_range' => 'Wszystkie sumy mają zastosowanie do wybranego zakresu',
'mapbox_api_key' => 'Aby użyć mapy, pobierz klucz API z <a href="https://www.mapbox.com/">Mapbox</a>. Otwórz plik <code>.env</code> i wprowadź ten kod po <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Kliknij prawym przyciskiem myszy lub naciśnij i przytrzymaj aby ustawić lokalizację taga.',
'press_object_location' => 'Kliknij prawym przyciskiem myszy lub naciśnij i przytrzymaj aby ustawić lokalizację obiektu.',
'clear_location' => 'Wyczyść lokalizację',
'delete_all_selected_tags' => 'Usuń wszystkie zaznaczone tagi',
'select_tags_to_delete' => 'Nie zapomnij wybrać tagów.',
'deleted_x_tags' => 'Usunięto :count tag(ów).',
// preferences
'pref_home_screen_accounts' => 'Konta na stronie domowej',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Ta akcja nie jest dostępna gdy uwierzytelniasz się poprzez ":login_provider".',
'delete_local_info_only' => 'Ponieważ uwierzytelniasz się poprzez ":login_provider", usunięte zostaną tylko lokalne dane Firefly III.',
// export data:
'import_and_export_menu' => 'Import i eksport',
'export_data_title' => 'Eksportuj dane z Firefly III',
'export_data_menu' => 'Eksportuj dane',
'export_data_bc' => 'Eksportuj dane z Firefly III',
'export_data_main_title' => 'Eksportuj dane z Firefly III',
'export_data_expl' => 'Ten odnośnik pozwala wyeksportować wszystkie transakcje i metadane z Firefly III. Więcej informacji o procesie znajdziesz w pomocy (ikonka (?) w prawym górnym rogu).',
'export_data_all_transactions' => 'Eksportuj wszystkie transakcje',
'export_data_advanced_expl' => 'Jeśli potrzebujesz bardziej zaawansowanego lub specyficznego rodzaju eksportu, przeczytaj pomoc, jak użyć polecenia konsoli <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Jeden załącznik |:count załączników',
'attachments' => 'Załączniki',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Dopasowanie',
'strict' => 'Tryb ścisły',
'repeat_freq' => 'Powtarza się',
'location' => 'Location',
'update_channel' => 'Kanał aktualizacji',
'journal_currency_id' => 'Waluta',
'currency_id' => 'Waluta',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Witamy w procedurze importu Firefly III. Istnieje kilka sposobów importowania danych do Firefly III.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Fałszywy import',
'button_file' => 'Importuj plik',

View File

@ -138,7 +138,7 @@ return [
'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',
'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' => 'Gráfico para todas as transações da conta ":name" entre :start e :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Gráfico para todas as transações para a categoria ":name" entre :start e :end',
'chart_category_all' => 'Gráfico para todas as transações para a categoria ":name"',
'clone_withdrawal' => 'Clonar esta retirada',
@ -353,12 +353,12 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Ação do usuário é ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
'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"',
'rule_trigger_from_account_is_choice' => 'Source account name is..',
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'O nome da conta de origem começa com..',
'rule_trigger_from_account_starts' => 'O nome da conta de origem começa com ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'O nome da conta de origem termina com..',
'rule_trigger_from_account_ends' => 'O nome da conta de origem termina com ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'O nome da conta de origem é..',
'rule_trigger_from_account_is' => 'O nome da conta de origem é ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
@ -503,8 +503,11 @@ return [
'result' => 'Resultado',
'sums_apply_to_range' => 'Todas as somas aplicam-se ao intervalo selecionado',
'mapbox_api_key' => 'Para usar o mapa, obtenha uma chave API do <a href="https://www.mapbox.com/">Mapbox</a>. Abra seu arquivo <code>.env</code> e insira este código <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Clique com o botão direito ou pressione longamente para definir a localização da tag.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Limpar localização',
'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).',
// preferences
'pref_home_screen_accounts' => 'Conta da tela inicial',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Esta ação não está disponível durante a autenticação por meio de ":login_provider".',
'delete_local_info_only' => 'Como você se autentica por meio de ":login_provider", isso irá apagar apenas informações locais do Firefly III.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Um anexo|:count anexos',
'attachments' => 'Anexos',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Corresponde em',
'strict' => 'Modo estrito',
'repeat_freq' => 'Repetições',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Moeda',
'currency_id' => 'Moeda',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Bem-vindo à rotina de importação do Firefly III. Existem algumas maneiras de importar dados no Firefly III; elas estão mostradas aqui como botões.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Fingir uma importação',
'button_file' => 'Importar um arquivo',

View File

@ -105,7 +105,7 @@ return [
'sum_withdrawals' => 'Soma de retiradas',
'sum_deposits' => 'Soma dos depósitos',
'sum_transfers' => 'Soma das transferências',
'sum_reconciliations' => 'Sum of reconciliations',
'sum_reconciliations' => 'Soma das reconciliações',
'reconcile' => 'Pago',
'account_on_spectre' => 'Conta (Spectre)',
'account_on_ynab' => 'Conta (YNAB)',

View File

@ -138,7 +138,7 @@ return [
'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',
'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' => 'Graficul cu toate tranzacțiile pentru contul ":name" între :start și :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Graficul cu toate tranzacțiile pentru categoria ":name" între :start și :end',
'chart_category_all' => 'Graficul cu toate tranzacțiile pentru categoria ":name"',
'clone_withdrawal' => 'Clonați această retragere',
@ -503,8 +503,11 @@ return [
'result' => 'Rezultat',
'sums_apply_to_range' => 'Toate sumele se aplică gamei selectate',
'mapbox_api_key' => 'Pentru a utiliza harta, obțineți o cheie API din <a href="https://www.mapbox.com/"> Mapbox </a>. Deschideți fișierul <code> .env </ code> și introduceți acest cod după <code> MAPBOX_API_KEY = </ code>.',
'press_tag_location' => 'Faceți clic dreapta sau apăsați lung pentru a seta locația etichetei.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Ștergeți locația',
'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).',
// preferences
'pref_home_screen_accounts' => 'Ecranul de start al conturilor',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Această acțiune nu este disponibilă când vă autentificați prin ":login_provider".',
'delete_local_info_only' => 'Pentru că vă autentificați prin ":login_provider", acest lucru va șterge numai informațiile locale despre Firefly III.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Un atașament|:count atașamente',
'attachments' => 'Atașamente',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Se potrivește',
'strict' => 'Modul strict',
'repeat_freq' => 'Repetă',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Monedă',
'currency_id' => 'Monedă',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Bine ați venit la rutina de import Firefly III. Există câteva moduri de a importa date în Firefly III, afișate aici ca butoane.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Simulează un import',
'button_file' => 'Importă un fișier',

View File

@ -32,8 +32,8 @@ return [
'clone' => 'Клонировать',
'last_seven_days' => 'Последние 7 дней',
'last_thirty_days' => 'Последние 30 дней',
'welcomeBack' => 'What\'s playing?',
'welcome_back' => 'What\'s playing?',
'welcomeBack' => 'Что происходит с моими финансами?',
'welcome_back' => 'Что происходит с моими финансами?',
'everything' => 'Всё',
'today' => 'сегодня',
'customRange' => 'Другой интервал',
@ -127,7 +127,7 @@ return [
'spent_in_specific_double' => 'Расходы по счёту ":account"',
'earned_in_specific_double' => 'Доходы по счёту ":account"',
'source_account' => 'Счёт-источник',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'source_account_reconciliation' => 'Вы не можете редактировать исходный аккаунт сверки.',
'destination_account' => 'Счёт назначения',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'sum_of_expenses_in_budget' => 'Сумма расходов по бюджету ":budget"',
@ -138,7 +138,7 @@ return [
'budget_in_period' => 'Все транзакции для бюджета ":name" между :start и :end в :currency',
'chart_budget_in_period' => 'Диаграмма всех транзакций для бюджета ":name" между :start и :end в :currency',
'chart_budget_in_period_only_currency' => 'Ваш бюджет использует валюту :currency, поэтому будут показаны только транзакции в :currency.',
'chart_account_in_period' => 'Диаграмма всех транзакций для счёта ":name" между :start и :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Диаграмма всех транзакций для категории ":name" между :start и :end',
'chart_category_all' => 'Диаграмма всех транзакций для категории ":name"',
'clone_withdrawal' => 'Клонировать этот расход',
@ -353,13 +353,13 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Действие пользователя = ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
'rule_trigger_from_account_starts_choice' => 'Счёт-источник начинается с..',
'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"',
'rule_trigger_from_account_is_choice' => 'Source account name is..',
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
'rule_trigger_from_account_contains_choice' => 'Счёт-источник содержит...',
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
@ -503,8 +503,11 @@ return [
'result' => 'Результат',
'sums_apply_to_range' => 'Все суммы относятся к выбранному диапазону',
'mapbox_api_key' => 'Чтобы использовать карту, получите ключ API от сервиса <a href="https://www.mapbox.com/">Mapbox</a>. Откройте файл <code>.env</code> и введите этот код в строке <code>MAPBOX_API_KEY = </code>.',
'press_tag_location' => 'Щёлкните правой кнопкой мыши или надолго нажмите на сенсорный экран, чтобы установить метку местоположения.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Очистить местоположение',
'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).',
// preferences
'pref_home_screen_accounts' => 'Счета, отображаемые в сводке',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Это действие недоступно при аутентификации через ":login_provider".',
'delete_local_info_only' => 'Поскольку вы авторизовались через ":login_provider", это приведёт к удалению только локальной информации Firefly III.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Одно вложение |:count вложений',
'attachments' => 'Вложения',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Ключи для связи',
'strict' => 'Строгий режим',
'repeat_freq' => 'Повторы',
'location' => 'Location',
'update_channel' => 'Канал обновлений',
'journal_currency_id' => 'Валюта',
'currency_id' => 'Валюта',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Добро пожаловать в инструмент импорта Firefly III. Существует несколько способов импорта данных в Firefly III, отображаемых здесь в виде кнопок.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Поддельный (демо) импорт',
'button_file' => 'Импортировать файл',

View File

@ -23,6 +23,6 @@
declare(strict_types=1);
return [
'failed' => 'Dessa autentiseringsuppgifter matchar inte våra register.',
'failed' => 'Inloggningssuppgifterna kunde inte hittas.',
'throttle' => 'För många inloggningsförsök. Vänligen försök igen om :seconds sekunder.',
];

View File

@ -138,7 +138,7 @@ return [
'budget_in_period' => 'Alla transaktioner för budget ":name" mellan :start och :end för :currency',
'chart_budget_in_period' => 'Diagram med alla transaktioner för budget ":name" mellan :start och :end för :currency',
'chart_budget_in_period_only_currency' => 'Summan du budgeterat var i :currency, detta diagram visar bara transaktioner i :currency.',
'chart_account_in_period' => 'Diagram med alla transaktioner för konto ":name" mellan :start och :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => 'Diagram med alla transaktioner för kategorin ":name" mellan :start och :end',
'chart_category_all' => 'Diagram med alla transaktioner för kategorin ":name"',
'clone_withdrawal' => 'Klona detta uttag',
@ -353,17 +353,17 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Användaråtgärd är ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
'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"',
'rule_trigger_from_account_is_choice' => 'Source account name is..',
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Källkontonamn börjar med..',
'rule_trigger_from_account_starts' => 'Källkontonamn börjar med ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Källkontonamn slutar med..',
'rule_trigger_from_account_ends' => 'Källkontonamn slutar med ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Källkontonamn är..',
'rule_trigger_from_account_is' => 'Källkontonamn är ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Källkontonamn innehåller..',
'rule_trigger_from_account_contains' => 'Källkontonamn innehåller ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
'rule_trigger_from_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
'rule_trigger_from_account_nr_starts_choice' => 'Källkontonummer / IBAN börjar med..',
'rule_trigger_from_account_nr_starts' => 'Källkontonummer / IBAN börjar med ":trigger_value"',
'rule_trigger_from_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
'rule_trigger_from_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
'rule_trigger_from_account_nr_is_choice' => 'Source account number / IBAN is..',
@ -503,8 +503,11 @@ return [
'result' => 'Resultat',
'sums_apply_to_range' => 'Alla summor gäller för valt intervall',
'mapbox_api_key' => 'För att använda karta, hämta en API nyckel från <a href="https://www.mapbox.com/">Mapbox</a>. Öppna din <code>.env</code> fil och ange koden efter <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Höger klicka eller håll inne för att sätta etikettens plats.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Rena plats',
'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).',
// preferences
'pref_home_screen_accounts' => 'Startskäm konton',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => 'Denna åtgärd är inte tillgänlig vid autentisiering genom ":login_provider".',
'delete_local_info_only' => 'Efter du autentisierat genom ":login_provider", så tar detta bara bort den lokala Firefly III informationen.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'En bilaga|:count bilagor',
'attachments' => 'Bilagor',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Träffar på',
'strict' => 'Strikt läge',
'repeat_freq' => 'Upprepningar',
'location' => 'Location',
'update_channel' => 'Uppdateringskanal',
'journal_currency_id' => 'Valuta',
'currency_id' => 'Valuta',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Välkommen till importrutinen i Firefly III. Knapparna visar de olika sätten att importera data till Firefly III.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Fejka en import',
'button_file' => 'Importera en fil',

View File

@ -139,7 +139,7 @@ return [
'budget_in_period' => '":name" bütçesi için :start ve :end aralığında yapılan :currency işlemleri',
'chart_budget_in_period' => '":name" bütçesi için :start ve :end aralığında yapılan :currency işlemlerin grafiği',
'chart_budget_in_period_only_currency' => 'Bütçe miktarı :currency dövizinde, dolayısı ile bu grafik sadece :currency dövizinde yapılan işlemleri gösterir.',
'chart_account_in_period' => ':start ve :end arasında ":name" hesabında bütün işlemler için grafik',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => ':start ve :end arasında ":name" kategorisindeki bütün işlemler için grafik',
'chart_category_all' => '":name" kategorisinde bütün işlemler çizelgesi',
'clone_withdrawal' => 'Bu para çekimini klonla',
@ -505,8 +505,11 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'result' => 'Sonuç',
'sums_apply_to_range' => 'Tüm toplamlar seçili aralıkta geçerlidir',
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
'press_tag_location' => 'Etiketin konumunun ayarlamak için sağ tıklayın yada basılı tutun.',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => 'Konumu temizle',
'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).',
// preferences
'pref_home_screen_accounts' => 'Ana ekran hesapları',
@ -615,6 +618,16 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
'delete_local_info_only' => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Bir eklenti |:count eklenti',
'attachments' => 'Ekler',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Eşleşti',
'strict' => 'Sıkı mod',
'repeat_freq' => 'Tekrarlar',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Para birimi',
'currency_id' => 'Para birimi',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => 'Firefly aktarım programına hoş geldiniz. Firefly III içine dosya aktarmanın burada bir kaç yolu var, burada olarak görüntülenmekte.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Sahte içe aktar',
'button_file' => 'Bir Dosyayı içe aktar',

View File

@ -32,8 +32,8 @@ return [
'clone' => '复製',
'last_seven_days' => '最近7天',
'last_thirty_days' => '最近30天',
'welcomeBack' => 'What\'s playing?',
'welcome_back' => 'What\'s playing?',
'welcomeBack' => '今天理财了吗?',
'welcome_back' => '今天理财了吗?',
'everything' => '所有',
'today' => '今天',
'customRange' => '自订范围',
@ -138,7 +138,7 @@ return [
'budget_in_period' => '预算“ :name ”中以 :currency 为货币的自 :start 至 :end 的所有交易',
'chart_budget_in_period' => '预算“ :name ”中以 :currency 为货币的自 :start 至 :end 的所有交易的图表',
'chart_budget_in_period_only_currency' => '您的预算金额以 :currency 显示 ,因此此图表将以 :currency 显示交易。',
'chart_account_in_period' => '帐户「:name」自 :start 至 :end 所有交易的图表',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => '分类「:name」自 :start 至 :end 的所有交易图表',
'chart_category_all' => '分类「:name」的所有交易图表',
'clone_withdrawal' => '复製此提款',
@ -353,9 +353,9 @@ return [
// actions and triggers
'rule_trigger_user_action' => '使用者动作为 ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
'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_starts_choice' => '来源帐户名开头为…',
'rule_trigger_from_account_starts' => '来源帐户开头为 ":trigger_value"',
'rule_trigger_from_account_ends_choice' => '来源帐户结尾为…',
'rule_trigger_from_account_ends' => 'Source account name ends with ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Source account name is..',
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
@ -503,8 +503,11 @@ return [
'result' => '结果',
'sums_apply_to_range' => '所有总和均套用至所选范围',
'mapbox_api_key' => '若要使用地图,请自 <a href="https://www.mapbox.com/">Mapbox</a> 获得一组 API 金钥。开启您的 <code>.env</code> 档案并于 <code>MAPBOX_API_KEY=</code> 句后输入金钥代码。',
'press_tag_location' => '按右键或长按以设定标签的位置。',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => '清除位置',
'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).',
// preferences
'pref_home_screen_accounts' => '主画面帐户',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => '当藉由 ":login_provider" 验证时,此动作不可用。',
'delete_local_info_only' => '由于您以 ":login_provider" 验证,仅会删除本机 Firefly III 资讯。',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => '1个附加档案|:count 个附加档案',
'attachments' => '附加档案',

View File

@ -38,6 +38,7 @@ return [
'match' => '配对于',
'strict' => '精确模式',
'repeat_freq' => '重复',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => '货币',
'currency_id' => '货币',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => '欢迎来到 Firefly III 的导入例行。有几种方法可以将资料导入 Firefly III 中,在此以按钮表示。',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => '假造导入',
'button_file' => '导入档案',

View File

@ -138,7 +138,7 @@ return [
'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',
'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' => '帳戶「:name」自 :start 至 :end 所有交易的圖表',
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
'chart_category_in_period' => '分類「:name」自 :start 至 :end 的所有交易圖表',
'chart_category_all' => '分類「:name」的所有交易圖表',
'clone_withdrawal' => '複製此提款',
@ -503,8 +503,11 @@ return [
'result' => '結果',
'sums_apply_to_range' => '所有總和均套用至所選範圍',
'mapbox_api_key' => '若要使用地圖,請自 <a href="https://www.mapbox.com/">Mapbox</a> 獲得一組 API 金鑰。開啟您的 <code>.env</code> 檔案並於 <code>MAPBOX_API_KEY=</code> 句後輸入金鑰代碼。',
'press_tag_location' => '按右鍵或長按以設定標籤的位置。',
'press_object_location' => 'Right click or long press to set the object\'s location.',
'clear_location' => '清除位置',
'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).',
// preferences
'pref_home_screen_accounts' => '主畫面帳戶',
@ -613,6 +616,16 @@ return [
'login_provider_local_only' => '當藉由 ":login_provider" 驗證時,此動作不可用。',
'delete_local_info_only' => '由於您以 ":login_provider" 驗證,僅會刪除本機 Firefly III 資訊。',
// 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',
'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_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => '̇1 個附加檔案|:count 個附加檔案',
'attachments' => '附加檔案',

View File

@ -38,6 +38,7 @@ return [
'match' => '配對於',
'strict' => '嚴謹模式',
'repeat_freq' => '重複',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => '貨幣',
'currency_id' => '貨幣',

View File

@ -36,6 +36,9 @@ return [
// index page:
'general_index_intro' => '歡迎使用 Firefly III 的匯入流程。資料匯入 Firefly III 有幾種途徑,各以按鈕表示。',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => '模擬匯入',
'button_file' => '匯入檔案',