mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Update translations
This commit is contained in:
1
resources/lang/.gitignore
vendored
1
resources/lang/.gitignore
vendored
@@ -5,6 +5,7 @@ ja_JP
|
||||
pt_PT
|
||||
sl_SI
|
||||
uk_UA
|
||||
sk_SK
|
||||
sr_CS
|
||||
et_EE
|
||||
tlh_AA
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Име на банката',
|
||||
'bank_balance' => 'Салдо',
|
||||
'savings_balance' => 'Спестявания',
|
||||
'credit_card_limit' => 'Лимит по кредитна карта',
|
||||
'automatch' => 'Автоматично съчетаване',
|
||||
'skip' => 'Пропусни',
|
||||
'enabled' => 'Активирано',
|
||||
'name' => 'Име',
|
||||
'active' => 'Активен',
|
||||
'amount_min' => 'Минимална сума',
|
||||
'amount_max' => 'Максимална сума',
|
||||
'match' => 'Съответства на',
|
||||
'strict' => 'Строг режим',
|
||||
'repeat_freq' => 'Повторения',
|
||||
'object_group' => 'Група',
|
||||
'location' => 'Местоположение',
|
||||
'update_channel' => 'Канал за обновления',
|
||||
'currency_id' => 'Валута',
|
||||
'transaction_currency_id' => 'Валута',
|
||||
'auto_budget_currency_id' => 'Валута',
|
||||
'external_ip' => 'Външен IP адрес на вашия сървър',
|
||||
'attachments' => 'Прикачени файлове',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Проверете сигурността на паролата',
|
||||
'source_account' => 'Разходна сметка',
|
||||
'destination_account' => 'Приходна сметка',
|
||||
'asset_destination_account' => 'Приходна сметка',
|
||||
'include_net_worth' => 'Включи в общото богатство',
|
||||
'asset_source_account' => 'Разходна сметка',
|
||||
'journal_description' => 'Описание',
|
||||
'note' => 'Бележки',
|
||||
'bank_name' => 'Име на банката',
|
||||
'bank_balance' => 'Салдо',
|
||||
'savings_balance' => 'Спестявания',
|
||||
'credit_card_limit' => 'Лимит по кредитна карта',
|
||||
'automatch' => 'Автоматично съчетаване',
|
||||
'skip' => 'Пропусни',
|
||||
'enabled' => 'Активирано',
|
||||
'name' => 'Име',
|
||||
'active' => 'Активен',
|
||||
'amount_min' => 'Минимална сума',
|
||||
'amount_max' => 'Максимална сума',
|
||||
'match' => 'Съответства на',
|
||||
'strict' => 'Строг режим',
|
||||
'repeat_freq' => 'Повторения',
|
||||
'object_group' => 'Група',
|
||||
'location' => 'Местоположение',
|
||||
'update_channel' => 'Канал за обновления',
|
||||
'currency_id' => 'Валута',
|
||||
'transaction_currency_id' => 'Валута',
|
||||
'auto_budget_currency_id' => 'Валута',
|
||||
'external_ip' => 'Външен IP адрес на вашия сървър',
|
||||
'attachments' => 'Прикачени файлове',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Проверете сигурността на паролата',
|
||||
'source_account' => 'Разходна сметка',
|
||||
'destination_account' => 'Приходна сметка',
|
||||
'asset_destination_account' => 'Приходна сметка',
|
||||
'include_net_worth' => 'Включи в общото богатство',
|
||||
'asset_source_account' => 'Разходна сметка',
|
||||
'journal_description' => 'Описание',
|
||||
'note' => 'Бележки',
|
||||
'currency' => 'Валута',
|
||||
'account_id' => 'Сметка за активи',
|
||||
'budget_id' => 'Бюджет',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Лихва',
|
||||
'interest_period' => 'Лихвен период',
|
||||
|
||||
'type' => 'Вид',
|
||||
'convert_Withdrawal' => 'Преобразувай тегленето',
|
||||
'convert_Deposit' => 'Преобразувай депозита',
|
||||
'convert_Transfer' => 'Преобразувай прехвърлянето',
|
||||
'type' => 'Вид',
|
||||
'convert_Withdrawal' => 'Преобразувай тегленето',
|
||||
'convert_Deposit' => 'Преобразувай депозита',
|
||||
'convert_Transfer' => 'Преобразувай прехвърлянето',
|
||||
|
||||
'amount' => 'Сума',
|
||||
'foreign_amount' => 'Сума във валута',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Спри изпълнението',
|
||||
'start_date' => 'Начало на обхвата',
|
||||
'end_date' => 'Край на обхвата',
|
||||
'start' => 'Начало на обхвата',
|
||||
'end' => 'Край на обхвата',
|
||||
'delete_account' => 'Изтрий сметка ":name"',
|
||||
'delete_bill' => 'Изтрий сметка ":name"',
|
||||
'delete_budget' => 'Изтрий бюджет ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Очаквано на',
|
||||
'paid' => 'Платени',
|
||||
|
||||
'auto_budget_type' => 'Автоматичен бюджет',
|
||||
'auto_budget_amount' => 'Сума за автоматичен бюджет',
|
||||
'auto_budget_period' => 'Период за автоматичен бюджет',
|
||||
'auto_budget_type' => 'Автоматичен бюджет',
|
||||
'auto_budget_amount' => 'Сума за автоматичен бюджет',
|
||||
'auto_budget_period' => 'Период за автоматичен бюджет',
|
||||
|
||||
'collected' => 'Събрани',
|
||||
'submitted' => 'Потвърдено',
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Съдържание на записа'
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Съдържание на записа',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Název banky',
|
||||
'bank_balance' => 'Zůstatek',
|
||||
'savings_balance' => 'Zůstatek úspor',
|
||||
'credit_card_limit' => 'Limit kreditní karty',
|
||||
'automatch' => 'Hledat shodu automaticky',
|
||||
'skip' => 'Přeskočit',
|
||||
'enabled' => 'Zapnuto',
|
||||
'name' => 'Název',
|
||||
'active' => 'Aktivní',
|
||||
'amount_min' => 'Minimální částka',
|
||||
'amount_max' => 'Maximální částka',
|
||||
'match' => 'Shody',
|
||||
'strict' => 'Striktní režim',
|
||||
'repeat_freq' => 'Opakuje se',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Údaje o poloze',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Měna',
|
||||
'transaction_currency_id' => 'Měna',
|
||||
'auto_budget_currency_id' => 'Měna',
|
||||
'external_ip' => 'Externí IP adresa vašeho serveru',
|
||||
'attachments' => 'Přílohy',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Ověřit odolnost hesla',
|
||||
'source_account' => 'Zdrojový účet',
|
||||
'destination_account' => 'Cílový účet',
|
||||
'asset_destination_account' => 'Cílový účet',
|
||||
'include_net_worth' => 'Zahrnout do čistého jmění',
|
||||
'asset_source_account' => 'Zdrojový účet',
|
||||
'journal_description' => 'Popis',
|
||||
'note' => 'Poznámky',
|
||||
'bank_name' => 'Název banky',
|
||||
'bank_balance' => 'Zůstatek',
|
||||
'savings_balance' => 'Zůstatek úspor',
|
||||
'credit_card_limit' => 'Limit kreditní karty',
|
||||
'automatch' => 'Hledat shodu automaticky',
|
||||
'skip' => 'Přeskočit',
|
||||
'enabled' => 'Zapnuto',
|
||||
'name' => 'Název',
|
||||
'active' => 'Aktivní',
|
||||
'amount_min' => 'Minimální částka',
|
||||
'amount_max' => 'Maximální částka',
|
||||
'match' => 'Shody',
|
||||
'strict' => 'Striktní režim',
|
||||
'repeat_freq' => 'Opakuje se',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Údaje o poloze',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Měna',
|
||||
'transaction_currency_id' => 'Měna',
|
||||
'auto_budget_currency_id' => 'Měna',
|
||||
'external_ip' => 'Externí IP adresa vašeho serveru',
|
||||
'attachments' => 'Přílohy',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Ověřit odolnost hesla',
|
||||
'source_account' => 'Zdrojový účet',
|
||||
'destination_account' => 'Cílový účet',
|
||||
'asset_destination_account' => 'Cílový účet',
|
||||
'include_net_worth' => 'Zahrnout do čistého jmění',
|
||||
'asset_source_account' => 'Zdrojový účet',
|
||||
'journal_description' => 'Popis',
|
||||
'note' => 'Poznámky',
|
||||
'currency' => 'Měna',
|
||||
'account_id' => 'Účet aktiv',
|
||||
'budget_id' => 'Rozpočet',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Úrok',
|
||||
'interest_period' => 'Úrokové období',
|
||||
|
||||
'type' => 'Typ',
|
||||
'convert_Withdrawal' => 'Přeměnit výběr',
|
||||
'convert_Deposit' => 'Přeměnit vklad',
|
||||
'convert_Transfer' => 'Přeměnit převod',
|
||||
'type' => 'Typ',
|
||||
'convert_Withdrawal' => 'Přeměnit výběr',
|
||||
'convert_Deposit' => 'Přeměnit vklad',
|
||||
'convert_Transfer' => 'Přeměnit převod',
|
||||
|
||||
'amount' => 'Částka',
|
||||
'foreign_amount' => 'Částka v cizí měně',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Zastavit zpracování',
|
||||
'start_date' => 'Začátek rozsahu',
|
||||
'end_date' => 'Konec rozsahu',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Smazat účet „:name“',
|
||||
'delete_bill' => 'Smazán účet „:name“',
|
||||
'delete_budget' => 'Smazat rozpočet „:name“',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Očekáváno v',
|
||||
'paid' => 'Zaplaceno',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Name der Bank',
|
||||
'bank_balance' => 'Kontostand',
|
||||
'savings_balance' => 'Sparguthaben',
|
||||
'credit_card_limit' => 'Kreditkartenlimit',
|
||||
'automatch' => 'Automatisch reagieren',
|
||||
'skip' => 'Überspringen',
|
||||
'enabled' => 'Aktiviert',
|
||||
'name' => 'Name',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Mindestbetrag',
|
||||
'amount_max' => 'Höchstbetrag',
|
||||
'match' => 'Reagiert auf',
|
||||
'strict' => 'Strenger Modus',
|
||||
'repeat_freq' => 'Wiederholungen',
|
||||
'object_group' => 'Gruppe',
|
||||
'location' => 'Herkunft',
|
||||
'update_channel' => 'Aktualisierungskanal',
|
||||
'currency_id' => 'Währung',
|
||||
'transaction_currency_id' => 'Währung',
|
||||
'auto_budget_currency_id' => 'Währung',
|
||||
'external_ip' => 'Die externe IP-Adresse Ihres Servers',
|
||||
'attachments' => 'Anhänge',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Passwortsicherheit überprüfen',
|
||||
'source_account' => 'Quellkonto',
|
||||
'destination_account' => 'Zielkonto',
|
||||
'asset_destination_account' => 'Zielkonto',
|
||||
'include_net_worth' => 'Im Eigenkapital enthalten',
|
||||
'asset_source_account' => 'Quellkonto',
|
||||
'journal_description' => 'Beschreibung',
|
||||
'note' => 'Notizen',
|
||||
'bank_name' => 'Name der Bank',
|
||||
'bank_balance' => 'Kontostand',
|
||||
'savings_balance' => 'Sparguthaben',
|
||||
'credit_card_limit' => 'Kreditkartenlimit',
|
||||
'automatch' => 'Automatisch reagieren',
|
||||
'skip' => 'Überspringen',
|
||||
'enabled' => 'Aktiviert',
|
||||
'name' => 'Name',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Mindestbetrag',
|
||||
'amount_max' => 'Höchstbetrag',
|
||||
'match' => 'Reagiert auf',
|
||||
'strict' => 'Strenger Modus',
|
||||
'repeat_freq' => 'Wiederholungen',
|
||||
'object_group' => 'Gruppe',
|
||||
'location' => 'Herkunft',
|
||||
'update_channel' => 'Aktualisierungskanal',
|
||||
'currency_id' => 'Währung',
|
||||
'transaction_currency_id' => 'Währung',
|
||||
'auto_budget_currency_id' => 'Währung',
|
||||
'external_ip' => 'Die externe IP-Adresse Ihres Servers',
|
||||
'attachments' => 'Anhänge',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Passwortsicherheit überprüfen',
|
||||
'source_account' => 'Quellkonto',
|
||||
'destination_account' => 'Zielkonto',
|
||||
'asset_destination_account' => 'Zielkonto',
|
||||
'include_net_worth' => 'Im Eigenkapital enthalten',
|
||||
'asset_source_account' => 'Quellkonto',
|
||||
'journal_description' => 'Beschreibung',
|
||||
'note' => 'Notizen',
|
||||
'currency' => 'Währung',
|
||||
'account_id' => 'Bestandskonto',
|
||||
'budget_id' => 'Budget',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Zinsen',
|
||||
'interest_period' => 'Verzinsungszeitraum',
|
||||
|
||||
'type' => 'Typ',
|
||||
'convert_Withdrawal' => 'Ändere zu Abhebung',
|
||||
'convert_Deposit' => 'Ändere zu Einzahlung',
|
||||
'convert_Transfer' => 'In Umbuchung umwandeln',
|
||||
'type' => 'Typ',
|
||||
'convert_Withdrawal' => 'Ändere zu Abhebung',
|
||||
'convert_Deposit' => 'Ändere zu Einzahlung',
|
||||
'convert_Transfer' => 'In Umbuchung umwandeln',
|
||||
|
||||
'amount' => 'Betrag',
|
||||
'foreign_amount' => 'Ausländischer Betrag',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Verarbeitung beenden',
|
||||
'start_date' => 'Anfang des Bereichs',
|
||||
'end_date' => 'Ende des Bereichs',
|
||||
'start' => 'Anfang des Bereichs',
|
||||
'end' => 'Ende des Bereichs',
|
||||
'delete_account' => 'Konto „:name” löschen',
|
||||
'delete_bill' => 'Rechnung „:name” löschen',
|
||||
'delete_budget' => 'Budget „:name” löschen',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Erwartet am',
|
||||
'paid' => 'Bezahlt',
|
||||
|
||||
'auto_budget_type' => 'Automatisches Budget',
|
||||
'auto_budget_amount' => 'Betrag des automatischen Budget',
|
||||
'auto_budget_period' => 'Zeitraum des automatischen Budget',
|
||||
'auto_budget_type' => 'Automatisches Budget',
|
||||
'auto_budget_amount' => 'Betrag des automatischen Budget',
|
||||
'auto_budget_period' => 'Zeitraum des automatischen Budget',
|
||||
|
||||
'collected' => 'Gesammelt',
|
||||
'submitted' => 'Übermittelt',
|
||||
'key' => 'Schlüssel',
|
||||
'value' => 'Inhalt der Aufzeichnungen'
|
||||
'key' => 'Schlüssel',
|
||||
'value' => 'Inhalt der Aufzeichnungen',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Όνομα τράπεζας',
|
||||
'bank_balance' => 'Υπόλοιπο',
|
||||
'savings_balance' => 'Υπόλοιπο αποταμιεύσεων',
|
||||
'credit_card_limit' => 'Όριο πιστωτικής κάρτας',
|
||||
'automatch' => 'Αυτόματο ταίριασμα',
|
||||
'skip' => 'Παράλειψη',
|
||||
'enabled' => 'Ενεργοποιημένο',
|
||||
'name' => 'Όνομα',
|
||||
'active' => 'Ενεργό',
|
||||
'amount_min' => 'Ελάχιστο ποσό',
|
||||
'amount_max' => 'Μέγιστο ποσό',
|
||||
'match' => 'Αντιστοιχίες στις',
|
||||
'strict' => 'Αυστηρή λειτουργία',
|
||||
'repeat_freq' => 'Επαναλήψεις',
|
||||
'object_group' => 'Ομάδα',
|
||||
'location' => 'Τοποθεσία',
|
||||
'update_channel' => 'Κανάλι ενημερώσεων',
|
||||
'currency_id' => 'Νόμισμα',
|
||||
'transaction_currency_id' => 'Νόμισμα',
|
||||
'auto_budget_currency_id' => 'Νόμισμα',
|
||||
'external_ip' => 'Η εξωτερική IP του εξυπηρετητή σας',
|
||||
'attachments' => 'Συνημμένα',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Επιβεβαίωση ασφάλειας κωδικού',
|
||||
'source_account' => 'Λογαριασμός προέλευσης',
|
||||
'destination_account' => 'Λογαριασμός προορισμού',
|
||||
'asset_destination_account' => 'Λογαριασμός προορισμού',
|
||||
'include_net_worth' => 'Εντός καθαρής αξίας',
|
||||
'asset_source_account' => 'Λογαριασμός προέλευσης',
|
||||
'journal_description' => 'Περιγραφή',
|
||||
'note' => 'Σημειώσεις',
|
||||
'bank_name' => 'Όνομα τράπεζας',
|
||||
'bank_balance' => 'Υπόλοιπο',
|
||||
'savings_balance' => 'Υπόλοιπο αποταμιεύσεων',
|
||||
'credit_card_limit' => 'Όριο πιστωτικής κάρτας',
|
||||
'automatch' => 'Αυτόματο ταίριασμα',
|
||||
'skip' => 'Παράλειψη',
|
||||
'enabled' => 'Ενεργοποιημένο',
|
||||
'name' => 'Όνομα',
|
||||
'active' => 'Ενεργό',
|
||||
'amount_min' => 'Ελάχιστο ποσό',
|
||||
'amount_max' => 'Μέγιστο ποσό',
|
||||
'match' => 'Αντιστοιχίες στις',
|
||||
'strict' => 'Αυστηρή λειτουργία',
|
||||
'repeat_freq' => 'Επαναλήψεις',
|
||||
'object_group' => 'Ομάδα',
|
||||
'location' => 'Τοποθεσία',
|
||||
'update_channel' => 'Κανάλι ενημερώσεων',
|
||||
'currency_id' => 'Νόμισμα',
|
||||
'transaction_currency_id' => 'Νόμισμα',
|
||||
'auto_budget_currency_id' => 'Νόμισμα',
|
||||
'external_ip' => 'Η εξωτερική IP του εξυπηρετητή σας',
|
||||
'attachments' => 'Συνημμένα',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Επιβεβαίωση ασφάλειας κωδικού',
|
||||
'source_account' => 'Λογαριασμός προέλευσης',
|
||||
'destination_account' => 'Λογαριασμός προορισμού',
|
||||
'asset_destination_account' => 'Λογαριασμός προορισμού',
|
||||
'include_net_worth' => 'Εντός καθαρής αξίας',
|
||||
'asset_source_account' => 'Λογαριασμός προέλευσης',
|
||||
'journal_description' => 'Περιγραφή',
|
||||
'note' => 'Σημειώσεις',
|
||||
'currency' => 'Νόμισμα',
|
||||
'account_id' => 'Λογαριασμός κεφαλαίου',
|
||||
'budget_id' => 'Προϋπολογισμός',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Τόκος',
|
||||
'interest_period' => 'Τοκιζόμενη περίοδος',
|
||||
|
||||
'type' => 'Τύπος',
|
||||
'convert_Withdrawal' => 'Μετατροπή ανάληψης',
|
||||
'convert_Deposit' => 'Μετατροπή κατάθεσης',
|
||||
'convert_Transfer' => 'Μετατροπή μεταφοράς',
|
||||
'type' => 'Τύπος',
|
||||
'convert_Withdrawal' => 'Μετατροπή ανάληψης',
|
||||
'convert_Deposit' => 'Μετατροπή κατάθεσης',
|
||||
'convert_Transfer' => 'Μετατροπή μεταφοράς',
|
||||
|
||||
'amount' => 'Ποσό',
|
||||
'foreign_amount' => 'Ποσό σε ξένο νόμισμα',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Διακοπή επεξεργασίας',
|
||||
'start_date' => 'Αρχή του εύρους',
|
||||
'end_date' => 'Τέλος του εύρους',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Διαγραφή λογαριασμού ":name"',
|
||||
'delete_bill' => 'Διαγραφή πάγιου έξοδου ":name"',
|
||||
'delete_budget' => 'Διαγραφή προϋπολογισμού ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Αναμένεται στις',
|
||||
'paid' => 'Πληρώθηκε',
|
||||
|
||||
'auto_budget_type' => 'Αυτόματος προϋπολογισμός',
|
||||
'auto_budget_amount' => 'Ποσό αυτόματου προϋπολογισμού',
|
||||
'auto_budget_period' => 'Περίοδος αυτόματου προϋπολογισμού',
|
||||
'auto_budget_type' => 'Αυτόματος προϋπολογισμός',
|
||||
'auto_budget_amount' => 'Ποσό αυτόματου προϋπολογισμού',
|
||||
'auto_budget_period' => 'Περίοδος αυτόματου προϋπολογισμού',
|
||||
|
||||
'collected' => 'Συλλέχθηκε',
|
||||
'submitted' => 'Υποβλήθηκε',
|
||||
'key' => 'Κλειδί',
|
||||
'value' => 'Περιεχόμενο της εγγραφής'
|
||||
'key' => 'Κλειδί',
|
||||
'value' => 'Περιεχόμενο της εγγραφής',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Bank name',
|
||||
'bank_balance' => 'Balance',
|
||||
'savings_balance' => 'Savings balance',
|
||||
'credit_card_limit' => 'Credit card limit',
|
||||
'automatch' => 'Match automatically',
|
||||
'skip' => 'Skip',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'Name',
|
||||
'active' => 'Active',
|
||||
'amount_min' => 'Minimum amount',
|
||||
'amount_max' => 'Maximum amount',
|
||||
'match' => 'Matches on',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Currency',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Attachments',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verify password security',
|
||||
'source_account' => 'Source account',
|
||||
'destination_account' => 'Destination account',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'bank_name' => 'Bank name',
|
||||
'bank_balance' => 'Balance',
|
||||
'savings_balance' => 'Savings balance',
|
||||
'credit_card_limit' => 'Credit card limit',
|
||||
'automatch' => 'Match automatically',
|
||||
'skip' => 'Skip',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'Name',
|
||||
'active' => 'Active',
|
||||
'amount_min' => 'Minimum amount',
|
||||
'amount_max' => 'Maximum amount',
|
||||
'match' => 'Matches on',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Currency',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Attachments',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verify password security',
|
||||
'source_account' => 'Source account',
|
||||
'destination_account' => 'Destination account',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Currency',
|
||||
'account_id' => 'Asset account',
|
||||
'budget_id' => 'Budget',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Interest',
|
||||
'interest_period' => 'Interest period',
|
||||
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Convert withdrawal',
|
||||
'convert_Deposit' => 'Convert deposit',
|
||||
'convert_Transfer' => 'Convert transfer',
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Convert withdrawal',
|
||||
'convert_Deposit' => 'Convert deposit',
|
||||
'convert_Transfer' => 'Convert transfer',
|
||||
|
||||
'amount' => 'Amount',
|
||||
'foreign_amount' => 'Foreign amount',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Stop processing',
|
||||
'start_date' => 'Start of range',
|
||||
'end_date' => 'End of range',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Delete account ":name"',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'delete_budget' => 'Delete budget ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Banco',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Salgo de ahorro',
|
||||
'credit_card_limit' => 'Límite de la tarjeta de crédito',
|
||||
'automatch' => 'Coinciden automáticamente',
|
||||
'skip' => 'Saltar',
|
||||
'enabled' => 'Habilitado',
|
||||
'name' => 'Nombre',
|
||||
'active' => 'Activo',
|
||||
'amount_min' => 'Importe mínimo',
|
||||
'amount_max' => 'Importe máximo',
|
||||
'match' => 'Encuentros en',
|
||||
'strict' => 'Modo estricto',
|
||||
'repeat_freq' => 'Repetición',
|
||||
'object_group' => 'Grupo',
|
||||
'location' => 'Ubicación',
|
||||
'update_channel' => 'Canal de actualizaciones',
|
||||
'currency_id' => 'Divisa',
|
||||
'transaction_currency_id' => 'Moneda',
|
||||
'auto_budget_currency_id' => 'Moneda',
|
||||
'external_ip' => 'IP externa de su servidor',
|
||||
'attachments' => 'Adjuntos',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificar la seguridad de contraseña',
|
||||
'source_account' => 'Cuenta origen',
|
||||
'destination_account' => 'Cuenta destino',
|
||||
'asset_destination_account' => 'Cuenta de destino',
|
||||
'include_net_worth' => 'Incluir en valor neto',
|
||||
'asset_source_account' => 'Cuenta de origen',
|
||||
'journal_description' => 'Descripción',
|
||||
'note' => 'Notas',
|
||||
'bank_name' => 'Banco',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Salgo de ahorro',
|
||||
'credit_card_limit' => 'Límite de la tarjeta de crédito',
|
||||
'automatch' => 'Coinciden automáticamente',
|
||||
'skip' => 'Saltar',
|
||||
'enabled' => 'Habilitado',
|
||||
'name' => 'Nombre',
|
||||
'active' => 'Activo',
|
||||
'amount_min' => 'Importe mínimo',
|
||||
'amount_max' => 'Importe máximo',
|
||||
'match' => 'Encuentros en',
|
||||
'strict' => 'Modo estricto',
|
||||
'repeat_freq' => 'Repetición',
|
||||
'object_group' => 'Grupo',
|
||||
'location' => 'Ubicación',
|
||||
'update_channel' => 'Canal de actualizaciones',
|
||||
'currency_id' => 'Divisa',
|
||||
'transaction_currency_id' => 'Moneda',
|
||||
'auto_budget_currency_id' => 'Moneda',
|
||||
'external_ip' => 'IP externa de su servidor',
|
||||
'attachments' => 'Adjuntos',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificar la seguridad de contraseña',
|
||||
'source_account' => 'Cuenta origen',
|
||||
'destination_account' => 'Cuenta destino',
|
||||
'asset_destination_account' => 'Cuenta de destino',
|
||||
'include_net_worth' => 'Incluir en valor neto',
|
||||
'asset_source_account' => 'Cuenta de origen',
|
||||
'journal_description' => 'Descripción',
|
||||
'note' => 'Notas',
|
||||
'currency' => 'Divisa',
|
||||
'account_id' => 'Cuenta',
|
||||
'budget_id' => 'Presupuesto',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Interés',
|
||||
'interest_period' => 'Período de interés',
|
||||
|
||||
'type' => 'Tipo',
|
||||
'convert_Withdrawal' => 'Convertir extracción',
|
||||
'convert_Deposit' => 'Convertir depósito',
|
||||
'convert_Transfer' => 'Convertir transferencia',
|
||||
'type' => 'Tipo',
|
||||
'convert_Withdrawal' => 'Convertir extracción',
|
||||
'convert_Deposit' => 'Convertir depósito',
|
||||
'convert_Transfer' => 'Convertir transferencia',
|
||||
|
||||
'amount' => 'Importe',
|
||||
'foreign_amount' => 'Cantidad extranjera',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Detener el procesamiento',
|
||||
'start_date' => 'Inicio del rango',
|
||||
'end_date' => 'Final del rango',
|
||||
'start' => 'Inicio del rango',
|
||||
'end' => 'Final del rango',
|
||||
'delete_account' => 'Borrar cuenta ":name"',
|
||||
'delete_bill' => 'Eliminar factura ":name"',
|
||||
'delete_budget' => 'Eliminar presupuesto ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Esperado para',
|
||||
'paid' => 'Pagado',
|
||||
|
||||
'auto_budget_type' => 'Autopresupuesto',
|
||||
'auto_budget_amount' => 'Monto del autopresupuesto',
|
||||
'auto_budget_period' => 'Período del autopresupuesto',
|
||||
'auto_budget_type' => 'Autopresupuesto',
|
||||
'auto_budget_amount' => 'Monto del autopresupuesto',
|
||||
'auto_budget_period' => 'Período del autopresupuesto',
|
||||
|
||||
'collected' => 'Cobrado',
|
||||
'submitted' => 'Enviado',
|
||||
'key' => 'Clave',
|
||||
'value' => 'Contenido del registro'
|
||||
'key' => 'Clave',
|
||||
'value' => 'Contenido del registro',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Pankin nimi',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Säästötilien saldo',
|
||||
'credit_card_limit' => 'Luottoraja',
|
||||
'automatch' => 'Vertaile automaattisesti',
|
||||
'skip' => 'Ohita',
|
||||
'enabled' => 'Käytössä',
|
||||
'name' => 'Nimi',
|
||||
'active' => 'Aktiivinen',
|
||||
'amount_min' => 'Vähimmäissumma',
|
||||
'amount_max' => 'Enimmäissumma',
|
||||
'match' => 'Täsmää',
|
||||
'strict' => 'Tarkka vertailu',
|
||||
'repeat_freq' => 'Toistot',
|
||||
'object_group' => 'Ryhmä',
|
||||
'location' => 'Sijainti',
|
||||
'update_channel' => 'Päivityskanava',
|
||||
'currency_id' => 'Valuutta',
|
||||
'transaction_currency_id' => 'Valuutta',
|
||||
'auto_budget_currency_id' => 'Valuutta',
|
||||
'external_ip' => 'Serverin ulkoinen verkko-osoite (IP)',
|
||||
'attachments' => 'Liitteet',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Vahvista salasanan turvallisuus',
|
||||
'source_account' => 'Lähdetili',
|
||||
'destination_account' => 'Kohdetili',
|
||||
'asset_destination_account' => 'Kohdetili',
|
||||
'include_net_worth' => 'Sisällytä varallisuuteen',
|
||||
'asset_source_account' => 'Lähdetili',
|
||||
'journal_description' => 'Kuvaus',
|
||||
'note' => 'Muistiinpanot',
|
||||
'bank_name' => 'Pankin nimi',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Säästötilien saldo',
|
||||
'credit_card_limit' => 'Luottoraja',
|
||||
'automatch' => 'Vertaile automaattisesti',
|
||||
'skip' => 'Ohita',
|
||||
'enabled' => 'Käytössä',
|
||||
'name' => 'Nimi',
|
||||
'active' => 'Aktiivinen',
|
||||
'amount_min' => 'Vähimmäissumma',
|
||||
'amount_max' => 'Enimmäissumma',
|
||||
'match' => 'Täsmää',
|
||||
'strict' => 'Tarkka vertailu',
|
||||
'repeat_freq' => 'Toistot',
|
||||
'object_group' => 'Ryhmä',
|
||||
'location' => 'Sijainti',
|
||||
'update_channel' => 'Päivityskanava',
|
||||
'currency_id' => 'Valuutta',
|
||||
'transaction_currency_id' => 'Valuutta',
|
||||
'auto_budget_currency_id' => 'Valuutta',
|
||||
'external_ip' => 'Serverin ulkoinen verkko-osoite (IP)',
|
||||
'attachments' => 'Liitteet',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Vahvista salasanan turvallisuus',
|
||||
'source_account' => 'Lähdetili',
|
||||
'destination_account' => 'Kohdetili',
|
||||
'asset_destination_account' => 'Kohdetili',
|
||||
'include_net_worth' => 'Sisällytä varallisuuteen',
|
||||
'asset_source_account' => 'Lähdetili',
|
||||
'journal_description' => 'Kuvaus',
|
||||
'note' => 'Muistiinpanot',
|
||||
'currency' => 'Valuutta',
|
||||
'account_id' => 'Käyttötili',
|
||||
'budget_id' => 'Budjetti',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Korko',
|
||||
'interest_period' => 'Korkojakso',
|
||||
|
||||
'type' => 'Tyyppi',
|
||||
'convert_Withdrawal' => 'Muuta nosto',
|
||||
'convert_Deposit' => 'Muuta talletus',
|
||||
'convert_Transfer' => 'Muuta siirto',
|
||||
'type' => 'Tyyppi',
|
||||
'convert_Withdrawal' => 'Muuta nosto',
|
||||
'convert_Deposit' => 'Muuta talletus',
|
||||
'convert_Transfer' => 'Muuta siirto',
|
||||
|
||||
'amount' => 'Summa',
|
||||
'foreign_amount' => 'Ulkomaan summa',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Lopeta käsittely',
|
||||
'start_date' => 'Valikoiman alku',
|
||||
'end_date' => 'Valikoiman loppu',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Poista tili ":name"',
|
||||
'delete_bill' => 'Poista lasku ":name"',
|
||||
'delete_budget' => 'Poista budjetti ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Odotettavissa',
|
||||
'paid' => 'Maksettu',
|
||||
|
||||
'auto_budget_type' => 'Automaattibudjetti',
|
||||
'auto_budget_amount' => 'Automaattisen budjetin summa',
|
||||
'auto_budget_period' => 'Automaattisen budjetin jakso',
|
||||
'auto_budget_type' => 'Automaattibudjetti',
|
||||
'auto_budget_amount' => 'Automaattisen budjetin summa',
|
||||
'auto_budget_period' => 'Automaattisen budjetin jakso',
|
||||
|
||||
'collected' => 'Koottu',
|
||||
'submitted' => 'Lähetetty',
|
||||
'key' => 'Avain',
|
||||
'value' => 'Tietueen sisältö'
|
||||
'key' => 'Avain',
|
||||
'value' => 'Tietueen sisältö',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nom de la banque',
|
||||
'bank_balance' => 'Solde',
|
||||
'savings_balance' => 'Solde de l\'épargne',
|
||||
'credit_card_limit' => 'Limite de carte de crédit',
|
||||
'automatch' => 'Correspondre automatiquement',
|
||||
'skip' => 'Ignorer',
|
||||
'enabled' => 'Activé',
|
||||
'name' => 'Nom',
|
||||
'active' => 'Actif',
|
||||
'amount_min' => 'Montant minimum',
|
||||
'amount_max' => 'Montant maximum',
|
||||
'match' => 'Correspondre à',
|
||||
'strict' => 'Mode strict',
|
||||
'repeat_freq' => 'Répétitions',
|
||||
'object_group' => 'Groupe',
|
||||
'location' => 'Emplacement',
|
||||
'update_channel' => 'Canal de mise à jour',
|
||||
'currency_id' => 'Devise',
|
||||
'transaction_currency_id' => 'Devise',
|
||||
'auto_budget_currency_id' => 'Devise',
|
||||
'external_ip' => 'L\'adresse IP externe de votre serveur',
|
||||
'attachments' => 'Documents joints',
|
||||
'BIC' => 'Code BIC',
|
||||
'verify_password' => 'Vérifiez la sécurité du mot de passe',
|
||||
'source_account' => 'Compte source',
|
||||
'destination_account' => 'Compte destinataire',
|
||||
'asset_destination_account' => 'Compte destinataire',
|
||||
'include_net_worth' => 'Inclure dans l\'avoir net',
|
||||
'asset_source_account' => 'Compte source',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'bank_name' => 'Nom de la banque',
|
||||
'bank_balance' => 'Solde',
|
||||
'savings_balance' => 'Solde de l\'épargne',
|
||||
'credit_card_limit' => 'Limite de carte de crédit',
|
||||
'automatch' => 'Correspondre automatiquement',
|
||||
'skip' => 'Ignorer',
|
||||
'enabled' => 'Activé',
|
||||
'name' => 'Nom',
|
||||
'active' => 'Actif',
|
||||
'amount_min' => 'Montant minimum',
|
||||
'amount_max' => 'Montant maximum',
|
||||
'match' => 'Correspondre à',
|
||||
'strict' => 'Mode strict',
|
||||
'repeat_freq' => 'Répétitions',
|
||||
'object_group' => 'Groupe',
|
||||
'location' => 'Emplacement',
|
||||
'update_channel' => 'Canal de mise à jour',
|
||||
'currency_id' => 'Devise',
|
||||
'transaction_currency_id' => 'Devise',
|
||||
'auto_budget_currency_id' => 'Devise',
|
||||
'external_ip' => 'L\'adresse IP externe de votre serveur',
|
||||
'attachments' => 'Documents joints',
|
||||
'BIC' => 'Code BIC',
|
||||
'verify_password' => 'Vérifiez la sécurité du mot de passe',
|
||||
'source_account' => 'Compte source',
|
||||
'destination_account' => 'Compte destinataire',
|
||||
'asset_destination_account' => 'Compte destinataire',
|
||||
'include_net_worth' => 'Inclure dans l\'avoir net',
|
||||
'asset_source_account' => 'Compte source',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Devise',
|
||||
'account_id' => 'Compte d’actif',
|
||||
'budget_id' => 'Budget',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Intérêt',
|
||||
'interest_period' => 'Période d’intérêt',
|
||||
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Convertir le retrait',
|
||||
'convert_Deposit' => 'Convertir le dépôt',
|
||||
'convert_Transfer' => 'Convertir le transfert',
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Convertir le retrait',
|
||||
'convert_Deposit' => 'Convertir le dépôt',
|
||||
'convert_Transfer' => 'Convertir le transfert',
|
||||
|
||||
'amount' => 'Montant',
|
||||
'foreign_amount' => 'Montant en devise étrangère',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Arrêter le traitement',
|
||||
'start_date' => 'Début de l\'étendue',
|
||||
'end_date' => 'Fin de l\'étendue',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Supprimer le compte ":name"',
|
||||
'delete_bill' => 'Supprimer la facture ":name"',
|
||||
'delete_budget' => 'Supprimer le budget ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Prévu le',
|
||||
'paid' => 'Payé',
|
||||
|
||||
'auto_budget_type' => 'Budget automatique',
|
||||
'auto_budget_amount' => 'Montant du budget automatique',
|
||||
'auto_budget_period' => 'Période du budget automatique',
|
||||
'auto_budget_type' => 'Budget automatique',
|
||||
'auto_budget_amount' => 'Montant du budget automatique',
|
||||
'auto_budget_period' => 'Période du budget automatique',
|
||||
|
||||
'collected' => 'Collecté',
|
||||
'submitted' => 'Envoyé',
|
||||
'key' => 'Clé',
|
||||
'value' => 'Contenu de l\'enregistrement'
|
||||
'key' => 'Clé',
|
||||
'value' => 'Contenu de l\'enregistrement',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Bank neve',
|
||||
'bank_balance' => 'Egyenleg',
|
||||
'savings_balance' => 'Megtakarítási egyenleg',
|
||||
'credit_card_limit' => 'Hitelkártya limit',
|
||||
'automatch' => 'Automatikus egyezés',
|
||||
'skip' => 'Kihagyás',
|
||||
'enabled' => 'Engedélyezett',
|
||||
'name' => 'Név',
|
||||
'active' => 'Aktív',
|
||||
'amount_min' => 'Minimális összeg',
|
||||
'amount_max' => 'Maximális összeg',
|
||||
'match' => 'Találatok',
|
||||
'strict' => 'Szigorú mód',
|
||||
'repeat_freq' => 'Ismétlődések',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Hely',
|
||||
'update_channel' => 'Frissítési csatorna',
|
||||
'currency_id' => 'Pénznem',
|
||||
'transaction_currency_id' => 'Pénznem',
|
||||
'auto_budget_currency_id' => 'Pénznem',
|
||||
'external_ip' => 'A szervered külső IP címe',
|
||||
'attachments' => 'Mellékletek',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Jelszóbiztonság ellenőrzése',
|
||||
'source_account' => 'Forrás bankszámla',
|
||||
'destination_account' => 'Cél bankszámla',
|
||||
'asset_destination_account' => 'Célszámla',
|
||||
'include_net_worth' => 'Befoglalva a nettó értékbe',
|
||||
'asset_source_account' => 'Forrás számla',
|
||||
'journal_description' => 'Leírás',
|
||||
'note' => 'Megjegyzések',
|
||||
'bank_name' => 'Bank neve',
|
||||
'bank_balance' => 'Egyenleg',
|
||||
'savings_balance' => 'Megtakarítási egyenleg',
|
||||
'credit_card_limit' => 'Hitelkártya limit',
|
||||
'automatch' => 'Automatikus egyezés',
|
||||
'skip' => 'Kihagyás',
|
||||
'enabled' => 'Engedélyezett',
|
||||
'name' => 'Név',
|
||||
'active' => 'Aktív',
|
||||
'amount_min' => 'Minimális összeg',
|
||||
'amount_max' => 'Maximális összeg',
|
||||
'match' => 'Találatok',
|
||||
'strict' => 'Szigorú mód',
|
||||
'repeat_freq' => 'Ismétlődések',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Hely',
|
||||
'update_channel' => 'Frissítési csatorna',
|
||||
'currency_id' => 'Pénznem',
|
||||
'transaction_currency_id' => 'Pénznem',
|
||||
'auto_budget_currency_id' => 'Pénznem',
|
||||
'external_ip' => 'A szervered külső IP címe',
|
||||
'attachments' => 'Mellékletek',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Jelszóbiztonság ellenőrzése',
|
||||
'source_account' => 'Forrás bankszámla',
|
||||
'destination_account' => 'Cél bankszámla',
|
||||
'asset_destination_account' => 'Célszámla',
|
||||
'include_net_worth' => 'Befoglalva a nettó értékbe',
|
||||
'asset_source_account' => 'Forrás számla',
|
||||
'journal_description' => 'Leírás',
|
||||
'note' => 'Megjegyzések',
|
||||
'currency' => 'Pénznem',
|
||||
'account_id' => 'Eszközszámla',
|
||||
'budget_id' => 'Költségkeret',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Kamat',
|
||||
'interest_period' => 'Kamatperiódus',
|
||||
|
||||
'type' => 'Típus',
|
||||
'convert_Withdrawal' => 'Költség konvertálása',
|
||||
'convert_Deposit' => 'Bevétel konvertálása',
|
||||
'convert_Transfer' => 'Átvezetés konvertálása',
|
||||
'type' => 'Típus',
|
||||
'convert_Withdrawal' => 'Költség konvertálása',
|
||||
'convert_Deposit' => 'Bevétel konvertálása',
|
||||
'convert_Transfer' => 'Átvezetés konvertálása',
|
||||
|
||||
'amount' => 'Összeg',
|
||||
'foreign_amount' => 'Külföldi összeg',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Feldolgozás leállítása',
|
||||
'start_date' => 'Tartomány kezdete',
|
||||
'end_date' => 'Tartomány vége',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => '":name" bankszámla törlése',
|
||||
'delete_bill' => '":name" számla törlése',
|
||||
'delete_budget' => '":name" költségkeret törlése',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Várható dátum:',
|
||||
'paid' => 'Fizetve',
|
||||
|
||||
'auto_budget_type' => 'Auto-költségkeret',
|
||||
'auto_budget_amount' => 'Auto-költségkeret összege',
|
||||
'auto_budget_period' => 'Auto-költségkeret időszaka',
|
||||
'auto_budget_type' => 'Auto-költségkeret',
|
||||
'auto_budget_amount' => 'Auto-költségkeret összege',
|
||||
'auto_budget_period' => 'Auto-költségkeret időszaka',
|
||||
|
||||
'collected' => 'Begyűjtött',
|
||||
'submitted' => 'Elküldött',
|
||||
'key' => 'Kulcs',
|
||||
'value' => 'Bejegyzés tartalma'
|
||||
'key' => 'Kulcs',
|
||||
'value' => 'Bejegyzés tartalma',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nama Bank',
|
||||
'bank_balance' => 'Keseimbangan',
|
||||
'savings_balance' => 'Saldo tabungan',
|
||||
'credit_card_limit' => 'Batas kartu kredit',
|
||||
'automatch' => 'Cocokkan secara otomatis',
|
||||
'skip' => 'Melewatkan',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'Nama',
|
||||
'active' => 'Aktif',
|
||||
'amount_min' => 'Jumlah minimal',
|
||||
'amount_max' => 'Jumlah maksimum',
|
||||
'match' => 'Cocok di',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Berulang',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Mata uang',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Lampiran',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verifikasi keamanan kata sandi',
|
||||
'source_account' => 'Akun sumber',
|
||||
'destination_account' => 'Akun tujuan',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Deskripsi',
|
||||
'note' => 'Catatan',
|
||||
'bank_name' => 'Nama Bank',
|
||||
'bank_balance' => 'Keseimbangan',
|
||||
'savings_balance' => 'Saldo tabungan',
|
||||
'credit_card_limit' => 'Batas kartu kredit',
|
||||
'automatch' => 'Cocokkan secara otomatis',
|
||||
'skip' => 'Melewatkan',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'Nama',
|
||||
'active' => 'Aktif',
|
||||
'amount_min' => 'Jumlah minimal',
|
||||
'amount_max' => 'Jumlah maksimum',
|
||||
'match' => 'Cocok di',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Berulang',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Mata uang',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Lampiran',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verifikasi keamanan kata sandi',
|
||||
'source_account' => 'Akun sumber',
|
||||
'destination_account' => 'Akun tujuan',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Deskripsi',
|
||||
'note' => 'Catatan',
|
||||
'currency' => 'Mata uang',
|
||||
'account_id' => 'Akun aset',
|
||||
'budget_id' => 'Anggaran',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Interest',
|
||||
'interest_period' => 'Interest period',
|
||||
|
||||
'type' => 'Mengetik',
|
||||
'convert_Withdrawal' => 'Mengkonversi penarikan',
|
||||
'convert_Deposit' => 'Convert deposit',
|
||||
'convert_Transfer' => 'Mengkonversi transfer',
|
||||
'type' => 'Mengetik',
|
||||
'convert_Withdrawal' => 'Mengkonversi penarikan',
|
||||
'convert_Deposit' => 'Convert deposit',
|
||||
'convert_Transfer' => 'Mengkonversi transfer',
|
||||
|
||||
'amount' => 'Jumlah',
|
||||
'foreign_amount' => 'Foreign amount',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Berhenti memproses',
|
||||
'start_date' => 'Mulai dari jangkauan',
|
||||
'end_date' => 'Akhir rentang',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Delete account ":name"',
|
||||
'delete_bill' => 'Hapus tagihan ":name"',
|
||||
'delete_budget' => 'Hapus anggaran ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nome banca',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo risparmi',
|
||||
'credit_card_limit' => 'Limite carta di credito',
|
||||
'automatch' => 'Abbina automaticamente',
|
||||
'skip' => 'Salta ogni',
|
||||
'enabled' => 'Abilitata',
|
||||
'name' => 'Nome',
|
||||
'active' => 'Attivo',
|
||||
'amount_min' => 'Importo minimo',
|
||||
'amount_max' => 'Importo massimo',
|
||||
'match' => 'Abbina con',
|
||||
'strict' => 'Modalità severa',
|
||||
'repeat_freq' => 'Si ripete',
|
||||
'object_group' => 'Gruppo',
|
||||
'location' => 'Posizione',
|
||||
'update_channel' => 'Canale di aggiornamento',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Valuta',
|
||||
'external_ip' => 'L\'IP esterno del tuo server',
|
||||
'attachments' => 'Allegati',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verifica password di sicurezza',
|
||||
'source_account' => 'Conto di origine',
|
||||
'destination_account' => 'Conto destinazione',
|
||||
'asset_destination_account' => 'Conto di destinazione',
|
||||
'include_net_worth' => 'Includi nel patrimonio',
|
||||
'asset_source_account' => 'Conto di origine',
|
||||
'journal_description' => 'Descrizione',
|
||||
'note' => 'Note',
|
||||
'bank_name' => 'Nome banca',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo risparmi',
|
||||
'credit_card_limit' => 'Limite carta di credito',
|
||||
'automatch' => 'Abbina automaticamente',
|
||||
'skip' => 'Salta ogni',
|
||||
'enabled' => 'Abilitata',
|
||||
'name' => 'Nome',
|
||||
'active' => 'Attivo',
|
||||
'amount_min' => 'Importo minimo',
|
||||
'amount_max' => 'Importo massimo',
|
||||
'match' => 'Abbina con',
|
||||
'strict' => 'Modalità severa',
|
||||
'repeat_freq' => 'Si ripete',
|
||||
'object_group' => 'Gruppo',
|
||||
'location' => 'Posizione',
|
||||
'update_channel' => 'Canale di aggiornamento',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Valuta',
|
||||
'external_ip' => 'L\'IP esterno del tuo server',
|
||||
'attachments' => 'Allegati',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verifica password di sicurezza',
|
||||
'source_account' => 'Conto di origine',
|
||||
'destination_account' => 'Conto destinazione',
|
||||
'asset_destination_account' => 'Conto di destinazione',
|
||||
'include_net_worth' => 'Includi nel patrimonio',
|
||||
'asset_source_account' => 'Conto di origine',
|
||||
'journal_description' => 'Descrizione',
|
||||
'note' => 'Note',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Conto attività',
|
||||
'budget_id' => 'Budget',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Interesse',
|
||||
'interest_period' => 'Periodo di interesse',
|
||||
|
||||
'type' => 'Tipo',
|
||||
'convert_Withdrawal' => 'Converti prelievo',
|
||||
'convert_Deposit' => 'Converti entrata',
|
||||
'convert_Transfer' => 'Converti trasferimento',
|
||||
'type' => 'Tipo',
|
||||
'convert_Withdrawal' => 'Converti prelievo',
|
||||
'convert_Deposit' => 'Converti entrata',
|
||||
'convert_Transfer' => 'Converti trasferimento',
|
||||
|
||||
'amount' => 'Importo',
|
||||
'foreign_amount' => 'Importo estero',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Interrompere l\'elaborazione',
|
||||
'start_date' => 'Inizio intervallo',
|
||||
'end_date' => 'Fine intervallo',
|
||||
'start' => 'Inizio intervallo',
|
||||
'end' => 'Fine intervallo',
|
||||
'delete_account' => 'Elimina conto ":name"',
|
||||
'delete_bill' => 'Elimina bolletta ":name"',
|
||||
'delete_budget' => 'Elimina budget ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Prevista il',
|
||||
'paid' => 'Pagata',
|
||||
|
||||
'auto_budget_type' => 'Budget automatico',
|
||||
'auto_budget_amount' => 'Importo budget automatico',
|
||||
'auto_budget_period' => 'Periodo budget automatico',
|
||||
'auto_budget_type' => 'Budget automatico',
|
||||
'auto_budget_amount' => 'Importo budget automatico',
|
||||
'auto_budget_period' => 'Periodo budget automatico',
|
||||
|
||||
'collected' => 'Raccolti',
|
||||
'submitted' => 'Inviati',
|
||||
'key' => 'Chiave',
|
||||
'value' => 'Contenuto dei dati'
|
||||
'key' => 'Chiave',
|
||||
'value' => 'Contenuto dei dati',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Navn på bank',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Sparesaldo',
|
||||
'credit_card_limit' => 'Kredittkortgrense',
|
||||
'automatch' => 'Finn automatisk',
|
||||
'skip' => 'Hopp over',
|
||||
'enabled' => 'Aktivert',
|
||||
'name' => 'Navn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minimumsbeløp',
|
||||
'amount_max' => 'Maksimumsbeløp',
|
||||
'match' => 'Treff på',
|
||||
'strict' => 'Streng modus',
|
||||
'repeat_freq' => 'Gjentas',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Serverens eksterne IP',
|
||||
'attachments' => 'Vedlegg',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bekreft passordsikkerhet',
|
||||
'source_account' => 'Kildekonto',
|
||||
'destination_account' => 'Målkonto',
|
||||
'asset_destination_account' => 'Destinasjonskonto',
|
||||
'include_net_worth' => 'Inkluder i formue',
|
||||
'asset_source_account' => 'Kildekonto',
|
||||
'journal_description' => 'Beskrivelse',
|
||||
'note' => 'Notater',
|
||||
'bank_name' => 'Navn på bank',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Sparesaldo',
|
||||
'credit_card_limit' => 'Kredittkortgrense',
|
||||
'automatch' => 'Finn automatisk',
|
||||
'skip' => 'Hopp over',
|
||||
'enabled' => 'Aktivert',
|
||||
'name' => 'Navn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minimumsbeløp',
|
||||
'amount_max' => 'Maksimumsbeløp',
|
||||
'match' => 'Treff på',
|
||||
'strict' => 'Streng modus',
|
||||
'repeat_freq' => 'Gjentas',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Serverens eksterne IP',
|
||||
'attachments' => 'Vedlegg',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bekreft passordsikkerhet',
|
||||
'source_account' => 'Kildekonto',
|
||||
'destination_account' => 'Målkonto',
|
||||
'asset_destination_account' => 'Destinasjonskonto',
|
||||
'include_net_worth' => 'Inkluder i formue',
|
||||
'asset_source_account' => 'Kildekonto',
|
||||
'journal_description' => 'Beskrivelse',
|
||||
'note' => 'Notater',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Aktivakonto',
|
||||
'budget_id' => 'Busjett',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Rente',
|
||||
'interest_period' => 'Renteperiode',
|
||||
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Konverter uttak',
|
||||
'convert_Deposit' => 'Konverter innskudd',
|
||||
'convert_Transfer' => 'Konverter overføring',
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Konverter uttak',
|
||||
'convert_Deposit' => 'Konverter innskudd',
|
||||
'convert_Transfer' => 'Konverter overføring',
|
||||
|
||||
'amount' => 'Beløp',
|
||||
'foreign_amount' => 'Utenlandske beløp',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Stopp prosessering',
|
||||
'start_date' => 'Startgrense',
|
||||
'end_date' => 'Sluttgrense',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Slett konto ":name"',
|
||||
'delete_bill' => 'Slett regning ":name"',
|
||||
'delete_budget' => 'Slett budsjett ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Banknaam',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo van spaarrekening',
|
||||
'credit_card_limit' => 'Credit card limiet',
|
||||
'automatch' => 'Automatisch herkennen',
|
||||
'skip' => 'Overslaan',
|
||||
'enabled' => 'Ingeschakeld',
|
||||
'name' => 'Naam',
|
||||
'active' => 'Actief',
|
||||
'amount_min' => 'Minimumbedrag',
|
||||
'amount_max' => 'Maximumbedrag',
|
||||
'match' => 'Reageert op',
|
||||
'strict' => 'Strikte modus',
|
||||
'repeat_freq' => 'Herhaling',
|
||||
'object_group' => 'Groep',
|
||||
'location' => 'Locatie',
|
||||
'update_channel' => 'Updatekanaal',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Valuta',
|
||||
'external_ip' => 'Het externe IP-adres van je server',
|
||||
'attachments' => 'Bijlagen',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bevestig wachtwoordsterkte',
|
||||
'source_account' => 'Bronrekening',
|
||||
'destination_account' => 'Doelrekening',
|
||||
'asset_destination_account' => 'Doelrekening',
|
||||
'include_net_worth' => 'Meetellen in kapitaal',
|
||||
'asset_source_account' => 'Bronrekening',
|
||||
'journal_description' => 'Omschrijving',
|
||||
'note' => 'Notities',
|
||||
'bank_name' => 'Banknaam',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo van spaarrekening',
|
||||
'credit_card_limit' => 'Credit card limiet',
|
||||
'automatch' => 'Automatisch herkennen',
|
||||
'skip' => 'Overslaan',
|
||||
'enabled' => 'Ingeschakeld',
|
||||
'name' => 'Naam',
|
||||
'active' => 'Actief',
|
||||
'amount_min' => 'Minimumbedrag',
|
||||
'amount_max' => 'Maximumbedrag',
|
||||
'match' => 'Reageert op',
|
||||
'strict' => 'Strikte modus',
|
||||
'repeat_freq' => 'Herhaling',
|
||||
'object_group' => 'Groep',
|
||||
'location' => 'Locatie',
|
||||
'update_channel' => 'Updatekanaal',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Valuta',
|
||||
'external_ip' => 'Het externe IP-adres van je server',
|
||||
'attachments' => 'Bijlagen',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bevestig wachtwoordsterkte',
|
||||
'source_account' => 'Bronrekening',
|
||||
'destination_account' => 'Doelrekening',
|
||||
'asset_destination_account' => 'Doelrekening',
|
||||
'include_net_worth' => 'Meetellen in kapitaal',
|
||||
'asset_source_account' => 'Bronrekening',
|
||||
'journal_description' => 'Omschrijving',
|
||||
'note' => 'Notities',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Betaalrekening',
|
||||
'budget_id' => 'Budget',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Rente',
|
||||
'interest_period' => 'Renteperiode',
|
||||
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Verander uitgave',
|
||||
'convert_Deposit' => 'Verander inkomsten',
|
||||
'convert_Transfer' => 'Verander overschrijving',
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Verander uitgave',
|
||||
'convert_Deposit' => 'Verander inkomsten',
|
||||
'convert_Transfer' => 'Verander overschrijving',
|
||||
|
||||
'amount' => 'Bedrag',
|
||||
'foreign_amount' => 'Bedrag in vreemde valuta',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Stop met verwerken',
|
||||
'start_date' => 'Start van bereik',
|
||||
'end_date' => 'Einde van bereik',
|
||||
'start' => 'Start van bereik',
|
||||
'end' => 'Einde van bereik',
|
||||
'delete_account' => 'Verwijder rekening ":name"',
|
||||
'delete_bill' => 'Verwijder contract ":name"',
|
||||
'delete_budget' => 'Verwijder budget ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Verwacht op',
|
||||
'paid' => 'Betaald',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget bedrag',
|
||||
'auto_budget_period' => 'Auto-budget periode',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget bedrag',
|
||||
'auto_budget_period' => 'Auto-budget periode',
|
||||
|
||||
'collected' => 'Verzameld',
|
||||
'submitted' => 'Verstuurd',
|
||||
'key' => 'Key',
|
||||
'value' => 'Inhoud'
|
||||
'key' => 'Key',
|
||||
'value' => 'Inhoud',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nazwa banku',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo konta oszczędnościowego',
|
||||
'credit_card_limit' => 'Limit karty kredytowej',
|
||||
'automatch' => 'Dopasuj automatycznie',
|
||||
'skip' => 'Pomiń',
|
||||
'enabled' => 'Aktywna',
|
||||
'name' => 'Nazwa',
|
||||
'active' => 'Aktywny',
|
||||
'amount_min' => 'Minimalna kwota',
|
||||
'amount_max' => 'Maksymalna kwota',
|
||||
'match' => 'Dopasowanie',
|
||||
'strict' => 'Tryb ścisły',
|
||||
'repeat_freq' => 'Powtarza się',
|
||||
'object_group' => 'Grupa',
|
||||
'location' => 'Lokalizacja',
|
||||
'update_channel' => 'Kanał aktualizacji',
|
||||
'currency_id' => 'Waluta',
|
||||
'transaction_currency_id' => 'Waluta',
|
||||
'auto_budget_currency_id' => 'Waluta',
|
||||
'external_ip' => 'Zewnętrzny adres IP Twojego serwera',
|
||||
'attachments' => 'Załączniki',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Sprawdź bezpieczeństwo hasła',
|
||||
'source_account' => 'Konto źródłowe',
|
||||
'destination_account' => 'Konto docelowe',
|
||||
'asset_destination_account' => 'Konto docelowe',
|
||||
'include_net_worth' => 'Uwzględnij w wartości netto',
|
||||
'asset_source_account' => 'Konto źródłowe',
|
||||
'journal_description' => 'Opis',
|
||||
'note' => 'Notatki',
|
||||
'bank_name' => 'Nazwa banku',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo konta oszczędnościowego',
|
||||
'credit_card_limit' => 'Limit karty kredytowej',
|
||||
'automatch' => 'Dopasuj automatycznie',
|
||||
'skip' => 'Pomiń',
|
||||
'enabled' => 'Aktywna',
|
||||
'name' => 'Nazwa',
|
||||
'active' => 'Aktywny',
|
||||
'amount_min' => 'Minimalna kwota',
|
||||
'amount_max' => 'Maksymalna kwota',
|
||||
'match' => 'Dopasowanie',
|
||||
'strict' => 'Tryb ścisły',
|
||||
'repeat_freq' => 'Powtarza się',
|
||||
'object_group' => 'Grupa',
|
||||
'location' => 'Lokalizacja',
|
||||
'update_channel' => 'Kanał aktualizacji',
|
||||
'currency_id' => 'Waluta',
|
||||
'transaction_currency_id' => 'Waluta',
|
||||
'auto_budget_currency_id' => 'Waluta',
|
||||
'external_ip' => 'Zewnętrzny adres IP Twojego serwera',
|
||||
'attachments' => 'Załączniki',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Sprawdź bezpieczeństwo hasła',
|
||||
'source_account' => 'Konto źródłowe',
|
||||
'destination_account' => 'Konto docelowe',
|
||||
'asset_destination_account' => 'Konto docelowe',
|
||||
'include_net_worth' => 'Uwzględnij w wartości netto',
|
||||
'asset_source_account' => 'Konto źródłowe',
|
||||
'journal_description' => 'Opis',
|
||||
'note' => 'Notatki',
|
||||
'currency' => 'Waluta',
|
||||
'account_id' => 'Konto aktywów',
|
||||
'budget_id' => 'Budżet',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Odsetki',
|
||||
'interest_period' => 'Okres odsetkowy',
|
||||
|
||||
'type' => 'Typ',
|
||||
'convert_Withdrawal' => 'Konwertuj wypłatę',
|
||||
'convert_Deposit' => 'Konwertuj wpłatę',
|
||||
'convert_Transfer' => 'Konwertuj transfer',
|
||||
'type' => 'Typ',
|
||||
'convert_Withdrawal' => 'Konwertuj wypłatę',
|
||||
'convert_Deposit' => 'Konwertuj wpłatę',
|
||||
'convert_Transfer' => 'Konwertuj transfer',
|
||||
|
||||
'amount' => 'Kwota',
|
||||
'foreign_amount' => 'Kwota zagraniczna',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Zatrzymaj przetwarzanie',
|
||||
'start_date' => 'Początek zakresu',
|
||||
'end_date' => 'Koniec zakresu',
|
||||
'start' => 'Początek zakresu',
|
||||
'end' => 'Koniec zakresu',
|
||||
'delete_account' => 'Usuń konto ":name"',
|
||||
'delete_bill' => 'Usuń rachunek ":name"',
|
||||
'delete_budget' => 'Usuń budżet ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Oczekiwany',
|
||||
'paid' => 'Zapłacone',
|
||||
|
||||
'auto_budget_type' => 'Auto-budżet',
|
||||
'auto_budget_amount' => 'Kwota automatycznego budżetu',
|
||||
'auto_budget_period' => 'Okres automatycznego budżetu',
|
||||
'auto_budget_type' => 'Auto-budżet',
|
||||
'auto_budget_amount' => 'Kwota automatycznego budżetu',
|
||||
'auto_budget_period' => 'Okres automatycznego budżetu',
|
||||
|
||||
'collected' => 'Zebrane',
|
||||
'submitted' => 'Przesłane',
|
||||
'key' => 'Klucz',
|
||||
'value' => 'Zawartość rekordu'
|
||||
'key' => 'Klucz',
|
||||
'value' => 'Zawartość rekordu',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nome do banco',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Salda da Poupança',
|
||||
'credit_card_limit' => 'Limite do Cartão de Crédito',
|
||||
'automatch' => 'Equivale automaticamente',
|
||||
'skip' => 'Pular',
|
||||
'enabled' => 'Habilitado',
|
||||
'name' => 'Nome',
|
||||
'active' => 'Ativar',
|
||||
'amount_min' => 'Valor Mínimo',
|
||||
'amount_max' => 'Valor Máximo',
|
||||
'match' => 'Corresponde em',
|
||||
'strict' => 'Modo estrito',
|
||||
'repeat_freq' => 'Repetições',
|
||||
'object_group' => 'Grupo',
|
||||
'location' => 'Localização',
|
||||
'update_channel' => 'Atualizar canal',
|
||||
'currency_id' => 'Moeda',
|
||||
'transaction_currency_id' => 'Moeda',
|
||||
'auto_budget_currency_id' => 'Moeda',
|
||||
'external_ip' => 'O IP externo do seu servidor',
|
||||
'attachments' => 'Anexos',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificação da segurança da senha',
|
||||
'source_account' => 'Conta de origem',
|
||||
'destination_account' => 'Conta de destino',
|
||||
'asset_destination_account' => 'Conta de destino',
|
||||
'include_net_worth' => 'Incluir no patrimonio liquido',
|
||||
'asset_source_account' => 'Conta de origem',
|
||||
'journal_description' => 'Descrição',
|
||||
'note' => 'Notas',
|
||||
'bank_name' => 'Nome do banco',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Salda da Poupança',
|
||||
'credit_card_limit' => 'Limite do Cartão de Crédito',
|
||||
'automatch' => 'Equivale automaticamente',
|
||||
'skip' => 'Pular',
|
||||
'enabled' => 'Habilitado',
|
||||
'name' => 'Nome',
|
||||
'active' => 'Ativar',
|
||||
'amount_min' => 'Valor Mínimo',
|
||||
'amount_max' => 'Valor Máximo',
|
||||
'match' => 'Corresponde em',
|
||||
'strict' => 'Modo estrito',
|
||||
'repeat_freq' => 'Repetições',
|
||||
'object_group' => 'Grupo',
|
||||
'location' => 'Localização',
|
||||
'update_channel' => 'Atualizar canal',
|
||||
'currency_id' => 'Moeda',
|
||||
'transaction_currency_id' => 'Moeda',
|
||||
'auto_budget_currency_id' => 'Moeda',
|
||||
'external_ip' => 'O IP externo do seu servidor',
|
||||
'attachments' => 'Anexos',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificação da segurança da senha',
|
||||
'source_account' => 'Conta de origem',
|
||||
'destination_account' => 'Conta de destino',
|
||||
'asset_destination_account' => 'Conta de destino',
|
||||
'include_net_worth' => 'Incluir no patrimonio liquido',
|
||||
'asset_source_account' => 'Conta de origem',
|
||||
'journal_description' => 'Descrição',
|
||||
'note' => 'Notas',
|
||||
'currency' => 'Moeda',
|
||||
'account_id' => 'Conta de ativo',
|
||||
'budget_id' => 'Orçamento',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Juros',
|
||||
'interest_period' => 'Período de juros',
|
||||
|
||||
'type' => 'Tipo',
|
||||
'convert_Withdrawal' => 'Converter a retirada',
|
||||
'convert_Deposit' => 'Converter o depósito',
|
||||
'convert_Transfer' => 'Converter a transferência',
|
||||
'type' => 'Tipo',
|
||||
'convert_Withdrawal' => 'Converter a retirada',
|
||||
'convert_Deposit' => 'Converter o depósito',
|
||||
'convert_Transfer' => 'Converter a transferência',
|
||||
|
||||
'amount' => 'Valor',
|
||||
'foreign_amount' => 'Montante em moeda estrangeira',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Parar processamento',
|
||||
'start_date' => 'Início do intervalo',
|
||||
'end_date' => 'Final do intervalo',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Apagar conta ":name"',
|
||||
'delete_bill' => 'Apagar fatura ":name"',
|
||||
'delete_budget' => 'Excluir o orçamento ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Esperado em',
|
||||
'paid' => 'Pago',
|
||||
|
||||
'auto_budget_type' => 'Orçamento automático',
|
||||
'auto_budget_amount' => 'Valor do orçamento automático',
|
||||
'auto_budget_period' => 'Período de orçamento automático',
|
||||
'auto_budget_type' => 'Orçamento automático',
|
||||
'auto_budget_amount' => 'Valor do orçamento automático',
|
||||
'auto_budget_period' => 'Período de orçamento automático',
|
||||
|
||||
'collected' => 'Coletado',
|
||||
'submitted' => 'Enviado',
|
||||
'key' => 'Chave',
|
||||
'value' => 'Conteúdo do registro'
|
||||
'key' => 'Chave',
|
||||
'value' => 'Conteúdo do registro',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Numele băncii',
|
||||
'bank_balance' => 'Balanța',
|
||||
'savings_balance' => 'Soldul de economii',
|
||||
'credit_card_limit' => 'Limita cardului de credit',
|
||||
'automatch' => 'Se potrivește automat',
|
||||
'skip' => 'Sari peste',
|
||||
'enabled' => 'Activat',
|
||||
'name' => 'Nume',
|
||||
'active' => 'Activ',
|
||||
'amount_min' => 'Suma minimă',
|
||||
'amount_max' => 'suma maximă',
|
||||
'match' => 'Se potrivește',
|
||||
'strict' => 'Modul strict',
|
||||
'repeat_freq' => 'Repetă',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Locație',
|
||||
'update_channel' => 'Actualizare canal',
|
||||
'currency_id' => 'Monedă',
|
||||
'transaction_currency_id' => 'Monedă',
|
||||
'auto_budget_currency_id' => 'Monedă',
|
||||
'external_ip' => 'IP-ul extern al serverului dvs.',
|
||||
'attachments' => 'Fișiere atașate',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificați securitatea parolei',
|
||||
'source_account' => 'Contul sursă',
|
||||
'destination_account' => 'Contul destinației',
|
||||
'asset_destination_account' => 'Contul destinației',
|
||||
'include_net_worth' => 'Includeți în valoare netă',
|
||||
'asset_source_account' => 'Contul sursă',
|
||||
'journal_description' => 'Descriere',
|
||||
'note' => 'Notițe',
|
||||
'bank_name' => 'Numele băncii',
|
||||
'bank_balance' => 'Balanța',
|
||||
'savings_balance' => 'Soldul de economii',
|
||||
'credit_card_limit' => 'Limita cardului de credit',
|
||||
'automatch' => 'Se potrivește automat',
|
||||
'skip' => 'Sari peste',
|
||||
'enabled' => 'Activat',
|
||||
'name' => 'Nume',
|
||||
'active' => 'Activ',
|
||||
'amount_min' => 'Suma minimă',
|
||||
'amount_max' => 'suma maximă',
|
||||
'match' => 'Se potrivește',
|
||||
'strict' => 'Modul strict',
|
||||
'repeat_freq' => 'Repetă',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Locație',
|
||||
'update_channel' => 'Actualizare canal',
|
||||
'currency_id' => 'Monedă',
|
||||
'transaction_currency_id' => 'Monedă',
|
||||
'auto_budget_currency_id' => 'Monedă',
|
||||
'external_ip' => 'IP-ul extern al serverului dvs.',
|
||||
'attachments' => 'Fișiere atașate',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificați securitatea parolei',
|
||||
'source_account' => 'Contul sursă',
|
||||
'destination_account' => 'Contul destinației',
|
||||
'asset_destination_account' => 'Contul destinației',
|
||||
'include_net_worth' => 'Includeți în valoare netă',
|
||||
'asset_source_account' => 'Contul sursă',
|
||||
'journal_description' => 'Descriere',
|
||||
'note' => 'Notițe',
|
||||
'currency' => 'Monedă',
|
||||
'account_id' => 'Cont de active',
|
||||
'budget_id' => 'Buget',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Interes',
|
||||
'interest_period' => 'Perioadă de interes',
|
||||
|
||||
'type' => 'Tip',
|
||||
'convert_Withdrawal' => 'Convertește retragere',
|
||||
'convert_Deposit' => 'Convertește depozit',
|
||||
'convert_Transfer' => 'Convertește transfer',
|
||||
'type' => 'Tip',
|
||||
'convert_Withdrawal' => 'Convertește retragere',
|
||||
'convert_Deposit' => 'Convertește depozit',
|
||||
'convert_Transfer' => 'Convertește transfer',
|
||||
|
||||
'amount' => 'Sumă',
|
||||
'foreign_amount' => 'Sumă străină',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Opriți procesarea',
|
||||
'start_date' => 'Start de interval',
|
||||
'end_date' => 'Șfârșit de interval',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Șterge cont ":name"',
|
||||
'delete_bill' => 'Șterge factură ":name"',
|
||||
'delete_budget' => 'Șterge buget ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Așteptat pe',
|
||||
'paid' => 'Plătit',
|
||||
|
||||
'auto_budget_type' => 'Auto-buget',
|
||||
'auto_budget_amount' => 'Suma auto-bugetului',
|
||||
'auto_budget_period' => 'Perioadă auto-buget',
|
||||
'auto_budget_type' => 'Auto-buget',
|
||||
'auto_budget_amount' => 'Suma auto-bugetului',
|
||||
'auto_budget_period' => 'Perioadă auto-buget',
|
||||
|
||||
'collected' => 'Colectat',
|
||||
'submitted' => 'Trimis',
|
||||
'key' => 'Cheie',
|
||||
'value' => 'Conținutul înregistrării'
|
||||
'key' => 'Cheie',
|
||||
'value' => 'Conținutul înregistrării',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Название банка',
|
||||
'bank_balance' => 'Бaлaнc',
|
||||
'savings_balance' => 'Сберегательный баланс',
|
||||
'credit_card_limit' => 'Лимит кредитной карты',
|
||||
'automatch' => 'Автоматическое сопоставление',
|
||||
'skip' => 'Пропустить',
|
||||
'enabled' => 'Включено',
|
||||
'name' => 'Название',
|
||||
'active' => 'Активный',
|
||||
'amount_min' => 'Минимальная сумма',
|
||||
'amount_max' => 'Максимальная сумма',
|
||||
'match' => 'Ключи для связи',
|
||||
'strict' => 'Строгий режим',
|
||||
'repeat_freq' => 'Повторы',
|
||||
'object_group' => 'Группа',
|
||||
'location' => 'Местоположение',
|
||||
'update_channel' => 'Канал обновлений',
|
||||
'currency_id' => 'Валюта',
|
||||
'transaction_currency_id' => 'Валюта',
|
||||
'auto_budget_currency_id' => 'Валюта',
|
||||
'external_ip' => 'Внешний IP-адрес вашего сервера',
|
||||
'attachments' => 'Вложения',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Проверка безопасности паролей',
|
||||
'source_account' => 'Исходный счёт',
|
||||
'destination_account' => 'Счёт назначения',
|
||||
'asset_destination_account' => 'Счёт назначения',
|
||||
'include_net_worth' => 'Включать в "Мои сбережения"',
|
||||
'asset_source_account' => 'Исходный счёт',
|
||||
'journal_description' => 'Описание',
|
||||
'note' => 'Заметки',
|
||||
'bank_name' => 'Название банка',
|
||||
'bank_balance' => 'Бaлaнc',
|
||||
'savings_balance' => 'Сберегательный баланс',
|
||||
'credit_card_limit' => 'Лимит кредитной карты',
|
||||
'automatch' => 'Автоматическое сопоставление',
|
||||
'skip' => 'Пропустить',
|
||||
'enabled' => 'Включено',
|
||||
'name' => 'Название',
|
||||
'active' => 'Активный',
|
||||
'amount_min' => 'Минимальная сумма',
|
||||
'amount_max' => 'Максимальная сумма',
|
||||
'match' => 'Ключи для связи',
|
||||
'strict' => 'Строгий режим',
|
||||
'repeat_freq' => 'Повторы',
|
||||
'object_group' => 'Группа',
|
||||
'location' => 'Местоположение',
|
||||
'update_channel' => 'Канал обновлений',
|
||||
'currency_id' => 'Валюта',
|
||||
'transaction_currency_id' => 'Валюта',
|
||||
'auto_budget_currency_id' => 'Валюта',
|
||||
'external_ip' => 'Внешний IP-адрес вашего сервера',
|
||||
'attachments' => 'Вложения',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Проверка безопасности паролей',
|
||||
'source_account' => 'Исходный счёт',
|
||||
'destination_account' => 'Счёт назначения',
|
||||
'asset_destination_account' => 'Счёт назначения',
|
||||
'include_net_worth' => 'Включать в "Мои сбережения"',
|
||||
'asset_source_account' => 'Исходный счёт',
|
||||
'journal_description' => 'Описание',
|
||||
'note' => 'Заметки',
|
||||
'currency' => 'Валюта',
|
||||
'account_id' => 'Основной счёт',
|
||||
'budget_id' => 'Бюджет',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Процентная ставка',
|
||||
'interest_period' => 'Период начисления процентов',
|
||||
|
||||
'type' => 'Тип',
|
||||
'convert_Withdrawal' => 'Конвертировать расход',
|
||||
'convert_Deposit' => 'Конвертировать доход',
|
||||
'convert_Transfer' => 'Конвертировать перевод',
|
||||
'type' => 'Тип',
|
||||
'convert_Withdrawal' => 'Конвертировать расход',
|
||||
'convert_Deposit' => 'Конвертировать доход',
|
||||
'convert_Transfer' => 'Конвертировать перевод',
|
||||
|
||||
'amount' => 'Сумма',
|
||||
'foreign_amount' => 'Сумма в иностранной валюте',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Остановить обработку',
|
||||
'start_date' => 'Начало диапазона',
|
||||
'end_date' => 'Конец диапазона',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Удалить счёт ":name"',
|
||||
'delete_bill' => 'Удаление счёта к оплате ":name"',
|
||||
'delete_budget' => 'Удалить бюджет ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Ожидаем',
|
||||
'paid' => 'Оплачено',
|
||||
|
||||
'auto_budget_type' => 'Авто-бюджет',
|
||||
'auto_budget_amount' => 'Сумма авто-бюджета',
|
||||
'auto_budget_period' => 'Период авто-бюджета',
|
||||
'auto_budget_type' => 'Авто-бюджет',
|
||||
'auto_budget_amount' => 'Сумма авто-бюджета',
|
||||
'auto_budget_period' => 'Период авто-бюджета',
|
||||
|
||||
'collected' => 'Получено',
|
||||
'submitted' => 'Отправлено',
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Содержание записи'
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Содержание записи',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Bankens namn',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Sparsaldo',
|
||||
'credit_card_limit' => 'Kreditkortgräns',
|
||||
'automatch' => 'Hitta automatiskt',
|
||||
'skip' => 'Hoppa över',
|
||||
'enabled' => 'Aktiverad',
|
||||
'name' => 'Namn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minsta belopp',
|
||||
'amount_max' => 'Högsta belopp',
|
||||
'match' => 'Träffar på',
|
||||
'strict' => 'Strikt läge',
|
||||
'repeat_freq' => 'Upprepningar',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Uppdateringskanal',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Din servers externa IP',
|
||||
'attachments' => 'Bilagor',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verifiera lösenordssäkerhet',
|
||||
'source_account' => 'Från konto',
|
||||
'destination_account' => 'Till konto',
|
||||
'asset_destination_account' => 'Till konto',
|
||||
'include_net_worth' => 'Inkludera i nettovärde',
|
||||
'asset_source_account' => 'Källkonto',
|
||||
'journal_description' => 'Beskrivning',
|
||||
'note' => 'Anteckningar',
|
||||
'bank_name' => 'Bankens namn',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Sparsaldo',
|
||||
'credit_card_limit' => 'Kreditkortgräns',
|
||||
'automatch' => 'Hitta automatiskt',
|
||||
'skip' => 'Hoppa över',
|
||||
'enabled' => 'Aktiverad',
|
||||
'name' => 'Namn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minsta belopp',
|
||||
'amount_max' => 'Högsta belopp',
|
||||
'match' => 'Träffar på',
|
||||
'strict' => 'Strikt läge',
|
||||
'repeat_freq' => 'Upprepningar',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Uppdateringskanal',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Din servers externa IP',
|
||||
'attachments' => 'Bilagor',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verifiera lösenordssäkerhet',
|
||||
'source_account' => 'Från konto',
|
||||
'destination_account' => 'Till konto',
|
||||
'asset_destination_account' => 'Till konto',
|
||||
'include_net_worth' => 'Inkludera i nettovärde',
|
||||
'asset_source_account' => 'Källkonto',
|
||||
'journal_description' => 'Beskrivning',
|
||||
'note' => 'Anteckningar',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Tillgångskonto',
|
||||
'budget_id' => 'Budget',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Ränta',
|
||||
'interest_period' => 'Ränteperiod',
|
||||
|
||||
'type' => 'Typ',
|
||||
'convert_Withdrawal' => 'Konvertera uttag',
|
||||
'convert_Deposit' => 'Konvertera insättning',
|
||||
'convert_Transfer' => 'Konvertera överföring',
|
||||
'type' => 'Typ',
|
||||
'convert_Withdrawal' => 'Konvertera uttag',
|
||||
'convert_Deposit' => 'Konvertera insättning',
|
||||
'convert_Transfer' => 'Konvertera överföring',
|
||||
|
||||
'amount' => 'Belopp',
|
||||
'foreign_amount' => 'Utländskt belopp',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Sluta bearbeta',
|
||||
'start_date' => 'Start område',
|
||||
'end_date' => 'Slut område',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Ta bort konto ":name"',
|
||||
'delete_bill' => 'Ta bort räkning ":name"',
|
||||
'delete_budget' => 'Ta bort budget ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Förväntad',
|
||||
'paid' => 'Betald',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Banka adı',
|
||||
'bank_balance' => 'Bakiye',
|
||||
'savings_balance' => 'Tasarruf bakiyesi',
|
||||
'credit_card_limit' => 'Kredi kartı limiti',
|
||||
'automatch' => 'Otomatik olarak eşleştir',
|
||||
'skip' => 'Atla',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'İsim',
|
||||
'active' => 'Aktif',
|
||||
'amount_min' => 'Minimum tutar',
|
||||
'amount_max' => 'Minimum tutar',
|
||||
'match' => 'Eşleşti',
|
||||
'strict' => 'Sıkı mod',
|
||||
'repeat_freq' => 'Tekrarlar',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Para birimi',
|
||||
'transaction_currency_id' => 'Para birimi',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Sunucunuzun dış IP adresi',
|
||||
'attachments' => 'Ekler',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Parola güvenliğini doğrula',
|
||||
'source_account' => 'Kaynak hesap',
|
||||
'destination_account' => 'Hedef Hesap',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Tanımlama',
|
||||
'note' => 'Notlar',
|
||||
'bank_name' => 'Banka adı',
|
||||
'bank_balance' => 'Bakiye',
|
||||
'savings_balance' => 'Tasarruf bakiyesi',
|
||||
'credit_card_limit' => 'Kredi kartı limiti',
|
||||
'automatch' => 'Otomatik olarak eşleştir',
|
||||
'skip' => 'Atla',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'İsim',
|
||||
'active' => 'Aktif',
|
||||
'amount_min' => 'Minimum tutar',
|
||||
'amount_max' => 'Minimum tutar',
|
||||
'match' => 'Eşleşti',
|
||||
'strict' => 'Sıkı mod',
|
||||
'repeat_freq' => 'Tekrarlar',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Para birimi',
|
||||
'transaction_currency_id' => 'Para birimi',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Sunucunuzun dış IP adresi',
|
||||
'attachments' => 'Ekler',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Parola güvenliğini doğrula',
|
||||
'source_account' => 'Kaynak hesap',
|
||||
'destination_account' => 'Hedef Hesap',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Tanımlama',
|
||||
'note' => 'Notlar',
|
||||
'currency' => 'Para birimi',
|
||||
'account_id' => 'Varlık hesabı',
|
||||
'budget_id' => 'Bütçe',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Interest',
|
||||
'interest_period' => 'Interest period',
|
||||
|
||||
'type' => 'Tür',
|
||||
'convert_Withdrawal' => 'Para çekmeyi değiştir',
|
||||
'convert_Deposit' => 'Mevduata dönüştürün',
|
||||
'convert_Transfer' => 'Aktarımı dönüştür',
|
||||
'type' => 'Tür',
|
||||
'convert_Withdrawal' => 'Para çekmeyi değiştir',
|
||||
'convert_Deposit' => 'Mevduata dönüştürün',
|
||||
'convert_Transfer' => 'Aktarımı dönüştür',
|
||||
|
||||
'amount' => 'Tutar',
|
||||
'foreign_amount' => 'Foreign amount',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'İşlemeyi durdur',
|
||||
'start_date' => 'Sayfa başlangıcı',
|
||||
'end_date' => 'Kapsama alanı dışında',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => '":name" adlı hesabı sil',
|
||||
'delete_bill' => 'Faturayı sil ":name"',
|
||||
'delete_budget' => '":name" bütçesini sil',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Tên ngân hàng',
|
||||
'bank_balance' => 'Số dư',
|
||||
'savings_balance' => 'Số dư tiết kiệm',
|
||||
'credit_card_limit' => 'Hạn mức thẻ tín dụng',
|
||||
'automatch' => 'Tự động khớp',
|
||||
'skip' => 'Bỏ qua',
|
||||
'enabled' => 'Cho phép',
|
||||
'name' => 'Tên',
|
||||
'active' => 'Hành động',
|
||||
'amount_min' => 'Số tiền tối thiểu',
|
||||
'amount_max' => 'Số tiền tối đa',
|
||||
'match' => 'Giống',
|
||||
'strict' => 'Chế độ nghiêm ngặt',
|
||||
'repeat_freq' => 'Lặp lại',
|
||||
'object_group' => 'Nhóm',
|
||||
'location' => 'Vị trí',
|
||||
'update_channel' => 'Cập nhật kênh',
|
||||
'currency_id' => 'Tiền tệ',
|
||||
'transaction_currency_id' => 'Tiền tệ',
|
||||
'auto_budget_currency_id' => 'Tiền tệ',
|
||||
'external_ip' => 'IP của máy chủ bạn',
|
||||
'attachments' => 'Tài liệu đính kèm',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Xác minh bảo mật mật khẩu',
|
||||
'source_account' => 'Tài khoản gửi',
|
||||
'destination_account' => 'Tài khoản nhận',
|
||||
'asset_destination_account' => 'Tài khoản đích',
|
||||
'include_net_worth' => 'Bao gồm trong giá trị ròng',
|
||||
'asset_source_account' => 'Tài khoản nguồn',
|
||||
'journal_description' => 'Mô tả',
|
||||
'note' => 'Ghi chú',
|
||||
'bank_name' => 'Tên ngân hàng',
|
||||
'bank_balance' => 'Số dư',
|
||||
'savings_balance' => 'Số dư tiết kiệm',
|
||||
'credit_card_limit' => 'Hạn mức thẻ tín dụng',
|
||||
'automatch' => 'Tự động khớp',
|
||||
'skip' => 'Bỏ qua',
|
||||
'enabled' => 'Cho phép',
|
||||
'name' => 'Tên',
|
||||
'active' => 'Hành động',
|
||||
'amount_min' => 'Số tiền tối thiểu',
|
||||
'amount_max' => 'Số tiền tối đa',
|
||||
'match' => 'Giống',
|
||||
'strict' => 'Chế độ nghiêm ngặt',
|
||||
'repeat_freq' => 'Lặp lại',
|
||||
'object_group' => 'Nhóm',
|
||||
'location' => 'Vị trí',
|
||||
'update_channel' => 'Cập nhật kênh',
|
||||
'currency_id' => 'Tiền tệ',
|
||||
'transaction_currency_id' => 'Tiền tệ',
|
||||
'auto_budget_currency_id' => 'Tiền tệ',
|
||||
'external_ip' => 'IP của máy chủ bạn',
|
||||
'attachments' => 'Tài liệu đính kèm',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Xác minh bảo mật mật khẩu',
|
||||
'source_account' => 'Tài khoản gửi',
|
||||
'destination_account' => 'Tài khoản nhận',
|
||||
'asset_destination_account' => 'Tài khoản đích',
|
||||
'include_net_worth' => 'Bao gồm trong giá trị ròng',
|
||||
'asset_source_account' => 'Tài khoản nguồn',
|
||||
'journal_description' => 'Mô tả',
|
||||
'note' => 'Ghi chú',
|
||||
'currency' => 'Tiền tệ',
|
||||
'account_id' => 'tài khoản',
|
||||
'budget_id' => 'Ngân sách',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Lãi',
|
||||
'interest_period' => 'Chu kỳ lãi',
|
||||
|
||||
'type' => 'Loại',
|
||||
'convert_Withdrawal' => 'Phí rút tiền',
|
||||
'convert_Deposit' => 'Phí gửi tiền',
|
||||
'convert_Transfer' => 'Phí chuyển khoản',
|
||||
'type' => 'Loại',
|
||||
'convert_Withdrawal' => 'Phí rút tiền',
|
||||
'convert_Deposit' => 'Phí gửi tiền',
|
||||
'convert_Transfer' => 'Phí chuyển khoản',
|
||||
|
||||
'amount' => 'Số tiền',
|
||||
'foreign_amount' => 'Ngoại tệ',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Dừng xử lý',
|
||||
'start_date' => 'Bắt đầu',
|
||||
'end_date' => 'Kết thúc',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Xóa tài khoản ":name"',
|
||||
'delete_bill' => 'Xóa hóa đơn ":name"',
|
||||
'delete_budget' => 'Xóa ngân sách ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Dự kiến vào',
|
||||
'paid' => 'Đã thanh toán',
|
||||
|
||||
'auto_budget_type' => 'Ngân sách tự động',
|
||||
'auto_budget_amount' => 'Số tiền ngân sách tự động',
|
||||
'auto_budget_period' => 'Chu kỳ ngân sách tự động',
|
||||
'auto_budget_type' => 'Ngân sách tự động',
|
||||
'auto_budget_amount' => 'Số tiền ngân sách tự động',
|
||||
'auto_budget_period' => 'Chu kỳ ngân sách tự động',
|
||||
|
||||
'collected' => 'Thu thập',
|
||||
'submitted' => 'Đã gửi',
|
||||
'key' => 'Khóa',
|
||||
'value' => 'Nội dung của bản lưu trữ'
|
||||
'key' => 'Khóa',
|
||||
'value' => 'Nội dung của bản lưu trữ',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => '银行名称',
|
||||
'bank_balance' => '余额',
|
||||
'savings_balance' => '储蓄余额',
|
||||
'credit_card_limit' => '信用卡额度',
|
||||
'automatch' => '自动配对',
|
||||
'skip' => '略过',
|
||||
'enabled' => '已启用',
|
||||
'name' => '名称',
|
||||
'active' => '启用',
|
||||
'amount_min' => '最小金额',
|
||||
'amount_max' => '最大金额',
|
||||
'match' => '配对于',
|
||||
'strict' => '精确模式',
|
||||
'repeat_freq' => '重复',
|
||||
'object_group' => 'Group',
|
||||
'location' => '位置',
|
||||
'update_channel' => '更新频道',
|
||||
'currency_id' => '货币',
|
||||
'transaction_currency_id' => '货币',
|
||||
'auto_budget_currency_id' => '货币',
|
||||
'external_ip' => '您的服务器外部IP',
|
||||
'attachments' => '附加档案',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => '验证密码安全性',
|
||||
'source_account' => '来源帐户',
|
||||
'destination_account' => '目标帐户',
|
||||
'asset_destination_account' => '目标帐户',
|
||||
'include_net_worth' => '包括淨值',
|
||||
'asset_source_account' => '来源帐户',
|
||||
'journal_description' => '说明',
|
||||
'note' => '备注',
|
||||
'bank_name' => '银行名称',
|
||||
'bank_balance' => '余额',
|
||||
'savings_balance' => '储蓄余额',
|
||||
'credit_card_limit' => '信用卡额度',
|
||||
'automatch' => '自动配对',
|
||||
'skip' => '略过',
|
||||
'enabled' => '已启用',
|
||||
'name' => '名称',
|
||||
'active' => '启用',
|
||||
'amount_min' => '最小金额',
|
||||
'amount_max' => '最大金额',
|
||||
'match' => '配对于',
|
||||
'strict' => '精确模式',
|
||||
'repeat_freq' => '重复',
|
||||
'object_group' => 'Group',
|
||||
'location' => '位置',
|
||||
'update_channel' => '更新频道',
|
||||
'currency_id' => '货币',
|
||||
'transaction_currency_id' => '货币',
|
||||
'auto_budget_currency_id' => '货币',
|
||||
'external_ip' => '您的服务器外部IP',
|
||||
'attachments' => '附加档案',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => '验证密码安全性',
|
||||
'source_account' => '来源帐户',
|
||||
'destination_account' => '目标帐户',
|
||||
'asset_destination_account' => '目标帐户',
|
||||
'include_net_worth' => '包括淨值',
|
||||
'asset_source_account' => '来源帐户',
|
||||
'journal_description' => '说明',
|
||||
'note' => '备注',
|
||||
'currency' => '货币',
|
||||
'account_id' => '资产帐户',
|
||||
'budget_id' => '预算',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => '利率',
|
||||
'interest_period' => '利率期',
|
||||
|
||||
'type' => '类型',
|
||||
'convert_Withdrawal' => '转换提款',
|
||||
'convert_Deposit' => '转换存款',
|
||||
'convert_Transfer' => '转换转帐',
|
||||
'type' => '类型',
|
||||
'convert_Withdrawal' => '转换提款',
|
||||
'convert_Deposit' => '转换存款',
|
||||
'convert_Transfer' => '转换转帐',
|
||||
|
||||
'amount' => '金额',
|
||||
'foreign_amount' => '外币金额',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => '停止处理',
|
||||
'start_date' => '范围起点',
|
||||
'end_date' => '范围终点',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => '删除帐户 ":name"',
|
||||
'delete_bill' => '删除帐单 ":name"',
|
||||
'delete_budget' => '删除预算 ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => '已收藏',
|
||||
'submitted' => '已提交',
|
||||
'key' => 'Key',
|
||||
'value' => '记录内容'
|
||||
'key' => 'Key',
|
||||
'value' => '记录内容',
|
||||
|
||||
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => '銀行名稱',
|
||||
'bank_balance' => '餘額',
|
||||
'savings_balance' => '儲蓄餘額',
|
||||
'credit_card_limit' => '信用卡額度',
|
||||
'automatch' => '自動配對',
|
||||
'skip' => '略過',
|
||||
'enabled' => '已啟用',
|
||||
'name' => '名稱',
|
||||
'active' => '啟用',
|
||||
'amount_min' => '最小金額',
|
||||
'amount_max' => '最大金額',
|
||||
'match' => '配對於',
|
||||
'strict' => '嚴謹模式',
|
||||
'repeat_freq' => '重複',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => '貨幣',
|
||||
'transaction_currency_id' => '貨幣',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => '您的伺服器外部IP',
|
||||
'attachments' => '附加檔案',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => '驗證密碼安全性',
|
||||
'source_account' => '來源帳戶',
|
||||
'destination_account' => '目標帳戶',
|
||||
'asset_destination_account' => '目標帳戶',
|
||||
'include_net_worth' => '包括淨值',
|
||||
'asset_source_account' => '來源帳戶',
|
||||
'journal_description' => '說明',
|
||||
'note' => '備註',
|
||||
'bank_name' => '銀行名稱',
|
||||
'bank_balance' => '餘額',
|
||||
'savings_balance' => '儲蓄餘額',
|
||||
'credit_card_limit' => '信用卡額度',
|
||||
'automatch' => '自動配對',
|
||||
'skip' => '略過',
|
||||
'enabled' => '已啟用',
|
||||
'name' => '名稱',
|
||||
'active' => '啟用',
|
||||
'amount_min' => '最小金額',
|
||||
'amount_max' => '最大金額',
|
||||
'match' => '配對於',
|
||||
'strict' => '嚴謹模式',
|
||||
'repeat_freq' => '重複',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => '貨幣',
|
||||
'transaction_currency_id' => '貨幣',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => '您的伺服器外部IP',
|
||||
'attachments' => '附加檔案',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => '驗證密碼安全性',
|
||||
'source_account' => '來源帳戶',
|
||||
'destination_account' => '目標帳戶',
|
||||
'asset_destination_account' => '目標帳戶',
|
||||
'include_net_worth' => '包括淨值',
|
||||
'asset_source_account' => '來源帳戶',
|
||||
'journal_description' => '說明',
|
||||
'note' => '備註',
|
||||
'currency' => '貨幣',
|
||||
'account_id' => '資產帳戶',
|
||||
'budget_id' => '預算',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => '利率',
|
||||
'interest_period' => '利率期',
|
||||
|
||||
'type' => '類型',
|
||||
'convert_Withdrawal' => '轉換提款',
|
||||
'convert_Deposit' => '轉換存款',
|
||||
'convert_Transfer' => '轉換轉帳',
|
||||
'type' => '類型',
|
||||
'convert_Withdrawal' => '轉換提款',
|
||||
'convert_Deposit' => '轉換存款',
|
||||
'convert_Transfer' => '轉換轉帳',
|
||||
|
||||
'amount' => '金額',
|
||||
'foreign_amount' => '外幣金額',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => '停止處理',
|
||||
'start_date' => '範圍起點',
|
||||
'end_date' => '範圍終點',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => '刪除帳戶 ":name"',
|
||||
'delete_bill' => '刪除帳單 ":name"',
|
||||
'delete_budget' => '刪除預算 ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user