diff --git a/resources/lang/da-DK/bills.php b/resources/lang/da-DK/bills.php index 247f8b339..0168bfdfb 100644 --- a/resources/lang/da-DK/bills.php +++ b/resources/lang/da-DK/bills.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Antal', 'price' => 'Pris', 'sub_total' => 'Subtotal', - 'discount' => 'Discount', + 'discount' => 'Rabat', 'tax_total' => 'Moms i alt', 'total' => 'I alt', 'item_name' => 'Punkt navn | Varenavne', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% Rabat', + 'add_discount' => 'Tilføj rabat', + 'discount_desc' => 'subtotal', 'payment_due' => 'Betalingsfrist', 'amount_due' => 'Forfaldent beløb', diff --git a/resources/lang/da-DK/demo.php b/resources/lang/da-DK/demo.php index fc76d6bea..afcdab98c 100644 --- a/resources/lang/da-DK/demo.php +++ b/resources/lang/da-DK/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Kontant', - 'categories_uncat' => 'Ikke kategoriseret', 'categories_deposit' => 'Indsæt', 'categories_sales' => 'Salg', 'currencies_usd' => 'Amerikanske Dollar', diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php index 02fc02b01..eb78daf10 100644 --- a/resources/lang/da-DK/general.php +++ b/resources/lang/da-DK/general.php @@ -37,7 +37,7 @@ return [ 'updates' => 'Opdatering|Opdateringer', 'numbers' => 'Nummer|Numre', 'statuses' => 'Status|Statusser', - 'others' => 'Other|Others', + 'others' => 'Andre | Andre', 'dashboard' => 'Oversigt', 'banking' => 'Bank', diff --git a/resources/lang/da-DK/invoices.php b/resources/lang/da-DK/invoices.php index e000d1279..7eacf374f 100644 --- a/resources/lang/da-DK/invoices.php +++ b/resources/lang/da-DK/invoices.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Antal', 'price' => 'Pris', 'sub_total' => 'Subtotal', - 'discount' => 'Discount', + 'discount' => 'Rabat', 'tax_total' => 'Moms i alt', 'total' => 'I alt', 'item_name' => 'Vare navn|Vare navne', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% Rabat', + 'add_discount' => 'Tilføj rabat', + 'discount_desc' => 'subtotal', 'payment_due' => 'Betalingsfrist', 'paid' => 'Betalt', diff --git a/resources/lang/da-DK/messages.php b/resources/lang/da-DK/messages.php index 4220a09b1..f3b23447c 100644 --- a/resources/lang/da-DK/messages.php +++ b/resources/lang/da-DK/messages.php @@ -14,8 +14,8 @@ return [ 'not_user_company' => 'Fejl: Du har ikke tilladelse til at kontrollere denne virksomhed!', 'customer' => 'Fejl: Brugeren ikke oprettet! :name bruger allerede denne e-mail.', 'no_file' => 'Fejl: Ingen fil valgt!', - 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'last_category' => 'Fejl: Kan ikke slette sidste :type kategori!', + 'invalid_token' => 'Fejl: Token indtastet er ugyldig!', ], 'warning' => [ 'deleted' => 'Advarsel: Du har ikke tilladelse tiil at slette :name fordi den er :text relateret.', diff --git a/resources/lang/da-DK/modules.php b/resources/lang/da-DK/modules.php index f02cd71b6..3d46997a7 100644 --- a/resources/lang/da-DK/modules.php +++ b/resources/lang/da-DK/modules.php @@ -8,7 +8,7 @@ return [ 'new' => 'Ny', 'top_free' => 'Top gratis', 'free' => 'GRATIS', - 'search' => 'Search', + 'search' => 'Søg', 'install' => 'Installer', 'buy_now' => 'Køb nu', 'token_link' => 'Klik her for at få din API-token.', diff --git a/resources/lang/da-DK/recurring.php b/resources/lang/da-DK/recurring.php index 92099c71c..3c26a8fde 100644 --- a/resources/lang/da-DK/recurring.php +++ b/resources/lang/da-DK/recurring.php @@ -2,19 +2,19 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', - 'weeks' => 'Week(s)', - 'months' => 'Month(s)', - 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'recurring' => 'Tilbagevendende', + 'every' => 'Hver', + 'period' => 'Periode', + 'times' => 'Tid', + 'daily' => 'Daglig', + 'weekly' => 'Ugentlig', + 'monthly' => 'Månedlig', + 'yearly' => 'Årlig', + 'custom' => 'Tilpasset', + 'days' => 'Dag(e)', + 'weeks' => 'Uge(r)', + 'months' => 'Måned(er)', + 'years' => 'År', + 'message' => 'Dette er en tilbagevendende :type og den næste vil blive autogenereret den :date', ]; diff --git a/resources/lang/da-DK/reports.php b/resources/lang/da-DK/reports.php index e0b2df6e8..2c031f114 100644 --- a/resources/lang/da-DK/reports.php +++ b/resources/lang/da-DK/reports.php @@ -7,24 +7,24 @@ return [ 'this_quarter' => 'Dette kvartal', 'previous_quarter' => 'Foregående kvartal', 'last_12_months' => 'Seneste 12 måneder', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', - 'net' => 'NET', + 'profit_loss' => 'Resultatopgørelse', + 'gross_profit' => 'Bruttofortjeneste', + 'net_profit' => 'Nettoresultat', + 'total_expenses' => 'Udgifter i alt', + 'net' => 'Netto', 'summary' => [ 'income' => 'Indkomst Resumé', 'expense' => 'Udgift Resumé', 'income_expense' => 'Indkomst vs udgift', - 'tax' => 'Tax Summary', + 'tax' => 'Moms oversigt', ], 'quarter' => [ '1' => 'Jan-Mar', '2' => 'Apr-Jun', '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '4' => 'Okt-Dec', ], ]; diff --git a/resources/lang/da-DK/settings.php b/resources/lang/da-DK/settings.php index 365f72e01..dd6820756 100644 --- a/resources/lang/da-DK/settings.php +++ b/resources/lang/da-DK/settings.php @@ -22,9 +22,9 @@ return [ ], 'timezone' => 'Tidszone', 'percent' => [ - 'title' => 'Percent (%) Position', - 'before' => 'Before Number', - 'after' => 'After Number', + 'title' => 'Procent (%) Position', + 'before' => 'Før nummer', + 'after' => 'Efter nummer', ], ], 'invoice' => [ diff --git a/resources/lang/hr-HR/bills.php b/resources/lang/hr-HR/bills.php index 7840be330..a2f9e5f19 100644 --- a/resources/lang/hr-HR/bills.php +++ b/resources/lang/hr-HR/bills.php @@ -18,9 +18,9 @@ return [ 'item_name' => 'Naziv stavke|Nazivi stavaka', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% popusta', + 'add_discount' => 'Dodaj popust', + 'discount_desc' => 'od podzbroja', 'payment_due' => 'Dospijeća plaćanja', 'amount_due' => 'Dospjeli iznos', diff --git a/resources/lang/hr-HR/demo.php b/resources/lang/hr-HR/demo.php index 064b1d3aa..9f08019ff 100644 --- a/resources/lang/hr-HR/demo.php +++ b/resources/lang/hr-HR/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Gotovina', - 'categories_uncat' => 'Nekategorizirano', 'categories_deposit' => 'Depozit', 'categories_sales' => 'Prodaje', 'currencies_usd' => 'Američki dolar', diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php index b93d490a5..d2be8cfb2 100644 --- a/resources/lang/hr-HR/general.php +++ b/resources/lang/hr-HR/general.php @@ -26,7 +26,7 @@ return [ 'companies' => 'Tvrtka|Tvrtke', 'profits' => 'Dobit|Dobiti', 'taxes' => 'Porez|Porezi', - 'logos' => 'Logo|Logos', + 'logos' => 'Logo|Logoi', 'pictures' => 'Slika|Slike', 'types' => 'Tip|Tipovi', 'payment_methods' => 'Način plaćanja|Načini plaćanja', @@ -37,7 +37,7 @@ return [ 'updates' => 'Ažuriranje|Ažuriranja', 'numbers' => 'Broj|Brojevi', 'statuses' => 'Status|Statusi', - 'others' => 'Other|Others', + 'others' => 'Ostalo|Ostali', 'dashboard' => 'Nadzorna ploča', 'banking' => 'Bankarstvo', @@ -97,7 +97,7 @@ return [ 'duplicate' => 'Dupliciraj', 'unpaid' => 'Neplaćeno', 'paid' => 'Plaćeno', - 'overdue' => 'Overdue', + 'overdue' => 'Dospjelo', 'partially' => 'Djelomično', 'partially_paid' => 'Djelomično plaćeno', diff --git a/resources/lang/hr-HR/invoices.php b/resources/lang/hr-HR/invoices.php index 94245992b..8ec54d435 100644 --- a/resources/lang/hr-HR/invoices.php +++ b/resources/lang/hr-HR/invoices.php @@ -18,9 +18,9 @@ return [ 'item_name' => 'Ime stavke|Imena stavaka', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% popusta', + 'add_discount' => 'Dodaj popust', + 'discount_desc' => 'od podzbroja', 'payment_due' => 'Dospijeća plaćanja', 'paid' => 'Plaćeno', @@ -44,7 +44,7 @@ return [ 'messages' => [ 'email_sent' => 'E-mail računa je uspješno poslan!', 'marked_sent' => 'Račun je uspješno označen kao poslan!', - 'email_required' => 'No email address for this customer!', + 'email_required' => 'Nema e-mail adrese za ovog kupca!', ], 'notification' => [ diff --git a/resources/lang/hr-HR/messages.php b/resources/lang/hr-HR/messages.php index e35f06bb9..0b84f8966 100644 --- a/resources/lang/hr-HR/messages.php +++ b/resources/lang/hr-HR/messages.php @@ -10,12 +10,12 @@ return [ 'imported' => ':type uvezen!', ], 'error' => [ - 'over_payment' => 'Error: Payment not added! Amount passes the total.', + 'over_payment' => 'Pogreška: Plaćanje nije dodano! Iznos prelazi ukupan iznos.', 'not_user_company' => 'Pogreška: Nije vam dozvoljeno upravljanje ovom tvrtkom!', - 'customer' => 'Error: User not created! :name already uses this email address.', + 'customer' => 'Pogreška: Korisnik nije kreiran! :name već koristi ovu e-mail adresu.', 'no_file' => 'Pogreška: Nije odabrana nijedna datoteka!', - 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'last_category' => 'Pogreška: Nije moguće izbrisati zadnju :type kategoriju!', + 'invalid_token' => 'Pogreška: Upisani token nije valjan!', ], 'warning' => [ 'deleted' => 'Upozorenje: Nije vam dozvoljeno izbrisati :name jer postoji poveznica s :text.', diff --git a/resources/lang/hr-HR/modules.php b/resources/lang/hr-HR/modules.php index 093af68e0..d110a29d3 100644 --- a/resources/lang/hr-HR/modules.php +++ b/resources/lang/hr-HR/modules.php @@ -8,7 +8,7 @@ return [ 'new' => 'Novo', 'top_free' => 'Najbolje besplatno', 'free' => 'BESPLATNO', - 'search' => 'Search', + 'search' => 'Pretraživanje', 'install' => 'Instaliraj', 'buy_now' => 'Kupi odmah', 'token_link' => 'Kliknite ovdje da biste dobili svoj API token.', diff --git a/resources/lang/hr-HR/recurring.php b/resources/lang/hr-HR/recurring.php index e7e80f2c4..449e96ae9 100644 --- a/resources/lang/hr-HR/recurring.php +++ b/resources/lang/hr-HR/recurring.php @@ -2,19 +2,19 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', + 'recurring' => 'Ponavljajuće', + 'every' => 'Svakih', + 'period' => 'Razdoblje', + 'times' => 'Puta', 'daily' => 'Dnevno', 'weekly' => 'Tjedno', 'monthly' => 'Mjesečno', 'yearly' => 'Godišnje', - 'custom' => 'Custom', + 'custom' => 'Prilagođeno', 'days' => 'Dan(a)', 'weeks' => 'Tjedan(a)', 'months' => 'Mjesec(i)', 'years' => 'Godine(a)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'message' => 'Ovo je ponavljajući :type i sljedeći :type će automatski biti generiran :date', ]; diff --git a/resources/lang/hr-HR/reports.php b/resources/lang/hr-HR/reports.php index f46995035..d40cb744c 100644 --- a/resources/lang/hr-HR/reports.php +++ b/resources/lang/hr-HR/reports.php @@ -7,24 +7,24 @@ return [ 'this_quarter' => 'Ovaj kvartal', 'previous_quarter' => 'Prethodni kvartal', 'last_12_months' => 'Zadnjih 12 mjeseci', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', - 'net' => 'NET', + 'profit_loss' => 'Dobit i gubitak', + 'gross_profit' => 'Bruto dobit', + 'net_profit' => 'Neto dobit', + 'total_expenses' => 'Ukupni troškovi', + 'net' => 'Neto', 'summary' => [ 'income' => 'Sažetak prihoda', 'expense' => 'Sažetak troškova', 'income_expense' => 'Prihodi nasuprot troškovima', - 'tax' => 'Tax Summary', + 'tax' => 'Sažetak poreza', ], 'quarter' => [ - '1' => 'Jan-Mar', - '2' => 'Apr-Jun', - '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '1' => 'Sij-Ožu', + '2' => 'Tra-Lip', + '3' => 'Srp-Ruj', + '4' => 'Lis-Pro', ], ]; diff --git a/resources/lang/hr-HR/settings.php b/resources/lang/hr-HR/settings.php index b5feee95f..96dfa5312 100644 --- a/resources/lang/hr-HR/settings.php +++ b/resources/lang/hr-HR/settings.php @@ -22,7 +22,7 @@ return [ ], 'timezone' => 'Vremenska zona', 'percent' => [ - 'title' => 'Percent (%) Position', + 'title' => 'Pozicija postotka (%)', 'before' => 'Ispred broja', 'after' => 'Nakon broja', ], diff --git a/resources/lang/sq-AL/bills.php b/resources/lang/sq-AL/bills.php index 653604efc..1b45ad49b 100644 --- a/resources/lang/sq-AL/bills.php +++ b/resources/lang/sq-AL/bills.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Sasia', 'price' => 'Çmimi', 'sub_total' => 'Nëntotali', - 'discount' => 'Discount', + 'discount' => 'Skonto', 'tax_total' => 'Tatimi Gjithsej', 'total' => 'Totali', 'item_name' => 'Emri i Artikullit | Emrat e Artikullit', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% Skonto', + 'add_discount' => 'Shto Skonto', + 'discount_desc' => 'e nëntotalit', 'payment_due' => 'Pagesa e Duhur', 'amount_due' => 'Shuma e Duhur', diff --git a/resources/lang/sq-AL/demo.php b/resources/lang/sq-AL/demo.php index 1ba1e3b03..43b034df3 100644 --- a/resources/lang/sq-AL/demo.php +++ b/resources/lang/sq-AL/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Para', - 'categories_uncat' => 'Pakategorizueme', 'categories_deposit' => 'Depozite', 'categories_sales' => 'Shitjet', 'currencies_usd' => 'Dollar Amerikan', diff --git a/resources/lang/sq-AL/general.php b/resources/lang/sq-AL/general.php index 71d8c6937..86bf61740 100644 --- a/resources/lang/sq-AL/general.php +++ b/resources/lang/sq-AL/general.php @@ -37,7 +37,7 @@ return [ 'updates' => 'Përditësimi | Përditësimet', 'numbers' => 'Numri | Numrat', 'statuses' => 'Statusi | Statuset', - 'others' => 'Other|Others', + 'others' => 'Tjetër | Të tjera', 'dashboard' => 'Paneli Kryesor', 'banking' => 'Veprime Bankare', diff --git a/resources/lang/sq-AL/invoices.php b/resources/lang/sq-AL/invoices.php index fbb85d940..00b32522b 100644 --- a/resources/lang/sq-AL/invoices.php +++ b/resources/lang/sq-AL/invoices.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Sasia', 'price' => 'Çmimi', 'sub_total' => 'Nëntotali', - 'discount' => 'Discount', + 'discount' => 'Skonto', 'tax_total' => 'Tatimi Gjithsej', 'total' => 'Totali', 'item_name' => 'Emri i Artikullit | Emrat e Artikullit', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% Skonto', + 'add_discount' => 'Shto Skonto', + 'discount_desc' => 'e nëntotalit', 'payment_due' => 'Pagesa e Duhur', 'paid' => 'I paguar', diff --git a/resources/lang/sq-AL/messages.php b/resources/lang/sq-AL/messages.php index 88788cb57..a5da4ca48 100644 --- a/resources/lang/sq-AL/messages.php +++ b/resources/lang/sq-AL/messages.php @@ -14,8 +14,8 @@ return [ 'not_user_company' => 'Gabim: Nuk ju lejohet të menaxhoni këtë kompani!', 'customer' => 'Gabim: Përdoruesi nuk u krijua! :name tashmë përdor këtë adresë e-maili.', 'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!', - 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'last_category' => 'Gabim: Nuk mund të fshihet :type kategoria e fundit!', + 'invalid_token' => 'Gabim: Marku i dhënë është i pavlefshëm!', ], 'warning' => [ 'deleted' => 'Njoftim: :name nuk mund të fshihet sepse ka :text të lidhur.', diff --git a/resources/lang/sq-AL/modules.php b/resources/lang/sq-AL/modules.php index 0620e9abe..2d6f5a59c 100644 --- a/resources/lang/sq-AL/modules.php +++ b/resources/lang/sq-AL/modules.php @@ -8,7 +8,7 @@ return [ 'new' => 'I ri', 'top_free' => 'Më të mirët Falas', 'free' => 'FALAS', - 'search' => 'Search', + 'search' => 'Kërko', 'install' => 'Instalo', 'buy_now' => 'Bli Tani', 'token_link' => 'Kliko këtupër të marrë shenjën tuaj API.', diff --git a/resources/lang/sq-AL/recurring.php b/resources/lang/sq-AL/recurring.php index 92099c71c..93a46be00 100644 --- a/resources/lang/sq-AL/recurring.php +++ b/resources/lang/sq-AL/recurring.php @@ -2,19 +2,19 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', - 'weeks' => 'Week(s)', - 'months' => 'Month(s)', - 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'recurring' => 'Periodik', + 'every' => 'Çdo', + 'period' => 'Periudhë', + 'times' => 'Kohët', + 'daily' => 'Ditore', + 'weekly' => 'Javore', + 'monthly' => 'Mujore', + 'yearly' => 'Vjetore', + 'custom' => 'Special', + 'days' => 'Ditë(t)', + 'weeks' => 'Javë(t)', + 'months' => 'Muaj(t)', + 'years' => 'Vit(e)', + 'message' => 'Ky është një :type i periodik dhe :type i ardhshëm do të gjenerohet automatikisht në :date', ]; diff --git a/resources/lang/sq-AL/reports.php b/resources/lang/sq-AL/reports.php index 83291a035..660ee9f39 100644 --- a/resources/lang/sq-AL/reports.php +++ b/resources/lang/sq-AL/reports.php @@ -7,24 +7,24 @@ return [ 'this_quarter' => 'Këtë Tremujor', 'previous_quarter' => 'Tremujor i Kaluar', 'last_12_months' => '12 Muajt e Fundit', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', - 'net' => 'NET', + 'profit_loss' => 'Fitimi & Humbje', + 'gross_profit' => 'Fitimi Bruto', + 'net_profit' => 'Fitimi Neto', + 'total_expenses' => 'Shpenzimet Totale', + 'net' => 'NETO', 'summary' => [ 'income' => 'Përmbledhje e të Ardhurave', 'expense' => 'Përmbledhje e Shpenzimeve', 'income_expense' => 'Të Ardhurat vs Shpenzimet', - 'tax' => 'Tax Summary', + 'tax' => 'Përmbledhje e Taksave', ], 'quarter' => [ '1' => 'Jan-Mar', - '2' => 'Apr-Jun', - '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '2' => 'Prill-Qer', + '3' => 'Korr-Shta', + '4' => 'Tet-Dhje', ], ]; diff --git a/resources/lang/sq-AL/settings.php b/resources/lang/sq-AL/settings.php index 169b8b81a..0d07be255 100644 --- a/resources/lang/sq-AL/settings.php +++ b/resources/lang/sq-AL/settings.php @@ -22,9 +22,9 @@ return [ ], 'timezone' => 'Zona Kohore', 'percent' => [ - 'title' => 'Percent (%) Position', - 'before' => 'Before Number', - 'after' => 'After Number', + 'title' => 'Pozicioni Përqindja (%)', + 'before' => 'Para Numrit', + 'after' => 'Pas Numrit', ], ], 'invoice' => [ diff --git a/resources/lang/tr-TR/demo.php b/resources/lang/tr-TR/demo.php index 76c616f74..825417681 100644 --- a/resources/lang/tr-TR/demo.php +++ b/resources/lang/tr-TR/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Kasa', - 'categories_uncat' => 'Diğer', 'categories_deposit' => 'Depozito', 'categories_sales' => 'Satış', 'currencies_usd' => 'Amerikan Doları',