mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Fix #3238
This commit is contained in:
@@ -106,6 +106,7 @@ return [
|
||||
'registered' => 'Başarıyla kaydoldunuz!',
|
||||
'Default asset account' => 'Varsayılan varlık hesabı',
|
||||
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
|
||||
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="/budgets">budgets</a>-page. Bills can help you keep track of expenses.',
|
||||
'Savings account' => 'Birikim Hesabı',
|
||||
'Credit card' => 'Kredi Kartı',
|
||||
'source_accounts' => 'Source account|Source accounts',
|
||||
@@ -1095,6 +1096,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
'cannot_edit_other_fields' => 'Gösterecek yer olmadığı için, bu dosya dışındaki dosyaları toplu olarak düzenleyemezsiniz. Eğer o alanları düzenlemeniz gerekliyse lütfen linki takip edin ve onları teker teker düzenleyin.',
|
||||
'cannot_change_amount_reconciled' => 'You can\'t change the amount of reconciled transactions.',
|
||||
'no_budget' => '(no budget)',
|
||||
'no_bill' => '(no bill)',
|
||||
'account_per_budget' => 'Account per budget',
|
||||
'account_per_category' => 'Account per category',
|
||||
'create_new_object' => 'Create',
|
||||
@@ -1639,6 +1641,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
'created_withdrawals' => 'Created withdrawals',
|
||||
'created_deposits' => 'Created deposits',
|
||||
'created_transfers' => 'Created transfers',
|
||||
'recurring_info' => 'Recurring transaction :count / :total',
|
||||
'created_from_recurrence' => 'Created from recurring transaction ":title" (#:id)',
|
||||
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
|
||||
Reference in New Issue
Block a user