New translations.

This commit is contained in:
James Cole
2018-08-05 20:44:05 +02:00
parent 049c93465a
commit f7eef25fed
30 changed files with 215 additions and 145 deletions

View File

@@ -271,7 +271,9 @@ return [
'move_rule_group_up' => 'Grup kuralını yukarı taşı',
'move_rule_group_down' => 'Grup kuralını aşağı taşı',
'save_rules_by_moving' => 'Bu kuralları başka bir kural grubuna taşıyarak kaydedin:',
'make_new_rule' => '":title" kural grubunda yeni kural oluşturun',
'make_new_rule' => 'Make a new rule in rule group ":title"',
'make_new_rule_no_group' => 'Make a new rule',
'instructions_rule_from_bill' => 'In order to match transactions to your new bill ":name", Firefly III can create a rule that will automatically be checked against any transactions you store. Please verify the details below and store the rule to have Firefly III automatically match transactions to your new bill.',
'rule_is_strict' => 'sıkı kural',
'rule_is_not_strict' => 'sıkı olmayan kural',
'rule_help_stop_processing' => 'Bu kutuyu işaretlediğinizde, bu grupta sonraki kurallar yürütülemez.',
@@ -696,6 +698,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'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',
'update_liabilities_account' => 'Update liability',
'update_expense_account' => 'Gider hesabını güncelle',
'update_revenue_account' => 'Gelir hesabı güncelleme',
'make_new_asset_account' => 'Yeni varlık hesabı oluştur',
@@ -899,8 +902,9 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'errors' => 'Hatalar',
'debt_start_date' => 'Start date of debt',
'debt_start_amount' => 'Start amount of debt',
'debt_start_amount_help' => 'Please enter a positive amount. Feel free to enter the current amount and date.',
'debt_start_amount_help' => 'Please enter a positive amount. You may also enter the current amount, if the original amount was way-back-when.',
'store_new_liabilities_account' => 'Store new liability',
'edit_liabilities_account' => 'Edit liability ":name"',
// reports:
'report_default' => ':start ve :end arasında varsayılan finans raporu',

View File

@@ -131,4 +131,7 @@ return [
'transaction_s' => 'İşlemler',
'field' => 'Alan',
'value' => 'Değer',
'interest' => 'Interest',
'interest_period' => 'interest period',
'liability_type' => 'Type of liability',
];