mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Update language strings.
This commit is contained in:
@@ -2,22 +2,22 @@
|
||||
|
||||
/**
|
||||
* firefly.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
* Copyright (c) 2019 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
@@ -112,7 +112,7 @@ return [
|
||||
'user_id_is' => 'Kullanıcı kimliğiniz <strong>:user</strong>',
|
||||
'field_supports_markdown' => 'Bu alan <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown\'u destekliyor</a>.',
|
||||
'need_more_help' => 'Firefly III kullanımında daha fazla yardıma ihtiyacınız olursa, lütfen <a href="https://github.com/firefly-iii/firefly-iii/issues">Github\'da bir talep açın</a>.',
|
||||
'reenable_intro_text' => 'Ayrıca <a href="#" id="reenableGuidance">tanıtım kılavuzunu</a> yeniden etkinleştirebilirsiniz.',
|
||||
'reenable_intro_text' => 'You can also re-enable <a href="#" id="reenableGuidance">the introduction guidance</a>.',
|
||||
'intro_boxes_after_refresh' => 'Sayfayı yenilediğinizde tanıtım kutuları yeniden görünecektir.',
|
||||
'show_all_no_filter' => 'Tüm işlemleri, tarihe göre gruplamadan gösterin.',
|
||||
'expenses_by_category' => 'Kategoriye göre giderler',
|
||||
@@ -134,8 +134,9 @@ return [
|
||||
'current_period' => 'Cari dönem',
|
||||
'show_the_current_period_and_overview' => 'Geçerli periyodu ve genel bakışı göster',
|
||||
'pref_languages_locale' => 'İngilizce dışındaki bir dilin düzgün çalışması için, işletim sisteminizin doğru yerel ayar bilgileri ile donatılmış olmalıdır. Aksi halde, tarih, para birim verileri ve tutarı yanlış gösterilebilir.',
|
||||
'budget_in_period' => ':start ve :end arasında ":name" bütçesinin bütün işlemleri',
|
||||
'chart_budget_in_period' => ':start ve :end arasında ":name" bütçesinin bütün işlemleri için grafik',
|
||||
'budget_in_period' => 'All transactions for budget ":name" between :start and :end in :currency',
|
||||
'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end in :currency',
|
||||
'chart_budget_in_period_only_currency' => 'The amount you budgeted was in :currency, so this chart will only show transactions in :currency.',
|
||||
'chart_account_in_period' => ':start ve :end arasında ":name" hesabında bütün işlemler için grafik',
|
||||
'chart_category_in_period' => ':start ve :end arasında ":name" kategorisindeki bütün işlemler için grafik',
|
||||
'chart_category_all' => '":name" kategorisinde bütün işlemler çizelgesi',
|
||||
@@ -255,8 +256,10 @@ return [
|
||||
'search_modifier_on' => 'Hesap hareketi tarihi :value',
|
||||
'search_modifier_before' => 'Hesap hareketi :value tarihinden önce',
|
||||
'search_modifier_after' => 'Hesap hareketi :value tarihinden sonra',
|
||||
'search_modifier_created_at' => 'Transaction was created on :value',
|
||||
'search_modifier_updated_at' => 'Transaction was last updated on :value',
|
||||
'modifiers_applies_are' => 'Aşağıdaki değiştiriciler arama için de uygulanır:',
|
||||
'general_search_error' => 'Arama yapılırken bir hata oluştu. Daha fazla bilgi için günlük dosyalarına bakın.',
|
||||
'general_search_error' => 'An error occurred while searching. Please check the log files for more information.',
|
||||
'search_box' => 'Ara',
|
||||
'search_box_intro' => 'Firefly III\'ün arama fonksiyonuna hoş geldiniz. Kutuya arama sorgunuzu giriniz. Arama oldukça gelişmiş olduğundan yardım dosyasını kontrol ettiğinizden emin olun.',
|
||||
'search_error' => 'Arama sırasında hata oluştu',
|
||||
@@ -539,6 +542,13 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
'optional_field_meta_data' => 'İsteğe bağlı meta veriler',
|
||||
|
||||
// profile:
|
||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||
'delete_all_categories' => 'Delete ALL your categories',
|
||||
'delete_all_tags' => 'Delete ALL your tags',
|
||||
'deleted_all_budgets' => 'All budgets have been deleted',
|
||||
'deleted_all_categories' => 'All categories have been deleted',
|
||||
'deleted_all_tags' => 'All tags have been deleted',
|
||||
'change_your_password' => 'Şifrenizi değiştirin',
|
||||
'delete_account' => 'Hesabı Sil',
|
||||
'current_password' => 'Güncel Şifre',
|
||||
@@ -723,6 +733,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
|
||||
// bills:
|
||||
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
||||
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
|
||||
'bill_related_rules' => 'Rules related to this bill',
|
||||
'repeats' => 'Tekrarlar',
|
||||
'connected_journals' => 'İlişkili işlemler',
|
||||
@@ -1150,7 +1161,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
'overspent' => 'Fazladan',
|
||||
'left' => 'Ayrıldı',
|
||||
'max-amount' => 'En yüksek miktar',
|
||||
'min-amount' => 'Minimum miktar',
|
||||
'min-amount' => 'Minimum amount',
|
||||
'journal-amount' => 'Geçerli fatura girişi',
|
||||
'name' => 'İsim',
|
||||
'date' => 'Tarih',
|
||||
@@ -1363,7 +1374,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
'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_budgets_intro_default' => 'Henüz bütçeniz yok. Bütçeler, giderlerinizi mantıklı guruplara organize etmenizi sağlar, bunlara giderlerinizi sınırlamak için esnek bir sınır verebilmeniz için kullanılır.',
|
||||
'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_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_categories_title_default' => 'Bir kategori oluşturalım!',
|
||||
@@ -1456,7 +1467,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
'new_recurring_transaction' => 'New recurring transaction',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Just create the transaction',
|
||||
'skip_transaction' => 'Skip the occurence',
|
||||
'skip_transaction' => 'Skip the occurrence',
|
||||
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
|
||||
'jump_to_monday' => 'Create the transaction on the next Monday instead',
|
||||
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
|
||||
|
||||
Reference in New Issue
Block a user