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:
		| @@ -28,6 +28,7 @@ return [ | ||||
|     'month'                   => '%B %Y', | ||||
|     'month_and_day'           => '%e %B %Y', | ||||
|     'month_and_day_moment_js' => 'MMM D, YYYY', | ||||
|     'month_and_day_fns'       => 'MMMM d, y', | ||||
|     'month_and_date_day'      => '%A %B %e, %Y', | ||||
|     'month_and_day_no_year'   => '%B %e', | ||||
|     'date_time'               => '%e %B %Y, @ %T', | ||||
|   | ||||
| @@ -403,12 +403,6 @@ return [ | ||||
|     'updated_rule'                                        => '":title" başlığı ile la güncellenmiş kural', | ||||
|     'default_rule_group_name'                             => 'Varsayılan kurallar', | ||||
|     'default_rule_group_description'                      => 'Tüm kurallarınız belli bir grupta değil.', | ||||
|     'default_rule_name'                                   => 'İlk varsayılan kuralınız', | ||||
|     'default_rule_description'                            => 'Bu kural bir örnektir. Güvenle silebilirsiniz.', | ||||
|     'default_rule_trigger_description'                    => 'The Man Who Sold the World', | ||||
|     'default_rule_trigger_source_account'                 => 'David Bowie', | ||||
|     'default_rule_action_prepend'                         => 'Bought the world from ', | ||||
|     'default_rule_action_set_category'                    => 'Büyük giderler', | ||||
|     'trigger'                                             => 'Tetikleyici', | ||||
|     'trigger_value'                                       => 'Değer üzerindeki tetikleyici', | ||||
|     'stop_processing_other_triggers'                      => 'Diğer tetikleyicilerin işlenmesini durdur', | ||||
| @@ -1137,6 +1131,7 @@ return [ | ||||
|     'already_cleared_transactions'              => 'Halihazırda temizlenmiş işlemler (:count)', | ||||
|     'submitted_end_balance'                     => 'Gönderilen bitiş bakiyesi', | ||||
|     'initial_balance_description'               => 'Initial balance for ":account"', | ||||
|     'liability_credit_description'              => 'Liability credit for ":account"', | ||||
|     'interest_calc_'                            => 'unknown', | ||||
|     'interest_calc_daily'                       => 'Per day', | ||||
|     'interest_calc_monthly'                     => 'Per month', | ||||
| @@ -1324,9 +1319,16 @@ return [ | ||||
|     'account_type_Debt'                         => 'Debt', | ||||
|     'account_type_Loan'                         => 'Loan', | ||||
|     'account_type_Mortgage'                     => 'Mortgage', | ||||
|     'account_type_debt'                         => 'Debt', | ||||
|     'account_type_loan'                         => 'Loan', | ||||
|     'account_type_mortgage'                     => 'Mortgage', | ||||
|     'account_type_Credit card'                  => 'Credit card', | ||||
|     'liability_direction_credit'                => 'I am owed this debt', | ||||
|     'liability_direction_debit'                 => 'I owe this debt to somebody else', | ||||
|     'liability_direction_credit_short'          => 'Owed this debt', | ||||
|     'liability_direction_debit_short'           => 'Owe this debt', | ||||
|     'liability_direction__short'                => 'Unknown', | ||||
|     'Liability credit'                          => 'Liability credit', | ||||
|     'budgets'                                   => 'Bütçeler', | ||||
|     'tags'                                      => 'Etiketler', | ||||
|     'reports'                                   => 'Raporlar', | ||||
| @@ -1397,6 +1399,7 @@ return [ | ||||
|     'splitByAccount'                            => 'Hesaplara göre bölünmüş', | ||||
|     'coveredWithTags'                           => 'Etiketler kapatılmıştır', | ||||
|     'leftInBudget'                              => 'Bütçede bırakıldı', | ||||
|     'left_in_debt'                              => 'Amount due', | ||||
|     'sumOfSums'                                 => 'Hesap toplamı', | ||||
|     'noCategory'                                => '(Kategori yok)', | ||||
|     'notCharged'                                => 'Ücret alınmadı (henüz)', | ||||
| @@ -1709,9 +1712,13 @@ return [ | ||||
|     'no_accounts_imperative_liabilities'    => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.', | ||||
|     'no_accounts_create_liabilities'        => 'Create a liability', | ||||
|     'no_budgets_title_default'              => 'Bütçe oluşturalım', | ||||
|     'no_rules_title_default'                => 'Let\'s create a rule', | ||||
|     'no_budgets_intro_default'              => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.', | ||||
|     'no_rules_intro_default'                => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.', | ||||
|     'no_rules_imperative_default'           => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:', | ||||
|     'no_budgets_imperative_default'         => 'Bütçeler, finansal yönetimin temel araçlarıdır. Şimdi bir tane oluşturalım:', | ||||
|     'no_budgets_create_default'             => 'Bir bütçe oluştur', | ||||
|     'no_rules_create_default'               => 'Create a rule', | ||||
|     'no_categories_title_default'           => 'Bir kategori oluşturalım!', | ||||
|     'no_categories_intro_default'           => 'Henüz kategorileriniz yok. Kategoriler işlemlerinizi ayrıntılı ayarlamak ve onları belirlenmiş olan kategorilere etiketlemenize yarar.', | ||||
|     'no_categories_imperative_default'      => 'Kategoriler, işlemler oluşturduğunuzda otomatikmen oluşturulur, ama siz manuel olarak da oluşturabilirsiniz. Hadi bir tane oluşturalım:', | ||||
|   | ||||
| @@ -131,6 +131,7 @@ return [ | ||||
|     'field'                   => 'Alan', | ||||
|     'value'                   => 'Değer', | ||||
|     'interest'                => 'Faiz', | ||||
|     'interest_period'         => 'faiz periyodu', | ||||
|     'interest_period'         => 'Interest period', | ||||
|     'liability_type'          => 'Borç tipi', | ||||
|     'liability_direction'     => 'Liability in/out', | ||||
| ]; | ||||
|   | ||||
| @@ -200,6 +200,7 @@ return [ | ||||
|     'need_id_in_edit'           => 'Each split must have transaction_journal_id (either valid ID or 0).', | ||||
|  | ||||
|     'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', | ||||
|     'lc_source_need_data' => 'Need to get a valid source account ID to continue.', | ||||
|     'ob_dest_need_data'   => 'Need to get a valid destination account ID and/or valid destination account name to continue.', | ||||
|     'ob_dest_bad_data'    => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user