Update translations.

This commit is contained in:
James Cole
2021-05-13 06:19:15 +02:00
parent 7851bb476e
commit 6ba45ec3f2
96 changed files with 409 additions and 169 deletions

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'Do MMMM YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B, %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Обновено правило с име ":title"',
'default_rule_group_name' => 'Правила по подразбиране',
'default_rule_group_description' => 'Всички ваши правила не са в определена група.',
'default_rule_name' => 'Вашето първо правило по подразбиране',
'default_rule_description' => 'Това правило е пример. Можете безопасно да го изтриете.',
'default_rule_trigger_description' => 'Човекът, който продаде света',
'default_rule_trigger_source_account' => 'Дейвид Боуй',
'default_rule_action_prepend' => 'Купи света от ',
'default_rule_action_set_category' => 'Големи разходи',
'trigger' => 'Задействане',
'trigger_value' => 'Задействане при стойност',
'stop_processing_other_triggers' => 'Спри да обработваш другите задействания',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Вече приключени транзакции (:count)',
'submitted_end_balance' => 'Въведено крайно салдо',
'initial_balance_description' => 'Първоначално салдо за ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'неизвестна',
'interest_calc_daily' => 'На ден',
'interest_calc_monthly' => 'На месец',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Дълг',
'account_type_Loan' => 'Заем',
'account_type_Mortgage' => 'Ипотека',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Кредитна карта',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Бюджети',
'tags' => 'Етикети',
'reports' => 'Отчети',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Раздели по сметка',
'coveredWithTags' => 'Покрити с етикети',
'leftInBudget' => 'Останало в бюджета',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Сума от суми',
'noCategory' => '(без категория)',
'notCharged' => 'Не е таксувано (все още)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Не е необходимо да използвате тази функция, но тя може да бъде полезна, ако искате да следите тези неща.',
'no_accounts_create_liabilities' => 'Създай задължение',
'no_budgets_title_default' => 'Нека да създадем бюджет',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Все още нямате бюджети. Бюджетите се използват за организиране на разходите ви в логически групи, на които можете да дадете лимит, за да ограничите разходите си.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Бюджетите са основните инструменти на финансовото управление. Нека сега създадем такъв:',
'no_budgets_create_default' => 'Създай бюджет',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Нека да създадем категория!',
'no_categories_intro_default' => 'Все още нямате категории. Категориите се използват за фина настройка на вашите транзакции и етикетиране с тяхната определена категория.',
'no_categories_imperative_default' => 'Категориите се създават автоматично, когато създавате транзакции, но можете да създадете и ръчно. Нека сега създадем такава:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Поле',
'value' => 'Стойност',
'interest' => 'Лихва',
'interest_period' => 'лихвен период',
'interest_period' => 'Interest period',
'liability_type' => 'Вид на задължението',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Всяко разделяне трябва да има transaction_journal_id (или валидно ID или 0).',
'ob_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
'ob_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'MMM D, RRRR',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Pravidlo nazvané „:title“ aktualizováno',
'default_rule_group_name' => 'Výchozí pravidla',
'default_rule_group_description' => 'Všechna vaše pravidla nenacházející se v konkrétní skupině.',
'default_rule_name' => 'Vaše první výchozí pravidlo',
'default_rule_description' => 'Toto pravidlo je ukázkou. Je možné ho bezpečně smazat.',
'default_rule_trigger_description' => 'Muž, který prodal svět',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Bought the world from ',
'default_rule_action_set_category' => 'Velké výdaje',
'trigger' => 'Spouštěč',
'trigger_value' => 'Spouštěč při hodnotě',
'stop_processing_other_triggers' => 'Zastavit zpracovávání ostatních spouštěčů',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Already cleared transactions (:count)',
'submitted_end_balance' => 'Předložený konečný zůstatek',
'initial_balance_description' => 'Počáteční zůstatek pro „:account“',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'neznámé',
'interest_calc_daily' => 'Za den',
'interest_calc_monthly' => 'Za měsíc',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Dluh',
'account_type_Loan' => 'Půjčka',
'account_type_Mortgage' => 'Hypotéka',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Kreditní karta',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Rozpočty',
'tags' => 'Štítky',
'reports' => 'Přehledy',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Rozúčtování podle účtů',
'coveredWithTags' => 'Pokryto štítky',
'leftInBudget' => 'Zbývá v rozpočtu',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Souhrn součtů',
'noCategory' => '(bez kategorie)',
'notCharged' => 'Nestrženo (zatím)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Tuto funkci nemusíte používat, ale hodí se pokud si chcete držet přehled v těchto věcech.',
'no_accounts_create_liabilities' => 'Vytvořit závazek',
'no_budgets_title_default' => 'Pojďme vytvořit rozpočet',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Rozpočty jsou základní nástroje správy financí. Pojďme takový vytvořit:',
'no_budgets_create_default' => 'Vytvořit rozpočet',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Pojďme vytvořit kategorii!',
'no_categories_intro_default' => 'You have no categories yet. Categories are used to fine tune your transactions and label them with their designated category.',
'no_categories_imperative_default' => 'Categories are created automatically when you create transactions, but you can create one manually too. Let\'s create one now:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Kolonka',
'value' => 'Hodnota',
'interest' => 'Úrok',
'interest_period' => 'úrokové období',
'interest_period' => 'Interest period',
'liability_type' => 'Typ závazku',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Každé rozdělení musí mít transakci_journal_id (platné ID nebo 0).',
'ob_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.',
'ob_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e. %B %Y',
'month_and_day_moment_js' => 'DD. MMM. YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A, %B %e. %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Regel mit Titel ":title" bearbeiten',
'default_rule_group_name' => 'Standardregeln',
'default_rule_group_description' => 'Alle Ihre Regeln ohne eine bestimmte Gruppe.',
'default_rule_name' => 'Ihre erste Standardregel',
'default_rule_description' => 'Diese Regel ist ein Beispiel. Sie können sie problemlos löschen.',
'default_rule_trigger_description' => 'Der Mann der die Welt verkaufte',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Kaufte die Welt von ',
'default_rule_action_set_category' => 'Große Ausgaben',
'trigger' => 'Auslöser',
'trigger_value' => 'Auslösen bei Wert',
'stop_processing_other_triggers' => 'Keine weiteren Auslöser verarbeiten',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Bereits ausgeglichene Umsätze (:count)',
'submitted_end_balance' => 'Übermittelter Abschlussguthaben',
'initial_balance_description' => 'Anfangsguthaben für „:account”',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'Unbekannt',
'interest_calc_daily' => 'Täglich',
'interest_calc_monthly' => 'Monatlich',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Schuld',
'account_type_Loan' => 'Darlehen',
'account_type_Mortgage' => 'Hypothek',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Kreditkarte',
'liability_direction_credit' => 'Mir wird dies geschuldet',
'liability_direction_debit' => 'Ich schulde dies jemandem',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Budgets',
'tags' => 'Schlagwörter',
'reports' => 'Berichte',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Nach Konten aufgeteilt',
'coveredWithTags' => 'Mit Schlagwörtern versehen',
'leftInBudget' => 'Verblieben im Budget',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Summe der Summen',
'noCategory' => '(keine Kategorie)',
'notCharged' => '(Noch) nicht belastet',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Sie müssen diese Funktion nicht verwenden, aber sie kann nützlich sein, wenn Sie diese Dinge im Auge behalten möchten.',
'no_accounts_create_liabilities' => 'Verbindlichkeit erstellen',
'no_budgets_title_default' => 'Lassen Sie uns jetzt ein Budget erstellen',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Sie verfügen noch über keinen Kostenrahmen. Kostenrahmen werden verwendet, um Ihre Ausgaben in logische Gruppen zu gliedern, die Sie mit einem weichem Limit versehen können, um Ihre Ausgaben zu begrenzen.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Budgets sind die grundlegenden Instrumente des Finanzmanagements. Lassen Sie uns jetzt eines erstellen:',
'no_budgets_create_default' => 'Budget erstellen',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Erstellen wir eine Kategorie!',
'no_categories_intro_default' => 'Sie verfügen noch über keine Kategorien. Kategorien werden verwendet, um Ihre Buchungen zu verfeinern und mit der entsprechenden Kategorie zu kennzeichnen.',
'no_categories_imperative_default' => 'Kategorien werden automatisch angelegt, wenn Sie Buchungen anlegen, können aber auch manuell angelegt werden. Lassen Sie uns jetzt eine erstellen:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Feld',
'value' => 'Wert',
'interest' => 'Zinsen',
'interest_period' => 'Verzinsungszeitraum',
'interest_period' => 'Interest period',
'liability_type' => 'Verbindlichkeitsart',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Jeder Aufteilungen muss eine transaction_journal_id (entweder gültige ID oder 0) aufweisen.',
'ob_source_need_data' => 'Sie benötigen eine gültige Quellkontonummer und/oder einen gültigen Quellkontonamen, um fortzufahren.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Sie benötigen eine gültige Zielkontennummer und/oder einen gültigen Zielkontonamen, um fortzufahren.',
'ob_dest_bad_data' => 'Bei der Suche nach der ID ":id" oder dem Namen ":name" konnte kein gültiges Zielkonto gefunden werden.',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %e %B %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Ενημέρωση του κανόνα με τίτλο ":title"',
'default_rule_group_name' => 'Προεπιλεγμένοι κανόνες',
'default_rule_group_description' => 'Όλοι οι κανόνες σας δεν είναι σε κάποια ιδιαίτερη ομάδα.',
'default_rule_name' => 'Ο πρώτος προεπιλεγμένος κανόνας σας',
'default_rule_description' => 'Αυτός ο κανόνας είναι ένα παράδειγμα. Μπορείτε να τον σβήσετε με ασφάλεια.',
'default_rule_trigger_description' => 'Ο Άντρας Που Πούλησε τον Κόσμο',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Αγόρασε τον κόσμο από ',
'default_rule_action_set_category' => 'Μεγάλες δαπάνες',
'trigger' => 'Κριτήριο',
'trigger_value' => 'Τιμή ενεργοποίησης',
'stop_processing_other_triggers' => 'Διακοπή ελέγχου στα υπόλοιπα κριτήρια',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Συναλλαγές που έχουν ήδη ελεγχθεί (:count)',
'submitted_end_balance' => 'Υποβλήθηκε το τελικό υπόλοιπο',
'initial_balance_description' => 'Αρχικό υπόλοιπο για ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'άγνωστο',
'interest_calc_daily' => 'Ανά ημέρα',
'interest_calc_monthly' => 'Ανά μήνα',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Χρέος',
'account_type_Loan' => 'Δάνειο',
'account_type_Mortgage' => 'Υποθήκη',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Πιστωτική κάρτα',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Προϋπολογισμοί',
'tags' => 'Ετικέτες',
'reports' => 'Αναφορές',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Διαχωρισμός ανά λογαριασμό',
'coveredWithTags' => 'Καλύπτεται με ετικέτες',
'leftInBudget' => 'Απομένουν στον προϋπολογισμό',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Σύνολο υποσυνόλων',
'noCategory' => '(χωρίς κατηγορία)',
'notCharged' => 'Χωρίς χρέωση (ακόμα)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Δεν χρειάζεται να χρησιμοποιήσετε αυτή τη λειτουργία, αλλά μπορεί να σας φανεί χρήσιμη εάν θέλετε να επιβλέπετε αυτά τα πράγματα.',
'no_accounts_create_liabilities' => 'Δημιουργία μιας υποχρέωσης',
'no_budgets_title_default' => 'Ας δημιουργήσουμε ένα προϋπολογισμό',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Δεν έχετε ακόμα προϋπολογισμούς. Οι προϋπολογισμοί χρησιμοποιούνται για την οργάνωση των εξόδων σας σε λογικές ομάδες, στις οποίες μπορείτε να ορίσετε ένα λογικό άνω όριο με σκοπό να περιορίσετε τα έξοδά σας.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Οι προϋπολογισμοί είναι τα βασικά εργαλεία της οικονομικής διαχείρισης. Ας δημιουργήσουμε έναν τώρα:',
'no_budgets_create_default' => 'Δημιουργία ενός προϋπολογισμού',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Ας δημιουργήσουμε μια κατηγορία!',
'no_categories_intro_default' => 'Δεν έχετε ακόμα κατηγορίες. Οι κατηγορίες χρησιμοποιούνται για την τελειοποίηση των συναλλαγών σας σημειώνοντας τη συγκεκριμένη κατηγορία τους.',
'no_categories_imperative_default' => 'Οι κατηγορίες δημιουργούνται αυτόματα όταν δημιουργείτε συναλλαγές, αλλά μπορείτε να δημιουργήσετε μία και χειροκίνητα. Ας δημιουργήσουμε μια τώρα:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Πεδίο',
'value' => 'Τιμή',
'interest' => 'Τόκος',
'interest_period' => 'τοκιζόμενη περίοδος',
'interest_period' => 'Interest period',
'liability_type' => 'Τύπος υποχρέωσης',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Κάθε διαχωρισμός πρέπει να έχει transaction_journal_id (είτε έγκυρο αναγνωριστικό ID ή 0).',
'ob_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
'ob_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Updated rule with title ":title"',
'default_rule_group_name' => 'Default rules',
'default_rule_group_description' => 'All your rules not in a particular group.',
'default_rule_name' => 'Your first default rule',
'default_rule_description' => 'This rule is an example. You can safely delete it.',
'default_rule_trigger_description' => 'The Man Who Sold the World',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Bought the world from ',
'default_rule_action_set_category' => 'Large expenses',
'trigger' => 'Trigger',
'trigger_value' => 'Trigger on value',
'stop_processing_other_triggers' => 'Stop processing other triggers',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Already cleared transactions (:count)',
'submitted_end_balance' => 'Submitted end balance',
'initial_balance_description' => 'Initial balance for ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'unknown',
'interest_calc_daily' => 'Per day',
'interest_calc_monthly' => 'Per month',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Debt',
'account_type_Loan' => 'Loan',
'account_type_Mortgage' => 'Mortgage',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Credit card',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Budgets',
'tags' => 'Tags',
'reports' => 'Reports',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Split by account',
'coveredWithTags' => 'Covered with tags',
'leftInBudget' => 'Left in budget',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Sum of sums',
'noCategory' => '(no category)',
'notCharged' => 'Not charged (yet)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.',
'no_accounts_create_liabilities' => 'Create a liability',
'no_budgets_title_default' => 'Let\'s create a budget',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organise your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Budgets are the basic tools of financial management. Let\'s create one now:',
'no_budgets_create_default' => 'Create a budget',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Let\'s create a category!',
'no_categories_intro_default' => 'You have no categories yet. Categories are used to fine tune your transactions and label them with their designated category.',
'no_categories_imperative_default' => 'Categories are created automatically when you create transactions, but you can create one manually too. Let\'s create one now:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Field',
'value' => 'Value',
'interest' => 'Interest',
'interest_period' => 'interest period',
'interest_period' => 'Interest period',
'liability_type' => 'Type of liability',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e de %B %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %e de %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e de %B %Y a las %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Regla actualizada con titulo ":title"',
'default_rule_group_name' => 'Reglaspredeterminada',
'default_rule_group_description' => 'Todas las reglas que no pertenecen a ningún grupo.',
'default_rule_name' => 'Su primera regla por defecto',
'default_rule_description' => 'Esta regla es un ejemplo. Puedes eliminarlo de forma segura.',
'default_rule_trigger_description' => 'El Hombre que Vendió el Mundo',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Comprado el mundo de ',
'default_rule_action_set_category' => 'Grandes gastos',
'trigger' => 'Disparador',
'trigger_value' => 'Disparador en valor',
'stop_processing_other_triggers' => 'Pare el procesamiento de otros disparadores',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Transacciones ya despejadas (:count)',
'submitted_end_balance' => 'Balance final enviado',
'initial_balance_description' => 'Balance inicial para ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'desconocido',
'interest_calc_daily' => 'Por dia',
'interest_calc_monthly' => 'Por mes',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Deuda',
'account_type_Loan' => 'Préstamo',
'account_type_Mortgage' => 'Hipoteca',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Tarjeta de crédito',
'liability_direction_credit' => 'Se me debe esta deuda',
'liability_direction_debit' => 'Le debo esta deuda a otra persona',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Presupuestos',
'tags' => 'Etiquetas',
'reports' => 'Informes',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Separada por cuenta',
'coveredWithTags' => 'Cubierta con etiquetas',
'leftInBudget' => 'Disponible en presupuesto',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Suma de sumas',
'noCategory' => '(sin categoría)',
'notCharged' => 'No cargado (todavía)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'No necesita usar esta función pero, puede ser muy útil si desea hacer un seguimiento de estas cosas.',
'no_accounts_create_liabilities' => 'Crear un pasivo',
'no_budgets_title_default' => 'Vamos a crear un presupuesto',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Todavía no tienes presupuestos. Los presupuestos se usan para organizar tus gastos en grupos, a los que puedes asignar un tope para limitarlos.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Los presupuestos son las herramientas básicas de la gestión financiera. Vamos a crear uno ahora:',
'no_budgets_create_default' => 'Crear un presupuesto',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => '¡Vamos a crear una categoría!',
'no_categories_intro_default' => 'Todavía no tienes categorías. Las categorías se utilizan para ajustar sus transacciones y etiquetarlas con su categoría designada.',
'no_categories_imperative_default' => 'Las categorías se crean automáticamente al crear transacciones, pero también puedes crearlas manualmente. Vamos a crear una:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Campo',
'value' => 'Valor',
'interest' => 'Interés',
'interest_period' => 'período de interés',
'interest_period' => 'Interest period',
'liability_type' => 'Tipo de pasivo',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Cada división debe tener transaction_journal_id (ID válido o 0).',
'ob_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
'ob_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'D MMM, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Päivitettiin sääntö ":title"',
'default_rule_group_name' => 'Oletussäännöt',
'default_rule_group_description' => 'Kaikki ryhmittämättömät sääntösi.',
'default_rule_name' => 'Ensimmäinen oletussääntösi',
'default_rule_description' => 'Tämä sääntö on vain esimerkki. Voit huoletta poistaa sen.',
'default_rule_trigger_description' => 'The Man Who Sold the World',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Bought the world from ',
'default_rule_action_set_category' => 'Large expenses',
'trigger' => 'Ehto',
'trigger_value' => 'Ehdon arvo',
'stop_processing_other_triggers' => 'Älä arvioi loppuja ehtoja',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Jo selvitetyt tapahtumat (:count)',
'submitted_end_balance' => 'Annettu loppusaldo',
'initial_balance_description' => 'Avaussaldo tilille ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'tuntematon',
'interest_calc_daily' => 'Päivässä',
'interest_calc_monthly' => 'Kuukaudessa',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Velka',
'account_type_Loan' => 'Laina',
'account_type_Mortgage' => 'Kiinnelaina',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Luottokortti',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Budjetit',
'tags' => 'Tägit',
'reports' => 'Raportit',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Tileittäin',
'coveredWithTags' => 'Tägitetty',
'leftInBudget' => 'Budjetissa jäljellä',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Summat yhteensä',
'noCategory' => '(ei kategoriaa)',
'notCharged' => 'Ei veloitettu (vielä)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Tätä ominaisuutta ei tarvitse käyttää, mutta se on käytännöllinen jos sinun täytyy seurata tällaisia asioita.',
'no_accounts_create_liabilities' => 'Luo vastuu',
'no_budgets_title_default' => 'Luodaan budjetti',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Sinulla ei ole vielä yhtään budjettia. Budjetteja käytetään organisoimaan kustannuksiasi loogisiin ryhmiin, joissa voit asettaa arvioita menoillesi.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Budjetit ovat rahojen hallinnan perustyökaluja. Luodaan sellainen nyt:',
'no_budgets_create_default' => 'Luo budjetti',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Luodaan kategoria!',
'no_categories_intro_default' => 'Sinulla ei ole vielä yhtään kategoriaa. Kategorioita käytetään tapahtumien hienosäätämiseen - kategorioimaan niitä.',
'no_categories_imperative_default' => 'Kategorioita luodaan tarvittaessa automaattisesti samalla kun luot tapahtumia, mutta voit luoda niitä myös tässä. Luodaanpa sellainen nyt:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Kenttä',
'value' => 'Arvo',
'interest' => 'Korko',
'interest_period' => 'korkojakso',
'interest_period' => 'Interest period',
'liability_type' => 'Vastuutyyppi',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Kaikilla jaetuilla tapahtumilla täytyy olla transaction_journal_id (joko voimassaoleva tunniste tai 0).',
'ob_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.',
'ob_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'D MMMM YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %e %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B %Y à %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Règle avec le titre ":title" mise à jour',
'default_rule_group_name' => 'Règles par défaut',
'default_rule_group_description' => 'Toutes vos règles n\'étant pas dans un groupe particulier.',
'default_rule_name' => 'Votre première règle par défaut',
'default_rule_description' => 'Cette règle est un exemple. Vous pouvez la supprimer en toute sécurité.',
'default_rule_trigger_description' => 'Lhomme qui a vendu le monde',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Achat du Monde de ',
'default_rule_action_set_category' => 'Grandes dépenses',
'trigger' => 'Déclencheur',
'trigger_value' => 'Déclenchement sur valeur',
'stop_processing_other_triggers' => 'Arrêter le traitement dautres déclencheurs',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Opérations déjà pointées ( :count)',
'submitted_end_balance' => 'Solde final soumis',
'initial_balance_description' => 'Balance initiale pour ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'inconnu',
'interest_calc_daily' => 'Par jour',
'interest_calc_monthly' => 'Par mois',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Dette',
'account_type_Loan' => 'Prêt',
'account_type_Mortgage' => 'Prêt hypothécaire',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Carte de crédit',
'liability_direction_credit' => 'On me doit cette dette',
'liability_direction_debit' => 'Je dois cette dette à quelqu\'un d\'autre',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Budgets',
'tags' => 'Tags',
'reports' => 'Rapports',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Ventilé par compte',
'coveredWithTags' => 'Recouvert de tags',
'leftInBudget' => 'Budget restant',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Somme des montants',
'noCategory' => '(aucune catégorie)',
'notCharged' => 'Pas (encore) facturé',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Vous nêtes pas obligé d\'utiliser cette fonctionnalité, mais elle peut être utile si vous souhaitez garder une trace de ces éléments.',
'no_accounts_create_liabilities' => 'Créer un passif',
'no_budgets_title_default' => 'Nous allons créer un budget',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Vous n\'avez pas encore de budget. Les budgets sont utilisés pour organiser vos dépenses en groupes logiques, ce que vous permet d\'établir des seuils pour limiter ces dépenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Les budgets sont les outils de base de la gestion financière. Nous allons en créer un maintenant :',
'no_budgets_create_default' => 'Créer un budget',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Nous allons créer une catégorie !',
'no_categories_intro_default' => 'Vous n\'avez pas encore de catégories. Les catégories sont utilisées pour affiner vos opérations et les étiqueter avec leur catégorie désignée.',
'no_categories_imperative_default' => 'Les catégories sont créées automatiquement lorsque vous créez des opérations, mais vous pouvez en créer manuellement. Nous allons en créer une maintenant :',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Champ',
'value' => 'Valeur',
'interest' => 'Intérêt',
'interest_period' => 'période dintérêt',
'interest_period' => 'Interest period',
'liability_type' => 'Type de passif',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Chaque ventilation doit avoir transaction_journal_id (ID valide ou 0).',
'ob_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
'ob_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%Y. %B',
'month_and_day' => '%Y. %B %e.',
'month_and_day_moment_js' => 'YYYY. MMM. D.',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%Y. %B %e. %A',
'month_and_day_no_year' => '%B %e.',
'date_time' => '%Y. %B %e. %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => '":title" című szabály frissítve',
'default_rule_group_name' => 'Alapértelmezés szerinti szabályok',
'default_rule_group_description' => 'Csoporthoz nem rendelt szabályok.',
'default_rule_name' => 'Az első saját alapértelmezett szabály',
'default_rule_description' => 'Ez a szabály egy példa. Nyugodtan le lehet törölni.',
'default_rule_trigger_description' => 'The Man Who Sold the World',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Bought the world from ',
'default_rule_action_set_category' => 'Magas költségek',
'trigger' => 'Eseményindító',
'trigger_value' => 'Eseményindító értéke',
'stop_processing_other_triggers' => 'Egyéb eseményindítók feldolgozásának leállítása',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Már törölt tranzakciók (:count)',
'submitted_end_balance' => 'Beküldött záró egyenleg',
'initial_balance_description' => '":account" kezdeti egyenlege',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'ismeretlen',
'interest_calc_daily' => 'Naponta',
'interest_calc_monthly' => 'Havonta',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Adósság',
'account_type_Loan' => 'Hitel',
'account_type_Mortgage' => 'Jelzálog',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Hitelkártya',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Költségkeretek',
'tags' => 'Címkék',
'reports' => 'Jelentések',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Bankszámlákra osztva',
'coveredWithTags' => 'Címkékkel fedezve',
'leftInBudget' => 'Költségkeretből maradt',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Összegek összege',
'noCategory' => '(nincs kategória)',
'notCharged' => 'Nem változott (még)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Nem kötelező használni ezt a funkciót, de hasznos lehet ha szükséges követni ezeket a dolgokat.',
'no_accounts_create_liabilities' => 'Új kötelezettség létrehozása',
'no_budgets_title_default' => 'Ideje létrehozni egy költségkeretet',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Még nincsenek költségkeretek. A költségkeretek arra szolgálnak, hogy a költségeket logikai csoportokba szervezhessük, amelyekhez a költségek csökkentéséhez megadható egy átléphető felső határ.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'A költségkeretek a pénzügyi menedzsment alapvető eszközei. Létrehozás most:',
'no_budgets_create_default' => 'Költségkeret létrehozása',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Ideje létrehozni egy kategóriát!',
'no_categories_intro_default' => 'Még nincsenek kategóriák. A kategóriákat a tranzakciók finomhangolására, kijelölt kategóriákkal történő megjelölésére használják.',
'no_categories_imperative_default' => 'A kategóriák automatikusan létrejönnek tranzakciók létrehozásakor, de ha szükséges, létre lehet hozni manuálisan is. Létrehozás most:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Mező',
'value' => 'Érték',
'interest' => 'Kamat',
'interest_period' => 'kamatperiódus',
'interest_period' => 'Interest period',
'liability_type' => 'A kötelezettség típusa',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Minden felosztásnak rendelkeznie kell "transaction_journal_id"-val (lehet érvényes érték vagy 0).',
'ob_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
'ob_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A, %B %e %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Aturan yang diperbarui dengan judul ":title"',
'default_rule_group_name' => 'Aturan baku',
'default_rule_group_description' => 'Semua peraturan Anda tidak ada dalam kelompok tertentu.',
'default_rule_name' => 'Aturan default pertama Anda',
'default_rule_description' => 'Aturan ini adalah sebuah contoh. Anda bisa menghapusnya dengan aman.',
'default_rule_trigger_description' => 'Orang yang menjual dunia',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Membeli dunia dari',
'default_rule_action_set_category' => 'Biaya besar',
'trigger' => 'Pelatuk',
'trigger_value' => 'Memicu nilai',
'stop_processing_other_triggers' => 'Berhenti memproses pemicu lainnya',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Sudah dibersihkan transaksi (:count)',
'submitted_end_balance' => 'Saldo akhir yang dikirim',
'initial_balance_description' => 'Initial balance for ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'unknown',
'interest_calc_daily' => 'Per day',
'interest_calc_monthly' => 'Per month',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Debt',
'account_type_Loan' => 'Loan',
'account_type_Mortgage' => 'Mortgage',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Credit card',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Anggaran',
'tags' => 'Tag',
'reports' => 'Laporan',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Dibagi oleh akun',
'coveredWithTags' => 'Ditutupi dengan tag',
'leftInBudget' => 'Yang tersisa di anggaran',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Jumlah dari jumlah',
'noCategory' => '(Tidak ada kategori)',
'notCharged' => 'Tidak dikenakan biaya (belum)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.',
'no_accounts_create_liabilities' => 'Create a liability',
'no_budgets_title_default' => 'Mari buat anggaran',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Anggaran adalah alat dasar pengelolaan keuangan. Mari kita ciptakan sekarang:',
'no_budgets_create_default' => 'Buat anggaran',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Mari buat kategori!',
'no_categories_intro_default' => 'Anda belum memiliki kategori. Kategori digunakan untuk menyesuaikan transaksi Anda dan memberi label mereka dengan kategori yang ditentukan.',
'no_categories_imperative_default' => 'Kategori dibuat secara otomatis saat Anda membuat transaksi, namun Anda juga bisa membuatnya secara manual. Mari kita ciptakan sekarang:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Bidang',
'value' => 'Nilai',
'interest' => 'Bunga',
'interest_period' => 'periode bunga',
'interest_period' => 'Interest period',
'liability_type' => 'Jenis kewajiban',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Regola aggiornata con titolo ":title"',
'default_rule_group_name' => 'Regole predefinite',
'default_rule_group_description' => 'Tutte le tue regole che non sono in un gruppo specifico.',
'default_rule_name' => 'La tua prima regola predefinita',
'default_rule_description' => 'Questa regola è un esempio. Puoi tranquillamente eliminarla.',
'default_rule_trigger_description' => 'L\'uomo che vendette il mondo',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Comprato il mondo da ',
'default_rule_action_set_category' => 'Grandi spese',
'trigger' => 'Trigger',
'trigger_value' => 'Attiva al valore',
'stop_processing_other_triggers' => 'Smetti di elaborare altri trigger',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Transazioni già conciliate (:count)',
'submitted_end_balance' => 'Saldo finale inserito',
'initial_balance_description' => 'Saldo iniziale per ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'sconosciuto',
'interest_calc_daily' => 'Al giorno',
'interest_calc_monthly' => 'Al mese',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Debito',
'account_type_Loan' => 'Prestito',
'account_type_Mortgage' => 'Mutuo',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Carta di credito',
'liability_direction_credit' => 'Questo debito mi è dovuto',
'liability_direction_debit' => 'Devo questo debito a qualcun altro',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Budget',
'tags' => 'Etichette',
'reports' => 'Resoconti',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Dividi per conto',
'coveredWithTags' => 'Coperto con etichetta',
'leftInBudget' => 'Rimanenza nel budget',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Somma dei conti',
'noCategory' => '(nessuna categoria)',
'notCharged' => 'Non (ancora) addebitato',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Non è necessario che usi questa funzionalità ma può essere utile se vuoi tenere traccia di queste cose.',
'no_accounts_create_liabilities' => 'Crea una passività',
'no_budgets_title_default' => 'Creiamo un budget',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Non hai ancora budget. I budget sono usati per organizzare le tue spese in gruppi logici, ai quali puoi dare un tetto indicativo per limitare le tue spese.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'I budget sono gli strumenti di base della gestione finanziaria. Creiamone uno ora:',
'no_budgets_create_default' => 'Crea budget',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Creaiamo una categoria!',
'no_categories_intro_default' => 'Non hai ancora categorie. Le categorie vengono utilizzate per mettere a punto le transazioni e etichettarle con la categoria designata.',
'no_categories_imperative_default' => 'Le categorie vengono create automaticamente quando si creano le transazioni, ma è possibile crearne anche manualmente. Ne creiamo una ora:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Campo',
'value' => 'Valore',
'interest' => 'Interesse',
'interest_period' => 'periodo di interesse',
'interest_period' => 'Interest period',
'liability_type' => 'Tipo di passività',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Ogni suddivisione deve avere un "transaction_journal_id" (un ID valido oppure 0).',
'ob_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
'ob_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B. %e, %Y',
'month_and_day_no_year' => '%B. %e',
'date_time' => '%e. %B, %Y @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Oppdaterte regel med tittel ":title"',
'default_rule_group_name' => 'Standardregler',
'default_rule_group_description' => 'Alle dine regler ligger ikke i noen bestemt gruppe.',
'default_rule_name' => 'Din første standardregel',
'default_rule_description' => 'Denne regelen er et eksempel. Du kan trygt slette den.',
'default_rule_trigger_description' => 'Mannen som solgte verden',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Kjøpte verden fra ',
'default_rule_action_set_category' => 'Store utgifter',
'trigger' => 'Utløser',
'trigger_value' => 'Utløs på verdi',
'stop_processing_other_triggers' => 'Slutt å prosessere andre utløsere',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Tidligere ryddet transaksjoner (:count)',
'submitted_end_balance' => 'Innsendt sluttsaldo',
'initial_balance_description' => 'Start saldo for ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'ukjent',
'interest_calc_daily' => 'Per dag',
'interest_calc_monthly' => 'Per måned',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Gjeld',
'account_type_Loan' => 'Lån',
'account_type_Mortgage' => 'Boliglån',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Kredittkort',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Budsjetter',
'tags' => 'Tagger',
'reports' => 'Rapporter',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Del opp på konto',
'coveredWithTags' => 'Dekket med tagger',
'leftInBudget' => 'Igjen i budsjett',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Sum av summer',
'noCategory' => '(ingen kategori)',
'notCharged' => 'Ikke belastet (ennå)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Du behøver ikke bruke denne funksjonen, men den kan være fornuftig å bruke når du vil ha kontroll på disse tingene.',
'no_accounts_create_liabilities' => 'Opprett gjeld',
'no_budgets_title_default' => 'La oss lage et budsjett',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Budsjett er et basis verktøy for finansiell administrasjon. La oss lage et nå:',
'no_budgets_create_default' => 'Opprett et budsjett',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'La oss lage en kategori!',
'no_categories_intro_default' => 'Du har ingen kategorier ennå. Kategorier brukes til å finjustere dine transaksjoner og merke dem med sin egen kategori.',
'no_categories_imperative_default' => 'Kategorier opprettes automatisk når du oppretter transaksjoner, men du kan opprette en manuelt også. La oss opprette en nå:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Felt',
'value' => 'Verdi',
'interest' => 'Renter',
'interest_period' => 'renteperiode',
'interest_period' => 'Interest period',
'liability_type' => 'Type gjeld',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A %e %B %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Regel ":title" geüpdatet',
'default_rule_group_name' => 'Standaard regels',
'default_rule_group_description' => 'Al je regels die niet in een bepaalde groep zitten.',
'default_rule_name' => 'Je eerste standaardregel',
'default_rule_description' => 'Deze regel is een voorbeeld. Je kan hem rustig verwijderen.',
'default_rule_trigger_description' => 'The Man Who Sold the World',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Kocht de wereld van ',
'default_rule_action_set_category' => 'Grote uitgaven',
'trigger' => 'Trigger',
'trigger_value' => 'Trigger bij waarde',
'stop_processing_other_triggers' => 'Reageer niet meer op andere triggers',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Al afgestemde transacties (:count)',
'submitted_end_balance' => 'Ingevoerd eindsaldo',
'initial_balance_description' => 'Startsaldo voor ":account"',
'liability_credit_description' => 'Leningkrediet voor ":account"',
'interest_calc_' => 'onbekend',
'interest_calc_daily' => 'Per dag',
'interest_calc_monthly' => 'Per maand',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Schuld',
'account_type_Loan' => 'Lening',
'account_type_Mortgage' => 'Hypotheek',
'account_type_debt' => 'Schuld',
'account_type_loan' => 'Lening',
'account_type_mortgage' => 'Hypotheek',
'account_type_Credit card' => 'Credit card',
'liability_direction_credit' => 'Ik krijg dit bedrag terug',
'liability_direction_debit' => 'Ik moet dit bedrag terugbetalen',
'liability_direction_credit_short' => 'Schuldeiser',
'liability_direction_debit_short' => 'Schuldenaar',
'liability_direction__short' => 'Onbekend',
'Liability credit' => 'Leningkrediet',
'budgets' => 'Budgetten',
'tags' => 'Tags',
'reports' => 'Overzichten',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Per betaalrekening',
'coveredWithTags' => 'Gecorrigeerd met tags',
'leftInBudget' => 'Over van budget',
'left_in_debt' => 'Verschuldigd bedrag',
'sumOfSums' => 'Alles bij elkaar',
'noCategory' => '(zonder categorie)',
'notCharged' => '(Nog) niet betaald',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Je hoeft deze functie niet gebruiken maar het is handig als je zulke dingen wilt bijhouden.',
'no_accounts_create_liabilities' => 'Maak een passiva',
'no_budgets_title_default' => 'Je hebt een budget nodig',
'no_rules_title_default' => 'Je hebt een regel nodig',
'no_budgets_intro_default' => 'Je hebt nog geen budgetten. Budgetten gebruik je om je uitgaven te groeperen. Daarmee kan je je uitgaven beperken.',
'no_rules_intro_default' => 'Je hebt nog geen regels. Regels zijn handige automaatjes die transacties voor je kunnen verwerken.',
'no_rules_imperative_default' => 'Regels kunnen erg handig zijn bij het beheren van transacties. Je kan er nu een maken:',
'no_budgets_imperative_default' => 'Budgetten zijn de basis-gereedschappen van financieel beheer. Je kan nu een budget maken:',
'no_budgets_create_default' => 'Maak een budget',
'no_rules_create_default' => 'Maak een regel',
'no_categories_title_default' => 'Je hebt een categorie nodig!',
'no_categories_intro_default' => 'Je hebt nog geen categorieën. Categorieën gebruik je om je transacties gedetailleerd in te delen.',
'no_categories_imperative_default' => 'Categorieën worden automatisch aangemaakt als je transacties maakt, maar dit kan ook met de hand. Zoals nu:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Veld',
'value' => 'Waarde',
'interest' => 'Rente',
'interest_period' => 'renteperiode',
'interest_period' => 'Renteperiode',
'liability_type' => 'Type passiva',
'liability_direction' => 'Passiva in- of uitgaand',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Elke split moet een transaction_journal_id hebben (een geldig ID of 0).',
'ob_source_need_data' => 'Om door te gaan moet er een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
'lc_source_need_data' => 'Er moet een geldig bronrekening-ID zijn om door te gaan.',
'ob_dest_need_data' => 'Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.',
'ob_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A, %e %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B %Y o %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Zmodyfikowano regułę o nazwie ":title"',
'default_rule_group_name' => 'Reguły domyślne',
'default_rule_group_description' => 'Wszystkie twoje reguły, które nie znajdują się w określonej grupie.',
'default_rule_name' => 'Twoja pierwsza reguła domyślna',
'default_rule_description' => 'Ta reguła jest przykładem. Możesz ją bezpiecznie usunąć.',
'default_rule_trigger_description' => 'Człowiek, który sprzedał świat',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Kupił świat od ',
'default_rule_action_set_category' => 'Duże wydatki',
'trigger' => 'Wyzwalacz',
'trigger_value' => 'Uruchom dla wartości',
'stop_processing_other_triggers' => 'Zatrzymaj przetwarzanie innych wyzwalaczy',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Transakcje uzgodnione wcześniej (:count)',
'submitted_end_balance' => 'Przesłane saldo końcowe',
'initial_balance_description' => 'Saldo początkowe dla ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'nieznany',
'interest_calc_daily' => 'Co dzień',
'interest_calc_monthly' => 'Co miesiąc',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Dług',
'account_type_Loan' => 'Pożyczka',
'account_type_Mortgage' => 'Hipoteka',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Karta kredytowa',
'liability_direction_credit' => 'Zadłużenie wobec mnie',
'liability_direction_debit' => 'Zadłużenie wobec kogoś innego',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Budżety',
'tags' => 'Tagi',
'reports' => 'Raporty',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Podziel według konta',
'coveredWithTags' => 'Objęte tagami',
'leftInBudget' => 'Pozostało w budżecie',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Suma sum',
'noCategory' => '(bez kategorii)',
'notCharged' => 'Brak opłaty (jeszcze)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Nie musisz korzystać z tej funkcji, ale może być przydatna, jeśli chcesz śledzić te rzeczy.',
'no_accounts_create_liabilities' => 'Utwórz zobowiązanie',
'no_budgets_title_default' => 'Stwórzmy budżet',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Nie masz jeszcze żadnych budżetów. Budżety są wykorzystywane do organizowania twoich wydatków w logiczne grupy, które możesz obserwować, aby ograniczyć swoje wydatki.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Budżety są podstawowymi narzędziami zarządzania finansami. Stwórzmy jeden teraz:',
'no_budgets_create_default' => 'Stwórz budżet',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Stwórzmy kategorię!',
'no_categories_intro_default' => 'Nie masz jeszcze żadnych kategorii. Kategorie służą do precyzyjnego dostrajania transakcji i oznaczania ich zgodnie z wyznaczoną kategorią.',
'no_categories_imperative_default' => 'Kategorie są tworzone automatycznie podczas tworzenia transakcji, ale możesz również utworzyć je ręcznie, jeśli chcesz. Stwórzmy jedną teraz:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Pole',
'value' => 'Wartość',
'interest' => 'Odsetki',
'interest_period' => 'okres odsetkowy',
'interest_period' => 'Interest period',
'liability_type' => 'Rodzaj zobowiązania',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Każdy podział musi posiadać transaction_journal_id (poprawny identyfikator lub 0).',
'ob_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
'ob_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e de %B de %Y',
'month_and_day_moment_js' => 'DD \de MMMM \de YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A, %B de %e de %Y',
'month_and_day_no_year' => '%B de %e',
'date_time' => '%B %e, %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Regra atualizada com o título ":title"',
'default_rule_group_name' => 'Regras padrão',
'default_rule_group_description' => 'Todas as suas regras, não estão em um grupo específico.',
'default_rule_name' => 'Sua primeira regra padrão',
'default_rule_description' => 'Esta regra é um exemplo. Você pode excluí-la com segurança.',
'default_rule_trigger_description' => 'O homem que vendeu o mundo',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Comprei o mundo a partir ',
'default_rule_action_set_category' => 'Grandes despesas',
'trigger' => 'Disparo',
'trigger_value' => 'Disparo no valor',
'stop_processing_other_triggers' => 'Parar o processamento de outros gatilhos',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Transações já removidas (:count)',
'submitted_end_balance' => 'Saldo final enviado',
'initial_balance_description' => 'Saldo inicial para ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'desconhecido',
'interest_calc_daily' => 'Por dia',
'interest_calc_monthly' => 'Por mês',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Dívida',
'account_type_Loan' => 'Empréstimo',
'account_type_Mortgage' => 'Hipoteca',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Cartão de crédito',
'liability_direction_credit' => 'Devo este débito',
'liability_direction_debit' => 'Devo este débito a outra pessoa',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Orçamentos',
'tags' => 'Tags',
'reports' => 'Relatórios',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Dividir por conta',
'coveredWithTags' => 'Coberto com tags',
'leftInBudget' => 'Deixou no orçamento',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Soma dos montantes',
'noCategory' => '(sem categoria)',
'notCharged' => 'Não cobrado (ainda)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Você não precisa usar esse recurso, mas pode ser útil se você quer controlar esse tipo de coisas.',
'no_accounts_create_liabilities' => 'Criar um passivo',
'no_budgets_title_default' => 'Vamos criar um orçamento',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Você ainda não tem nenhum orçamento. Eles são utilizados para organizar suas despesas em grupos lógicos, que você pode aplicar para limitar suas despesas.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Os orçamentos são as ferramentas básicas de gestão financeira. Vamos criar um agora:',
'no_budgets_create_default' => 'Criar orçamento',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Vamos criar uma categoria!',
'no_categories_intro_default' => 'Você ainda não possui categorias. As categorias são usadas para ajustar suas transações e rotulá-las com a categoria designada.',
'no_categories_imperative_default' => 'As categorias são criadas automaticamente quando você cria transações, mas você também pode criar uma manualmente. Vamos criar uma agora:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Campo',
'value' => 'Valor',
'interest' => 'Juros',
'interest_period' => 'período de juros',
'interest_period' => 'Interest period',
'liability_type' => 'Tipo de passivo',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Cada divisão deve ter transaction_journal_id (ID válido ou 0).',
'ob_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %e %B, %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B, %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Actualizada a regra com o título ":title"',
'default_rule_group_name' => 'Regras padrão',
'default_rule_group_description' => 'Todas as regras não estão num grupo específico.',
'default_rule_name' => 'A primeira regra padrão',
'default_rule_description' => 'Esta regra é um exemplo. Pode apaga-la sem problema.',
'default_rule_trigger_description' => 'O Homem Que Vendeu o Mundo',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Comprei o mundo a partir ',
'default_rule_action_set_category' => 'Despesas grandes',
'trigger' => 'Disparados',
'trigger_value' => 'Disparar no valor',
'stop_processing_other_triggers' => 'Parar os outros disparos',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Transacções já removidas (:count)',
'submitted_end_balance' => 'Saldo final enviado',
'initial_balance_description' => 'Saldo inicial para ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'desconhecido',
'interest_calc_daily' => 'Diario',
'interest_calc_monthly' => 'Mensal',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Debito',
'account_type_Loan' => 'Emprestimo',
'account_type_Mortgage' => 'Hipoteca',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Cartao de credito',
'liability_direction_credit' => 'Esta dívida é-me devida',
'liability_direction_debit' => 'Devo esta dívida a outra pessoa',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Orçamentos',
'tags' => 'Etiquetas',
'reports' => 'Relatórios',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Dividir por conta',
'coveredWithTags' => 'Com etiquetas',
'leftInBudget' => 'Margem no orçamento',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Soma dos montantes',
'noCategory' => '(sem categoria)',
'notCharged' => 'Não alterado (ainda)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Não precisa de utilizar esta funcionalidade, mas pode-lhe ser útil se quiser acompanhar este tipo de coisas.',
'no_accounts_create_liabilities' => 'Criar um passivo',
'no_budgets_title_default' => 'Vamos criar um orçamento',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Você ainda não tem orçamentos. Os orçamentos são usados para organizar as suas despesas em grupos lógicos, que você pode usar como limiar para ajudar a limitar as suas despesas.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Os orçamentos são as ferramentas básicas da gestão financeira. Vamos criar um agora:',
'no_budgets_create_default' => 'Criar um orçamento',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Vamos criar uma categoria!',
'no_categories_intro_default' => 'Ainda não tem categorias. As categorias são usadas para ajustar as transacções e rotulá-las para uma categoria especifica.',
'no_categories_imperative_default' => 'As categorias são criadas automaticamente quando cria transacções, mas também pode criar uma manualmente. Vamos criar uma agora:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Campo',
'value' => 'Valor',
'interest' => 'Juro',
'interest_period' => 'periodo de juros',
'interest_period' => 'Interest period',
'liability_type' => 'Tipo de responsabilidade',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Cada divisão deve ter transaction_journal_id (ID válido ou 0).',
'ob_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'É necessário ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'S-a actualizat o regulă cu titlul ":title"',
'default_rule_group_name' => 'Reguli standard',
'default_rule_group_description' => 'Toate regulile - nu sunt într-un anumit grup.',
'default_rule_name' => 'Prima dvs. regulă implicită',
'default_rule_description' => 'Această regulă este un exemplu. Puteți să o ștergeți în siguranță.',
'default_rule_trigger_description' => 'Omul care a vandut lumea',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'A cumparat lumea de la',
'default_rule_action_set_category' => 'Cheltuieli mari',
'trigger' => 'Declanșator',
'trigger_value' => 'Declanșare la valoarea',
'stop_processing_other_triggers' => 'Opriți procesarea altor declanșatoare',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Au fost deja tranzacții eliminate (:count)',
'submitted_end_balance' => 'Sold final afițat',
'initial_balance_description' => 'Sold inițial pentru ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'necunoscut',
'interest_calc_daily' => 'Pe zi',
'interest_calc_monthly' => 'Pe lună',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Datorie',
'account_type_Loan' => 'Împrumut',
'account_type_Mortgage' => 'Credit ipotecar',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Card de credit',
'liability_direction_credit' => 'Sunt datorat acestei datorii',
'liability_direction_debit' => 'Datorăm această datorie altcuiva',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Buget',
'tags' => 'Etichete',
'reports' => 'Rapoarte',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Împărțire după cont',
'coveredWithTags' => 'Acoperite cu etichete',
'leftInBudget' => 'Rămasă în bugetul',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Suma sumelor',
'noCategory' => '(nici o categorie)',
'notCharged' => 'Nu este taxat (încă)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Nu trebuie să utilizați această funcție, dar poate fi utilă dacă doriți să urmăriți aceste lucruri.',
'no_accounts_create_liabilities' => 'Creați un provizion',
'no_budgets_title_default' => 'Să cream un provizion',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Nu ai încă nici un buget. Bugetele sunt folosite pentru a vă organiza cheltuielile în grupuri logice, pe care le puteți supune unei limite de cheltuieli.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Bugetele sunt instrumentele de bază ale gestiunii financiare. Să creăm unul acum:',
'no_budgets_create_default' => 'Creați un buget',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Să cream o categorie!',
'no_categories_intro_default' => 'Nu ai încă nici o categorie. Categoriile sunt utilizate pentru a regla tranzacțiile și a le eticheta cu categoria lor desemnată.',
'no_categories_imperative_default' => 'Categoriile sunt create automat atunci când creați tranzacții, dar puteți crea și una manuală. Să creăm una acum:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Câmp',
'value' => 'Valoare',
'interest' => 'Interes',
'interest_period' => 'perioadă de interes',
'interest_period' => 'Interest period',
'liability_type' => 'Tip de provizion',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Fiecare împărțire trebuie să aibă transaction_journal_id (fie ID valid sau 0).',
'ob_source_need_data' => 'Pentru a continua, trebuie să obțineți un ID sursă validă și / sau un nume valid al contului sursă valabil.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
'ob_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A, %B %e %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Обновлено правило с названием ":title"',
'default_rule_group_name' => 'Правила по умолчанию',
'default_rule_group_description' => 'Здесь размещаются правила, которые вы не поместили ни в одну из групп.',
'default_rule_name' => 'Ваше первое правило по умолчанию',
'default_rule_description' => 'Это правило - просто пример. Вы можете смело его удалить.',
'default_rule_trigger_description' => 'Человек, который продал мир',
'default_rule_trigger_source_account' => 'Дэвид Боуи',
'default_rule_action_prepend' => 'Купил мир у ',
'default_rule_action_set_category' => 'Большие расходы',
'trigger' => 'Условие',
'trigger_value' => 'Значение условия',
'stop_processing_other_triggers' => 'Прекратить обработку других условий',
@@ -893,7 +887,7 @@ return [
'create_new_deposit' => 'Создать новый доход',
'create_new_transfer' => 'Создать новый перевод',
'create_new_asset' => 'Создать новый активный счёт',
'create_new_liabilities' => 'Create new liability',
'create_new_liabilities' => 'Создать новый долговой счёт',
'create_new_expense' => 'Создать новый счёт расхода',
'create_new_revenue' => 'Создать новый счёт дохода',
'create_new_piggy_bank' => 'Создать новую копилку',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Уже удалённые транзакции (:count)',
'submitted_end_balance' => 'Подтверждённый конечный баланс',
'initial_balance_description' => 'Начальный баланс для ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'неизвестно',
'interest_calc_daily' => 'В день',
'interest_calc_monthly' => 'В месяц',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Дебит',
'account_type_Loan' => 'Заём',
'account_type_Mortgage' => 'Ипотека',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Кредитная карта',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Бюджет',
'tags' => 'Метки',
'reports' => 'Отчёты',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Разделить по разным счетам',
'coveredWithTags' => 'Присвоены метки',
'leftInBudget' => 'Осталось в бюджете',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Сумма сумм',
'noCategory' => '(без категории)',
'notCharged' => 'Не взимается (пока)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Вам не обязательно использовать эту функцию, но она может быть полезной, если вы хотите отслеживать такие вещи.',
'no_accounts_create_liabilities' => 'Создать новый долговой счёт',
'no_budgets_title_default' => 'Давайте создадим бюджет',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'У вас пока нет бюджетов. Бюджеты используются для упорядочивания ваших расходов в логические группы, с помощью наблюдения за которыми вы можете ограничить свои расходы.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Бюджеты - это основные инструменты управления финансами. Давайте создадим один сейчас:',
'no_budgets_create_default' => 'Создать бюджет',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Давайте создадим категорию!',
'no_categories_intro_default' => 'У вас пока нет категорий. Категории используются для точной настройки ваших транзакций и их маркировки.',
'no_categories_imperative_default' => 'Категории создаются автоматически при создании транзакций, но вы также можете создать их вручную. Давайте создадим одну сейчас:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Поле',
'value' => 'Значение',
'interest' => 'Процентная ставка',
'interest_period' => 'период начисления процентов',
'interest_period' => 'Interest period',
'liability_type' => 'Тип ответственности',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Каждая разделённая транзакция должна иметь transaction_journal_id (либо действительный ID, либо 0).',
'ob_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
'ob_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'MMM D, RRRR',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %e. %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Pravidlo nazvané „:title“ aktualizované',
'default_rule_group_name' => 'Východzie pravidlá',
'default_rule_group_description' => 'Ani jedno vaše pravidlo nepatrí do skupiny.',
'default_rule_name' => 'Vaše prvé predvolené pravidlo',
'default_rule_description' => 'Toto pravidlo je ukážkou. Je možné ho bezpečne odstrániť.',
'default_rule_trigger_description' => 'Muž, ktorý predal svet',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Kúpil svet od ',
'default_rule_action_set_category' => 'Veľké výdavky',
'trigger' => 'Spúšťač',
'trigger_value' => 'Spustiť pri hodnote',
'stop_processing_other_triggers' => 'Zastaviť spracovávanie ostatných spúšťačov',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Už zúčtované transakcie (:count)',
'submitted_end_balance' => 'Vložený konečný zostatok',
'initial_balance_description' => 'Počiatočný zostatok pre „:account“',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'neznáme',
'interest_calc_daily' => 'Za deň',
'interest_calc_monthly' => 'Za mesiac',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Dlh',
'account_type_Loan' => 'Pôžička',
'account_type_Mortgage' => 'Hypotéka',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Kreditná karta',
'liability_direction_credit' => 'Túto sumu mi dlžia',
'liability_direction_debit' => 'Tento dlh mám voči niekomu inému',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Rozpočty',
'tags' => 'Štítky',
'reports' => 'Výkazy',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Rozúčtovanie podľa účtu',
'coveredWithTags' => 'Pokryté štítkami',
'leftInBudget' => 'Zostáva v rozpočte',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Súhrn súčtov',
'noCategory' => '(bez kategórie)',
'notCharged' => 'Nestrhnuté (zatiaľ)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Túto funkciu nemusíte používať, ale hodí sa, ak si chcete v týchto veciach udržať prehľad.',
'no_accounts_create_liabilities' => 'Vytvoriť záväzok',
'no_budgets_title_default' => 'Poďme vytvoriť rozpočet',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Zatiaľ nemáte žiadne rozpočty. Rozpočty sa používajú na usporiadanie vašich výdavkov do logických skupín, ktoré môžete obmedziť výdavkom pomocou soft-cap.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Rozpočty sú základné nástroje správy financií. Poďme si taký vytvoriť:',
'no_budgets_create_default' => 'Vytvoriť rozpočet',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Poďme vytvoriť kategóriu!',
'no_categories_intro_default' => 'Zatiaľ nemáte žiadne kategórie. Kategórie sa používajú na doladenie vašich transakcií a na označenie príslušnou kategóriou.',
'no_categories_imperative_default' => 'Kategórie sa vytvárajú automaticky pri vytváraní transakcií, ale môžete ich vytvoriť aj manuálne. Vytvorme si teraz jednu:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Pole',
'value' => 'Hodnota',
'interest' => 'Úrok',
'interest_period' => 'úrokové obdobie',
'interest_period' => 'Interest period',
'liability_type' => 'Typ záväzku',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Každé rozdelenie musí mať platné transaction_journal_id (platné ID alebo 0).',
'ob_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Pre pokračovanie je potrebné platné ID cieľového účtu a/alebo platný názov cieľového účtu.',
'ob_dest_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný cieľový účet.',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A, %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y,@ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Uppdaterade regel med titel ":title"',
'default_rule_group_name' => 'Standard regler',
'default_rule_group_description' => 'Alla dina regler inte i en viss grupp.',
'default_rule_name' => 'Din första standardregel',
'default_rule_description' => 'Denna regel är ett exempel. Det är säkert att ta bort den.',
'default_rule_trigger_description' => 'The Man Who Sold the World',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Köpte världen från ',
'default_rule_action_set_category' => 'Stora utgifter',
'trigger' => 'Utlösare',
'trigger_value' => 'Utlösare på värde',
'stop_processing_other_triggers' => 'Sluta bearbeta andra utlösare',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Slutförda transaktioner (:count)',
'submitted_end_balance' => 'Inskickad slutbalans',
'initial_balance_description' => 'Startbalans för ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'okänd',
'interest_calc_daily' => 'Per dag',
'interest_calc_monthly' => 'Per månad',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Skuld',
'account_type_Loan' => 'Lån',
'account_type_Mortgage' => 'Bolån',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Kreditkort',
'liability_direction_credit' => 'Jag är skyldig denna skuld',
'liability_direction_debit' => 'Jag är skyldig någon annan denna skuld',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Budgetar',
'tags' => 'Etiketter',
'reports' => 'Rapporter',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Dela efter konto',
'coveredWithTags' => 'Belagd med etiketter',
'leftInBudget' => 'Kvar i budget',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Summan av beloppen',
'noCategory' => '(ingen kategori)',
'notCharged' => 'Inte debiterade (ännu)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Du behöver inte använda den här funktionen, men det kan vara användbart om du vill hålla reda på dessa saker.',
'no_accounts_create_liabilities' => 'Skapa en ny skuld',
'no_budgets_title_default' => 'Låt oss skapa en budget',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Du har inga budgetar ännu. Budgetar används för att organisera dina utgifter i logiska grupper, som du kan ge en soft-cap för att begränsa dina utgifter.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Budgetarna är de grundläggande verktygen för ekonomisk förvaltning. Låt oss skapa ett nu:',
'no_budgets_create_default' => 'Skapa en budget',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Låt oss skapa en kategori!',
'no_categories_intro_default' => 'Du har inga kategorier ännu. Kategorier används för att finjustera dina transaktioner och märka dem med deras utsedda kategori.',
'no_categories_imperative_default' => 'Kategorier skapas automatiskt när du skapar transaktioner, men du kan skapa en manuellt också. Låt oss skapa en nu:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Fält',
'value' => 'Värde',
'interest' => 'Ränta',
'interest_period' => 'nteperiod',
'interest_period' => 'Interest period',
'liability_type' => 'Typ av ansvar',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Varje delad transaktion kräver transaction_journal_id (giltigt ID eller 0).',
'ob_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.',
'ob_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',

View File

@@ -403,12 +403,6 @@ return [
'updated_rule' => '":title" başlığı ile la güncellenmiş kural',
'default_rule_group_name' => 'Varsayılan kurallar',
'default_rule_group_description' => 'Tüm kurallarınız belli bir grupta değil.',
'default_rule_name' => 'İlk varsayılan kuralınız',
'default_rule_description' => 'Bu kural bir örnektir. Güvenle silebilirsiniz.',
'default_rule_trigger_description' => 'The Man Who Sold the World',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Bought the world from ',
'default_rule_action_set_category' => 'Büyük giderler',
'trigger' => 'Tetikleyici',
'trigger_value' => 'Değer üzerindeki tetikleyici',
'stop_processing_other_triggers' => 'Diğer tetikleyicilerin işlenmesini durdur',
@@ -1137,6 +1131,7 @@ return [
'already_cleared_transactions' => 'Halihazırda temizlenmiş işlemler (:count)',
'submitted_end_balance' => 'Gönderilen bitiş bakiyesi',
'initial_balance_description' => 'Initial balance for ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'unknown',
'interest_calc_daily' => 'Per day',
'interest_calc_monthly' => 'Per month',
@@ -1324,9 +1319,16 @@ return [
'account_type_Debt' => 'Debt',
'account_type_Loan' => 'Loan',
'account_type_Mortgage' => 'Mortgage',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Credit card',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Bütçeler',
'tags' => 'Etiketler',
'reports' => 'Raporlar',
@@ -1397,6 +1399,7 @@ return [
'splitByAccount' => 'Hesaplara göre bölünmüş',
'coveredWithTags' => 'Etiketler kapatılmıştır',
'leftInBudget' => 'Bütçede bırakıldı',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Hesap toplamı',
'noCategory' => '(Kategori yok)',
'notCharged' => 'Ücret alınmadı (henüz)',
@@ -1709,9 +1712,13 @@ return [
'no_accounts_imperative_liabilities' => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.',
'no_accounts_create_liabilities' => 'Create a liability',
'no_budgets_title_default' => 'Bütçe oluşturalım',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Bütçeler, finansal yönetimin temel araçlarıdır. Şimdi bir tane oluşturalım:',
'no_budgets_create_default' => 'Bir bütçe oluştur',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Bir kategori oluşturalım!',
'no_categories_intro_default' => 'Henüz kategorileriniz yok. Kategoriler işlemlerinizi ayrıntılı ayarlamak ve onları belirlenmiş olan kategorilere etiketlemenize yarar.',
'no_categories_imperative_default' => 'Kategoriler, işlemler oluşturduğunuzda otomatikmen oluşturulur, ama siz manuel olarak da oluşturabilirsiniz. Hadi bir tane oluşturalım:',

View File

@@ -131,6 +131,7 @@ return [
'field' => 'Alan',
'value' => 'Değer',
'interest' => 'Faiz',
'interest_period' => 'faiz periyodu',
'interest_period' => 'Interest period',
'liability_type' => 'Borç tipi',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y (Automatic Translation)',
'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => 'Quy tắc cập nhật với tiêu đề ":title"',
'default_rule_group_name' => 'Quy tắc mặc định',
'default_rule_group_description' => 'Tất cả các quy tắc của bạn không nằm trong một nhóm cụ thể.',
'default_rule_name' => 'Quy tắc mặc định đầu tiên của bạn',
'default_rule_description' => 'Quy tắc này là một ví dụ. Bạn có thể xóa nó một cách an toàn.',
'default_rule_trigger_description' => 'Người đàn ông đã bán thế giới',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Mua thế giới từ ',
'default_rule_action_set_category' => 'Chi phí lớn',
'trigger' => 'Kích hoạt',
'trigger_value' => 'Kích hoạt giá trị',
'stop_processing_other_triggers' => 'Ngừng xử lý các kích hoạt khác',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => 'Đã xóa giao dịch (:count)',
'submitted_end_balance' => 'Gửi số dư cuối kỳ',
'initial_balance_description' => 'Số dư ban đầu cho ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'không xác định',
'interest_calc_daily' => 'Mỗi ngày',
'interest_calc_monthly' => 'Mỗi tháng',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => 'Món nợ',
'account_type_Loan' => 'Tiền vay',
'account_type_Mortgage' => 'Thế chấp',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Thẻ tín dụng',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => 'Ngân sách',
'tags' => 'Nhãn',
'reports' => 'Báo cáo',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => 'Chia theo tài khoản',
'coveredWithTags' => 'Được bao phủ bởi các nhãn',
'leftInBudget' => 'Còn lại trong ngân sách',
'left_in_debt' => 'Amount due',
'sumOfSums' => 'Tổng số tiền',
'noCategory' => '(không danh mục)',
'notCharged' => 'Không tính phí (chưa)',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => 'Bạn không phải sử dụng tính năng này, nhưng nó có thể hữu ích nếu bạn muốn theo dõi những điều này.',
'no_accounts_create_liabilities' => 'Tạo một tài khoản nợ',
'no_budgets_title_default' => 'Hãy tạo một ngân sách',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'Bạn chưa có ngân sách. Ngân sách được sử dụng để sắp xếp chi tiêu của bạn thành các nhóm hợp lý, bạn có thể cung cấp giới hạn mềm để giới hạn chi phí của mình.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Ngân sách là công cụ cơ bản của quản lý tài chính. Hãy tạo ngay bây giờ:',
'no_budgets_create_default' => 'Tạo ngân sách',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Hãy tạo một danh mục!',
'no_categories_intro_default' => 'Bạn chưa có danh mục nào. Danh mục được sử dụng để tinh chỉnh các giao dịch của bạn và gắn nhãn chúng với danh mục được chỉ định của chúng.',
'no_categories_imperative_default' => 'Danh mục được tạo tự động khi bạn tạo giao dịch, nhưng bạn cũng có thể tạo một giao dịch theo cách thủ công. Hãy tạo ngay bây giờ:',

View File

@@ -130,6 +130,7 @@ return [
'field' => 'Trường',
'value' => 'Giá trị',
'interest' => 'Lãi',
'interest_period' => 'Chu kỳ lãi',
'interest_period' => 'Interest period',
'liability_type' => 'Loại trách nhiệm pháp lý',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => 'Mỗi phân chia phải có giao dịch_journal_id (ID hợp lệ hoặc 0).',
'ob_source_need_data' => 'Cần lấy ID tài khoản nguồn hợp lệ và / hoặc tên tài khoản nguồn hợp lệ để tiếp tục.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Cần lấy ID tài khoản đích hợp lệ và / hoặc tên tài khoản đích hợp lệ để tiếp tục.',
'ob_dest_bad_data' => 'Không thể tìm thấy tài khoản đích hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%Y年%B',
'month_and_day' => '%Y年%B%e日',
'month_and_day_moment_js' => 'YYYY年M月D日',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%Y年%B%e日 %A',
'month_and_day_no_year' => '%B%e日',
'date_time' => '%Y年%B%e日 %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => '已以 ":title" 为标题更新规则',
'default_rule_group_name' => '默认规则',
'default_rule_group_description' => '未添加至特定组的规则。',
'default_rule_name' => '您的第一个默认规则',
'default_rule_description' => '此为示例规则,您可安全地将其移除。',
'default_rule_trigger_description' => '那个卖掉世界的男人',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => '从这个人手里买了世界 ',
'default_rule_action_set_category' => '钜额消费',
'trigger' => '触发条件',
'trigger_value' => '触发值',
'stop_processing_other_triggers' => '停止处理其他触发条件',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => '以清空交易 (:count)',
'submitted_end_balance' => '已提交结束余额',
'initial_balance_description' => '“:account”的初始余额',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => '未知',
'interest_calc_daily' => '每日',
'interest_calc_monthly' => '每月',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => '欠款',
'account_type_Loan' => '贷款',
'account_type_Mortgage' => '抵押',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => '信用卡',
'liability_direction_credit' => '我欠了这笔债务',
'liability_direction_debit' => '我欠别人这笔钱',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => '预算',
'tags' => '标签',
'reports' => '报表',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => '按账户拆分',
'coveredWithTags' => '以标签涵盖',
'leftInBudget' => '预算剩余',
'left_in_debt' => 'Amount due',
'sumOfSums' => '总和',
'noCategory' => '(没有分类)',
'notCharged' => '(尚) 未开始',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => '您不用必须使用此功能,但若您要追踪这些东西的话,此功能十分有用。',
'no_accounts_create_liabilities' => '创建债务账户',
'no_budgets_title_default' => '创建一笔预算!',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => '您目前还没有预算。预算用于将您的支出归为具有逻辑性的组,为您的支出添加一个软性上限。',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => '预算是财务管理的基本工具,我们现在就来:',
'no_budgets_create_default' => '创建预算',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => '创建一个分类!',
'no_categories_intro_default' => '您目前还没有分类。分类用于微调您的交易,并依指定分类标示。',
'no_categories_imperative_default' => '当您创建交易时会自动创建分类,但您也可以手动创建,我们现在就来:',

View File

@@ -130,6 +130,7 @@ return [
'field' => '字段',
'value' => '值',
'interest' => '利息',
'interest_period' => '利息期',
'interest_period' => 'Interest period',
'liability_type' => '债务类型',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => '每笔拆分必须有 transaction_journal_id (有效的 ID 或 0)。',
'ob_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
'ob_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',

View File

@@ -28,6 +28,7 @@ return [
'month' => '%Y 年 %b',
'month_and_day' => '%Y 年 %b %e 號',
'month_and_day_moment_js' => 'YYYY 年 MMM D 日',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%Y 年 %b %e 號 %A',
'month_and_day_no_year' => '%b %e 號',
'date_time' => '%Y 年 %b %e 號 %T',

View File

@@ -402,12 +402,6 @@ return [
'updated_rule' => '已更新標題為 ":title" 的規則',
'default_rule_group_name' => '預設規則',
'default_rule_group_description' => '所有不屬於特定群組的規則。',
'default_rule_name' => '您的第一個預設規則',
'default_rule_description' => '此為範例規則,您可安全移除它。',
'default_rule_trigger_description' => 'The Man Who Sold the World',
'default_rule_trigger_source_account' => 'David Bowie',
'default_rule_action_prepend' => 'Bought the world from ',
'default_rule_action_set_category' => '鉅額消費',
'trigger' => '觸發器',
'trigger_value' => '觸發值',
'stop_processing_other_triggers' => '停止處理其他觸發器',
@@ -1136,6 +1130,7 @@ return [
'already_cleared_transactions' => '以清空交易 (:count)',
'submitted_end_balance' => '已送出結束餘額',
'initial_balance_description' => '“:account” 的初始餘額',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => '未知',
'interest_calc_daily' => '每日',
'interest_calc_monthly' => '每月',
@@ -1323,9 +1318,16 @@ return [
'account_type_Debt' => '負債',
'account_type_Loan' => '貸款',
'account_type_Mortgage' => '抵押',
'account_type_debt' => 'Debt',
'account_type_loan' => 'Loan',
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => '信用卡',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'liability_direction_credit_short' => 'Owed this debt',
'liability_direction_debit_short' => 'Owe this debt',
'liability_direction__short' => 'Unknown',
'Liability credit' => 'Liability credit',
'budgets' => '預算',
'tags' => '標籤',
'reports' => '報表',
@@ -1396,6 +1398,7 @@ return [
'splitByAccount' => '以帳戶分割',
'coveredWithTags' => '以標籤涵蓋',
'leftInBudget' => '預算剩餘',
'left_in_debt' => 'Amount due',
'sumOfSums' => '總和',
'noCategory' => '(沒有分類)',
'notCharged' => '(尚) 未開始',
@@ -1708,9 +1711,13 @@ return [
'no_accounts_imperative_liabilities' => '您不需使用此功能,但若您要追蹤這些東西,此功能可是很有用的。',
'no_accounts_create_liabilities' => '建立新債務',
'no_budgets_title_default' => '一起建立一筆預算',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => '預算是財務管理的基本工具,現在就建立一筆:',
'no_budgets_create_default' => '建立新預算',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => '一起建立一個分類!',
'no_categories_intro_default' => '您還沒有分類。分類是用來微調您的交易紀錄,並依指定分類標示。',
'no_categories_imperative_default' => '當您建立交易時分類會自動被建立,但您也可以手動建立,現在就新增一個:',

View File

@@ -130,6 +130,7 @@ return [
'field' => '欄位',
'value' => '值',
'interest' => '利率',
'interest_period' => '利率期',
'interest_period' => 'Interest period',
'liability_type' => '負債類型',
'liability_direction' => 'Liability in/out',
];

View File

@@ -200,6 +200,7 @@ return [
'need_id_in_edit' => '每筆拆分須有 transaction_journal_id (為有效的 ID 或是 0)。',
'ob_source_need_data' => '需要有效的來源帳戶 ID 及/或有效的來源帳戶名稱才能繼續。',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => '需要有效的目標帳戶 ID 及/或有效的目標帳戶名稱才能繼續。',
'ob_dest_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的目標帳戶。',