updated translations

This commit is contained in:
denisdulici 2018-05-21 20:12:12 +03:00
parent f3414ddbd8
commit 0bcb5e606f
28 changed files with 106 additions and 110 deletions

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Antal', 'quantity' => 'Antal',
'price' => 'Pris', 'price' => 'Pris',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Discount', 'discount' => 'Rabat',
'tax_total' => 'Moms i alt', 'tax_total' => 'Moms i alt',
'total' => 'I alt', 'total' => 'I alt',
'item_name' => 'Punkt navn | Varenavne', 'item_name' => 'Punkt navn | Varenavne',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% Rabat',
'add_discount' => 'Add Discount', 'add_discount' => 'Tilføj rabat',
'discount_desc' => 'of subtotal', 'discount_desc' => 'subtotal',
'payment_due' => 'Betalingsfrist', 'payment_due' => 'Betalingsfrist',
'amount_due' => 'Forfaldent beløb', 'amount_due' => 'Forfaldent beløb',

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Kontant', 'accounts_cash' => 'Kontant',
'categories_uncat' => 'Ikke kategoriseret',
'categories_deposit' => 'Indsæt', 'categories_deposit' => 'Indsæt',
'categories_sales' => 'Salg', 'categories_sales' => 'Salg',
'currencies_usd' => 'Amerikanske Dollar', 'currencies_usd' => 'Amerikanske Dollar',

View File

@ -37,7 +37,7 @@ return [
'updates' => 'Opdatering|Opdateringer', 'updates' => 'Opdatering|Opdateringer',
'numbers' => 'Nummer|Numre', 'numbers' => 'Nummer|Numre',
'statuses' => 'Status|Statusser', 'statuses' => 'Status|Statusser',
'others' => 'Other|Others', 'others' => 'Andre | Andre',
'dashboard' => 'Oversigt', 'dashboard' => 'Oversigt',
'banking' => 'Bank', 'banking' => 'Bank',

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Antal', 'quantity' => 'Antal',
'price' => 'Pris', 'price' => 'Pris',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Discount', 'discount' => 'Rabat',
'tax_total' => 'Moms i alt', 'tax_total' => 'Moms i alt',
'total' => 'I alt', 'total' => 'I alt',
'item_name' => 'Vare navn|Vare navne', 'item_name' => 'Vare navn|Vare navne',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% Rabat',
'add_discount' => 'Add Discount', 'add_discount' => 'Tilføj rabat',
'discount_desc' => 'of subtotal', 'discount_desc' => 'subtotal',
'payment_due' => 'Betalingsfrist', 'payment_due' => 'Betalingsfrist',
'paid' => 'Betalt', 'paid' => 'Betalt',

View File

@ -14,8 +14,8 @@ return [
'not_user_company' => 'Fejl: Du har ikke tilladelse til at kontrollere denne virksomhed!', 'not_user_company' => 'Fejl: Du har ikke tilladelse til at kontrollere denne virksomhed!',
'customer' => 'Fejl: Brugeren ikke oprettet! :name bruger allerede denne e-mail.', 'customer' => 'Fejl: Brugeren ikke oprettet! :name bruger allerede denne e-mail.',
'no_file' => 'Fejl: Ingen fil valgt!', 'no_file' => 'Fejl: Ingen fil valgt!',
'last_category' => 'Error: Can not delete the last :type category!', 'last_category' => 'Fejl: Kan ikke slette sidste :type kategori!',
'invalid_token' => 'Error: The token entered is invalid!', 'invalid_token' => 'Fejl: Token indtastet er ugyldig!',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Advarsel: Du har ikke tilladelse tiil at slette <b>:name</b> fordi den er :text relateret.', 'deleted' => 'Advarsel: Du har ikke tilladelse tiil at slette <b>:name</b> fordi den er :text relateret.',

View File

@ -8,7 +8,7 @@ return [
'new' => 'Ny', 'new' => 'Ny',
'top_free' => 'Top gratis', 'top_free' => 'Top gratis',
'free' => 'GRATIS', 'free' => 'GRATIS',
'search' => 'Search', 'search' => 'Søg',
'install' => 'Installer', 'install' => 'Installer',
'buy_now' => 'Køb nu', 'buy_now' => 'Køb nu',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik her</a> for at få din API-token.', 'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik her</a> for at få din API-token.',

View File

@ -2,19 +2,19 @@
return [ return [
'recurring' => 'Recurring', 'recurring' => 'Tilbagevendende',
'every' => 'Every', 'every' => 'Hver',
'period' => 'Period', 'period' => 'Periode',
'times' => 'Times', 'times' => 'Tid',
'daily' => 'Daily', 'daily' => 'Daglig',
'weekly' => 'Weekly', 'weekly' => 'Ugentlig',
'monthly' => 'Monthly', 'monthly' => 'Månedlig',
'yearly' => 'Yearly', 'yearly' => 'Årlig',
'custom' => 'Custom', 'custom' => 'Tilpasset',
'days' => 'Day(s)', 'days' => 'Dag(e)',
'weeks' => 'Week(s)', 'weeks' => 'Uge(r)',
'months' => 'Month(s)', 'months' => 'Måned(er)',
'years' => 'Year(s)', 'years' => 'År',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', 'message' => 'Dette er en tilbagevendende :type og den næste vil blive autogenereret den :date',
]; ];

View File

@ -7,24 +7,24 @@ return [
'this_quarter' => 'Dette kvartal', 'this_quarter' => 'Dette kvartal',
'previous_quarter' => 'Foregående kvartal', 'previous_quarter' => 'Foregående kvartal',
'last_12_months' => 'Seneste 12 måneder', 'last_12_months' => 'Seneste 12 måneder',
'profit_loss' => 'Profit & Loss', 'profit_loss' => 'Resultatopgørelse',
'gross_profit' => 'Gross Profit', 'gross_profit' => 'Bruttofortjeneste',
'net_profit' => 'Net Profit', 'net_profit' => 'Nettoresultat',
'total_expenses' => 'Total Expenses', 'total_expenses' => 'Udgifter i alt',
'net' => 'NET', 'net' => 'Netto',
'summary' => [ 'summary' => [
'income' => 'Indkomst Resumé', 'income' => 'Indkomst Resumé',
'expense' => 'Udgift Resumé', 'expense' => 'Udgift Resumé',
'income_expense' => 'Indkomst vs udgift', 'income_expense' => 'Indkomst vs udgift',
'tax' => 'Tax Summary', 'tax' => 'Moms oversigt',
], ],
'quarter' => [ 'quarter' => [
'1' => 'Jan-Mar', '1' => 'Jan-Mar',
'2' => 'Apr-Jun', '2' => 'Apr-Jun',
'3' => 'Jul-Sep', '3' => 'Jul-Sep',
'4' => 'Oct-Dec', '4' => 'Okt-Dec',
], ],
]; ];

View File

@ -22,9 +22,9 @@ return [
], ],
'timezone' => 'Tidszone', 'timezone' => 'Tidszone',
'percent' => [ 'percent' => [
'title' => 'Percent (%) Position', 'title' => 'Procent (%) Position',
'before' => 'Before Number', 'before' => 'Før nummer',
'after' => 'After Number', 'after' => 'Efter nummer',
], ],
], ],
'invoice' => [ 'invoice' => [

View File

@ -18,9 +18,9 @@ return [
'item_name' => 'Naziv stavke|Nazivi stavaka', 'item_name' => 'Naziv stavke|Nazivi stavaka',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% popusta',
'add_discount' => 'Add Discount', 'add_discount' => 'Dodaj popust',
'discount_desc' => 'of subtotal', 'discount_desc' => 'od podzbroja',
'payment_due' => 'Dospijeća plaćanja', 'payment_due' => 'Dospijeća plaćanja',
'amount_due' => 'Dospjeli iznos', 'amount_due' => 'Dospjeli iznos',

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Gotovina', 'accounts_cash' => 'Gotovina',
'categories_uncat' => 'Nekategorizirano',
'categories_deposit' => 'Depozit', 'categories_deposit' => 'Depozit',
'categories_sales' => 'Prodaje', 'categories_sales' => 'Prodaje',
'currencies_usd' => 'Američki dolar', 'currencies_usd' => 'Američki dolar',

View File

@ -26,7 +26,7 @@ return [
'companies' => 'Tvrtka|Tvrtke', 'companies' => 'Tvrtka|Tvrtke',
'profits' => 'Dobit|Dobiti', 'profits' => 'Dobit|Dobiti',
'taxes' => 'Porez|Porezi', 'taxes' => 'Porez|Porezi',
'logos' => 'Logo|Logos', 'logos' => 'Logo|Logoi',
'pictures' => 'Slika|Slike', 'pictures' => 'Slika|Slike',
'types' => 'Tip|Tipovi', 'types' => 'Tip|Tipovi',
'payment_methods' => 'Način plaćanja|Načini plaćanja', 'payment_methods' => 'Način plaćanja|Načini plaćanja',
@ -37,7 +37,7 @@ return [
'updates' => 'Ažuriranje|Ažuriranja', 'updates' => 'Ažuriranje|Ažuriranja',
'numbers' => 'Broj|Brojevi', 'numbers' => 'Broj|Brojevi',
'statuses' => 'Status|Statusi', 'statuses' => 'Status|Statusi',
'others' => 'Other|Others', 'others' => 'Ostalo|Ostali',
'dashboard' => 'Nadzorna ploča', 'dashboard' => 'Nadzorna ploča',
'banking' => 'Bankarstvo', 'banking' => 'Bankarstvo',
@ -97,7 +97,7 @@ return [
'duplicate' => 'Dupliciraj', 'duplicate' => 'Dupliciraj',
'unpaid' => 'Neplaćeno', 'unpaid' => 'Neplaćeno',
'paid' => 'Plaćeno', 'paid' => 'Plaćeno',
'overdue' => 'Overdue', 'overdue' => 'Dospjelo',
'partially' => 'Djelomično', 'partially' => 'Djelomično',
'partially_paid' => 'Djelomično plaćeno', 'partially_paid' => 'Djelomično plaćeno',

View File

@ -18,9 +18,9 @@ return [
'item_name' => 'Ime stavke|Imena stavaka', 'item_name' => 'Ime stavke|Imena stavaka',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% popusta',
'add_discount' => 'Add Discount', 'add_discount' => 'Dodaj popust',
'discount_desc' => 'of subtotal', 'discount_desc' => 'od podzbroja',
'payment_due' => 'Dospijeća plaćanja', 'payment_due' => 'Dospijeća plaćanja',
'paid' => 'Plaćeno', 'paid' => 'Plaćeno',
@ -44,7 +44,7 @@ return [
'messages' => [ 'messages' => [
'email_sent' => 'E-mail računa je uspješno poslan!', 'email_sent' => 'E-mail računa je uspješno poslan!',
'marked_sent' => 'Račun je uspješno označen kao 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' => [ 'notification' => [

View File

@ -10,12 +10,12 @@ return [
'imported' => ':type uvezen!', 'imported' => ':type uvezen!',
], ],
'error' => [ '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!', '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!', 'no_file' => 'Pogreška: Nije odabrana nijedna datoteka!',
'last_category' => 'Error: Can not delete the last :type category!', 'last_category' => 'Pogreška: Nije moguće izbrisati zadnju :type kategoriju!',
'invalid_token' => 'Error: The token entered is invalid!', 'invalid_token' => 'Pogreška: Upisani token nije valjan!',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Upozorenje: Nije vam dozvoljeno izbrisati <b>:name</b> jer postoji poveznica s :text.', 'deleted' => 'Upozorenje: Nije vam dozvoljeno izbrisati <b>:name</b> jer postoji poveznica s :text.',

View File

@ -8,7 +8,7 @@ return [
'new' => 'Novo', 'new' => 'Novo',
'top_free' => 'Najbolje besplatno', 'top_free' => 'Najbolje besplatno',
'free' => 'BESPLATNO', 'free' => 'BESPLATNO',
'search' => 'Search', 'search' => 'Pretraživanje',
'install' => 'Instaliraj', 'install' => 'Instaliraj',
'buy_now' => 'Kupi odmah', 'buy_now' => 'Kupi odmah',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Kliknite ovdje</a> da biste dobili svoj API token.', 'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Kliknite ovdje</a> da biste dobili svoj API token.',

View File

@ -2,19 +2,19 @@
return [ return [
'recurring' => 'Recurring', 'recurring' => 'Ponavljajuće',
'every' => 'Every', 'every' => 'Svakih',
'period' => 'Period', 'period' => 'Razdoblje',
'times' => 'Times', 'times' => 'Puta',
'daily' => 'Dnevno', 'daily' => 'Dnevno',
'weekly' => 'Tjedno', 'weekly' => 'Tjedno',
'monthly' => 'Mjesečno', 'monthly' => 'Mjesečno',
'yearly' => 'Godišnje', 'yearly' => 'Godišnje',
'custom' => 'Custom', 'custom' => 'Prilagođeno',
'days' => 'Dan(a)', 'days' => 'Dan(a)',
'weeks' => 'Tjedan(a)', 'weeks' => 'Tjedan(a)',
'months' => 'Mjesec(i)', 'months' => 'Mjesec(i)',
'years' => 'Godine(a)', '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',
]; ];

View File

@ -7,24 +7,24 @@ return [
'this_quarter' => 'Ovaj kvartal', 'this_quarter' => 'Ovaj kvartal',
'previous_quarter' => 'Prethodni kvartal', 'previous_quarter' => 'Prethodni kvartal',
'last_12_months' => 'Zadnjih 12 mjeseci', 'last_12_months' => 'Zadnjih 12 mjeseci',
'profit_loss' => 'Profit & Loss', 'profit_loss' => 'Dobit i gubitak',
'gross_profit' => 'Gross Profit', 'gross_profit' => 'Bruto dobit',
'net_profit' => 'Net Profit', 'net_profit' => 'Neto dobit',
'total_expenses' => 'Total Expenses', 'total_expenses' => 'Ukupni troškovi',
'net' => 'NET', 'net' => 'Neto',
'summary' => [ 'summary' => [
'income' => 'Sažetak prihoda', 'income' => 'Sažetak prihoda',
'expense' => 'Sažetak troškova', 'expense' => 'Sažetak troškova',
'income_expense' => 'Prihodi nasuprot troškovima', 'income_expense' => 'Prihodi nasuprot troškovima',
'tax' => 'Tax Summary', 'tax' => 'Sažetak poreza',
], ],
'quarter' => [ 'quarter' => [
'1' => 'Jan-Mar', '1' => 'Sij-Ožu',
'2' => 'Apr-Jun', '2' => 'Tra-Lip',
'3' => 'Jul-Sep', '3' => 'Srp-Ruj',
'4' => 'Oct-Dec', '4' => 'Lis-Pro',
], ],
]; ];

View File

@ -22,7 +22,7 @@ return [
], ],
'timezone' => 'Vremenska zona', 'timezone' => 'Vremenska zona',
'percent' => [ 'percent' => [
'title' => 'Percent (%) Position', 'title' => 'Pozicija postotka (%)',
'before' => 'Ispred broja', 'before' => 'Ispred broja',
'after' => 'Nakon broja', 'after' => 'Nakon broja',
], ],

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Sasia', 'quantity' => 'Sasia',
'price' => 'Çmimi', 'price' => 'Çmimi',
'sub_total' => 'Nëntotali', 'sub_total' => 'Nëntotali',
'discount' => 'Discount', 'discount' => 'Skonto',
'tax_total' => 'Tatimi Gjithsej', 'tax_total' => 'Tatimi Gjithsej',
'total' => 'Totali', 'total' => 'Totali',
'item_name' => 'Emri i Artikullit | Emrat e Artikullit', 'item_name' => 'Emri i Artikullit | Emrat e Artikullit',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% Skonto',
'add_discount' => 'Add Discount', 'add_discount' => 'Shto Skonto',
'discount_desc' => 'of subtotal', 'discount_desc' => 'e nëntotalit',
'payment_due' => 'Pagesa e Duhur', 'payment_due' => 'Pagesa e Duhur',
'amount_due' => 'Shuma e Duhur', 'amount_due' => 'Shuma e Duhur',

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Para', 'accounts_cash' => 'Para',
'categories_uncat' => 'Pakategorizueme',
'categories_deposit' => 'Depozite', 'categories_deposit' => 'Depozite',
'categories_sales' => 'Shitjet', 'categories_sales' => 'Shitjet',
'currencies_usd' => 'Dollar Amerikan', 'currencies_usd' => 'Dollar Amerikan',

View File

@ -37,7 +37,7 @@ return [
'updates' => 'Përditësimi | Përditësimet', 'updates' => 'Përditësimi | Përditësimet',
'numbers' => 'Numri | Numrat', 'numbers' => 'Numri | Numrat',
'statuses' => 'Statusi | Statuset', 'statuses' => 'Statusi | Statuset',
'others' => 'Other|Others', 'others' => 'Tjetër | Të tjera',
'dashboard' => 'Paneli Kryesor', 'dashboard' => 'Paneli Kryesor',
'banking' => 'Veprime Bankare', 'banking' => 'Veprime Bankare',

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Sasia', 'quantity' => 'Sasia',
'price' => 'Çmimi', 'price' => 'Çmimi',
'sub_total' => 'Nëntotali', 'sub_total' => 'Nëntotali',
'discount' => 'Discount', 'discount' => 'Skonto',
'tax_total' => 'Tatimi Gjithsej', 'tax_total' => 'Tatimi Gjithsej',
'total' => 'Totali', 'total' => 'Totali',
'item_name' => 'Emri i Artikullit | Emrat e Artikullit', 'item_name' => 'Emri i Artikullit | Emrat e Artikullit',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% Skonto',
'add_discount' => 'Add Discount', 'add_discount' => 'Shto Skonto',
'discount_desc' => 'of subtotal', 'discount_desc' => 'e nëntotalit',
'payment_due' => 'Pagesa e Duhur', 'payment_due' => 'Pagesa e Duhur',
'paid' => 'I paguar', 'paid' => 'I paguar',

View File

@ -14,8 +14,8 @@ return [
'not_user_company' => 'Gabim: Nuk ju lejohet të menaxhoni këtë kompani!', '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.', 'customer' => 'Gabim: Përdoruesi nuk u krijua! :name tashmë përdor këtë adresë e-maili.',
'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!', 'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!',
'last_category' => 'Error: Can not delete the last :type category!', 'last_category' => 'Gabim: Nuk mund të fshihet :type kategoria e fundit!',
'invalid_token' => 'Error: The token entered is invalid!', 'invalid_token' => 'Gabim: Marku i dhënë është i pavlefshëm!',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Njoftim: <b>:name</b> nuk mund të fshihet sepse ka :text të lidhur.', 'deleted' => 'Njoftim: <b>:name</b> nuk mund të fshihet sepse ka :text të lidhur.',

View File

@ -8,7 +8,7 @@ return [
'new' => 'I ri', 'new' => 'I ri',
'top_free' => 'Më të mirët Falas', 'top_free' => 'Më të mirët Falas',
'free' => 'FALAS', 'free' => 'FALAS',
'search' => 'Search', 'search' => 'Kërko',
'install' => 'Instalo', 'install' => 'Instalo',
'buy_now' => 'Bli Tani', 'buy_now' => 'Bli Tani',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Kliko këtu</a>për të marrë shenjën tuaj API.', 'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Kliko këtu</a>për të marrë shenjën tuaj API.',

View File

@ -2,19 +2,19 @@
return [ return [
'recurring' => 'Recurring', 'recurring' => 'Periodik',
'every' => 'Every', 'every' => 'Çdo',
'period' => 'Period', 'period' => 'Periudhë',
'times' => 'Times', 'times' => 'Kohët',
'daily' => 'Daily', 'daily' => 'Ditore',
'weekly' => 'Weekly', 'weekly' => 'Javore',
'monthly' => 'Monthly', 'monthly' => 'Mujore',
'yearly' => 'Yearly', 'yearly' => 'Vjetore',
'custom' => 'Custom', 'custom' => 'Special',
'days' => 'Day(s)', 'days' => 'Ditë(t)',
'weeks' => 'Week(s)', 'weeks' => 'Javë(t)',
'months' => 'Month(s)', 'months' => 'Muaj(t)',
'years' => 'Year(s)', 'years' => 'Vit(e)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', 'message' => 'Ky është një :type i periodik dhe :type i ardhshëm do të gjenerohet automatikisht në :date',
]; ];

View File

@ -7,24 +7,24 @@ return [
'this_quarter' => 'Këtë Tremujor', 'this_quarter' => 'Këtë Tremujor',
'previous_quarter' => 'Tremujor i Kaluar', 'previous_quarter' => 'Tremujor i Kaluar',
'last_12_months' => '12 Muajt e Fundit', 'last_12_months' => '12 Muajt e Fundit',
'profit_loss' => 'Profit & Loss', 'profit_loss' => 'Fitimi & Humbje',
'gross_profit' => 'Gross Profit', 'gross_profit' => 'Fitimi Bruto',
'net_profit' => 'Net Profit', 'net_profit' => 'Fitimi Neto',
'total_expenses' => 'Total Expenses', 'total_expenses' => 'Shpenzimet Totale',
'net' => 'NET', 'net' => 'NETO',
'summary' => [ 'summary' => [
'income' => 'Përmbledhje e të Ardhurave', 'income' => 'Përmbledhje e të Ardhurave',
'expense' => 'Përmbledhje e Shpenzimeve', 'expense' => 'Përmbledhje e Shpenzimeve',
'income_expense' => 'Të Ardhurat vs Shpenzimet', 'income_expense' => 'Të Ardhurat vs Shpenzimet',
'tax' => 'Tax Summary', 'tax' => 'Përmbledhje e Taksave',
], ],
'quarter' => [ 'quarter' => [
'1' => 'Jan-Mar', '1' => 'Jan-Mar',
'2' => 'Apr-Jun', '2' => 'Prill-Qer',
'3' => 'Jul-Sep', '3' => 'Korr-Shta',
'4' => 'Oct-Dec', '4' => 'Tet-Dhje',
], ],
]; ];

View File

@ -22,9 +22,9 @@ return [
], ],
'timezone' => 'Zona Kohore', 'timezone' => 'Zona Kohore',
'percent' => [ 'percent' => [
'title' => 'Percent (%) Position', 'title' => 'Pozicioni Përqindja (%)',
'before' => 'Before Number', 'before' => 'Para Numrit',
'after' => 'After Number', 'after' => 'Pas Numrit',
], ],
], ],
'invoice' => [ 'invoice' => [

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Kasa', 'accounts_cash' => 'Kasa',
'categories_uncat' => 'Diğer',
'categories_deposit' => 'Depozito', 'categories_deposit' => 'Depozito',
'categories_sales' => 'Satış', 'categories_sales' => 'Satış',
'currencies_usd' => 'Amerikan Doları', 'currencies_usd' => 'Amerikan Doları',