New translations.

This commit is contained in:
James Cole 2019-12-27 07:14:15 +01:00
parent 8bcb4432c7
commit 1120fef4d6
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
49 changed files with 788 additions and 392 deletions

2
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -30,8 +30,8 @@
"no_piggy_bank": "(kein Sparschwein)",
"description": "Beschreibung",
"split_transaction_title_help": "Wenn Sie eine Splittbuchung anlegen, muss es eine eindeutige Beschreibung f\u00fcr alle Aufteilungen der Buchung geben.",
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction."
"destination_account_reconciliation": "Sie k\u00f6nnen das Zielkonto einer Kontenausgleichsbuchung nicht bearbeiten.",
"source_account_reconciliation": "Sie k\u00f6nnen das Quellkonto einer Kontenausgleichsbuchung nicht bearbeiten."
},
"form": {
"interest_date": "Zinstermin",

View File

@ -30,8 +30,8 @@
"no_piggy_bank": "(sin alcanc\u00eda)",
"description": "Descripci\u00f3n",
"split_transaction_title_help": "Si crea una transacci\u00f3n dividida, debe existir una descripci\u00f3n global para todas las divisiones de la transacci\u00f3n.",
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction."
"destination_account_reconciliation": "No puede editar la cuenta de destino de una transacci\u00f3n de reconciliaci\u00f3n.",
"source_account_reconciliation": "No puede editar la cuenta de origen de una transacci\u00f3n de reconciliaci\u00f3n."
},
"form": {
"interest_date": "Fecha de inter\u00e9s",

View File

@ -30,8 +30,8 @@
"no_piggy_bank": "(nessun salvadanaio)",
"description": "Descrizione",
"split_transaction_title_help": "Se crei una transazione suddivisa, \u00e8 necessario che ci sia una descrizione globale per tutte le suddivisioni della transazione.",
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction."
"destination_account_reconciliation": "Non \u00e8 possibile modificare il conto di destinazione di una transazione di riconciliazione.",
"source_account_reconciliation": "Non puoi modificare il conto di origine di una transazione di riconciliazione."
},
"form": {
"interest_date": "Data interesse",

View File

@ -30,8 +30,8 @@
"no_piggy_bank": "(geen spaarpotje)",
"description": "Omschrijving",
"split_transaction_title_help": "Als je een gesplitste transactie maakt, moet er een algemene beschrijving zijn voor alle splitsingen van de transactie.",
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction."
"destination_account_reconciliation": "Je kan de doelrekening van een afstemming niet wijzigen.",
"source_account_reconciliation": "Je kan de bronrekening van een afstemming niet wijzigen."
},
"form": {
"interest_date": "Rentedatum",

View File

@ -30,8 +30,8 @@
"no_piggy_bank": "(brak skarbonki)",
"description": "Opis",
"split_transaction_title_help": "Je\u015bli tworzysz podzielon\u0105 transakcj\u0119, musi ona posiada\u0107 globalny opis dla wszystkich podzia\u0142\u00f3w w transakcji.",
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction."
"destination_account_reconciliation": "Nie mo\u017cesz edytowa\u0107 konta docelowego transakcji uzgadniania.",
"source_account_reconciliation": "Nie mo\u017cesz edytowa\u0107 konta \u017ar\u00f3d\u0142owego transakcji uzgadniania."
},
"form": {
"interest_date": "Data odsetek",

View File

@ -16,7 +16,7 @@
"reset_after": "\u00c5terst\u00e4ll formul\u00e4r efter inskickat",
"submit": "Skicka",
"amount": "Belopp",
"date": "Date",
"date": "Datum",
"tags": "Etiketter",
"no_budget": "(ingen budget)",
"category": "Kategori",
@ -30,8 +30,8 @@
"no_piggy_bank": "(ingen spargris)",
"description": "Beskrivning",
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction."
"destination_account_reconciliation": "Du kan inte redigera destinationskontot f\u00f6r en avst\u00e4mningstransaktion.",
"source_account_reconciliation": "Du kan inte redigera k\u00e4llkontot f\u00f6r en avst\u00e4mningstransaktion."
},
"form": {
"interest_date": "R\u00e4ntedatum",

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Uživatelská akce je „:trigger_value“',
'rule_trigger_from_account_starts_choice' => 'Zdrojový účet začíná na…',
'rule_trigger_from_account_starts' => 'Zdrojový účet začíná na „:trigger_value“',
'rule_trigger_from_account_ends_choice' => 'Zdrojový účet končí na…',
'rule_trigger_from_account_ends' => 'Zdrojový účet končí na „:trigger_value“',
'rule_trigger_from_account_is_choice' => 'Zdrojový účet je…',
'rule_trigger_from_account_is' => 'Zdrojový účet je „:trigger_value“',
'rule_trigger_from_account_contains_choice' => 'Zdrojový účet obsahuje…',
'rule_trigger_from_account_contains' => 'Zdrojový účet obsahuje „:trigger_value“',
'rule_trigger_to_account_starts_choice' => 'Cílový účet začíná na…',
'rule_trigger_to_account_starts' => 'Cílový účet začíná na „:trigger_value“',
'rule_trigger_to_account_ends_choice' => 'Cílový účet končí na…',
'rule_trigger_to_account_ends' => 'Cílový účet končí na „:trigger_value“',
'rule_trigger_to_account_is_choice' => 'Cílový účet je…',
'rule_trigger_to_account_is' => 'Cílový účet je „:trigger_value“',
'rule_trigger_to_account_contains_choice' => 'Cílový účet obsahuje…',
'rule_trigger_to_account_contains' => 'Cílový účet obsahuje „: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_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_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_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_transaction_type_choice' => 'Transakce je typu…',
'rule_trigger_transaction_type' => 'Transakce je typu „:trigger_value“',
'rule_trigger_category_is_choice' => 'Kategorie je…',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Součet výběrů',
'sum_deposits' => 'Součet vkladů',
'sum_transfers' => 'Součet převodů',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Reconcile',
'account_on_spectre' => 'Účet (Spectre)',
'account_on_ynab' => 'Účet (YNAB)',

View File

@ -127,9 +127,9 @@ return [
'spent_in_specific_double' => 'Ausgaben auf Konto(en) „:account”',
'earned_in_specific_double' => 'Einnahmen auf Konto(en) „:account”',
'source_account' => 'Quellkonto',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'source_account_reconciliation' => 'Sie können das Quellkonto einer Kontenausgleichsbuchung nicht bearbeiten.',
'destination_account' => 'Zielkonto',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'destination_account_reconciliation' => 'Sie können das Zielkonto einer Kontenausgleichsbuchung nicht bearbeiten.',
'sum_of_expenses_in_budget' => 'Gesamtausgaben im Budget „:budget”',
'left_in_budget_limit' => 'Verbleibend zum Ausgeben laut der Budgetplanung',
'current_period' => 'Aktueller Zeitraum',
@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Die Nutzeraktion ist ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Quellkonto beginnt mit..',
'rule_trigger_from_account_starts' => 'Das Quellkonto startet mit ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Quellkonto endet mit..',
'rule_trigger_from_account_ends' => 'Das Quellkonto endet mit ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Quellkonto ist..',
'rule_trigger_from_account_is' => 'Das Quellkonto ist ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Quellkonto enthält..',
'rule_trigger_from_account_contains' => 'Das Quellkonto enthält ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Zielkonto beginnt mit..',
'rule_trigger_to_account_starts' => 'Das Zielkonto startet mit ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Zielkonto endet mit..',
'rule_trigger_to_account_ends' => 'Das Zielkonto endet mit ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Zielkonto ist..',
'rule_trigger_to_account_is' => 'Das Zielkonto ist ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Zielkonto enthält..',
'rule_trigger_to_account_contains' => 'Zielkonto enthält ":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_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_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_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_transaction_type_choice' => 'Buchung ist vom Typ..',
'rule_trigger_transaction_type' => 'Buchung ist vom Typ ":trigger_value"',
'rule_trigger_category_is_choice' => 'Kategorie ist..',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Summe der Ausgaben',
'sum_deposits' => 'Summe der Einzahlungen',
'sum_transfers' => 'Summe der Umbuchungen',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Abgleichen',
'account_on_spectre' => 'Konto (Spectre)',
'account_on_ynab' => 'Konto (YNAB)',

View File

@ -181,7 +181,7 @@ return [
'deposit_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
'deposit_dest_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Zielkontenkennung und/oder einen gültigen Zielkontonamen.',
'deposit_dest_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Zielkonto gefunden werden.',
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
'deposit_dest_wrong_type' => 'Das übermittelte Zielkonto entspricht nicht dem geforderten Typ.',
'transfer_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.',
'transfer_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Η ενέργεια χρήστη είναι ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Ο λογαριασμός προέλευσης ξεκινά με..',
'rule_trigger_from_account_starts' => 'Ο λογαριασμός προέλευσης ξεκινά με ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Ο λογαριασμός προέλευσης τελειώνει με..',
'rule_trigger_from_account_ends' => 'Ο λογαριαμός προέλευσης λήγει με ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Ο λογαριασμός προέλευσης είναι..',
'rule_trigger_from_account_is' => 'Ο λογαριασμός προέλευσης είναι ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Ο λογαριασμός προέλευσης περιέχει..',
'rule_trigger_from_account_contains' => 'Ο λογαριασμός προέλευσης περιέχει ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Ο λογαριασμός προορισμού ξεκινά με..',
'rule_trigger_to_account_starts' => 'Ο λογαριασμός προορισμού ξεκινά με ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Ο λογαριασμός προορισμού τελειώνει με..',
'rule_trigger_to_account_ends' => 'Ο λογαριασμός προορισμού τελειώνει με ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Ο λογαριασμός προορισμού είναι..',
'rule_trigger_to_account_is' => 'Ο λογαριασμός προορισμού είναι ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Ο λογαριασμός προορισμού περιέχει..',
'rule_trigger_to_account_contains' => 'Ο λογαριασμός προορισμού περιέχει ":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_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_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_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_transaction_type_choice' => 'Η συναλλαγή είναι τύπου..',
'rule_trigger_transaction_type' => 'Η συναλλαγή είναι τύπου ":trigger_value"',
'rule_trigger_category_is_choice' => 'Η κατηγορία είναι..',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Σύνολο αναλήψεων',
'sum_deposits' => 'Σύνολο καταθέσεων',
'sum_transfers' => 'Σύνολο μεταφορών',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Συμβιβασμός',
'account_on_spectre' => 'Λογαριασμός (Spectre)',
'account_on_ynab' => 'Λογαριασμός (YNAB)',

View File

@ -32,8 +32,8 @@ return [
'clone' => 'Duplicar',
'last_seven_days' => 'Últimos siete días',
'last_thirty_days' => 'Últimos treinta días',
'welcomeBack' => 'What\'s playing?',
'welcome_back' => 'What\'s playing?',
'welcomeBack' => '¿Qué está pasando?',
'welcome_back' => '¿Qué está pasando?',
'everything' => 'Todo',
'today' => 'hoy',
'customRange' => 'Rango personalizado',
@ -127,9 +127,9 @@ return [
'spent_in_specific_double' => 'Gastado en cuenta(s) ":account"',
'earned_in_specific_double' => 'Ganado en cuenta(s) ":account"',
'source_account' => 'Cuenta origen',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'source_account_reconciliation' => 'No puede editar la cuenta de origen de una transacción de reconciliación.',
'destination_account' => 'Cuenta destino',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'destination_account_reconciliation' => 'No puede editar la cuenta de destino de una transacción de reconciliación.',
'sum_of_expenses_in_budget' => 'Total gastado en el presupuesto ":budget"',
'left_in_budget_limit' => 'Disponible para gasto según presupuesto',
'current_period' => 'Período actual',
@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'La acción del usuario es ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Cuenta de origen comienza con..',
'rule_trigger_from_account_starts' => 'La fuente de la cuenta comienza con ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Cuenta de origen termina con..',
'rule_trigger_from_account_ends' => 'La fuente de la cuenta termina en ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'La cuenta de origen es..',
'rule_trigger_from_account_is' => 'La fuente de la cuenta es ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'La cuenta de origen contiene..',
'rule_trigger_from_account_contains' => 'La fuente de la cuenta contiene ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'La cuenta de destino comienza con..',
'rule_trigger_to_account_starts' => 'La cuenta de destino comienza con ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'La cuenta de destino termina con..',
'rule_trigger_to_account_ends' => 'La cuenta de destino termina con ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Cuenta destino es..',
'rule_trigger_to_account_is' => 'La cuenta de destino es ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Cuenta destino contiene..',
'rule_trigger_to_account_contains' => 'La cuenta destino contiene ":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_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_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_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_transaction_type_choice' => 'Transacción es del tipo..',
'rule_trigger_transaction_type' => 'La transacción es de tipo ":trigger_value"',
'rule_trigger_category_is_choice' => 'Categoría es..',
@ -973,10 +994,10 @@ return [
'submit_yes_really' => 'Enviar (Se lo que estoy haciendo)',
'getting_started' => 'Comenzando',
'to_get_started' => 'Es bueno ver que usted ha instalado con éxito Firefly III. Para comenzar con esta regla, por favor ingrese el nombre de su banco y el saldo de su cuenta de cheques principal. No se preocupe todavía si tiene varias cuentas. usted puede agregarlas luego. Es solo que Firefly III necesita algo para empezar.',
'savings_balance_text' => 'Firefly II creará automáticamente una cuenta de ahorros. Por defecto, no habrá dinero en su cuenta de ahorros, pero si le dice a Firefly III el saldo se almacenará como tal.',
'savings_balance_text' => 'Firefly III creará automáticamente una cuenta de ahorros. Por defecto, no habrá dinero en su cuenta de ahorros, pero si le dice a Firefly III el saldo se almacenará como tal.',
'finish_up_new_user' => '¡Eso es! Puedes continuar presionando <strong>Enviar</strong>. Será llevado al inicio de Firefly III.',
'stored_new_accounts_new_user' => 'Hurra! Sus nuevas cuentas han sido almacenadas.',
'set_preferred_language' => 'Si prefiere usar Firefly II en otro lenguaje, por favor indíquelo aquí.',
'set_preferred_language' => 'Si prefiere usar Firefly III en otro lenguaje, por favor indíquelo aquí.',
'language' => 'Idioma',
'new_savings_account' => ':bank_name Cuenta de ahorros',
'cash_wallet' => 'Billetera de efectivo',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Suma de retiros',
'sum_deposits' => 'Suma de depositos',
'sum_transfers' => 'Suma de transferencias',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Reconciliar',
'account_on_spectre' => 'Cuenta (espectro)',
'account_on_ynab' => 'Cuenta (YNAB)',

View File

@ -181,7 +181,7 @@ return [
'deposit_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida para ID ":id" o nombre ":name".',
'deposit_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
'deposit_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
'deposit_dest_wrong_type' => 'La cuenta de destino enviada no es del tipo correcto.',
'transfer_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
'transfer_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida para ID ":id" o nombre ":name".',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'L\'action de lutilisateur est ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Le compte source commence par..',
'rule_trigger_from_account_starts' => 'Le compte source commence par ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Le compte source se termine par..',
'rule_trigger_from_account_ends' => 'Le compte source se termine par ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Le compte source est..',
'rule_trigger_from_account_is' => 'Le compte source est ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Le compte source contient..',
'rule_trigger_from_account_contains' => 'Le compte source contient ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Le compte de destination commence par..',
'rule_trigger_to_account_starts' => 'Le compte de destination commence par ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Compte de destination se terminant par..',
'rule_trigger_to_account_ends' => 'Le compte de destination se termine par ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Le compte de destination est..',
'rule_trigger_to_account_is' => 'Le compte de destination est ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Le compte de destination contient..',
'rule_trigger_to_account_contains' => 'Le compte de destination contient ":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_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_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_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_transaction_type_choice' => 'L\'opération est du type..',
'rule_trigger_transaction_type' => 'L\'opération est du type ":trigger_value"',
'rule_trigger_category_is_choice' => 'La catégorie est..',

View File

@ -105,6 +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',
'reconcile' => 'Rapprocher',
'account_on_spectre' => 'Compte (Spectre)',
'account_on_ynab' => 'Compte (YNAB)',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'A felhasználói művelet ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Forrásszámla eleje..',
'rule_trigger_from_account_starts' => 'Forrásszámla eleje: ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Forrásszámla vége..',
'rule_trigger_from_account_ends' => 'Forrásszámla vége: ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'A forrásszámla..',
'rule_trigger_from_account_is' => 'Forrásszámla: ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'A forrásszámla tartalmazza..',
'rule_trigger_from_account_contains' => 'Forrásszámla tartalmazza: ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Célszámla eleje..',
'rule_trigger_to_account_starts' => 'Célszámla eleje: ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Célszámla vége..',
'rule_trigger_to_account_ends' => 'Célszámla vége: ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'A célszámla..',
'rule_trigger_to_account_is' => 'Célszámla: ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'A célszámla tartalmazza..',
'rule_trigger_to_account_contains' => 'Célszámla tartalmazza: ":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_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_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_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_transaction_type_choice' => 'A tranzakció típusa..',
'rule_trigger_transaction_type' => 'Tranzakció típusa ":trigger_value"',
'rule_trigger_category_is_choice' => 'A kategória..',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Költségek összege',
'sum_deposits' => 'Bevételek összege',
'sum_transfers' => 'Átvezetések összege',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Egyeztetés',
'account_on_spectre' => 'Fiók (Spectre)',
'account_on_ynab' => 'Számla (YNAB)',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Tindakan pengguna adalah ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Akun sumber dimulai dengan..',
'rule_trigger_from_account_starts' => 'Akun sumber dimulai dengan ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Akun sumber diakhiri dengan..',
'rule_trigger_from_account_ends' => 'Akun sumber diakhiri dengan ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Akun sumber..',
'rule_trigger_from_account_is' => 'Akun sumber adalah ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Akun sumber berisi..',
'rule_trigger_from_account_contains' => 'Akun sumber berisi ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Akun tujuan dimulai dengan..',
'rule_trigger_to_account_starts' => 'Akun tujuan dimulai dengan ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Akun tujuan diakhiri dengan..',
'rule_trigger_to_account_ends' => 'Akun tujuan diakhiri dengan ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Akun tujuan..',
'rule_trigger_to_account_is' => 'Akun tujuan adalah ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Akun tujuan berisi..',
'rule_trigger_to_account_contains' => 'Akun tujuan berisi ":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_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_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_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_transaction_type_choice' => 'Transaksi adalah tipe..',
'rule_trigger_transaction_type' => 'Transaksi adalah tipe ":trigger_value"',
'rule_trigger_category_is_choice' => 'Kategori adalah..',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Jumlah penarikan',
'sum_deposits' => 'Jumlah simpanan',
'sum_transfers' => 'Jumlah transfer',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Menyesuaikan',
'account_on_spectre' => 'Rekening (Spectre)',
'account_on_ynab' => 'Rekening (YNAB)',

View File

@ -32,8 +32,8 @@ return [
'clone' => 'Clona',
'last_seven_days' => 'Ultimi sette giorni',
'last_thirty_days' => 'Ultimi trenta giorni',
'welcomeBack' => 'What\'s playing?',
'welcome_back' => 'What\'s playing?',
'welcomeBack' => 'La tua situazione finanziaria',
'welcome_back' => 'La tua situazione finanziaria',
'everything' => 'Tutto',
'today' => 'oggi',
'customRange' => 'Intervallo personalizzato',
@ -127,9 +127,9 @@ return [
'spent_in_specific_double' => 'Spesi nei conti ":account"',
'earned_in_specific_double' => 'Guadagnati nei conti ":account"',
'source_account' => 'Conto di origine',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'source_account_reconciliation' => 'Non puoi modificare il conto di origine di una transazione di riconciliazione.',
'destination_account' => 'Conto destinazione',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'destination_account_reconciliation' => 'Non è possibile modificare il conto di destinazione di una transazione di riconciliazione.',
'sum_of_expenses_in_budget' => 'Spesa totale nel budget ":budget"',
'left_in_budget_limit' => 'Disponibile per spese in base ai budget',
'current_period' => 'Periodo corrente',
@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'L\'azione dell\'utente è ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Il conto di origine inizia con...',
'rule_trigger_from_account_starts' => 'Il conto di origine inizia con ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Il conto di origine termina con...',
'rule_trigger_from_account_ends' => 'Il conto di origine termina con ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Il conto di origine è...',
'rule_trigger_from_account_is' => 'Il conto di origine è ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Il conto di origine contiene...',
'rule_trigger_from_account_contains' => 'Il conto di origine contiene ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Il conto di destinazione inizia con...',
'rule_trigger_to_account_starts' => 'Il conto di destinazione inizia con ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Il conto di destinazione termina con...',
'rule_trigger_to_account_ends' => 'Il conto di destinazione termina con ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Il conto di destinazione è...',
'rule_trigger_to_account_is' => 'Il conto di destinazione è ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Il conto di destinazione contiene...',
'rule_trigger_to_account_contains' => 'Il conto di destinazione contiene ":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_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_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_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_transaction_type_choice' => 'La transazione è di tipo...',
'rule_trigger_transaction_type' => 'La transazione è di tipo ":trigger_value"',
'rule_trigger_category_is_choice' => 'La categoria è...',

View File

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

View File

@ -181,7 +181,7 @@ return [
'deposit_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
'deposit_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
'deposit_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
'deposit_dest_wrong_type' => 'Il conto di destinazione inviato non è di tipo corretto.',
'transfer_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
'transfer_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Brukerhandling er ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Kildekontoen starter med..',
'rule_trigger_from_account_starts' => 'Kildekontoen starter med ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Kildekontoen slutter med..',
'rule_trigger_from_account_ends' => 'Kildekontoen avsluttes med ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Kildekonto er..',
'rule_trigger_from_account_is' => 'Kildekontoen er ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Kildekonto inneholder..',
'rule_trigger_from_account_contains' => 'Kildekontoen inneholder ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Målkonto starter med..',
'rule_trigger_to_account_starts' => 'Målkonto starter med ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Målkonto slutter med..',
'rule_trigger_to_account_ends' => 'Målkonto slutter med ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Målkonto er..',
'rule_trigger_to_account_is' => 'Målkonto er ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Målkonto inneholder..',
'rule_trigger_to_account_contains' => 'Målkonto inneholder ":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_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_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_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_transaction_type_choice' => 'Transaksjonen er av typen..',
'rule_trigger_transaction_type' => 'Transaksjonen er av typen ":trigger_value"',
'rule_trigger_category_is_choice' => 'Kategori er..',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Sum av uttak',
'sum_deposits' => 'Sum av innskudd',
'sum_transfers' => 'Sum av overføringer',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Avstem',
'account_on_spectre' => 'Konto (Spectre)',
'account_on_ynab' => 'Konto (YNAB)',

View File

@ -32,8 +32,8 @@ return [
'clone' => 'Dupliceren',
'last_seven_days' => 'Laatste zeven dagen',
'last_thirty_days' => 'Laatste dertig dagen',
'welcomeBack' => 'What\'s playing?',
'welcome_back' => 'What\'s playing?',
'welcomeBack' => 'Hoe staat het er voor?',
'welcome_back' => 'Hoe staat het er voor?',
'everything' => 'Alles',
'today' => 'vandaag',
'customRange' => 'Zelf bereik kiezen',
@ -127,9 +127,9 @@ return [
'spent_in_specific_double' => 'Uitgegeven van rekening(en) ":account"',
'earned_in_specific_double' => 'Verdiend op rekening(en) ":account"',
'source_account' => 'Bronrekening',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'source_account_reconciliation' => 'Je kan de bronrekening van een afstemming niet wijzigen.',
'destination_account' => 'Doelrekening',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'destination_account_reconciliation' => 'Je kan de doelrekening van een afstemming niet wijzigen.',
'sum_of_expenses_in_budget' => 'Totaal uitgegeven in budget ":budget"',
'left_in_budget_limit' => 'Nog uit te geven volgens budgettering',
'current_period' => 'Huidige periode',
@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Gebruikersactie is ":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_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_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_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_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_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_transaction_type_choice' => 'Transactietype is..',
'rule_trigger_transaction_type' => 'Transactiesoort is ":trigger_value" (Engels)',
'rule_trigger_category_is_choice' => 'Categorie is..',

View File

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

View File

@ -181,7 +181,7 @@ return [
'deposit_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
'deposit_dest_need_data' => 'Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.',
'deposit_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
'deposit_dest_wrong_type' => 'De ingevoerde doelrekening is niet van het juiste type.',
'transfer_source_need_data' => 'Om door te gaan moet een geldig bronaccount ID en/of geldige bronaccountnaam worden gevonden.',
'transfer_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',

View File

@ -32,8 +32,8 @@ return [
'clone' => 'Sklonuj',
'last_seven_days' => 'Ostatnie 7 dni',
'last_thirty_days' => 'Ostanie 30 dni',
'welcomeBack' => 'What\'s playing?',
'welcome_back' => 'What\'s playing?',
'welcomeBack' => 'Co jest grane?',
'welcome_back' => 'Co jest grane?',
'everything' => 'Wszystko',
'today' => 'dzisiaj',
'customRange' => 'Niestandardowy zakres',
@ -127,9 +127,9 @@ return [
'spent_in_specific_double' => 'Wydano z kont(a) ":account"',
'earned_in_specific_double' => 'Zarobiono na konto(ta) ":account"',
'source_account' => 'Konto źródłowe',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'source_account_reconciliation' => 'Nie możesz edytować konta źródłowego transakcji uzgadniania.',
'destination_account' => 'Konto docelowe',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'destination_account_reconciliation' => 'Nie możesz edytować konta docelowego transakcji uzgadniania.',
'sum_of_expenses_in_budget' => 'Wydano łącznie w budżecie ":budget"',
'left_in_budget_limit' => 'Możliwe do wydania wg budżetu',
'current_period' => 'Bieżący okres',
@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Akcją użytkownika jest ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Konto źródłowe się zaczyna od..',
'rule_trigger_from_account_starts' => 'Konto źródłowe się zaczyna od ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Konto źródłowe się kończy na..',
'rule_trigger_from_account_ends' => 'Konto źródłowe się kończy na ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Kontem źródłowym jest..',
'rule_trigger_from_account_is' => 'Konto źródłowe to ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Konto źródłowe zawiera..',
'rule_trigger_from_account_contains' => 'Konto źródłowe zawiera ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Konto docelowe zaczyna się od..',
'rule_trigger_to_account_starts' => 'Konto docelowe się zaczyna od ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Konto docelowe kończy się na..',
'rule_trigger_to_account_ends' => 'Konto docelowe się kończy na ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Konto docelowe to..',
'rule_trigger_to_account_is' => 'Konto docelowe to ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Konto docelowe zawiera..',
'rule_trigger_to_account_contains' => 'Konto docelowe zawiera ":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_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_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_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_transaction_type_choice' => 'Transakcja jest typu..',
'rule_trigger_transaction_type' => 'Transakcja jest typu ":trigger_value"',
'rule_trigger_category_is_choice' => 'Kategoria to..',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Suma wypłat',
'sum_deposits' => 'Suma wpłat',
'sum_transfers' => 'Suma transferów',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Uzgodnij',
'account_on_spectre' => 'Konto (Spectre)',
'account_on_ynab' => 'Konto (YNAB)',

View File

@ -181,7 +181,7 @@ return [
'deposit_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
'deposit_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
'deposit_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
'deposit_dest_wrong_type' => 'Konto docelowe nie jest poprawnego typu.',
'transfer_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
'transfer_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Ação do usuário é ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Conta de origem começa com..',
'rule_trigger_from_account_starts' => 'Conta de origem começa com ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Conta de origem termina com..',
'rule_trigger_from_account_ends' => 'Conta de origem termina com ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Conta de origem é..',
'rule_trigger_from_account_is' => 'É da conta de origem ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Conta de origem contém..',
'rule_trigger_from_account_contains' => 'Conta de origem contém ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Conta de destino começa com..',
'rule_trigger_to_account_starts' => 'Conta destino começa com ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Conta de destino termina com..',
'rule_trigger_to_account_ends' => 'Conta destino termina com ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Conta de destino é..',
'rule_trigger_to_account_is' => 'Conta de destino é ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Conta de destino contém..',
'rule_trigger_to_account_contains' => 'Conta de destino contém ":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_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_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_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_transaction_type_choice' => 'Transação é do tipo..',
'rule_trigger_transaction_type' => 'Transação é do tipo ":trigger_value"',
'rule_trigger_category_is_choice' => 'A categoria é..',

View File

@ -105,6 +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',
'reconcile' => 'Pago',
'account_on_spectre' => 'Conta (Spectre)',
'account_on_ynab' => 'Conta (YNAB)',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Acțiunea utilizatorului este ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Contul sursă începe cu..',
'rule_trigger_from_account_starts' => 'Contul sursă începe cu ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Contul sursă se termină cu..',
'rule_trigger_from_account_ends' => 'Contul sursă se termină cu ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Contul sursă este..',
'rule_trigger_from_account_is' => 'Contul sursă este ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Contul sursă conține..',
'rule_trigger_from_account_contains' => 'Contul sursă conține ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Contul destinației începe cu..',
'rule_trigger_to_account_starts' => 'Contul destinației începe cu ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Contul destinației se termină cu..',
'rule_trigger_to_account_ends' => 'Contul destinației se termină cu ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Contul destinației este..',
'rule_trigger_to_account_is' => 'Contul destinației este ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Contul destinației conține..',
'rule_trigger_to_account_contains' => 'Contul destinației conține ":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_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_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_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_transaction_type_choice' => 'Tranzacția este de tip..',
'rule_trigger_transaction_type' => 'Tranzacția este de tip ":trigger_value"',
'rule_trigger_category_is_choice' => 'Categoria este..',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Suma retragerilor',
'sum_deposits' => 'Suma depozitelor',
'sum_transfers' => 'Suma transferurilor',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Reconcilia',
'account_on_spectre' => 'Cont (Spectre)',
'account_on_ynab' => 'Cont (YNAB)',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Действие пользователя = ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Счёт-источник начинается с...',
'rule_trigger_from_account_starts' => 'Счёт-источник начинается с ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Счёт-источник заканчивается на...',
'rule_trigger_from_account_ends' => 'Счёт-источник заканчивается на ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Исходный счёт =',
'rule_trigger_from_account_is' => 'Счёт-источник = ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Счёт-источник содержит...',
'rule_trigger_from_account_contains' => 'Счёт-источник содержит ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Счёт назначения начинается с...',
'rule_trigger_to_account_starts' => 'Счёт назначения начинается с ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Счёт назначения заканчивается на...',
'rule_trigger_to_account_ends' => 'Счёт назначения заканчивается на ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Счёт назначения =',
'rule_trigger_to_account_is' => 'Счёт назначения = ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Счёт назначения содержит...',
'rule_trigger_to_account_contains' => 'Счёт назначения содержит ":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_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_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_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_transaction_type_choice' => 'Тип транзакции = ',
'rule_trigger_transaction_type' => 'Тип транзакции = ":trigger_value"',
'rule_trigger_category_is_choice' => 'Категория =',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Сумма расходов',
'sum_deposits' => 'Сумма доходов',
'sum_transfers' => 'Сумма переводов',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Сверка',
'account_on_spectre' => 'Счёт (Spectre)',
'account_on_ynab' => 'Счёт (YNAB)',

View File

@ -32,8 +32,8 @@ return [
'clone' => 'Klona',
'last_seven_days' => 'Senaste 7 dagarna',
'last_thirty_days' => 'Senaste 30 dagarna',
'welcomeBack' => 'What\'s playing?',
'welcome_back' => 'What\'s playing?',
'welcomeBack' => 'Vad spelas?',
'welcome_back' => 'Vad spelas?',
'everything' => 'Allt',
'today' => 'idag',
'customRange' => 'Egen tidsperiod',
@ -127,9 +127,9 @@ return [
'spent_in_specific_double' => 'Spenderat i konto(n) ":account"',
'earned_in_specific_double' => 'Intjänat på konto(n) ":account"',
'source_account' => 'Från konto',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'source_account_reconciliation' => 'Du kan inte redigera källkontot för en avstämningstransaktion.',
'destination_account' => 'Till konto',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'destination_account_reconciliation' => 'Du kan inte redigera destinationskontot för en avstämningstransaktion.',
'sum_of_expenses_in_budget' => 'Spenderat totalt i budget ":budget"',
'left_in_budget_limit' => 'Kvar att spender enligt budget',
'current_period' => 'Nuvarande period',
@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Användaråtgärd är ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Källkonto börjar med..',
'rule_trigger_from_account_starts' => 'Källkonto börjar med ":trigger_value"',
'rule_trigger_from_account_ends_choice' => 'Källkonto slutar med..',
'rule_trigger_from_account_ends' => 'Källkonto slutar med ":trigger_value"',
'rule_trigger_from_account_is_choice' => 'Källkonto är..',
'rule_trigger_from_account_is' => 'Källkonto är ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Källkonto innehåller..',
'rule_trigger_from_account_contains' => 'Källkonto innehåller ":trigger_value"',
'rule_trigger_to_account_starts_choice' => 'Destinationskonto börjar med..',
'rule_trigger_to_account_starts' => 'Destinationskonto börjar med ":trigger_value"',
'rule_trigger_to_account_ends_choice' => 'Destinationskonto slutar med..',
'rule_trigger_to_account_ends' => 'Destinationskonto slutar med ":trigger_value"',
'rule_trigger_to_account_is_choice' => 'Destinationskonto är..',
'rule_trigger_to_account_is' => 'Destinationskonto är ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Destinationskonto innehåller..',
'rule_trigger_to_account_contains' => 'Destinationskonto innehåller ":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_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_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_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_transaction_type_choice' => 'Transaktion är av typen..',
'rule_trigger_transaction_type' => 'Transaktion är av typen ":trigger_value"',
'rule_trigger_category_is_choice' => 'Kategori är..',
@ -635,8 +656,8 @@ return [
'convert_please_set_asset_destination' => 'Välj tillgångskonto pengarna kommer att gå till.',
'convert_please_set_expense_destination' => 'Välj utgiftskonto som pengarna går till.',
'convert_please_set_asset_source' => 'Välj tillgångskonto pengarna kommer från.',
'convert_expl_w_d' => 'When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination account(s), instead of being withdrawn from them. To complete the conversion, please set the new source account(s) below.',
'convert_expl_w_t' => 'When converting a withdrawal into a transfer, the money will be transferred away from the source account(s) into other asset or liability account(s) instead of being spent on the original expense accounts. To complete the conversion, please select new destination account(s).',
'convert_expl_w_d' => 'När du konverterar från ett uttag till en insättning, kommer pengarna att deponeras till det visade destinationskontot(er), istället för att tas ut från dem. För att slutföra konverteringen, ange det nya källkontot nedan.',
'convert_expl_w_t' => 'När du konverterar ett uttag till en överföring, kommer pengarna att överföras från källkontot till andra tillgångar eller ansvarskonton istället för att spenderas på de ursprungliga utgiftskontona. För att slutföra konverteringen, välj ett nytt destinationskonto(n).',
'convert_expl_d_w' => 'When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source account(s), instead of being deposited into them. To complete the conversion, please select new destination accounts.',
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account(s) from any of your asset or liability account(s). Please select the new source account(s) to complete the conversion.',
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account(s) you set here, instead of being transferred away. Please select the new destination account(s) to complete the conversion.',
@ -1085,8 +1106,8 @@ return [
'splitByAccount' => 'Dela efter konto',
'coveredWithTags' => 'Belagd med etiketter',
'leftInBudget' => 'Kvar i budget',
'sumOfSums' => 'Sum of sums',
'noCategory' => '(no category)',
'sumOfSums' => 'Summan av beloppen',
'noCategory' => '(ingen kategori)',
'notCharged' => 'Not charged (yet)',
'inactive' => 'Inaktiv',
'active' => 'Aktiv',
@ -1102,7 +1123,7 @@ return [
'report_type_category' => 'Kategorirapport',
'report_type_budget' => 'Budgetrapport',
'report_type_tag' => 'Etikettrapport',
'report_type_double' => 'Expense/revenue account report',
'report_type_double' => 'Utgift/intäktskonto rapport',
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
'report_included_accounts' => 'Inkludera konton',
'report_date_range' => 'Datumintervall',
@ -1165,36 +1186,36 @@ return [
'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.',
// charts:
'chart' => 'Chart',
'month' => 'Month',
'chart' => 'Graf',
'month' => 'Månad',
'budget' => 'Budget',
'spent' => 'Spent',
'spent_in_budget' => 'Spent in budget',
'left_to_spend' => 'Left to spend',
'earned' => 'Earned',
'spent' => 'Spenderat',
'spent_in_budget' => 'Spenderat per budget',
'left_to_spend' => 'Återstår att spendera',
'earned' => 'Tjänat',
'overspent' => 'Overspent',
'left' => 'Left',
'max-amount' => 'Maximum amount',
'min-amount' => 'Minimum amount',
'left' => 'Återstår',
'max-amount' => 'Högsta belopp',
'min-amount' => 'Lägsta belopp',
'journal-amount' => 'Aktuell notapost',
'name' => 'Name',
'date' => 'Date',
'paid' => 'Paid',
'unpaid' => 'Unpaid',
'day' => 'Day',
'budgeted' => 'Budgeted',
'name' => 'Namn',
'date' => 'Datum',
'paid' => 'Betald',
'unpaid' => 'Obetald',
'day' => 'Dag',
'budgeted' => 'Budgeterat',
'period' => 'Period',
'balance' => 'Balance',
'sum' => 'Sum',
'summary' => 'Summary',
'average' => 'Average',
'balanceFor' => 'Balance for :name',
'balance' => 'Saldo',
'sum' => 'Summa',
'summary' => 'Översikt',
'average' => 'Medel',
'balanceFor' => 'Saldo för :name',
'no_tags_for_cloud' => 'Inga etiketter tillgänliga för generera moln',
'no_tags' => '(inga etiketter)',
'tag_cloud' => 'Etikettmoln',
// piggy banks:
'add_money_to_piggy' => 'Add money to piggy bank ":name"',
'add_money_to_piggy' => 'Lägg till pengar till spargris ":name"',
'piggy_bank' => 'Piggy bank',
'new_piggy_bank' => 'New piggy bank',
'store_piggy_bank' => 'Store new piggy bank',
@ -1288,37 +1309,37 @@ return [
'split_transaction_title' => 'Description of the split transaction',
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
'split_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
'transaction_information' => 'Transaction information',
'you_create_transfer' => 'You\'re creating a <strong>transfer</strong>.',
'you_create_withdrawal' => 'You\'re creating a <strong>withdrawal</strong>.',
'you_create_deposit' => 'You\'re creating a <strong>deposit</strong>.',
'transaction_information' => 'Transaktionsinformation',
'you_create_transfer' => 'Du skapar en <strong>överföring</strong>.',
'you_create_withdrawal' => 'Du skapar ett <strong>uttag</strong>.',
'you_create_deposit' => 'Du skapar en <strong>insättning</strong>.',
// links
'journal_link_configuration' => 'Transaction links configuration',
'create_new_link_type' => 'Create new link type',
'store_new_link_type' => 'Store new link type',
'update_link_type' => 'Update link type',
'edit_link_type' => 'Edit link type ":name"',
'updated_link_type' => 'Updated link type ":name"',
'delete_link_type' => 'Delete link type ":name"',
'deleted_link_type' => 'Deleted link type ":name"',
'stored_new_link_type' => 'Store new link type ":name"',
'cannot_edit_link_type' => 'Cannot edit link type ":name"',
'link_type_help_name' => 'Ie. "Duplicates"',
'link_type_help_inward' => 'Ie. "duplicates"',
'link_type_help_outward' => 'Ie. "is duplicated by"',
'save_connections_by_moving' => 'Save the link between these transaction(s) by moving them to another link type:',
'do_not_save_connection' => '(do not save connection)',
'link_transaction' => 'Link transaction',
'link_to_other_transaction' => 'Link this transaction to another transaction',
'create_new_link_type' => 'Skapa ny länktyp',
'store_new_link_type' => 'Lagra ny länktyp',
'update_link_type' => 'Uppdatera länktyp',
'edit_link_type' => 'Redigera länktyp ":name"',
'updated_link_type' => 'Länktypen ":name" uppdaterades',
'delete_link_type' => 'Ta bort länktyp ":name"',
'deleted_link_type' => 'Länktypen ":name" raderad',
'stored_new_link_type' => 'Lagra ny länktyp ":name"',
'cannot_edit_link_type' => 'Kan inte redigera länktyp ":name"',
'link_type_help_name' => 'T. ex. "dubbletter"',
'link_type_help_inward' => 'T. ex. "dubbletter"',
'link_type_help_outward' => 'T. ex. "är dubbellet av"',
'save_connections_by_moving' => 'Spara länken mellan dessa transaktion(er) genom att flytta dem till en annan länktyp:',
'do_not_save_connection' => '(spara inte koppling)',
'link_transaction' => 'Länka transaktion',
'link_to_other_transaction' => 'Länka denna transaktion till en annan transaktion',
'select_transaction_to_link' => 'Select a transaction to link this transaction to. The links are currently unused in Firefly III (apart from being shown), but I plan to change this in the future. Use the search box to select a transaction either by title or by ID. If you want to add custom link types, check out the administration section.',
'this_transaction' => 'This transaction',
'transaction' => 'Transaction',
'comments' => 'Comments',
'link_notes' => 'Any notes you wish to store with the link.',
'invalid_link_selection' => 'Cannot link these transactions',
'selected_transaction' => 'Selected transaction',
'this_transaction' => 'Denna transaktion',
'transaction' => 'Transaktion',
'comments' => 'Kommentarer',
'link_notes' => 'Eventuella anteckningar som du vill lagra med länken.',
'invalid_link_selection' => 'Kan inte länka dessa transaktioner',
'selected_transaction' => 'Vald transaktion',
'journals_linked' => 'Transaktioner är länkade.',
'journals_error_linked' => 'Dessa transaktioner är redan länkade.',
'journals_link_to_self' => 'Går inte länka en transaktion till sig själv',
@ -1379,14 +1400,14 @@ return [
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Låt oss skapa ett tillgångskonto!',
'no_accounts_intro_asset' => 'Inga tillgångskonton ännu. Tillgångskonton är dina huvudkonton: kontrollkonto, sparkonto, delat konto eller även ditt kreditkort.',
'no_accounts_imperative_asset' => 'To start using Firefly III you must create at least one asset account. Let\'s do so now:',
'no_accounts_create_asset' => 'Create an asset account',
'no_accounts_title_expense' => 'Let\'s create an expense account!',
'no_accounts_intro_expense' => 'You have no expense accounts yet. Expense accounts are the places where you spend money, such as shops and supermarkets.',
'no_accounts_imperative_expense' => 'Expense accounts are created automatically when you create transactions, but you can create one manually too, if you want. Let\'s create one now:',
'no_accounts_create_expense' => 'Create an expense account',
'no_accounts_title_revenue' => 'Let\'s create a revenue account!',
'no_accounts_intro_revenue' => 'You have no revenue accounts yet. Revenue accounts are the places where you receive money from, such as your employer.',
'no_accounts_imperative_asset' => 'För att börja använda Firefly III måste du skapa minst ett tillgångskonto. Låt oss göra det nu:',
'no_accounts_create_asset' => 'Skapa ett tillgångskonto',
'no_accounts_title_expense' => 'Låt oss skapa ett utgiftskonton!',
'no_accounts_intro_expense' => 'Du har inga utgiftskonton ännu. Utgiftskonton är de platser där du spenderar pengar, såsom butiker och stormarknader.',
'no_accounts_imperative_expense' => 'Utgiftskonton skapas automatiskt när du skapar transaktioner, men du kan skapa en manuellt också, om du vill. Låt oss skapa en nu:',
'no_accounts_create_expense' => 'Skapa ett utgiftskonto',
'no_accounts_title_revenue' => 'Låt oss skapa ett intäktskonto!',
'no_accounts_intro_revenue' => 'Du har inga intäktskonton än. Intäktskonton är de platser där du får pengar från, till exempel din arbetsgivare.',
'no_accounts_imperative_revenue' => 'Revenue accounts are created automatically when you create transactions, but you can create one manually too, if you want. Let\'s create one now:',
'no_accounts_create_revenue' => 'Create a revenue account',
'no_accounts_title_liabilities' => 'Let\'s create a liability!',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => 'Summa uttag',
'sum_deposits' => 'Summa uttag',
'sum_transfers' => 'Summa överföringar',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Avstämning',
'account_on_spectre' => 'Konto (Spectre)',
'account_on_ynab' => 'Konto (YNAB)',

View File

@ -181,7 +181,7 @@ return [
'deposit_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".',
'deposit_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.',
'deposit_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".',
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
'deposit_dest_wrong_type' => 'Det inskickade destinationskontot är inte av rätt typ.',
'transfer_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.',
'transfer_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".',

View File

@ -354,22 +354,43 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
// actions and triggers
'rule_trigger_user_action' => 'Kullanıcı işlemi ":trigger_value"',
'rule_trigger_from_account_starts_choice' => 'Kaynak hesabı ile başlar..',
'rule_trigger_from_account_starts' => 'Kaynak hesabı ":trigger_value" ile başlar',
'rule_trigger_from_account_ends_choice' => 'Kaynak hesabı ile bitiyor..',
'rule_trigger_from_account_ends' => 'Kaynak hesabı ":trigger_value" ile bitiyor',
'rule_trigger_from_account_is_choice' => 'Kaynak Hesap..',
'rule_trigger_from_account_is' => 'Kaynak hesabı ":trigger_value"',
'rule_trigger_from_account_contains_choice' => 'Kaynak hesap içerir..',
'rule_trigger_from_account_contains' => 'Kaynak hesabı ":trigger_value" içeriyor',
'rule_trigger_to_account_starts_choice' => 'Hedef hesap başlıyor..',
'rule_trigger_to_account_starts' => 'Hedef hesap ":trigger_value" ile başlar',
'rule_trigger_to_account_ends_choice' => 'Hedef hesap ile bitiyor..',
'rule_trigger_to_account_ends' => 'Hedef hesap ":trigger_value" ile bitiyor',
'rule_trigger_to_account_is_choice' => 'Hedef Hesap..',
'rule_trigger_to_account_is' => 'Hedef hesap ":trigger_value"',
'rule_trigger_to_account_contains_choice' => 'Hedef hesap içeriyor..',
'rule_trigger_to_account_contains' => 'Hedef hesap ":trigger_value" içeriyor',
'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_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_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_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_transaction_type_choice' => 'İşlem türü..',
'rule_trigger_transaction_type' => 'İşlem türü ":trigger_value"',
'rule_trigger_category_is_choice' => 'Kategori..',

View File

@ -106,6 +106,7 @@ return [
'sum_withdrawals' => 'Para çekme toplamı',
'sum_deposits' => 'Toplam para yatırma',
'sum_transfers' => 'Transferlerin toplamı',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Onaylanmış',
'account_on_spectre' => '(Spectre) Hesabı',
'account_on_ynab' => 'Hesap (YNAB)',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => '使用者动作为 ":trigger_value"',
'rule_trigger_from_account_starts_choice' => '来源帐户开头为…',
'rule_trigger_from_account_starts' => '来源帐户开头为 ":trigger_value"',
'rule_trigger_from_account_ends_choice' => '来源帐户结尾为…',
'rule_trigger_from_account_ends' => '来源帐户结尾为 ":trigger_value"',
'rule_trigger_from_account_is_choice' => '来源帐户为…',
'rule_trigger_from_account_is' => '来源帐户为 ":trigger_value"',
'rule_trigger_from_account_contains_choice' => '来源帐户包含…',
'rule_trigger_from_account_contains' => '来源帐户包含 ":trigger_value"',
'rule_trigger_to_account_starts_choice' => '目标帐户开头为…',
'rule_trigger_to_account_starts' => '目标帐户开头为 ":trigger_value"',
'rule_trigger_to_account_ends_choice' => '目标帐户结尾为…',
'rule_trigger_to_account_ends' => '目标帐户结尾为 ":trigger_value"',
'rule_trigger_to_account_is_choice' => '目标帐户为…',
'rule_trigger_to_account_is' => '目标帐户为 ":trigger_value"',
'rule_trigger_to_account_contains_choice' => '目标帐户包含…',
'rule_trigger_to_account_contains' => '目标帐户包含 ":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_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_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_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_transaction_type_choice' => '转帐类型为…',
'rule_trigger_transaction_type' => '转帐类型为 ":trigger_value"',
'rule_trigger_category_is_choice' => '类别...',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => '提款总和',
'sum_deposits' => '存款总和',
'sum_transfers' => '转帐总和',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => '对帐',
'account_on_spectre' => '帐户 (Spectre)',
'account_on_ynab' => '帐户 (YNAB)',

View File

@ -352,22 +352,43 @@ return [
// actions and triggers
'rule_trigger_user_action' => '使用者動作為 ":trigger_value"',
'rule_trigger_from_account_starts_choice' => '來源帳戶開頭為…',
'rule_trigger_from_account_starts' => '來源帳戶開頭為 ":trigger_value"',
'rule_trigger_from_account_ends_choice' => '來源帳戶結尾為…',
'rule_trigger_from_account_ends' => '來源帳戶結尾為 ":trigger_value"',
'rule_trigger_from_account_is_choice' => '來源帳戶為…',
'rule_trigger_from_account_is' => '來源帳戶為 ":trigger_value"',
'rule_trigger_from_account_contains_choice' => '來源帳戶包含…',
'rule_trigger_from_account_contains' => '來源帳戶包含 ":trigger_value"',
'rule_trigger_to_account_starts_choice' => '目標帳戶開頭為…',
'rule_trigger_to_account_starts' => '目標帳戶開頭為 ":trigger_value"',
'rule_trigger_to_account_ends_choice' => '目標帳戶結尾為…',
'rule_trigger_to_account_ends' => '目標帳戶結尾為 ":trigger_value"',
'rule_trigger_to_account_is_choice' => '目標帳戶為…',
'rule_trigger_to_account_is' => '目標帳戶為 ":trigger_value"',
'rule_trigger_to_account_contains_choice' => '目標帳戶包含…',
'rule_trigger_to_account_contains' => '目標帳戶包含 ":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_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_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_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_transaction_type_choice' => '轉帳類型為…',
'rule_trigger_transaction_type' => '轉帳類型為 ":trigger_value"',
'rule_trigger_category_is_choice' => '類別...',

View File

@ -105,6 +105,7 @@ return [
'sum_withdrawals' => '提款總和',
'sum_deposits' => '存款總和',
'sum_transfers' => '轉帳總和',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => '對帳',
'account_on_spectre' => '帳戶 (Spectre)',
'account_on_ynab' => '帳戶 (YNAB)',