Various fixes and cleanup

This commit is contained in:
James Cole
2023-01-29 15:29:42 +01:00
parent 1cbb644d65
commit 413a4f3d9c
276 changed files with 3119 additions and 2894 deletions

View File

@@ -103,73 +103,73 @@ return [
*/
'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.',
'between.array' => ':attribute :min öğe ve :max öğe olmalıdır.',
'boolean' => ':attribute alanının doğru veya yanlış olması gerekir.',
'confirmed' => ':attribute doğrulaması eşleşmiyor.',
'date' => ':attribute geçerli bir tarih değil.',
'date_format' => ':attribute :format formatına uymuyor.',
'different' => ':attribute ve :other farklı olmalı.',
'digits' => ':attribute :digits basamak olmalıdır.',
'digits_between' => ':attribute en az :min basamak en fazla :max basamak olmalı.',
'email' => ':attribute geçerli bir e-posta adresi olmalıdır.',
'filled' => ':attribute alanı gereklidir.',
'exists' => 'Seçili :attribute geçersiz.',
'image' => ':attribute bir resim olmalı.',
'in' => 'Seçili :attribute geçersiz.',
'integer' => ':attribute bir tamsayı olmalı.',
'ip' => ':attribute geçerli bir IP adresi olmalı.',
'json' => ':attribute geçerli bir JSON dizini olmalı.',
'max.numeric' => ':attribute, :max değerinden daha büyük olamamalıdır.',
'max.file' => ':attribute :max kilobayttan büyük olmamalıdır.',
'max.string' => ':attribute :max karakterden büyük olmamalıdır.',
'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' => ':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' => '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.',
'required_unless' => ':other :values içinde değilse :attribute alanı gereklidir.',
'required_with' => ':values mevcutken :attribute alanı gereklidir.',
'required_with_all' => ':values mevcutken :attribute alanı gereklidir.',
'required_without' => ':values mevcut değilken :attribute alanı gereklidir.',
'required_without_all' => 'Hiçbir :values mevcut değilken :attribute alanı gereklidir.',
'same' => ':attribute ve :other eşleşmelidir.',
'size.numeric' => ':attribute :size olmalıdır.',
'amount_min_over_max' => 'En az tutar en fazla tutardan büyük olamaz.',
'size.file' => ':attribute :size kilobyte olmalıdır.',
'size.string' => ':attribute :size karakter olmalıdır.',
'size.array' => ':attribute :size öğeye sahip olmalıdır.',
'unique' => ':attribute zaten alınmış.',
'string' => ':attribute bir dizi olmalıdır.',
'url' => ':attribute biçimi geçersiz.',
'timezone' => ':attribute geçerli bir bölge olmalıdır.',
'2fa_code' => ':attribute alanı geçersiz.',
'dimensions' => ':attribute geçersiz görüntü boyutlarına sahip.',
'distinct' => ':attribute alanı yinelenen bir değere sahip.',
'file' => ':attribute bir dosya olmalıdır.',
'in_array' => ':attribute alanı :other içinde olamaz.',
'present' => ':attribute alanı mevcut olmalıdır.',
'amount_zero' => 'Toplam tutarı sıfır olamaz.',
'current_target_amount' => 'The current amount must be less than the target amount.',
'unique_piggy_bank_for_user' => 'Kumbara adı benzersiz olmalıdır.',
'unique_object_group' => 'Grup adı benzersiz olmalıdır',
'starts_with' => 'Değer şununla başlamalıdır :values.',
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
'same_account_type' => 'Both accounts must be of the same account type',
'same_account_currency' => 'Both accounts must have the same currency setting',
'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.',
'between.array' => ':attribute :min öğe ve :max öğe olmalıdır.',
'boolean' => ':attribute alanının doğru veya yanlış olması gerekir.',
'confirmed' => ':attribute doğrulaması eşleşmiyor.',
'date' => ':attribute geçerli bir tarih değil.',
'date_format' => ':attribute :format formatına uymuyor.',
'different' => ':attribute ve :other farklı olmalı.',
'digits' => ':attribute :digits basamak olmalıdır.',
'digits_between' => ':attribute en az :min basamak en fazla :max basamak olmalı.',
'email' => ':attribute geçerli bir e-posta adresi olmalıdır.',
'filled' => ':attribute alanı gereklidir.',
'exists' => 'Seçili :attribute geçersiz.',
'image' => ':attribute bir resim olmalı.',
'in' => 'Seçili :attribute geçersiz.',
'integer' => ':attribute bir tamsayı olmalı.',
'ip' => ':attribute geçerli bir IP adresi olmalı.',
'json' => ':attribute geçerli bir JSON dizini olmalı.',
'max.numeric' => ':attribute, :max değerinden daha büyük olamamalıdır.',
'max.file' => ':attribute :max kilobayttan büyük olmamalıdır.',
'max.string' => ':attribute :max karakterden büyük olmamalıdır.',
'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' => ':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' => '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.',
'required_unless' => ':other :values içinde değilse :attribute alanı gereklidir.',
'required_with' => ':values mevcutken :attribute alanı gereklidir.',
'required_with_all' => ':values mevcutken :attribute alanı gereklidir.',
'required_without' => ':values mevcut değilken :attribute alanı gereklidir.',
'required_without_all' => 'Hiçbir :values mevcut değilken :attribute alanı gereklidir.',
'same' => ':attribute ve :other eşleşmelidir.',
'size.numeric' => ':attribute :size olmalıdır.',
'amount_min_over_max' => 'En az tutar en fazla tutardan büyük olamaz.',
'size.file' => ':attribute :size kilobyte olmalıdır.',
'size.string' => ':attribute :size karakter olmalıdır.',
'size.array' => ':attribute :size öğeye sahip olmalıdır.',
'unique' => ':attribute zaten alınmış.',
'string' => ':attribute bir dizi olmalıdır.',
'url' => ':attribute biçimi geçersiz.',
'timezone' => ':attribute geçerli bir bölge olmalıdır.',
'2fa_code' => ':attribute alanı geçersiz.',
'dimensions' => ':attribute geçersiz görüntü boyutlarına sahip.',
'distinct' => ':attribute alanı yinelenen bir değere sahip.',
'file' => ':attribute bir dosya olmalıdır.',
'in_array' => ':attribute alanı :other içinde olamaz.',
'present' => ':attribute alanı mevcut olmalıdır.',
'amount_zero' => 'Toplam tutarı sıfır olamaz.',
'current_target_amount' => 'The current amount must be less than the target amount.',
'unique_piggy_bank_for_user' => 'Kumbara adı benzersiz olmalıdır.',
'unique_object_group' => 'Grup adı benzersiz olmalıdır',
'starts_with' => 'Değer şununla başlamalıdır :values.',
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
'same_account_type' => 'Both accounts must be of the same account type',
'same_account_currency' => 'Both accounts must have the same currency setting',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -280,6 +280,9 @@ return [
'amount_required_for_auto_budget' => 'The amount is required.',
'auto_budget_amount_positive' => 'The amount must be more than zero.',
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
];
/*