New translations [skip ci]

This commit is contained in:
James Cole
2018-10-26 14:49:19 +02:00
parent 3a427dd0f4
commit 749d373c95
50 changed files with 1705 additions and 1445 deletions

View File

@@ -24,7 +24,8 @@ declare(strict_types=1);
return [
'iban' => 'Bu geçerli bir IBAN değil.',
'source_equals_destination' => 'The source account equals the destination account.',
'zero_or_more' => 'The value cannot be negative.',
'source_equals_destination' => 'Kaynak hesabın hedef hesap eşittir.',
'unique_account_number_for_user' => 'Bu hesap numarası zaten kullanılmaktadır.',
'unique_iban_for_user' => 'Bu IBAN numarası zaten kullanılmaktadır.',
'deleted_user' => 'Güvenlik kısıtlamaları nedeniyle, bu e-posta adresini kullanarak kayıt yapamazsınız.',
@@ -34,24 +35,24 @@ return [
'file_attached' => '":name" dosyası başarıyla yüklendi.',
'must_exist' => 'ID alanı :attribute veritabanın içinde yok.',
'all_accounts_equal' => 'Bu alandaki tüm hesapları eşit olmalıdır.',
'invalid_selection' => 'Your selection is invalid.',
'invalid_selection' => 'Seçiminiz geçersiz.',
'belongs_user' => 'Bu değer bu alan için geçerli değil.',
'at_least_one_transaction' => 'En az bir işlem gerekir.',
'at_least_one_repetition' => 'Need at least one repetition.',
'at_least_one_repetition' => 'En az bir tekrarı gerekir.',
'require_repeat_until' => 'Require either a number of repetitions, or an end date (repeat_until). Not both.',
'require_currency_info' => 'Bu alanın içeriği para birimi bilgileri geçersiz.',
'equal_description' => 'İşlem açıklaması genel açıklama eşit değildir.',
'file_invalid_mime' => '":name" dosyası ":mime" türünde olup yeni bir yükleme olarak kabul edilemez.',
'file_too_large' => '":name" dosyası çok büyük.',
'belongs_to_user' => 'The value of :attribute is unknown.',
'belongs_to_user' => ':attribute\'nin değeri bilinmiyor',
'accepted' => ':attribute kabul edilmek zorunda.',
'bic' => 'Bu BIC geçerli değilrdir.',
'at_least_one_trigger' => 'Rule must have at least one trigger.',
'at_least_one_action' => 'Rule must have at least one action.',
'at_least_one_trigger' => 'Kural en az bir tetikleyiciye sahip olması gerekir.',
'at_least_one_action' => 'Kural en az bir eylem olması gerekir.',
'base64' => 'Bu geçerli Base64 olarak kodlanmış veri değildir.',
'model_id_invalid' => 'Verilen kimlik bu model için geçersiz görünüyor.',
'more' => ':attribute must be larger than zero.',
'less' => ':attribute must be less than 10,000,000',
'more' => ':attribute sıfırdan büyük olmak zorundadır.',
'less' => ':attribute 10.000.000 den daha az olmalıdır',
'active_url' => ':attribute geçerli bir URL değil.',
'after' => ':attribute :date tarihinden sonrası için tarihlendirilmelidir.',
'alpha' => ':attribute sadece harf içerebilir.',
@@ -60,8 +61,8 @@ return [
'array' => ':attribute bir dizi olmalıdır.',
'unique_for_user' => ':attribute\'de zaten bir girdi var.',
'before' => ':attribute :date tarihinden öncesi için tarihlendirilmelidir.',
'unique_object_for_user' => 'This name is already in use.',
'unique_account_for_user' => 'This account name is already in use.',
'unique_object_for_user' => 'Bu isim zaten kullanılıyor.',
'unique_account_for_user' => 'Bu hesap adı zaten kullanılıyor.',
'between.numeric' => ':attribute :min ve :max arasında olmalıdır.',
'between.file' => ':attribute, :min kilobayt ve :max kilobayt arasında olmalıdır.',
'between.string' => ':attribute :min karakter ve :max karakter olmalıdır.',
@@ -87,15 +88,15 @@ return [
'max.array' => ':attribute :max öğeden daha fazlasına sahip olamaz.',
'mimes' => ':attribute :values türünde bir dosya olmalı.',
'min.numeric' => ':attribute en az :min olmalıdır.',
'lte.numeric' => 'The :attribute must be less than or equal :value.',
'lte.numeric' => ':attribute küçük veya eşit olması gerekir :value.',
'min.file' => ':attribute en az :min kilobayt olmalıdır.',
'min.string' => ':attribute en az :min karakter olmalıdır.',
'min.array' => ':attribute en az :min öğe içermelidir.',
'not_in' => 'Seçili :attribute geçersiz.',
'numeric' => ':attribute sayı olmalıdır.',
'numeric_native' => 'The native amount must be a number.',
'numeric_destination' => 'The destination amount must be a number.',
'numeric_source' => 'The source amount must be a number.',
'numeric_native' => 'Yerli tutar bir sayı olması gerekir.',
'numeric_destination' => 'Hedef tutar bir sayı olması gerekir.',
'numeric_source' => 'Kaynak tutarın bir sayı olması gerekir.',
'regex' => ':attribute biçimi geçersiz.',
'required' => ':attribute alanı gereklidir.',
'required_if' => ':other :value iken :attribute alanı gereklidir.',
@@ -120,7 +121,7 @@ return [
'file' => ':attribute bir dosya olmalıdır.',
'in_array' => ':attribute alanı :other içinde olamaz.',
'present' => ':attribute alanı mevcut olmalıdır.',
'amount_zero' => 'The total amount cannot be zero.',
'amount_zero' => 'Toplam tutarı sıfır olamaz.',
'unique_piggy_bank_for_user' => 'Kumbara adı benzersiz olmalıdır.',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security.',
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',