mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update translations.
This commit is contained in:
		| @@ -36,9 +36,9 @@ 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.', | ||||
|     'group_title_mandatory'          => 'A group title is mandatory when there is more than one transaction.', | ||||
|     'transaction_types_equal'        => 'All splits must be of the same type.', | ||||
|     'invalid_transaction_type'       => 'Invalid transaction type.', | ||||
|     'group_title_mandatory'          => 'Birden fazla işlem olduğunda grup başlığı zorunludur.', | ||||
|     'transaction_types_equal'        => 'Tüm bölümlemeler aynı türde olmalıdır.', | ||||
|     'invalid_transaction_type'       => 'Geçersiz işlem türü.', | ||||
|     '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.', | ||||
| @@ -130,8 +130,8 @@ return [ | ||||
|     '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'            => 'The group name must be unique', | ||||
|     'starts_with'                    => 'The value must start with :values.', | ||||
|     '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 these values.', | ||||
|     'unique_existing_webhook'        => 'You already have another webhook with these values.', | ||||
|     'same_account_type'              => 'Both accounts must be of the same account type', | ||||
| @@ -140,17 +140,17 @@ return [ | ||||
|     'secure_password'             => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security', | ||||
|     'valid_recurrence_rep_type'   => 'Invalid repetition type for recurring transactions.', | ||||
|     'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.', | ||||
|     'invalid_account_info'        => 'Invalid account information.', | ||||
|     'invalid_account_info'        => 'Geçersiz hesap bilgileri.', | ||||
|     'attributes'                  => [ | ||||
|         'email'                   => 'E-posta adresi', | ||||
|         'description'             => 'Açıklama', | ||||
|         'amount'                  => 'Tutar', | ||||
|         'transactions.*.amount'   => 'transaction amount', | ||||
|         'transactions.*.amount'   => 'transfer tutarı', | ||||
|         'name'                    => 'adı', | ||||
|         'piggy_bank_id'           => 'Kumbara ID', | ||||
|         'targetamount'            => 'Hedef tutar', | ||||
|         'opening_balance_date'    => 'opening balance date', | ||||
|         'opening_balance'         => 'opening balance', | ||||
|         'opening_balance_date'    => 'açılış bakiye tarihi', | ||||
|         'opening_balance'         => 'açılış Bakiyesi', | ||||
|         'match'                   => 'Eşleşme', | ||||
|         'amount_min'              => 'Minimum tutar', | ||||
|         'amount_max'              => 'Maksimum tutar', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user