Skip to content

Commit

Permalink
updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jan 15, 2019
1 parent 82e5a48 commit 104688b
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 17 deletions.
3 changes: 0 additions & 3 deletions resources/lang/it-IT/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Sterlina Regno Unito',
'currencies_try' => 'Lira turca',
'taxes_exempt' => 'Esenti da imposte',
'taxes_normal' => 'Tassa normale',
'taxes_sales' => 'Imposta sulle vendite',

];
1 change: 1 addition & 0 deletions resources/lang/it-IT/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'create_invoice' => 'Crea Fattura',
'send_invoice' => 'Inviare Fattura',
'get_paid' => 'Essere pagato',
'accept_payments' => 'Accetta pagamenti online',

'status' => [
'draft' => 'Bozza',
Expand Down
3 changes: 0 additions & 3 deletions resources/lang/nb-NO/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britiske pund',
'currencies_try' => 'Tyrkiske Lira',
'taxes_exempt' => 'Avgiftsfri',
'taxes_normal' => 'Normal avgift',
'taxes_sales' => 'Salgsavgift',

];
1 change: 1 addition & 0 deletions resources/lang/nb-NO/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'create_invoice' => 'Opprett faktura',
'send_invoice' => 'Send faktura',
'get_paid' => 'Få betalt',
'accept_payments' => 'Aksepter online betalinger',

'status' => [
'draft' => 'Utkast',
Expand Down
3 changes: 0 additions & 3 deletions resources/lang/sq-AL/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Poundi Britanik',
'currencies_try' => 'Lira Turke',
'taxes_exempt' => 'Përjashtohet Taksa',
'taxes_normal' => 'Taksa Normale',
'taxes_sales' => 'Taksa e Shitjes',

];
1 change: 1 addition & 0 deletions resources/lang/sq-AL/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'create_invoice' => 'Krijo Faturë',
'send_invoice' => 'Dërgo Faturën',
'get_paid' => 'Merre Pagesen',
'accept_payments' => 'Pranoni Pagesat Online',

'status' => [
'draft' => 'Draft',
Expand Down
3 changes: 0 additions & 3 deletions resources/lang/tr-TR/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
'currencies_eur' => 'Avro',
'currencies_gbp' => 'İngiliz Sterlini',
'currencies_try' => 'Türk Lirası',
'taxes_exempt' => 'Vergi Muaf',
'taxes_normal' => 'Normal Vergi',
'taxes_sales' => 'Satış Vergisi',

];
1 change: 1 addition & 0 deletions resources/lang/tr-TR/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'create_invoice' => 'Fatura Oluştur',
'send_invoice' => 'Faturayı Gönder',
'get_paid' => 'Ödeme Al',
'accept_payments' => 'Online Tahsilat Al',

'status' => [
'draft' => 'Taslak',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/tr-TR/reconciliations.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'list_transactions' => 'İşlemleri Listele',
'start_date' => 'Başlangıç Tarihi',
'end_date' => 'Bitiş Tarihi',
'cleared_amount' => 'MiktarıTemizle',
'cleared_amount' => 'Temizlenen Tutar',
'deposit' => 'Yatırılan',
'withdrawal' => 'Çekilen',

Expand Down
3 changes: 0 additions & 3 deletions resources/lang/ur-PK/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
'currencies_eur' => 'یورو',
'currencies_gbp' => 'برطانوی پاؤنڈ',
'currencies_try' => 'ترکی لیرا',
'taxes_exempt' => 'ٹیکس سے مستثنی',
'taxes_normal' => 'عام ٹیکس',
'taxes_sales' => 'سیلز ٹیکس',

];
3 changes: 2 additions & 1 deletion resources/lang/ur-PK/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
'send_mail' => 'ای میل بھیجیں',
'all_invoices' => ' تمام انوائس دیکھنے کے لئے لاگ ان کریں',
'create_invoice' => 'انوائس بنائیں',
'send_invoice' => 'انوائس کو بھیجیں',
'send_invoice' => 'انوائس بھیجیں',
'get_paid' => 'انوائس حاصل کریں',
'accept_payments' => 'آن لائن ادائیگی قبول کریں',

'status' => [
'draft' => 'ڈرافٹ',
Expand Down

0 comments on commit 104688b

Please sign in to comment.