mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update frontend.
This commit is contained in:
		| @@ -1049,6 +1049,7 @@ return [ | ||||
|     'delete_revenue_account'                    => '":name" Gelir hesabını sil', | ||||
|     'delete_liabilities_account'                => 'Delete liability ":name"', | ||||
|     'asset_deleted'                             => '":name" Adlı varlık hesabı başarıyla silindi', | ||||
|     'account_deleted'                           => 'Successfully deleted account ":name"', | ||||
|     'expense_deleted'                           => '":name" gider hesabı başarıyla silindi', | ||||
|     'revenue_deleted'                           => '":name" gelir hesabı başarıyla silindi', | ||||
|     'update_asset_account'                      => 'Varlık hesabını güncelle', | ||||
| @@ -1095,6 +1096,7 @@ return [ | ||||
|     'cant_find_redirect_account'                => 'Firefly III tried to redirect you but couldn\'t. Sorry about that. Back to the index.', | ||||
|     'account_type'                              => 'Hesap Türü', | ||||
|     'save_transactions_by_moving'               => 'Save this transaction by moving it to another account:|Save these transactions by moving them to another account:', | ||||
|     'save_transactions_by_moving_js'            => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.', | ||||
|     'stored_new_account'                        => 'Yeni hesap ":name" kaydedildi!', | ||||
|     'updated_account'                           => 'Güncellenmiş hesap ismi ":name"', | ||||
|     'credit_card_options'                       => 'Kredi kart seçenekleri', | ||||
| @@ -1848,8 +1850,8 @@ return [ | ||||
|     'edit_object_group'                  => 'Edit group ":title"', | ||||
|     'delete_object_group'                => 'Delete group ":title"', | ||||
|     'update_object_group'                => 'Update group', | ||||
|     'updated_object_group'               => 'Succesfully updated group ":title"', | ||||
|     'deleted_object_group'               => 'Succesfully deleted group ":title"', | ||||
|     'updated_object_group'               => 'Successfully updated group ":title"', | ||||
|     'deleted_object_group'               => 'Successfully deleted group ":title"', | ||||
|     'object_group'                       => 'Group', | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -137,6 +137,7 @@ return [ | ||||
|     'user_areYouSure'             => '":email" kullanıcısını silerseniz her şey gitmiş olacak. Geriye alma, silmeyi iptal etme veya başka bir şey yoktur. Eğer kendinizi silerseniz, bu Firefly III\'e erişiminizi kaybedersiniz.', | ||||
|     'attachment_areYouSure'       => '":name" isimli eklentiyi silmek istediğinizden emin misiniz?', | ||||
|     'account_areYouSure'          => '":name" isimli hesabı silmek istediğinizden emin misiniz?', | ||||
|     'account_areYouSure_js'       => 'Are you sure you want to delete the account named "{name}"?', | ||||
|     'bill_areYouSure'             => '":name" isimli faturayı silmek istediğinizden emin misiniz?', | ||||
|     'rule_areYouSure'             => '":title" başlıklı kuralı silmek istediğinizden emin misiniz?', | ||||
|     'object_group_areYouSure'     => 'Are you sure you want to delete the group titled ":title"?', | ||||
| @@ -156,9 +157,11 @@ return [ | ||||
|     'delete_all_permanently'      => 'Seçilenleri kalıcı olarak sil', | ||||
|     'update_all_journals'         => 'Bu işlemleri güncelleyin', | ||||
|     'also_delete_transactions'    => 'Bu hesaba bağlı olan tek işlem de silinecektir. |Bu hesaba bağlı tüm :count işlemleri de silinecektir.', | ||||
|     'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.', | ||||
|     'also_delete_connections'     => 'Bu bağlantıya bağlı tek işlem bağlantısını kaybedecek.| Bu bağlantı türüne bağlı tüm :count işlemleri bağlantılarını kaybedecek.', | ||||
|     'also_delete_rules'           => 'Bu hesaba bağlı olan tek kural grubu da silinecektir. |Bu hesaba bağlı tüm :count kuralları da silinecektir.', | ||||
|     'also_delete_piggyBanks'      => 'Bu hesaba bağlı olan tek kumbara da silinecektir. |Bu hesaba bağlı olan tüm :count kumbaraları da silinecektir.', | ||||
|     'also_delete_piggyBanks_js'   => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.', | ||||
|     'not_delete_piggy_banks'      => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.', | ||||
|     'bill_keep_transactions'      => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will be spared deletion.', | ||||
|     'budget_keep_transactions'    => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will be spared deletion.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user