updated translations
This commit is contained in:
@@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Sasia',
|
||||
'price' => 'Çmimi',
|
||||
'sub_total' => 'Nëntotali',
|
||||
'discount' => 'Discount',
|
||||
'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',
|
||||
|
||||
'payment_due' => 'Pagesa e Duhur',
|
||||
'amount_due' => 'Shuma e Duhur',
|
||||
'paid' => 'I paguar',
|
||||
|
@@ -26,6 +26,7 @@ return [
|
||||
'companies' => 'Kompania | Kompanitë',
|
||||
'profits' => 'Fitimi | Fitimet',
|
||||
'taxes' => 'Tatim | Tatimet',
|
||||
'logos' => 'Logo | Logot',
|
||||
'pictures' => 'Foto | Fotografitë',
|
||||
'types' => 'Lloji | Llojet',
|
||||
'payment_methods' => 'Metoda e Pagesës | Metodat e Pagesës',
|
||||
@@ -36,6 +37,7 @@ return [
|
||||
'updates' => 'Përditësimi | Përditësimet',
|
||||
'numbers' => 'Numri | Numrat',
|
||||
'statuses' => 'Statusi | Statuset',
|
||||
'others' => 'Other|Others',
|
||||
|
||||
'dashboard' => 'Paneli Kryesor',
|
||||
'banking' => 'Veprime Bankare',
|
||||
|
@@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Sasia',
|
||||
'price' => 'Çmimi',
|
||||
'sub_total' => 'Nëntotali',
|
||||
'discount' => 'Discount',
|
||||
'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',
|
||||
|
||||
'payment_due' => 'Pagesa e Duhur',
|
||||
'paid' => 'I paguar',
|
||||
'histories' => 'Historitë',
|
||||
|
@@ -10,10 +10,12 @@ return [
|
||||
'imported' => ':type importuar!',
|
||||
],
|
||||
'error' => [
|
||||
'payment_add' => 'Gabim: Ju nuk mund të shtoni pagesa! Ju duhet të kontrolloni shtimin e shumës.',
|
||||
'over_payment' => 'Gabim: Pagesa nuk u shtua! Shuma kalon totalin.',
|
||||
'not_user_company' => 'Gabim: Nuk ju lejohet të menaxhoni këtë kompani!',
|
||||
'customer' => 'Gabim: Ju nuk mund të krijoni përdorues! :name 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!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Njoftim: <b>:name</b> nuk mund të fshihet sepse ka :text të lidhur.',
|
||||
|
@@ -8,6 +8,7 @@ return [
|
||||
'new' => 'I ri',
|
||||
'top_free' => 'Më të mirët Falas',
|
||||
'free' => 'FALAS',
|
||||
'search' => 'Search',
|
||||
'install' => 'Instalo',
|
||||
'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.',
|
||||
|
20
resources/lang/sq-AL/recurring.php
Normal file
20
resources/lang/sq-AL/recurring.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
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',
|
||||
|
||||
];
|
@@ -7,11 +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',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Përmbledhje e të Ardhurave',
|
||||
'expense' => 'Përmbledhje e Shpenzimeve',
|
||||
'income_expense' => 'Të Ardhurat vs Shpenzimet',
|
||||
'tax' => 'Tax Summary',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -21,6 +21,11 @@ return [
|
||||
'space' => 'Hapësirë ( )',
|
||||
],
|
||||
'timezone' => 'Zona Kohore',
|
||||
'percent' => [
|
||||
'title' => 'Percent (%) Position',
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Faturë',
|
||||
|
Reference in New Issue
Block a user