mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New translations.
This commit is contained in:
		| @@ -354,22 +354,43 @@ işlemlerin kontrol edildiğini lütfen unutmayın.', | ||||
|  | ||||
|     // actions and triggers | ||||
|     'rule_trigger_user_action'                   => 'Kullanıcı işlemi ":trigger_value"', | ||||
|     'rule_trigger_from_account_starts_choice'    => 'Kaynak hesabı ile başlar..', | ||||
|     'rule_trigger_from_account_starts'           => 'Kaynak hesabı ":trigger_value" ile başlar', | ||||
|     'rule_trigger_from_account_ends_choice'      => 'Kaynak hesabı ile bitiyor..', | ||||
|     'rule_trigger_from_account_ends'             => 'Kaynak hesabı ":trigger_value" ile bitiyor', | ||||
|     'rule_trigger_from_account_is_choice'        => 'Kaynak Hesap..', | ||||
|     'rule_trigger_from_account_is'               => 'Kaynak hesabı ":trigger_value"', | ||||
|     'rule_trigger_from_account_contains_choice'  => 'Kaynak hesap içerir..', | ||||
|     'rule_trigger_from_account_contains'         => 'Kaynak hesabı ":trigger_value" içeriyor', | ||||
|     'rule_trigger_to_account_starts_choice'      => 'Hedef hesap başlıyor..', | ||||
|     'rule_trigger_to_account_starts'             => 'Hedef hesap ":trigger_value" ile başlar', | ||||
|     'rule_trigger_to_account_ends_choice'        => 'Hedef hesap ile bitiyor..', | ||||
|     'rule_trigger_to_account_ends'               => 'Hedef hesap ":trigger_value" ile bitiyor', | ||||
|     'rule_trigger_to_account_is_choice'          => 'Hedef Hesap..', | ||||
|     'rule_trigger_to_account_is'                 => 'Hedef hesap ":trigger_value"', | ||||
|     'rule_trigger_to_account_contains_choice'    => 'Hedef hesap içeriyor..', | ||||
|     'rule_trigger_to_account_contains'           => 'Hedef hesap ":trigger_value" içeriyor', | ||||
|  | ||||
|     'rule_trigger_from_account_starts_choice'    => 'Source account name starts with..', | ||||
|     'rule_trigger_from_account_starts'           => 'Source account name starts with ":trigger_value"', | ||||
|     'rule_trigger_from_account_ends_choice'      => 'Source account name ends with..', | ||||
|     'rule_trigger_from_account_ends'             => 'Source account name ends with ":trigger_value"', | ||||
|     'rule_trigger_from_account_is_choice'        => 'Source account name is..', | ||||
|     'rule_trigger_from_account_is'               => 'Source account name is ":trigger_value"', | ||||
|     'rule_trigger_from_account_contains_choice'  => 'Source account name contains..', | ||||
|     'rule_trigger_from_account_contains'         => 'Source account name contains ":trigger_value"', | ||||
|  | ||||
|     'rule_trigger_from_account_nr_starts_choice'    => 'Source account number / IBAN starts with..', | ||||
|     'rule_trigger_from_account_nr_starts'           => 'Source account number / IBAN starts with ":trigger_value"', | ||||
|     'rule_trigger_from_account_nr_ends_choice'      => 'Source account number / IBAN ends with..', | ||||
|     'rule_trigger_from_account_nr_ends'             => 'Source account number / IBAN ends with ":trigger_value"', | ||||
|     'rule_trigger_from_account_nr_is_choice'        => 'Source account number / IBAN is..', | ||||
|     'rule_trigger_from_account_nr_is'               => 'Source account number / IBAN is ":trigger_value"', | ||||
|     'rule_trigger_from_account_nr_contains_choice'  => 'Source account number / IBAN contains..', | ||||
|     'rule_trigger_from_account_nr_contains'         => 'Source account number / IBAN contains ":trigger_value"', | ||||
|  | ||||
|     'rule_trigger_to_account_starts_choice'      => 'Destination account name starts with..', | ||||
|     'rule_trigger_to_account_starts'             => 'Destination account name starts with ":trigger_value"', | ||||
|     'rule_trigger_to_account_ends_choice'        => 'Destination account name ends with..', | ||||
|     'rule_trigger_to_account_ends'               => 'Destination account name ends with ":trigger_value"', | ||||
|     'rule_trigger_to_account_is_choice'          => 'Destination account name is..', | ||||
|     'rule_trigger_to_account_is'                 => 'Destination account name is ":trigger_value"', | ||||
|     'rule_trigger_to_account_contains_choice'    => 'Destination account name contains..', | ||||
|     'rule_trigger_to_account_contains'           => 'Destination account name contains ":trigger_value"', | ||||
|  | ||||
|     'rule_trigger_to_account_nr_starts_choice'      => 'Destination account number / IBAN starts with..', | ||||
|     'rule_trigger_to_account_nr_starts'             => 'Destination account number / IBAN starts with ":trigger_value"', | ||||
|     'rule_trigger_to_account_nr_ends_choice'        => 'Destination account number / IBAN ends with..', | ||||
|     'rule_trigger_to_account_nr_ends'               => 'Destination account number / IBAN ends with ":trigger_value"', | ||||
|     'rule_trigger_to_account_nr_is_choice'          => 'Destination account number / IBAN is..', | ||||
|     'rule_trigger_to_account_nr_is'                 => 'Destination account number / IBAN is ":trigger_value"', | ||||
|     'rule_trigger_to_account_nr_contains_choice'    => 'Destination account number / IBAN contains..', | ||||
|     'rule_trigger_to_account_nr_contains'           => 'Destination account number / IBAN contains ":trigger_value"', | ||||
|  | ||||
|     'rule_trigger_transaction_type_choice'       => 'İşlem türü..', | ||||
|     'rule_trigger_transaction_type'              => 'İşlem türü ":trigger_value"', | ||||
|     'rule_trigger_category_is_choice'            => 'Kategori..', | ||||
|   | ||||
| @@ -106,6 +106,7 @@ return [ | ||||
|     'sum_withdrawals'         => 'Para çekme toplamı', | ||||
|     'sum_deposits'            => 'Toplam para yatırma', | ||||
|     'sum_transfers'           => 'Transferlerin toplamı', | ||||
|     'sum_reconciliations'     => 'Sum of reconciliations', | ||||
|     'reconcile'               => 'Onaylanmış', | ||||
|     'account_on_spectre'      => '(Spectre) Hesabı', | ||||
|     'account_on_ynab'         => 'Hesap (YNAB)', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user