mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Update language files.
This commit is contained in:
@@ -44,8 +44,17 @@ return [
|
||||
'Opening balance' => 'Açılış bakiyesi',
|
||||
'create_new_stuff' => 'Yeni bir şey oluştur',
|
||||
'new_withdrawal' => 'Yeni para çekme',
|
||||
'create_new_transaction' => 'Create new transaction',
|
||||
'go_to_asset_accounts' => 'View your asset accounts',
|
||||
'go_to_budgets' => 'Go to your budgets',
|
||||
'go_to_categories' => 'Go to your categories',
|
||||
'go_to_bills' => 'Go to your bills',
|
||||
'go_to_expense_accounts' => 'See your expense accounts',
|
||||
'go_to_revenue_accounts' => 'See your revenue accounts',
|
||||
'go_to_piggies' => 'Go to your piggy banks',
|
||||
'new_deposit' => 'Yeni Depozito',
|
||||
'new_transfer' => 'Yeni transfer',
|
||||
'new_transfers' => 'New transfer',
|
||||
'new_asset_account' => 'Yeni varlık hesabı',
|
||||
'new_expense_account' => 'Yeni gider hesabı',
|
||||
'new_revenue_account' => 'Yeni Gelir Hesabı',
|
||||
@@ -60,6 +69,9 @@ return [
|
||||
'flash_error_multiple' => 'Bir hata var|:count hata var',
|
||||
'net_worth' => 'Net değer',
|
||||
'route_has_no_help' => 'Bu rota için yardım yok.',
|
||||
'help_for_this_page' => 'Help for this page',
|
||||
'no_help_could_be_found' => 'No help text could be found.',
|
||||
'no_help_title' => 'Apologies, an error occurred.',
|
||||
'two_factor_welcome' => 'Merhaba, :user!',
|
||||
'two_factor_enter_code' => 'Devam etmek için lütfen iki faktörlü kimlik doğrulama kodunuzu girin. Uygulamanız sizin için oluşturabilir.',
|
||||
'two_factor_code_here' => 'Kodu buraya girin',
|
||||
@@ -112,6 +124,10 @@ return [
|
||||
'multi_select_n_selected' => 'selected',
|
||||
'multi_select_all_selected' => 'Tümü seçildi',
|
||||
'multi_select_filter_placeholder' => 'Bul..',
|
||||
'intro_next_label' => 'Next',
|
||||
'intro_prev_label' => 'Previous',
|
||||
'intro_skip_label' => 'Skip',
|
||||
'intro_done_label' => 'Done',
|
||||
'between_dates_breadcrumb' => ':start ve :end arasında',
|
||||
'all_journals_without_budget' => 'Bütçesiz tüm işlemler',
|
||||
'journals_without_budget' => 'Bütçesiz İşlemler',
|
||||
@@ -165,7 +181,7 @@ return [
|
||||
'admin_update_check_now_title' => 'Check for updates now',
|
||||
'admin_update_check_now_explain' => 'If you press the button, Firefly III will see if your current version is the latest.',
|
||||
'check_for_updates_button' => 'Check now!',
|
||||
'update_new_version_alert' => 'A new version is available. You are running v:your_version, the latest version is v:new_version which was released on :date.',
|
||||
'update_new_version_alert' => 'A new version of Firefly III is available. You are running v:your_version, the latest version is v:new_version which was released on :date.',
|
||||
'update_current_version_alert' => 'You are running v:version, which is the latest available release.',
|
||||
'update_newer_version_alert' => 'You are running v:your_version, which is newer than the latest release, v:new_version.',
|
||||
'update_check_error' => 'An error occurred while checking for updates. Please view the log files.',
|
||||
@@ -195,8 +211,8 @@ return [
|
||||
// export data:
|
||||
'import_and_export' => 'İçe al ve dışarı aktar',
|
||||
'export_data' => 'Veriyi dışarı aktar',
|
||||
'export_and_backup_data' => 'Dışa aktarma ve yedekleme',
|
||||
'export_data_intro' => 'Yedekleme amacıyla, başka bir sisteme geçiş yaparken veya başka bir ateş Firefly III yüklemesine geçerken.',
|
||||
'export_and_backup_data' => 'Export data',
|
||||
'export_data_intro' => 'Use the exported data to move to a new financial application. Please note that these files are not meant as a backup. They do not contain enough meta-data to fully restore a new Firefly III installation. If you want to make a backup of your data, please backup the database directly.',
|
||||
'export_format' => 'Dışa Aktarma Biçimi',
|
||||
'export_format_csv' => 'Virgülle ayrılmış değerler (CSV file)',
|
||||
'export_format_mt940' => 'MT940 uyumlu format',
|
||||
@@ -603,8 +619,8 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
'between_amounts' => ':low ve :high arasında.',
|
||||
'repeats' => 'Tekrarlar',
|
||||
'connected_journals' => 'İlişkili işlemler',
|
||||
'auto_match_on' => 'Firefly otomatik olarak eşleştirilir',
|
||||
'auto_match_off' => 'Firefly otomatik olarak eşleştirilmez',
|
||||
'auto_match_on' => 'Automatically matched by Firefly III',
|
||||
'auto_match_off' => 'Not automatically matched by Firefly III',
|
||||
'next_expected_match' => 'Beklenen sonraki eşleşme',
|
||||
'delete_bill' => 'Faturayı sil ":name"',
|
||||
'deleted_bill' => 'Silinmiş fatura ":name"',
|
||||
@@ -764,7 +780,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
||||
'notes' => 'Notes',
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Firefly\'a hoş geldiniz!',
|
||||
'welcome' => 'Welcome to Firefly III!',
|
||||
'submit' => 'Gönder',
|
||||
'getting_started' => 'Başla',
|
||||
'to_get_started' => 'Firefly III\'ü başarılı şekilde yüklediğinizi görmek güzel. Bu aracı kullanmak için lütfen banka adınızı ve ana hesabınızın bakiyesini girin. Birden fazla hesabınız varsa endişelenmeyin. Onları daha sonra ekleyebilirsiniz. Bu adım sadece Firefly III\'ün bir yerden başlaması gerektiği içindir.',
|
||||
|
||||
Reference in New Issue
Block a user