updated languages

This commit is contained in:
denisdulici 2017-10-13 10:05:28 +03:00
parent d594d8b9c4
commit 8c8f08b2f3
21 changed files with 15 additions and 87 deletions

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Alle Kategorien',
'all_types' => 'Alle Typen'
];

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Alle Rollen',
];

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Todas las categorías',
'all_types' => 'Todos los tipos'
];

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Todos los roles',
];

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Toutes les catégories',
'all_types' => 'Tous les types'
];

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Tous les rôles',
];

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Todas as categorias',
'all_types' => 'Todos tipos'
];

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Todas as regras',
];

View File

@ -24,6 +24,7 @@ return [
],
'failed' => 'Këto kredencialet nuk përputhen me të dhënat tona.',
'disabled' => 'Kjo llogari është e mbyllur. Ju lutemi, kontaktoni administratorin e sistemit.',
'throttle' => 'Shumë përpjekje për identifikim. Provo sërish në :seconds sekonda.',
];

View File

@ -11,7 +11,7 @@ return [
'currencies_gbp' => 'Poundi Britanik',
'currencies_try' => 'Lira Turke',
'taxes_exempt' => 'Përjashtohet Taksa',
'taxes_normal' => 'Normale',
'taxes_normal' => 'Taksa Normale',
'taxes_sales' => 'Taksa e Shitjes',
];

View File

@ -85,14 +85,12 @@ return [
'filter' => 'Filtër',
'create_user' => 'Krijo Përdorues',
'created_user' => 'Përdorues i Krijuar',
'bank' => 'Transferte Bankare',
'cash' => 'Para',
'paypal' => 'PayPal',
'help' => 'Ndihmë',
'all' => 'Të gjitha',
'all_type' => 'Të gjitha :type',
'upcoming' => 'Ardhshme',
'created' => 'Krijuar',
'id' => 'ID',
'title' => [
'new' => 'I ri :type',

View File

@ -10,6 +10,5 @@ return [
'bank_phone' => 'Banka Telefonu',
'bank_address' => 'Banka Adresi',
'default_account' => 'Varsayılan Hesap',
'all' => 'Tüm Hesaplar',
];

View File

@ -24,6 +24,7 @@ return [
],
'failed' => 'Bu kullanıcı bilgileri, bizim verilerimizle eşleşmiyor.',
'disabled' => 'Bu hesap devre dışı bırakılmıştır. Lütfen, sistem yöneticisi ile iletişime geçin.',
'throttle' => 'Çok fazla oturum açma girişimi. Lütfen :seconds saniye içinde tekrar deneyin.',
];

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Tüm Kategoriler',
'all_types' => 'Tümü'
];

View File

@ -10,8 +10,8 @@ return [
'currencies_eur' => 'Avro',
'currencies_gbp' => 'İngiliz Sterlini',
'currencies_try' => 'Türk Lirası',
'taxes_exempt' => 'Muaf',
'taxes_normal' => 'Normal',
'taxes_sales' => 'Satış',
'taxes_exempt' => 'Vergi Muaf',
'taxes_normal' => 'Normal Vergi',
'taxes_sales' => 'Satış Vergisi',
];

View File

@ -35,6 +35,7 @@ return [
'languages' => 'Dil|Diller',
'updates' => 'Güncelleme|Güncellemeler',
'numbers' => 'Sayı|Sayılar',
'statuses' => 'Durum|Durumlar',
'dashboard' => 'Kontrol Paneli',
'banking' => 'Banka',
@ -76,7 +77,6 @@ return [
'color' => 'Renk',
'save' => 'Kaydet',
'cancel' => 'İptal',
'status' => 'Durum',
'from' => 'Tarafından',
'to' => 'Tarafına',
'print' => 'Yazdır',
@ -85,14 +85,12 @@ return [
'filter' => 'Filtrele',
'create_user' => 'Kullanıcı Oluştur',
'created_user' => 'Oluşturulan Kullanıcı',
'all_statuses' => 'Tümü',
'bank' => 'Banka Transferi',
'cash' => 'Nakit',
'paypal' => 'PayPal',
'help' => 'Yardım',
'all' => 'Hepsi',
'all_type' => 'Tüm :type',
'upcoming' => 'Gelecek',
'created' => 'Oluşturuldu',
'id' => 'ID',
'title' => [
'new' => 'Yeni :type',

View File

@ -1,7 +0,0 @@
<?php
return [
'all' => 'Tüm Roller',
];

View File

@ -9,5 +9,7 @@ return [
'check' => 'Yenile',
'new_core' => 'Akaunting\'in güncel bir versiyonu mevcut.',
'latest_core' => 'Tebrikler! Akaunting\'in en son versiyonuna sahip oldunuz. Güvenlik güncellemeleri otomatik olarak uygulanacaktır.',
'success' => 'Güncelleme işlemi başarıyla tamamlandı.',
'error' => 'Güncelleme işlemi başarısız oldu, lütfen yeniden deneyin.',
];

View File

@ -24,6 +24,7 @@ return [
],
'failed' => '使用者名稱或密碼錯誤',
'disabled' => '此帳號已被停用,請聯繫系統管理員。',
'throttle' => '嘗試登入太多次,請在 :seconds 秒後再試。',
];

View File

@ -11,7 +11,7 @@ return [
'currencies_gbp' => '英鎊',
'currencies_try' => '土耳其里拉',
'taxes_exempt' => '免稅',
'taxes_normal' => '一般',
'taxes_normal' => '一般稅率',
'taxes_sales' => '銷售稅',
];

View File

@ -85,14 +85,12 @@ return [
'filter' => '篩選',
'create_user' => '建立使用者',
'created_user' => '已建立使用者',
'bank' => '銀行轉帳',
'cash' => '現金',
'paypal' => 'PayPal',
'help' => '說明',
'all' => '全部',
'all_type' => '所有 :type',
'upcoming' => '即將到來',
'created' => '已建立',
'id' => '編號',
'title' => [
'new' => '新增 :type',